@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.9375rem;
  }

  h4, .h4 {
    font-size: 1.5625rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

cite, .cite-block {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}

cite:before, .cite-block:before {
  content: "— ";
}

code, .code-inline {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  .grid-x > .medium-2 {
    width: 16.66667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.33333%;
  }

  .grid-x > .medium-5 {
    width: 41.66667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.33333%;
  }

  .grid-x > .medium-8 {
    width: 66.66667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.33333%;
  }

  .grid-x > .medium-11 {
    width: 91.66667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  .grid-x > .large-2 {
    width: 16.66667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.33333%;
  }

  .grid-x > .large-5 {
    width: 41.66667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.33333%;
  }

  .grid-x > .large-8 {
    width: 66.66667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.33333%;
  }

  .grid-x > .large-11 {
    width: 91.66667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }

  .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }

  .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.33333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.33333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2);
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2);
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2);
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2);
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2);
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2);
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2);
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2);
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  .grid-y > .medium-2 {
    height: 16.66667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.33333%;
  }

  .grid-y > .medium-5 {
    height: 41.66667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.33333%;
  }

  .grid-y > .medium-8 {
    height: 66.66667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.33333%;
  }

  .grid-y > .medium-11 {
    height: 91.66667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.33333%;
  }

  .grid-y > .large-2 {
    height: 16.66667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.33333%;
  }

  .grid-y > .large-5 {
    height: 41.66667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.33333%;
  }

  .grid-y > .large-8 {
    height: 66.66667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.33333%;
  }

  .grid-y > .large-11 {
    height: 91.66667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}

.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}

.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group::before, .button-group::after {
  display: none;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  flex: 1 1 0px;
}

.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}

.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}

.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}

.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}

.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}

.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}

.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}

.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}

.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}

.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}

.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}

.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}

.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}

.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}

.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}

.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}

.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }

  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}
.media-object-section {
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput=mouse] .orbit-previous, [data-whatinput=mouse] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.medium-expanded li {
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.large-expanded li {
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}

.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.align-left {
  justify-content: flex-start;
}

.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: flex;
  justify-content: center;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}

.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}
.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}
@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Boxicons/boxicons.eot");
  src: url("../fonts/Boxicons/boxicons.eot") format("embedded-opentype"), url("../fonts/Boxicons/boxicons.woff2") format("woff2"), url("../fonts/Boxicons/boxicons.woff") format("woff"), url("../fonts/Boxicons/boxicons.ttf") format("truetype"), url("../fonts/Boxicons/boxicons.svg?#boxicons") format("svg");
}
.bx {
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

.bx-ul > li {
  position: relative;
}

.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.bx-spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-tada {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-flashing {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-burst {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-fade-up {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-down {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-left {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-right {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-xs {
  font-size: 1rem !important;
}

.bx-sm {
  font-size: 1.55rem !important;
}

.bx-md {
  font-size: 2.25rem !important;
}

.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}

.bx-lg {
  font-size: 3rem !important;
}

.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}

.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}

.bx-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

.bx-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}

.bx-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

.bx-flip-horizontal {
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}

.bx-flip-vertical {
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}

.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.bxl-500px:before {
  content: "\e900";
}

.bxl-adobe:before {
  content: "\e901";
}

.bxl-airbnb:before {
  content: "\e902";
}

.bxl-algolia:before {
  content: "\e903";
}

.bxl-amazon:before {
  content: "\e904";
}

.bxl-android:before {
  content: "\e905";
}

.bxl-angular:before {
  content: "\e906";
}

.bxl-apple:before {
  content: "\e907";
}

.bxl-audible:before {
  content: "\e908";
}

.bxl-baidu:before {
  content: "\e909";
}

.bxl-behance:before {
  content: "\e90a";
}

.bxl-bing:before {
  content: "\e90b";
}

.bxl-bitcoin:before {
  content: "\e90c";
}

.bxl-blogger:before {
  content: "\e90d";
}

.bxl-bootstrap:before {
  content: "\e90e";
}

.bxl-chrome:before {
  content: "\e90f";
}

.bxl-codepen:before {
  content: "\e910";
}

.bxl-creative-commons:before {
  content: "\e911";
}

.bxl-css3:before {
  content: "\e912";
}

.bxl-dailymotion:before {
  content: "\e913";
}

.bxl-deviantart:before {
  content: "\e914";
}

.bxl-dev-to:before {
  content: "\e915";
}

.bxl-digg:before {
  content: "\e916";
}

.bxl-digitalocean:before {
  content: "\e917";
}

.bxl-discord:before {
  content: "\e918";
}

.bxl-discourse:before {
  content: "\e919";
}

.bxl-dribbble:before {
  content: "\e91a";
}

.bxl-dropbox:before {
  content: "\e91b";
}

.bxl-drupal:before {
  content: "\e91c";
}

.bxl-ebay:before {
  content: "\e91d";
}

.bxl-edge:before {
  content: "\e91e";
}

.bxl-etsy:before {
  content: "\e91f";
}

.bxl-facebook:before {
  content: "\e920";
}

.bxl-facebook-circle:before {
  content: "\e921";
}

.bxl-facebook-square:before {
  content: "\e922";
}

.bxl-figma:before {
  content: "\e923";
}

.bxl-firefox:before {
  content: "\e924";
}

.bxl-flickr:before {
  content: "\e925";
}

.bxl-flickr-square:before {
  content: "\e926";
}

.bxl-foursquare:before {
  content: "\e927";
}

.bxl-git:before {
  content: "\e928";
}

.bxl-github:before {
  content: "\e929";
}

.bxl-gitlab:before {
  content: "\e92a";
}

.bxl-google:before {
  content: "\e92b";
}

.bxl-google-plus:before {
  content: "\e92c";
}

.bxl-google-plus-circle:before {
  content: "\e92d";
}

.bxl-html5:before {
  content: "\e92e";
}

.bxl-imdb:before {
  content: "\e92f";
}

.bxl-instagram:before {
  content: "\e930";
}

.bxl-instagram-alt:before {
  content: "\e931";
}

.bxl-internet-explorer:before {
  content: "\e932";
}

.bxl-invision:before {
  content: "\e933";
}

.bxl-javascript:before {
  content: "\e934";
}

.bxl-joomla:before {
  content: "\e935";
}

.bxl-jquery:before {
  content: "\e936";
}

.bxl-jsfiddle:before {
  content: "\e937";
}

.bxl-kickstarter:before {
  content: "\e938";
}

.bxl-less:before {
  content: "\e939";
}

.bxl-linkedin:before {
  content: "\e93a";
}

.bxl-linkedin-square:before {
  content: "\e93b";
}

.bxl-magento:before {
  content: "\e93c";
}

.bxl-mailchimp:before {
  content: "\e93d";
}

.bxl-mastercard:before {
  content: "\e93e";
}

.bxl-medium:before {
  content: "\e93f";
}

.bxl-medium-old:before {
  content: "\e940";
}

.bxl-medium-square:before {
  content: "\e941";
}

.bxl-messenger:before {
  content: "\e942";
}

.bxl-microsoft:before {
  content: "\e943";
}

.bxl-nodejs:before {
  content: "\e944";
}

.bxl-opera:before {
  content: "\e945";
}

.bxl-patreon:before {
  content: "\e946";
}

.bxl-paypal:before {
  content: "\e947";
}

.bxl-periscope:before {
  content: "\e948";
}

.bxl-pinterest:before {
  content: "\e949";
}

.bxl-pinterest-alt:before {
  content: "\e94a";
}

.bxl-play-store:before {
  content: "\e94b";
}

.bxl-pocket:before {
  content: "\e94c";
}

.bxl-product-hunt:before {
  content: "\e94d";
}

.bxl-quora:before {
  content: "\e94e";
}

.bxl-react:before {
  content: "\e94f";
}

.bxl-redbubble:before {
  content: "\e950";
}

.bxl-reddit:before {
  content: "\e951";
}

.bxl-redux:before {
  content: "\e952";
}

.bxl-sass:before {
  content: "\e953";
}

.bxl-shopify:before {
  content: "\e954";
}

.bxl-skype:before {
  content: "\e955";
}

.bxl-slack:before {
  content: "\e956";
}

.bxl-slack-old:before {
  content: "\e957";
}

.bxl-snapchat:before {
  content: "\e958";
}

.bxl-soundcloud:before {
  content: "\e959";
}

.bxl-spotify:before {
  content: "\e95a";
}

.bxl-squarespace:before {
  content: "\e95b";
}

.bxl-stack-overflow:before {
  content: "\e95c";
}

.bxl-stripe:before {
  content: "\e95d";
}

.bxl-telegram:before {
  content: "\e95e";
}

.bxl-trello:before {
  content: "\e95f";
}

.bxl-tumblr:before {
  content: "\e960";
}

.bxl-twitch:before {
  content: "\e961";
}

.bxl-twitter:before {
  content: "\e962";
}

.bxl-unsplash:before {
  content: "\e963";
}

.bxl-vimeo:before {
  content: "\e964";
}

.bxl-visa:before {
  content: "\e965";
}

.bxl-vk:before {
  content: "\e966";
}

.bxl-vuejs:before {
  content: "\e967";
}

.bxl-whatsapp:before {
  content: "\e968";
}

.bxl-whatsapp-square:before {
  content: "\e969";
}

.bxl-wikipedia:before {
  content: "\e96a";
}

.bxl-windows:before {
  content: "\e96b";
}

.bxl-wix:before {
  content: "\e96c";
}

.bxl-wordpress:before {
  content: "\e96d";
}

.bxl-yahoo:before {
  content: "\e96e";
}

.bxl-yelp:before {
  content: "\e96f";
}

.bxl-youtube:before {
  content: "\e970";
}

.bx-abacus:before {
  content: "\e971";
}

.bx-accessibility:before {
  content: "\e972";
}

.bx-add-to-queue:before {
  content: "\e973";
}

.bx-adjust:before {
  content: "\e974";
}

.bx-alarm:before {
  content: "\e975";
}

.bx-alarm-add:before {
  content: "\e976";
}

.bx-alarm-exclamation:before {
  content: "\e977";
}

.bx-alarm-off:before {
  content: "\e978";
}

.bx-alarm-snooze:before {
  content: "\e979";
}

.bx-album:before {
  content: "\e97a";
}

.bx-align-justify:before {
  content: "\e97b";
}

.bx-align-left:before {
  content: "\e97c";
}

.bx-align-middle:before {
  content: "\e97d";
}

.bx-align-right:before {
  content: "\e97e";
}

.bx-analyse:before {
  content: "\e97f";
}

.bx-anchor:before {
  content: "\e980";
}

.bx-angry:before {
  content: "\e981";
}

.bx-aperture:before {
  content: "\e982";
}

.bx-arch:before {
  content: "\e983";
}

.bx-archive:before {
  content: "\e984";
}

.bx-archive-in:before {
  content: "\e985";
}

.bx-archive-out:before {
  content: "\e986";
}

.bx-area:before {
  content: "\e987";
}

.bx-arrow-back:before {
  content: "\e988";
}

.bx-arrow-from-bottom:before {
  content: "\e989";
}

.bx-arrow-from-left:before {
  content: "\e98a";
}

.bx-arrow-from-right:before {
  content: "\e98b";
}

.bx-arrow-from-top:before {
  content: "\e98c";
}

.bx-arrow-to-bottom:before {
  content: "\e98d";
}

.bx-arrow-to-left:before {
  content: "\e98e";
}

.bx-arrow-to-right:before {
  content: "\e98f";
}

.bx-arrow-to-top:before {
  content: "\e990";
}

.bx-at:before {
  content: "\e991";
}

.bx-atom:before {
  content: "\e992";
}

.bx-award:before {
  content: "\e993";
}

.bx-badge:before {
  content: "\e994";
}

.bx-badge-check:before {
  content: "\e995";
}

.bx-ball:before {
  content: "\e996";
}

.bx-band-aid:before {
  content: "\e997";
}

.bx-bar-chart:before {
  content: "\e998";
}

.bx-bar-chart-alt:before {
  content: "\e999";
}

.bx-bar-chart-alt-2:before {
  content: "\e99a";
}

.bx-bar-chart-square:before {
  content: "\e99b";
}

.bx-barcode:before {
  content: "\e99c";
}

.bx-barcode-reader:before {
  content: "\e99d";
}

.bx-baseball:before {
  content: "\e99e";
}

.bx-basket:before {
  content: "\e99f";
}

.bx-basketball:before {
  content: "\e9a0";
}

.bx-bath:before {
  content: "\e9a1";
}

.bx-battery:before {
  content: "\e9a2";
}

.bx-bed:before {
  content: "\e9a3";
}

.bx-been-here:before {
  content: "\e9a4";
}

.bx-beer:before {
  content: "\e9a5";
}

.bx-bell:before {
  content: "\e9a6";
}

.bx-bell-minus:before {
  content: "\e9a7";
}

.bx-bell-off:before {
  content: "\e9a8";
}

.bx-bell-plus:before {
  content: "\e9a9";
}

.bx-bible:before {
  content: "\e9aa";
}

.bx-bitcoin:before {
  content: "\e9ab";
}

.bx-blanket:before {
  content: "\e9ac";
}

.bx-block:before {
  content: "\e9ad";
}

.bx-bluetooth:before {
  content: "\e9ae";
}

.bx-body:before {
  content: "\e9af";
}

.bx-bold:before {
  content: "\e9b0";
}

.bx-bolt-circle:before {
  content: "\e9b1";
}

.bx-bomb:before {
  content: "\e9b2";
}

.bx-bone:before {
  content: "\e9b3";
}

.bx-bong:before {
  content: "\e9b4";
}

.bx-book:before {
  content: "\e9b5";
}

.bx-book-add:before {
  content: "\e9b6";
}

.bx-book-alt:before {
  content: "\e9b7";
}

.bx-book-bookmark:before {
  content: "\e9b8";
}

.bx-book-content:before {
  content: "\e9b9";
}

.bx-book-heart:before {
  content: "\e9ba";
}

.bx-bookmark:before {
  content: "\e9bb";
}

.bx-bookmark-minus:before {
  content: "\e9bc";
}

.bx-bookmark-plus:before {
  content: "\e9bd";
}

.bx-bookmarks:before {
  content: "\e9be";
}

.bx-book-open:before {
  content: "\e9bf";
}

.bx-book-reader:before {
  content: "\e9c0";
}

.bx-border-all:before {
  content: "\e9c1";
}

.bx-border-bottom:before {
  content: "\e9c2";
}

.bx-border-inner:before {
  content: "\e9c3";
}

.bx-border-left:before {
  content: "\e9c4";
}

.bx-border-none:before {
  content: "\e9c5";
}

.bx-border-outer:before {
  content: "\e9c6";
}

.bx-border-radius:before {
  content: "\e9c7";
}

.bx-border-right:before {
  content: "\e9c8";
}

.bx-border-top:before {
  content: "\e9c9";
}

.bx-bot:before {
  content: "\e9ca";
}

.bx-bowling-ball:before {
  content: "\e9cb";
}

.bx-box:before {
  content: "\e9cc";
}

.bx-bracket:before {
  content: "\e9cd";
}

.bx-braille:before {
  content: "\e9ce";
}

.bx-brain:before {
  content: "\e9cf";
}

.bx-briefcase:before {
  content: "\e9d0";
}

.bx-briefcase-alt:before {
  content: "\e9d1";
}

.bx-briefcase-alt-2:before {
  content: "\e9d2";
}

.bx-brightness:before {
  content: "\e9d3";
}

.bx-brightness-half:before {
  content: "\e9d4";
}

.bx-broadcast:before {
  content: "\e9d5";
}

.bx-brush:before {
  content: "\e9d6";
}

.bx-brush-alt:before {
  content: "\e9d7";
}

.bx-bug:before {
  content: "\e9d8";
}

.bx-bug-alt:before {
  content: "\e9d9";
}

.bx-building:before {
  content: "\e9da";
}

.bx-building-house:before {
  content: "\e9db";
}

.bx-buildings:before {
  content: "\e9dc";
}

.bx-bulb:before {
  content: "\e9dd";
}

.bx-bullseye:before {
  content: "\e9de";
}

.bx-buoy:before {
  content: "\e9df";
}

.bx-bus:before {
  content: "\e9e0";
}

.bx-bus-school:before {
  content: "\e9e1";
}

.bx-cabinet:before {
  content: "\e9e2";
}

.bx-cake:before {
  content: "\e9e3";
}

.bx-calculator:before {
  content: "\e9e4";
}

.bx-calendar:before {
  content: "\e9e5";
}

.bx-calendar-alt:before {
  content: "\e9e6";
}

.bx-calendar-check:before {
  content: "\e9e7";
}

.bx-calendar-edit:before {
  content: "\e9e8";
}

.bx-calendar-event:before {
  content: "\e9e9";
}

.bx-calendar-exclamation:before {
  content: "\e9ea";
}

.bx-calendar-heart:before {
  content: "\e9eb";
}

.bx-calendar-minus:before {
  content: "\e9ec";
}

.bx-calendar-plus:before {
  content: "\e9ed";
}

.bx-calendar-star:before {
  content: "\e9ee";
}

.bx-calendar-week:before {
  content: "\e9ef";
}

.bx-calendar-x:before {
  content: "\e9f0";
}

.bx-camera:before {
  content: "\e9f1";
}

.bx-camera-home:before {
  content: "\e9f2";
}

.bx-camera-movie:before {
  content: "\e9f3";
}

.bx-camera-off:before {
  content: "\e9f4";
}

.bx-capsule:before {
  content: "\e9f5";
}

.bx-captions:before {
  content: "\e9f6";
}

.bx-car:before {
  content: "\e9f7";
}

.bx-card:before {
  content: "\e9f8";
}

.bx-caret-down:before {
  content: "\e9f9";
}

.bx-caret-down-circle:before {
  content: "\e9fa";
}

.bx-caret-down-square:before {
  content: "\e9fb";
}

.bx-caret-left:before {
  content: "\e9fc";
}

.bx-caret-left-circle:before {
  content: "\e9fd";
}

.bx-caret-left-square:before {
  content: "\e9fe";
}

.bx-caret-right:before {
  content: "\e9ff";
}

.bx-caret-right-circle:before {
  content: "\ea00";
}

.bx-caret-right-square:before {
  content: "\ea01";
}

.bx-caret-up:before {
  content: "\ea02";
}

.bx-caret-up-circle:before {
  content: "\ea03";
}

.bx-caret-up-square:before {
  content: "\ea04";
}

.bx-carousel:before {
  content: "\ea05";
}

.bx-cart:before {
  content: "\ea06";
}

.bx-cart-alt:before {
  content: "\ea07";
}

.bx-cast:before {
  content: "\ea08";
}

.bx-cctv:before {
  content: "\ea09";
}

.bx-certification:before {
  content: "\ea0a";
}

.bx-chair:before {
  content: "\ea0b";
}

.bx-chalkboard:before {
  content: "\ea0c";
}

.bx-chart:before {
  content: "\ea0d";
}

.bx-chat:before {
  content: "\ea0e";
}

.bx-check:before {
  content: "\ea0f";
}

.bx-checkbox:before {
  content: "\ea10";
}

.bx-checkbox-checked:before {
  content: "\ea11";
}

.bx-checkbox-square:before {
  content: "\ea12";
}

.bx-check-circle:before {
  content: "\ea13";
}

.bx-check-double:before {
  content: "\ea14";
}

.bx-check-shield:before {
  content: "\ea15";
}

.bx-check-square:before {
  content: "\ea16";
}

.bx-chevron-down:before {
  content: "\ea17";
}

.bx-chevron-down-circle:before {
  content: "\ea18";
}

.bx-chevron-down-square:before {
  content: "\ea19";
}

.bx-chevron-left:before {
  content: "\ea1a";
}

.bx-chevron-left-circle:before {
  content: "\ea1b";
}

.bx-chevron-left-square:before {
  content: "\ea1c";
}

.bx-chevron-right:before {
  content: "\ea1d";
}

.bx-chevron-right-circle:before {
  content: "\ea1e";
}

.bx-chevron-right-square:before {
  content: "\ea1f";
}

.bx-chevrons-down:before {
  content: "\ea20";
}

.bx-chevrons-left:before {
  content: "\ea21";
}

.bx-chevrons-right:before {
  content: "\ea22";
}

.bx-chevrons-up:before {
  content: "\ea23";
}

.bx-chevron-up:before {
  content: "\ea24";
}

.bx-chevron-up-circle:before {
  content: "\ea25";
}

.bx-chevron-up-square:before {
  content: "\ea26";
}

.bx-chip:before {
  content: "\ea27";
}

.bx-church:before {
  content: "\ea28";
}

.bx-circle:before {
  content: "\ea29";
}

.bx-clinic:before {
  content: "\ea2a";
}

.bx-clipboard:before {
  content: "\ea2b";
}

.bx-closet:before {
  content: "\ea2c";
}

.bx-cloud:before {
  content: "\ea2d";
}

.bx-cloud-download:before {
  content: "\ea2e";
}

.bx-cloud-drizzle:before {
  content: "\ea2f";
}

.bx-cloud-lightning:before {
  content: "\ea30";
}

.bx-cloud-light-rain:before {
  content: "\ea31";
}

.bx-cloud-rain:before {
  content: "\ea32";
}

.bx-cloud-snow:before {
  content: "\ea33";
}

.bx-cloud-upload:before {
  content: "\ea34";
}

.bx-code:before {
  content: "\ea35";
}

.bx-code-alt:before {
  content: "\ea36";
}

.bx-code-block:before {
  content: "\ea37";
}

.bx-code-curly:before {
  content: "\ea38";
}

.bx-coffee:before {
  content: "\ea39";
}

.bx-coffee-togo:before {
  content: "\ea3a";
}

.bx-cog:before {
  content: "\ea3b";
}

.bx-coin:before {
  content: "\ea3c";
}

.bx-coin-stack:before {
  content: "\ea3d";
}

.bx-collapse:before {
  content: "\ea3e";
}

.bx-collection:before {
  content: "\ea3f";
}

.bx-color-fill:before {
  content: "\ea40";
}

.bx-columns:before {
  content: "\ea41";
}

.bx-command:before {
  content: "\ea42";
}

.bx-comment:before {
  content: "\ea43";
}

.bx-comment-add:before {
  content: "\ea44";
}

.bx-comment-check:before {
  content: "\ea45";
}

.bx-comment-detail:before {
  content: "\ea46";
}

.bx-comment-dots:before {
  content: "\ea47";
}

.bx-comment-edit:before {
  content: "\ea48";
}

.bx-comment-error:before {
  content: "\ea49";
}

.bx-comment-minus:before {
  content: "\ea4a";
}

.bx-comment-x:before {
  content: "\ea4b";
}

.bx-compass:before {
  content: "\ea4c";
}

.bx-confused:before {
  content: "\ea4d";
}

.bx-conversation:before {
  content: "\ea4e";
}

.bx-cookie:before {
  content: "\ea4f";
}

.bx-cool:before {
  content: "\ea50";
}

.bx-copy:before {
  content: "\ea51";
}

.bx-copy-alt:before {
  content: "\ea52";
}

.bx-copyright:before {
  content: "\ea53";
}

.bx-credit-card:before {
  content: "\ea54";
}

.bx-credit-card-alt:before {
  content: "\ea55";
}

.bx-credit-card-front:before {
  content: "\ea56";
}

.bx-crop:before {
  content: "\ea57";
}

.bx-crosshair:before {
  content: "\ea58";
}

.bx-crown:before {
  content: "\ea59";
}

.bx-cube:before {
  content: "\ea5a";
}

.bx-cube-alt:before {
  content: "\ea5b";
}

.bx-cuboid:before {
  content: "\ea5c";
}

.bx-current-location:before {
  content: "\ea5d";
}

.bx-customize:before {
  content: "\ea5e";
}

.bx-cut:before {
  content: "\ea5f";
}

.bx-cycling:before {
  content: "\ea60";
}

.bx-cylinder:before {
  content: "\ea61";
}

.bx-data:before {
  content: "\ea62";
}

.bx-desktop:before {
  content: "\ea63";
}

.bx-detail:before {
  content: "\ea64";
}

.bx-devices:before {
  content: "\ea65";
}

.bx-dialpad:before {
  content: "\ea66";
}

.bx-dialpad-alt:before {
  content: "\ea67";
}

.bx-diamond:before {
  content: "\ea68";
}

.bx-dice-1:before {
  content: "\ea69";
}

.bx-dice-2:before {
  content: "\ea6a";
}

.bx-dice-3:before {
  content: "\ea6b";
}

.bx-dice-4:before {
  content: "\ea6c";
}

.bx-dice-5:before {
  content: "\ea6d";
}

.bx-dice-6:before {
  content: "\ea6e";
}

.bx-directions:before {
  content: "\ea6f";
}

.bx-disc:before {
  content: "\ea70";
}

.bx-dish:before {
  content: "\ea71";
}

.bx-dislike:before {
  content: "\ea72";
}

.bx-dizzy:before {
  content: "\ea73";
}

.bx-dna:before {
  content: "\ea74";
}

.bx-dock-bottom:before {
  content: "\ea75";
}

.bx-dock-left:before {
  content: "\ea76";
}

.bx-dock-right:before {
  content: "\ea77";
}

.bx-dock-top:before {
  content: "\ea78";
}

.bx-dollar:before {
  content: "\ea79";
}

.bx-dollar-circle:before {
  content: "\ea7a";
}

.bx-donate-blood:before {
  content: "\ea7b";
}

.bx-donate-heart:before {
  content: "\ea7c";
}

.bx-door-open:before {
  content: "\ea7d";
}

.bx-dots-horizontal:before {
  content: "\ea7e";
}

.bx-dots-horizontal-rounded:before {
  content: "\ea7f";
}

.bx-dots-vertical:before {
  content: "\ea80";
}

.bx-dots-vertical-rounded:before {
  content: "\ea81";
}

.bx-doughnut-chart:before {
  content: "\ea82";
}

.bx-down-arrow:before {
  content: "\ea83";
}

.bx-down-arrow-alt:before {
  content: "\ea84";
}

.bx-down-arrow-circle:before {
  content: "\ea85";
}

.bx-download:before {
  content: "\ea86";
}

.bx-downvote:before {
  content: "\ea87";
}

.bx-drink:before {
  content: "\ea88";
}

.bx-droplet:before {
  content: "\ea89";
}

.bx-dumbbell:before {
  content: "\ea8a";
}

.bx-duplicate:before {
  content: "\ea8b";
}

.bx-edit:before {
  content: "\ea8c";
}

.bx-edit-alt:before {
  content: "\ea8d";
}

.bx-envelope:before {
  content: "\ea8e";
}

.bx-envelope-open:before {
  content: "\ea8f";
}

.bx-equalizer:before {
  content: "\ea90";
}

.bx-eraser:before {
  content: "\ea91";
}

.bx-error:before {
  content: "\ea92";
}

.bx-error-alt:before {
  content: "\ea93";
}

.bx-error-circle:before {
  content: "\ea94";
}

.bx-euro:before {
  content: "\ea95";
}

.bx-exclude:before {
  content: "\ea96";
}

.bx-exit:before {
  content: "\ea97";
}

.bx-exit-fullscreen:before {
  content: "\ea98";
}

.bx-expand:before {
  content: "\ea99";
}

.bx-export:before {
  content: "\ea9a";
}

.bx-extension:before {
  content: "\ea9b";
}

.bx-face:before {
  content: "\ea9c";
}

.bx-fast-forward:before {
  content: "\ea9d";
}

.bx-fast-forward-circle:before {
  content: "\ea9e";
}

.bx-female:before {
  content: "\ea9f";
}

.bx-female-sign:before {
  content: "\eaa0";
}

.bx-file:before {
  content: "\eaa1";
}

.bx-file-blank:before {
  content: "\eaa2";
}

.bx-file-find:before {
  content: "\eaa3";
}

.bx-film:before {
  content: "\eaa4";
}

.bx-filter:before {
  content: "\eaa5";
}

.bx-filter-alt:before {
  content: "\eaa6";
}

.bx-fingerprint:before {
  content: "\eaa7";
}

.bx-first-aid:before {
  content: "\eaa8";
}

.bx-first-page:before {
  content: "\eaa9";
}

.bx-flag:before {
  content: "\eaaa";
}

.bx-folder:before {
  content: "\eaab";
}

.bx-folder-minus:before {
  content: "\eaac";
}

.bx-folder-open:before {
  content: "\eaad";
}

.bx-folder-plus:before {
  content: "\eaae";
}

.bx-font:before {
  content: "\eaaf";
}

.bx-font-color:before {
  content: "\eab0";
}

.bx-font-family:before {
  content: "\eab1";
}

.bx-font-size:before {
  content: "\eab2";
}

.bx-food-menu:before {
  content: "\eab3";
}

.bx-food-tag:before {
  content: "\eab4";
}

.bx-football:before {
  content: "\eab5";
}

.bx-fridge:before {
  content: "\eab6";
}

.bx-fullscreen:before {
  content: "\eab7";
}

.bx-game:before {
  content: "\eab8";
}

.bx-gas-pump:before {
  content: "\eab9";
}

.bx-ghost:before {
  content: "\eaba";
}

.bx-gift:before {
  content: "\eabb";
}

.bx-git-branch:before {
  content: "\eabc";
}

.bx-git-commit:before {
  content: "\eabd";
}

.bx-git-compare:before {
  content: "\eabe";
}

.bx-git-merge:before {
  content: "\eabf";
}

.bx-git-pull-request:before {
  content: "\eac0";
}

.bx-git-repo-forked:before {
  content: "\eac1";
}

.bx-glasses:before {
  content: "\eac2";
}

.bx-glasses-alt:before {
  content: "\eac3";
}

.bx-globe:before {
  content: "\eac4";
}

.bx-globe-alt:before {
  content: "\eac5";
}

.bx-grid:before {
  content: "\eac6";
}

.bx-grid-alt:before {
  content: "\eac7";
}

.bx-grid-horizontal:before {
  content: "\eac8";
}

.bx-grid-small:before {
  content: "\eac9";
}

.bx-grid-vertical:before {
  content: "\eaca";
}

.bx-group:before {
  content: "\eacb";
}

.bx-handicap:before {
  content: "\eacc";
}

.bx-happy:before {
  content: "\eacd";
}

.bx-happy-alt:before {
  content: "\eace";
}

.bx-happy-beaming:before {
  content: "\eacf";
}

.bx-happy-heart-eyes:before {
  content: "\ead0";
}

.bx-hash:before {
  content: "\ead1";
}

.bx-hdd:before {
  content: "\ead2";
}

.bx-heading:before {
  content: "\ead3";
}

.bx-headphone:before {
  content: "\ead4";
}

.bx-health:before {
  content: "\ead5";
}

.bx-heart:before {
  content: "\ead6";
}

.bx-heart-circle:before {
  content: "\ead7";
}

.bx-heart-square:before {
  content: "\ead8";
}

.bx-help-circle:before {
  content: "\ead9";
}

.bx-hide:before {
  content: "\eada";
}

.bx-highlight:before {
  content: "\eadb";
}

.bx-history:before {
  content: "\eadc";
}

.bx-hive:before {
  content: "\eadd";
}

.bx-home:before {
  content: "\eade";
}

.bx-home-alt:before {
  content: "\eadf";
}

.bx-home-circle:before {
  content: "\eae0";
}

.bx-home-heart:before {
  content: "\eae1";
}

.bx-home-smile:before {
  content: "\eae2";
}

.bx-horizontal-center:before {
  content: "\eae3";
}

.bx-hotel:before {
  content: "\eae4";
}

.bx-hourglass:before {
  content: "\eae5";
}

.bx-id-card:before {
  content: "\eae6";
}

.bx-image:before {
  content: "\eae7";
}

.bx-image-add:before {
  content: "\eae8";
}

.bx-image-alt:before {
  content: "\eae9";
}

.bx-images:before {
  content: "\eaea";
}

.bx-import:before {
  content: "\eaeb";
}

.bx-infinite:before {
  content: "\eaec";
}

.bx-info-circle:before {
  content: "\eaed";
}

.bx-info-square:before {
  content: "\eaee";
}

.bx-intersect:before {
  content: "\eaef";
}

.bx-italic:before {
  content: "\eaf0";
}

.bx-joystick:before {
  content: "\eaf1";
}

.bx-joystick-alt:before {
  content: "\eaf2";
}

.bx-joystick-button:before {
  content: "\eaf3";
}

.bx-key:before {
  content: "\eaf4";
}

.bx-label:before {
  content: "\eaf5";
}

.bx-landscape:before {
  content: "\eaf6";
}

.bx-laptop:before {
  content: "\eaf7";
}

.bx-last-page:before {
  content: "\eaf8";
}

.bx-laugh:before {
  content: "\eaf9";
}

.bx-layer:before {
  content: "\eafa";
}

.bx-layer-minus:before {
  content: "\eafb";
}

.bx-layer-plus:before {
  content: "\eafc";
}

.bx-layout:before {
  content: "\eafd";
}

.bx-left-arrow:before {
  content: "\eafe";
}

.bx-left-arrow-alt:before {
  content: "\eaff";
}

.bx-left-arrow-circle:before {
  content: "\eb00";
}

.bx-left-down-arrow-circle:before {
  content: "\eb01";
}

.bx-left-indent:before {
  content: "\eb02";
}

.bx-left-top-arrow-circle:before {
  content: "\eb03";
}

.bx-like:before {
  content: "\eb04";
}

.bx-line-chart:before {
  content: "\eb05";
}

.bx-line-chart-down:before {
  content: "\eb06";
}

.bx-link:before {
  content: "\eb07";
}

.bx-link-alt:before {
  content: "\eb08";
}

.bx-link-external:before {
  content: "\eb09";
}

.bx-lira:before {
  content: "\eb0a";
}

.bx-list-check:before {
  content: "\eb0b";
}

.bx-list-minus:before {
  content: "\eb0c";
}

.bx-list-ol:before {
  content: "\eb0d";
}

.bx-list-plus:before {
  content: "\eb0e";
}

.bx-list-ul:before {
  content: "\eb0f";
}

.bx-loader:before {
  content: "\eb10";
}

.bx-loader-alt:before {
  content: "\eb11";
}

.bx-loader-circle:before {
  content: "\eb12";
}

.bx-location-plus:before {
  content: "\eb13";
}

.bx-lock:before {
  content: "\eb14";
}

.bx-lock-alt:before {
  content: "\eb15";
}

.bx-lock-open:before {
  content: "\eb16";
}

.bx-lock-open-alt:before {
  content: "\eb17";
}

.bx-log-in:before {
  content: "\eb18";
}

.bx-log-in-circle:before {
  content: "\eb19";
}

.bx-log-out:before {
  content: "\eb1a";
}

.bx-log-out-circle:before {
  content: "\eb1b";
}

.bx-low-vision:before {
  content: "\eb1c";
}

.bx-magnet:before {
  content: "\eb1d";
}

.bx-mail-send:before {
  content: "\eb1e";
}

.bx-male:before {
  content: "\eb1f";
}

.bx-male-sign:before {
  content: "\eb20";
}

.bx-map:before {
  content: "\eb21";
}

.bx-map-alt:before {
  content: "\eb22";
}

.bx-map-pin:before {
  content: "\eb23";
}

.bx-mask:before {
  content: "\eb24";
}

.bx-medal:before {
  content: "\eb25";
}

.bx-meh:before {
  content: "\eb26";
}

.bx-meh-alt:before {
  content: "\eb27";
}

.bx-meh-blank:before {
  content: "\eb28";
}

.bx-memory-card:before {
  content: "\eb29";
}

.bx-menu:before {
  content: "\eb2a";
}

.bx-menu-alt-left:before {
  content: "\eb2b";
}

.bx-menu-alt-right:before {
  content: "\eb2c";
}

.bx-merge:before {
  content: "\eb2d";
}

.bx-message:before {
  content: "\eb2e";
}

.bx-message-add:before {
  content: "\eb2f";
}

.bx-message-alt:before {
  content: "\eb30";
}

.bx-message-alt-add:before {
  content: "\eb31";
}

.bx-message-alt-check:before {
  content: "\eb32";
}

.bx-message-alt-detail:before {
  content: "\eb33";
}

.bx-message-alt-dots:before {
  content: "\eb34";
}

.bx-message-alt-edit:before {
  content: "\eb35";
}

.bx-message-alt-error:before {
  content: "\eb36";
}

.bx-message-alt-minus:before {
  content: "\eb37";
}

.bx-message-alt-x:before {
  content: "\eb38";
}

.bx-message-check:before {
  content: "\eb39";
}

.bx-message-detail:before {
  content: "\eb3a";
}

.bx-message-dots:before {
  content: "\eb3b";
}

.bx-message-edit:before {
  content: "\eb3c";
}

.bx-message-error:before {
  content: "\eb3d";
}

.bx-message-minus:before {
  content: "\eb3e";
}

.bx-message-rounded:before {
  content: "\eb3f";
}

.bx-message-rounded-add:before {
  content: "\eb40";
}

.bx-message-rounded-check:before {
  content: "\eb41";
}

.bx-message-rounded-detail:before {
  content: "\eb42";
}

.bx-message-rounded-dots:before {
  content: "\eb43";
}

.bx-message-rounded-edit:before {
  content: "\eb44";
}

.bx-message-rounded-error:before {
  content: "\eb45";
}

.bx-message-rounded-minus:before {
  content: "\eb46";
}

.bx-message-rounded-x:before {
  content: "\eb47";
}

.bx-message-square:before {
  content: "\eb48";
}

.bx-message-square-add:before {
  content: "\eb49";
}

.bx-message-square-check:before {
  content: "\eb4a";
}

.bx-message-square-detail:before {
  content: "\eb4b";
}

.bx-message-square-dots:before {
  content: "\eb4c";
}

.bx-message-square-edit:before {
  content: "\eb4d";
}

.bx-message-square-error:before {
  content: "\eb4e";
}

.bx-message-square-minus:before {
  content: "\eb4f";
}

.bx-message-square-x:before {
  content: "\eb50";
}

.bx-message-x:before {
  content: "\eb51";
}

.bx-meteor:before {
  content: "\eb52";
}

.bx-microchip:before {
  content: "\eb53";
}

.bx-microphone:before {
  content: "\eb54";
}

.bx-microphone-off:before {
  content: "\eb55";
}

.bx-minus:before {
  content: "\eb56";
}

.bx-minus-back:before {
  content: "\eb57";
}

.bx-minus-circle:before {
  content: "\eb58";
}

.bx-minus-front:before {
  content: "\eb59";
}

.bx-mobile:before {
  content: "\eb5a";
}

.bx-mobile-alt:before {
  content: "\eb5b";
}

.bx-mobile-landscape:before {
  content: "\eb5c";
}

.bx-mobile-vibration:before {
  content: "\eb5d";
}

.bx-money:before {
  content: "\eb5e";
}

.bx-moon:before {
  content: "\eb5f";
}

.bx-mouse:before {
  content: "\eb60";
}

.bx-mouse-alt:before {
  content: "\eb61";
}

.bx-move:before {
  content: "\eb62";
}

.bx-move-horizontal:before {
  content: "\eb63";
}

.bx-move-vertical:before {
  content: "\eb64";
}

.bx-movie:before {
  content: "\eb65";
}

.bx-music:before {
  content: "\eb66";
}

.bx-navigation:before {
  content: "\eb67";
}

.bx-network-chart:before {
  content: "\eb68";
}

.bx-news:before {
  content: "\eb69";
}

.bx-no-entry:before {
  content: "\eb6a";
}

.bx-note:before {
  content: "\eb6b";
}

.bx-notepad:before {
  content: "\eb6c";
}

.bx-notification:before {
  content: "\eb6d";
}

.bx-notification-off:before {
  content: "\eb6e";
}

.bx-outline:before {
  content: "\eb6f";
}

.bx-package:before {
  content: "\eb70";
}

.bx-paint:before {
  content: "\eb71";
}

.bx-paint-roll:before {
  content: "\eb72";
}

.bx-palette:before {
  content: "\eb73";
}

.bx-paperclip:before {
  content: "\eb74";
}

.bx-paper-plane:before {
  content: "\eb75";
}

.bx-paragraph:before {
  content: "\eb76";
}

.bx-paste:before {
  content: "\eb77";
}

.bx-pause:before {
  content: "\eb78";
}

.bx-pause-circle:before {
  content: "\eb79";
}

.bx-pen:before {
  content: "\eb7a";
}

.bx-pencil:before {
  content: "\eb7b";
}

.bx-phone:before {
  content: "\eb7c";
}

.bx-phone-call:before {
  content: "\eb7d";
}

.bx-phone-incoming:before {
  content: "\eb7e";
}

.bx-phone-outgoing:before {
  content: "\eb7f";
}

.bx-photo-album:before {
  content: "\eb80";
}

.bx-pie-chart:before {
  content: "\eb81";
}

.bx-pie-chart-alt:before {
  content: "\eb82";
}

.bx-pie-chart-alt-2:before {
  content: "\eb83";
}

.bx-pin:before {
  content: "\eb84";
}

.bx-planet:before {
  content: "\eb85";
}

.bx-play:before {
  content: "\eb86";
}

.bx-play-circle:before {
  content: "\eb87";
}

.bx-plug:before {
  content: "\eb88";
}

.bx-plus:before {
  content: "\eb89";
}

.bx-plus-circle:before {
  content: "\eb8a";
}

.bx-plus-medical:before {
  content: "\eb8b";
}

.bx-pointer:before {
  content: "\eb8c";
}

.bx-poll:before {
  content: "\eb8d";
}

.bx-polygon:before {
  content: "\eb8e";
}

.bx-pound:before {
  content: "\eb8f";
}

.bx-power-off:before {
  content: "\eb90";
}

.bx-printer:before {
  content: "\eb91";
}

.bx-pulse:before {
  content: "\eb92";
}

.bx-purchase-tag:before {
  content: "\eb93";
}

.bx-purchase-tag-alt:before {
  content: "\eb94";
}

.bx-pyramid:before {
  content: "\eb95";
}

.bx-question-mark:before {
  content: "\eb96";
}

.bx-radar:before {
  content: "\eb97";
}

.bx-radio:before {
  content: "\eb98";
}

.bx-radio-circle:before {
  content: "\eb99";
}

.bx-radio-circle-marked:before {
  content: "\eb9a";
}

.bx-receipt:before {
  content: "\eb9b";
}

.bx-rectangle:before {
  content: "\eb9c";
}

.bx-recycle:before {
  content: "\eb9d";
}

.bx-redo:before {
  content: "\eb9e";
}

.bx-refresh:before {
  content: "\eb9f";
}

.bx-rename:before {
  content: "\eba0";
}

.bx-repeat:before {
  content: "\eba1";
}

.bx-reply:before {
  content: "\eba2";
}

.bx-reply-all:before {
  content: "\eba3";
}

.bx-repost:before {
  content: "\eba4";
}

.bx-reset:before {
  content: "\eba5";
}

.bx-restaurant:before {
  content: "\eba6";
}

.bx-revision:before {
  content: "\eba7";
}

.bx-rewind:before {
  content: "\eba8";
}

.bx-rewind-circle:before {
  content: "\eba9";
}

.bx-right-arrow:before {
  content: "\ebaa";
}

.bx-right-arrow-alt:before {
  content: "\ebab";
}

.bx-right-arrow-circle:before {
  content: "\ebac";
}

.bx-right-down-arrow-circle:before {
  content: "\ebad";
}

.bx-right-indent:before {
  content: "\ebae";
}

.bx-right-top-arrow-circle:before {
  content: "\ebaf";
}

.bx-rocket:before {
  content: "\ebb0";
}

.bx-rotate-left:before {
  content: "\ebb1";
}

.bx-rotate-right:before {
  content: "\ebb2";
}

.bx-rss:before {
  content: "\ebb3";
}

.bx-ruble:before {
  content: "\ebb4";
}

.bx-ruler:before {
  content: "\ebb5";
}

.bx-run:before {
  content: "\ebb6";
}

.bx-rupee:before {
  content: "\ebb7";
}

.bx-sad:before {
  content: "\ebb8";
}

.bx-save:before {
  content: "\ebb9";
}

.bx-scan:before {
  content: "\ebba";
}

.bx-screenshot:before {
  content: "\ebbb";
}

.bx-search:before {
  content: "\ebbc";
}

.bx-search-alt:before {
  content: "\ebbd";
}

.bx-search-alt-2:before {
  content: "\ebbe";
}

.bx-selection:before {
  content: "\ebbf";
}

.bx-select-multiple:before {
  content: "\ebc0";
}

.bx-send:before {
  content: "\ebc1";
}

.bx-server:before {
  content: "\ebc2";
}

.bx-shape-circle:before {
  content: "\ebc3";
}

.bx-shape-polygon:before {
  content: "\ebc4";
}

.bx-shape-square:before {
  content: "\ebc5";
}

.bx-shape-triangle:before {
  content: "\ebc6";
}

.bx-share:before {
  content: "\ebc7";
}

.bx-share-alt:before {
  content: "\ebc8";
}

.bx-shekel:before {
  content: "\ebc9";
}

.bx-shield:before {
  content: "\ebca";
}

.bx-shield-alt:before {
  content: "\ebcb";
}

.bx-shield-alt-2:before {
  content: "\ebcc";
}

.bx-shield-quarter:before {
  content: "\ebcd";
}

.bx-shield-x:before {
  content: "\ebce";
}

.bx-shocked:before {
  content: "\ebcf";
}

.bx-shopping-bag:before {
  content: "\ebd0";
}

.bx-show:before {
  content: "\ebd1";
}

.bx-show-alt:before {
  content: "\ebd2";
}

.bx-shuffle:before {
  content: "\ebd3";
}

.bx-sidebar:before {
  content: "\ebd4";
}

.bx-sitemap:before {
  content: "\ebd5";
}

.bx-skip-next:before {
  content: "\ebd6";
}

.bx-skip-next-circle:before {
  content: "\ebd7";
}

.bx-skip-previous:before {
  content: "\ebd8";
}

.bx-skip-previous-circle:before {
  content: "\ebd9";
}

.bx-sleepy:before {
  content: "\ebda";
}

.bx-slider:before {
  content: "\ebdb";
}

.bx-slider-alt:before {
  content: "\ebdc";
}

.bx-slideshow:before {
  content: "\ebdd";
}

.bx-smile:before {
  content: "\ebde";
}

.bx-sort:before {
  content: "\ebdf";
}

.bx-sort-a-z:before {
  content: "\ebe0";
}

.bx-sort-down:before {
  content: "\ebe1";
}

.bx-sort-up:before {
  content: "\ebe2";
}

.bx-sort-z-a:before {
  content: "\ebe3";
}

.bx-spa:before {
  content: "\ebe4";
}

.bx-space-bar:before {
  content: "\ebe5";
}

.bx-spray-can:before {
  content: "\ebe6";
}

.bx-spreadsheet:before {
  content: "\ebe7";
}

.bx-square:before {
  content: "\ebe8";
}

.bx-square-rounded:before {
  content: "\ebe9";
}

.bx-star:before {
  content: "\ebea";
}

.bx-station:before {
  content: "\ebeb";
}

.bx-stats:before {
  content: "\ebec";
}

.bx-sticker:before {
  content: "\ebed";
}

.bx-stop:before {
  content: "\ebee";
}

.bx-stop-circle:before {
  content: "\ebef";
}

.bx-stopwatch:before {
  content: "\ebf0";
}

.bx-store:before {
  content: "\ebf1";
}

.bx-store-alt:before {
  content: "\ebf2";
}

.bx-street-view:before {
  content: "\ebf3";
}

.bx-strikethrough:before {
  content: "\ebf4";
}

.bx-subdirectory-left:before {
  content: "\ebf5";
}

.bx-subdirectory-right:before {
  content: "\ebf6";
}

.bx-sun:before {
  content: "\ebf7";
}

.bx-support:before {
  content: "\ebf8";
}

.bx-swim:before {
  content: "\ebf9";
}

.bx-sync:before {
  content: "\ebfa";
}

.bx-tab:before {
  content: "\ebfb";
}

.bx-table:before {
  content: "\ebfc";
}

.bx-tachometer:before {
  content: "\ebfd";
}

.bx-tag:before {
  content: "\ebfe";
}

.bx-target-lock:before {
  content: "\ebff";
}

.bx-task:before {
  content: "\ec00";
}

.bx-task-x:before {
  content: "\ec01";
}

.bx-taxi:before {
  content: "\ec02";
}

.bx-tennis-ball:before {
  content: "\ec03";
}

.bx-terminal:before {
  content: "\ec04";
}

.bx-test-tube:before {
  content: "\ec05";
}

.bx-text:before {
  content: "\ec06";
}

.bx-time:before {
  content: "\ec07";
}

.bx-time-five:before {
  content: "\ec08";
}

.bx-timer:before {
  content: "\ec09";
}

.bx-tired:before {
  content: "\ec0a";
}

.bx-toggle-left:before {
  content: "\ec0b";
}

.bx-toggle-right:before {
  content: "\ec0c";
}

.bx-tone:before {
  content: "\ec0d";
}

.bx-traffic-cone:before {
  content: "\ec0e";
}

.bx-train:before {
  content: "\ec0f";
}

.bx-transfer:before {
  content: "\ec10";
}

.bx-transfer-alt:before {
  content: "\ec11";
}

.bx-trash:before {
  content: "\ec12";
}

.bx-trash-alt:before {
  content: "\ec13";
}

.bx-trending-down:before {
  content: "\ec14";
}

.bx-trending-up:before {
  content: "\ec15";
}

.bx-trim:before {
  content: "\ec16";
}

.bx-trophy:before {
  content: "\ec17";
}

.bx-tv:before {
  content: "\ec18";
}

.bx-underline:before {
  content: "\ec19";
}

.bx-undo:before {
  content: "\ec1a";
}

.bx-unite:before {
  content: "\ec1b";
}

.bx-unlink:before {
  content: "\ec1c";
}

.bx-up-arrow:before {
  content: "\ec1d";
}

.bx-up-arrow-alt:before {
  content: "\ec1e";
}

.bx-up-arrow-circle:before {
  content: "\ec1f";
}

.bx-upload:before {
  content: "\ec20";
}

.bx-upside-down:before {
  content: "\ec21";
}

.bx-upvote:before {
  content: "\ec22";
}

.bx-usb:before {
  content: "\ec23";
}

.bx-user:before {
  content: "\ec24";
}

.bx-user-check:before {
  content: "\ec25";
}

.bx-user-circle:before {
  content: "\ec26";
}

.bx-user-minus:before {
  content: "\ec27";
}

.bx-user-pin:before {
  content: "\ec28";
}

.bx-user-plus:before {
  content: "\ec29";
}

.bx-user-voice:before {
  content: "\ec2a";
}

.bx-user-x:before {
  content: "\ec2b";
}

.bx-vector:before {
  content: "\ec2c";
}

.bx-vertical-center:before {
  content: "\ec2d";
}

.bx-vial:before {
  content: "\ec2e";
}

.bx-video:before {
  content: "\ec2f";
}

.bx-video-off:before {
  content: "\ec30";
}

.bx-video-plus:before {
  content: "\ec31";
}

.bx-video-recording:before {
  content: "\ec32";
}

.bx-voicemail:before {
  content: "\ec33";
}

.bx-volume:before {
  content: "\ec34";
}

.bx-volume-full:before {
  content: "\ec35";
}

.bx-volume-low:before {
  content: "\ec36";
}

.bx-volume-mute:before {
  content: "\ec37";
}

.bx-walk:before {
  content: "\ec38";
}

.bx-wallet:before {
  content: "\ec39";
}

.bx-wallet-alt:before {
  content: "\ec3a";
}

.bx-water:before {
  content: "\ec3b";
}

.bx-webcam:before {
  content: "\ec3c";
}

.bx-wifi:before {
  content: "\ec3d";
}

.bx-wifi-0:before {
  content: "\ec3e";
}

.bx-wifi-1:before {
  content: "\ec3f";
}

.bx-wifi-2:before {
  content: "\ec40";
}

.bx-wifi-off:before {
  content: "\ec41";
}

.bx-wind:before {
  content: "\ec42";
}

.bx-window:before {
  content: "\ec43";
}

.bx-window-alt:before {
  content: "\ec44";
}

.bx-window-close:before {
  content: "\ec45";
}

.bx-window-open:before {
  content: "\ec46";
}

.bx-windows:before {
  content: "\ec47";
}

.bx-wine:before {
  content: "\ec48";
}

.bx-wink-smile:before {
  content: "\ec49";
}

.bx-wink-tongue:before {
  content: "\ec4a";
}

.bx-won:before {
  content: "\ec4b";
}

.bx-world:before {
  content: "\ec4c";
}

.bx-wrench:before {
  content: "\ec4d";
}

.bx-x:before {
  content: "\ec4e";
}

.bx-x-circle:before {
  content: "\ec4f";
}

.bx-yen:before {
  content: "\ec50";
}

.bx-zoom-in:before {
  content: "\ec51";
}

.bx-zoom-out:before {
  content: "\ec52";
}

.bxs-add-to-queue:before {
  content: "\ec53";
}

.bxs-adjust:before {
  content: "\ec54";
}

.bxs-adjust-alt:before {
  content: "\ec55";
}

.bxs-alarm:before {
  content: "\ec56";
}

.bxs-alarm-add:before {
  content: "\ec57";
}

.bxs-alarm-exclamation:before {
  content: "\ec58";
}

.bxs-alarm-off:before {
  content: "\ec59";
}

.bxs-alarm-snooze:before {
  content: "\ec5a";
}

.bxs-album:before {
  content: "\ec5b";
}

.bxs-ambulance:before {
  content: "\ec5c";
}

.bxs-analyse:before {
  content: "\ec5d";
}

.bxs-angry:before {
  content: "\ec5e";
}

.bxs-arch:before {
  content: "\ec5f";
}

.bxs-archive:before {
  content: "\ec60";
}

.bxs-archive-in:before {
  content: "\ec61";
}

.bxs-archive-out:before {
  content: "\ec62";
}

.bxs-area:before {
  content: "\ec63";
}

.bxs-arrow-from-bottom:before {
  content: "\ec64";
}

.bxs-arrow-from-left:before {
  content: "\ec65";
}

.bxs-arrow-from-right:before {
  content: "\ec66";
}

.bxs-arrow-from-top:before {
  content: "\ec67";
}

.bxs-arrow-to-bottom:before {
  content: "\ec68";
}

.bxs-arrow-to-left:before {
  content: "\ec69";
}

.bxs-arrow-to-right:before {
  content: "\ec6a";
}

.bxs-arrow-to-top:before {
  content: "\ec6b";
}

.bxs-award:before {
  content: "\ec6c";
}

.bxs-baby-carriage:before {
  content: "\ec6d";
}

.bxs-backpack:before {
  content: "\ec6e";
}

.bxs-badge:before {
  content: "\ec6f";
}

.bxs-badge-check:before {
  content: "\ec70";
}

.bxs-badge-dollar:before {
  content: "\ec71";
}

.bxs-ball:before {
  content: "\ec72";
}

.bxs-band-aid:before {
  content: "\ec73";
}

.bxs-bank:before {
  content: "\ec74";
}

.bxs-bar-chart-alt-2:before {
  content: "\ec75";
}

.bxs-bar-chart-square:before {
  content: "\ec76";
}

.bxs-barcode:before {
  content: "\ec77";
}

.bxs-baseball:before {
  content: "\ec78";
}

.bxs-basket:before {
  content: "\ec79";
}

.bxs-basketball:before {
  content: "\ec7a";
}

.bxs-bath:before {
  content: "\ec7b";
}

.bxs-battery:before {
  content: "\ec7c";
}

.bxs-battery-charging:before {
  content: "\ec7d";
}

.bxs-battery-full:before {
  content: "\ec7e";
}

.bxs-battery-low:before {
  content: "\ec7f";
}

.bxs-bed:before {
  content: "\ec80";
}

.bxs-been-here:before {
  content: "\ec81";
}

.bxs-beer:before {
  content: "\ec82";
}

.bxs-bell:before {
  content: "\ec83";
}

.bxs-bell-minus:before {
  content: "\ec84";
}

.bxs-bell-off:before {
  content: "\ec85";
}

.bxs-bell-plus:before {
  content: "\ec86";
}

.bxs-bell-ring:before {
  content: "\ec87";
}

.bxs-bible:before {
  content: "\ec88";
}

.bxs-binoculars:before {
  content: "\ec89";
}

.bxs-blanket:before {
  content: "\ec8a";
}

.bxs-bolt:before {
  content: "\ec8b";
}

.bxs-bolt-circle:before {
  content: "\ec8c";
}

.bxs-bomb:before {
  content: "\ec8d";
}

.bxs-bone:before {
  content: "\ec8e";
}

.bxs-bong:before {
  content: "\ec8f";
}

.bxs-book:before {
  content: "\ec90";
}

.bxs-book-add:before {
  content: "\ec91";
}

.bxs-book-alt:before {
  content: "\ec92";
}

.bxs-book-bookmark:before {
  content: "\ec93";
}

.bxs-book-content:before {
  content: "\ec94";
}

.bxs-book-heart:before {
  content: "\ec95";
}

.bxs-bookmark:before {
  content: "\ec96";
}

.bxs-bookmark-minus:before {
  content: "\ec97";
}

.bxs-bookmark-plus:before {
  content: "\ec98";
}

.bxs-bookmarks:before {
  content: "\ec99";
}

.bxs-bookmark-star:before {
  content: "\ec9a";
}

.bxs-book-open:before {
  content: "\ec9b";
}

.bxs-book-reader:before {
  content: "\ec9c";
}

.bxs-bot:before {
  content: "\ec9d";
}

.bxs-bowling-ball:before {
  content: "\ec9e";
}

.bxs-box:before {
  content: "\ec9f";
}

.bxs-brain:before {
  content: "\eca0";
}

.bxs-briefcase:before {
  content: "\eca1";
}

.bxs-briefcase-alt:before {
  content: "\eca2";
}

.bxs-briefcase-alt-2:before {
  content: "\eca3";
}

.bxs-brightness:before {
  content: "\eca4";
}

.bxs-brightness-half:before {
  content: "\eca5";
}

.bxs-brush:before {
  content: "\eca6";
}

.bxs-brush-alt:before {
  content: "\eca7";
}

.bxs-bug:before {
  content: "\eca8";
}

.bxs-bug-alt:before {
  content: "\eca9";
}

.bxs-building:before {
  content: "\ecaa";
}

.bxs-building-house:before {
  content: "\ecab";
}

.bxs-buildings:before {
  content: "\ecac";
}

.bxs-bulb:before {
  content: "\ecad";
}

.bxs-bullseye:before {
  content: "\ecae";
}

.bxs-buoy:before {
  content: "\ecaf";
}

.bxs-bus:before {
  content: "\ecb0";
}

.bxs-business:before {
  content: "\ecb1";
}

.bxs-bus-school:before {
  content: "\ecb2";
}

.bxs-cabinet:before {
  content: "\ecb3";
}

.bxs-cake:before {
  content: "\ecb4";
}

.bxs-calculator:before {
  content: "\ecb5";
}

.bxs-calendar:before {
  content: "\ecb6";
}

.bxs-calendar-alt:before {
  content: "\ecb7";
}

.bxs-calendar-check:before {
  content: "\ecb8";
}

.bxs-calendar-edit:before {
  content: "\ecb9";
}

.bxs-calendar-event:before {
  content: "\ecba";
}

.bxs-calendar-exclamation:before {
  content: "\ecbb";
}

.bxs-calendar-heart:before {
  content: "\ecbc";
}

.bxs-calendar-minus:before {
  content: "\ecbd";
}

.bxs-calendar-plus:before {
  content: "\ecbe";
}

.bxs-calendar-star:before {
  content: "\ecbf";
}

.bxs-calendar-week:before {
  content: "\ecc0";
}

.bxs-calendar-x:before {
  content: "\ecc1";
}

.bxs-camera:before {
  content: "\ecc2";
}

.bxs-camera-home:before {
  content: "\ecc3";
}

.bxs-camera-movie:before {
  content: "\ecc4";
}

.bxs-camera-off:before {
  content: "\ecc5";
}

.bxs-camera-plus:before {
  content: "\ecc6";
}

.bxs-capsule:before {
  content: "\ecc7";
}

.bxs-captions:before {
  content: "\ecc8";
}

.bxs-car:before {
  content: "\ecc9";
}

.bxs-car-battery:before {
  content: "\ecca";
}

.bxs-car-crash:before {
  content: "\eccb";
}

.bxs-card:before {
  content: "\eccc";
}

.bxs-caret-down-circle:before {
  content: "\eccd";
}

.bxs-caret-down-square:before {
  content: "\ecce";
}

.bxs-caret-left-circle:before {
  content: "\eccf";
}

.bxs-caret-left-square:before {
  content: "\ecd0";
}

.bxs-caret-right-circle:before {
  content: "\ecd1";
}

.bxs-caret-right-square:before {
  content: "\ecd2";
}

.bxs-caret-up-circle:before {
  content: "\ecd3";
}

.bxs-caret-up-square:before {
  content: "\ecd4";
}

.bxs-car-garage:before {
  content: "\ecd5";
}

.bxs-car-mechanic:before {
  content: "\ecd6";
}

.bxs-carousel:before {
  content: "\ecd7";
}

.bxs-cart:before {
  content: "\ecd8";
}

.bxs-cart-add:before {
  content: "\ecd9";
}

.bxs-cart-alt:before {
  content: "\ecda";
}

.bxs-cart-download:before {
  content: "\ecdb";
}

.bxs-car-wash:before {
  content: "\ecdc";
}

.bxs-cctv:before {
  content: "\ecdd";
}

.bxs-certification:before {
  content: "\ecde";
}

.bxs-chalkboard:before {
  content: "\ecdf";
}

.bxs-chart:before {
  content: "\ece0";
}

.bxs-chat:before {
  content: "\ece1";
}

.bxs-checkbox:before {
  content: "\ece2";
}

.bxs-checkbox-checked:before {
  content: "\ece3";
}

.bxs-check-circle:before {
  content: "\ece4";
}

.bxs-check-shield:before {
  content: "\ece5";
}

.bxs-check-square:before {
  content: "\ece6";
}

.bxs-chess:before {
  content: "\ece7";
}

.bxs-chevron-down:before {
  content: "\ece8";
}

.bxs-chevron-down-circle:before {
  content: "\ece9";
}

.bxs-chevron-down-square:before {
  content: "\ecea";
}

.bxs-chevron-left:before {
  content: "\eceb";
}

.bxs-chevron-left-circle:before {
  content: "\ecec";
}

.bxs-chevron-left-square:before {
  content: "\eced";
}

.bxs-chevron-right:before {
  content: "\ecee";
}

.bxs-chevron-right-circle:before {
  content: "\ecef";
}

.bxs-chevron-right-square:before {
  content: "\ecf0";
}

.bxs-chevrons-down:before {
  content: "\ecf1";
}

.bxs-chevrons-left:before {
  content: "\ecf2";
}

.bxs-chevrons-right:before {
  content: "\ecf3";
}

.bxs-chevrons-up:before {
  content: "\ecf4";
}

.bxs-chevron-up:before {
  content: "\ecf5";
}

.bxs-chevron-up-circle:before {
  content: "\ecf6";
}

.bxs-chevron-up-square:before {
  content: "\ecf7";
}

.bxs-chip:before {
  content: "\ecf8";
}

.bxs-church:before {
  content: "\ecf9";
}

.bxs-circle:before {
  content: "\ecfa";
}

.bxs-city:before {
  content: "\ecfb";
}

.bxs-clinic:before {
  content: "\ecfc";
}

.bxs-cloud:before {
  content: "\ecfd";
}

.bxs-cloud-download:before {
  content: "\ecfe";
}

.bxs-cloud-lightning:before {
  content: "\ecff";
}

.bxs-cloud-rain:before {
  content: "\ed00";
}

.bxs-cloud-upload:before {
  content: "\ed01";
}

.bxs-coffee:before {
  content: "\ed02";
}

.bxs-coffee-alt:before {
  content: "\ed03";
}

.bxs-coffee-togo:before {
  content: "\ed04";
}

.bxs-cog:before {
  content: "\ed05";
}

.bxs-coin:before {
  content: "\ed06";
}

.bxs-coin-stack:before {
  content: "\ed07";
}

.bxs-collection:before {
  content: "\ed08";
}

.bxs-color-fill:before {
  content: "\ed09";
}

.bxs-comment:before {
  content: "\ed0a";
}

.bxs-comment-add:before {
  content: "\ed0b";
}

.bxs-comment-check:before {
  content: "\ed0c";
}

.bxs-comment-detail:before {
  content: "\ed0d";
}

.bxs-comment-dots:before {
  content: "\ed0e";
}

.bxs-comment-edit:before {
  content: "\ed0f";
}

.bxs-comment-error:before {
  content: "\ed10";
}

.bxs-comment-minus:before {
  content: "\ed11";
}

.bxs-comment-x:before {
  content: "\ed12";
}

.bxs-compass:before {
  content: "\ed13";
}

.bxs-component:before {
  content: "\ed14";
}

.bxs-confused:before {
  content: "\ed15";
}

.bxs-contact:before {
  content: "\ed16";
}

.bxs-conversation:before {
  content: "\ed17";
}

.bxs-cookie:before {
  content: "\ed18";
}

.bxs-cool:before {
  content: "\ed19";
}

.bxs-copy:before {
  content: "\ed1a";
}

.bxs-copy-alt:before {
  content: "\ed1b";
}

.bxs-copyright:before {
  content: "\ed1c";
}

.bxs-coupon:before {
  content: "\ed1d";
}

.bxs-credit-card:before {
  content: "\ed1e";
}

.bxs-credit-card-alt:before {
  content: "\ed1f";
}

.bxs-credit-card-front:before {
  content: "\ed20";
}

.bxs-crop:before {
  content: "\ed21";
}

.bxs-crown:before {
  content: "\ed22";
}

.bxs-cube:before {
  content: "\ed23";
}

.bxs-cube-alt:before {
  content: "\ed24";
}

.bxs-cuboid:before {
  content: "\ed25";
}

.bxs-customize:before {
  content: "\ed26";
}

.bxs-cylinder:before {
  content: "\ed27";
}

.bxs-dashboard:before {
  content: "\ed28";
}

.bxs-data:before {
  content: "\ed29";
}

.bxs-detail:before {
  content: "\ed2a";
}

.bxs-devices:before {
  content: "\ed2b";
}

.bxs-diamond:before {
  content: "\ed2c";
}

.bxs-dice-1:before {
  content: "\ed2d";
}

.bxs-dice-2:before {
  content: "\ed2e";
}

.bxs-dice-3:before {
  content: "\ed2f";
}

.bxs-dice-4:before {
  content: "\ed30";
}

.bxs-dice-5:before {
  content: "\ed31";
}

.bxs-dice-6:before {
  content: "\ed32";
}

.bxs-direction-left:before {
  content: "\ed33";
}

.bxs-direction-right:before {
  content: "\ed34";
}

.bxs-directions:before {
  content: "\ed35";
}

.bxs-disc:before {
  content: "\ed36";
}

.bxs-discount:before {
  content: "\ed37";
}

.bxs-dish:before {
  content: "\ed38";
}

.bxs-dislike:before {
  content: "\ed39";
}

.bxs-dizzy:before {
  content: "\ed3a";
}

.bxs-dock-bottom:before {
  content: "\ed3b";
}

.bxs-dock-left:before {
  content: "\ed3c";
}

.bxs-dock-right:before {
  content: "\ed3d";
}

.bxs-dock-top:before {
  content: "\ed3e";
}

.bxs-dollar-circle:before {
  content: "\ed3f";
}

.bxs-donate-blood:before {
  content: "\ed40";
}

.bxs-donate-heart:before {
  content: "\ed41";
}

.bxs-door-open:before {
  content: "\ed42";
}

.bxs-doughnut-chart:before {
  content: "\ed43";
}

.bxs-down-arrow:before {
  content: "\ed44";
}

.bxs-down-arrow-alt:before {
  content: "\ed45";
}

.bxs-down-arrow-circle:before {
  content: "\ed46";
}

.bxs-down-arrow-square:before {
  content: "\ed47";
}

.bxs-download:before {
  content: "\ed48";
}

.bxs-downvote:before {
  content: "\ed49";
}

.bxs-drink:before {
  content: "\ed4a";
}

.bxs-droplet:before {
  content: "\ed4b";
}

.bxs-droplet-half:before {
  content: "\ed4c";
}

.bxs-dryer:before {
  content: "\ed4d";
}

.bxs-duplicate:before {
  content: "\ed4e";
}

.bxs-edit:before {
  content: "\ed4f";
}

.bxs-edit-alt:before {
  content: "\ed50";
}

.bxs-edit-location:before {
  content: "\ed51";
}

.bxs-eject:before {
  content: "\ed52";
}

.bxs-envelope:before {
  content: "\ed53";
}

.bxs-envelope-open:before {
  content: "\ed54";
}

.bxs-eraser:before {
  content: "\ed55";
}

.bxs-error:before {
  content: "\ed56";
}

.bxs-error-alt:before {
  content: "\ed57";
}

.bxs-error-circle:before {
  content: "\ed58";
}

.bxs-ev-station:before {
  content: "\ed59";
}

.bxs-exit:before {
  content: "\ed5a";
}

.bxs-extension:before {
  content: "\ed5b";
}

.bxs-eyedropper:before {
  content: "\ed5c";
}

.bxs-face:before {
  content: "\ed5d";
}

.bxs-factory:before {
  content: "\ed5e";
}

.bxs-fast-forward-circle:before {
  content: "\ed5f";
}

.bxs-file:before {
  content: "\ed60";
}

.bxs-file-archive:before {
  content: "\ed61";
}

.bxs-file-blank:before {
  content: "\ed62";
}

.bxs-file-css:before {
  content: "\ed63";
}

.bxs-file-doc:before {
  content: "\ed64";
}

.bxs-file-export:before {
  content: "\ed65";
}

.bxs-file-find:before {
  content: "\ed66";
}

.bxs-file-gif:before {
  content: "\ed67";
}

.bxs-file-html:before {
  content: "\ed68";
}

.bxs-file-image:before {
  content: "\ed69";
}

.bxs-file-import:before {
  content: "\ed6a";
}

.bxs-file-jpg:before {
  content: "\ed6b";
}

.bxs-file-js:before {
  content: "\ed6c";
}

.bxs-file-json:before {
  content: "\ed6d";
}

.bxs-file-md:before {
  content: "\ed6e";
}

.bxs-file-pdf:before {
  content: "\ed6f";
}

.bxs-file-plus:before {
  content: "\ed70";
}

.bxs-file-png:before {
  content: "\ed71";
}

.bxs-file-txt:before {
  content: "\ed72";
}

.bxs-film:before {
  content: "\ed73";
}

.bxs-filter-alt:before {
  content: "\ed74";
}

.bxs-first-aid:before {
  content: "\ed75";
}

.bxs-flag:before {
  content: "\ed76";
}

.bxs-flag-alt:before {
  content: "\ed77";
}

.bxs-flag-checkered:before {
  content: "\ed78";
}

.bxs-flame:before {
  content: "\ed79";
}

.bxs-flask:before {
  content: "\ed7a";
}

.bxs-florist:before {
  content: "\ed7b";
}

.bxs-folder:before {
  content: "\ed7c";
}

.bxs-folder-minus:before {
  content: "\ed7d";
}

.bxs-folder-open:before {
  content: "\ed7e";
}

.bxs-folder-plus:before {
  content: "\ed7f";
}

.bxs-food-menu:before {
  content: "\ed80";
}

.bxs-fridge:before {
  content: "\ed81";
}

.bxs-game:before {
  content: "\ed82";
}

.bxs-gas-pump:before {
  content: "\ed83";
}

.bxs-ghost:before {
  content: "\ed84";
}

.bxs-gift:before {
  content: "\ed85";
}

.bxs-graduation:before {
  content: "\ed86";
}

.bxs-grid:before {
  content: "\ed87";
}

.bxs-grid-alt:before {
  content: "\ed88";
}

.bxs-group:before {
  content: "\ed89";
}

.bxs-guitar-amp:before {
  content: "\ed8a";
}

.bxs-hand-down:before {
  content: "\ed8b";
}

.bxs-hand-left:before {
  content: "\ed8c";
}

.bxs-hand-right:before {
  content: "\ed8d";
}

.bxs-hand-up:before {
  content: "\ed8e";
}

.bxs-happy:before {
  content: "\ed8f";
}

.bxs-happy-alt:before {
  content: "\ed90";
}

.bxs-happy-beaming:before {
  content: "\ed91";
}

.bxs-happy-heart-eyes:before {
  content: "\ed92";
}

.bxs-hdd:before {
  content: "\ed93";
}

.bxs-heart:before {
  content: "\ed94";
}

.bxs-heart-circle:before {
  content: "\ed95";
}

.bxs-heart-square:before {
  content: "\ed96";
}

.bxs-help-circle:before {
  content: "\ed97";
}

.bxs-hide:before {
  content: "\ed98";
}

.bxs-home:before {
  content: "\ed99";
}

.bxs-home-circle:before {
  content: "\ed9a";
}

.bxs-home-heart:before {
  content: "\ed9b";
}

.bxs-home-smile:before {
  content: "\ed9c";
}

.bxs-hot:before {
  content: "\ed9d";
}

.bxs-hotel:before {
  content: "\ed9e";
}

.bxs-hourglass:before {
  content: "\ed9f";
}

.bxs-hourglass-bottom:before {
  content: "\eda0";
}

.bxs-hourglass-top:before {
  content: "\eda1";
}

.bxs-id-card:before {
  content: "\eda2";
}

.bxs-image:before {
  content: "\eda3";
}

.bxs-image-add:before {
  content: "\eda4";
}

.bxs-image-alt:before {
  content: "\eda5";
}

.bxs-inbox:before {
  content: "\eda6";
}

.bxs-info-circle:before {
  content: "\eda7";
}

.bxs-info-square:before {
  content: "\eda8";
}

.bxs-institution:before {
  content: "\eda9";
}

.bxs-joystick:before {
  content: "\edaa";
}

.bxs-joystick-alt:before {
  content: "\edab";
}

.bxs-joystick-button:before {
  content: "\edac";
}

.bxs-key:before {
  content: "\edad";
}

.bxs-keyboard:before {
  content: "\edae";
}

.bxs-label:before {
  content: "\edaf";
}

.bxs-landmark:before {
  content: "\edb0";
}

.bxs-landscape:before {
  content: "\edb1";
}

.bxs-laugh:before {
  content: "\edb2";
}

.bxs-layer:before {
  content: "\edb3";
}

.bxs-layer-minus:before {
  content: "\edb4";
}

.bxs-layer-plus:before {
  content: "\edb5";
}

.bxs-layout:before {
  content: "\edb6";
}

.bxs-left-arrow:before {
  content: "\edb7";
}

.bxs-left-arrow-alt:before {
  content: "\edb8";
}

.bxs-left-arrow-circle:before {
  content: "\edb9";
}

.bxs-left-arrow-square:before {
  content: "\edba";
}

.bxs-left-down-arrow-circle:before {
  content: "\edbb";
}

.bxs-left-top-arrow-circle:before {
  content: "\edbc";
}

.bxs-like:before {
  content: "\edbd";
}

.bxs-location-plus:before {
  content: "\edbe";
}

.bxs-lock:before {
  content: "\edbf";
}

.bxs-lock-alt:before {
  content: "\edc0";
}

.bxs-lock-open:before {
  content: "\edc1";
}

.bxs-lock-open-alt:before {
  content: "\edc2";
}

.bxs-log-in:before {
  content: "\edc3";
}

.bxs-log-in-circle:before {
  content: "\edc4";
}

.bxs-log-out:before {
  content: "\edc5";
}

.bxs-log-out-circle:before {
  content: "\edc6";
}

.bxs-low-vision:before {
  content: "\edc7";
}

.bxs-magic-wand:before {
  content: "\edc8";
}

.bxs-magnet:before {
  content: "\edc9";
}

.bxs-map:before {
  content: "\edca";
}

.bxs-map-alt:before {
  content: "\edcb";
}

.bxs-map-pin:before {
  content: "\edcc";
}

.bxs-mask:before {
  content: "\edcd";
}

.bxs-medal:before {
  content: "\edce";
}

.bxs-megaphone:before {
  content: "\edcf";
}

.bxs-meh:before {
  content: "\edd0";
}

.bxs-meh-alt:before {
  content: "\edd1";
}

.bxs-meh-blank:before {
  content: "\edd2";
}

.bxs-memory-card:before {
  content: "\edd3";
}

.bxs-message:before {
  content: "\edd4";
}

.bxs-message-add:before {
  content: "\edd5";
}

.bxs-message-alt:before {
  content: "\edd6";
}

.bxs-message-alt-add:before {
  content: "\edd7";
}

.bxs-message-alt-check:before {
  content: "\edd8";
}

.bxs-message-alt-detail:before {
  content: "\edd9";
}

.bxs-message-alt-dots:before {
  content: "\edda";
}

.bxs-message-alt-edit:before {
  content: "\eddb";
}

.bxs-message-alt-error:before {
  content: "\eddc";
}

.bxs-message-alt-minus:before {
  content: "\eddd";
}

.bxs-message-alt-x:before {
  content: "\edde";
}

.bxs-message-check:before {
  content: "\eddf";
}

.bxs-message-detail:before {
  content: "\ede0";
}

.bxs-message-dots:before {
  content: "\ede1";
}

.bxs-message-edit:before {
  content: "\ede2";
}

.bxs-message-error:before {
  content: "\ede3";
}

.bxs-message-minus:before {
  content: "\ede4";
}

.bxs-message-rounded:before {
  content: "\ede5";
}

.bxs-message-rounded-add:before {
  content: "\ede6";
}

.bxs-message-rounded-check:before {
  content: "\ede7";
}

.bxs-message-rounded-detail:before {
  content: "\ede8";
}

.bxs-message-rounded-dots:before {
  content: "\ede9";
}

.bxs-message-rounded-edit:before {
  content: "\edea";
}

.bxs-message-rounded-error:before {
  content: "\edeb";
}

.bxs-message-rounded-minus:before {
  content: "\edec";
}

.bxs-message-rounded-x:before {
  content: "\eded";
}

.bxs-message-square:before {
  content: "\edee";
}

.bxs-message-square-add:before {
  content: "\edef";
}

.bxs-message-square-check:before {
  content: "\edf0";
}

.bxs-message-square-detail:before {
  content: "\edf1";
}

.bxs-message-square-dots:before {
  content: "\edf2";
}

.bxs-message-square-edit:before {
  content: "\edf3";
}

.bxs-message-square-error:before {
  content: "\edf4";
}

.bxs-message-square-minus:before {
  content: "\edf5";
}

.bxs-message-square-x:before {
  content: "\edf6";
}

.bxs-message-x:before {
  content: "\edf7";
}

.bxs-meteor:before {
  content: "\edf8";
}

.bxs-microchip:before {
  content: "\edf9";
}

.bxs-microphone:before {
  content: "\edfa";
}

.bxs-microphone-alt:before {
  content: "\edfb";
}

.bxs-microphone-off:before {
  content: "\edfc";
}

.bxs-minus-circle:before {
  content: "\edfd";
}

.bxs-minus-square:before {
  content: "\edfe";
}

.bxs-mobile:before {
  content: "\edff";
}

.bxs-mobile-vibration:before {
  content: "\ee00";
}

.bxs-moon:before {
  content: "\ee01";
}

.bxs-mouse:before {
  content: "\ee02";
}

.bxs-mouse-alt:before {
  content: "\ee03";
}

.bxs-movie:before {
  content: "\ee04";
}

.bxs-music:before {
  content: "\ee05";
}

.bxs-navigation:before {
  content: "\ee06";
}

.bxs-network-chart:before {
  content: "\ee07";
}

.bxs-news:before {
  content: "\ee08";
}

.bxs-no-entry:before {
  content: "\ee09";
}

.bxs-note:before {
  content: "\ee0a";
}

.bxs-notepad:before {
  content: "\ee0b";
}

.bxs-notification:before {
  content: "\ee0c";
}

.bxs-notification-off:before {
  content: "\ee0d";
}

.bxs-offer:before {
  content: "\ee0e";
}

.bxs-package:before {
  content: "\ee0f";
}

.bxs-paint:before {
  content: "\ee10";
}

.bxs-paint-roll:before {
  content: "\ee11";
}

.bxs-palette:before {
  content: "\ee12";
}

.bxs-paper-plane:before {
  content: "\ee13";
}

.bxs-parking:before {
  content: "\ee14";
}

.bxs-paste:before {
  content: "\ee15";
}

.bxs-pen:before {
  content: "\ee16";
}

.bxs-pencil:before {
  content: "\ee17";
}

.bxs-phone:before {
  content: "\ee18";
}

.bxs-phone-call:before {
  content: "\ee19";
}

.bxs-phone-incoming:before {
  content: "\ee1a";
}

.bxs-phone-outgoing:before {
  content: "\ee1b";
}

.bxs-photo-album:before {
  content: "\ee1c";
}

.bxs-piano:before {
  content: "\ee1d";
}

.bxs-pie-chart:before {
  content: "\ee1e";
}

.bxs-pie-chart-alt:before {
  content: "\ee1f";
}

.bxs-pie-chart-alt-2:before {
  content: "\ee20";
}

.bxs-pin:before {
  content: "\ee21";
}

.bxs-pizza:before {
  content: "\ee22";
}

.bxs-plane:before {
  content: "\ee23";
}

.bxs-plane-alt:before {
  content: "\ee24";
}

.bxs-plane-land:before {
  content: "\ee25";
}

.bxs-planet:before {
  content: "\ee26";
}

.bxs-plane-take-off:before {
  content: "\ee27";
}

.bxs-playlist:before {
  content: "\ee28";
}

.bxs-plug:before {
  content: "\ee29";
}

.bxs-plus-circle:before {
  content: "\ee2a";
}

.bxs-plus-square:before {
  content: "\ee2b";
}

.bxs-pointer:before {
  content: "\ee2c";
}

.bxs-polygon:before {
  content: "\ee2d";
}

.bxs-printer:before {
  content: "\ee2e";
}

.bxs-purchase-tag:before {
  content: "\ee2f";
}

.bxs-purchase-tag-alt:before {
  content: "\ee30";
}

.bxs-pyramid:before {
  content: "\ee31";
}

.bxs-quote-alt-left:before {
  content: "\ee32";
}

.bxs-quote-alt-right:before {
  content: "\ee33";
}

.bxs-quote-left:before {
  content: "\ee34";
}

.bxs-quote-right:before {
  content: "\ee35";
}

.bxs-quote-single-left:before {
  content: "\ee36";
}

.bxs-quote-single-right:before {
  content: "\ee37";
}

.bxs-radiation:before {
  content: "\ee38";
}

.bxs-radio:before {
  content: "\ee39";
}

.bxs-receipt:before {
  content: "\ee3a";
}

.bxs-rectangle:before {
  content: "\ee3b";
}

.bxs-rename:before {
  content: "\ee3c";
}

.bxs-report:before {
  content: "\ee3d";
}

.bxs-rewind-circle:before {
  content: "\ee3e";
}

.bxs-right-arrow:before {
  content: "\ee3f";
}

.bxs-right-arrow-alt:before {
  content: "\ee40";
}

.bxs-right-arrow-circle:before {
  content: "\ee41";
}

.bxs-right-arrow-square:before {
  content: "\ee42";
}

.bxs-right-down-arrow-circle:before {
  content: "\ee43";
}

.bxs-right-top-arrow-circle:before {
  content: "\ee44";
}

.bxs-rocket:before {
  content: "\ee45";
}

.bxs-ruler:before {
  content: "\ee46";
}

.bxs-sad:before {
  content: "\ee47";
}

.bxs-save:before {
  content: "\ee48";
}

.bxs-school:before {
  content: "\ee49";
}

.bxs-search:before {
  content: "\ee4a";
}

.bxs-search-alt-2:before {
  content: "\ee4b";
}

.bxs-select-multiple:before {
  content: "\ee4c";
}

.bxs-send:before {
  content: "\ee4d";
}

.bxs-server:before {
  content: "\ee4e";
}

.bxs-shapes:before {
  content: "\ee4f";
}

.bxs-share:before {
  content: "\ee50";
}

.bxs-share-alt:before {
  content: "\ee51";
}

.bxs-shield:before {
  content: "\ee52";
}

.bxs-shield-alt-2:before {
  content: "\ee53";
}

.bxs-shield-x:before {
  content: "\ee54";
}

.bxs-ship:before {
  content: "\ee55";
}

.bxs-shocked:before {
  content: "\ee56";
}

.bxs-shopping-bag:before {
  content: "\ee57";
}

.bxs-shopping-bag-alt:before {
  content: "\ee58";
}

.bxs-shopping-bags:before {
  content: "\ee59";
}

.bxs-show:before {
  content: "\ee5a";
}

.bxs-skip-next-circle:before {
  content: "\ee5b";
}

.bxs-skip-previous-circle:before {
  content: "\ee5c";
}

.bxs-skull:before {
  content: "\ee5d";
}

.bxs-sleepy:before {
  content: "\ee5e";
}

.bxs-slideshow:before {
  content: "\ee5f";
}

.bxs-smile:before {
  content: "\ee60";
}

.bxs-sort-alt:before {
  content: "\ee61";
}

.bxs-spa:before {
  content: "\ee62";
}

.bxs-spray-can:before {
  content: "\ee63";
}

.bxs-spreadsheet:before {
  content: "\ee64";
}

.bxs-square:before {
  content: "\ee65";
}

.bxs-square-rounded:before {
  content: "\ee66";
}

.bxs-star:before {
  content: "\ee67";
}

.bxs-star-half:before {
  content: "\ee68";
}

.bxs-sticker:before {
  content: "\ee69";
}

.bxs-stopwatch:before {
  content: "\ee6a";
}

.bxs-store:before {
  content: "\ee6b";
}

.bxs-store-alt:before {
  content: "\ee6c";
}

.bxs-sun:before {
  content: "\ee6d";
}

.bxs-tachometer:before {
  content: "\ee6e";
}

.bxs-tag:before {
  content: "\ee6f";
}

.bxs-tag-x:before {
  content: "\ee70";
}

.bxs-taxi:before {
  content: "\ee71";
}

.bxs-tennis-ball:before {
  content: "\ee72";
}

.bxs-terminal:before {
  content: "\ee73";
}

.bxs-thermometer:before {
  content: "\ee74";
}

.bxs-time:before {
  content: "\ee75";
}

.bxs-time-five:before {
  content: "\ee76";
}

.bxs-timer:before {
  content: "\ee77";
}

.bxs-tired:before {
  content: "\ee78";
}

.bxs-toggle-left:before {
  content: "\ee79";
}

.bxs-toggle-right:before {
  content: "\ee7a";
}

.bxs-tone:before {
  content: "\ee7b";
}

.bxs-torch:before {
  content: "\ee7c";
}

.bxs-to-top:before {
  content: "\ee7d";
}

.bxs-traffic:before {
  content: "\ee7e";
}

.bxs-traffic-barrier:before {
  content: "\ee7f";
}

.bxs-traffic-cone:before {
  content: "\ee80";
}

.bxs-train:before {
  content: "\ee81";
}

.bxs-trash:before {
  content: "\ee82";
}

.bxs-trash-alt:before {
  content: "\ee83";
}

.bxs-tree:before {
  content: "\ee84";
}

.bxs-trophy:before {
  content: "\ee85";
}

.bxs-truck:before {
  content: "\ee86";
}

.bxs-t-shirt:before {
  content: "\ee87";
}

.bxs-up-arrow:before {
  content: "\ee88";
}

.bxs-up-arrow-alt:before {
  content: "\ee89";
}

.bxs-up-arrow-circle:before {
  content: "\ee8a";
}

.bxs-up-arrow-square:before {
  content: "\ee8b";
}

.bxs-upside-down:before {
  content: "\ee8c";
}

.bxs-upvote:before {
  content: "\ee8d";
}

.bxs-user:before {
  content: "\ee8e";
}

.bxs-user-badge:before {
  content: "\ee8f";
}

.bxs-user-check:before {
  content: "\ee90";
}

.bxs-user-circle:before {
  content: "\ee91";
}

.bxs-user-detail:before {
  content: "\ee92";
}

.bxs-user-minus:before {
  content: "\ee93";
}

.bxs-user-pin:before {
  content: "\ee94";
}

.bxs-user-plus:before {
  content: "\ee95";
}

.bxs-user-rectangle:before {
  content: "\ee96";
}

.bxs-user-voice:before {
  content: "\ee97";
}

.bxs-user-x:before {
  content: "\ee98";
}

.bxs-vector:before {
  content: "\ee99";
}

.bxs-vial:before {
  content: "\ee9a";
}

.bxs-video:before {
  content: "\ee9b";
}

.bxs-video-off:before {
  content: "\ee9c";
}

.bxs-video-plus:before {
  content: "\ee9d";
}

.bxs-video-recording:before {
  content: "\ee9e";
}

.bxs-videos:before {
  content: "\ee9f";
}

.bxs-volume:before {
  content: "\eea0";
}

.bxs-volume-full:before {
  content: "\eea1";
}

.bxs-volume-low:before {
  content: "\eea2";
}

.bxs-volume-mute:before {
  content: "\eea3";
}

.bxs-wallet:before {
  content: "\eea4";
}

.bxs-wallet-alt:before {
  content: "\eea5";
}

.bxs-washer:before {
  content: "\eea6";
}

.bxs-watch:before {
  content: "\eea7";
}

.bxs-watch-alt:before {
  content: "\eea8";
}

.bxs-webcam:before {
  content: "\eea9";
}

.bxs-widget:before {
  content: "\eeaa";
}

.bxs-window-alt:before {
  content: "\eeab";
}

.bxs-wine:before {
  content: "\eeac";
}

.bxs-wink-smile:before {
  content: "\eead";
}

.bxs-wink-tongue:before {
  content: "\eeae";
}

.bxs-wrench:before {
  content: "\eeaf";
}

.bxs-x-circle:before {
  content: "\eeb0";
}

.bxs-x-square:before {
  content: "\eeb1";
}

.bxs-yin-yang:before {
  content: "\eeb2";
}

.bxs-zap:before {
  content: "\eeb3";
}

.bxs-zoom-in:before {
  content: "\eeb4";
}

.bxs-zoom-out:before {
  content: "\eeb5";
}

/** =================== MONTSERRAT =================== **/
/** Montserrat Thin **/
@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Thin.eot");
  src: url("../fonts/Montserrat/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Thin.woff") format("woff");
}
/** Montserrat Thin-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-ThinItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ThinItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ThinItalic.woff") format("woff");
}
/** Montserrat ExtraLight **/
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-ExtraLight.eot");
  src: url("../fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff");
}
/** Montserrat ExtraLight-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-ExtraLightItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraLightItalic.woff") format("woff");
}
/** Montserrat Light **/
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Light.eot");
  src: url("../fonts/Montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Light.woff") format("woff");
}
/** Montserrat Light-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-LightItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-LightItalic.woff") format("woff");
}
/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
}
/** Montserrat Regular-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-Italic.eot");
  src: url("../fonts/Montserrat/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Italic.woff") format("woff");
}
/** Montserrat Medium **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
}
/** Montserrat Medium-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-MediumItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-MediumItalic.woff") format("woff");
}
/** Montserrat SemiBold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
}
/** Montserrat SemiBold-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic.woff") format("woff");
}
/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
}
/** Montserrat Bold-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-BoldItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-BoldItalic.woff") format("woff");
}
/** Montserrat ExtraBold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff");
}
/** Montserrat ExtraBold-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff") format("woff");
}
/** Montserrat Black **/
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Black.eot");
  src: url("../fonts/Montserrat/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Black.woff") format("woff");
}
/** Montserrat Black-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-BlackItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-BlackItalic.woff") format("woff");
}
body footer a {
  text-decoration: underline !important;
  transition: 0.2s;
}
body footer a:hover {
  color: #C7B380 !important;
}
body footer h3 {
  font-size: 20px !important;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 12px;
}
body footer .contact-infos,
body footer .copyright {
  padding: 0 25px;
}
@media only screen and (max-width: 640px) {
  body footer .contact-infos,
body footer .copyright {
    padding: 0 20px;
  }
}
body footer .contact-infos {
  border-top: 1px solid #DDE0E2;
  padding-top: 30px;
  padding-bottom: 40px;
}
body footer .contact-infos a {
  color: #23262B;
}
body footer .contact-infos p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  body footer .contact-infos .phone-wrapper,
body footer .contact-infos .mail-wrapper {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  body footer .contact-infos .adresse-wrapper {
    display: flex;
    justify-content: center;
  }
}
body footer .contact-infos .adresse-wrapper img {
  max-width: 95px;
  align-self: center;
}
@media only screen and (min-width: 1025px) {
  body footer .contact-infos .adresse-wrapper > div {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  body footer .contact-infos .adresse-wrapper > div {
    padding-top: 30px;
  }
}
body footer .copyright {
  background-color: #23262B;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
body footer .copyright > *:first-child {
  display: flex;
}
body footer .copyright > *:first-child p:nth-child(2) {
  margin-left: auto;
  padding-left: 40px;
}
body footer .copyright p, body footer .copyright a {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 13px;
}

body header .main-nav nav.elementor-nav-menu--dropdown {
  font-size: 15px !important;
  padding-top: 30px;
  top: 64px !important;
  padding: 20px 0;
  border-right: 0px;
  border-left: 0px;
  width: 100vw;
}
body header .main-nav nav.elementor-nav-menu--dropdown .sub-menu li a {
  text-align: center;
  font-size: 14px !important;
}
@media only screen and (min-width: 1025px) {
  body header .main-nav .elementor-nav-menu > li:not(:last-child):after {
    content: "•";
    color: #23262B;
    display: flex;
    align-items: center;
    font-size: 23px;
    margin-bottom: 5px;
    color: #FFFFFF;
    opacity: 0.2;
  }
}
body header .main-nav .elementor-nav-menu > li .sub-arrow {
  color: #C7B380;
}
@media only screen and (max-width: 1024px) {
  body header .main-nav .elementor-nav-menu > li .sub-arrow {
    color: inherit;
  }
}
@media only screen and (max-width: 1024px) {
  body:not(.home) header {
    border-bottom: 1px solid #0000001c;
  }
}

@media only screen and (max-width: 1024px) {
  body .heading-section {
    padding-top: 50px !important;
  }
}
body .heading-section .image-column {
  min-height: 473px;
}
@media only screen and (max-width: 640px) {
  body .heading-section .image-column {
    min-height: 300px;
  }
}
body .heading-section .image-column > .elementor-widget-wrap {
  position: relative;
}
body .heading-section .image-column > .elementor-widget-wrap::before {
  content: "";
  background: linear-gradient(180deg, #ffffff00 60%, #23262B 108%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
body .heading-section .image-column > .elementor-widget-wrap .elementor-widget-breadcrumbs {
  position: absolute;
  bottom: 0;
}
body .heading-section .image-column > .elementor-widget-wrap .elementor-widget-breadcrumbs #breadcrumbs {
  color: #ffffff;
  padding: 15px 25px;
  border: 1px solid #dde0e245;
  font-size: 12px;
}
body .heading-section .image-column > .elementor-widget-wrap .elementor-widget-breadcrumbs #breadcrumbs .breadcrumb_last {
  padding-left: 8px;
}
body .heading-section .image-column > .elementor-widget-wrap .elementor-widget-breadcrumbs #breadcrumbs > span > span > a {
  font-weight: 600;
  color: #ffffff;
  padding-right: 8px;
}
body .heading-section .image-column > .elementor-widget-wrap .elementor-widget-breadcrumbs #breadcrumbs > span > span > span a {
  padding: 0 8px;
}
@media only screen and (min-width: 1025px) {
  body .heading-section .main-title-column:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/03/cesis-circle.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 475px;
    width: 406px;
    top: -8px;
    z-index: 0;
    position: absolute;
    right: 225px;
  }
  body .heading-section .main-title-column h1::after {
    content: "";
    background-color: #23262B;
    height: 100vh;
    bottom: -37px;
    z-index: -10;
    width: 1000vw;
    position: absolute;
    left: -500vw;
  }
}
@media only screen and (max-width: 1024px) {
  body .heading-section .main-title-column h1 {
    color: #23262B !important;
  }
}
@media only screen and (max-width: 1024px) {
  body.home .heading-section {
    padding-top: 50px !important;
  }
}
body.home .heading-section .main-title-column:before {
  right: 120px;
}
@media only screen and (min-width: 1025px) {
  body.home .heading-section .main-title-column h1::after {
    content: "";
    height: 289px;
    top: -20px;
  }
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  background-color: #ffffff;
  height: auto;
  overflow-x: hidden;
  margin: 0;
}
body .elementor-section:not(.elementor-inner-section) {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
@media only screen and (max-width: 640px) {
  body .elementor-section:not(.elementor-inner-section) {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
body h1, body h2, body h3, body h4, body h5 {
  font-family: "Oswald", Sans-serif;
}
body h1 mark, body h2 mark, body h3 mark, body h4 mark, body h5 mark {
  color: #C7B380;
  background-color: initial;
  padding: 0;
}
body p {
  font-family: "Source Sans Pro", Sans-serif;
}
body h3 {
  margin: 0;
}
body .container-default {
  max-width: 1240px;
  margin: 0 auto;
  clear: both;
  float: initial;
}
body .container-default:after {
  content: "";
  display: table;
  clear: both;
}

body .actu-section article {
  box-shadow: 0 0 2px 0px #a8a8a8;
}
body .actu-section article .elementor-post__thumbnail__link {
  margin-bottom: 0 !important;
}
body .actu-section article .elementor-post__text {
  padding: 30px;
}
body .actu-section article .elementor-post__text .elementor-post__title {
  padding-bottom: 13px;
}
body .actu-section article .elementor-post__text .elementor-post__title a {
  color: #000000;
  font-size: 18px;
  padding-bottom: 13px;
}
body .actu-section article .elementor-post__text .elementor-post__excerpt {
  padding-bottom: 16px;
}
body .actu-section article .elementor-post__text .elementor-post__read-more {
  color: #C7B380;
  background-color: transparent;
  border-bottom: 1px solid #C7B380;
  font-size: 14px;
  text-transform: uppercase;
}

body .wpcf7-form label {
  width: 100%;
  font-size: 16px;
}
body .wpcf7-form .wpcf7-text,
body .wpcf7-form .wpcf7-textarea {
  background-color: transparent;
  border: 2px solid #c7b380a8;
  padding: 10px 14px;
  text-transform: initial;
  letter-spacing: 0px;
  font-size: 15px;
  width: 100%;
  margin: 0 0 7px;
  line-height: 20px;
  font-weight: 500;
  color: #23262B;
  border-radius: 6px;
  transition: 0.2s;
  height: initial;
  box-shadow: initial;
}
body .wpcf7-form .wpcf7-text:focus-visible,
body .wpcf7-form .wpcf7-textarea:focus-visible {
  transition: 0.2s;
  outline: none !important;
}
body .wpcf7-form .wpcf7-text:focus,
body .wpcf7-form .wpcf7-textarea:focus {
  border-color: #2632384d;
}
body .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 12px;
}
body .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  line-height: 26px;
}
body .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  margin: 0;
  margin-right: 5px;
}
body .wpcf7-form .wpcf7-submit {
  transition: 0.2s;
}
@media only screen and (max-width: 1024px) {
  body iframe.map {
    height: 450px;
  }
}

@media only screen and (max-width: 640px) {
  body .team-inner-section {
    max-width: 300px;
    margin: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  body .team-inner-section .elementor-column .elementor-element-populated {
    padding: 0;
  }
}
body .team-inner-section .elementor-column .elementor-element-populated .eael-team-item-inner {
  position: relative;
  overflow: hidden;
}
body .team-inner-section .elementor-column .elementor-element-populated .eael-team-item-inner:after, body .team-inner-section .elementor-column .elementor-element-populated .eael-team-item-inner:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -3;
}
body .team-inner-section .elementor-column .elementor-element-populated .eael-team-item-inner:after {
  background: linear-gradient(180deg, #ffffff00 40%, #23262B 95%);
  z-index: 0;
}
body .team-inner-section .elementor-column .elementor-element-populated .eael-team-item-inner:before {
  background-color: #23262B;
  opacity: 0;
  transition: 0.3s;
  z-index: 0;
}
body .team-inner-section .elementor-column .elementor-element-populated .eael-team-item-inner .eael-team-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  z-index: 2;
}
body .team-inner-section .elementor-column .elementor-element-populated .eael-team-item-inner .eael-team-content .eael-team-member-name {
  font-weight: 400;
  color: #ffffff !important;
  font-size: 20px;
  text-transform: initial;
}
body .team-inner-section .elementor-column .elementor-element-populated .eael-team-item-inner .eael-team-content .eael-team-member-position {
  text-transform: initial;
  color: #ffffff !important;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 13px;
}
body .team-inner-section .elementor-column .elementor-element-populated .eael-team-item-inner .eael-team-content .eael-team-member-position:after {
  content: "";
  padding-top: 13px;
  border-bottom: 1px solid #C7B380;
  width: 45px;
  display: block;
}
body .team-inner-section .elementor-column .elementor-element-populated .eael-team-item-inner .eael-team-content .eael-team-text {
  opacity: 1;
  margin-bottom: 0;
  font-weight: 300;
  color: #ffffff !important;
  transition: 0.3s !important;
  display: none;
}
body .team-inner-section .elementor-column .elementor-element-populated .eael-team-item-inner:hover:before {
  opacity: 0.8;
}
body .team-inner-section .elementor-column .elementor-element-populated .eael-team-item-inner:hover .eael-team-content .eael-team-text {
  display: block;
}

@media only screen and (min-width: 1025px) {
  body .expertises .columns:nth-child(3n) article {
    margin-left: auto;
  }
  body .expertises .columns:nth-child(3n+1) article {
    margin-right: auto;
  }
  body .expertises .columns:nth-child(3n+2) article {
    margin: auto;
  }
}
body .expertises .columns article {
  height: 430px;
  max-width: 390px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 33px;
}
@media only screen and (max-width: 640px) {
  body .expertises .columns article {
    height: 350px;
  }
}
body .expertises .columns article:after, body .expertises .columns article:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  transition: 0.7s opacity cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
}
body .expertises .columns article:before {
  background: linear-gradient(180deg, #ffffff00 24%, #23262B 109%);
}
body .expertises .columns article:after {
  background-color: #0000006e;
  opacity: 0;
}
body .expertises .columns article:hover:after {
  opacity: 1;
}
body .expertises .columns article:hover .expertise-content::after, body .expertises .columns article:hover .expertise-content::before {
  transform: scale(1);
  opacity: 1;
}
body .expertises .columns article .expertise-content {
  height: 100%;
  display: block;
  position: relative;
  padding: 12px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 4;
}
body .expertises .columns article .expertise-content:before, body .expertises .columns article .expertise-content::after {
  opacity: 0;
  transform: scale(0);
  transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
body .expertises .columns article .expertise-content:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/03/cesis-circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 230px;
  width: 230px;
  top: 29px;
  filter: brightness(1.5);
}
body .expertises .columns article .expertise-content h3, body .expertises .columns article .expertise-content a, body .expertises .columns article .expertise-content p, body .expertises .columns article .expertise-content span {
  color: #ffffff;
}
body .expertises .columns article .expertise-content h3 {
  padding-bottom: 8px;
}
body .expertises .columns article .expertise-content .read-more {
  font-size: 14px;
  font-family: "Oswald", Sans-serif;
  text-transform: uppercase;
}
body .expertises .columns article .expertise-content .read-more i {
  padding-left: 4px;
}
body .custom-pagination {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 40px;
}
body .custom-pagination > * {
  padding-right: 20px;
}
body .custom-pagination .current {
  color: #C7B380;
}

@media only screen and (max-width: 1024px) {
  body.home h1, body.home h2 {
    color: #23262B !important;
  }
}
body.home h1 mark, body.home h2 mark {
  font-weight: 500;
}
@media (min-width: 1024px) and (max-width: 1080px) {
  body.home h1 {
    font-size: 62px !important;
    line-height: 83px !important;
  }
}
@media only screen and (max-width: 1305px) {
  body.home .main-section-home {
    width: 1290px;
  }
}
@media only screen and (max-width: 1235px) {
  body.home .main-section-home {
    width: initial;
  }
}
body.home .main-section-home .elementor-image-carousel-wrapper .elementor-image-carousel {
  z-index: -9;
}
body.home .main-section-home .elementor-swiper-button {
  background-color: #C7B380;
  border-radius: 100%;
  padding: 13px;
}
body.home .main-section-home .elementor-swiper-button i {
  font-size: 17px;
}
body.home .main-section-home .elementor-swiper-button i:before {
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  body.home .main-section-home .elementor-swiper-button {
    padding: 7px;
  }
  body.home .main-section-home .elementor-swiper-button i {
    font-size: 10px;
  }
}
body.home .main-section-home .elementor-swiper-button.elementor-swiper-button-prev {
  left: -22px;
}
@media only screen and (max-width: 640px) {
  body.home .main-section-home .elementor-swiper-button.elementor-swiper-button-prev {
    left: -12px;
  }
}
body.home .main-section-home .elementor-swiper-button.elementor-swiper-button-next {
  right: -456px;
}
@media only screen and (max-width: 1350px) {
  body.home .main-section-home .elementor-swiper-button.elementor-swiper-button-next {
    right: -391px;
  }
}
@media only screen and (max-width: 1260px) {
  body.home .main-section-home .elementor-swiper-button.elementor-swiper-button-next {
    right: -367px;
  }
}
@media only screen and (max-width: 1024px) {
  body.home .main-section-home .elementor-swiper-button.elementor-swiper-button-next {
    display: inline-flex;
    right: -22px;
  }
}
@media only screen and (max-width: 640px) {
  body.home .main-section-home .elementor-swiper-button.elementor-swiper-button-next {
    right: -12px;
  }
}
