/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }
.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }
.fa-1x {
  font-size: 1em; }
.fa-2x {
  font-size: 2em; }
.fa-3x {
  font-size: 3em; }
.fa-4x {
  font-size: 4em; }
.fa-5x {
  font-size: 5em; }
.fa-6x {
  font-size: 6em; }
.fa-7x {
  font-size: 7em; }
.fa-8x {
  font-size: 8em; }
.fa-9x {
  font-size: 9em; }
.fa-10x {
  font-size: 10em; }
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }
.fa-fw {
  text-align: center;
  width: 1.25em; }
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
.fa-ul > li {
    position: relative; }
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }
.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin-reverse {
  --fa-animation-direction: reverse; }
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s; } }
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          -ms-transform: scale(-1, -1);
      transform: scale(-1, -1); }
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          -ms-transform: rotate(var(--fa-rotate-angle, none));
      transform: rotate(var(--fa-rotate-angle, none)); }
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }
.fa-stack-1x {
  line-height: inherit; }
.fa-stack-2x {
  font-size: 2em; }
.fa-inverse {
  color: var(--fa-inverse, #fff); }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30"; }
.fa-1::before {
  content: "\31"; }
.fa-2::before {
  content: "\32"; }
.fa-3::before {
  content: "\33"; }
.fa-4::before {
  content: "\34"; }
.fa-5::before {
  content: "\35"; }
.fa-6::before {
  content: "\36"; }
.fa-7::before {
  content: "\37"; }
.fa-8::before {
  content: "\38"; }
.fa-9::before {
  content: "\39"; }
.fa-a::before {
  content: "\41"; }
.fa-address-book::before {
  content: "\f2b9"; }
.fa-contact-book::before {
  content: "\f2b9"; }
.fa-address-card::before {
  content: "\f2bb"; }
.fa-contact-card::before {
  content: "\f2bb"; }
.fa-vcard::before {
  content: "\f2bb"; }
.fa-align-center::before {
  content: "\f037"; }
.fa-align-justify::before {
  content: "\f039"; }
.fa-align-left::before {
  content: "\f036"; }
.fa-align-right::before {
  content: "\f038"; }
.fa-anchor::before {
  content: "\f13d"; }
.fa-anchor-circle-check::before {
  content: "\e4aa"; }
.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }
.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }
.fa-anchor-lock::before {
  content: "\e4ad"; }
.fa-angle-down::before {
  content: "\f107"; }
.fa-angle-left::before {
  content: "\f104"; }
.fa-angle-right::before {
  content: "\f105"; }
.fa-angle-up::before {
  content: "\f106"; }
.fa-angles-down::before {
  content: "\f103"; }
.fa-angle-double-down::before {
  content: "\f103"; }
.fa-angles-left::before {
  content: "\f100"; }
.fa-angle-double-left::before {
  content: "\f100"; }
.fa-angles-right::before {
  content: "\f101"; }
.fa-angle-double-right::before {
  content: "\f101"; }
.fa-angles-up::before {
  content: "\f102"; }
.fa-angle-double-up::before {
  content: "\f102"; }
.fa-ankh::before {
  content: "\f644"; }
.fa-apple-whole::before {
  content: "\f5d1"; }
.fa-apple-alt::before {
  content: "\f5d1"; }
.fa-archway::before {
  content: "\f557"; }
.fa-arrow-down::before {
  content: "\f063"; }
.fa-arrow-down-1-9::before {
  content: "\f162"; }
.fa-sort-numeric-asc::before {
  content: "\f162"; }
.fa-sort-numeric-down::before {
  content: "\f162"; }
.fa-arrow-down-9-1::before {
  content: "\f886"; }
.fa-sort-numeric-desc::before {
  content: "\f886"; }
.fa-sort-numeric-down-alt::before {
  content: "\f886"; }
.fa-arrow-down-a-z::before {
  content: "\f15d"; }
.fa-sort-alpha-asc::before {
  content: "\f15d"; }
.fa-sort-alpha-down::before {
  content: "\f15d"; }
.fa-arrow-down-long::before {
  content: "\f175"; }
.fa-long-arrow-down::before {
  content: "\f175"; }
.fa-arrow-down-short-wide::before {
  content: "\f884"; }
.fa-sort-amount-desc::before {
  content: "\f884"; }
.fa-sort-amount-down-alt::before {
  content: "\f884"; }
.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }
.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }
.fa-arrow-down-wide-short::before {
  content: "\f160"; }
.fa-sort-amount-asc::before {
  content: "\f160"; }
.fa-sort-amount-down::before {
  content: "\f160"; }
.fa-arrow-down-z-a::before {
  content: "\f881"; }
.fa-sort-alpha-desc::before {
  content: "\f881"; }
.fa-sort-alpha-down-alt::before {
  content: "\f881"; }
.fa-arrow-left::before {
  content: "\f060"; }
.fa-arrow-left-long::before {
  content: "\f177"; }
.fa-long-arrow-left::before {
  content: "\f177"; }
.fa-arrow-pointer::before {
  content: "\f245"; }
.fa-mouse-pointer::before {
  content: "\f245"; }
.fa-arrow-right::before {
  content: "\f061"; }
.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }
.fa-exchange::before {
  content: "\f0ec"; }
.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }
.fa-sign-out::before {
  content: "\f08b"; }
.fa-arrow-right-long::before {
  content: "\f178"; }
.fa-long-arrow-right::before {
  content: "\f178"; }
.fa-arrow-right-to-bracket::before {
  content: "\f090"; }
.fa-sign-in::before {
  content: "\f090"; }
.fa-arrow-right-to-city::before {
  content: "\e4b3"; }
.fa-arrow-rotate-left::before {
  content: "\f0e2"; }
.fa-arrow-left-rotate::before {
  content: "\f0e2"; }
.fa-arrow-rotate-back::before {
  content: "\f0e2"; }
.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }
.fa-undo::before {
  content: "\f0e2"; }
.fa-arrow-rotate-right::before {
  content: "\f01e"; }
.fa-arrow-right-rotate::before {
  content: "\f01e"; }
.fa-arrow-rotate-forward::before {
  content: "\f01e"; }
.fa-redo::before {
  content: "\f01e"; }
.fa-arrow-trend-down::before {
  content: "\e097"; }
.fa-arrow-trend-up::before {
  content: "\e098"; }
.fa-arrow-turn-down::before {
  content: "\f149"; }
.fa-level-down::before {
  content: "\f149"; }
.fa-arrow-turn-up::before {
  content: "\f148"; }
.fa-level-up::before {
  content: "\f148"; }
.fa-arrow-up::before {
  content: "\f062"; }
.fa-arrow-up-1-9::before {
  content: "\f163"; }
.fa-sort-numeric-up::before {
  content: "\f163"; }
.fa-arrow-up-9-1::before {
  content: "\f887"; }
.fa-sort-numeric-up-alt::before {
  content: "\f887"; }
.fa-arrow-up-a-z::before {
  content: "\f15e"; }
.fa-sort-alpha-up::before {
  content: "\f15e"; }
.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }
.fa-arrow-up-long::before {
  content: "\f176"; }
.fa-long-arrow-up::before {
  content: "\f176"; }
.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }
.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }
.fa-external-link::before {
  content: "\f08e"; }
.fa-arrow-up-short-wide::before {
  content: "\f885"; }
.fa-sort-amount-up-alt::before {
  content: "\f885"; }
.fa-arrow-up-wide-short::before {
  content: "\f161"; }
.fa-sort-amount-up::before {
  content: "\f161"; }
.fa-arrow-up-z-a::before {
  content: "\f882"; }
.fa-sort-alpha-up-alt::before {
  content: "\f882"; }
.fa-arrows-down-to-line::before {
  content: "\e4b8"; }
.fa-arrows-down-to-people::before {
  content: "\e4b9"; }
.fa-arrows-left-right::before {
  content: "\f07e"; }
.fa-arrows-h::before {
  content: "\f07e"; }
.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }
.fa-arrows-rotate::before {
  content: "\f021"; }
.fa-refresh::before {
  content: "\f021"; }
.fa-sync::before {
  content: "\f021"; }
.fa-arrows-spin::before {
  content: "\e4bb"; }
.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }
.fa-arrows-to-circle::before {
  content: "\e4bd"; }
.fa-arrows-to-dot::before {
  content: "\e4be"; }
.fa-arrows-to-eye::before {
  content: "\e4bf"; }
.fa-arrows-turn-right::before {
  content: "\e4c0"; }
.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }
.fa-arrows-up-down::before {
  content: "\f07d"; }
.fa-arrows-v::before {
  content: "\f07d"; }
.fa-arrows-up-down-left-right::before {
  content: "\f047"; }
.fa-arrows::before {
  content: "\f047"; }
.fa-arrows-up-to-line::before {
  content: "\e4c2"; }
.fa-asterisk::before {
  content: "\2a"; }
.fa-at::before {
  content: "\40"; }
.fa-atom::before {
  content: "\f5d2"; }
.fa-audio-description::before {
  content: "\f29e"; }
.fa-austral-sign::before {
  content: "\e0a9"; }
.fa-award::before {
  content: "\f559"; }
.fa-b::before {
  content: "\42"; }
.fa-baby::before {
  content: "\f77c"; }
.fa-baby-carriage::before {
  content: "\f77d"; }
.fa-carriage-baby::before {
  content: "\f77d"; }
.fa-backward::before {
  content: "\f04a"; }
.fa-backward-fast::before {
  content: "\f049"; }
.fa-fast-backward::before {
  content: "\f049"; }
.fa-backward-step::before {
  content: "\f048"; }
.fa-step-backward::before {
  content: "\f048"; }
.fa-bacon::before {
  content: "\f7e5"; }
.fa-bacteria::before {
  content: "\e059"; }
.fa-bacterium::before {
  content: "\e05a"; }
.fa-bag-shopping::before {
  content: "\f290"; }
.fa-shopping-bag::before {
  content: "\f290"; }
.fa-bahai::before {
  content: "\f666"; }
.fa-haykal::before {
  content: "\f666"; }
.fa-baht-sign::before {
  content: "\e0ac"; }
.fa-ban::before {
  content: "\f05e"; }
.fa-cancel::before {
  content: "\f05e"; }
.fa-ban-smoking::before {
  content: "\f54d"; }
.fa-smoking-ban::before {
  content: "\f54d"; }
.fa-bandage::before {
  content: "\f462"; }
.fa-band-aid::before {
  content: "\f462"; }
.fa-barcode::before {
  content: "\f02a"; }
.fa-bars::before {
  content: "\f0c9"; }
.fa-navicon::before {
  content: "\f0c9"; }
.fa-bars-progress::before {
  content: "\f828"; }
.fa-tasks-alt::before {
  content: "\f828"; }
.fa-bars-staggered::before {
  content: "\f550"; }
.fa-reorder::before {
  content: "\f550"; }
.fa-stream::before {
  content: "\f550"; }
.fa-baseball::before {
  content: "\f433"; }
.fa-baseball-ball::before {
  content: "\f433"; }
.fa-baseball-bat-ball::before {
  content: "\f432"; }
.fa-basket-shopping::before {
  content: "\f291"; }
.fa-shopping-basket::before {
  content: "\f291"; }
.fa-basketball::before {
  content: "\f434"; }
.fa-basketball-ball::before {
  content: "\f434"; }
.fa-bath::before {
  content: "\f2cd"; }
.fa-bathtub::before {
  content: "\f2cd"; }
.fa-battery-empty::before {
  content: "\f244"; }
.fa-battery-0::before {
  content: "\f244"; }
.fa-battery-full::before {
  content: "\f240"; }
.fa-battery::before {
  content: "\f240"; }
.fa-battery-5::before {
  content: "\f240"; }
.fa-battery-half::before {
  content: "\f242"; }
.fa-battery-3::before {
  content: "\f242"; }
.fa-battery-quarter::before {
  content: "\f243"; }
.fa-battery-2::before {
  content: "\f243"; }
.fa-battery-three-quarters::before {
  content: "\f241"; }
.fa-battery-4::before {
  content: "\f241"; }
.fa-bed::before {
  content: "\f236"; }
.fa-bed-pulse::before {
  content: "\f487"; }
.fa-procedures::before {
  content: "\f487"; }
.fa-beer-mug-empty::before {
  content: "\f0fc"; }
.fa-beer::before {
  content: "\f0fc"; }
.fa-bell::before {
  content: "\f0f3"; }
.fa-bell-concierge::before {
  content: "\f562"; }
.fa-concierge-bell::before {
  content: "\f562"; }
.fa-bell-slash::before {
  content: "\f1f6"; }
.fa-bezier-curve::before {
  content: "\f55b"; }
.fa-bicycle::before {
  content: "\f206"; }
.fa-binoculars::before {
  content: "\f1e5"; }
.fa-biohazard::before {
  content: "\f780"; }
.fa-bitcoin-sign::before {
  content: "\e0b4"; }
.fa-blender::before {
  content: "\f517"; }
.fa-blender-phone::before {
  content: "\f6b6"; }
.fa-blog::before {
  content: "\f781"; }
.fa-bold::before {
  content: "\f032"; }
.fa-bolt::before {
  content: "\f0e7"; }
.fa-zap::before {
  content: "\f0e7"; }
.fa-bolt-lightning::before {
  content: "\e0b7"; }
.fa-bomb::before {
  content: "\f1e2"; }
.fa-bone::before {
  content: "\f5d7"; }
.fa-bong::before {
  content: "\f55c"; }
.fa-book::before {
  content: "\f02d"; }
.fa-book-atlas::before {
  content: "\f558"; }
.fa-atlas::before {
  content: "\f558"; }
.fa-book-bible::before {
  content: "\f647"; }
.fa-bible::before {
  content: "\f647"; }
.fa-book-bookmark::before {
  content: "\e0bb"; }
.fa-book-journal-whills::before {
  content: "\f66a"; }
.fa-journal-whills::before {
  content: "\f66a"; }
.fa-book-medical::before {
  content: "\f7e6"; }
.fa-book-open::before {
  content: "\f518"; }
.fa-book-open-reader::before {
  content: "\f5da"; }
.fa-book-reader::before {
  content: "\f5da"; }
.fa-book-quran::before {
  content: "\f687"; }
.fa-quran::before {
  content: "\f687"; }
.fa-book-skull::before {
  content: "\f6b7"; }
.fa-book-dead::before {
  content: "\f6b7"; }
.fa-book-tanakh::before {
  content: "\f827"; }
.fa-tanakh::before {
  content: "\f827"; }
.fa-bookmark::before {
  content: "\f02e"; }
.fa-border-all::before {
  content: "\f84c"; }
.fa-border-none::before {
  content: "\f850"; }
.fa-border-top-left::before {
  content: "\f853"; }
.fa-border-style::before {
  content: "\f853"; }
.fa-bore-hole::before {
  content: "\e4c3"; }
.fa-bottle-droplet::before {
  content: "\e4c4"; }
.fa-bottle-water::before {
  content: "\e4c5"; }
.fa-bowl-food::before {
  content: "\e4c6"; }
.fa-bowl-rice::before {
  content: "\e2eb"; }
.fa-bowling-ball::before {
  content: "\f436"; }
.fa-box::before {
  content: "\f466"; }
.fa-box-archive::before {
  content: "\f187"; }
.fa-archive::before {
  content: "\f187"; }
.fa-box-open::before {
  content: "\f49e"; }
.fa-box-tissue::before {
  content: "\e05b"; }
.fa-boxes-packing::before {
  content: "\e4c7"; }
.fa-boxes-stacked::before {
  content: "\f468"; }
.fa-boxes::before {
  content: "\f468"; }
.fa-boxes-alt::before {
  content: "\f468"; }
.fa-braille::before {
  content: "\f2a1"; }
.fa-brain::before {
  content: "\f5dc"; }
.fa-brazilian-real-sign::before {
  content: "\e46c"; }
.fa-bread-slice::before {
  content: "\f7ec"; }
.fa-bridge::before {
  content: "\e4c8"; }
.fa-bridge-circle-check::before {
  content: "\e4c9"; }
.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }
.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }
.fa-bridge-lock::before {
  content: "\e4cc"; }
.fa-bridge-water::before {
  content: "\e4ce"; }
.fa-briefcase::before {
  content: "\f0b1"; }
.fa-briefcase-medical::before {
  content: "\f469"; }
.fa-broom::before {
  content: "\f51a"; }
.fa-broom-ball::before {
  content: "\f458"; }
.fa-quidditch::before {
  content: "\f458"; }
.fa-quidditch-broom-ball::before {
  content: "\f458"; }
.fa-brush::before {
  content: "\f55d"; }
.fa-bucket::before {
  content: "\e4cf"; }
.fa-bug::before {
  content: "\f188"; }
.fa-bug-slash::before {
  content: "\e490"; }
.fa-bugs::before {
  content: "\e4d0"; }
.fa-building::before {
  content: "\f1ad"; }
.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }
.fa-building-circle-check::before {
  content: "\e4d2"; }
.fa-building-circle-exclamation::before {
  content: "\e4d3"; }
.fa-building-circle-xmark::before {
  content: "\e4d4"; }
.fa-building-columns::before {
  content: "\f19c"; }
.fa-bank::before {
  content: "\f19c"; }
.fa-institution::before {
  content: "\f19c"; }
.fa-museum::before {
  content: "\f19c"; }
.fa-university::before {
  content: "\f19c"; }
.fa-building-flag::before {
  content: "\e4d5"; }
.fa-building-lock::before {
  content: "\e4d6"; }
.fa-building-ngo::before {
  content: "\e4d7"; }
.fa-building-shield::before {
  content: "\e4d8"; }
.fa-building-un::before {
  content: "\e4d9"; }
.fa-building-user::before {
  content: "\e4da"; }
.fa-building-wheat::before {
  content: "\e4db"; }
.fa-bullhorn::before {
  content: "\f0a1"; }
.fa-bullseye::before {
  content: "\f140"; }
.fa-burger::before {
  content: "\f805"; }
.fa-hamburger::before {
  content: "\f805"; }
.fa-burst::before {
  content: "\e4dc"; }
.fa-bus::before {
  content: "\f207"; }
.fa-bus-simple::before {
  content: "\f55e"; }
.fa-bus-alt::before {
  content: "\f55e"; }
.fa-business-time::before {
  content: "\f64a"; }
.fa-briefcase-clock::before {
  content: "\f64a"; }
.fa-c::before {
  content: "\43"; }
.fa-cable-car::before {
  content: "\f7da"; }
.fa-tram::before {
  content: "\f7da"; }
.fa-cake-candles::before {
  content: "\f1fd"; }
.fa-birthday-cake::before {
  content: "\f1fd"; }
.fa-cake::before {
  content: "\f1fd"; }
.fa-calculator::before {
  content: "\f1ec"; }
.fa-calendar::before {
  content: "\f133"; }
.fa-calendar-check::before {
  content: "\f274"; }
.fa-calendar-day::before {
  content: "\f783"; }
.fa-calendar-days::before {
  content: "\f073"; }
.fa-calendar-alt::before {
  content: "\f073"; }
.fa-calendar-minus::before {
  content: "\f272"; }
.fa-calendar-plus::before {
  content: "\f271"; }
.fa-calendar-week::before {
  content: "\f784"; }
.fa-calendar-xmark::before {
  content: "\f273"; }
.fa-calendar-times::before {
  content: "\f273"; }
.fa-camera::before {
  content: "\f030"; }
.fa-camera-alt::before {
  content: "\f030"; }
.fa-camera-retro::before {
  content: "\f083"; }
.fa-camera-rotate::before {
  content: "\e0d8"; }
.fa-campground::before {
  content: "\f6bb"; }
.fa-candy-cane::before {
  content: "\f786"; }
.fa-cannabis::before {
  content: "\f55f"; }
.fa-capsules::before {
  content: "\f46b"; }
.fa-car::before {
  content: "\f1b9"; }
.fa-automobile::before {
  content: "\f1b9"; }
.fa-car-battery::before {
  content: "\f5df"; }
.fa-battery-car::before {
  content: "\f5df"; }
.fa-car-burst::before {
  content: "\f5e1"; }
.fa-car-crash::before {
  content: "\f5e1"; }
.fa-car-on::before {
  content: "\e4dd"; }
.fa-car-rear::before {
  content: "\f5de"; }
.fa-car-alt::before {
  content: "\f5de"; }
.fa-car-side::before {
  content: "\f5e4"; }
.fa-car-tunnel::before {
  content: "\e4de"; }
.fa-caravan::before {
  content: "\f8ff"; }
.fa-caret-down::before {
  content: "\f0d7"; }
.fa-caret-left::before {
  content: "\f0d9"; }
.fa-caret-right::before {
  content: "\f0da"; }
.fa-caret-up::before {
  content: "\f0d8"; }
.fa-carrot::before {
  content: "\f787"; }
.fa-cart-arrow-down::before {
  content: "\f218"; }
.fa-cart-flatbed::before {
  content: "\f474"; }
.fa-dolly-flatbed::before {
  content: "\f474"; }
.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }
.fa-luggage-cart::before {
  content: "\f59d"; }
.fa-cart-plus::before {
  content: "\f217"; }
.fa-cart-shopping::before {
  content: "\f07a"; }
.fa-shopping-cart::before {
  content: "\f07a"; }
.fa-cash-register::before {
  content: "\f788"; }
.fa-cat::before {
  content: "\f6be"; }
.fa-cedi-sign::before {
  content: "\e0df"; }
.fa-cent-sign::before {
  content: "\e3f5"; }
.fa-certificate::before {
  content: "\f0a3"; }
.fa-chair::before {
  content: "\f6c0"; }
.fa-chalkboard::before {
  content: "\f51b"; }
.fa-blackboard::before {
  content: "\f51b"; }
.fa-chalkboard-user::before {
  content: "\f51c"; }
.fa-chalkboard-teacher::before {
  content: "\f51c"; }
.fa-champagne-glasses::before {
  content: "\f79f"; }
.fa-glass-cheers::before {
  content: "\f79f"; }
.fa-charging-station::before {
  content: "\f5e7"; }
.fa-chart-area::before {
  content: "\f1fe"; }
.fa-area-chart::before {
  content: "\f1fe"; }
.fa-chart-bar::before {
  content: "\f080"; }
.fa-bar-chart::before {
  content: "\f080"; }
.fa-chart-column::before {
  content: "\e0e3"; }
.fa-chart-gantt::before {
  content: "\e0e4"; }
.fa-chart-line::before {
  content: "\f201"; }
.fa-line-chart::before {
  content: "\f201"; }
.fa-chart-pie::before {
  content: "\f200"; }
.fa-pie-chart::before {
  content: "\f200"; }
.fa-chart-simple::before {
  content: "\e473"; }
.fa-check::before {
  content: "\f00c"; }
.fa-check-double::before {
  content: "\f560"; }
.fa-check-to-slot::before {
  content: "\f772"; }
.fa-vote-yea::before {
  content: "\f772"; }
.fa-cheese::before {
  content: "\f7ef"; }
.fa-chess::before {
  content: "\f439"; }
.fa-chess-bishop::before {
  content: "\f43a"; }
.fa-chess-board::before {
  content: "\f43c"; }
.fa-chess-king::before {
  content: "\f43f"; }
.fa-chess-knight::before {
  content: "\f441"; }
.fa-chess-pawn::before {
  content: "\f443"; }
.fa-chess-queen::before {
  content: "\f445"; }
.fa-chess-rook::before {
  content: "\f447"; }
.fa-chevron-down::before {
  content: "\f078"; }
.fa-chevron-left::before {
  content: "\f053"; }
.fa-chevron-right::before {
  content: "\f054"; }
.fa-chevron-up::before {
  content: "\f077"; }
.fa-child::before {
  content: "\f1ae"; }
.fa-child-dress::before {
  content: "\e59c"; }
.fa-child-reaching::before {
  content: "\e59d"; }
.fa-child-rifle::before {
  content: "\e4e0"; }
.fa-children::before {
  content: "\e4e1"; }
.fa-church::before {
  content: "\f51d"; }
.fa-circle::before {
  content: "\f111"; }
.fa-circle-arrow-down::before {
  content: "\f0ab"; }
.fa-arrow-circle-down::before {
  content: "\f0ab"; }
.fa-circle-arrow-left::before {
  content: "\f0a8"; }
.fa-arrow-circle-left::before {
  content: "\f0a8"; }
.fa-circle-arrow-right::before {
  content: "\f0a9"; }
.fa-arrow-circle-right::before {
  content: "\f0a9"; }
.fa-circle-arrow-up::before {
  content: "\f0aa"; }
.fa-arrow-circle-up::before {
  content: "\f0aa"; }
.fa-circle-check::before {
  content: "\f058"; }
.fa-check-circle::before {
  content: "\f058"; }
.fa-circle-chevron-down::before {
  content: "\f13a"; }
.fa-chevron-circle-down::before {
  content: "\f13a"; }
.fa-circle-chevron-left::before {
  content: "\f137"; }
.fa-chevron-circle-left::before {
  content: "\f137"; }
.fa-circle-chevron-right::before {
  content: "\f138"; }
.fa-chevron-circle-right::before {
  content: "\f138"; }
.fa-circle-chevron-up::before {
  content: "\f139"; }
.fa-chevron-circle-up::before {
  content: "\f139"; }
.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }
.fa-donate::before {
  content: "\f4b9"; }
.fa-circle-dot::before {
  content: "\f192"; }
.fa-dot-circle::before {
  content: "\f192"; }
.fa-circle-down::before {
  content: "\f358"; }
.fa-arrow-alt-circle-down::before {
  content: "\f358"; }
.fa-circle-exclamation::before {
  content: "\f06a"; }
.fa-exclamation-circle::before {
  content: "\f06a"; }
.fa-circle-h::before {
  content: "\f47e"; }
.fa-hospital-symbol::before {
  content: "\f47e"; }
.fa-circle-half-stroke::before {
  content: "\f042"; }
.fa-adjust::before {
  content: "\f042"; }
.fa-circle-info::before {
  content: "\f05a"; }
.fa-info-circle::before {
  content: "\f05a"; }
.fa-circle-left::before {
  content: "\f359"; }
.fa-arrow-alt-circle-left::before {
  content: "\f359"; }
.fa-circle-minus::before {
  content: "\f056"; }
.fa-minus-circle::before {
  content: "\f056"; }
.fa-circle-nodes::before {
  content: "\e4e2"; }
.fa-circle-notch::before {
  content: "\f1ce"; }
.fa-circle-pause::before {
  content: "\f28b"; }
.fa-pause-circle::before {
  content: "\f28b"; }
.fa-circle-play::before {
  content: "\f144"; }
.fa-play-circle::before {
  content: "\f144"; }
.fa-circle-plus::before {
  content: "\f055"; }
.fa-plus-circle::before {
  content: "\f055"; }
.fa-circle-question::before {
  content: "\f059"; }
.fa-question-circle::before {
  content: "\f059"; }
.fa-circle-radiation::before {
  content: "\f7ba"; }
.fa-radiation-alt::before {
  content: "\f7ba"; }
.fa-circle-right::before {
  content: "\f35a"; }
.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }
.fa-circle-stop::before {
  content: "\f28d"; }
.fa-stop-circle::before {
  content: "\f28d"; }
.fa-circle-up::before {
  content: "\f35b"; }
.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }
.fa-circle-user::before {
  content: "\f2bd"; }
.fa-user-circle::before {
  content: "\f2bd"; }
.fa-circle-xmark::before {
  content: "\f057"; }
.fa-times-circle::before {
  content: "\f057"; }
.fa-xmark-circle::before {
  content: "\f057"; }
.fa-city::before {
  content: "\f64f"; }
.fa-clapperboard::before {
  content: "\e131"; }
.fa-clipboard::before {
  content: "\f328"; }
.fa-clipboard-check::before {
  content: "\f46c"; }
.fa-clipboard-list::before {
  content: "\f46d"; }
.fa-clipboard-question::before {
  content: "\e4e3"; }
.fa-clipboard-user::before {
  content: "\f7f3"; }
.fa-clock::before {
  content: "\f017"; }
.fa-clock-four::before {
  content: "\f017"; }
.fa-clock-rotate-left::before {
  content: "\f1da"; }
.fa-history::before {
  content: "\f1da"; }
.fa-clone::before {
  content: "\f24d"; }
.fa-closed-captioning::before {
  content: "\f20a"; }
.fa-cloud::before {
  content: "\f0c2"; }
.fa-cloud-arrow-down::before {
  content: "\f0ed"; }
.fa-cloud-download::before {
  content: "\f0ed"; }
.fa-cloud-download-alt::before {
  content: "\f0ed"; }
.fa-cloud-arrow-up::before {
  content: "\f0ee"; }
.fa-cloud-upload::before {
  content: "\f0ee"; }
.fa-cloud-upload-alt::before {
  content: "\f0ee"; }
.fa-cloud-bolt::before {
  content: "\f76c"; }
.fa-thunderstorm::before {
  content: "\f76c"; }
.fa-cloud-meatball::before {
  content: "\f73b"; }
.fa-cloud-moon::before {
  content: "\f6c3"; }
.fa-cloud-moon-rain::before {
  content: "\f73c"; }
.fa-cloud-rain::before {
  content: "\f73d"; }
.fa-cloud-showers-heavy::before {
  content: "\f740"; }
.fa-cloud-showers-water::before {
  content: "\e4e4"; }
.fa-cloud-sun::before {
  content: "\f6c4"; }
.fa-cloud-sun-rain::before {
  content: "\f743"; }
.fa-clover::before {
  content: "\e139"; }
.fa-code::before {
  content: "\f121"; }
.fa-code-branch::before {
  content: "\f126"; }
.fa-code-commit::before {
  content: "\f386"; }
.fa-code-compare::before {
  content: "\e13a"; }
.fa-code-fork::before {
  content: "\e13b"; }
.fa-code-merge::before {
  content: "\f387"; }
.fa-code-pull-request::before {
  content: "\e13c"; }
.fa-coins::before {
  content: "\f51e"; }
.fa-colon-sign::before {
  content: "\e140"; }
.fa-comment::before {
  content: "\f075"; }
.fa-comment-dollar::before {
  content: "\f651"; }
.fa-comment-dots::before {
  content: "\f4ad"; }
.fa-commenting::before {
  content: "\f4ad"; }
.fa-comment-medical::before {
  content: "\f7f5"; }
.fa-comment-slash::before {
  content: "\f4b3"; }
.fa-comment-sms::before {
  content: "\f7cd"; }
.fa-sms::before {
  content: "\f7cd"; }
.fa-comments::before {
  content: "\f086"; }
.fa-comments-dollar::before {
  content: "\f653"; }
.fa-compact-disc::before {
  content: "\f51f"; }
.fa-compass::before {
  content: "\f14e"; }
.fa-compass-drafting::before {
  content: "\f568"; }
.fa-drafting-compass::before {
  content: "\f568"; }
.fa-compress::before {
  content: "\f066"; }
.fa-computer::before {
  content: "\e4e5"; }
.fa-computer-mouse::before {
  content: "\f8cc"; }
.fa-mouse::before {
  content: "\f8cc"; }
.fa-cookie::before {
  content: "\f563"; }
.fa-cookie-bite::before {
  content: "\f564"; }
.fa-copy::before {
  content: "\f0c5"; }
.fa-copyright::before {
  content: "\f1f9"; }
.fa-couch::before {
  content: "\f4b8"; }
.fa-cow::before {
  content: "\f6c8"; }
.fa-credit-card::before {
  content: "\f09d"; }
.fa-credit-card-alt::before {
  content: "\f09d"; }
.fa-crop::before {
  content: "\f125"; }
.fa-crop-simple::before {
  content: "\f565"; }
.fa-crop-alt::before {
  content: "\f565"; }
.fa-cross::before {
  content: "\f654"; }
.fa-crosshairs::before {
  content: "\f05b"; }
.fa-crow::before {
  content: "\f520"; }
.fa-crown::before {
  content: "\f521"; }
.fa-crutch::before {
  content: "\f7f7"; }
.fa-cruzeiro-sign::before {
  content: "\e152"; }
.fa-cube::before {
  content: "\f1b2"; }
.fa-cubes::before {
  content: "\f1b3"; }
.fa-cubes-stacked::before {
  content: "\e4e6"; }
.fa-d::before {
  content: "\44"; }
.fa-database::before {
  content: "\f1c0"; }
.fa-delete-left::before {
  content: "\f55a"; }
.fa-backspace::before {
  content: "\f55a"; }
.fa-democrat::before {
  content: "\f747"; }
.fa-desktop::before {
  content: "\f390"; }
.fa-desktop-alt::before {
  content: "\f390"; }
.fa-dharmachakra::before {
  content: "\f655"; }
.fa-diagram-next::before {
  content: "\e476"; }
.fa-diagram-predecessor::before {
  content: "\e477"; }
.fa-diagram-project::before {
  content: "\f542"; }
.fa-project-diagram::before {
  content: "\f542"; }
.fa-diagram-successor::before {
  content: "\e47a"; }
.fa-diamond::before {
  content: "\f219"; }
.fa-diamond-turn-right::before {
  content: "\f5eb"; }
.fa-directions::before {
  content: "\f5eb"; }
.fa-dice::before {
  content: "\f522"; }
.fa-dice-d20::before {
  content: "\f6cf"; }
.fa-dice-d6::before {
  content: "\f6d1"; }
.fa-dice-five::before {
  content: "\f523"; }
.fa-dice-four::before {
  content: "\f524"; }
.fa-dice-one::before {
  content: "\f525"; }
.fa-dice-six::before {
  content: "\f526"; }
.fa-dice-three::before {
  content: "\f527"; }
.fa-dice-two::before {
  content: "\f528"; }
.fa-disease::before {
  content: "\f7fa"; }
.fa-display::before {
  content: "\e163"; }
.fa-divide::before {
  content: "\f529"; }
.fa-dna::before {
  content: "\f471"; }
.fa-dog::before {
  content: "\f6d3"; }
.fa-dollar-sign::before {
  content: "\24"; }
.fa-dollar::before {
  content: "\24"; }
.fa-usd::before {
  content: "\24"; }
.fa-dolly::before {
  content: "\f472"; }
.fa-dolly-box::before {
  content: "\f472"; }
.fa-dong-sign::before {
  content: "\e169"; }
.fa-door-closed::before {
  content: "\f52a"; }
.fa-door-open::before {
  content: "\f52b"; }
.fa-dove::before {
  content: "\f4ba"; }
.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }
.fa-compress-alt::before {
  content: "\f422"; }
.fa-down-long::before {
  content: "\f309"; }
.fa-long-arrow-alt-down::before {
  content: "\f309"; }
.fa-download::before {
  content: "\f019"; }
.fa-dragon::before {
  content: "\f6d5"; }
.fa-draw-polygon::before {
  content: "\f5ee"; }
.fa-droplet::before {
  content: "\f043"; }
.fa-tint::before {
  content: "\f043"; }
.fa-droplet-slash::before {
  content: "\f5c7"; }
.fa-tint-slash::before {
  content: "\f5c7"; }
.fa-drum::before {
  content: "\f569"; }
.fa-drum-steelpan::before {
  content: "\f56a"; }
.fa-drumstick-bite::before {
  content: "\f6d7"; }
.fa-dumbbell::before {
  content: "\f44b"; }
.fa-dumpster::before {
  content: "\f793"; }
.fa-dumpster-fire::before {
  content: "\f794"; }
.fa-dungeon::before {
  content: "\f6d9"; }
.fa-e::before {
  content: "\45"; }
.fa-ear-deaf::before {
  content: "\f2a4"; }
.fa-deaf::before {
  content: "\f2a4"; }
.fa-deafness::before {
  content: "\f2a4"; }
.fa-hard-of-hearing::before {
  content: "\f2a4"; }
.fa-ear-listen::before {
  content: "\f2a2"; }
.fa-assistive-listening-systems::before {
  content: "\f2a2"; }
.fa-earth-africa::before {
  content: "\f57c"; }
.fa-globe-africa::before {
  content: "\f57c"; }
.fa-earth-americas::before {
  content: "\f57d"; }
.fa-earth::before {
  content: "\f57d"; }
.fa-earth-america::before {
  content: "\f57d"; }
.fa-globe-americas::before {
  content: "\f57d"; }
.fa-earth-asia::before {
  content: "\f57e"; }
.fa-globe-asia::before {
  content: "\f57e"; }
.fa-earth-europe::before {
  content: "\f7a2"; }
.fa-globe-europe::before {
  content: "\f7a2"; }
.fa-earth-oceania::before {
  content: "\e47b"; }
.fa-globe-oceania::before {
  content: "\e47b"; }
.fa-egg::before {
  content: "\f7fb"; }
.fa-eject::before {
  content: "\f052"; }
.fa-elevator::before {
  content: "\e16d"; }
.fa-ellipsis::before {
  content: "\f141"; }
.fa-ellipsis-h::before {
  content: "\f141"; }
.fa-ellipsis-vertical::before {
  content: "\f142"; }
.fa-ellipsis-v::before {
  content: "\f142"; }
.fa-envelope::before {
  content: "\f0e0"; }
.fa-envelope-circle-check::before {
  content: "\e4e8"; }
.fa-envelope-open::before {
  content: "\f2b6"; }
.fa-envelope-open-text::before {
  content: "\f658"; }
.fa-envelopes-bulk::before {
  content: "\f674"; }
.fa-mail-bulk::before {
  content: "\f674"; }
.fa-equals::before {
  content: "\3d"; }
.fa-eraser::before {
  content: "\f12d"; }
.fa-ethernet::before {
  content: "\f796"; }
.fa-euro-sign::before {
  content: "\f153"; }
.fa-eur::before {
  content: "\f153"; }
.fa-euro::before {
  content: "\f153"; }
.fa-exclamation::before {
  content: "\21"; }
.fa-expand::before {
  content: "\f065"; }
.fa-explosion::before {
  content: "\e4e9"; }
.fa-eye::before {
  content: "\f06e"; }
.fa-eye-dropper::before {
  content: "\f1fb"; }
.fa-eye-dropper-empty::before {
  content: "\f1fb"; }
.fa-eyedropper::before {
  content: "\f1fb"; }
.fa-eye-low-vision::before {
  content: "\f2a8"; }
.fa-low-vision::before {
  content: "\f2a8"; }
.fa-eye-slash::before {
  content: "\f070"; }
.fa-f::before {
  content: "\46"; }
.fa-face-angry::before {
  content: "\f556"; }
.fa-angry::before {
  content: "\f556"; }
.fa-face-dizzy::before {
  content: "\f567"; }
.fa-dizzy::before {
  content: "\f567"; }
.fa-face-flushed::before {
  content: "\f579"; }
.fa-flushed::before {
  content: "\f579"; }
.fa-face-frown::before {
  content: "\f119"; }
.fa-frown::before {
  content: "\f119"; }
.fa-face-frown-open::before {
  content: "\f57a"; }
.fa-frown-open::before {
  content: "\f57a"; }
.fa-face-grimace::before {
  content: "\f57f"; }
.fa-grimace::before {
  content: "\f57f"; }
.fa-face-grin::before {
  content: "\f580"; }
.fa-grin::before {
  content: "\f580"; }
.fa-face-grin-beam::before {
  content: "\f582"; }
.fa-grin-beam::before {
  content: "\f582"; }
.fa-face-grin-beam-sweat::before {
  content: "\f583"; }
.fa-grin-beam-sweat::before {
  content: "\f583"; }
.fa-face-grin-hearts::before {
  content: "\f584"; }
.fa-grin-hearts::before {
  content: "\f584"; }
.fa-face-grin-squint::before {
  content: "\f585"; }
.fa-grin-squint::before {
  content: "\f585"; }
.fa-face-grin-squint-tears::before {
  content: "\f586"; }
.fa-grin-squint-tears::before {
  content: "\f586"; }
.fa-face-grin-stars::before {
  content: "\f587"; }
.fa-grin-stars::before {
  content: "\f587"; }
.fa-face-grin-tears::before {
  content: "\f588"; }
.fa-grin-tears::before {
  content: "\f588"; }
.fa-face-grin-tongue::before {
  content: "\f589"; }
.fa-grin-tongue::before {
  content: "\f589"; }
.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }
.fa-grin-tongue-squint::before {
  content: "\f58a"; }
.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }
.fa-grin-tongue-wink::before {
  content: "\f58b"; }
.fa-face-grin-wide::before {
  content: "\f581"; }
.fa-grin-alt::before {
  content: "\f581"; }
.fa-face-grin-wink::before {
  content: "\f58c"; }
.fa-grin-wink::before {
  content: "\f58c"; }
.fa-face-kiss::before {
  content: "\f596"; }
.fa-kiss::before {
  content: "\f596"; }
.fa-face-kiss-beam::before {
  content: "\f597"; }
.fa-kiss-beam::before {
  content: "\f597"; }
.fa-face-kiss-wink-heart::before {
  content: "\f598"; }
.fa-kiss-wink-heart::before {
  content: "\f598"; }
.fa-face-laugh::before {
  content: "\f599"; }
.fa-laugh::before {
  content: "\f599"; }
.fa-face-laugh-beam::before {
  content: "\f59a"; }
.fa-laugh-beam::before {
  content: "\f59a"; }
.fa-face-laugh-squint::before {
  content: "\f59b"; }
.fa-laugh-squint::before {
  content: "\f59b"; }
.fa-face-laugh-wink::before {
  content: "\f59c"; }
.fa-laugh-wink::before {
  content: "\f59c"; }
.fa-face-meh::before {
  content: "\f11a"; }
.fa-meh::before {
  content: "\f11a"; }
.fa-face-meh-blank::before {
  content: "\f5a4"; }
.fa-meh-blank::before {
  content: "\f5a4"; }
.fa-face-rolling-eyes::before {
  content: "\f5a5"; }
.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }
.fa-face-sad-cry::before {
  content: "\f5b3"; }
.fa-sad-cry::before {
  content: "\f5b3"; }
.fa-face-sad-tear::before {
  content: "\f5b4"; }
.fa-sad-tear::before {
  content: "\f5b4"; }
.fa-face-smile::before {
  content: "\f118"; }
.fa-smile::before {
  content: "\f118"; }
.fa-face-smile-beam::before {
  content: "\f5b8"; }
.fa-smile-beam::before {
  content: "\f5b8"; }
.fa-face-smile-wink::before {
  content: "\f4da"; }
.fa-smile-wink::before {
  content: "\f4da"; }
.fa-face-surprise::before {
  content: "\f5c2"; }
.fa-surprise::before {
  content: "\f5c2"; }
.fa-face-tired::before {
  content: "\f5c8"; }
.fa-tired::before {
  content: "\f5c8"; }
.fa-fan::before {
  content: "\f863"; }
.fa-faucet::before {
  content: "\e005"; }
.fa-faucet-drip::before {
  content: "\e006"; }
.fa-fax::before {
  content: "\f1ac"; }
.fa-feather::before {
  content: "\f52d"; }
.fa-feather-pointed::before {
  content: "\f56b"; }
.fa-feather-alt::before {
  content: "\f56b"; }
.fa-ferry::before {
  content: "\e4ea"; }
.fa-file::before {
  content: "\f15b"; }
.fa-file-arrow-down::before {
  content: "\f56d"; }
.fa-file-download::before {
  content: "\f56d"; }
.fa-file-arrow-up::before {
  content: "\f574"; }
.fa-file-upload::before {
  content: "\f574"; }
.fa-file-audio::before {
  content: "\f1c7"; }
.fa-file-circle-check::before {
  content: "\e5a0"; }
.fa-file-circle-exclamation::before {
  content: "\e4eb"; }
.fa-file-circle-minus::before {
  content: "\e4ed"; }
.fa-file-circle-plus::before {
  content: "\e494"; }
.fa-file-circle-question::before {
  content: "\e4ef"; }
.fa-file-circle-xmark::before {
  content: "\e5a1"; }
.fa-file-code::before {
  content: "\f1c9"; }
.fa-file-contract::before {
  content: "\f56c"; }
.fa-file-csv::before {
  content: "\f6dd"; }
.fa-file-excel::before {
  content: "\f1c3"; }
.fa-file-export::before {
  content: "\f56e"; }
.fa-arrow-right-from-file::before {
  content: "\f56e"; }
.fa-file-image::before {
  content: "\f1c5"; }
.fa-file-import::before {
  content: "\f56f"; }
.fa-arrow-right-to-file::before {
  content: "\f56f"; }
.fa-file-invoice::before {
  content: "\f570"; }
.fa-file-invoice-dollar::before {
  content: "\f571"; }
.fa-file-lines::before {
  content: "\f15c"; }
.fa-file-alt::before {
  content: "\f15c"; }
.fa-file-text::before {
  content: "\f15c"; }
.fa-file-medical::before {
  content: "\f477"; }
.fa-file-pdf::before {
  content: "\f1c1"; }
.fa-file-pen::before {
  content: "\f31c"; }
.fa-file-edit::before {
  content: "\f31c"; }
.fa-file-powerpoint::before {
  content: "\f1c4"; }
.fa-file-prescription::before {
  content: "\f572"; }
.fa-file-shield::before {
  content: "\e4f0"; }
.fa-file-signature::before {
  content: "\f573"; }
.fa-file-video::before {
  content: "\f1c8"; }
.fa-file-waveform::before {
  content: "\f478"; }
.fa-file-medical-alt::before {
  content: "\f478"; }
.fa-file-word::before {
  content: "\f1c2"; }
.fa-file-zipper::before {
  content: "\f1c6"; }
.fa-file-archive::before {
  content: "\f1c6"; }
.fa-fill::before {
  content: "\f575"; }
.fa-fill-drip::before {
  content: "\f576"; }
.fa-film::before {
  content: "\f008"; }
.fa-filter::before {
  content: "\f0b0"; }
.fa-filter-circle-dollar::before {
  content: "\f662"; }
.fa-funnel-dollar::before {
  content: "\f662"; }
.fa-filter-circle-xmark::before {
  content: "\e17b"; }
.fa-fingerprint::before {
  content: "\f577"; }
.fa-fire::before {
  content: "\f06d"; }
.fa-fire-burner::before {
  content: "\e4f1"; }
.fa-fire-extinguisher::before {
  content: "\f134"; }
.fa-fire-flame-curved::before {
  content: "\f7e4"; }
.fa-fire-alt::before {
  content: "\f7e4"; }
.fa-fire-flame-simple::before {
  content: "\f46a"; }
.fa-burn::before {
  content: "\f46a"; }
.fa-fish::before {
  content: "\f578"; }
.fa-fish-fins::before {
  content: "\e4f2"; }
.fa-flag::before {
  content: "\f024"; }
.fa-flag-checkered::before {
  content: "\f11e"; }
.fa-flag-usa::before {
  content: "\f74d"; }
.fa-flask::before {
  content: "\f0c3"; }
.fa-flask-vial::before {
  content: "\e4f3"; }
.fa-floppy-disk::before {
  content: "\f0c7"; }
.fa-save::before {
  content: "\f0c7"; }
.fa-florin-sign::before {
  content: "\e184"; }
.fa-folder::before {
  content: "\f07b"; }
.fa-folder-blank::before {
  content: "\f07b"; }
.fa-folder-closed::before {
  content: "\e185"; }
.fa-folder-minus::before {
  content: "\f65d"; }
.fa-folder-open::before {
  content: "\f07c"; }
.fa-folder-plus::before {
  content: "\f65e"; }
.fa-folder-tree::before {
  content: "\f802"; }
.fa-font::before {
  content: "\f031"; }
.fa-football::before {
  content: "\f44e"; }
.fa-football-ball::before {
  content: "\f44e"; }
.fa-forward::before {
  content: "\f04e"; }
.fa-forward-fast::before {
  content: "\f050"; }
.fa-fast-forward::before {
  content: "\f050"; }
.fa-forward-step::before {
  content: "\f051"; }
.fa-step-forward::before {
  content: "\f051"; }
.fa-franc-sign::before {
  content: "\e18f"; }
.fa-frog::before {
  content: "\f52e"; }
.fa-futbol::before {
  content: "\f1e3"; }
.fa-futbol-ball::before {
  content: "\f1e3"; }
.fa-soccer-ball::before {
  content: "\f1e3"; }
.fa-g::before {
  content: "\47"; }
.fa-gamepad::before {
  content: "\f11b"; }
.fa-gas-pump::before {
  content: "\f52f"; }
.fa-gauge::before {
  content: "\f624"; }
.fa-dashboard::before {
  content: "\f624"; }
.fa-gauge-med::before {
  content: "\f624"; }
.fa-tachometer-alt-average::before {
  content: "\f624"; }
.fa-gauge-high::before {
  content: "\f625"; }
.fa-tachometer-alt::before {
  content: "\f625"; }
.fa-tachometer-alt-fast::before {
  content: "\f625"; }
.fa-gauge-simple::before {
  content: "\f629"; }
.fa-gauge-simple-med::before {
  content: "\f629"; }
.fa-tachometer-average::before {
  content: "\f629"; }
.fa-gauge-simple-high::before {
  content: "\f62a"; }
.fa-tachometer::before {
  content: "\f62a"; }
.fa-tachometer-fast::before {
  content: "\f62a"; }
.fa-gavel::before {
  content: "\f0e3"; }
.fa-legal::before {
  content: "\f0e3"; }
.fa-gear::before {
  content: "\f013"; }
.fa-cog::before {
  content: "\f013"; }
.fa-gears::before {
  content: "\f085"; }
.fa-cogs::before {
  content: "\f085"; }
.fa-gem::before {
  content: "\f3a5"; }
.fa-genderless::before {
  content: "\f22d"; }
.fa-ghost::before {
  content: "\f6e2"; }
.fa-gift::before {
  content: "\f06b"; }
.fa-gifts::before {
  content: "\f79c"; }
.fa-glass-water::before {
  content: "\e4f4"; }
.fa-glass-water-droplet::before {
  content: "\e4f5"; }
.fa-glasses::before {
  content: "\f530"; }
.fa-globe::before {
  content: "\f0ac"; }
.fa-golf-ball-tee::before {
  content: "\f450"; }
.fa-golf-ball::before {
  content: "\f450"; }
.fa-gopuram::before {
  content: "\f664"; }
.fa-graduation-cap::before {
  content: "\f19d"; }
.fa-mortar-board::before {
  content: "\f19d"; }
.fa-greater-than::before {
  content: "\3e"; }
.fa-greater-than-equal::before {
  content: "\f532"; }
.fa-grip::before {
  content: "\f58d"; }
.fa-grip-horizontal::before {
  content: "\f58d"; }
.fa-grip-lines::before {
  content: "\f7a4"; }
.fa-grip-lines-vertical::before {
  content: "\f7a5"; }
.fa-grip-vertical::before {
  content: "\f58e"; }
.fa-group-arrows-rotate::before {
  content: "\e4f6"; }
.fa-guarani-sign::before {
  content: "\e19a"; }
.fa-guitar::before {
  content: "\f7a6"; }
.fa-gun::before {
  content: "\e19b"; }
.fa-h::before {
  content: "\48"; }
.fa-hammer::before {
  content: "\f6e3"; }
.fa-hamsa::before {
  content: "\f665"; }
.fa-hand::before {
  content: "\f256"; }
.fa-hand-paper::before {
  content: "\f256"; }
.fa-hand-back-fist::before {
  content: "\f255"; }
.fa-hand-rock::before {
  content: "\f255"; }
.fa-hand-dots::before {
  content: "\f461"; }
.fa-allergies::before {
  content: "\f461"; }
.fa-hand-fist::before {
  content: "\f6de"; }
.fa-fist-raised::before {
  content: "\f6de"; }
.fa-hand-holding::before {
  content: "\f4bd"; }
.fa-hand-holding-dollar::before {
  content: "\f4c0"; }
.fa-hand-holding-usd::before {
  content: "\f4c0"; }
.fa-hand-holding-droplet::before {
  content: "\f4c1"; }
.fa-hand-holding-water::before {
  content: "\f4c1"; }
.fa-hand-holding-hand::before {
  content: "\e4f7"; }
.fa-hand-holding-heart::before {
  content: "\f4be"; }
.fa-hand-holding-medical::before {
  content: "\e05c"; }
.fa-hand-lizard::before {
  content: "\f258"; }
.fa-hand-middle-finger::before {
  content: "\f806"; }
.fa-hand-peace::before {
  content: "\f25b"; }
.fa-hand-point-down::before {
  content: "\f0a7"; }
.fa-hand-point-left::before {
  content: "\f0a5"; }
.fa-hand-point-right::before {
  content: "\f0a4"; }
.fa-hand-point-up::before {
  content: "\f0a6"; }
.fa-hand-pointer::before {
  content: "\f25a"; }
.fa-hand-scissors::before {
  content: "\f257"; }
.fa-hand-sparkles::before {
  content: "\e05d"; }
.fa-hand-spock::before {
  content: "\f259"; }
.fa-handcuffs::before {
  content: "\e4f8"; }
.fa-hands::before {
  content: "\f2a7"; }
.fa-sign-language::before {
  content: "\f2a7"; }
.fa-signing::before {
  content: "\f2a7"; }
.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }
.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }
.fa-asl-interpreting::before {
  content: "\f2a3"; }
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }
.fa-hands-bound::before {
  content: "\e4f9"; }
.fa-hands-bubbles::before {
  content: "\e05e"; }
.fa-hands-wash::before {
  content: "\e05e"; }
.fa-hands-clapping::before {
  content: "\e1a8"; }
.fa-hands-holding::before {
  content: "\f4c2"; }
.fa-hands-holding-child::before {
  content: "\e4fa"; }
.fa-hands-holding-circle::before {
  content: "\e4fb"; }
.fa-hands-praying::before {
  content: "\f684"; }
.fa-praying-hands::before {
  content: "\f684"; }
.fa-handshake::before {
  content: "\f2b5"; }
.fa-handshake-angle::before {
  content: "\f4c4"; }
.fa-hands-helping::before {
  content: "\f4c4"; }
.fa-handshake-simple::before {
  content: "\f4c6"; }
.fa-handshake-alt::before {
  content: "\f4c6"; }
.fa-handshake-simple-slash::before {
  content: "\e05f"; }
.fa-handshake-alt-slash::before {
  content: "\e05f"; }
.fa-handshake-slash::before {
  content: "\e060"; }
.fa-hanukiah::before {
  content: "\f6e6"; }
.fa-hard-drive::before {
  content: "\f0a0"; }
.fa-hdd::before {
  content: "\f0a0"; }
.fa-hashtag::before {
  content: "\23"; }
.fa-hat-cowboy::before {
  content: "\f8c0"; }
.fa-hat-cowboy-side::before {
  content: "\f8c1"; }
.fa-hat-wizard::before {
  content: "\f6e8"; }
.fa-head-side-cough::before {
  content: "\e061"; }
.fa-head-side-cough-slash::before {
  content: "\e062"; }
.fa-head-side-mask::before {
  content: "\e063"; }
.fa-head-side-virus::before {
  content: "\e064"; }
.fa-heading::before {
  content: "\f1dc"; }
.fa-header::before {
  content: "\f1dc"; }
.fa-headphones::before {
  content: "\f025"; }
.fa-headphones-simple::before {
  content: "\f58f"; }
.fa-headphones-alt::before {
  content: "\f58f"; }
.fa-headset::before {
  content: "\f590"; }
.fa-heart::before {
  content: "\f004"; }
.fa-heart-circle-bolt::before {
  content: "\e4fc"; }
.fa-heart-circle-check::before {
  content: "\e4fd"; }
.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }
.fa-heart-circle-minus::before {
  content: "\e4ff"; }
.fa-heart-circle-plus::before {
  content: "\e500"; }
.fa-heart-circle-xmark::before {
  content: "\e501"; }
.fa-heart-crack::before {
  content: "\f7a9"; }
.fa-heart-broken::before {
  content: "\f7a9"; }
.fa-heart-pulse::before {
  content: "\f21e"; }
.fa-heartbeat::before {
  content: "\f21e"; }
.fa-helicopter::before {
  content: "\f533"; }
.fa-helicopter-symbol::before {
  content: "\e502"; }
.fa-helmet-safety::before {
  content: "\f807"; }
.fa-hard-hat::before {
  content: "\f807"; }
.fa-hat-hard::before {
  content: "\f807"; }
.fa-helmet-un::before {
  content: "\e503"; }
.fa-highlighter::before {
  content: "\f591"; }
.fa-hill-avalanche::before {
  content: "\e507"; }
.fa-hill-rockslide::before {
  content: "\e508"; }
.fa-hippo::before {
  content: "\f6ed"; }
.fa-hockey-puck::before {
  content: "\f453"; }
.fa-holly-berry::before {
  content: "\f7aa"; }
.fa-horse::before {
  content: "\f6f0"; }
.fa-horse-head::before {
  content: "\f7ab"; }
.fa-hospital::before {
  content: "\f0f8"; }
.fa-hospital-alt::before {
  content: "\f0f8"; }
.fa-hospital-wide::before {
  content: "\f0f8"; }
.fa-hospital-user::before {
  content: "\f80d"; }
.fa-hot-tub-person::before {
  content: "\f593"; }
.fa-hot-tub::before {
  content: "\f593"; }
.fa-hotdog::before {
  content: "\f80f"; }
.fa-hotel::before {
  content: "\f594"; }
.fa-hourglass::before {
  content: "\f254"; }
.fa-hourglass-empty::before {
  content: "\f254"; }
.fa-hourglass-end::before {
  content: "\f253"; }
.fa-hourglass-3::before {
  content: "\f253"; }
.fa-hourglass-half::before {
  content: "\f252"; }
.fa-hourglass-2::before {
  content: "\f252"; }
.fa-hourglass-start::before {
  content: "\f251"; }
.fa-hourglass-1::before {
  content: "\f251"; }
.fa-house::before {
  content: "\f015"; }
.fa-home::before {
  content: "\f015"; }
.fa-home-alt::before {
  content: "\f015"; }
.fa-home-lg-alt::before {
  content: "\f015"; }
.fa-house-chimney::before {
  content: "\e3af"; }
.fa-home-lg::before {
  content: "\e3af"; }
.fa-house-chimney-crack::before {
  content: "\f6f1"; }
.fa-house-damage::before {
  content: "\f6f1"; }
.fa-house-chimney-medical::before {
  content: "\f7f2"; }
.fa-clinic-medical::before {
  content: "\f7f2"; }
.fa-house-chimney-user::before {
  content: "\e065"; }
.fa-house-chimney-window::before {
  content: "\e00d"; }
.fa-house-circle-check::before {
  content: "\e509"; }
.fa-house-circle-exclamation::before {
  content: "\e50a"; }
.fa-house-circle-xmark::before {
  content: "\e50b"; }
.fa-house-crack::before {
  content: "\e3b1"; }
.fa-house-fire::before {
  content: "\e50c"; }
.fa-house-flag::before {
  content: "\e50d"; }
.fa-house-flood-water::before {
  content: "\e50e"; }
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }
.fa-house-laptop::before {
  content: "\e066"; }
.fa-laptop-house::before {
  content: "\e066"; }
.fa-house-lock::before {
  content: "\e510"; }
.fa-house-medical::before {
  content: "\e3b2"; }
.fa-house-medical-circle-check::before {
  content: "\e511"; }
.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }
.fa-house-medical-circle-xmark::before {
  content: "\e513"; }
.fa-house-medical-flag::before {
  content: "\e514"; }
.fa-house-signal::before {
  content: "\e012"; }
.fa-house-tsunami::before {
  content: "\e515"; }
.fa-house-user::before {
  content: "\e1b0"; }
.fa-home-user::before {
  content: "\e1b0"; }
.fa-hryvnia-sign::before {
  content: "\f6f2"; }
.fa-hryvnia::before {
  content: "\f6f2"; }
.fa-hurricane::before {
  content: "\f751"; }
.fa-i::before {
  content: "\49"; }
.fa-i-cursor::before {
  content: "\f246"; }
.fa-ice-cream::before {
  content: "\f810"; }
.fa-icicles::before {
  content: "\f7ad"; }
.fa-icons::before {
  content: "\f86d"; }
.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }
.fa-id-badge::before {
  content: "\f2c1"; }
.fa-id-card::before {
  content: "\f2c2"; }
.fa-drivers-license::before {
  content: "\f2c2"; }
.fa-id-card-clip::before {
  content: "\f47f"; }
.fa-id-card-alt::before {
  content: "\f47f"; }
.fa-igloo::before {
  content: "\f7ae"; }
.fa-image::before {
  content: "\f03e"; }
.fa-image-portrait::before {
  content: "\f3e0"; }
.fa-portrait::before {
  content: "\f3e0"; }
.fa-images::before {
  content: "\f302"; }
.fa-inbox::before {
  content: "\f01c"; }
.fa-indent::before {
  content: "\f03c"; }
.fa-indian-rupee-sign::before {
  content: "\e1bc"; }
.fa-indian-rupee::before {
  content: "\e1bc"; }
.fa-inr::before {
  content: "\e1bc"; }
.fa-industry::before {
  content: "\f275"; }
.fa-infinity::before {
  content: "\f534"; }
.fa-info::before {
  content: "\f129"; }
.fa-italic::before {
  content: "\f033"; }
.fa-j::before {
  content: "\4a"; }
.fa-jar::before {
  content: "\e516"; }
.fa-jar-wheat::before {
  content: "\e517"; }
.fa-jedi::before {
  content: "\f669"; }
.fa-jet-fighter::before {
  content: "\f0fb"; }
.fa-fighter-jet::before {
  content: "\f0fb"; }
.fa-jet-fighter-up::before {
  content: "\e518"; }
.fa-joint::before {
  content: "\f595"; }
.fa-jug-detergent::before {
  content: "\e519"; }
.fa-k::before {
  content: "\4b"; }
.fa-kaaba::before {
  content: "\f66b"; }
.fa-key::before {
  content: "\f084"; }
.fa-keyboard::before {
  content: "\f11c"; }
.fa-khanda::before {
  content: "\f66d"; }
.fa-kip-sign::before {
  content: "\e1c4"; }
.fa-kit-medical::before {
  content: "\f479"; }
.fa-first-aid::before {
  content: "\f479"; }
.fa-kitchen-set::before {
  content: "\e51a"; }
.fa-kiwi-bird::before {
  content: "\f535"; }
.fa-l::before {
  content: "\4c"; }
.fa-land-mine-on::before {
  content: "\e51b"; }
.fa-landmark::before {
  content: "\f66f"; }
.fa-landmark-dome::before {
  content: "\f752"; }
.fa-landmark-alt::before {
  content: "\f752"; }
.fa-landmark-flag::before {
  content: "\e51c"; }
.fa-language::before {
  content: "\f1ab"; }
.fa-laptop::before {
  content: "\f109"; }
.fa-laptop-code::before {
  content: "\f5fc"; }
.fa-laptop-file::before {
  content: "\e51d"; }
.fa-laptop-medical::before {
  content: "\f812"; }
.fa-lari-sign::before {
  content: "\e1c8"; }
.fa-layer-group::before {
  content: "\f5fd"; }
.fa-leaf::before {
  content: "\f06c"; }
.fa-left-long::before {
  content: "\f30a"; }
.fa-long-arrow-alt-left::before {
  content: "\f30a"; }
.fa-left-right::before {
  content: "\f337"; }
.fa-arrows-alt-h::before {
  content: "\f337"; }
.fa-lemon::before {
  content: "\f094"; }
.fa-less-than::before {
  content: "\3c"; }
.fa-less-than-equal::before {
  content: "\f537"; }
.fa-life-ring::before {
  content: "\f1cd"; }
.fa-lightbulb::before {
  content: "\f0eb"; }
.fa-lines-leaning::before {
  content: "\e51e"; }
.fa-link::before {
  content: "\f0c1"; }
.fa-chain::before {
  content: "\f0c1"; }
.fa-link-slash::before {
  content: "\f127"; }
.fa-chain-broken::before {
  content: "\f127"; }
.fa-chain-slash::before {
  content: "\f127"; }
.fa-unlink::before {
  content: "\f127"; }
.fa-lira-sign::before {
  content: "\f195"; }
.fa-list::before {
  content: "\f03a"; }
.fa-list-squares::before {
  content: "\f03a"; }
.fa-list-check::before {
  content: "\f0ae"; }
.fa-tasks::before {
  content: "\f0ae"; }
.fa-list-ol::before {
  content: "\f0cb"; }
.fa-list-1-2::before {
  content: "\f0cb"; }
.fa-list-numeric::before {
  content: "\f0cb"; }
.fa-list-ul::before {
  content: "\f0ca"; }
.fa-list-dots::before {
  content: "\f0ca"; }
.fa-litecoin-sign::before {
  content: "\e1d3"; }
.fa-location-arrow::before {
  content: "\f124"; }
.fa-location-crosshairs::before {
  content: "\f601"; }
.fa-location::before {
  content: "\f601"; }
.fa-location-dot::before {
  content: "\f3c5"; }
.fa-map-marker-alt::before {
  content: "\f3c5"; }
.fa-location-pin::before {
  content: "\f041"; }
.fa-map-marker::before {
  content: "\f041"; }
.fa-location-pin-lock::before {
  content: "\e51f"; }
.fa-lock::before {
  content: "\f023"; }
.fa-lock-open::before {
  content: "\f3c1"; }
.fa-locust::before {
  content: "\e520"; }
.fa-lungs::before {
  content: "\f604"; }
.fa-lungs-virus::before {
  content: "\e067"; }
.fa-m::before {
  content: "\4d"; }
.fa-magnet::before {
  content: "\f076"; }
.fa-magnifying-glass::before {
  content: "\f002"; }
.fa-search::before {
  content: "\f002"; }
.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }
.fa-magnifying-glass-chart::before {
  content: "\e522"; }
.fa-magnifying-glass-dollar::before {
  content: "\f688"; }
.fa-search-dollar::before {
  content: "\f688"; }
.fa-magnifying-glass-location::before {
  content: "\f689"; }
.fa-search-location::before {
  content: "\f689"; }
.fa-magnifying-glass-minus::before {
  content: "\f010"; }
.fa-search-minus::before {
  content: "\f010"; }
.fa-magnifying-glass-plus::before {
  content: "\f00e"; }
.fa-search-plus::before {
  content: "\f00e"; }
.fa-manat-sign::before {
  content: "\e1d5"; }
.fa-map::before {
  content: "\f279"; }
.fa-map-location::before {
  content: "\f59f"; }
.fa-map-marked::before {
  content: "\f59f"; }
.fa-map-location-dot::before {
  content: "\f5a0"; }
.fa-map-marked-alt::before {
  content: "\f5a0"; }
.fa-map-pin::before {
  content: "\f276"; }
.fa-marker::before {
  content: "\f5a1"; }
.fa-mars::before {
  content: "\f222"; }
.fa-mars-and-venus::before {
  content: "\f224"; }
.fa-mars-and-venus-burst::before {
  content: "\e523"; }
.fa-mars-double::before {
  content: "\f227"; }
.fa-mars-stroke::before {
  content: "\f229"; }
.fa-mars-stroke-right::before {
  content: "\f22b"; }
.fa-mars-stroke-h::before {
  content: "\f22b"; }
.fa-mars-stroke-up::before {
  content: "\f22a"; }
.fa-mars-stroke-v::before {
  content: "\f22a"; }
.fa-martini-glass::before {
  content: "\f57b"; }
.fa-glass-martini-alt::before {
  content: "\f57b"; }
.fa-martini-glass-citrus::before {
  content: "\f561"; }
.fa-cocktail::before {
  content: "\f561"; }
.fa-martini-glass-empty::before {
  content: "\f000"; }
.fa-glass-martini::before {
  content: "\f000"; }
.fa-mask::before {
  content: "\f6fa"; }
.fa-mask-face::before {
  content: "\e1d7"; }
.fa-mask-ventilator::before {
  content: "\e524"; }
.fa-masks-theater::before {
  content: "\f630"; }
.fa-theater-masks::before {
  content: "\f630"; }
.fa-mattress-pillow::before {
  content: "\e525"; }
.fa-maximize::before {
  content: "\f31e"; }
.fa-expand-arrows-alt::before {
  content: "\f31e"; }
.fa-medal::before {
  content: "\f5a2"; }
.fa-memory::before {
  content: "\f538"; }
.fa-menorah::before {
  content: "\f676"; }
.fa-mercury::before {
  content: "\f223"; }
.fa-message::before {
  content: "\f27a"; }
.fa-comment-alt::before {
  content: "\f27a"; }
.fa-meteor::before {
  content: "\f753"; }
.fa-microchip::before {
  content: "\f2db"; }
.fa-microphone::before {
  content: "\f130"; }
.fa-microphone-lines::before {
  content: "\f3c9"; }
.fa-microphone-alt::before {
  content: "\f3c9"; }
.fa-microphone-lines-slash::before {
  content: "\f539"; }
.fa-microphone-alt-slash::before {
  content: "\f539"; }
.fa-microphone-slash::before {
  content: "\f131"; }
.fa-microscope::before {
  content: "\f610"; }
.fa-mill-sign::before {
  content: "\e1ed"; }
.fa-minimize::before {
  content: "\f78c"; }
.fa-compress-arrows-alt::before {
  content: "\f78c"; }
.fa-minus::before {
  content: "\f068"; }
.fa-subtract::before {
  content: "\f068"; }
.fa-mitten::before {
  content: "\f7b5"; }
.fa-mobile::before {
  content: "\f3ce"; }
.fa-mobile-android::before {
  content: "\f3ce"; }
.fa-mobile-phone::before {
  content: "\f3ce"; }
.fa-mobile-button::before {
  content: "\f10b"; }
.fa-mobile-retro::before {
  content: "\e527"; }
.fa-mobile-screen::before {
  content: "\f3cf"; }
.fa-mobile-android-alt::before {
  content: "\f3cf"; }
.fa-mobile-screen-button::before {
  content: "\f3cd"; }
.fa-mobile-alt::before {
  content: "\f3cd"; }
.fa-money-bill::before {
  content: "\f0d6"; }
.fa-money-bill-1::before {
  content: "\f3d1"; }
.fa-money-bill-alt::before {
  content: "\f3d1"; }
.fa-money-bill-1-wave::before {
  content: "\f53b"; }
.fa-money-bill-wave-alt::before {
  content: "\f53b"; }
.fa-money-bill-transfer::before {
  content: "\e528"; }
.fa-money-bill-trend-up::before {
  content: "\e529"; }
.fa-money-bill-wave::before {
  content: "\f53a"; }
.fa-money-bill-wheat::before {
  content: "\e52a"; }
.fa-money-bills::before {
  content: "\e1f3"; }
.fa-money-check::before {
  content: "\f53c"; }
.fa-money-check-dollar::before {
  content: "\f53d"; }
.fa-money-check-alt::before {
  content: "\f53d"; }
.fa-monument::before {
  content: "\f5a6"; }
.fa-moon::before {
  content: "\f186"; }
.fa-mortar-pestle::before {
  content: "\f5a7"; }
.fa-mosque::before {
  content: "\f678"; }
.fa-mosquito::before {
  content: "\e52b"; }
.fa-mosquito-net::before {
  content: "\e52c"; }
.fa-motorcycle::before {
  content: "\f21c"; }
.fa-mound::before {
  content: "\e52d"; }
.fa-mountain::before {
  content: "\f6fc"; }
.fa-mountain-city::before {
  content: "\e52e"; }
.fa-mountain-sun::before {
  content: "\e52f"; }
.fa-mug-hot::before {
  content: "\f7b6"; }
.fa-mug-saucer::before {
  content: "\f0f4"; }
.fa-coffee::before {
  content: "\f0f4"; }
.fa-music::before {
  content: "\f001"; }
.fa-n::before {
  content: "\4e"; }
.fa-naira-sign::before {
  content: "\e1f6"; }
.fa-network-wired::before {
  content: "\f6ff"; }
.fa-neuter::before {
  content: "\f22c"; }
.fa-newspaper::before {
  content: "\f1ea"; }
.fa-not-equal::before {
  content: "\f53e"; }
.fa-notdef::before {
  content: "\e1fe"; }
.fa-note-sticky::before {
  content: "\f249"; }
.fa-sticky-note::before {
  content: "\f249"; }
.fa-notes-medical::before {
  content: "\f481"; }
.fa-o::before {
  content: "\4f"; }
.fa-object-group::before {
  content: "\f247"; }
.fa-object-ungroup::before {
  content: "\f248"; }
.fa-oil-can::before {
  content: "\f613"; }
.fa-oil-well::before {
  content: "\e532"; }
.fa-om::before {
  content: "\f679"; }
.fa-otter::before {
  content: "\f700"; }
.fa-outdent::before {
  content: "\f03b"; }
.fa-dedent::before {
  content: "\f03b"; }
.fa-p::before {
  content: "\50"; }
.fa-pager::before {
  content: "\f815"; }
.fa-paint-roller::before {
  content: "\f5aa"; }
.fa-paintbrush::before {
  content: "\f1fc"; }
.fa-paint-brush::before {
  content: "\f1fc"; }
.fa-palette::before {
  content: "\f53f"; }
.fa-pallet::before {
  content: "\f482"; }
.fa-panorama::before {
  content: "\e209"; }
.fa-paper-plane::before {
  content: "\f1d8"; }
.fa-paperclip::before {
  content: "\f0c6"; }
.fa-parachute-box::before {
  content: "\f4cd"; }
.fa-paragraph::before {
  content: "\f1dd"; }
.fa-passport::before {
  content: "\f5ab"; }
.fa-paste::before {
  content: "\f0ea"; }
.fa-file-clipboard::before {
  content: "\f0ea"; }
.fa-pause::before {
  content: "\f04c"; }
.fa-paw::before {
  content: "\f1b0"; }
.fa-peace::before {
  content: "\f67c"; }
.fa-pen::before {
  content: "\f304"; }
.fa-pen-clip::before {
  content: "\f305"; }
.fa-pen-alt::before {
  content: "\f305"; }
.fa-pen-fancy::before {
  content: "\f5ac"; }
.fa-pen-nib::before {
  content: "\f5ad"; }
.fa-pen-ruler::before {
  content: "\f5ae"; }
.fa-pencil-ruler::before {
  content: "\f5ae"; }
.fa-pen-to-square::before {
  content: "\f044"; }
.fa-edit::before {
  content: "\f044"; }
.fa-pencil::before {
  content: "\f303"; }
.fa-pencil-alt::before {
  content: "\f303"; }
.fa-people-arrows::before {
  content: "\e068"; }
.fa-people-arrows-left-right::before {
  content: "\e068"; }
.fa-people-carry-box::before {
  content: "\f4ce"; }
.fa-people-carry::before {
  content: "\f4ce"; }
.fa-people-group::before {
  content: "\e533"; }
.fa-people-line::before {
  content: "\e534"; }
.fa-people-pulling::before {
  content: "\e535"; }
.fa-people-robbery::before {
  content: "\e536"; }
.fa-people-roof::before {
  content: "\e537"; }
.fa-pepper-hot::before {
  content: "\f816"; }
.fa-percent::before {
  content: "\25"; }
.fa-percentage::before {
  content: "\25"; }
.fa-person::before {
  content: "\f183"; }
.fa-male::before {
  content: "\f183"; }
.fa-person-arrow-down-to-line::before {
  content: "\e538"; }
.fa-person-arrow-up-from-line::before {
  content: "\e539"; }
.fa-person-biking::before {
  content: "\f84a"; }
.fa-biking::before {
  content: "\f84a"; }
.fa-person-booth::before {
  content: "\f756"; }
.fa-person-breastfeeding::before {
  content: "\e53a"; }
.fa-person-burst::before {
  content: "\e53b"; }
.fa-person-cane::before {
  content: "\e53c"; }
.fa-person-chalkboard::before {
  content: "\e53d"; }
.fa-person-circle-check::before {
  content: "\e53e"; }
.fa-person-circle-exclamation::before {
  content: "\e53f"; }
.fa-person-circle-minus::before {
  content: "\e540"; }
.fa-person-circle-plus::before {
  content: "\e541"; }
.fa-person-circle-question::before {
  content: "\e542"; }
.fa-person-circle-xmark::before {
  content: "\e543"; }
.fa-person-digging::before {
  content: "\f85e"; }
.fa-digging::before {
  content: "\f85e"; }
.fa-person-dots-from-line::before {
  content: "\f470"; }
.fa-diagnoses::before {
  content: "\f470"; }
.fa-person-dress::before {
  content: "\f182"; }
.fa-female::before {
  content: "\f182"; }
.fa-person-dress-burst::before {
  content: "\e544"; }
.fa-person-drowning::before {
  content: "\e545"; }
.fa-person-falling::before {
  content: "\e546"; }
.fa-person-falling-burst::before {
  content: "\e547"; }
.fa-person-half-dress::before {
  content: "\e548"; }
.fa-person-harassing::before {
  content: "\e549"; }
.fa-person-hiking::before {
  content: "\f6ec"; }
.fa-hiking::before {
  content: "\f6ec"; }
.fa-person-military-pointing::before {
  content: "\e54a"; }
.fa-person-military-rifle::before {
  content: "\e54b"; }
.fa-person-military-to-person::before {
  content: "\e54c"; }
.fa-person-praying::before {
  content: "\f683"; }
.fa-pray::before {
  content: "\f683"; }
.fa-person-pregnant::before {
  content: "\e31e"; }
.fa-person-rays::before {
  content: "\e54d"; }
.fa-person-rifle::before {
  content: "\e54e"; }
.fa-person-running::before {
  content: "\f70c"; }
.fa-running::before {
  content: "\f70c"; }
.fa-person-shelter::before {
  content: "\e54f"; }
.fa-person-skating::before {
  content: "\f7c5"; }
.fa-skating::before {
  content: "\f7c5"; }
.fa-person-skiing::before {
  content: "\f7c9"; }
.fa-skiing::before {
  content: "\f7c9"; }
.fa-person-skiing-nordic::before {
  content: "\f7ca"; }
.fa-skiing-nordic::before {
  content: "\f7ca"; }
.fa-person-snowboarding::before {
  content: "\f7ce"; }
.fa-snowboarding::before {
  content: "\f7ce"; }
.fa-person-swimming::before {
  content: "\f5c4"; }
.fa-swimmer::before {
  content: "\f5c4"; }
.fa-person-through-window::before {
  content: "\e5a9"; }
.fa-person-walking::before {
  content: "\f554"; }
.fa-walking::before {
  content: "\f554"; }
.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }
.fa-person-walking-arrow-right::before {
  content: "\e552"; }
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }
.fa-person-walking-luggage::before {
  content: "\e554"; }
.fa-person-walking-with-cane::before {
  content: "\f29d"; }
.fa-blind::before {
  content: "\f29d"; }
.fa-peseta-sign::before {
  content: "\e221"; }
.fa-peso-sign::before {
  content: "\e222"; }
.fa-phone::before {
  content: "\f095"; }
.fa-phone-flip::before {
  content: "\f879"; }
.fa-phone-alt::before {
  content: "\f879"; }
.fa-phone-slash::before {
  content: "\f3dd"; }
.fa-phone-volume::before {
  content: "\f2a0"; }
.fa-volume-control-phone::before {
  content: "\f2a0"; }
.fa-photo-film::before {
  content: "\f87c"; }
.fa-photo-video::before {
  content: "\f87c"; }
.fa-piggy-bank::before {
  content: "\f4d3"; }
.fa-pills::before {
  content: "\f484"; }
.fa-pizza-slice::before {
  content: "\f818"; }
.fa-place-of-worship::before {
  content: "\f67f"; }
.fa-plane::before {
  content: "\f072"; }
.fa-plane-arrival::before {
  content: "\f5af"; }
.fa-plane-circle-check::before {
  content: "\e555"; }
.fa-plane-circle-exclamation::before {
  content: "\e556"; }
.fa-plane-circle-xmark::before {
  content: "\e557"; }
.fa-plane-departure::before {
  content: "\f5b0"; }
.fa-plane-lock::before {
  content: "\e558"; }
.fa-plane-slash::before {
  content: "\e069"; }
.fa-plane-up::before {
  content: "\e22d"; }
.fa-plant-wilt::before {
  content: "\e5aa"; }
.fa-plate-wheat::before {
  content: "\e55a"; }
.fa-play::before {
  content: "\f04b"; }
.fa-plug::before {
  content: "\f1e6"; }
.fa-plug-circle-bolt::before {
  content: "\e55b"; }
.fa-plug-circle-check::before {
  content: "\e55c"; }
.fa-plug-circle-exclamation::before {
  content: "\e55d"; }
.fa-plug-circle-minus::before {
  content: "\e55e"; }
.fa-plug-circle-plus::before {
  content: "\e55f"; }
.fa-plug-circle-xmark::before {
  content: "\e560"; }
.fa-plus::before {
  content: "\2b"; }
.fa-add::before {
  content: "\2b"; }
.fa-plus-minus::before {
  content: "\e43c"; }
.fa-podcast::before {
  content: "\f2ce"; }
.fa-poo::before {
  content: "\f2fe"; }
.fa-poo-storm::before {
  content: "\f75a"; }
.fa-poo-bolt::before {
  content: "\f75a"; }
.fa-poop::before {
  content: "\f619"; }
.fa-power-off::before {
  content: "\f011"; }
.fa-prescription::before {
  content: "\f5b1"; }
.fa-prescription-bottle::before {
  content: "\f485"; }
.fa-prescription-bottle-medical::before {
  content: "\f486"; }
.fa-prescription-bottle-alt::before {
  content: "\f486"; }
.fa-print::before {
  content: "\f02f"; }
.fa-pump-medical::before {
  content: "\e06a"; }
.fa-pump-soap::before {
  content: "\e06b"; }
.fa-puzzle-piece::before {
  content: "\f12e"; }
.fa-q::before {
  content: "\51"; }
.fa-qrcode::before {
  content: "\f029"; }
.fa-question::before {
  content: "\3f"; }
.fa-quote-left::before {
  content: "\f10d"; }
.fa-quote-left-alt::before {
  content: "\f10d"; }
.fa-quote-right::before {
  content: "\f10e"; }
.fa-quote-right-alt::before {
  content: "\f10e"; }
.fa-r::before {
  content: "\52"; }
.fa-radiation::before {
  content: "\f7b9"; }
.fa-radio::before {
  content: "\f8d7"; }
.fa-rainbow::before {
  content: "\f75b"; }
.fa-ranking-star::before {
  content: "\e561"; }
.fa-receipt::before {
  content: "\f543"; }
.fa-record-vinyl::before {
  content: "\f8d9"; }
.fa-rectangle-ad::before {
  content: "\f641"; }
.fa-ad::before {
  content: "\f641"; }
.fa-rectangle-list::before {
  content: "\f022"; }
.fa-list-alt::before {
  content: "\f022"; }
.fa-rectangle-xmark::before {
  content: "\f410"; }
.fa-rectangle-times::before {
  content: "\f410"; }
.fa-times-rectangle::before {
  content: "\f410"; }
.fa-window-close::before {
  content: "\f410"; }
.fa-recycle::before {
  content: "\f1b8"; }
.fa-registered::before {
  content: "\f25d"; }
.fa-repeat::before {
  content: "\f363"; }
.fa-reply::before {
  content: "\f3e5"; }
.fa-mail-reply::before {
  content: "\f3e5"; }
.fa-reply-all::before {
  content: "\f122"; }
.fa-mail-reply-all::before {
  content: "\f122"; }
.fa-republican::before {
  content: "\f75e"; }
.fa-restroom::before {
  content: "\f7bd"; }
.fa-retweet::before {
  content: "\f079"; }
.fa-ribbon::before {
  content: "\f4d6"; }
.fa-right-from-bracket::before {
  content: "\f2f5"; }
.fa-sign-out-alt::before {
  content: "\f2f5"; }
.fa-right-left::before {
  content: "\f362"; }
.fa-exchange-alt::before {
  content: "\f362"; }
.fa-right-long::before {
  content: "\f30b"; }
.fa-long-arrow-alt-right::before {
  content: "\f30b"; }
.fa-right-to-bracket::before {
  content: "\f2f6"; }
.fa-sign-in-alt::before {
  content: "\f2f6"; }
.fa-ring::before {
  content: "\f70b"; }
.fa-road::before {
  content: "\f018"; }
.fa-road-barrier::before {
  content: "\e562"; }
.fa-road-bridge::before {
  content: "\e563"; }
.fa-road-circle-check::before {
  content: "\e564"; }
.fa-road-circle-exclamation::before {
  content: "\e565"; }
.fa-road-circle-xmark::before {
  content: "\e566"; }
.fa-road-lock::before {
  content: "\e567"; }
.fa-road-spikes::before {
  content: "\e568"; }
.fa-robot::before {
  content: "\f544"; }
.fa-rocket::before {
  content: "\f135"; }
.fa-rotate::before {
  content: "\f2f1"; }
.fa-sync-alt::before {
  content: "\f2f1"; }
.fa-rotate-left::before {
  content: "\f2ea"; }
.fa-rotate-back::before {
  content: "\f2ea"; }
.fa-rotate-backward::before {
  content: "\f2ea"; }
.fa-undo-alt::before {
  content: "\f2ea"; }
.fa-rotate-right::before {
  content: "\f2f9"; }
.fa-redo-alt::before {
  content: "\f2f9"; }
.fa-rotate-forward::before {
  content: "\f2f9"; }
.fa-route::before {
  content: "\f4d7"; }
.fa-rss::before {
  content: "\f09e"; }
.fa-feed::before {
  content: "\f09e"; }
.fa-ruble-sign::before {
  content: "\f158"; }
.fa-rouble::before {
  content: "\f158"; }
.fa-rub::before {
  content: "\f158"; }
.fa-ruble::before {
  content: "\f158"; }
.fa-rug::before {
  content: "\e569"; }
.fa-ruler::before {
  content: "\f545"; }
.fa-ruler-combined::before {
  content: "\f546"; }
.fa-ruler-horizontal::before {
  content: "\f547"; }
.fa-ruler-vertical::before {
  content: "\f548"; }
.fa-rupee-sign::before {
  content: "\f156"; }
.fa-rupee::before {
  content: "\f156"; }
.fa-rupiah-sign::before {
  content: "\e23d"; }
.fa-s::before {
  content: "\53"; }
.fa-sack-dollar::before {
  content: "\f81d"; }
.fa-sack-xmark::before {
  content: "\e56a"; }
.fa-sailboat::before {
  content: "\e445"; }
.fa-satellite::before {
  content: "\f7bf"; }
.fa-satellite-dish::before {
  content: "\f7c0"; }
.fa-scale-balanced::before {
  content: "\f24e"; }
.fa-balance-scale::before {
  content: "\f24e"; }
.fa-scale-unbalanced::before {
  content: "\f515"; }
.fa-balance-scale-left::before {
  content: "\f515"; }
.fa-scale-unbalanced-flip::before {
  content: "\f516"; }
.fa-balance-scale-right::before {
  content: "\f516"; }
.fa-school::before {
  content: "\f549"; }
.fa-school-circle-check::before {
  content: "\e56b"; }
.fa-school-circle-exclamation::before {
  content: "\e56c"; }
.fa-school-circle-xmark::before {
  content: "\e56d"; }
.fa-school-flag::before {
  content: "\e56e"; }
.fa-school-lock::before {
  content: "\e56f"; }
.fa-scissors::before {
  content: "\f0c4"; }
.fa-cut::before {
  content: "\f0c4"; }
.fa-screwdriver::before {
  content: "\f54a"; }
.fa-screwdriver-wrench::before {
  content: "\f7d9"; }
.fa-tools::before {
  content: "\f7d9"; }
.fa-scroll::before {
  content: "\f70e"; }
.fa-scroll-torah::before {
  content: "\f6a0"; }
.fa-torah::before {
  content: "\f6a0"; }
.fa-sd-card::before {
  content: "\f7c2"; }
.fa-section::before {
  content: "\e447"; }
.fa-seedling::before {
  content: "\f4d8"; }
.fa-sprout::before {
  content: "\f4d8"; }
.fa-server::before {
  content: "\f233"; }
.fa-shapes::before {
  content: "\f61f"; }
.fa-triangle-circle-square::before {
  content: "\f61f"; }
.fa-share::before {
  content: "\f064"; }
.fa-arrow-turn-right::before {
  content: "\f064"; }
.fa-mail-forward::before {
  content: "\f064"; }
.fa-share-from-square::before {
  content: "\f14d"; }
.fa-share-square::before {
  content: "\f14d"; }
.fa-share-nodes::before {
  content: "\f1e0"; }
.fa-share-alt::before {
  content: "\f1e0"; }
.fa-sheet-plastic::before {
  content: "\e571"; }
.fa-shekel-sign::before {
  content: "\f20b"; }
.fa-ils::before {
  content: "\f20b"; }
.fa-shekel::before {
  content: "\f20b"; }
.fa-sheqel::before {
  content: "\f20b"; }
.fa-sheqel-sign::before {
  content: "\f20b"; }
.fa-shield::before {
  content: "\f132"; }
.fa-shield-blank::before {
  content: "\f132"; }
.fa-shield-cat::before {
  content: "\e572"; }
.fa-shield-dog::before {
  content: "\e573"; }
.fa-shield-halved::before {
  content: "\f3ed"; }
.fa-shield-alt::before {
  content: "\f3ed"; }
.fa-shield-heart::before {
  content: "\e574"; }
.fa-shield-virus::before {
  content: "\e06c"; }
.fa-ship::before {
  content: "\f21a"; }
.fa-shirt::before {
  content: "\f553"; }
.fa-t-shirt::before {
  content: "\f553"; }
.fa-tshirt::before {
  content: "\f553"; }
.fa-shoe-prints::before {
  content: "\f54b"; }
.fa-shop::before {
  content: "\f54f"; }
.fa-store-alt::before {
  content: "\f54f"; }
.fa-shop-lock::before {
  content: "\e4a5"; }
.fa-shop-slash::before {
  content: "\e070"; }
.fa-store-alt-slash::before {
  content: "\e070"; }
.fa-shower::before {
  content: "\f2cc"; }
.fa-shrimp::before {
  content: "\e448"; }
.fa-shuffle::before {
  content: "\f074"; }
.fa-random::before {
  content: "\f074"; }
.fa-shuttle-space::before {
  content: "\f197"; }
.fa-space-shuttle::before {
  content: "\f197"; }
.fa-sign-hanging::before {
  content: "\f4d9"; }
.fa-sign::before {
  content: "\f4d9"; }
.fa-signal::before {
  content: "\f012"; }
.fa-signal-5::before {
  content: "\f012"; }
.fa-signal-perfect::before {
  content: "\f012"; }
.fa-signature::before {
  content: "\f5b7"; }
.fa-signs-post::before {
  content: "\f277"; }
.fa-map-signs::before {
  content: "\f277"; }
.fa-sim-card::before {
  content: "\f7c4"; }
.fa-sink::before {
  content: "\e06d"; }
.fa-sitemap::before {
  content: "\f0e8"; }
.fa-skull::before {
  content: "\f54c"; }
.fa-skull-crossbones::before {
  content: "\f714"; }
.fa-slash::before {
  content: "\f715"; }
.fa-sleigh::before {
  content: "\f7cc"; }
.fa-sliders::before {
  content: "\f1de"; }
.fa-sliders-h::before {
  content: "\f1de"; }
.fa-smog::before {
  content: "\f75f"; }
.fa-smoking::before {
  content: "\f48d"; }
.fa-snowflake::before {
  content: "\f2dc"; }
.fa-snowman::before {
  content: "\f7d0"; }
.fa-snowplow::before {
  content: "\f7d2"; }
.fa-soap::before {
  content: "\e06e"; }
.fa-socks::before {
  content: "\f696"; }
.fa-solar-panel::before {
  content: "\f5ba"; }
.fa-sort::before {
  content: "\f0dc"; }
.fa-unsorted::before {
  content: "\f0dc"; }
.fa-sort-down::before {
  content: "\f0dd"; }
.fa-sort-desc::before {
  content: "\f0dd"; }
.fa-sort-up::before {
  content: "\f0de"; }
.fa-sort-asc::before {
  content: "\f0de"; }
.fa-spa::before {
  content: "\f5bb"; }
.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }
.fa-pastafarianism::before {
  content: "\f67b"; }
.fa-spell-check::before {
  content: "\f891"; }
.fa-spider::before {
  content: "\f717"; }
.fa-spinner::before {
  content: "\f110"; }
.fa-splotch::before {
  content: "\f5bc"; }
.fa-spoon::before {
  content: "\f2e5"; }
.fa-utensil-spoon::before {
  content: "\f2e5"; }
.fa-spray-can::before {
  content: "\f5bd"; }
.fa-spray-can-sparkles::before {
  content: "\f5d0"; }
.fa-air-freshener::before {
  content: "\f5d0"; }
.fa-square::before {
  content: "\f0c8"; }
.fa-square-arrow-up-right::before {
  content: "\f14c"; }
.fa-external-link-square::before {
  content: "\f14c"; }
.fa-square-caret-down::before {
  content: "\f150"; }
.fa-caret-square-down::before {
  content: "\f150"; }
.fa-square-caret-left::before {
  content: "\f191"; }
.fa-caret-square-left::before {
  content: "\f191"; }
.fa-square-caret-right::before {
  content: "\f152"; }
.fa-caret-square-right::before {
  content: "\f152"; }
.fa-square-caret-up::before {
  content: "\f151"; }
.fa-caret-square-up::before {
  content: "\f151"; }
.fa-square-check::before {
  content: "\f14a"; }
.fa-check-square::before {
  content: "\f14a"; }
.fa-square-envelope::before {
  content: "\f199"; }
.fa-envelope-square::before {
  content: "\f199"; }
.fa-square-full::before {
  content: "\f45c"; }
.fa-square-h::before {
  content: "\f0fd"; }
.fa-h-square::before {
  content: "\f0fd"; }
.fa-square-minus::before {
  content: "\f146"; }
.fa-minus-square::before {
  content: "\f146"; }
.fa-square-nfi::before {
  content: "\e576"; }
.fa-square-parking::before {
  content: "\f540"; }
.fa-parking::before {
  content: "\f540"; }
.fa-square-pen::before {
  content: "\f14b"; }
.fa-pen-square::before {
  content: "\f14b"; }
.fa-pencil-square::before {
  content: "\f14b"; }
.fa-square-person-confined::before {
  content: "\e577"; }
.fa-square-phone::before {
  content: "\f098"; }
.fa-phone-square::before {
  content: "\f098"; }
.fa-square-phone-flip::before {
  content: "\f87b"; }
.fa-phone-square-alt::before {
  content: "\f87b"; }
.fa-square-plus::before {
  content: "\f0fe"; }
.fa-plus-square::before {
  content: "\f0fe"; }
.fa-square-poll-horizontal::before {
  content: "\f682"; }
.fa-poll-h::before {
  content: "\f682"; }
.fa-square-poll-vertical::before {
  content: "\f681"; }
.fa-poll::before {
  content: "\f681"; }
.fa-square-root-variable::before {
  content: "\f698"; }
.fa-square-root-alt::before {
  content: "\f698"; }
.fa-square-rss::before {
  content: "\f143"; }
.fa-rss-square::before {
  content: "\f143"; }
.fa-square-share-nodes::before {
  content: "\f1e1"; }
.fa-share-alt-square::before {
  content: "\f1e1"; }
.fa-square-up-right::before {
  content: "\f360"; }
.fa-external-link-square-alt::before {
  content: "\f360"; }
.fa-square-virus::before {
  content: "\e578"; }
.fa-square-xmark::before {
  content: "\f2d3"; }
.fa-times-square::before {
  content: "\f2d3"; }
.fa-xmark-square::before {
  content: "\f2d3"; }
.fa-staff-snake::before {
  content: "\e579"; }
.fa-rod-asclepius::before {
  content: "\e579"; }
.fa-rod-snake::before {
  content: "\e579"; }
.fa-staff-aesculapius::before {
  content: "\e579"; }
.fa-stairs::before {
  content: "\e289"; }
.fa-stamp::before {
  content: "\f5bf"; }
.fa-stapler::before {
  content: "\e5af"; }
.fa-star::before {
  content: "\f005"; }
.fa-star-and-crescent::before {
  content: "\f699"; }
.fa-star-half::before {
  content: "\f089"; }
.fa-star-half-stroke::before {
  content: "\f5c0"; }
.fa-star-half-alt::before {
  content: "\f5c0"; }
.fa-star-of-david::before {
  content: "\f69a"; }
.fa-star-of-life::before {
  content: "\f621"; }
.fa-sterling-sign::before {
  content: "\f154"; }
.fa-gbp::before {
  content: "\f154"; }
.fa-pound-sign::before {
  content: "\f154"; }
.fa-stethoscope::before {
  content: "\f0f1"; }
.fa-stop::before {
  content: "\f04d"; }
.fa-stopwatch::before {
  content: "\f2f2"; }
.fa-stopwatch-20::before {
  content: "\e06f"; }
.fa-store::before {
  content: "\f54e"; }
.fa-store-slash::before {
  content: "\e071"; }
.fa-street-view::before {
  content: "\f21d"; }
.fa-strikethrough::before {
  content: "\f0cc"; }
.fa-stroopwafel::before {
  content: "\f551"; }
.fa-subscript::before {
  content: "\f12c"; }
.fa-suitcase::before {
  content: "\f0f2"; }
.fa-suitcase-medical::before {
  content: "\f0fa"; }
.fa-medkit::before {
  content: "\f0fa"; }
.fa-suitcase-rolling::before {
  content: "\f5c1"; }
.fa-sun::before {
  content: "\f185"; }
.fa-sun-plant-wilt::before {
  content: "\e57a"; }
.fa-superscript::before {
  content: "\f12b"; }
.fa-swatchbook::before {
  content: "\f5c3"; }
.fa-synagogue::before {
  content: "\f69b"; }
.fa-syringe::before {
  content: "\f48e"; }
.fa-t::before {
  content: "\54"; }
.fa-table::before {
  content: "\f0ce"; }
.fa-table-cells::before {
  content: "\f00a"; }
.fa-th::before {
  content: "\f00a"; }
.fa-table-cells-large::before {
  content: "\f009"; }
.fa-th-large::before {
  content: "\f009"; }
.fa-table-columns::before {
  content: "\f0db"; }
.fa-columns::before {
  content: "\f0db"; }
.fa-table-list::before {
  content: "\f00b"; }
.fa-th-list::before {
  content: "\f00b"; }
.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }
.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }
.fa-table-tennis::before {
  content: "\f45d"; }
.fa-tablet::before {
  content: "\f3fb"; }
.fa-tablet-android::before {
  content: "\f3fb"; }
.fa-tablet-button::before {
  content: "\f10a"; }
.fa-tablet-screen-button::before {
  content: "\f3fa"; }
.fa-tablet-alt::before {
  content: "\f3fa"; }
.fa-tablets::before {
  content: "\f490"; }
.fa-tachograph-digital::before {
  content: "\f566"; }
.fa-digital-tachograph::before {
  content: "\f566"; }
.fa-tag::before {
  content: "\f02b"; }
.fa-tags::before {
  content: "\f02c"; }
.fa-tape::before {
  content: "\f4db"; }
.fa-tarp::before {
  content: "\e57b"; }
.fa-tarp-droplet::before {
  content: "\e57c"; }
.fa-taxi::before {
  content: "\f1ba"; }
.fa-cab::before {
  content: "\f1ba"; }
.fa-teeth::before {
  content: "\f62e"; }
.fa-teeth-open::before {
  content: "\f62f"; }
.fa-temperature-arrow-down::before {
  content: "\e03f"; }
.fa-temperature-down::before {
  content: "\e03f"; }
.fa-temperature-arrow-up::before {
  content: "\e040"; }
.fa-temperature-up::before {
  content: "\e040"; }
.fa-temperature-empty::before {
  content: "\f2cb"; }
.fa-temperature-0::before {
  content: "\f2cb"; }
.fa-thermometer-0::before {
  content: "\f2cb"; }
.fa-thermometer-empty::before {
  content: "\f2cb"; }
.fa-temperature-full::before {
  content: "\f2c7"; }
.fa-temperature-4::before {
  content: "\f2c7"; }
.fa-thermometer-4::before {
  content: "\f2c7"; }
.fa-thermometer-full::before {
  content: "\f2c7"; }
.fa-temperature-half::before {
  content: "\f2c9"; }
.fa-temperature-2::before {
  content: "\f2c9"; }
.fa-thermometer-2::before {
  content: "\f2c9"; }
.fa-thermometer-half::before {
  content: "\f2c9"; }
.fa-temperature-high::before {
  content: "\f769"; }
.fa-temperature-low::before {
  content: "\f76b"; }
.fa-temperature-quarter::before {
  content: "\f2ca"; }
.fa-temperature-1::before {
  content: "\f2ca"; }
.fa-thermometer-1::before {
  content: "\f2ca"; }
.fa-thermometer-quarter::before {
  content: "\f2ca"; }
.fa-temperature-three-quarters::before {
  content: "\f2c8"; }
.fa-temperature-3::before {
  content: "\f2c8"; }
.fa-thermometer-3::before {
  content: "\f2c8"; }
.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }
.fa-tenge-sign::before {
  content: "\f7d7"; }
.fa-tenge::before {
  content: "\f7d7"; }
.fa-tent::before {
  content: "\e57d"; }
.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }
.fa-tent-arrow-left-right::before {
  content: "\e57f"; }
.fa-tent-arrow-turn-left::before {
  content: "\e580"; }
.fa-tent-arrows-down::before {
  content: "\e581"; }
.fa-tents::before {
  content: "\e582"; }
.fa-terminal::before {
  content: "\f120"; }
.fa-text-height::before {
  content: "\f034"; }
.fa-text-slash::before {
  content: "\f87d"; }
.fa-remove-format::before {
  content: "\f87d"; }
.fa-text-width::before {
  content: "\f035"; }
.fa-thermometer::before {
  content: "\f491"; }
.fa-thumbs-down::before {
  content: "\f165"; }
.fa-thumbs-up::before {
  content: "\f164"; }
.fa-thumbtack::before {
  content: "\f08d"; }
.fa-thumb-tack::before {
  content: "\f08d"; }
.fa-ticket::before {
  content: "\f145"; }
.fa-ticket-simple::before {
  content: "\f3ff"; }
.fa-ticket-alt::before {
  content: "\f3ff"; }
.fa-timeline::before {
  content: "\e29c"; }
.fa-toggle-off::before {
  content: "\f204"; }
.fa-toggle-on::before {
  content: "\f205"; }
.fa-toilet::before {
  content: "\f7d8"; }
.fa-toilet-paper::before {
  content: "\f71e"; }
.fa-toilet-paper-slash::before {
  content: "\e072"; }
.fa-toilet-portable::before {
  content: "\e583"; }
.fa-toilets-portable::before {
  content: "\e584"; }
.fa-toolbox::before {
  content: "\f552"; }
.fa-tooth::before {
  content: "\f5c9"; }
.fa-torii-gate::before {
  content: "\f6a1"; }
.fa-tornado::before {
  content: "\f76f"; }
.fa-tower-broadcast::before {
  content: "\f519"; }
.fa-broadcast-tower::before {
  content: "\f519"; }
.fa-tower-cell::before {
  content: "\e585"; }
.fa-tower-observation::before {
  content: "\e586"; }
.fa-tractor::before {
  content: "\f722"; }
.fa-trademark::before {
  content: "\f25c"; }
.fa-traffic-light::before {
  content: "\f637"; }
.fa-trailer::before {
  content: "\e041"; }
.fa-train::before {
  content: "\f238"; }
.fa-train-subway::before {
  content: "\f239"; }
.fa-subway::before {
  content: "\f239"; }
.fa-train-tram::before {
  content: "\e5b4"; }
.fa-transgender::before {
  content: "\f225"; }
.fa-transgender-alt::before {
  content: "\f225"; }
.fa-trash::before {
  content: "\f1f8"; }
.fa-trash-arrow-up::before {
  content: "\f829"; }
.fa-trash-restore::before {
  content: "\f829"; }
.fa-trash-can::before {
  content: "\f2ed"; }
.fa-trash-alt::before {
  content: "\f2ed"; }
.fa-trash-can-arrow-up::before {
  content: "\f82a"; }
.fa-trash-restore-alt::before {
  content: "\f82a"; }
.fa-tree::before {
  content: "\f1bb"; }
.fa-tree-city::before {
  content: "\e587"; }
.fa-triangle-exclamation::before {
  content: "\f071"; }
.fa-exclamation-triangle::before {
  content: "\f071"; }
.fa-warning::before {
  content: "\f071"; }
.fa-trophy::before {
  content: "\f091"; }
.fa-trowel::before {
  content: "\e589"; }
.fa-trowel-bricks::before {
  content: "\e58a"; }
.fa-truck::before {
  content: "\f0d1"; }
.fa-truck-arrow-right::before {
  content: "\e58b"; }
.fa-truck-droplet::before {
  content: "\e58c"; }
.fa-truck-fast::before {
  content: "\f48b"; }
.fa-shipping-fast::before {
  content: "\f48b"; }
.fa-truck-field::before {
  content: "\e58d"; }
.fa-truck-field-un::before {
  content: "\e58e"; }
.fa-truck-front::before {
  content: "\e2b7"; }
.fa-truck-medical::before {
  content: "\f0f9"; }
.fa-ambulance::before {
  content: "\f0f9"; }
.fa-truck-monster::before {
  content: "\f63b"; }
.fa-truck-moving::before {
  content: "\f4df"; }
.fa-truck-pickup::before {
  content: "\f63c"; }
.fa-truck-plane::before {
  content: "\e58f"; }
.fa-truck-ramp-box::before {
  content: "\f4de"; }
.fa-truck-loading::before {
  content: "\f4de"; }
.fa-tty::before {
  content: "\f1e4"; }
.fa-teletype::before {
  content: "\f1e4"; }
.fa-turkish-lira-sign::before {
  content: "\e2bb"; }
.fa-try::before {
  content: "\e2bb"; }
.fa-turkish-lira::before {
  content: "\e2bb"; }
.fa-turn-down::before {
  content: "\f3be"; }
.fa-level-down-alt::before {
  content: "\f3be"; }
.fa-turn-up::before {
  content: "\f3bf"; }
.fa-level-up-alt::before {
  content: "\f3bf"; }
.fa-tv::before {
  content: "\f26c"; }
.fa-television::before {
  content: "\f26c"; }
.fa-tv-alt::before {
  content: "\f26c"; }
.fa-u::before {
  content: "\55"; }
.fa-umbrella::before {
  content: "\f0e9"; }
.fa-umbrella-beach::before {
  content: "\f5ca"; }
.fa-underline::before {
  content: "\f0cd"; }
.fa-universal-access::before {
  content: "\f29a"; }
.fa-unlock::before {
  content: "\f09c"; }
.fa-unlock-keyhole::before {
  content: "\f13e"; }
.fa-unlock-alt::before {
  content: "\f13e"; }
.fa-up-down::before {
  content: "\f338"; }
.fa-arrows-alt-v::before {
  content: "\f338"; }
.fa-up-down-left-right::before {
  content: "\f0b2"; }
.fa-arrows-alt::before {
  content: "\f0b2"; }
.fa-up-long::before {
  content: "\f30c"; }
.fa-long-arrow-alt-up::before {
  content: "\f30c"; }
.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }
.fa-expand-alt::before {
  content: "\f424"; }
.fa-up-right-from-square::before {
  content: "\f35d"; }
.fa-external-link-alt::before {
  content: "\f35d"; }
.fa-upload::before {
  content: "\f093"; }
.fa-user::before {
  content: "\f007"; }
.fa-user-astronaut::before {
  content: "\f4fb"; }
.fa-user-check::before {
  content: "\f4fc"; }
.fa-user-clock::before {
  content: "\f4fd"; }
.fa-user-doctor::before {
  content: "\f0f0"; }
.fa-user-md::before {
  content: "\f0f0"; }
.fa-user-gear::before {
  content: "\f4fe"; }
.fa-user-cog::before {
  content: "\f4fe"; }
.fa-user-graduate::before {
  content: "\f501"; }
.fa-user-group::before {
  content: "\f500"; }
.fa-user-friends::before {
  content: "\f500"; }
.fa-user-injured::before {
  content: "\f728"; }
.fa-user-large::before {
  content: "\f406"; }
.fa-user-alt::before {
  content: "\f406"; }
.fa-user-large-slash::before {
  content: "\f4fa"; }
.fa-user-alt-slash::before {
  content: "\f4fa"; }
.fa-user-lock::before {
  content: "\f502"; }
.fa-user-minus::before {
  content: "\f503"; }
.fa-user-ninja::before {
  content: "\f504"; }
.fa-user-nurse::before {
  content: "\f82f"; }
.fa-user-pen::before {
  content: "\f4ff"; }
.fa-user-edit::before {
  content: "\f4ff"; }
.fa-user-plus::before {
  content: "\f234"; }
.fa-user-secret::before {
  content: "\f21b"; }
.fa-user-shield::before {
  content: "\f505"; }
.fa-user-slash::before {
  content: "\f506"; }
.fa-user-tag::before {
  content: "\f507"; }
.fa-user-tie::before {
  content: "\f508"; }
.fa-user-xmark::before {
  content: "\f235"; }
.fa-user-times::before {
  content: "\f235"; }
.fa-users::before {
  content: "\f0c0"; }
.fa-users-between-lines::before {
  content: "\e591"; }
.fa-users-gear::before {
  content: "\f509"; }
.fa-users-cog::before {
  content: "\f509"; }
.fa-users-line::before {
  content: "\e592"; }
.fa-users-rays::before {
  content: "\e593"; }
.fa-users-rectangle::before {
  content: "\e594"; }
.fa-users-slash::before {
  content: "\e073"; }
.fa-users-viewfinder::before {
  content: "\e595"; }
.fa-utensils::before {
  content: "\f2e7"; }
.fa-cutlery::before {
  content: "\f2e7"; }
.fa-v::before {
  content: "\56"; }
.fa-van-shuttle::before {
  content: "\f5b6"; }
.fa-shuttle-van::before {
  content: "\f5b6"; }
.fa-vault::before {
  content: "\e2c5"; }
.fa-vector-square::before {
  content: "\f5cb"; }
.fa-venus::before {
  content: "\f221"; }
.fa-venus-double::before {
  content: "\f226"; }
.fa-venus-mars::before {
  content: "\f228"; }
.fa-vest::before {
  content: "\e085"; }
.fa-vest-patches::before {
  content: "\e086"; }
.fa-vial::before {
  content: "\f492"; }
.fa-vial-circle-check::before {
  content: "\e596"; }
.fa-vial-virus::before {
  content: "\e597"; }
.fa-vials::before {
  content: "\f493"; }
.fa-video::before {
  content: "\f03d"; }
.fa-video-camera::before {
  content: "\f03d"; }
.fa-video-slash::before {
  content: "\f4e2"; }
.fa-vihara::before {
  content: "\f6a7"; }
.fa-virus::before {
  content: "\e074"; }
.fa-virus-covid::before {
  content: "\e4a8"; }
.fa-virus-covid-slash::before {
  content: "\e4a9"; }
.fa-virus-slash::before {
  content: "\e075"; }
.fa-viruses::before {
  content: "\e076"; }
.fa-voicemail::before {
  content: "\f897"; }
.fa-volcano::before {
  content: "\f770"; }
.fa-volleyball::before {
  content: "\f45f"; }
.fa-volleyball-ball::before {
  content: "\f45f"; }
.fa-volume-high::before {
  content: "\f028"; }
.fa-volume-up::before {
  content: "\f028"; }
.fa-volume-low::before {
  content: "\f027"; }
.fa-volume-down::before {
  content: "\f027"; }
.fa-volume-off::before {
  content: "\f026"; }
.fa-volume-xmark::before {
  content: "\f6a9"; }
.fa-volume-mute::before {
  content: "\f6a9"; }
.fa-volume-times::before {
  content: "\f6a9"; }
.fa-vr-cardboard::before {
  content: "\f729"; }
.fa-w::before {
  content: "\57"; }
.fa-walkie-talkie::before {
  content: "\f8ef"; }
.fa-wallet::before {
  content: "\f555"; }
.fa-wand-magic::before {
  content: "\f0d0"; }
.fa-magic::before {
  content: "\f0d0"; }
.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }
.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }
.fa-wand-sparkles::before {
  content: "\f72b"; }
.fa-warehouse::before {
  content: "\f494"; }
.fa-water::before {
  content: "\f773"; }
.fa-water-ladder::before {
  content: "\f5c5"; }
.fa-ladder-water::before {
  content: "\f5c5"; }
.fa-swimming-pool::before {
  content: "\f5c5"; }
.fa-wave-square::before {
  content: "\f83e"; }
.fa-weight-hanging::before {
  content: "\f5cd"; }
.fa-weight-scale::before {
  content: "\f496"; }
.fa-weight::before {
  content: "\f496"; }
.fa-wheat-awn::before {
  content: "\e2cd"; }
.fa-wheat-alt::before {
  content: "\e2cd"; }
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }
.fa-wheelchair::before {
  content: "\f193"; }
.fa-wheelchair-move::before {
  content: "\e2ce"; }
.fa-wheelchair-alt::before {
  content: "\e2ce"; }
.fa-whiskey-glass::before {
  content: "\f7a0"; }
.fa-glass-whiskey::before {
  content: "\f7a0"; }
.fa-wifi::before {
  content: "\f1eb"; }
.fa-wifi-3::before {
  content: "\f1eb"; }
.fa-wifi-strong::before {
  content: "\f1eb"; }
.fa-wind::before {
  content: "\f72e"; }
.fa-window-maximize::before {
  content: "\f2d0"; }
.fa-window-minimize::before {
  content: "\f2d1"; }
.fa-window-restore::before {
  content: "\f2d2"; }
.fa-wine-bottle::before {
  content: "\f72f"; }
.fa-wine-glass::before {
  content: "\f4e3"; }
.fa-wine-glass-empty::before {
  content: "\f5ce"; }
.fa-wine-glass-alt::before {
  content: "\f5ce"; }
.fa-won-sign::before {
  content: "\f159"; }
.fa-krw::before {
  content: "\f159"; }
.fa-won::before {
  content: "\f159"; }
.fa-worm::before {
  content: "\e599"; }
.fa-wrench::before {
  content: "\f0ad"; }
.fa-x::before {
  content: "\58"; }
.fa-x-ray::before {
  content: "\f497"; }
.fa-xmark::before {
  content: "\f00d"; }
.fa-close::before {
  content: "\f00d"; }
.fa-multiply::before {
  content: "\f00d"; }
.fa-remove::before {
  content: "\f00d"; }
.fa-times::before {
  content: "\f00d"; }
.fa-xmarks-lines::before {
  content: "\e59a"; }
.fa-y::before {
  content: "\59"; }
.fa-yen-sign::before {
  content: "\f157"; }
.fa-cny::before {
  content: "\f157"; }
.fa-jpy::before {
  content: "\f157"; }
.fa-rmb::before {
  content: "\f157"; }
.fa-yen::before {
  content: "\f157"; }
.fa-yin-yang::before {
  content: "\f6ad"; }
.fa-z::before {
  content: "\5a"; }
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; }
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }
.fa-42-group:before {
  content: "\e080"; }
.fa-innosoft:before {
  content: "\e080"; }
.fa-500px:before {
  content: "\f26e"; }
.fa-accessible-icon:before {
  content: "\f368"; }
.fa-accusoft:before {
  content: "\f369"; }
.fa-adn:before {
  content: "\f170"; }
.fa-adversal:before {
  content: "\f36a"; }
.fa-affiliatetheme:before {
  content: "\f36b"; }
.fa-airbnb:before {
  content: "\f834"; }
.fa-algolia:before {
  content: "\f36c"; }
.fa-alipay:before {
  content: "\f642"; }
.fa-amazon:before {
  content: "\f270"; }
.fa-amazon-pay:before {
  content: "\f42c"; }
.fa-amilia:before {
  content: "\f36d"; }
.fa-android:before {
  content: "\f17b"; }
.fa-angellist:before {
  content: "\f209"; }
.fa-angrycreative:before {
  content: "\f36e"; }
.fa-angular:before {
  content: "\f420"; }
.fa-app-store:before {
  content: "\f36f"; }
.fa-app-store-ios:before {
  content: "\f370"; }
.fa-apper:before {
  content: "\f371"; }
.fa-apple:before {
  content: "\f179"; }
.fa-apple-pay:before {
  content: "\f415"; }
.fa-artstation:before {
  content: "\f77a"; }
.fa-asymmetrik:before {
  content: "\f372"; }
.fa-atlassian:before {
  content: "\f77b"; }
.fa-audible:before {
  content: "\f373"; }
.fa-autoprefixer:before {
  content: "\f41c"; }
.fa-avianex:before {
  content: "\f374"; }
.fa-aviato:before {
  content: "\f421"; }
.fa-aws:before {
  content: "\f375"; }
.fa-bandcamp:before {
  content: "\f2d5"; }
.fa-battle-net:before {
  content: "\f835"; }
.fa-behance:before {
  content: "\f1b4"; }
.fa-bilibili:before {
  content: "\e3d9"; }
.fa-bimobject:before {
  content: "\f378"; }
.fa-bitbucket:before {
  content: "\f171"; }
.fa-bitcoin:before {
  content: "\f379"; }
.fa-bity:before {
  content: "\f37a"; }
.fa-black-tie:before {
  content: "\f27e"; }
.fa-blackberry:before {
  content: "\f37b"; }
.fa-blogger:before {
  content: "\f37c"; }
.fa-blogger-b:before {
  content: "\f37d"; }
.fa-bluetooth:before {
  content: "\f293"; }
.fa-bluetooth-b:before {
  content: "\f294"; }
.fa-bootstrap:before {
  content: "\f836"; }
.fa-bots:before {
  content: "\e340"; }
.fa-btc:before {
  content: "\f15a"; }
.fa-buffer:before {
  content: "\f837"; }
.fa-buromobelexperte:before {
  content: "\f37f"; }
.fa-buy-n-large:before {
  content: "\f8a6"; }
.fa-buysellads:before {
  content: "\f20d"; }
.fa-canadian-maple-leaf:before {
  content: "\f785"; }
.fa-cc-amazon-pay:before {
  content: "\f42d"; }
.fa-cc-amex:before {
  content: "\f1f3"; }
.fa-cc-apple-pay:before {
  content: "\f416"; }
.fa-cc-diners-club:before {
  content: "\f24c"; }
.fa-cc-discover:before {
  content: "\f1f2"; }
.fa-cc-jcb:before {
  content: "\f24b"; }
.fa-cc-mastercard:before {
  content: "\f1f1"; }
.fa-cc-paypal:before {
  content: "\f1f4"; }
.fa-cc-stripe:before {
  content: "\f1f5"; }
.fa-cc-visa:before {
  content: "\f1f0"; }
.fa-centercode:before {
  content: "\f380"; }
.fa-centos:before {
  content: "\f789"; }
.fa-chrome:before {
  content: "\f268"; }
.fa-chromecast:before {
  content: "\f838"; }
.fa-cloudflare:before {
  content: "\e07d"; }
.fa-cloudscale:before {
  content: "\f383"; }
.fa-cloudsmith:before {
  content: "\f384"; }
.fa-cloudversify:before {
  content: "\f385"; }
.fa-cmplid:before {
  content: "\e360"; }
.fa-codepen:before {
  content: "\f1cb"; }
.fa-codiepie:before {
  content: "\f284"; }
.fa-confluence:before {
  content: "\f78d"; }
.fa-connectdevelop:before {
  content: "\f20e"; }
.fa-contao:before {
  content: "\f26d"; }
.fa-cotton-bureau:before {
  content: "\f89e"; }
.fa-cpanel:before {
  content: "\f388"; }
.fa-creative-commons:before {
  content: "\f25e"; }
.fa-creative-commons-by:before {
  content: "\f4e7"; }
.fa-creative-commons-nc:before {
  content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }
.fa-creative-commons-nd:before {
  content: "\f4eb"; }
.fa-creative-commons-pd:before {
  content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }
.fa-creative-commons-remix:before {
  content: "\f4ee"; }
.fa-creative-commons-sa:before {
  content: "\f4ef"; }
.fa-creative-commons-sampling:before {
  content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }
.fa-creative-commons-share:before {
  content: "\f4f2"; }
.fa-creative-commons-zero:before {
  content: "\f4f3"; }
.fa-critical-role:before {
  content: "\f6c9"; }
.fa-css3:before {
  content: "\f13c"; }
.fa-css3-alt:before {
  content: "\f38b"; }
.fa-cuttlefish:before {
  content: "\f38c"; }
.fa-d-and-d:before {
  content: "\f38d"; }
.fa-d-and-d-beyond:before {
  content: "\f6ca"; }
.fa-dailymotion:before {
  content: "\e052"; }
.fa-dashcube:before {
  content: "\f210"; }
.fa-deezer:before {
  content: "\e077"; }
.fa-delicious:before {
  content: "\f1a5"; }
.fa-deploydog:before {
  content: "\f38e"; }
.fa-deskpro:before {
  content: "\f38f"; }
.fa-dev:before {
  content: "\f6cc"; }
.fa-deviantart:before {
  content: "\f1bd"; }
.fa-dhl:before {
  content: "\f790"; }
.fa-diaspora:before {
  content: "\f791"; }
.fa-digg:before {
  content: "\f1a6"; }
.fa-digital-ocean:before {
  content: "\f391"; }
.fa-discord:before {
  content: "\f392"; }
.fa-discourse:before {
  content: "\f393"; }
.fa-dochub:before {
  content: "\f394"; }
.fa-docker:before {
  content: "\f395"; }
.fa-draft2digital:before {
  content: "\f396"; }
.fa-dribbble:before {
  content: "\f17d"; }
.fa-dropbox:before {
  content: "\f16b"; }
.fa-drupal:before {
  content: "\f1a9"; }
.fa-dyalog:before {
  content: "\f399"; }
.fa-earlybirds:before {
  content: "\f39a"; }
.fa-ebay:before {
  content: "\f4f4"; }
.fa-edge:before {
  content: "\f282"; }
.fa-edge-legacy:before {
  content: "\e078"; }
.fa-elementor:before {
  content: "\f430"; }
.fa-ello:before {
  content: "\f5f1"; }
.fa-ember:before {
  content: "\f423"; }
.fa-empire:before {
  content: "\f1d1"; }
.fa-envira:before {
  content: "\f299"; }
.fa-erlang:before {
  content: "\f39d"; }
.fa-ethereum:before {
  content: "\f42e"; }
.fa-etsy:before {
  content: "\f2d7"; }
.fa-evernote:before {
  content: "\f839"; }
.fa-expeditedssl:before {
  content: "\f23e"; }
.fa-facebook:before {
  content: "\f09a"; }
.fa-facebook-f:before {
  content: "\f39e"; }
.fa-facebook-messenger:before {
  content: "\f39f"; }
.fa-fantasy-flight-games:before {
  content: "\f6dc"; }
.fa-fedex:before {
  content: "\f797"; }
.fa-fedora:before {
  content: "\f798"; }
.fa-figma:before {
  content: "\f799"; }
.fa-firefox:before {
  content: "\f269"; }
.fa-firefox-browser:before {
  content: "\e007"; }
.fa-first-order:before {
  content: "\f2b0"; }
.fa-first-order-alt:before {
  content: "\f50a"; }
.fa-firstdraft:before {
  content: "\f3a1"; }
.fa-flickr:before {
  content: "\f16e"; }
.fa-flipboard:before {
  content: "\f44d"; }
.fa-fly:before {
  content: "\f417"; }
.fa-font-awesome:before {
  content: "\f2b4"; }
.fa-font-awesome-flag:before {
  content: "\f2b4"; }
.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }
.fa-fonticons:before {
  content: "\f280"; }
.fa-fonticons-fi:before {
  content: "\f3a2"; }
.fa-fort-awesome:before {
  content: "\f286"; }
.fa-fort-awesome-alt:before {
  content: "\f3a3"; }
.fa-forumbee:before {
  content: "\f211"; }
.fa-foursquare:before {
  content: "\f180"; }
.fa-free-code-camp:before {
  content: "\f2c5"; }
.fa-freebsd:before {
  content: "\f3a4"; }
.fa-fulcrum:before {
  content: "\f50b"; }
.fa-galactic-republic:before {
  content: "\f50c"; }
.fa-galactic-senate:before {
  content: "\f50d"; }
.fa-get-pocket:before {
  content: "\f265"; }
.fa-gg:before {
  content: "\f260"; }
.fa-gg-circle:before {
  content: "\f261"; }
.fa-git:before {
  content: "\f1d3"; }
.fa-git-alt:before {
  content: "\f841"; }
.fa-github:before {
  content: "\f09b"; }
.fa-github-alt:before {
  content: "\f113"; }
.fa-gitkraken:before {
  content: "\f3a6"; }
.fa-gitlab:before {
  content: "\f296"; }
.fa-gitter:before {
  content: "\f426"; }
.fa-glide:before {
  content: "\f2a5"; }
.fa-glide-g:before {
  content: "\f2a6"; }
.fa-gofore:before {
  content: "\f3a7"; }
.fa-golang:before {
  content: "\e40f"; }
.fa-goodreads:before {
  content: "\f3a8"; }
.fa-goodreads-g:before {
  content: "\f3a9"; }
.fa-google:before {
  content: "\f1a0"; }
.fa-google-drive:before {
  content: "\f3aa"; }
.fa-google-pay:before {
  content: "\e079"; }
.fa-google-play:before {
  content: "\f3ab"; }
.fa-google-plus:before {
  content: "\f2b3"; }
.fa-google-plus-g:before {
  content: "\f0d5"; }
.fa-google-wallet:before {
  content: "\f1ee"; }
.fa-gratipay:before {
  content: "\f184"; }
.fa-grav:before {
  content: "\f2d6"; }
.fa-gripfire:before {
  content: "\f3ac"; }
.fa-grunt:before {
  content: "\f3ad"; }
.fa-guilded:before {
  content: "\e07e"; }
.fa-gulp:before {
  content: "\f3ae"; }
.fa-hacker-news:before {
  content: "\f1d4"; }
.fa-hackerrank:before {
  content: "\f5f7"; }
.fa-hashnode:before {
  content: "\e499"; }
.fa-hips:before {
  content: "\f452"; }
.fa-hire-a-helper:before {
  content: "\f3b0"; }
.fa-hive:before {
  content: "\e07f"; }
.fa-hooli:before {
  content: "\f427"; }
.fa-hornbill:before {
  content: "\f592"; }
.fa-hotjar:before {
  content: "\f3b1"; }
.fa-houzz:before {
  content: "\f27c"; }
.fa-html5:before {
  content: "\f13b"; }
.fa-hubspot:before {
  content: "\f3b2"; }
.fa-ideal:before {
  content: "\e013"; }
.fa-imdb:before {
  content: "\f2d8"; }
.fa-instagram:before {
  content: "\f16d"; }
.fa-instalod:before {
  content: "\e081"; }
.fa-intercom:before {
  content: "\f7af"; }
.fa-internet-explorer:before {
  content: "\f26b"; }
.fa-invision:before {
  content: "\f7b0"; }
.fa-ioxhost:before {
  content: "\f208"; }
.fa-itch-io:before {
  content: "\f83a"; }
.fa-itunes:before {
  content: "\f3b4"; }
.fa-itunes-note:before {
  content: "\f3b5"; }
.fa-java:before {
  content: "\f4e4"; }
.fa-jedi-order:before {
  content: "\f50e"; }
.fa-jenkins:before {
  content: "\f3b6"; }
.fa-jira:before {
  content: "\f7b1"; }
.fa-joget:before {
  content: "\f3b7"; }
.fa-joomla:before {
  content: "\f1aa"; }
.fa-js:before {
  content: "\f3b8"; }
.fa-jsfiddle:before {
  content: "\f1cc"; }
.fa-kaggle:before {
  content: "\f5fa"; }
.fa-keybase:before {
  content: "\f4f5"; }
.fa-keycdn:before {
  content: "\f3ba"; }
.fa-kickstarter:before {
  content: "\f3bb"; }
.fa-kickstarter-k:before {
  content: "\f3bc"; }
.fa-korvue:before {
  content: "\f42f"; }
.fa-laravel:before {
  content: "\f3bd"; }
.fa-lastfm:before {
  content: "\f202"; }
.fa-leanpub:before {
  content: "\f212"; }
.fa-less:before {
  content: "\f41d"; }
.fa-line:before {
  content: "\f3c0"; }
.fa-linkedin:before {
  content: "\f08c"; }
.fa-linkedin-in:before {
  content: "\f0e1"; }
.fa-linode:before {
  content: "\f2b8"; }
.fa-linux:before {
  content: "\f17c"; }
.fa-lyft:before {
  content: "\f3c3"; }
.fa-magento:before {
  content: "\f3c4"; }
.fa-mailchimp:before {
  content: "\f59e"; }
.fa-mandalorian:before {
  content: "\f50f"; }
.fa-markdown:before {
  content: "\f60f"; }
.fa-mastodon:before {
  content: "\f4f6"; }
.fa-maxcdn:before {
  content: "\f136"; }
.fa-mdb:before {
  content: "\f8ca"; }
.fa-medapps:before {
  content: "\f3c6"; }
.fa-medium:before {
  content: "\f23a"; }
.fa-medium-m:before {
  content: "\f23a"; }
.fa-medrt:before {
  content: "\f3c8"; }
.fa-meetup:before {
  content: "\f2e0"; }
.fa-megaport:before {
  content: "\f5a3"; }
.fa-mendeley:before {
  content: "\f7b3"; }
.fa-meta:before {
  content: "\e49b"; }
.fa-microblog:before {
  content: "\e01a"; }
.fa-microsoft:before {
  content: "\f3ca"; }
.fa-mix:before {
  content: "\f3cb"; }
.fa-mixcloud:before {
  content: "\f289"; }
.fa-mixer:before {
  content: "\e056"; }
.fa-mizuni:before {
  content: "\f3cc"; }
.fa-modx:before {
  content: "\f285"; }
.fa-monero:before {
  content: "\f3d0"; }
.fa-napster:before {
  content: "\f3d2"; }
.fa-neos:before {
  content: "\f612"; }
.fa-nfc-directional:before {
  content: "\e530"; }
.fa-nfc-symbol:before {
  content: "\e531"; }
.fa-nimblr:before {
  content: "\f5a8"; }
.fa-node:before {
  content: "\f419"; }
.fa-node-js:before {
  content: "\f3d3"; }
.fa-npm:before {
  content: "\f3d4"; }
.fa-ns8:before {
  content: "\f3d5"; }
.fa-nutritionix:before {
  content: "\f3d6"; }
.fa-octopus-deploy:before {
  content: "\e082"; }
.fa-odnoklassniki:before {
  content: "\f263"; }
.fa-old-republic:before {
  content: "\f510"; }
.fa-opencart:before {
  content: "\f23d"; }
.fa-openid:before {
  content: "\f19b"; }
.fa-opera:before {
  content: "\f26a"; }
.fa-optin-monster:before {
  content: "\f23c"; }
.fa-orcid:before {
  content: "\f8d2"; }
.fa-osi:before {
  content: "\f41a"; }
.fa-padlet:before {
  content: "\e4a0"; }
.fa-page4:before {
  content: "\f3d7"; }
.fa-pagelines:before {
  content: "\f18c"; }
.fa-palfed:before {
  content: "\f3d8"; }
.fa-patreon:before {
  content: "\f3d9"; }
.fa-paypal:before {
  content: "\f1ed"; }
.fa-perbyte:before {
  content: "\e083"; }
.fa-periscope:before {
  content: "\f3da"; }
.fa-phabricator:before {
  content: "\f3db"; }
.fa-phoenix-framework:before {
  content: "\f3dc"; }
.fa-phoenix-squadron:before {
  content: "\f511"; }
.fa-php:before {
  content: "\f457"; }
.fa-pied-piper:before {
  content: "\f2ae"; }
.fa-pied-piper-alt:before {
  content: "\f1a8"; }
.fa-pied-piper-hat:before {
  content: "\f4e5"; }
.fa-pied-piper-pp:before {
  content: "\f1a7"; }
.fa-pinterest:before {
  content: "\f0d2"; }
.fa-pinterest-p:before {
  content: "\f231"; }
.fa-pix:before {
  content: "\e43a"; }
.fa-playstation:before {
  content: "\f3df"; }
.fa-product-hunt:before {
  content: "\f288"; }
.fa-pushed:before {
  content: "\f3e1"; }
.fa-python:before {
  content: "\f3e2"; }
.fa-qq:before {
  content: "\f1d6"; }
.fa-quinscape:before {
  content: "\f459"; }
.fa-quora:before {
  content: "\f2c4"; }
.fa-r-project:before {
  content: "\f4f7"; }
.fa-raspberry-pi:before {
  content: "\f7bb"; }
.fa-ravelry:before {
  content: "\f2d9"; }
.fa-react:before {
  content: "\f41b"; }
.fa-reacteurope:before {
  content: "\f75d"; }
.fa-readme:before {
  content: "\f4d5"; }
.fa-rebel:before {
  content: "\f1d0"; }
.fa-red-river:before {
  content: "\f3e3"; }
.fa-reddit:before {
  content: "\f1a1"; }
.fa-reddit-alien:before {
  content: "\f281"; }
.fa-redhat:before {
  content: "\f7bc"; }
.fa-renren:before {
  content: "\f18b"; }
.fa-replyd:before {
  content: "\f3e6"; }
.fa-researchgate:before {
  content: "\f4f8"; }
.fa-resolving:before {
  content: "\f3e7"; }
.fa-rev:before {
  content: "\f5b2"; }
.fa-rocketchat:before {
  content: "\f3e8"; }
.fa-rockrms:before {
  content: "\f3e9"; }
.fa-rust:before {
  content: "\e07a"; }
.fa-safari:before {
  content: "\f267"; }
.fa-salesforce:before {
  content: "\f83b"; }
.fa-sass:before {
  content: "\f41e"; }
.fa-schlix:before {
  content: "\f3ea"; }
.fa-screenpal:before {
  content: "\e570"; }
.fa-scribd:before {
  content: "\f28a"; }
.fa-searchengin:before {
  content: "\f3eb"; }
.fa-sellcast:before {
  content: "\f2da"; }
.fa-sellsy:before {
  content: "\f213"; }
.fa-servicestack:before {
  content: "\f3ec"; }
.fa-shirtsinbulk:before {
  content: "\f214"; }
.fa-shopify:before {
  content: "\e057"; }
.fa-shopware:before {
  content: "\f5b5"; }
.fa-simplybuilt:before {
  content: "\f215"; }
.fa-sistrix:before {
  content: "\f3ee"; }
.fa-sith:before {
  content: "\f512"; }
.fa-sitrox:before {
  content: "\e44a"; }
.fa-sketch:before {
  content: "\f7c6"; }
.fa-skyatlas:before {
  content: "\f216"; }
.fa-skype:before {
  content: "\f17e"; }
.fa-slack:before {
  content: "\f198"; }
.fa-slack-hash:before {
  content: "\f198"; }
.fa-slideshare:before {
  content: "\f1e7"; }
.fa-snapchat:before {
  content: "\f2ab"; }
.fa-snapchat-ghost:before {
  content: "\f2ab"; }
.fa-soundcloud:before {
  content: "\f1be"; }
.fa-sourcetree:before {
  content: "\f7d3"; }
.fa-space-awesome:before {
  content: "\e5ac"; }
.fa-speakap:before {
  content: "\f3f3"; }
.fa-speaker-deck:before {
  content: "\f83c"; }
.fa-spotify:before {
  content: "\f1bc"; }
.fa-square-behance:before {
  content: "\f1b5"; }
.fa-behance-square:before {
  content: "\f1b5"; }
.fa-square-dribbble:before {
  content: "\f397"; }
.fa-dribbble-square:before {
  content: "\f397"; }
.fa-square-facebook:before {
  content: "\f082"; }
.fa-facebook-square:before {
  content: "\f082"; }
.fa-square-font-awesome:before {
  content: "\e5ad"; }
.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }
.fa-font-awesome-alt:before {
  content: "\f35c"; }
.fa-square-git:before {
  content: "\f1d2"; }
.fa-git-square:before {
  content: "\f1d2"; }
.fa-square-github:before {
  content: "\f092"; }
.fa-github-square:before {
  content: "\f092"; }
.fa-square-gitlab:before {
  content: "\e5ae"; }
.fa-gitlab-square:before {
  content: "\e5ae"; }
.fa-square-google-plus:before {
  content: "\f0d4"; }
.fa-google-plus-square:before {
  content: "\f0d4"; }
.fa-square-hacker-news:before {
  content: "\f3af"; }
.fa-hacker-news-square:before {
  content: "\f3af"; }
.fa-square-instagram:before {
  content: "\e055"; }
.fa-instagram-square:before {
  content: "\e055"; }
.fa-square-js:before {
  content: "\f3b9"; }
.fa-js-square:before {
  content: "\f3b9"; }
.fa-square-lastfm:before {
  content: "\f203"; }
.fa-lastfm-square:before {
  content: "\f203"; }
.fa-square-odnoklassniki:before {
  content: "\f264"; }
.fa-odnoklassniki-square:before {
  content: "\f264"; }
.fa-square-pied-piper:before {
  content: "\e01e"; }
.fa-pied-piper-square:before {
  content: "\e01e"; }
.fa-square-pinterest:before {
  content: "\f0d3"; }
.fa-pinterest-square:before {
  content: "\f0d3"; }
.fa-square-reddit:before {
  content: "\f1a2"; }
.fa-reddit-square:before {
  content: "\f1a2"; }
.fa-square-snapchat:before {
  content: "\f2ad"; }
.fa-snapchat-square:before {
  content: "\f2ad"; }
.fa-square-steam:before {
  content: "\f1b7"; }
.fa-steam-square:before {
  content: "\f1b7"; }
.fa-square-tumblr:before {
  content: "\f174"; }
.fa-tumblr-square:before {
  content: "\f174"; }
.fa-square-twitter:before {
  content: "\f081"; }
.fa-twitter-square:before {
  content: "\f081"; }
.fa-square-viadeo:before {
  content: "\f2aa"; }
.fa-viadeo-square:before {
  content: "\f2aa"; }
.fa-square-vimeo:before {
  content: "\f194"; }
.fa-vimeo-square:before {
  content: "\f194"; }
.fa-square-whatsapp:before {
  content: "\f40c"; }
.fa-whatsapp-square:before {
  content: "\f40c"; }
.fa-square-xing:before {
  content: "\f169"; }
.fa-xing-square:before {
  content: "\f169"; }
.fa-square-youtube:before {
  content: "\f431"; }
.fa-youtube-square:before {
  content: "\f431"; }
.fa-squarespace:before {
  content: "\f5be"; }
.fa-stack-exchange:before {
  content: "\f18d"; }
.fa-stack-overflow:before {
  content: "\f16c"; }
.fa-stackpath:before {
  content: "\f842"; }
.fa-staylinked:before {
  content: "\f3f5"; }
.fa-steam:before {
  content: "\f1b6"; }
.fa-steam-symbol:before {
  content: "\f3f6"; }
.fa-sticker-mule:before {
  content: "\f3f7"; }
.fa-strava:before {
  content: "\f428"; }
.fa-stripe:before {
  content: "\f429"; }
.fa-stripe-s:before {
  content: "\f42a"; }
.fa-studiovinari:before {
  content: "\f3f8"; }
.fa-stumbleupon:before {
  content: "\f1a4"; }
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }
.fa-superpowers:before {
  content: "\f2dd"; }
.fa-supple:before {
  content: "\f3f9"; }
.fa-suse:before {
  content: "\f7d6"; }
.fa-swift:before {
  content: "\f8e1"; }
.fa-symfony:before {
  content: "\f83d"; }
.fa-teamspeak:before {
  content: "\f4f9"; }
.fa-telegram:before {
  content: "\f2c6"; }
.fa-telegram-plane:before {
  content: "\f2c6"; }
.fa-tencent-weibo:before {
  content: "\f1d5"; }
.fa-the-red-yeti:before {
  content: "\f69d"; }
.fa-themeco:before {
  content: "\f5c6"; }
.fa-themeisle:before {
  content: "\f2b2"; }
.fa-think-peaks:before {
  content: "\f731"; }
.fa-tiktok:before {
  content: "\e07b"; }
.fa-trade-federation:before {
  content: "\f513"; }
.fa-trello:before {
  content: "\f181"; }
.fa-tumblr:before {
  content: "\f173"; }
.fa-twitch:before {
  content: "\f1e8"; }
.fa-twitter:before {
  content: "\f099"; }
.fa-typo3:before {
  content: "\f42b"; }
.fa-uber:before {
  content: "\f402"; }
.fa-ubuntu:before {
  content: "\f7df"; }
.fa-uikit:before {
  content: "\f403"; }
.fa-umbraco:before {
  content: "\f8e8"; }
.fa-uncharted:before {
  content: "\e084"; }
.fa-uniregistry:before {
  content: "\f404"; }
.fa-unity:before {
  content: "\e049"; }
.fa-unsplash:before {
  content: "\e07c"; }
.fa-untappd:before {
  content: "\f405"; }
.fa-ups:before {
  content: "\f7e0"; }
.fa-usb:before {
  content: "\f287"; }
.fa-usps:before {
  content: "\f7e1"; }
.fa-ussunnah:before {
  content: "\f407"; }
.fa-vaadin:before {
  content: "\f408"; }
.fa-viacoin:before {
  content: "\f237"; }
.fa-viadeo:before {
  content: "\f2a9"; }
.fa-viber:before {
  content: "\f409"; }
.fa-vimeo:before {
  content: "\f40a"; }
.fa-vimeo-v:before {
  content: "\f27d"; }
.fa-vine:before {
  content: "\f1ca"; }
.fa-vk:before {
  content: "\f189"; }
.fa-vnv:before {
  content: "\f40b"; }
.fa-vuejs:before {
  content: "\f41f"; }
.fa-watchman-monitoring:before {
  content: "\e087"; }
.fa-waze:before {
  content: "\f83f"; }
.fa-weebly:before {
  content: "\f5cc"; }
.fa-weibo:before {
  content: "\f18a"; }
.fa-weixin:before {
  content: "\f1d7"; }
.fa-whatsapp:before {
  content: "\f232"; }
.fa-whmcs:before {
  content: "\f40d"; }
.fa-wikipedia-w:before {
  content: "\f266"; }
.fa-windows:before {
  content: "\f17a"; }
.fa-wirsindhandwerk:before {
  content: "\e2d0"; }
.fa-wsh:before {
  content: "\e2d0"; }
.fa-wix:before {
  content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
  content: "\f730"; }
.fa-wodu:before {
  content: "\e088"; }
.fa-wolf-pack-battalion:before {
  content: "\f514"; }
.fa-wordpress:before {
  content: "\f19a"; }
.fa-wordpress-simple:before {
  content: "\f411"; }
.fa-wpbeginner:before {
  content: "\f297"; }
.fa-wpexplorer:before {
  content: "\f2de"; }
.fa-wpforms:before {
  content: "\f298"; }
.fa-wpressr:before {
  content: "\f3e4"; }
.fa-rendact:before {
  content: "\f3e4"; }
.fa-xbox:before {
  content: "\f412"; }
.fa-xing:before {
  content: "\f168"; }
.fa-y-combinator:before {
  content: "\f23b"; }
.fa-yahoo:before {
  content: "\f19e"; }
.fa-yammer:before {
  content: "\f840"; }
.fa-yandex:before {
  content: "\f413"; }
.fa-yandex-international:before {
  content: "\f414"; }
.fa-yarn:before {
  content: "\f7e3"; }
.fa-yelp:before {
  content: "\f1e9"; }
.fa-yoast:before {
  content: "\f2b1"; }
.fa-youtube:before {
  content: "\f167"; }
.fa-zhihu:before {
  content: "\f63f"; }
:root, :host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; }
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; }
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../images/font-awesome/fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}
.ui-front {
	z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}
/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}
input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
	-webkit-box-shadow: inset 1px 1px 1px #ccc;
	        box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	        filter: inherit;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-visual-focus {
	-webkit-box-shadow: 0 0 3px 1px rgb(94, 158, 214);
	        box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../images/jquery-ui-dist/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../images/jquery-ui-dist/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../images/jquery-ui-dist/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../images/jquery-ui-dist/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../images/jquery-ui-dist/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../images/jquery-ui-dist/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../images/jquery-ui-dist/images/ui-icons_777777_256x240.png");
}
/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	-ms-filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
.select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
.select2-results {
  display: block; }
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
.select2-results__option--selectable {
  cursor: pointer; }
.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-search--dropdown {
  display: block;
  padding: 4px; }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--group {
  padding: 0; }
.select2-container--default .select2-results__option--disabled {
  color: #999; }
.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option--group {
  padding: 0; }
.select2-container--classic .select2-results__option--disabled {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../fonts/FontAwesome6Brands-Regular.woff2") format("woff2"), url("../fonts/FontAwesome6Brands-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Free Solid";
  src: url("../fonts/FontAwesome6Free-Solid.woff2") format("woff2"), url("../fonts/FontAwesome6Free-Solid.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tablet Gothic";
  src: url("../fonts/TabletGothic-Bold.woff2") format("woff2"), url("../fonts/TabletGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tablet Gothic";
  src: url("../fonts/TabletGothic.woff2") format("woff2"), url("../fonts/TabletGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tablet Gothic";
  src: url("../fonts/TabletGothic-SemiBold.woff2") format("woff2"), url("../fonts/TabletGothic-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tablet Gothic";
  src: url("../fonts/TabletGothic-BoldOblique.woff2") format("woff2"), url("../fonts/TabletGothic-BoldOblique.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "puffin-display-soft-smbditalic";
  src: url("../fonts/puffin-display-soft-smbditalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}
body.is-fixed {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
section:not(.hero) {
  position: relative;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
a:hover {
  color: #F2A900;
  text-decoration: none;
}
a:focus {
  color: #F2A900 !important;
}
a.btn--warning:focus {
  color: #fff !important;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.5em / 2);
  font-family: "puffin", serif;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    line-height: 1.24;
  }
}
.h1,
h1 {
  font-size: 4.8rem;
  line-height: 1.1;
  letter-spacing: -0.09rem;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .h1,
h1 {
    font-size: 3.4rem;
    line-height: 1.15;
  }
}
.h2,
h2 {
  font-size: 4rem;
  letter-spacing: -0.09rem;
}
@media (max-width: 1023px) {
  .h2,
h2 {
    font-size: 3.2rem;
  }
}
.h3,
h3 {
  font-size: 3.2rem;
  letter-spacing: -0.05rem;
}
@media (max-width: 1023px) {
  .h3,
h3 {
    font-size: 2.4rem;
  }
}
.h4,
h4 {
  font-size: 2.4rem;
  line-height: 1.34;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .h4,
h4 {
    font-size: 2rem;
  }
}
.h5,
h5 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600 !important;
}
@media (max-width: 1023px) {
  .h5,
h5 {
    font-size: 1.8rem;
  }
}
.h6,
h6 {
  font-size: 1.4rem;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.5em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
hr {
  opacity: 0.2;
}
i {
  display: inline-block;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

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

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

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

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

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

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

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

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion .accordion__section {
  padding: 1.5rem 2.5rem 2rem 2.8rem;
  background-color: #F2FAFD;
  border-radius: 0.4rem;
  position: relative;
  border: 0.1rem solid #BEDCE6;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__section {
    padding: 1.5rem 2rem;
  }
}
.accordion .accordion__section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 100%;
  background-color: #009DD1;
  border-radius: 0.4rem 0 0 0.4rem;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
.accordion .accordion__section:hover:before {
  width: 1rem;
}
.accordion .accordion__section + .accordion__section {
  margin-top: 1.2rem;
}
.accordion .accordion__head {
  color: #041C2C;
  position: relative;
  padding-right: 3rem;
  cursor: pointer;
}
.accordion .accordion__head h6 {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.accordion .accordion__head .accordion__arrow {
  position: absolute;
  top: 0.5rem;
  right: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.accordion .accordion__head.is-active .accordion__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .accordion__body {
  margin-top: 1.3rem;
  border-top: 0.1rem solid #BEDCE6;
  padding: 3rem 1.5rem 1rem 1rem;
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__body {
    padding: 2rem 1rem;
  }
}
.accordion .accordion__body .map {
  height: 52rem !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__body .map {
    height: 30rem !important;
  }
}
.accordion .accordion__body p + h4 {
  margin-top: 2.2rem;
}
/* ------------------------------------------------------------ *\
	Article small
\* ------------------------------------------------------------ */
.article-small .article__image {
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.article-small .article__image img {
  width: 100%;
  height: auto;
}
.article-small .article__content {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
/* ------------------------------------------------------------ *\
	Article primary
\* ------------------------------------------------------------ */
.article--primary h3 {
  margin-bottom: 1.4rem;
}
.article--primary p {
  margin-bottom: 2.2rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 1.2rem;
}
.article--primary p + h3 {
  margin-top: 4.4rem;
}
.article--primary p + .article__tile {
  margin-top: 4rem;
}
.article--primary .article__testimonial {
  margin-bottom: 4.4rem;
}
.article--primary .map {
  height: 57.5rem;
}
@media (max-width: 1023px) {
  .article--primary .map {
    height: 40rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--primary .map {
    height: 30rem;
  }
}
.article--primary p + .map {
  margin-top: 3.7rem;
}
.article--primary .map + h3 {
  margin-top: 4.3rem;
}
.article--primary .article__video {
  margin-bottom: 4.3rem;
}
.article--primary p + .article__video {
  margin-top: 4.2rem;
}
.article--primary p + .slider-secondary {
  margin-top: 4.2rem;
}
.article--primary p + .article__tabs {
  margin-top: 4.2rem;
}
.article--primary .article__slider-images {
  margin-bottom: 4.1rem;
}
.article--primary p + .article__checkboxes {
  margin-top: 4rem;
}
.article--primary p + .article__facitities {
  margin-top: 4.3rem;
}
.article--primary .article__facitities + h3 {
  margin-top: 4.3rem;
}
.article--primary .article__checkboxes + .video--primary {
  margin-top: 4.2rem;
}
.article--primary p + .accordion {
  margin-top: 4.3rem;
}
.article--primary .accordion + h3 {
  margin-top: 4.3rem;
}
.article--primary .tile + .tile {
  margin-top: 1.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--primary .article__image {
    margin-bottom: 2rem;
  }
}
.article--primary .article__facitities {
  background-color: #F2FAFD;
  border-radius: 0.4rem;
  padding: 2.1rem 6rem 3rem 5.3rem;
}
@media (max-width: 1023px) {
  .article--primary .article__facitities {
    padding: 2rem 2.5rem;
  }
}
.article--primary .article__checkboxes {
  background-color: #F2FAFD;
  border: 0.1rem solid #BEDCE6;
  border-radius: 0.4rem;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--primary .article__checkboxes {
    padding: 2rem 1.5rem 1rem;
  }
}
.article--primary .article__checkboxes h3 {
  margin-bottom: 2.8rem;
}
/* ------------------------------------------------------------ *\
	Article details
\* ------------------------------------------------------------ */
.article-details h5 {
  margin-bottom: 1rem;
  font-family: "tablet-gothic", sans-serif;
  font-weight: normal;
}
.article-details small {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
}
/* ------------------------------------------------------------ *\
	Avatar
\* ------------------------------------------------------------ */
.avatars .grid {
  margin: -2rem;
}
.avatars .grid .grid__col {
  padding: 2rem;
  margin-bottom: 0;
}
.avatar .avatar__image {
  max-width: 15.4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.7rem;
}
.avatar .avatar__content {
  color: #041C2C;
  font-size: 1.4rem;
  line-height: 1.42;
  font-weight: 300;
}
.avatar .avatar__content h5 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.avatar .avatar__content h6 {
  font-size: 1.4rem;
  color: #041C2C;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.avatar .avatar__content p + .avatar__social {
  margin-top: 2rem;
}
.avatar .avatar__social ul {
  list-style: none;
  padding-left: 0;
}
.avatar .avatar__social ul a {
  display: inline-block;
  position: relative;
  border: 0.1rem solid #CECECE;
  min-width: 3.8rem;
  min-height: 3.8rem;
  border-radius: 50%;
}
.avatar .avatar__social ul a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.avatar--large {
  padding: 0 14.7rem;
}
@media (max-width: 1199px) {
  .avatar--large {
    padding: 0 7rem;
  }
}
@media (max-width: 1023px) {
  .avatar--large {
    padding: 0;
  }
}
.avatar--large .avatar__image {
  max-width: 24rem;
}
.avatar--large .avatar__content {
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .avatar--large .avatar__content {
    padding-left: 0;
  }
}
.avatar--large .avatar__content h3 {
  margin-bottom: 1.5rem;
}
.avatar--large .avatar__content h6 {
  margin-bottom: 0;
}
.avatar--large .avatar__content .avatar__entry {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2.7rem;
}
.avatar--large .avatar__content p + .avatar__entry {
  margin-top: 2.5rem;
}
/* ------------------------------------------------------------ *\
	Box primary
\* ------------------------------------------------------------ */
.box-primary .grid {
  margin: 0;
}
.box-primary .grid .grid__col {
  padding: 0;
  margin: 0;
}
.box-primary .grid .grid__col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.1rem solid #EAEAEA;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-primary .grid .grid__col:nth-child(2) {
    border: none;
  }
}
.box-primary .box__image img {
  width: 100%;
  height: auto;
}
.box-primary .box__content {
  padding: 0 12rem 0 11.8rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .box-primary .box__content {
    padding: 0 6rem;
  }
}
@media (max-width: 1023px) {
  .box-primary .box__content {
    padding: 0 1.5rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-primary .box__content {
    padding: 3rem 1.5rem;
  }
}
.box-primary .box__content h3 {
  letter-spacing: -0.015em;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.4rem;
}
.box-primary--bordered span {
  display: block;
  width: 5rem;
  height: 0.4rem;
  margin-bottom: 2.6rem;
  border-radius: 0.4rem;
}
.box-border-green .box__content span {
  background-color: #64A70B;
}
.box-border-yellow .box__content span {
  background-color: #F2A900;
}
.box-border-blue .box__content span {
  background-color: #009DD1;
}
.box-border-orange .box__content span {
  background-color: #FF5F14;
}
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes .grid {
  margin: -1.2rem;
}
.boxes .grid .grid__col {
  padding: 1.2rem;
  margin-bottom: 0;
}
.boxes--size-1 {
  max-width: 94.4rem;
  margin: 0 auto;
}
.box {
  position: relative;
  border-radius: 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #CECECE;
  height: 100%;
  color: #000;
  padding: 3.8rem 2.5rem 2.2rem;
  padding: 3.8rem 2rem 2.2rem;
  text-align: center;
  font-family: "tablet-gothic", sans-serif;
  border-top: none;
}
.box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.1rem;
  width: calc(100% + .2rem);
  height: 0.8rem;
  background-color: #005EB8;
  border-radius: 0.4rem 0.4rem 0 0;
}
.box .box__link {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  font-family: "puffin", serif;
  color: #041C2C;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 2.5rem;
}
.box .box__link:hover {
  color: inherit;
  text-decoration: underline;
}
.box img {
  display: block;
  margin: 0 auto 2.5rem;
}
.box h4 {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.08;
}
.box h4 span {
  display: block;
}
.box h6 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  font-family: "puffin", serif;
}
.box p {
  font-weight: 300;
  font-style: 1.6rem;
  line-height: 1.5;
}
.box p + .btn {
  margin-top: 0.7rem;
}
.box .btn {
  min-width: 100%;
  text-align: center;
  text-decoration: none;
}
.box .btn:hover {
  background-color: #041C2C;
  color: #fff;
  border-color: #041C2C;
}
.box h6 + img {
  margin-top: 20px;
}
.box--secondary {
  padding: 2.5rem 2.5rem 2rem;
}
.box--yellow:before {
  background-color: #F2A900;
}
.box--blue:before {
  background-color: #009DD1;
}
.box--orange:before {
  background-color: #FF5F14;
}
.box--purple:before {
  background-color: #833177;
}
.box--green:before {
  background-color: #64A70B;
}
.box--aqua:before {
  background-color: #009DD1;
}
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "puffin", serif;
  letter-spacing: -0.04rem;
}
.breadcrumbs ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: -1rem;
}
.breadcrumbs li {
  position: relative;
  margin-bottom: 1rem;
}
.breadcrumbs li:after {
  content: "/";
  display: inline-block;
  font-weight: 500;
  margin: 0 0.3rem 0 0.1rem;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/*  Btn default  */
.btn--default {
  display: inline-block;
  padding: 1rem 2rem;
  border: 0;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-family: "puffin", serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.03rem;
  -webkit-transition: background 0.4s, color 0.4s, opacity 0.4s;
  -o-transition: background 0.4s, color 0.4s, opacity 0.4s;
  transition: background 0.4s, color 0.4s, opacity 0.4s;
}
/*  Btn warning  */
.btn--warning {
  background: #F2A900;
  color: #041C2C;
}
.btn--warning:hover {
  color: #041C2C;
  background-color: #FFBD14;
}
.btn--blue {
  background: #009DD1;
  color: #fff;
}
.btn--blue:hover {
  /* color: $c-dark-blue; */
  background-color: #041C2C;
  color: #fff;
}
/*  Btn primary  */
.btn--primary {
  background: #041C2C;
  color: #fff;
}
.btn--primary:hover {
  color: #fff;
  opacity: 0.8;
}
/* Btn center */
.btn--center {
  text-align: center;
}
/* Btn icon */
.btn--icon i {
  margin-left: 1rem;
}
.btn--play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8.4rem;
  height: 8.4rem;
  border: 0.6rem solid #fff;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
}
@media (max-width: 1023px) {
  .btn--play {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.btn--play:hover {
  color: #F2A900;
  border-color: #F2A900;
}
.btn--play.hidden {
  display: none;
}
.btn--play i {
  font-size: 3.4rem;
}
@media (max-width: 1023px) {
  .btn--play i {
    font-size: 3.2rem;
  }
}
.btn--size-1 {
  min-width: 30.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--size-1 {
    min-width: 100%;
  }
}
.btn--size-2 {
  min-width: 26rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--size-2 {
    min-width: 100%;
  }
}
.btn--secondary {
  font-size: 1.4rem;
  letter-spacing: -0.015em;
  font-weight: 600;
  font-family: "puffin", serif;
  color: #051d2d;
  border: 0.1rem solid #051d2d;
  border-radius: 0.4rem;
  padding: 0.9rem 1.4rem;
}
.btn--secondary:hover {
  background-color: #009DD1;
  color: #fff;
  border-color: #009DD1;
}
.btn--secondary i {
  margin-left: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--yellow-mobile {
    background: #F2A900;
    color: #041C2C;
  }
}
/* ------------------------------------------------------------ *\
	Card alt
\* ------------------------------------------------------------ */
.card-alt {
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.card-alt .card__inner {
  position: static !important;
  height: 100%;
}
.card-alt .card__image {
  position: relative;
  padding-top: 96%;
}
.card-alt .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-alt .card__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 26, 35, 0.09)), color-stop(1%, rgba(16, 33, 41, 0.12)), color-stop(2%, rgba(16, 33, 41, 0.12)), color-stop(3%, rgba(16, 33, 41, 0.12)), color-stop(4%, rgba(16, 33, 41, 0.12)), color-stop(5%, rgba(16, 33, 41, 0.12)), color-stop(6%, rgba(16, 33, 41, 0.12)), color-stop(7%, rgba(16, 33, 41, 0.12)), color-stop(8%, rgba(16, 33, 41, 0.12)), color-stop(9%, rgba(16, 33, 41, 0.12)), color-stop(10%, rgba(16, 33, 41, 0.12)), color-stop(11%, rgba(16, 33, 41, 0.12)), color-stop(12%, rgba(16, 25, 41, 0.12)), color-stop(13%, rgba(16, 25, 41, 0.12)), color-stop(14%, rgba(16, 25, 41, 0.12)), color-stop(15%, rgba(16, 25, 41, 0.12)), color-stop(16%, rgba(16, 25, 41, 0.12)), color-stop(17%, rgba(16, 25, 41, 0.12)), color-stop(18%, rgba(16, 25, 41, 0.12)), color-stop(19%, rgba(16, 25, 41, 0.12)), color-stop(20%, rgba(16, 24, 40, 0.12)), color-stop(21%, rgba(15, 29, 36, 0.13)), color-stop(22%, rgba(14, 28, 41, 0.14)), color-stop(23%, rgba(19, 26, 38, 0.15)), color-stop(24%, rgba(18, 30, 43, 0.16)), color-stop(25%, rgba(17, 29, 41, 0.17)), color-stop(26%, rgba(22, 33, 43, 0.18)), color-stop(27%, rgba(20, 31, 41, 0.19)), color-stop(28%, rgba(19, 29, 43, 0.2)), color-stop(29%, rgba(19, 32, 42, 0.21)), color-stop(30%, rgba(22, 31, 40, 0.22)), color-stop(31%, rgba(21, 30, 42, 0.23)), color-stop(32%, rgba(20, 32, 40, 0.24)), color-stop(33%, rgba(19, 31, 43, 0.25)), color-stop(34%, rgba(23, 30, 41, 0.26)), color-stop(35%, rgba(22, 32, 43, 0.27)), color-stop(36%, rgba(21, 31, 42, 0.28)), color-stop(37%, rgba(20, 30, 40, 0.29)), color-stop(38%, rgba(20, 29, 39, 0.3)), color-stop(39%, rgba(19, 28, 41, 0.31)), color-stop(40%, rgba(22, 31, 40, 0.32)), color-stop(41%, rgba(21, 30, 42, 0.33)), color-stop(42%, rgba(20, 32, 40, 0.34)), color-stop(43%, rgba(23, 31, 43, 0.35)), color-stop(44%, rgba(22, 30, 41, 0.36)), color-stop(45%, rgba(21, 32, 42, 0.37)), color-stop(46%, rgba(21, 31, 41, 0.38)), color-stop(47%, rgba(22, 30, 42, 0.39)), color-stop(48%, rgba(25, 32, 44, 0.4)), color-stop(49%, rgba(21, 31, 41, 0.41)), color-stop(50%, rgba(23, 33, 44, 0.42)), color-stop(51%, rgba(23, 30, 42, 0.43)), color-stop(52%, rgba(25, 34, 42, 0.44)), color-stop(53%, rgba(24, 33, 44, 0.45)), color-stop(54%, rgba(24, 31, 41, 0.46)), color-stop(55%, rgba(25, 33, 44, 0.47)), color-stop(56%, rgba(25, 33, 43, 0.48)), color-stop(57%, rgba(24, 34, 44, 0.49)), color-stop(58%, rgba(26, 33, 43, 0.5)), color-stop(59%, rgba(25, 33, 44, 0.51)), color-stop(60%, rgba(25, 33, 44, 0.52)), color-stop(61%, rgba(26, 34, 43, 0.53)), color-stop(62%, rgba(26, 33, 44, 0.54)), color-stop(63%, rgba(25, 32, 43, 0.55)), color-stop(64%, rgba(25, 32, 42, 0.56)), color-stop(66%, rgba(26, 32, 43, 0.58)), color-stop(68%, rgba(26, 35, 44, 0.6)), color-stop(70%, rgba(25, 33, 44, 0.62)), color-stop(71%, rgba(27, 35, 44, 0.63)), color-stop(75%, rgba(27, 33, 43, 0.67)), color-stop(76%, rgba(28, 35, 45, 0.68)), color-stop(77%, rgba(27, 33, 43, 0.69)), color-stop(78%, rgba(28, 34, 46, 0.7)), color-stop(79%, rgba(27, 34, 43, 0.71)), color-stop(82%, rgba(28, 35, 46, 0.74)), color-stop(84%, rgba(28, 34, 44, 0.76)), color-stop(86%, rgba(28, 34, 44, 0.78)), color-stop(88%, rgba(28, 34, 44, 0.8)), color-stop(89%, rgba(28, 34, 45, 0.81)), color-stop(99%, rgba(31, 36, 47, 0.93)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(9, 26, 35, 0.09) 0%, rgba(16, 33, 41, 0.12) 1%, rgba(16, 33, 41, 0.12) 2%, rgba(16, 33, 41, 0.12) 3%, rgba(16, 33, 41, 0.12) 4%, rgba(16, 33, 41, 0.12) 5%, rgba(16, 33, 41, 0.12) 6%, rgba(16, 33, 41, 0.12) 7%, rgba(16, 33, 41, 0.12) 8%, rgba(16, 33, 41, 0.12) 9%, rgba(16, 33, 41, 0.12) 10%, rgba(16, 33, 41, 0.12) 11%, rgba(16, 25, 41, 0.12) 12%, rgba(16, 25, 41, 0.12) 13%, rgba(16, 25, 41, 0.12) 14%, rgba(16, 25, 41, 0.12) 15%, rgba(16, 25, 41, 0.12) 16%, rgba(16, 25, 41, 0.12) 17%, rgba(16, 25, 41, 0.12) 18%, rgba(16, 25, 41, 0.12) 19%, rgba(16, 24, 40, 0.12) 20%, rgba(15, 29, 36, 0.13) 21%, rgba(14, 28, 41, 0.14) 22%, rgba(19, 26, 38, 0.15) 23%, rgba(18, 30, 43, 0.16) 24%, rgba(17, 29, 41, 0.17) 25%, rgba(22, 33, 43, 0.18) 26%, rgba(20, 31, 41, 0.19) 27%, rgba(19, 29, 43, 0.2) 28%, rgba(19, 32, 42, 0.21) 29%, rgba(22, 31, 40, 0.22) 30%, rgba(21, 30, 42, 0.23) 31%, rgba(20, 32, 40, 0.24) 32%, rgba(19, 31, 43, 0.25) 33%, rgba(23, 30, 41, 0.26) 34%, rgba(22, 32, 43, 0.27) 35%, rgba(21, 31, 42, 0.28) 36%, rgba(20, 30, 40, 0.29) 37%, rgba(20, 29, 39, 0.3) 38%, rgba(19, 28, 41, 0.31) 39%, rgba(22, 31, 40, 0.32) 40%, rgba(21, 30, 42, 0.33) 41%, rgba(20, 32, 40, 0.34) 42%, rgba(23, 31, 43, 0.35) 43%, rgba(22, 30, 41, 0.36) 44%, rgba(21, 32, 42, 0.37) 45%, rgba(21, 31, 41, 0.38) 46%, rgba(22, 30, 42, 0.39) 47%, rgba(25, 32, 44, 0.4) 48%, rgba(21, 31, 41, 0.41) 49%, rgba(23, 33, 44, 0.42) 50%, rgba(23, 30, 42, 0.43) 51%, rgba(25, 34, 42, 0.44) 52%, rgba(24, 33, 44, 0.45) 53%, rgba(24, 31, 41, 0.46) 54%, rgba(25, 33, 44, 0.47) 55%, rgba(25, 33, 43, 0.48) 56%, rgba(24, 34, 44, 0.49) 57%, rgba(26, 33, 43, 0.5) 58%, rgba(25, 33, 44, 0.51) 59%, rgba(25, 33, 44, 0.52) 60%, rgba(26, 34, 43, 0.53) 61%, rgba(26, 33, 44, 0.54) 62%, rgba(25, 32, 43, 0.55) 63%, rgba(25, 32, 42, 0.56) 64%, rgba(26, 32, 43, 0.58) 66%, rgba(26, 35, 44, 0.6) 68%, rgba(25, 33, 44, 0.62) 70%, rgba(27, 35, 44, 0.63) 71%, rgba(27, 33, 43, 0.67) 75%, rgba(28, 35, 45, 0.68) 76%, rgba(27, 33, 43, 0.69) 77%, rgba(28, 34, 46, 0.7) 78%, rgba(27, 34, 43, 0.71) 79%, rgba(28, 35, 46, 0.74) 82%, rgba(28, 34, 44, 0.76) 84%, rgba(28, 34, 44, 0.78) 86%, rgba(28, 34, 44, 0.8) 88%, rgba(28, 34, 45, 0.81) 89%, rgba(31, 36, 47, 0.93) 99%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(9, 26, 35, 0.09) 0%, rgba(16, 33, 41, 0.12) 1%, rgba(16, 33, 41, 0.12) 2%, rgba(16, 33, 41, 0.12) 3%, rgba(16, 33, 41, 0.12) 4%, rgba(16, 33, 41, 0.12) 5%, rgba(16, 33, 41, 0.12) 6%, rgba(16, 33, 41, 0.12) 7%, rgba(16, 33, 41, 0.12) 8%, rgba(16, 33, 41, 0.12) 9%, rgba(16, 33, 41, 0.12) 10%, rgba(16, 33, 41, 0.12) 11%, rgba(16, 25, 41, 0.12) 12%, rgba(16, 25, 41, 0.12) 13%, rgba(16, 25, 41, 0.12) 14%, rgba(16, 25, 41, 0.12) 15%, rgba(16, 25, 41, 0.12) 16%, rgba(16, 25, 41, 0.12) 17%, rgba(16, 25, 41, 0.12) 18%, rgba(16, 25, 41, 0.12) 19%, rgba(16, 24, 40, 0.12) 20%, rgba(15, 29, 36, 0.13) 21%, rgba(14, 28, 41, 0.14) 22%, rgba(19, 26, 38, 0.15) 23%, rgba(18, 30, 43, 0.16) 24%, rgba(17, 29, 41, 0.17) 25%, rgba(22, 33, 43, 0.18) 26%, rgba(20, 31, 41, 0.19) 27%, rgba(19, 29, 43, 0.2) 28%, rgba(19, 32, 42, 0.21) 29%, rgba(22, 31, 40, 0.22) 30%, rgba(21, 30, 42, 0.23) 31%, rgba(20, 32, 40, 0.24) 32%, rgba(19, 31, 43, 0.25) 33%, rgba(23, 30, 41, 0.26) 34%, rgba(22, 32, 43, 0.27) 35%, rgba(21, 31, 42, 0.28) 36%, rgba(20, 30, 40, 0.29) 37%, rgba(20, 29, 39, 0.3) 38%, rgba(19, 28, 41, 0.31) 39%, rgba(22, 31, 40, 0.32) 40%, rgba(21, 30, 42, 0.33) 41%, rgba(20, 32, 40, 0.34) 42%, rgba(23, 31, 43, 0.35) 43%, rgba(22, 30, 41, 0.36) 44%, rgba(21, 32, 42, 0.37) 45%, rgba(21, 31, 41, 0.38) 46%, rgba(22, 30, 42, 0.39) 47%, rgba(25, 32, 44, 0.4) 48%, rgba(21, 31, 41, 0.41) 49%, rgba(23, 33, 44, 0.42) 50%, rgba(23, 30, 42, 0.43) 51%, rgba(25, 34, 42, 0.44) 52%, rgba(24, 33, 44, 0.45) 53%, rgba(24, 31, 41, 0.46) 54%, rgba(25, 33, 44, 0.47) 55%, rgba(25, 33, 43, 0.48) 56%, rgba(24, 34, 44, 0.49) 57%, rgba(26, 33, 43, 0.5) 58%, rgba(25, 33, 44, 0.51) 59%, rgba(25, 33, 44, 0.52) 60%, rgba(26, 34, 43, 0.53) 61%, rgba(26, 33, 44, 0.54) 62%, rgba(25, 32, 43, 0.55) 63%, rgba(25, 32, 42, 0.56) 64%, rgba(26, 32, 43, 0.58) 66%, rgba(26, 35, 44, 0.6) 68%, rgba(25, 33, 44, 0.62) 70%, rgba(27, 35, 44, 0.63) 71%, rgba(27, 33, 43, 0.67) 75%, rgba(28, 35, 45, 0.68) 76%, rgba(27, 33, 43, 0.69) 77%, rgba(28, 34, 46, 0.7) 78%, rgba(27, 34, 43, 0.71) 79%, rgba(28, 35, 46, 0.74) 82%, rgba(28, 34, 44, 0.76) 84%, rgba(28, 34, 44, 0.78) 86%, rgba(28, 34, 44, 0.8) 88%, rgba(28, 34, 45, 0.81) 89%, rgba(31, 36, 47, 0.93) 99%, rgba(0, 0, 0, 0) 100%);
}
.card-alt .card__inner {
  display: block;
}
.card-alt .card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005EB8;
  color: #fff;
  z-index: 2;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  padding: 2.7rem 2.4rem 8rem;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-alt .card__overlay {
    padding: 1.5rem 1.5rem 8rem;
    font-size: 1.2rem;
  }
}
.card-alt .card__overlay h6 {
  font-size: 1.4rem;
  letter-spacing: -0.035em;
  font-weight: 500;
  font-family: "puffin", serif;
  line-height: 1.14;
  margin-bottom: 0.6rem;
}
.card-alt .card__overlay p {
  margin-bottom: 0.8rem;
}
.card-alt .card__overlay .card__divider {
  display: block;
  width: 100%;
  height: 0.1rem;
  margin: 0 0 1.3rem;
  background-color: rgba(190, 220, 230, 0.3);
}
.card-alt .card__overlay .card__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  margin-bottom: 1.8rem;
}
.card-alt .card__overlay .card__type img {
  margin-right: 0.7rem;
}
.card-alt .card__overlay .card__type span {
  display: inline-block;
  margin: 0 0.6rem;
}
.card-alt .card__overlay .card__info {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.14;
}
.card-alt .card__overlay ul {
  list-style: none;
}
.card-alt .card__overlay ul span {
  display: inline-block;
  font-weight: 500;
  margin-right: 0.4rem;
}
.card-alt .card__overlay .card__overlay-actions {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  padding: 0 2.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-alt .card__overlay .card__overlay-actions {
    padding: 0 1.5rem;
    bottom: 1.5rem;
  }
}
.card-alt .card__overlay .card__overlay-actions .btn {
  color: #fff;
  border-color: #fff;
  min-width: 100%;
  text-align: center;
}
.card-alt .card__overlay .card__overlay-actions .btn:hover {
  background-color: #041C2C;
  color: #fff;
  border-color: #041C2C;
}
.card-alt .card__content {
  position: absolute;
  bottom: 3.8rem;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  padding: 0 2rem 0 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-alt .card__content {
    padding: 0 1rem 0 1.5rem;
    bottom: 2rem;
  }
}
.card-alt .card__content .card__link {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "puffin", serif;
  letter-spacing: -0.036em;
  display: inline-block;
  margin-bottom: 1rem;
}
.card-alt .card__content .card__link:hover {
  text-decoration: underline;
  color: inherit;
}
.card-alt .card__content .card__link img {
  margin: -0.3rem 0.5rem 0 0;
}
.card-alt .card__content h4 {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
.card-alt .card__content .card__list {
  padding-left: 0;
  list-style: none;
  font-size: 1.4rem;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-alt .card__content .card__list {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-alt .card__content .card__list span {
    font-size: 1.2rem;
  }
}
.card-alt .card__content .card__list li + li {
  margin-left: 2.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-alt .card__content .card__list li + li {
    margin-left: 1rem;
  }
}
.card-alt .card__content .card__list li {
  position: relative;
}
.card-alt .card__content .card__list li:not(:last-child):after {
  content: "";
  width: 0.1rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: -1.4rem;
  background-color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-alt .card__content .card__list li:not(:last-child):after {
    right: -0.7rem;
    height: 1.5rem;
  }
}
.card-alt .card__content .card__list span {
  font-weight: 600;
}
.card-alt .card__content .btn {
  color: #fff;
  border-color: #fff;
}
.card-alt .card__content .btn:hover {
  background-color: #fff;
  color: #041C2C;
}
.card-alt .card__content .card__list + .btn {
  margin-top: 1rem;
}
.card-alt .card__content .card__actions--align-right {
  text-align: right;
}
.card-alt .card__content .card__actions a,
.card-alt .card__content .card__actions span {
  font-size: 2.2rem;
  color: #F2A900;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.card-alt .card__content .card__actions a:hover,
.card-alt .card__content .card__actions span:hover {
  color: #fff;
}
.card-alt .card__content--secondary p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
}
.card--flip {
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--flip {
    min-height: 37rem;
    position: relative;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--flip .card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    -webkit-transition-delay: 0.95s;
         -o-transition-delay: 0.95s;
            transition-delay: 0.95s;
  }
}
.card--flip .card__inner {
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--flip .card__inner {
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}
.card--flip .card__overlay {
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  border-radius: 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--flip .card__overlay {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.card--flip:hover .card__image {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.card--flip:hover .card__inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--flip:hover .card__inner {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.card--flip:hover .card__overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--flip:hover .card__overlay {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.card--flip.is-fliped .card__image {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  visibility: hidden;
}
.card--flip.is-fliped .card__inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  opacity: 0;
  visibility: hidden;
}
.card--flip.is-fliped .card__overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--flip.is-fliped .card__overlay {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.card-alt--large .card__image {
  padding-top: 97.5%;
}
.card-alt--secondary .card__content {
  bottom: 3rem;
  padding: 0 2rem 0 3.2rem;
}
@media (max-width: 1023px) {
  .card-alt--secondary .card__content {
    padding: 0 2rem;
    bottom: 1.5rem;
  }
}
.card-alt--main h4 {
  margin-bottom: 1rem;
  font-family: "tablet-gothic", sans-serif;
}
.infoBox {
  -webkit-transform: translate(calc(-50%), calc(-100% - 8rem));
      -ms-transform: translate(calc(-50%), calc(-100% - 8rem));
          transform: translate(calc(-50%), calc(-100% - 8rem));
}
.card--map {
  max-width: 40.6rem;
  width: 100%;
  position: relative;
  overflow: visible;
}
.card--map:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 9px 0 9px;
  border-color: #005EB8 transparent transparent transparent;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--map {
    max-width: 30rem;
    padding: 1rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.card--map .card__overlay {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.card--map .card__overlay .card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.4rem;
}
.card--map .card__overlay .card__link img {
  margin-right: 0.6rem;
}
.card--map .card__overlay p {
  color: #fff;
}
.card--map .card__overlay h5 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "tablet-gothic", sans-serif;
  margin-bottom: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--map .card__overlay h5 {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card h3 {
  margin-bottom: 1.6rem;
}
@media (max-width: 1023px) {
  .card h3 {
    font-size: 2rem;
  }
}
.card .card__image {
  overflow: hidden;
}
.card .card__image img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.card a {
  text-decoration: none !important;
}
.card a:hover {
  color: inherit;
}
.card a:hover .card__image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.card h4 {
  margin-bottom: 0.3rem;
  letter-spacing: -0.07rem;
}
@media (max-width: 1023px) {
  .card h4 {
    font-size: 2rem;
  }
}
.card .card__actions span {
  color: #F2A900;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  font-size: 2.2rem;
}
.card .card__actions span:hover {
  color: #fff;
}
.card h6 {
  margin-bottom: 1rem;
  color: #00A9E0;
}
.card p {
  margin-bottom: 1rem;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .card p {
    font-size: 1.4rem;
    line-height: 1.44;
    letter-spacing: 0.03rem;
  }
}
.card .card__info {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "tablet-gothic", sans-serif;
  display: inline-block;
  margin-bottom: 2rem;
}
.card .card__info i {
  margin-right: 0.6rem;
}
.card .card__date {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "tablet-gothic", sans-serif;
  display: inline-block;
  margin-bottom: 2rem;
}
.card .btn:hover {
  background-color: #041C2C;
  color: #fff;
  border-color: #041C2C;
}
.card .list-cards {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.2rem;
}
.card .list-cards li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 300;
}
.card .list-cards li strong {
  display: inline-block;
  margin-right: 0.7rem;
  font-family: "puffin", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.card .list-cards li + li {
  margin-top: 0.7rem;
}
.card .card__inner {
  background: #F2FAFD;
  border-radius: 0.8rem;
  border-radius: 0.4rem;
  overflow: hidden;
  height: 100%;
}
.card .card__image {
  position: relative;
  padding-top: 56%;
}
.card .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.card .card__content {
  padding: 2.5rem 3.2rem 2rem;
}
@media (max-width: 1023px) {
  .card .card__content {
    padding: 2.5rem 3.2rem 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__content .btn {
    display: block;
    text-align: center;
  }
}
.card .card__list-data {
  margin-bottom: 2rem;
}
.card .card__link {
  color: #009DD1;
  font-weight: 600;
  font-family: "puffin", serif;
  display: inline-block;
  margin-bottom: 2rem;
  text-decoration: none !important;
  font-size: 1.4rem;
}
.card .card__link:hover {
  text-decoration: underline !important;
}
.card .card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #041C2C;
  color: #fff;
  z-index: 2;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  padding: 3.3rem 3.2rem 8rem;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1023px) {
  .card .card__overlay {
    padding: 2rem 2rem 8rem;
  }
}
.card .card__overlay h6 {
  font-size: 1.4rem;
  letter-spacing: -0.035em;
  font-weight: 500;
  font-family: "puffin", serif;
  line-height: 1.14;
  margin-bottom: 1.2rem;
}
.card .card__overlay h5 {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
.card .card__overlay p {
  margin-bottom: 0.8rem;
  font-weight: 300;
  line-height: 1.57;
}
.card .card__overlay .card__overlay-actions {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  padding: 0 3.2rem;
}
.card .card__overlay .card__overlay-actions .btn {
  color: #fff;
  border-color: #fff;
  min-width: 100%;
  text-align: center;
}
.card .card__overlay .card__overlay-actions .btn:hover {
  background-color: #fff;
  color: #041C2C;
  border-color: #fff;
}
/* ------------------------------------------------------------ *\
	Card solid
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .card--solid p {
    line-height: 1.54;
    letter-spacing: 0.003rem;
  }
}
.card--solid .card__inner {
  background: #041C2C;
  color: #fff;
}
.card--solid .card__content {
  padding: 2.5rem 2.2rem 2rem;
}
.card--solid .card__content .btn--secondary {
  border-color: #fff;
  color: #fff;
}
.card--solid .card__content .btn--secondary:hover {
  background-color: #fff;
  color: #041C2C;
  border-color: #041C2C;
}
@media (max-width: 1023px) {
  .card--solid .list-details {
    margin-bottom: 1.8rem;
  }
}
.card--solid.card--color .card__content {
  padding: 2.5rem 2.2rem 2rem 3.2rem;
}
/* ------------------------------------------------------------ *\
	Card large
\* ------------------------------------------------------------ */
.card--large .card__image {
  padding-top: 72.3%;
}
@media (max-width: 1023px) {
  .card--large .card__image {
    padding-top: 56%;
  }
}
.card--large .card__content {
  padding: 5.4rem 5.6rem 4rem;
}
@media (max-width: 1023px) {
  .card--large .card__content {
    padding: 2.4rem 1.7rem 1.7rem;
  }
}
/* ------------------------------------------------------------ *\
	Card alt
\* ------------------------------------------------------------ */
.card--alt h3 {
  margin-bottom: 2.3rem;
  letter-spacing: 0;
  letter-spacing: -0.015em;
}
@media (max-width: 1023px) {
  .card--alt h3 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.card--alt h3:last-child {
  margin-bottom: 0;
}
.card--alt h6 {
  margin-bottom: 2rem;
  color: #00A9E0;
}
.card--alt h6:last-child {
  margin-bottom: 0;
}
.card--alt p {
  margin-bottom: 2.5rem;
}
@media (max-width: 1023px) {
  .card--alt p {
    margin-bottom: 1.8rem;
  }
}
.card--alt p:last-child {
  margin-bottom: 0;
}
.card--alt .card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--alt .card__inner {
    display: block;
  }
}
.card--alt .card__aside {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-top: 34%;
  min-height: 43.6rem;
  border-radius: 0 0.8rem 0.8rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--alt .card__aside {
    padding-top: 61.5%;
    min-height: auto;
  }
}
.card--alt .card__map {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  height: 43.6rem;
}
.card--alt .card__map .map {
  height: 43.6rem;
}
.card--alt .card__video {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-height: 43.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--alt .card__video {
    min-height: auto;
  }
}
.card--alt .card__video .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--alt .card__video .video {
    position: relative;
  }
}
.card--alt .card__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 2rem 5.2rem;
  /* .btn {
  	@include breakpoint-down(mobile) {
  		position: absolute;
  		bottom: 0;
  		left: 50%;
  		transform: translateX(-50%);
  		min-width: calc(100% - 4rem);
  	}	
  } */
}
@media (max-width: 1023px) {
  .card--alt .card__content {
    padding: 2.6rem 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--alt .card__content {
    padding: 2.6rem 1.8rem 8rem;
    position: relative;
  }
}
/* ------------------------------------------------------------ *\
	Card color
\* ------------------------------------------------------------ */
.card-color .card__inner {
  position: relative;
}
.card-color .card__inner:before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
.card-color a:hover .card__inner:before {
  width: 1.2rem;
}
.card-color.card--green .card__inner:before {
  background: #64A70B;
  background: #64A70B;
}
.card-color.card--purple .card__inner:before {
  background: #833177;
}
.card-color.card--orange .card__inner:before {
  background: #FF5F14;
  background: #FF671F;
}
.card-color.card--yellow .card__inner:before {
  background: #F2A900;
}
.card-color.card--blue .card__inner:before {
  background: #005EB8;
  background-color: #005EB8;
}
/* ------------------------------------------------------------ *\
	Card tertiary
\* ------------------------------------------------------------ */
.card--tertiary h4 {
  margin-bottom: 0.6rem;
  letter-spacing: 0;
  font-family: "tablet-gothic", sans-serif;
}
.card--tertiary .card__content {
  padding: 3rem 3.2rem 2.4rem;
}
/* ------------------------------------------------------------ *\
	Card tertiary alt
\* ------------------------------------------------------------ */
.card--tertiary-alt h4 {
  margin-bottom: 1rem;
  font-family: "tablet-gothic", sans-serif;
}
.card--tertiary-alt .card__content {
  padding: 2.2rem 3.2rem 2.8rem;
}
.card--tertiary--spacing-1 .card__content {
  padding: 1.5rem 2rem 3.5rem 2.5rem;
}
@media (max-width: 1199px) {
  .card--tertiary--spacing-1 .card__content {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.card--tertiary--spacing-1 .card__content .card__link {
  font-size: 1.4rem;
  letter-spacing: -0.036em;
  margin-bottom: 1rem;
}
.card--tertiary--spacing-1 .card__content h4 {
  margin-bottom: 0.4rem;
}
.card--tertiary--spacing-1 .card__content p {
  font-size: 1.4rem;
  line-height: 1.57;
}
.card--tertiary--spacing-2 .card__image {
  padding-top: 84%;
  height: auto;
}
.card--tertiary--spacing-2 .card__content {
  padding: 2.2rem 2.5rem 2rem;
}
.card--tertiary--spacing-2 .card__content .card__link {
  letter-spacing: -0.036em;
  margin-bottom: 1rem;
}
.card--tertiary--spacing-2 .card__content h5 {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 600;
}
.card--tertiary--spacing-3 .card__content h3 {
  margin-bottom: 0.4rem;
}
.card--dark .card__inner {
  background-color: #041c2c;
  color: #fff;
}
.card--spacing-1 .card__content {
  padding: 0 5.2rem;
}
@media (max-width: 1023px) {
  .card--spacing-1 .card__content {
    padding: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--spacing-1 .card__content {
    padding: 2rem 1.5rem 4rem;
  }
}
.card--spacing-1 .card__image {
  padding-top: 36.4%;
}
.card--spacing-1 h3 {
  margin-bottom: 1rem;
}
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards .card {
  height: 100%;
}
.cards--spacing-1 .grid {
  margin: -1.2rem;
}
.cards--spacing-1 .grid .grid__col {
  padding: 1.2rem;
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Cards primary
\* ------------------------------------------------------------ */
.cards--primary .card--large {
  height: 100%;
}
.cards--primary .cards__group .card .card__image {
  padding-top: 46%;
}
@media (max-width: 1023px) {
  .cards--primary .cards__group .card .card__image {
    padding-top: 56%;
  }
}
.cards--primary .cards__group .card .card__content {
  padding: 2.3rem 2.4rem 3.5rem;
}
@media (max-width: 1023px) {
  .cards--primary .cards__group .card .card__content {
    padding: 2.4rem 1.7rem 1rem;
  }
}
.cards--primary .cards__group .card .card__content h4 {
  margin-bottom: 1.6rem;
}
.cards--primary .cards__card + .cards__card {
  margin-top: 3.8rem;
}
@media (max-width: 1023px) {
  .cards--primary .cards__card + .cards__card {
    margin-top: 3rem;
  }
}
@media (max-width: 1023px) {
  .cards--primary .grid {
    display: block;
  }
}
@media (max-width: 1023px) {
  .cards--primary .grid .grid__col--2of3 {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 1;
            flex: 100% 1;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .cards--primary .grid .grid__col--1of3 {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 1;
            flex: 100% 1;
    max-width: 100%;
  }
}
.cards--primary .card-alt + .card-alt {
  margin-top: 1.4rem;
}
/* ------------------------------------------------------------ *\
	Cards primary alt
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .cards--primary-alt .grid .grid__col--size-1 {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 1;
            flex: 100% 1;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .cards--primary-alt .grid .grid__col--size-2 {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 1;
            flex: 100% 1;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Cards secondary
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .cards--secondary .card h4 {
    font-size: 2.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Cards flex
\* ------------------------------------------------------------ */
.cards--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1rem -2rem;
}
.cards--flex .card {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
/* ------------------------------------------------------------ *\
	Cards 3 cols
\* ------------------------------------------------------------ */
.cards--3-cols .card {
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards--3-cols .card {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* ------------------------------------------------------------ *\
	Cards 2 cols
\* ------------------------------------------------------------ */
.cards--2-cols .card {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards--2-cols .card {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* ------------------------------------------------------------ *\
	Checkbox alt
\* ------------------------------------------------------------ */
.checkbox-alt input {
  display: none;
}
.checkbox-alt label {
  background-color: #fff;
  border: 0.1rem solid #BEDCE6;
  border-radius: 0.4rem;
  text-align: center;
  display: block;
  padding: 1.6rem 0 1rem;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.checkbox-alt span {
  display: block;
  margin-top: 1.6rem;
  border-top: 0.1rem solid #BEDCE6;
  padding-top: 0.4rem;
  font-size: 1.4rem;
  font-family: "tablet-gothic", sans-serif;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.checkbox-alt input:checked + label {
  border-color: #041C2C;
}
.checkbox-alt input:checked + label span {
  font-weight: 700;
  border-color: #041C2C;
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox input {
  display: none;
}
.checkbox input:checked + label:after {
  display: inline-block;
}
.checkbox label {
  position: relative;
  display: block;
  padding-left: 4rem;
  font-size: 1.4rem;
  font-weight: 300 !important;
  font-family: "tablet-gothic", sans-serif;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #CECECE;
  border-radius: 0.4rem;
  background: #fff;
  position: absolute;
  top: 0rem;
  left: 0;
}
.checkbox label:after {
  content: "";
  display: none;
  width: 1.3rem;
  height: 1rem;
  background-image: url("../images/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
}
/* ------------------------------------------------------------ *\
	Donation
\* ------------------------------------------------------------ */
.donation h3 {
  max-width: 36rem;
  margin: 0 auto 2.8rem !important;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .donation h3 {
    margin: 0 auto 2.6rem !important;
  }
}
.donation .donation__body {
  position: relative;
  background: #009DD1;
  padding: 4rem 5rem 10.4rem;
  text-align: center;
  border-radius: 0.4rem;
}
@media (max-width: 1023px) {
  .donation .donation__body {
    padding: 2.6rem 1.7rem 8.4rem;
  }
}
.donation .donation__body-inner {
  max-width: 34rem;
  margin: 0 auto 4rem;
}
@media (max-width: 1023px) {
  .donation .donation__body-inner {
    margin: 0 auto 2.4rem;
  }
}
.donation .donation__actions {
  position: absolute;
  bottom: -0.1rem;
  left: -0.1rem;
  width: calc(100% + .2rem);
  background: #041C2C;
  z-index: 1;
}
.donation .donation__actions .btn {
  padding: 1.4rem 2rem;
}
@media (max-width: 1023px) {
  .donation .donation__actions .btn {
    padding: 1.3rem 2rem;
  }
}
.donation .donation__actions .btn:hover {
  color: #F2A900;
  opacity: 1;
}
.donation .donation__foot {
  background: rgba(255, 255, 255, 0.5);
  margin-top: 1.7rem;
  padding: 0.9rem 1rem 0.9rem 2.6rem;
  border-radius: 0.4rem;
}
@media (max-width: 1023px) {
  .donation .donation__foot {
    padding: 0;
    margin-top: 1.3rem;
  }
}
.donation .donation__foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}
@media (max-width: 1023px) {
  .donation .donation__foot ul {
    display: block;
    text-align: center;
  }
}
.donation .donation__foot a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  font-family: "puffin", serif;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .donation .donation__foot a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem;
  }
}
.donation .donation__foot a i {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.donation .donation__foot a:hover {
  color: #009DD1;
}
.donation .donation__foot a:hover i {
  -webkit-transform: translateX(0.5rem);
      -ms-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.donation .donation__foot ul span {
  display: inline-block;
  margin-right: 1rem;
  letter-spacing: -0.03rem;
}
.donation .donation__foot ul i {
  display: inline-block;
  margin-top: 0.1rem;
  color: #009DD1;
  font-size: 1.3rem;
}
.donation .donation__foot ul li + li {
  border-left: 0.1rem solid #8F8F8F;
  padding-left: 5rem;
  margin-left: 5rem;
}
@media (max-width: 1023px) {
  .donation .donation__foot ul li + li {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    border-top: 0.1rem solid #8F8F8F;
  }
}
.donation .donation__list-steps {
  margin-bottom: 3.2rem;
}
@media (max-width: 1023px) {
  .donation .donation__list-steps {
    margin-bottom: 2.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Donation alt
\* ------------------------------------------------------------ */
.donation--alt h3 {
  margin: 0 auto 1.8rem !important;
}
.donation--alt .donation__body {
  padding: 2.7rem 6rem 8.4rem;
}
@media (max-width: 1023px) {
  .donation--alt .donation__body {
    padding: 2.6rem 1.7rem 8.4rem;
  }
}
.donation--alt .donation__body-inner {
  margin: 0 auto 2.8rem;
}
@media (max-width: 1023px) {
  .donation--alt .donation__body-inner {
    margin: 0 auto 2.4rem;
  }
}
.donation--alt .radio-group--switch label {
  padding: 0 2.8rem;
}
@media (max-width: 1023px) {
  .donation--alt .radio-group--switch label {
    padding: 0 1.4rem;
  }
}
.donation--alt .list-steps li + li {
  margin-left: 2.9rem;
}
/* ------------------------------------------------------------ *\
	Fade out
\* ------------------------------------------------------------ */
.fade-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 0.6s;
  transition: opacity 1s, visibility 1s, -webkit-transform 0.6s;
  -o-transition: opacity 1s, visibility 1s, transform 0.6s;
  transition: opacity 1s, visibility 1s, transform 0.6s;
  transition: opacity 1s, visibility 1s, transform 0.6s, -webkit-transform 0.6s;
}
.fade-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature p {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .feature p {
    font-size: 1.6rem;
  }
}
.feature .feature__head {
  margin-bottom: 1.2rem;
  position: relative;
}
.feature .feature__head span {
  display: inline-block;
  font-family: "puffin", serif;
  font-size: 5rem;
  font-weight: bold;
  padding: 0.4rem 1.6rem;
  border-radius: 0.4rem 0.4rem 0 0;
  color: #fff;
  line-height: 1.23;
}
@media (max-width: 1023px) {
  .feature .feature__head span {
    padding: 0.3rem 0.8rem;
    font-size: 4rem;
  }
}
.feature.fade-out .feature__head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  -webkit-transition: width 0.8s;
  -o-transition: width 0.8s;
  transition: width 0.8s;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.feature.fade-in .feature__head:after {
  width: 100%;
}
/* ------------------------------------------------------------ *\
	Feature green
\* ------------------------------------------------------------ */
.feature--green .feature__head:after {
  background-color: #64A70B !important;
}
.feature--green .feature__head:before,
.feature--green .feature__head span {
  background: #64A70B;
}
/* ------------------------------------------------------------ *\
	Feature blue
\* ------------------------------------------------------------ */
.feature--blue .feature__head:after {
  background-color: #009DD1 !important;
}
.feature--blue .feature__head:before,
.feature--blue .feature__head span {
  background: #009DD1;
}
/* ------------------------------------------------------------ *\
	Feature orange
\* ------------------------------------------------------------ */
.feature--orange .feature__head:after {
  background-color: #FF5F14 !important;
}
.feature--orange .feature__head:before,
.feature--orange .feature__head span {
  background: #FF5F14;
}
/* ------------------------------------------------------------ *\
	Feature purple
\* ------------------------------------------------------------ */
.feature--purple .feature__head:after {
  background-color: #833177 !important;
}
.feature--purple .feature__head:before,
.feature--purple .feature__head span {
  background: #833177;
}
/* ------------------------------------------------------------ *\
	Feature color
\* ------------------------------------------------------------ */
.feature--color .feature__head {
  position: relative;
  border-bottom-width: 0.4rem;
}
.feature--color .feature__head:before {
  content: "";
  width: 0.4rem;
  height: 2.4rem;
  display: inline-block;
  position: absolute;
  top: -1rem;
  right: 0;
}
/* ------------------------------------------------------------ *\
	Feature color feature alt reversed
\* ------------------------------------------------------------ */
.feature--color.feature--alt-reversed .feature__head {
  position: relative;
  border-bottom-width: 0.4rem;
}
.feature--color.feature--alt-reversed .feature__head:before {
  left: 0;
  right: auto;
}
/* ------------------------------------------------------------ *\
	Feature alt
\* ------------------------------------------------------------ */
.feature--alt .feature__head {
  text-align: right;
  margin-bottom: 2rem;
}
.feature--alt .feature__head span {
  padding: 0.6rem 1.6rem;
}
@media (max-width: 1023px) {
  .feature--alt .feature__head span {
    padding: 0.3rem 0.8rem;
    font-size: 4rem;
  }
}
.feature--alt .feature__body {
  max-width: 31rem;
  padding-left: 1.5rem;
  padding-bottom: 3rem;
  text-align: right;
  margin-left: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature--alt .feature__body {
    padding: 0;
  }
}
.feature--alt .feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature--alt .feature__inner {
    display: block;
  }
}
.feature--alt .feature__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
  max-width: 41%;
  padding: 5rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature--alt .feature__content {
    max-width: 100%;
    padding: 0;
  }
}
.feature--alt .feature__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59%;
          flex: 0 0 59%;
  max-width: 59%;
  position: relative;
  padding-top: 39.5%;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .feature--alt .feature__image {
    padding-top: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature--alt .feature__image {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.feature--alt .feature__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
/* ------------------------------------------------------------ *\
	Feature alt reversed
\* ------------------------------------------------------------ */
.feature--alt-reversed .feature__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.feature--alt-reversed .feature__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.feature--alt-reversed .feature__head {
  text-align: left;
}
.feature--alt-reversed .feature__body {
  padding-left: 0;
  padding-right: 1.5rem;
  text-align: left;
  margin-left: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature--alt-reversed .feature__body {
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
	Features list
\* ------------------------------------------------------------ */
.features--list .feature + .feature {
  margin-top: -5.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features--list .feature + .feature {
    margin-top: 5.2rem;
  }
}
.features--list .feature .feature__content {
  padding-top: 10rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features--list .feature .feature__content {
    padding-top: 0;
  }
}
.features--list .feature--color .feature__content {
  padding-top: 14rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features--list .feature--color .feature__content {
    padding-top: 0;
  }
}
.features--list .feature--color:first-child .feature__content {
  padding-top: 0;
}
/* ------------------------------------------------------------ *\
	Features primary
\* ------------------------------------------------------------ */
.features--primary .grid {
  margin: 0 -1.2rem -2.8rem;
}
.features--primary .grid .grid__col {
  margin-bottom: 2.8rem;
}
/* ------------------------------------------------------------ *\
	Features group
\* ------------------------------------------------------------ */
.features--group .grid {
  margin: 0 -3rem -3.2rem;
}
.features--group .grid .grid__col {
  padding: 0 3rem;
}
.features--group .grid .grid__col + .grid__col {
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features--group .grid .grid__col + .grid__col {
    padding-top: 1rem;
  }
}
.features--group .grid .grid__col + .grid__col:before {
  content: "";
  width: 0.1rem;
  display: inline-block;
  background: #CECECE;
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: 0;
  right: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features--group .grid .grid__col + .grid__col:before {
    bottom: auto;
    height: 0.1rem;
    left: 3rem;
    right: 3rem;
    width: auto;
  }
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  height: 4rem;
  display: block;
  width: 100%;
  border: 0.1rem solid #CECECE;
  padding: 0 1rem;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 0.4rem;
  background: #fff;
  color: #041C2C;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.field:focus {
  border-color: #F2A900;
}
/* Field light */
.field--light {
  border: 0.1rem solid #fff;
}
.field--light:focus {
  border-color: #F2A900;
}
/*  Field textarea  */
.textarea {
  height: 10.2rem;
  display: block;
  width: 100%;
  border: 0.1rem solid #CECECE;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 0.4rem;
  background: #fff;
  color: #041C2C;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  resize: none;
}
.textarea:focus {
  border-color: #F2A900;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 4.7rem 0 4.7rem;
  background: #041C2C;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 3rem 0 3rem;
  }
}
.footer p {
  font-size: 1.2rem;
  line-height: 1.4;
}
.footer p + p {
  margin-top: -0.3rem;
}
.footer hr {
  margin: 3.2rem 0;
  opacity: 0.3;
}
.footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1rem;
}
@media (max-width: 1023px) {
  .footer .footer__inner {
    display: block;
    text-align: center;
  }
}
.footer .footer__inner-aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33rem;
          flex: 0 0 33rem;
  max-width: 33rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer .footer__inner-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__inner-aside .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.footer .footer__inner-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: 64rem;
  padding: 0 1rem;
}
@media (max-width: 1023px) {
  .footer .footer__inner-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2.4rem;
  }
}
.footer .footer__nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .footer .footer__nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav ul {
    display: block;
  }
}
.footer .footer__nav li + li {
  margin-left: 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav li + li {
    margin-left: 0;
    margin-top: 1.9rem;
  }
}
.footer .footer__nav a {
  font-size: 1.6rem;
  font-family: "puffin", serif;
}
.footer .footer__nav a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .footer__socials {
  margin-right: 2rem;
}
@media (max-width: 1023px) {
  .footer .footer__socials {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__socials li + li {
    margin-left: 4.4rem;
  }
}
@media (max-width: 374px) {
  .footer .footer__socials li + li {
    margin-left: 4rem;
  }
}
.footer .footer__aside-inner {
  margin: 0 2rem;
}
@media (max-width: 1023px) {
  .footer .footer__aside-inner {
    margin: 0 0 0 2rem;
  }
}
.footer .footer__list-logos {
  margin-bottom: 2rem;
}
.footer .footer__aside-inner .footer__logo {
  margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__aside-inner .footer__logo img {
    width: 14.8rem;
    height: auto;
  }
}
.footer .footer__logo {
  display: inline-block;
}
.footer .footer__inner--alt .footer__inner-aside {
  text-align: left;
}
@media (max-width: 1023px) {
  .footer .footer__inner--alt .footer__inner-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__inner--alt .footer__inner-aside {
    border-top: 0.1rem solid #041C2C;
    padding: 2.5rem 3rem 0 1.3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__inner--alt .footer__inner-aside .footer__image img {
    width: 10.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Form popup
\* ------------------------------------------------------------ */
.form-popup .form__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2rem;
}
@media (max-width: 1023px) {
  .form-popup .form__cols {
    margin: -1rem;
  }
}
.form-popup .form__cols .form__col {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 2rem;
}
@media (max-width: 1023px) {
  .form-popup .form__cols .form__col {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .form-popup .form__cols .form__col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.form-popup input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url(../images/svg/ico-calendar.svg);
}
.form-popup .form__row + .form__row {
  margin-top: 1.3rem;
}
.form-popup .form__controls--date {
  position: relative;
}
.form-popup .form__controls--date i {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
  color: #041C2C;
  pointer-events: none;
}
.form-popup .field--date {
  color: #5F5F5F;
  border: 0.1rem solid #BEDCE6;
  font-size: 1.4rem;
}
.form-popup .form__body {
  border-bottom: 0.1rem solid #BEDCE6;
  margin-bottom: 2.5rem;
  padding-bottom: 4rem;
}
.form-popup .form__label {
  display: block;
  margin-bottom: 0.2rem;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}
.form-popup .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-popup .form__actions {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-popup .form__actions .btn {
    margin-bottom: 2rem;
    display: block;
  }
}
.form-popup .form__actions a {
  text-decoration: underline;
  color: #041C2C;
  font-size: 1.4rem;
  font-family: "puffin", serif;
  letter-spacing: -0.015em;
  font-weight: 600;
  margin-left: 2.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-popup .form__actions a {
    margin-left: 0;
  }
}
.form-popup .form__actions a i {
  font-size: 1.6rem;
  margin-left: 0.6rem;
}
.form-popup .select {
  width: 100%;
}
.form-popup .select:after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  right: 1rem;
}
.form-popup .select select {
  width: 100%;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  color: #5F5F5F;
  font-weight: 300;
  height: 4rem;
  padding: 0 3rem 0 1.2rem;
  border: 0.1rem solid #BEDCE6;
}
.form-popup--secondary .form__body {
  padding-bottom: 2rem;
}
.form-popup--bordered .form__col {
  position: relative;
}
.form-popup--bordered .form__col:not(:first-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.1rem;
  height: 13.4rem;
  background-color: #BEDCE6;
}
@media (max-width: 1023px) {
  .form-popup--bordered .form__col:not(:first-child):after {
    display: none;
  }
}
.ui-widget-header {
  background-color: #f2fafd;
  border-color: #bedce6;
}
.ui-widget.ui-widget-content {
  border-color: #bedce6;
  -webkit-box-shadow: 2px 5px 5px #041c2c30;
          box-shadow: 2px 5px 5px #041c2c30;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background-color: #f2fafd;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #fffa90;
}
/* ------------------------------------------------------------ *\
	Form primary
\* ------------------------------------------------------------ */
.form-primary {
  padding: 1.1rem 4rem 1rem 5rem;
}
@media (max-width: 1023px) {
  .form-primary {
    padding: 2rem 1.5rem;
  }
}
.form-primary .form__head {
  margin-bottom: 3.3rem;
}
.form-primary .form__head h5 {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.form-primary .form__body {
  margin-bottom: 3.4rem;
}
.form-primary .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.form-primary .form__row + .form__row {
  margin-top: 1.6rem;
}
.form-primary .form__label {
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  min-width: 8.8rem;
}
.form-primary .form__controls {
  max-width: 28rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28rem;
          flex: 0 0 28rem;
}
@media (max-width: 1023px) {
  .form-primary .form__controls {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}
.form-primary .form__controls--size-1 {
  max-width: 18.6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.6rem;
          flex: 0 0 18.6rem;
}
@media (max-width: 1023px) {
  .form-primary .form__controls--size-1 {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}
.form-primary .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-primary .form__actions .form__btn {
  display: inline-block;
  padding: 1rem 2rem;
  border: 0;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-family: "puffin", serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.03rem;
  -webkit-transition: background 0.4s, color 0.4s, opacity 0.4s;
  -o-transition: background 0.4s, color 0.4s, opacity 0.4s;
  transition: background 0.4s, color 0.4s, opacity 0.4s;
  background: #F2A900;
  color: #041C2C;
}
.form-primary .form__actions .form__btn:hover {
  color: #041C2C;
  opacity: 0.8;
}
.form-primary .form__actions a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: "tablet-gothic", sans-serif;
  margin-left: 3.1rem;
  display: inline-block;
  text-decoration: underline;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-primary .form__actions a {
    font-size: 1.4rem;
    margin-left: 2rem;
  }
}
.form-primary .form__actions a:hover {
  text-decoration: none;
}
/* ------------------------------------------------------------ *\
	Form secondary
\* ------------------------------------------------------------ */
.form-secondary {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-right: 13.3rem;
  max-width: calc(100% - 30rem);
}
@media (max-width: 1199px) {
  .form-secondary {
    padding-right: 2rem;
  }
}
@media (max-width: 1023px) {
  .form-secondary {
    padding: 0;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.form-secondary .form__body {
  margin-bottom: 4.2rem;
}
.form-secondary .form__row + .form__row {
  margin-top: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-secondary .form__row + .form__row {
    margin-top: 1.6rem;
  }
}
.form-secondary .form__row + .checkbox {
  margin-top: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-secondary .form__row + .checkbox {
    margin-top: 2rem;
  }
}
.form-secondary .checkbox + .captcha {
  margin-top: 2rem;
}
.form-secondary .checkbox label {
  font-weight: 400;
  letter-spacing: 0;
}
.form-secondary .checkbox label a {
  text-decoration: underline;
  font-weight: 400;
  margin-bottom: 0;
}
.form-secondary .form__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.8rem;
}
.form-secondary .form__cols .form__col {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-secondary .form__cols .form__col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.form-secondary .form__head {
  font-weight: 300;
  margin-bottom: 3.5rem;
}
.form-secondary .form__head h3 {
  margin-bottom: 1.5rem;
}
.form-secondary .form__label,
.form-secondary a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #041C2C;
  display: inline-block;
  margin-bottom: 1.2rem;
}
.form-secondary .form__label:hover,
.form-secondary a:hover {
  color: #041C2C;
}
.form-secondary .field {
  color: #5F5F5F;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  min-height: 4.8rem;
  border: 0.1rem solid #BEDCE6;
  padding: 0 1.5rem;
}
.form-secondary .form__divider {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #BEDCE6;
  margin: 3.1rem 0 2.7rem;
}
.form-secondary .form__info {
  font-size: 1.4rem;
  color: #8F8F8F;
  font-family: "tablet-gothic", sans-serif;
  font-style: italic;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-secondary .form__btn {
    min-width: 100%;
    font-size: 1.4rem;
    padding: 1rem;
    text-align: center;
  }
}
.form-secondary .select {
  display: block;
}
.form-secondary .select select {
  width: 100%;
  display: block;
  color: #5F5F5F;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  min-height: 4.8rem;
  border: 0.1rem solid #BEDCE6;
  padding: 0 1.5rem;
}
.form-secondary .dropzone {
  width: 100%;
  min-height: 4.8rem;
  padding: 10px 1.5rem 10px;
  position: relative;
  border: 0.1rem dashed #BEDCE6;
  border-radius: 0.4rem;
  -webkit-transition: border-width 0.4s;
  -o-transition: border-width 0.4s;
  transition: border-width 0.4s;
}
.form-secondary .dropzone i {
  position: absolute;
  top: 50%;
  right: 1.3rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
}
.form-secondary .dropzone .dz-message {
  margin: 0;
  text-align: left;
  color: #5F5F5F;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .form label {
    margin-bottom: 1rem;
  }
}
.form .form__row + .form__row {
  margin-top: 2.1rem;
}
@media (max-width: 1023px) {
  .form .form__row + .form__row {
    margin-top: 2.2rem;
  }
}
.form .form__row + .form__checkbox {
  margin-top: 2.3rem;
}
.form .form__foot {
  margin-top: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__foot .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.form .form__row--small {
  max-width: 19.2rem;
}
/* ------------------------------------------------------------ *\
	Form program contact
\* ------------------------------------------------------------ */
.form--program-contact {
  border: 0.1rem solid #BEDCE6;
  border-radius: 0.4rem;
  background: #F2FAFD;
}
.form--program-contact label {
  margin-bottom: 0.2rem;
}
.form--program-contact .form__head {
  padding: 1.4rem 2.2rem;
}
@media (max-width: 1023px) {
  .form--program-contact .form__head {
    padding: 1.5rem 1.5rem;
  }
}
.form--program-contact .form__head.is--active i {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.form--program-contact .form__head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form--program-contact .form__head h5 {
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 1.8rem;
}
.form--program-contact .form__body {
  border-top: 0.1rem solid #BEDCE6;
  padding: 2rem 2.2rem 2.8rem;
}
@media (max-width: 1023px) {
  .form--program-contact .form__body {
    padding: 2rem 1.5rem;
  }
}
.form--program-contact .form__actions {
  margin-top: 1.4rem;
}
.form--program-contact .form__row + .form__row {
  margin-top: 1.3rem;
}
/* ------------------------------------------------------------ *\
	Form filters
\* ------------------------------------------------------------ */
.form--filters .form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--filters .form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.form--filters .form__btn {
  min-width: 14.6rem;
  min-height: 4.8rem;
  padding: 0 1rem;
  text-align: center;
  line-height: 4.6rem;
}
.form--filters .form__btn:hover {
  background-color: #041C2C;
  color: #fff;
  border-color: #041C2C;
}
.form--filters .form__btn span {
  margin-right: 0.7rem;
  font-size: 1.6rem;
}
.form--filters .form__btn i {
  margin: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.form--filters .form__btn.is-active i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form--filters .form__select {
  margin-right: 1rem;
}
@media (max-width: 575px) {
  .form--filters .form__select {
    margin-right: 0;
  }
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  color: #5F5F5F;
  font-weight: 300;
  height: 4rem;
  line-height: 3.8rem;
  padding: 0 3rem 0 1.2rem;
  border: 0.1rem solid #BEDCE6;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-selection--single {
  border: none;
  height: 100%;
}
.select2-search--dropdown {
  padding: 0;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1.2rem -3.2rem;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
  /*  Grid col 1of3  */
  /*  Grid size 1  */
  /*  Grid col size 2  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 1.2rem;
  margin-bottom: 3.2rem;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of2 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--1of4 {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 1023px) {
  .grid .grid__col--1of4 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of4 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--2of3 {
  -webkit-box-flex: 66.66%;
      -ms-flex: 66.66% 1;
          flex: 66.66% 1;
  max-width: 66.66%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--2of3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--size-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65.5%;
          flex: 0 0 65.5%;
  max-width: 65.5%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size-1 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--size-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.5%;
          flex: 0 0 34.5%;
  max-width: 34.5%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size-2 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--size-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.4rem;
          flex: 0 0 26.4rem;
  max-width: 26.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size-3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--size-4 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 26.4rem);
      flex-basis: calc(100% - 26.4rem);
  max-width: calc(100% - 26.4rem);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size-4 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* ------------------------------------------------------------ *\
	Grid alt
\* ------------------------------------------------------------ */
.grid--alt {
  margin: 0 -2.3rem -2rem;
}
@media (max-width: 1199px) {
  .grid--alt {
    margin: 0 -1rem -2rem;
  }
}
.grid--alt .grid__col {
  padding: 0 2.3rem;
}
@media (max-width: 1199px) {
  .grid--alt .grid__col {
    padding: 0 1rem;
  }
}
/* ------------------------------------------------------------ *\
	Grid tertiary
\* ------------------------------------------------------------ */
.grid--tertiary {
  margin: 0 -2rem -4rem;
}
@media (max-width: 1199px) {
  .grid--tertiary {
    margin: 0 -1rem -4rem;
  }
}
@media (max-width: 1023px) {
  .grid--tertiary {
    margin-bottom: -2rem;
  }
}
.grid--tertiary .grid__col {
  padding: 0 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 1199px) {
  .grid--tertiary .grid__col {
    padding: 0 1rem;
  }
}
@media (max-width: 1023px) {
  .grid--tertiary .grid__col {
    margin-bottom: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Grid secondary
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .grid--secondary .grid__col--1of3 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--secondary .grid__col--1of3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 1399px) {
  .grid--cards .grid__col--1of3 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 1023px) {
  .grid--cards .grid__col--1of3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding-top: 4.4rem;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
@media (max-width: 1023px) {
  .header {
    padding: 0;
  }
}
.header.is-fixed {
  position: fixed;
}
.header .header__bar {
  padding: 1.3rem 3.2rem;
  padding: 1.3rem 3.2rem 0;
  background: #F2FAFD;
  color: #041C2C;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .header .header__bar {
    position: static;
    padding: 0;
    background: transparent;
  }
}
.header .header__bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1023px) {
  .header .header__bar-inner {
    display: block;
  }
}
.header .header__nav-secondary {
  margin-right: 3.3rem;
}
@media (max-width: 1023px) {
  .header .header__nav-secondary {
    margin-right: 0;
    margin-bottom: 4rem;
    margin-bottom: 0;
  }
}
.header .header__inner {
  padding: 3.4rem 0;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .header .header__inner {
    padding: 0;
  }
}
.header .header__inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 28, 44, 0.9)), to(rgba(4, 28, 44, 0)));
  background-image: -o-linear-gradient(top, rgba(4, 28, 44, 0.9) 0%, rgba(4, 28, 44, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(4, 28, 44, 0.9) 0%, rgba(4, 28, 44, 0) 100%);
}
@media (max-width: 1023px) {
  .header .header__inner:before {
    display: none;
  }
}
.header .header__nav,
.header .header__btn,
.header .header__logo {
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .header .header__nav {
    margin-bottom: 4rem;
    margin-bottom: 0;
  }
}
.header .header__bar-search {
  position: absolute;
  top: 4.4rem;
  left: 0;
  width: 100%;
  background-color: #F2FAFD;
  border-top: 0.1rem solid #BEDCE6;
  padding: 4.3rem 1.5rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.header .header__bar-search.is-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .header .header__bar-search {
    position: absolute;
    top: 9.4rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header .header__logo {
  min-height: 5.4rem;
  max-width: 19.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.4rem;
          flex: 0 0 19.4rem;
  width: 19.4rem;
}
@media (max-width: 1023px) {
  .header .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.6rem;
            flex: 0 0 15.6rem;
    max-width: 15.6rem;
  }
}
@media (max-width: 374px) {
  .header .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.6rem;
            flex: 0 0 11.6rem;
    max-width: 11.6rem;
  }
}
.header .header__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.header .header__logo .logo--dark {
  opacity: 0;
  visibility: hidden;
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__logo .logo--dark {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
}
.header .header__logo .logo--white {
  opacity: 1;
  visibility: visible;
  display: block !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__logo .logo--white {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
}
.header .header__btn {
  padding: 1.3rem 4.5rem;
  margin-right: -1rem;
  margin-left: 4rem;
  font-size: 2rem;
}
@media (max-width: 1199px) {
  .header .header__btn {
    font-size: 1.8rem;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .header .header__btn {
    margin-left: 0;
    margin-right: 0.5rem;
    padding: 0.3rem 1.3rem;
    font-size: 1.6rem;
  }
}
.header .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media (max-width: 1023px) {
  .header .header__content {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.63, 0.44, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.63, 0.44, 1);
    -o-transition: transform 0.5s cubic-bezier(0.29, 0.63, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.29, 0.63, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.29, 0.63, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.29, 0.63, 0.44, 1);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    z-index: 20;
    background: #fff;
    color: #041C2C;
    padding: 13rem 0 2rem;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 8.2rem;
  }
  .header .header__content.is-not-scrollable {
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .header .header__content.is-active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.header .header__actions {
  display: none;
}
@media (max-width: 1023px) {
  .header .header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1023px) {
  .header .header__inner-content {
    position: relative;
    z-index: 21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
    padding: 2rem 1.5rem;
    background: #fff;
    padding: 1.4rem 1.5rem;
  }
}
@media (max-width: 1023px) {
  .header .header__nav-trigger {
    margin-left: 1rem;
  }
}
/* ------------------------------------------------------------ *\
	Header alt
\* ------------------------------------------------------------ */
.header--alt {
  position: relative;
  background: #fff;
  color: #041C2C;
  position: absolute;
}
.header--alt .header__nav a {
  color: #041C2C;
}
.header--alt .header__inner {
  padding: 1.6rem 0;
}
@media (max-width: 1023px) {
  .header--alt .header__inner {
    padding: 0;
  }
}
.header--alt .header__inner:before {
  display: none;
}
.header--alt .header__btn {
  margin-right: 0;
  padding: 1.3rem 3.7rem;
}
@media (max-width: 1023px) {
  .header--alt .header__btn {
    margin-left: 0;
    margin-right: 0.5rem;
    padding: 0.3rem 1.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header--alt .header__btn {
    margin-right: 1.5rem;
  }
}
.header--alt .header__nav a {
  letter-spacing: 0.07rem;
}
.header--alt .header__nav a:hover {
  color: #041C2C;
}
@media (max-width: 1023px) {
  .header--alt .header__nav a {
    letter-spacing: -0.03rem;
  }
}
.header.is-fixed {
  background: #fff;
  color: #041C2C;
}
.header.is-fixed .header__nav a {
  color: #041C2C;
}
.header.is-fixed .header__inner:before {
  display: none;
}
.header.is-fixed .header__logo .logo--dark {
  opacity: 1;
  visibility: visible;
  display: block !important;
}
.header.is-fixed .header__logo .logo--white {
  opacity: 0;
  visibility: hidden;
  display: none !important;
}
.header.menu-is-visible {
  background: #fff;
  color: #041C2C;
}
.header.menu-is-visible .header__nav a {
  color: #041C2C;
}
.header.menu-is-visible .header__inner:before {
  display: none;
}
.header.menu-is-visible .header__logo .logo--dark {
  opacity: 1;
  visibility: visible;
  display: block !important;
}
.header.menu-is-visible .header__logo .logo--white {
  opacity: 0;
  visibility: hidden;
  display: none !important;
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  max-height: calc(100vh - 10rem);
  min-height: 76.8rem;
}
@media (max-width: 1023px) {
  .hero {
    max-height: none;
  }
}
.hero h1 {
  margin-bottom: 2.1rem;
}
@media (max-width: 1023px) {
  .hero h1 {
    margin-bottom: 1.6rem;
  }
}
.hero.image-is-not-visible .hero__image img {
  opacity: 0;
  visibility: hidden;
}
.hero.image-is-not-visible .video {
  opacity: 0;
  visibility: hidden;
}
.hero .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 62.5%;
}
.hero .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .js-paralax .hero__image {
  position: fixed !important;
  top: 94px;
}
.hero .js-paralax img,
.hero .js-paralax video {
  position: fixed !important;
}
.hero p {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 2.7rem;
  letter-spacing: 0.01rem;
}
@media (max-width: 1023px) {
  .hero p {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero p {
    font-size: 1.6rem;
  }
}
.hero:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#041c2c), color-stop(60%, rgba(4, 28, 44, 0.75)), to(rgba(4, 28, 44, 0)));
  background-image: -o-linear-gradient(bottom, #041c2c 0%, rgba(4, 28, 44, 0.75) 60%, rgba(4, 28, 44, 0) 100%);
  background-image: linear-gradient(to top, #041c2c 0%, rgba(4, 28, 44, 0.75) 60%, rgba(4, 28, 44, 0) 100%);
  z-index: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero:before {
    height: 90%;
  }
}
.hero .hero__image {
  position: relative;
  padding-top: 62.5%;
}
@media (max-width: 1023px) {
  .hero .hero__image {
    padding-top: 108%;
  }
  .hero .hero__image:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 37%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#041c2c), color-stop(60%, rgba(4, 28, 44, 0.75)), to(rgba(4, 28, 44, 0)));
    background-image: -o-linear-gradient(bottom, #041c2c 0%, rgba(4, 28, 44, 0.75) 60%, rgba(4, 28, 44, 0) 100%);
    background-image: linear-gradient(to top, #041c2c 0%, rgba(4, 28, 44, 0.75) 60%, rgba(4, 28, 44, 0) 100%);
    z-index: 1;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .hero .hero__image:before {
    display: none;
  }
}
.hero .hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hero .hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
  padding: 3.7rem 0;
}
@media (max-width: 1023px) {
  .hero .hero__content {
    text-align: left;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#041c2c), color-stop(60%, rgba(4, 28, 44, 0.75)), to(rgba(4, 28, 44, 0)));
    background-image: -o-linear-gradient(bottom, #041c2c 0%, rgba(4, 28, 44, 0.75) 60%, rgba(4, 28, 44, 0) 100%);
    background-image: linear-gradient(to top, #041c2c 0%, rgba(4, 28, 44, 0.75) 60%, rgba(4, 28, 44, 0) 100%);
  }
}
.hero .hero__content-inner {
  max-width: 85rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .hero .hero__content-inner {
    margin-top: -10rem;
    margin-top: 0;
  }
}
.hero .hero__link-primary {
  position: absolute;
  bottom: calc(100% - 9.2rem);
  right: 7.4rem;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (max-width: 1199px) {
  .hero .hero__link-primary {
    right: 3rem;
  }
}
@media (max-width: 1023px) {
  .hero .hero__link-primary {
    position: static;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    display: block;
    margin-top: 2.3rem;
    margin-left: 1.4rem;
  }
}
.hero .hero__breadcrumbs {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10rem;
  z-index: 2;
  color: #041C2C;
  padding: 0.2rem 0.9rem 0.3rem;
  display: inline-block;
  margin-bottom: 4rem;
  position: absolute;
  top: 3.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .hero .hero__breadcrumbs {
    top: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__breadcrumbs {
    max-width: calc(100% - 3rem);
    width: 100%;
    padding: 0.2rem 0.8rem;
    border-radius: 4rem;
  }
}
.hero .hero__breadcrumbs ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__breadcrumbs ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.5rem;
    padding: 0 1.3rem;
  }
}
.hero .hero__breadcrumbs ul li + li {
  margin-left: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__breadcrumbs ul li + li {
    margin: 0;
  }
}
.hero .hero__breadcrumbs ul li {
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__breadcrumbs ul li {
    padding: 0 0.5rem;
  }
}
.hero .hero__breadcrumbs ul li:not(:last-child):after {
  content: "/";
  position: absolute;
  top: 0.2rem;
  right: -0.6rem;
  font-size: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__breadcrumbs ul li:not(:last-child):after {
    top: 0.2rem;
    right: -0.2rem;
  }
}
.hero .hero__breadcrumbs ul a {
  text-decoration: none;
  font-size: 1.4rem;
  font-family: "puffin", serif;
  letter-spacing: -0.035em;
  font-weight: 500;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__breadcrumbs ul a {
    font-size: 1.1rem;
  }
}
.hero .hero__breadcrumbs ul a:hover {
  color: inherit;
  text-decoration: underline;
}
.hero .hero__breadcrumbs ul li.is-active a {
  font-weight: 300;
}
.hero .hero__breadcrumbs--large {
  max-width: 61rem;
  width: 100%;
}
.hero--secondary {
  max-height: calc(100vh - 10rem);
  min-height: 76.8rem;
}
@media (max-width: 1023px) {
  .hero--secondary {
    max-height: none;
    background: #041C2C;
  }
}
.hero--secondary .card--alt .card__content {
  text-align: left;
  padding: 5rem 2rem 5rem 5rem;
}
@media (max-width: 1023px) {
  .hero--secondary .card--alt .card__content {
    padding: 3rem 2rem 8rem;
  }
}
.hero--secondary .card--alt .card__content p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.hero--secondary .card--alt .btn {
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}
.hero--secondary .card--alt .btn--secondary {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--secondary .card--alt .btn--secondary {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: calc(100% - 4rem);
  }
}
.hero--secondary .box p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.hero--secondary .box .btn {
  text-decoration: none;
}
.hero--secondary .hero__actions .btn {
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
}
.hero--secondary .boxes + .hero__actions {
  margin-top: 2.5rem;
}
.hero--secondary .hero__image {
  padding-top: 72.4%;
  padding-top: 76%;
  /* &:before {
  	content: '';
  	display: inline-block;
  	position: absolute;
  	bottom: -.1rem;
  	left: 0;
  	width: 100%;
  	height: 100%;
              background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 12%,rgba(0,0,0,0.01) 13%,rgba(0,0,36,0.02) 14%,rgba(0,0,28,0.03) 15%,rgba(0,23,23,0.04) 16%,rgba(0,20,20,0.05) 17%,rgba(0,17,17,0.06) 18%,rgba(0,15,30,0.07) 19%,rgba(0,13,27,0.08) 20%,rgba(0,12,23,0.09) 21%,rgba(0,21,32,0.1) 22%,rgba(0,10,20,0.11) 23%,rgba(0,19,28,0.12) 24%,rgba(0,9,26,0.13) 25%,rgba(0,16,25,0.14) 26%,rgba(0,15,30,0.15) 27%,rgba(0,14,21,0.15) 28%,rgba(0,20,27,0.16) 29%,rgba(0,13,26,0.16) 30%,rgba(0,12,24,0.17) 31%,rgba(0,17,28,0.17) 32%,rgba(0,16,27,0.19) 33%,rgba(0,14,29,0.21) 34%,rgba(0,13,27,0.23) 35%,rgba(0,12,25,0.25) 36%,rgba(0,15,27,0.27) 37%,rgba(0,15,26,0.29) 38%,rgba(0,17,28,0.31) 39%,rgba(0,13,26,0.33) 40%,rgba(0,16,25,0.35) 41%,rgba(0,18,26,0.37) 42%,rgba(0,14,25,0.39) 43%,rgba(0,16,27,0.41) 44%,rgba(0,15,28,0.43) 45%,rgba(0,15,25,0.45) 46%,rgba(0,17,28,0.47) 47%,rgba(0,16,25,0.49) 48%,rgba(0,17,27,0.52) 50%,rgba(0,16,28,0.55) 52%,rgba(0,15,25,0.57) 53%,rgba(0,17,28,0.58) 54%,rgba(0,16,27,0.6) 55%,rgba(0,16,28,0.61) 56%,rgba(0,15,26,0.69) 61%,rgba(0,17,28,0.75) 65%,rgba(0,15,26,0.76) 66%,rgba(0,15,26,1) 82%,rgba(0,16,27,1) 100%);
  	z-index: 1;
  } */
}
.hero--secondary .hero__inner {
  position: absolute;
  bottom: -6.5rem;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1023px) {
  .hero--secondary .hero__inner {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.hero--secondary .hero__inner .hero__content-inner {
  margin-bottom: 6.2rem;
}
.hero--secondary .hero__inner .hero__content-inner h4 {
  max-width: 52rem;
  margin: 0 auto 1.8rem;
}
@media (max-width: 1023px) {
  .hero--secondary .hero__inner .hero__content-inner h4 {
    margin-left: 0;
  }
}
.hero--secondary .hero__inner .hero__content-inner h5 {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 400;
}
.hero--secondary .hero__meta {
  max-width: 24.2rem;
  width: 100%;
  display: inline-block;
  margin: 0 auto 10px;
  padding: 1rem;
  text-transform: uppercase;
  font-family: "puffin", serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  background-color: #8E011B;
  border-radius: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .hero--secondary .hero__meta {
    margin-left: 0;
  }
}
.hero--secondary .hero__meta strong {
  margin-right: 0.7rem;
  background-color: #E4002B;
  min-width: 3rem;
  border-radius: 50%;
  min-width: 3rem;
  text-align: center;
  line-height: 3rem;
  display: inline-block;
  padding-top: 0.1rem;
  font-weight: 600;
  -webkit-animation: pulse 1.5s infinite;
}
.hero--secondary .hero__link {
  position: absolute;
  top: 25rem;
  right: -9rem;
  bottom: auto;
  left: auto;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 2;
}
.hero--secondary .hero__link a {
  font-size: 1.2rem;
}
.hero--secondary .hero__content {
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.hero--secondary .hero__content a {
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 300;
}
.hero--placement-1 .hero__inner {
  bottom: -12rem;
}
@media (max-width: 1023px) {
  .hero--placement-1 .hero__inner {
    bottom: 0;
  }
}
.hero--placement-2 {
  min-height: 105rem;
  position: relative;
}
.hero--placement-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#041c2c), color-stop(60%, rgba(4, 28, 44, 0.75)), to(rgba(4, 28, 44, 0)));
  background-image: -o-linear-gradient(bottom, #041c2c 0%, rgba(4, 28, 44, 0.75) 60%, rgba(4, 28, 44, 0) 100%);
  background-image: linear-gradient(to top, #041c2c 0%, rgba(4, 28, 44, 0.75) 60%, rgba(4, 28, 44, 0) 100%);
}
.hero--placement-2 .hero__inner {
  bottom: -8rem;
}
@media (max-width: 1023px) {
  .hero--placement-2 .hero__inner {
    bottom: 0;
  }
}
.hero--placement-2 .hero__image {
  padding-top: 73%;
  padding-top: 57%;
  /* &:before {
             background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 12%,rgba(0,0,0,0.01) 13%,rgba(0,0,36,0.02) 14%,rgba(0,0,28,0.03) 15%,rgba(0,23,23,0.04) 16%,rgba(0,20,20,0.05) 17%,rgba(0,17,17,0.06) 18%,rgba(0,15,30,0.07) 19%,rgba(0,13,27,0.08) 20%,rgba(0,12,23,0.09) 21%,rgba(0,21,32,0.1) 22%,rgba(0,10,20,0.11) 23%,rgba(0,19,28,0.12) 24%,rgba(0,9,26,0.13) 25%,rgba(0,16,25,0.14) 26%,rgba(0,15,30,0.15) 27%,rgba(0,14,21,0.15) 28%,rgba(0,20,27,0.16) 29%,rgba(0,13,26,0.16) 30%,rgba(0,12,24,0.17) 31%,rgba(0,17,28,0.17) 32%,rgba(0,16,27,0.19) 33%,rgba(0,14,29,0.21) 34%,rgba(0,13,27,0.23) 35%,rgba(0,16,25,0.25) 36%,rgba(0,20,27,0.27) 37%,rgba(0,15,29,0.29) 38%,rgba(0,17,31,0.31) 39%,rgba(0,16,29,0.33) 40%,rgba(0,15,28,0.35) 41%,rgba(0,18,30,0.37) 42%,rgba(0,17,28,0.39) 43%,rgba(0,16,30,0.41) 44%,rgba(0,18,28,0.43) 45%,rgba(0,17,29,0.45) 46%,rgba(0,19,32,0.47) 47%,rgba(0,18,30,0.49) 48%,rgba(2,20,33,0.51) 49%,rgba(2,19,32,0.52) 50%,rgba(2,20,33,0.54) 51%,rgba(2,20,34,0.55) 52%,rgba(0,19,32,0.57) 53%,rgba(2,21,34,0.58) 54%,rgba(2,22,34,0.6) 55%,rgba(0,21,33,0.61) 56%,rgba(0,20,34,0.63) 57%,rgba(2,22,35,0.64) 58%,rgba(2,22,36,0.67) 60%,rgba(2,23,36,0.7) 62%,rgba(1,21,35,0.73) 64%,rgba(3,23,37,0.75) 65%,rgba(1,22,36,0.76) 66%,rgba(3,24,38,0.78) 67%,rgba(1,22,38,0.79) 68%,rgba(2,24,39,0.82) 70%,rgba(2,23,38,0.87) 73%,rgba(3,26,42,0.97) 80%,rgba(3,26,42,1) 82%,rgba(3,26,42,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+

  }  */
}
.hero--placement-2 .hero__image img {
  -o-object-position: bottom;
     object-position: bottom;
}
.hero--placement-3 .hero__inner {
  bottom: -21.5rem;
}
@media (max-width: 1199px) {
  .hero--placement-3 .hero__inner {
    bottom: -32rem;
  }
}
@media (max-width: 1023px) {
  .hero--placement-3 .hero__inner {
    bottom: 0;
  }
}
.hero--placement-3 .hero__content-inner {
  max-width: 88rem;
}
.hero--placement-4 .hero__inner {
  bottom: -1.5rem;
}
@media (max-width: 1023px) {
  .hero--placement-4 .hero__inner {
    bottom: 0;
  }
}
/* ------------------------------------------------------------ *\
	HERO ALT
\* ------------------------------------------------------------ */
.hero--alt {
  position: relative;
  background: #041C2C;
  z-index: 2;
}
.hero--alt .hero__info {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "puffin", serif;
  left: -0.035em;
  display: inline-block;
  margin-bottom: 2rem;
}
.hero--alt .hero__info img {
  margin-right: 1rem;
}
.hero--alt h1 {
  margin-bottom: 1rem;
}
.hero--alt h1:last-child {
  margin-bottom: 0;
}
.hero--alt h6 {
  margin-bottom: 1rem;
}
.hero--alt h6 span {
  color: #00A9E0;
  letter-spacing: -0.04rem;
}
.hero--alt p {
  font-size: 2rem;
  line-height: 1.4;
  max-width: 51rem;
}
@media (max-width: 1199px) {
  .hero--alt p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt p {
    font-size: 1.6rem;
  }
}
.hero--alt p + .btn {
  margin-top: -1rem;
}
.hero--alt .hero__content {
  position: relative;
  padding: 3rem 2rem 9.7rem 0;
  max-width: 50%;
  min-height: 50rem;
  color: #fff;
}
@media (max-width: 1199px) {
  .hero--alt .hero__content {
    max-width: 55%;
  }
}
@media (max-width: 1023px) {
  .hero--alt .hero__content {
    max-width: 100%;
    display: block;
    min-height: auto;
  }
}
.hero--alt .hero__content-inner {
  max-width: 100%;
}
@media (max-width: 1023px) {
  .hero--alt .hero__content-inner {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.hero--alt .hero__image {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  max-width: 50%;
}
@media (max-width: 1023px) {
  .hero--alt .hero__image {
    padding-top: 50%;
    position: relative;
    left: auto;
    max-width: none;
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
  }
}
.hero--alt .hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hero--alt .hero__breadcrumbs {
  margin-bottom: 7rem;
}
@media (max-width: 1023px) {
  .hero--alt .hero__breadcrumbs {
    margin-bottom: 3rem;
  }
}
.hero--alt + .section-features {
  margin-top: -2.7rem;
  position: relative;
  z-index: 1;
}
.hero--alt .hero__donation {
  max-width: 62.2rem;
  margin: 6rem auto 0;
  position: relative;
  right: 4rem;
}
@media (max-width: 1023px) {
  .hero--alt .hero__donation {
    right: auto;
  }
}
.hero--alt .hero__link {
  position: absolute;
  bottom: 5.7rem;
  left: 0;
}
@media (max-width: 1023px) {
  .hero--alt .hero__link {
    position: static;
  }
}
.hero--alt .hero__link--fixed {
  position: absolute;
  bottom: 5rem;
  right: 0;
  left: auto;
}
@media (max-width: 1023px) {
  .hero--alt .hero__link--fixed {
    position: static;
  }
}
.hero--alt .hero__search {
  max-width: 40.6rem;
}
/* ------------------------------------------------------------ *\
	Hero alt secondary
\* ------------------------------------------------------------ */
.hero--alt-secondary .hero__image {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1023px) {
  .hero--alt-secondary .hero__image {
    padding: 2rem 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Hero main
\* ------------------------------------------------------------ */
.hero--main {
  position: relative;
  background: #041C2C;
  color: #fff;
}
.hero--main h6 {
  margin-bottom: 1rem;
  color: #00A9E0;
  letter-spacing: -0.04rem;
}
.hero--main h6:last-child {
  margin-bottom: 0;
}
.hero--main .hero__content {
  position: relative;
  padding: 8rem 0 5rem;
  min-height: 33.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .hero--main .hero__content {
    min-width: 30rem;
  }
}
.hero--main .hero__breadcrumbs {
  position: absolute;
  top: 3.3rem;
  left: 0;
}
@media (max-width: 1023px) {
  .hero--main .hero__breadcrumbs {
    top: 2rem;
  }
}
.hero--main .hero__tile {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--main .hero__tile {
    position: relative;
  }
}
.hero--alt-primary .hero__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 100%;
  left: 0;
}
@media (max-width: 1023px) {
  .hero--alt-primary .hero__image {
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 0;
  }
}
.hero--alt-primary .hero__link {
  position: absolute;
  bottom: auto;
  left: auto;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg) translateX(50%);
      -ms-transform: rotate(90deg) translateX(50%);
          transform: rotate(90deg) translateX(50%);
}
.hero--alt-primary .hero__link a {
  font-size: 1.2rem;
}
.hero--alt-primary .hero__content-inner {
  background-color: #041C2C;
  max-width: 52.8rem;
  padding: 3.3rem 6.8rem 3rem 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt-primary .hero__content-inner {
    padding: 1rem 1.5rem;
  }
}
.hero--alt-primary .hero__content-inner h6 {
  margin-bottom: 1rem;
  color: #00A9E0;
  letter-spacing: -0.04rem;
}
.hero--alt-primary .hero__content-inner .hero__content-link {
  margin-bottom: 1rem;
  color: #00A9E0;
  letter-spacing: -0.04rem;
  display: inline-block;
  font-size: 1.4rem;
  font-family: "puffin", serif;
}
.hero--alt-primary .hero__content-inner .hero__content-link:hover {
  text-decoration: underline;
  color: #00A9E0;
}
.hero--alt-primary .hero__content-inner p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
.hero--alt-primary .hero__content-inner .hero__audio {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero--alt-primary .hero__content-inner .hero__audio i {
  margin-right: 0.7rem;
  font-size: 2rem;
}
.hero--alt-primary .hero__content-inner .hero__divider {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 0 1.3rem;
}
.hero--alt-primary .hero__content-inner ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}
.hero--alt-primary .hero__content-inner ul li + li {
  margin-top: 0.7rem;
}
.hero--alt-primary .hero__content-inner ul li {
  font-size: 1.4rem;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 300;
}
.hero--alt-primary .hero__content-inner ul li a {
  text-decoration: underline;
}
.hero--alt-primary .hero__content-inner ul li a:hover {
  text-decoration: none;
}
.hero--alt-primary .hero__content-inner ul li strong {
  font-weight: 600;
  font-family: "puffin", serif;
  letter-spacing: -0.02em;
  margin-right: 0.7rem;
}
.hero--alt-primary .hero__content-inner ul li span {
  padding-left: 10px;
  position: relative;
}
.hero--alt-primary .hero__content-inner ul li span:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: -0.4rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #009DD1;
}
.hero--alt-primary .hero__content-inner--size-1 {
  padding: 3.3rem 2.5rem 3rem 32px;
}
.hero--alt-primary .hero__breadcrumbs {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10rem;
  z-index: 2;
  color: #041C2C;
  padding: 0.2rem 0.9rem 0.3rem;
  display: inline-block;
  margin-bottom: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt-primary .hero__breadcrumbs {
    max-width: calc(100% - 3rem);
    width: 100%;
    padding: 0.2rem 0.8rem;
    border-radius: 4rem;
  }
}
.hero--alt-primary .hero__breadcrumbs ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt-primary .hero__breadcrumbs ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.5rem;
    padding: 0 1.3rem;
  }
}
.hero--alt-primary .hero__breadcrumbs ul li + li {
  margin-left: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt-primary .hero__breadcrumbs ul li + li {
    margin: 0;
  }
}
.hero--alt-primary .hero__breadcrumbs ul li {
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt-primary .hero__breadcrumbs ul li {
    padding: 0 0.5rem;
  }
}
.hero--alt-primary .hero__breadcrumbs ul li:not(:last-child):after {
  content: "/";
  position: absolute;
  top: 0.2rem;
  right: -0.6rem;
  font-size: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt-primary .hero__breadcrumbs ul li:not(:last-child):after {
    top: 0.2rem;
    right: -0.2rem;
  }
}
.hero--alt-primary .hero__breadcrumbs ul a {
  text-decoration: none;
  font-size: 1.4rem;
  font-family: "puffin", serif;
  letter-spacing: -0.035em;
  font-weight: 500;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt-primary .hero__breadcrumbs ul a {
    font-size: 1.1rem;
  }
}
.hero--alt-primary .hero__breadcrumbs ul a:hover {
  color: inherit;
  text-decoration: underline;
}
.hero--alt-primary .hero__breadcrumbs ul li.is-active a {
  font-weight: 300;
}
.hero--spacing-1 {
  /* .hero__image {
  	&:after {
  		content: '';
  		position: absolute;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		background-image: linear-gradient(to top, rgba(4, 28, 44, 1) 0%, rgba(4, 28, 44, .35) 60%, rgba(4, 28, 44, 0) 100%);
  	}
  } */
}
.hero--spacing-1 .hero__content-inner {
  max-width: 44rem;
  padding-right: 3.5rem;
}
.hero--spacing-1 .hero__content {
  min-height: 0;
  padding-bottom: 60px;
}
.hero--spacing-1 .hero__search {
  padding-bottom: 4.7rem;
  max-width: 102.6rem;
}
.hero--spacing-2 .hero__image {
  padding-top: 64%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--spacing-2 .hero__image {
    padding-top: 100%;
  }
}
.hero--spacing-2 .hero__inner {
  bottom: -23.5rem;
}
@media (max-width: 1023px) {
  .hero--spacing-2 .hero__inner {
    bottom: 0;
  }
}
.hero--spacing-2 .hero__inner .hero__content-inner {
  max-width: 91rem;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .hero--spacing-2 .hero__inner .hero__content-inner {
    max-width: 100%;
  }
}
.hero--spacing-2 .hero__inner .hero__content-inner p {
  max-width: 88rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .hero--spacing-2 .hero__inner .hero__content-inner p {
    max-width: 100%;
  }
}
.hero--spacing-2 .section-overlay .section__content p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
.hero--spacing-3 .hero__content {
  min-height: 40rem;
  padding: 3rem 2rem 4.7rem 0;
}
.hero + section {
  position: relative;
  z-index: 2;
}
.hero--gradient .hero__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 28, 44, 0.6)), color-stop(60%, rgba(4, 28, 44, 0.5)), to(rgba(4, 28, 44, 0)));
  background-image: -o-linear-gradient(bottom, rgba(4, 28, 44, 0.6) 0%, rgba(4, 28, 44, 0.5) 60%, rgba(4, 28, 44, 0) 100%);
  background-image: linear-gradient(to top, rgba(4, 28, 44, 0.6) 0%, rgba(4, 28, 44, 0.5) 60%, rgba(4, 28, 44, 0) 100%);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0px 0px 20px 10px rgba(228, 0, 43, 0.6);
            box-shadow: 0px 0px 20px 10px rgba(228, 0, 43, 0.6);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(228, 0, 43, 0.6);
            box-shadow: 0 0 0 0 rgba(228, 0, 43, 0.6);
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
.ico-facebook-solid {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.ico-facebook-solid img {
  position: absolute;
  top: 0;
  left: 0;
}
.ico-twitter-solid {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.ico-twitter-solid img {
  position: absolute;
  top: 0;
  left: 0;
}
.ico-instagram-solid {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.ico-instagram-solid img {
  position: absolute;
  top: 0;
  left: 0;
}
.ico-linkedin-solid {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.ico-linkedin-solid img {
  position: absolute;
  top: 0;
  left: 0;
}
.ico-facebook {
  width: 1.8rem;
  height: 1.8rem;
}
.ico-twitter {
  width: 1.8rem;
  height: 1.8rem;
}
.ico-instagram {
  width: 1.8rem;
  height: 1.8rem;
}
.ico-linkedin {
  width: 1.8rem;
  height: 1.8rem;
}
.ico-youtube {
  width: 1.8rem;
  height: 1.8rem;
}
/* ------------------------------------------------------------ *\
	Info
\* ------------------------------------------------------------ */
.info {
  padding-top: 1.8rem;
  border-top: 0.1rem solid #CECECE;
}
.info > ul {
  margin-bottom: 1.6rem;
  list-style-type: none;
}
.info > ul > li + li {
  margin-top: 1.8rem;
  padding-top: 1.7rem;
  border-top: 0.1rem solid #CECECE;
}
.info h6 {
  margin-bottom: 0.3rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.info p {
  font-size: 1.4rem;
  font-weight: 300;
  color: #5F5F5F;
}
.info + .info {
  border-top: 0;
}
.info ul a {
  text-decoration: underline;
}
.info ul a:hover {
  color: inherit;
  text-decoration: none;
}
.info--border--bottom {
  border-bottom: 0.1rem solid #CECECE;
}
/* ------------------------------------------------------------ *\
	Link main
\* ------------------------------------------------------------ */
.link-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-family: "puffin", serif;
}
.link-main:hover {
  color: inherit;
  text-decoration: underline;
}
.link-main i {
  color: #F2A900;
  margin-left: 1rem;
}
/* Link main light */
.link-main--light {
  color: #fff;
}
/* Link main alt */
.link-main--alt {
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .link-main--alt {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link-main--alt {
    font-size: 1.4rem;
  }
}
.link-main--alt span {
  font-weight: 600;
}
.link-main--alt i {
  color: #041C2C;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .link-main--alt i {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link-main--alt i {
    font-size: 1.2rem;
  }
}
/* Link main secondary */
.link-main--secondary {
  display: block;
}
/* ------------------------------------------------------------ *\
	Link more wrapper
\* ------------------------------------------------------------ */
.link-more-wrapper {
  position: relative;
  text-align: center;
}
.link-more-wrapper:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #CECECE;
  height: 0.1rem;
}
.link-more {
  position: relative;
  display: inline-block;
  height: 2.8rem;
  line-height: 2.4rem;
  border-radius: 1.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  border: 0.1rem solid #CECECE;
  padding: 0 1rem;
  background: #fff;
  z-index: 1;
}
.link-more:hover {
  color: #fff !important;
  background-color: #041C2C;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .link-more:hover {
    color: #F2A900;
    text-decoration: none;
  }
}
.link-more i {
  display: inline-block;
  margin-left: 0.5rem;
}
.link-more span {
  display: inline-block;
  min-width: 7.4rem;
  text-align: left;
  font-family: "puffin", serif;
  line-height: 1;
}
.link-more .less {
  display: none;
}
.link-more.is--active i {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.link-more.is--active .more {
  display: none;
}
.link-more.is--active .less {
  display: inline-block;
}
/* ------------------------------------------------------------ *\
	Link primary
\* ------------------------------------------------------------ */
.link-primary {
  display: inline-block;
  font-size: 1.4rem;
}
.link-primary span {
  display: inline-block;
  font-weight: 300;
}
.link-primary i {
  display: inline-block;
  margin-right: 0.8rem;
}
/* ------------------------------------------------------------ *\
	Link primary solid
\* ------------------------------------------------------------ */
.link-primary--solid {
  padding: 0.5rem 1.4rem 0.8rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
/* ------------------------------------------------------------ *\
	List checkboxes
\* ------------------------------------------------------------ */
.list-checkboxes {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.8rem -1.1rem;
}
.list-checkboxes li {
  max-width: calc(100% / 8);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 8);
      flex-basis: calc(100% / 8);
  padding: 0.8rem 1.1rem;
  height: 100%;
}
@media (max-width: 1199px) {
  .list-checkboxes li {
    max-width: calc(100% / 6);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 6);
        flex-basis: calc(100% / 6);
  }
}
@media (max-width: 1023px) {
  .list-checkboxes li {
    max-width: calc(100% / 5);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 5);
        flex-basis: calc(100% / 5);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-checkboxes li {
    max-width: calc(100% / 3);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
  }
}
@media (max-width: 575px) {
  .list-checkboxes li {
    max-width: calc(100% / 2);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
}
.list-checkboxes--secondary {
  display: block;
  margin: 0;
}
.list-checkboxes--secondary li {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-top: 0.1rem solid #BEDCE6;
  padding: 1.7rem 0;
}
/* ------------------------------------------------------------ *\
	List data
\* ------------------------------------------------------------ */
.list-data {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-data {
    margin: 0 -1rem;
  }
}
.list-data li {
  padding: 0 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-data li {
    padding: 0 1rem;
  }
}
.list-data li:after {
  content: "";
  width: 0.1rem;
  height: 2.2rem;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 46%;
  right: 0;
  opacity: 0.2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list-data li:last-child:after {
  display: none;
}
.list-data p {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-data p {
    font-size: 1.2rem;
  }
}
.list-data p span {
  font-weight: 300;
}
/* ------------------------------------------------------------ *\
	List details
\* ------------------------------------------------------------ */
.list-details {
  list-style-type: none;
  font-size: 1.4rem;
}
.list-details li + li {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .list-details li + li {
    margin-top: 1.6rem;
  }
}
.list-details span {
  font-family: "puffin", serif;
  margin-right: 1.4rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .list-details span {
    display: block;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.list-details small {
  font-size: 1.4rem;
  font-weight: 300;
}
/* ------------------------------------------------------------ *\
	List details alt
\* ------------------------------------------------------------ */
.list-details--alt span {
  display: block;
  margin-right: 0;
  margin-bottom: 0.3rem;
}
.list-details--alt small {
  display: block;
}
.list-details--alt li + li {
  margin-top: 1.7rem;
}
/* ------------------------------------------------------------ *\
List facilities
\* ------------------------------------------------------------ */
.list-facilities {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3.1rem;
}
@media (max-width: 1399px) {
  .list-facilities {
    margin: -1rem;
  }
}
.list-facilities li {
  padding: 0 3.1rem;
  max-width: calc(100% / 6);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 6);
      flex-basis: calc(100% / 6);
  position: relative;
}
@media (max-width: 1399px) {
  .list-facilities li {
    padding: 1rem;
  }
}
@media (max-width: 1199px) {
  .list-facilities li {
    max-width: calc(100% / 4);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-facilities li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.list-facilities li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 7rem;
  width: 0.1rem;
  background-color: #BEDCE6;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-facilities li:not(:last-child):after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .list-facilities li:nth-child(4):after {
    display: none;
  }
}
.list-facilities a {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "puffin", serif;
  letter-spacing: -0.015em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-facilities a {
    font-size: 1.2rem;
  }
}
.list-facilities a i {
  font-size: 1.6rem;
  margin-right: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-facilities a i {
    margin-right: 0.6rem;
    font-size: 1.4rem;
  }
}
.list-facilities a + a {
  margin-top: 2rem;
}
.list-facilities--secondary li {
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-facilities--secondary li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* ------------------------------------------------------------ *\
	List features
\* ------------------------------------------------------------ */
.list-features {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-features {
    display: block;
    margin: 0;
  }
}
.list-features h6 {
  display: inline-block;
  margin-bottom: 0;
}
.list-features i {
  margin-right: 0.7rem;
  font-size: 2rem;
}
.list-features li {
  padding: 0 2.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-features li {
    padding: 2.3rem 0;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.list-features li:after {
  content: "";
  width: 0.1rem;
  height: 3.2rem;
  display: inline-block;
  background: #041C2C;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0.2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-features li:after {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 0.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-features li:last-child {
    padding-bottom: 0;
  }
}
.list-features li:last-child:after {
  display: none;
}
/* ------------------------------------------------------------ *\
	List info
\* ------------------------------------------------------------ */
.list-info {
  list-style-type: none;
}
.list-info li + li {
  margin-top: 1rem;
}
.list-info h6 {
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  font-family: "puffin", serif;
  color: #fff !important;
  font-weight: 500;
}
.list-info p {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}
/* ------------------------------------------------------------ *\
	List logos
\* ------------------------------------------------------------ */
.list-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}
@media (max-width: 1023px) {
  .list-logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.list-logos li + li {
  margin-left: 2rem;
}
/* ------------------------------------------------------------ *\
	List partners
\* ------------------------------------------------------------ */
.list-partners {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0 -5rem -3rem;
}
@media (max-width: 1023px) {
  .list-partners {
    margin: 0 -2rem -3rem;
  }
}
.list-partners li {
  padding: 0 5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .list-partners li {
    text-align: center;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 2rem;
  }
}
@media (max-width: 575px) {
  .list-partners li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	List pillars
\* ------------------------------------------------------------ */
.list-pillars {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.1rem;
}
.list-pillars li {
  padding: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 1.1rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-pillars li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .list-pillars li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.list-pillars li img {
  margin-bottom: 1.5rem;
}
.list-pillars li h4 {
  margin-bottom: 1.4rem;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-family: "puffin", serif;
}
/* ------------------------------------------------------------ *\
	List steps
\* ------------------------------------------------------------ */
.list-steps {
  list-style-type: none;
  position: relative;
  display: inline-block;
  text-align: center;
}
.list-steps:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.2rem;
  background: #041C2C;
}
.list-steps li {
  display: inline-block;
}
.list-steps li + li {
  margin-left: 1.9rem;
}
.list-steps span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 2rem;
  font-weight: bold;
  font-family: "puffin", serif;
  border: 0.2rem solid #041C2C;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
  border: none;
}
.list-steps .is-active span {
  background: #041C2C;
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  height: 91.8rem;
}
@media (max-width: 1199px) {
  .map {
    height: 70rem;
  }
}
@media (max-width: 1023px) {
  .map {
    height: 56rem;
  }
}
/* ------------------------------------------------------------ *\
	Menu
\* ------------------------------------------------------------ */
.menu {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  background-color: #F2FAFD;
  z-index: 2;
  border-top: 0.1rem solid #BEDCE6;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.6s, visibility 0.6s, 0.6s;
  -o-transition: opacity 0.6s, visibility 0.6s, 0.6s;
  transition: opacity 0.6s, visibility 0.6s, 0.6s;
  min-height: 46.8rem;
  overflow: hidden;
  /* opacity: 1;
  visibility: visible;
  transform: none;   */
}
@media (max-width: 1023px) {
  .menu {
    top: 8.2rem;
    min-height: 100% !important;
    padding-bottom: 6rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .menu {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.menu.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.menu .menu__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.4rem;
  text-transform: none;
  display: block;
  text-align: center;
  z-index: 10;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .menu .menu__close {
    display: none;
  }
}
.menu .menu__close span {
  display: inline-block;
  margin-right: 0;
}
.menu .menu__close i {
  font-size: 2.2rem;
  display: block;
}
.menu .js-menu-back {
  background-color: #fff;
  padding: 1.5rem 2.4rem 1.1rem;
  padding: 1.9rem 3rem 1.8rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .menu .js-menu-back {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1023px) {
  .menu .js-menu-back i {
    margin: -0.4rem 1rem 0 0;
  }
}
@media (max-width: 1023px) {
  .menu .shell {
    padding: 0;
  }
}
.menu .menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu .menu__aside {
  padding: 2.7rem 5.4rem 5rem 6.2rem;
  position: relative;
  max-width: 36.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.33%;
          flex: 0 0 36.33%;
}
@media (max-width: 1199px) {
  .menu .menu__aside {
    padding: 2rem 3rem 3rem 2rem;
    max-width: 32%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}
@media (max-width: 1023px) {
  .menu .menu__aside {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3rem 0;
  }
}
.menu .menu__aside:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #E8F4F9;
  z-index: -1;
}
@media (max-width: 1023px) {
  .menu .menu__aside:after {
    display: none;
  }
}
.menu .menu__nav {
  position: absolute;
  background-color: #E8F4F9;
  height: 100%;
  max-width: 39.5%;
  width: 100%;
  padding: 2.7rem 0 5rem 6.2rem;
}
@media (max-width: 1023px) {
  .menu .menu__nav {
    max-width: 100%;
    padding: 0;
    overflow-y: auto;
    background-color: #F2FAFD;
    height: auto;
  }
}
.menu .menu__nav h6 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  font-family: "puffin", serif;
  color: #041C2C;
}
.menu .menu__nav li {
  padding-bottom: 0;
}
.menu .menu__nav ul {
  display: block;
  max-width: 34rem;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .menu .menu__nav ul {
    max-width: 100%;
  }
}
.menu .menu__nav ul a {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "puffin", serif;
  color: #041C2C;
  letter-spacing: -0.015em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: none;
  padding: 1.3rem 1rem 1rem 1.3rem;
  border-bottom: 0.1rem solid #BEDCE6;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media (max-width: 1023px) {
  .menu .menu__nav ul a {
    padding: 1.4rem 2.4rem 1rem;
    background-color: #F2FAFD;
  }
}
.menu .menu__nav ul a:before {
  display: none;
}
.menu .menu__nav ul a i {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
@media (max-width: 1023px) {
  .menu .menu__nav ul a i {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.menu .menu__nav ul li {
  padding-right: 6.2rem;
}
@media (max-width: 1023px) {
  .menu .menu__nav ul li {
    padding-right: 0;
  }
}
.menu .menu__nav ul li a.is-active {
  background-color: #fff;
  color: #041C2C !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .menu .menu__nav ul li a.is-active {
    background-color: #F2FAFD;
    color: #041C2C !important;
  }
}
.menu .menu__nav ul li:hover > a {
  background-color: #fff;
  color: #041C2C !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .menu .menu__nav ul li:hover > a {
    background-color: #F2FAFD;
    color: #041C2C !important;
  }
}
@media (max-width: 1023px) {
  .menu .menu__nav ul li:hover > .submenu {
    opacity: 0;
    pointer-events: none;
  }
}
.menu .menu__nav ul li + li {
  margin: 0.1rem 0 0 0;
}
@media (max-width: 1023px) {
  .menu .menu__nav ul li + li {
    margin: 0;
  }
}
.menu .submenu {
  position: absolute !important;
  top: 0;
  left: 100%;
  padding: 4.3rem 1.2rem 2rem 0;
  width: 24.5vw;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.6s, visibility 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, visibility 0.6s, -webkit-transform 0.6s;
  -o-transition: opacity 0.6s, visibility 0.6s, transform 0.6s;
  transition: opacity 0.6s, visibility 0.6s, transform 0.6s;
  transition: opacity 0.6s, visibility 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
@media (max-width: 1199px) {
  .menu .submenu {
    width: 30vw;
    padding-top: 8rem;
  }
}
@media (max-width: 1023px) {
  .menu .submenu {
    left: 0;
    width: 100%;
    background-color: #F2FAFD;
    z-index: 2;
    height: 100%;
    padding: 2rem 0 12rem;
    overflow-y: auto;
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .menu .submenu {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.menu .submenu.is-active {
  opacity: 1 !important;
  pointer-events: auto !important;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .menu .submenu.is-active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.menu .submenu .js-menu-back {
  background-color: #fff;
  padding: 1.5rem 2.4rem 1.1rem;
  padding: 1.9rem 3rem 1.8rem;
}
@media (max-width: 1023px) {
  .menu .submenu .js-menu-back {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1023px) {
  .menu .submenu .js-menu-back i {
    margin: -0.4rem 1rem 0 0;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.menu .submenu h6 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  font-family: "puffin", serif;
  padding-left: 5.4rem;
}
@media (max-width: 1199px) {
  .menu .submenu h6 {
    padding-left: 2rem;
  }
}
@media (max-width: 1023px) {
  .menu .submenu h6 {
    padding: 1.4rem 2.4rem 1rem;
    background-color: #fff;
    margin-bottom: 0;
  }
}
.menu .submenu ul li {
  padding: 0 0 0 5.4rem;
}
@media (max-width: 1199px) {
  .menu .submenu ul li {
    padding-left: 2rem;
  }
}
@media (max-width: 1023px) {
  .menu .submenu ul li {
    padding-left: 0;
  }
}
.menu .submenu .submenu {
  margin-left: -1rem;
  width: 26vw;
}
@media (max-width: 1199px) {
  .menu .submenu .submenu {
    width: 30vw;
  }
}
@media (max-width: 1023px) {
  .menu .submenu .submenu {
    width: 100%;
  }
}
.menu .submenu .submenu li:hover a {
  background-color: transparent;
  text-decoration: underline;
}
.menu .submenu ul {
  display: block;
  max-width: 100%;
}
.menu .submenu ul a {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "puffin", serif;
  color: #041C2C;
  letter-spacing: -0.015em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: none;
  padding: 1.3rem 10px 10px 1.3rem;
  border-bottom: 0.1rem solid #BEDCE6;
}
@media (max-width: 1023px) {
  .menu .submenu ul a {
    padding: 1.4rem 2.4rem 1rem;
  }
}
.menu .submenu ul a:before {
  display: none;
}
.menu .submenu ul a:hover {
  text-decoration: underline;
}
.menu .submenu ul a i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 400;
}
.menu .submenu ul li + li {
  margin: 0.1rem 0 0 0;
}
/* ------------------------------------------------------------ *\
	Nav access
\* ------------------------------------------------------------ */
.nav-access ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .nav-access ul {
    display: block;
  }
}
.nav-access li + li {
  margin-left: 3.2rem;
}
@media (max-width: 1023px) {
  .nav-access li + li {
    margin-left: 0;
    margin-top: 2rem;
    margin-top: 0;
  }
}
.nav-access .js-toggle-search {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.nav-access .js-toggle-search.is-active {
  color: #009DD1;
}
.nav-access a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.06rem;
}
@media (max-width: 1023px) {
  .nav-access a {
    color: #041C2C;
    padding: 1.5rem 2.4rem 1.1rem;
    display: block;
    border-bottom: 0.1rem solid #CECECE;
    text-align: left;
    background-color: #F2FAFD;
  }
}
@media (max-width: 1023px) {
  .nav-access li:last-child a {
    border-bottom: none;
  }
}
.nav-access i {
  font-size: 1.5rem;
}
.nav-access span {
  display: inline-block;
  margin-right: 1rem;
}
/* ------------------------------------------------------------ *\
	Nav secondary
\* ------------------------------------------------------------ */
.nav-secondary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .nav-secondary ul {
    display: block;
    text-align: center;
  }
}
.nav-secondary li + li {
  margin-left: 3.3rem;
}
@media (max-width: 1023px) {
  .nav-secondary li + li {
    margin-left: 0;
    margin-top: 2rem;
    margin-top: 0;
  }
}
.nav-secondary li {
  padding-bottom: 1.3rem;
}
@media (max-width: 1023px) {
  .nav-secondary li {
    padding-bottom: 0;
  }
}
.nav-secondary li:hover {
  /* .menu {
  	opacity: 1;
  	visibility: visible;
  	transform: translateX(0);  

  	@include breakpoint-down(tablet) {
  		opacity: 0;
  		visibility: hidden;  
  	}
  } */
}
.nav-secondary a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.07rem;
  position: relative;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 1023px) {
  .nav-secondary a {
    color: #041C2C;
    padding: 1.5rem 2.4rem 1.1rem;
    display: block;
    border-bottom: 0.1rem solid #CECECE;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #F2FAFD;
  }
}
.nav-secondary a i {
  display: none;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .nav-secondary a i {
    display: block;
  }
}
.nav-secondary a:hover {
  color: #0089BD;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary a:hover {
    color: inherit;
  }
}
.nav-secondary a:hover:before {
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary a:hover:before {
    display: none;
  }
}
.nav-secondary a:focus {
  color: #0089BD !important;
}
.nav-secondary a:focus:before {
  width: 100%;
}
.nav-secondary a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #0089BD;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
.nav-secondary span {
  display: inline-block;
  margin-right: 1rem;
}
/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: inline-block;
  width: 1.6rem;
  height: 1.5rem;
}
.nav-trigger span {
  position: absolute;
  display: block;
  height: 0.3rem;
  width: 100%;
  border-radius: 0.3rem;
  background: #000;
  -webkit-transition: top 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  -o-transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}
.nav-trigger span:nth-child(1) {
  top: 0;
}
.nav-trigger span:nth-child(2) {
  top: 0.6rem;
}
.nav-trigger span:nth-child(3) {
  top: 1.2rem;
}
.nav-trigger--active span {
  -webkit-transition: background 0.2s, top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
  -o-transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s, -webkit-transform 0.2s 0.25s;
}
.nav-trigger--active span:nth-child(1),
.nav-trigger--active span:nth-child(3) {
  top: 0.6rem;
}
.nav-trigger--active span:nth-child(2) {
  opacity: 0;
}
.nav-trigger--active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-trigger--active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .nav ul {
    display: block;
  }
}
.nav li + li {
  margin-left: 4rem;
}
@media (max-width: 1023px) {
  .nav li + li {
    margin-left: 0;
    margin-top: 2rem;
    margin-top: 0;
  }
}
.nav a {
  font-family: "puffin", serif;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  letter-spacing: -0.06rem !important;
  position: relative;
}
@media (max-width: 1199px) {
  .nav a {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .nav a {
    color: #041C2C;
    padding: 1.5rem 2.4rem 1.1rem;
    display: block;
    border-bottom: 0.1rem solid #CECECE;
    background-color: #fff;
  }
}
.nav a:hover {
  color: #fff;
}
.nav a:hover:before {
  width: 100%;
}
.nav a:focus {
  color: #041C2C !important;
}
.nav a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.2rem;
  background-color: #041C2C;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
@media (max-width: 1023px) {
  .nav a:before {
    display: none;
  }
}
.nav a:hover {
  text-decoration: none;
}
.nav a:after {
  content: "";
  position: absolute;
  bottom: -3.4rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #009DD1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
@media (max-width: 1023px) {
  .nav a:after {
    bottom: -0.6rem;
    display: none;
  }
}
.nav .menu {
  position: fixed;
  top: 172px;
}
.nav li.is-current > a:after {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "puffin", serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .paging {
    display: block;
    text-align: center;
  }
}
.paging .paging__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid #CECECE;
  border-radius: 0.4rem;
  max-width: 44.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .paging .paging__inner {
    margin: 2rem auto 0;
  }
}
@media (max-width: 575px) {
  .paging .paging__inner {
    display: block;
    max-width: 27.6rem;
    margin: 0 auto;
  }
}
.paging ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  border-left: 0.1rem solid #CECECE;
  border-right: 0.1rem solid #CECECE;
}
@media (max-width: 575px) {
  .paging ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
  }
}
.paging li + li {
  border-left: 0.1rem solid #CECECE;
}
.paging li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 4.6rem;
}
@media (max-width: 575px) {
  .paging li {
    border-top: 0.1rem solid #CECECE;
    border-bottom: 0.1rem solid #CECECE;
    width: 4.6rem;
  }
}
.paging a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #041C2C;
}
.paging a:hover {
  background-color: #041C2C;
  color: #fff;
}
.paging .paging__next,
.paging .paging__prev {
  height: 4.6rem;
  min-width: 7.2rem;
  text-align: center;
  padding: 0 1rem;
  color: #041C2C;
}
@media (max-width: 575px) {
  .paging .paging__next,
.paging .paging__prev {
    line-height: 4.6rem;
  }
}
.paging .paging__label {
  display: inline-block;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}
@media (max-width: 575px) {
  .paging .paging__label {
    margin-bottom: 1rem;
  }
}
.paging .is-current a {
  background: #041C2C;
  color: #fff;
  background-color: #009DD1;
}
.paging .is-current a:hover {
  background-color: #041C2C;
}
/* ------------------------------------------------------------ *\
	Popup filters
\* ------------------------------------------------------------ */
.popup-filters {
  max-width: 126.8rem;
  width: 100%;
  background-color: #F2FAFD;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -2.7rem);
      -ms-transform: translate(-50%, -2.7rem);
          transform: translate(-50%, -2.7rem);
  padding: 3rem 5.7rem 4.2rem;
  z-index: 3;
  border-radius: 0.4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
@media (max-width: 1199px) {
  .popup-filters {
    padding: 2rem 3rem;
  }
}
@media (max-width: 1023px) {
  .popup-filters {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-2.7rem);
        -ms-transform: translateY(-2.7rem);
            transform: translateY(-2.7rem);
    width: 100%;
    max-width: calc(100% - 3rem);
    margin: 0 auto;
    height: auto;
    padding: 0;
    padding: 2rem 1.5rem;
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-filters {
    max-width: calc(100% - 2rem);
    margin-right: 3.5rem;
    opacity: 1;
    visibility: visible;
  }
}
.popup-filters.is-active {
  opacity: 1;
  visibility: visible;
}
.popup-filters .popup__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2.6rem;
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-filters .popup__close {
    display: block;
  }
}
.popup-filters p {
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  max-width: 100%;
  margin-bottom: 2.7rem;
}
.popup-filters h6 {
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.popup-filters .list-checkboxes + .form-popup {
  margin-top: 2.8rem;
}
.popup-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-primary:not(.active) {
  opacity: 0;
  visibility: hidden;
}
.popup-primary .video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup-primary .video-container {
  padding: 2rem 1.5rem;
  position: relative;
  width: 100%;
  max-width: 100rem;
  height: 100vh;
  max-height: 85vh;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.popup-primary .close-video {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 2.5%;
  top: 5%;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 150;
  background: transparent;
  border: 0;
}
.popup-primary .close-video:before, .popup-primary .close-video:after {
  content: "";
  width: 60%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-primary .close-video:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-primary .close-video:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup-primary .close-video:focus {
  outline: none;
}
.popup-primary .close-video:hover {
  opacity: 0.7;
}
.popup-primary video,
.popup-primary iframe {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.popup-primary video {
  height: auto;
}
.popup-primary video {
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-primary.active {
  opacity: 1;
  visibility: visible;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(4, 28, 44, 0.8);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9991;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-primary.active .video-container {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/* ------------------------------------------------------------ *\
	Radio primary
\* ------------------------------------------------------------ */
.radio--primary input {
  display: none;
}
.radio--primary input:checked + label {
  background: #041C2C;
  color: #fff;
}
.radio--primary label {
  display: block;
  height: 6.8rem;
  line-height: 6.8rem;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "puffin", serif;
  text-align: center;
  border-radius: 0.6rem;
  border: 0.2rem solid #041C2C;
  background: #fff;
}
@media (max-width: 1023px) {
  .radio--primary label {
    height: 5.4rem;
    line-height: 5.4rem;
    font-size: 2rem;
  }
}
@media (max-width: 374px) {
  .radio--primary label {
    font-size: 1.8rem;
  }
}
.radio--secondary label {
  font-size: 2rem;
  height: 5.4rem;
  line-height: 5.4rem;
  border: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .radio--secondary label {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Radio group
\* ------------------------------------------------------------ */
.radio-group--switch {
  padding: 0 1rem 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0.1rem solid #041C2C;
  position: relative;
  background-color: white;
  color: black;
  overflow: hidden;
  border-radius: 2rem;
  border: none;
}
.radio-group--switch input[type=radio] {
  display: none;
}
.radio-group--switch label {
  font-family: "puffin", serif;
  position: relative;
  z-index: 2;
  color: #041C2C;
  font-size: 1.6rem;
  font-weight: 600;
  height: 3.8rem;
  line-height: 3.8rem;
  padding: 0 1.4rem;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  width: 33.33%;
}
@media (max-width: 1023px) {
  .radio-group--switch label {
    font-size: 1.6rem;
    padding: 0 1.5rem;
    height: 3.4rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 340px) {
  .radio-group--switch label {
    font-size: 1.4rem;
  }
}
.radio-group--switch input:checked + label {
  color: #fff;
}
.radio-group--switch .indicator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  height: 100%;
  width: 33.33%;
  background-color: #041C2C;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
  left: -33.33%;
  border-radius: 2rem;
}
.radio-group--switch .radio-1:checked ~ .indicator {
  left: -0.2rem;
  width: calc(33.33% + .2rem);
}
.radio-group--switch .radio-2:checked ~ .indicator {
  left: 33.33%;
}
.radio-group--switch .radio-3:checked ~ .indicator {
  left: calc(66.66% + .2rem);
  width: calc(33.33% + .2rem);
}
/* ------------------------------------------------------------ *\
	Radios
\* ------------------------------------------------------------ */
.radios .grid {
  margin: 0 -0.7rem -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .radios .grid {
    margin: 0 -0.7rem -1.2rem;
  }
}
.radios .grid__col {
  padding: 0 0.7rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .radios .grid__col {
    margin-bottom: 1.2rem;
  }
}
.radios .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
.radios .grid__col--2of3 {
  -webkit-box-flex: 66.66%;
      -ms-flex: 66.66% 1;
          flex: 66.66% 1;
  max-width: 66.66%;
}
/* ------------------------------------------------------------ *\
	Search fixed
\* ------------------------------------------------------------ */
.search-fixed {
  max-width: 89.2rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .search-fixed {
    max-width: 100%;
    width: 100%;
  }
}
.search-fixed form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .search-fixed form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search-fixed .search__inner {
  max-width: 64.6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64.6rem;
          flex: 0 0 64.6rem;
  width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .search-fixed .search__inner {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.search-fixed .search__inner .search__field {
  border: 0.1rem solid #BEDCE6;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "tablet-gothic", sans-serif;
  width: 100%;
  min-height: 5.6rem;
  padding: 0 4rem 0 1.4rem;
}
.search-fixed .search__inner label {
  position: absolute;
  top: 50%;
  right: 2.3rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  color: #009DD1;
}
.search-fixed .search__actions {
  margin-left: 1rem;
}
@media (max-width: 1023px) {
  .search-fixed .search__actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0 0;
  }
}
.search-fixed .search__actions a {
  font-size: 1.4rem;
  font-family: "puffin", serif;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #041C2C;
  display: inline-block;
  margin-left: 2.5rem;
}
.search-fixed .search__actions a i {
  font-size: 1.6rem;
  margin-left: 0.7rem;
}
.search-fixed .search__btn {
  min-width: 14rem;
  min-height: 5.6rem;
  text-align: center;
}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  color: #fff;
}
.search .search__inner {
  position: relative;
}
.search .search__field {
  font-size: 1.4rem;
  font-family: "tablet-gothic", sans-serif;
  font-weight: 300;
  padding: 0 3.4rem 0 1.5rem;
}
.search .search__field::-webkit-input-placeholder {
  color: #5F5F5F;
}
.search .search__field::-moz-placeholder {
  color: #5F5F5F;
}
.search .search__field:-ms-input-placeholder {
  color: #5F5F5F;
}
.search .search__field::-ms-input-placeholder {
  color: #5F5F5F;
}
.search .search__field::placeholder {
  color: #5F5F5F;
}
.search .search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 4rem;
  width: 4rem;
  background: transparent;
  color: #041C2C;
  border: 0;
  border-radius: 0;
  font-size: 1.6rem;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search .search__btn:hover {
  color: #F2A900;
}
.search .search__label {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: -0.2rem;
  margin-bottom: 0.7rem;
  display: block;
  color: #fff;
}
.search--secondary {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search--secondary {
    padding-right: 2rem;
  }
}
.search--secondary .search__label {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "puffin", serif;
  margin-bottom: 1.2rem;
}
.search--secondary .search__btn {
  position: relative;
  height: auto;
  min-height: 5.6rem;
  text-align: center;
  margin-left: 10px;
  min-width: 20.4rem;
  background-color: #009DD1;
  color: #fff;
  width: auto;
  font-size: 1.8rem;
  font-family: "puffin", serif;
  font-weight: 600;
  letter-spacing: -0.015em;
  border-radius: 0.4rem;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.search--secondary .search__btn:hover {
  background-color: #041C2C;
  color: #fff;
}
@media (max-width: 1199px) {
  .search--secondary .search__btn {
    max-width: 17%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    min-width: 17%;
  }
}
@media (max-width: 1023px) {
  .search--secondary .search__btn {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search--secondary .search__btn {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 1rem 0 0 0;
  }
}
.search--secondary .btn--secondary {
  color: #fff;
  border-color: #fff;
  min-height: 5.6rem;
  line-height: 5.6rem;
  padding: 0 1rem;
  min-width: 16.1rem;
  text-align: center;
  margin-left: 0.6rem;
}
.search--secondary .btn--secondary:hover {
  background-color: #fff;
  color: #041C2C;
}
@media (max-width: 1199px) {
  .search--secondary .btn--secondary {
    max-width: 17%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    min-width: 17%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search--secondary .btn--secondary {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 1rem 0 0 0;
  }
}
.search--secondary .search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search--secondary .search__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search--secondary .search__inner {
  max-width: 64.6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64.6rem;
          flex: 0 0 64.6rem;
}
@media (max-width: 1199px) {
  .search--secondary .search__inner {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search--secondary .search__inner {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.search--secondary .search__inner i {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  color: #041C2C;
}
.search--secondary .search__field {
  min-height: 5.6rem;
}
.search--secondary .js-popup-toggle {
  position: relative;
  -webkit-transition: background 0.4s, color 0.4s, border-color 0.4s;
  -o-transition: background 0.4s, color 0.4s, border-color 0.4s;
  transition: background 0.4s, color 0.4s, border-color 0.4s;
  font-size: 1.6rem;
}
.search--secondary .js-popup-toggle:after {
  content: "";
  position: absolute;
  top: 100%;
  left: -0.1rem;
  -webkit-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  width: calc(100% + .2rem);
  height: 3rem;
  background-color: #F2FAFD;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search--secondary .js-popup-toggle:after {
    display: none;
  }
}
.search--secondary .js-popup-toggle.is-active {
  color: #041C2C;
  background-color: #F2FAFD;
  border-color: #F2FAFD;
}
.search--secondary .js-popup-toggle.is-active:after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search--secondary .js-popup-toggle.is-active:after {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
/* ------------------------------------------------------------ *\
	Section boxes
\* ------------------------------------------------------------ */
.section-boxes {
  padding: 7.3rem 0 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.section-boxes .section__head {
  text-align: center;
  max-width: 91rem;
  margin: 0 auto 6.5rem;
}
@media (max-width: 1023px) {
  .section-boxes .section__head {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Section cards
\* ------------------------------------------------------------ */
.section-cards {
  padding: 6rem 0 8.9rem;
}
@media (max-width: 1023px) {
  .section-cards {
    padding: 3.2rem 0 6.4rem;
  }
}
@media (max-width: 1023px) {
  .section-cards .section__head h2 {
    padding: 0 1rem;
  }
}
/* ------------------------------------------------------------ *\
	Section cards news
\* ------------------------------------------------------------ */
.section.section-cards--news {
  padding: 6rem 0 5.7rem;
}
@media (max-width: 1023px) {
  .section.section-cards--news {
    padding: 6.3rem 0 4rem;
  }
}
.section.section-cards--news .section__head {
  margin-bottom: 5.7rem;
}
@media (max-width: 1023px) {
  .section.section-cards--news .section__head {
    margin-bottom: 3.2rem;
  }
}
.section.section-cards--news .section__foot {
  margin-top: 5.3rem;
}
.section.section-cards--news .section__foot .btn {
  min-width: 33rem;
  text-align: center;
  min-width: 19rem;
}
@media (max-width: 374px) {
  .section.section-cards--news .section__foot .btn {
    min-width: auto;
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Section cards primary
\* ------------------------------------------------------------ */
.section-cards-primary {
  padding: 3.8rem 0 7.9rem;
  position: relative;
  background-color: #fff;
}
.section-cards-primary .card + .cards {
  margin-top: 8rem;
  margin-top: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cards-primary .card + .cards {
    margin-top: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Section cards secondary
\* ------------------------------------------------------------ */
.section-cards-secondary {
  padding: 8rem 0 2.5rem;
}
.section-cards-secondary .card + .cards {
  margin-top: 8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cards-secondary .card + .cards {
    margin-top: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Section cards tertiary
\* ------------------------------------------------------------ */
.section-cards-tertiary {
  padding: 8rem 0 8rem;
}
.section-cards-tertiary .card + .cards {
  margin-top: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cards-tertiary .card + .cards {
    margin-top: 2rem;
  }
}
.section-cards-spacing-1 {
  padding: 8rem 0 4rem;
}
/* ------------------------------------------------------------ *\
	Section details alt
\* ------------------------------------------------------------ */
.section.section-details--alt {
  padding: 8rem 0 7.5rem;
  padding: 6rem 0 7.5rem;
}
@media (max-width: 1023px) {
  .section.section-details--alt {
    padding: 4rem 0;
  }
}
/* ------------------------------------------------------------ *\
	Section donation primary
\* ------------------------------------------------------------ */
.section-donation-primary .section__inner {
  background-color: #005EB8;
  color: #fff;
  position: relative;
  border-radius: 0.6rem;
}
@media (max-width: 1023px) {
  .section-donation-primary .section__inner {
    margin: 0 -1.5rem;
    width: 100vw;
    border-radius: 0;
  }
}
.section-donation-primary .section__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.1rem;
  height: 100%;
  background-color: #4685B4;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-donation-primary .section__inner:after {
    display: none;
  }
}
.section-donation-primary .socials i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-donation-primary .socials svg {
  fill: #041f32;
}
.section-donation-primary .socials a:hover {
  opacity: 1;
}
.section-donation-primary .socials a:hover svg {
  fill: #009DD1;
}
.section-donation-primary .grid {
  margin: -3rem;
}
@media (max-width: 1023px) {
  .section-donation-primary .grid {
    margin: -1rem;
  }
}
.section-donation-primary .grid__col {
  padding: 3rem;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .section-donation-primary .grid__col {
    padding: 1rem;
  }
}
.section-donation-primary .section__content {
  padding: 7.6rem 6rem 1rem 6.3rem;
}
@media (max-width: 1199px) {
  .section-donation-primary .section__content {
    padding: 2rem 2.5rem;
  }
}
@media (max-width: 1023px) {
  .section-donation-primary .section__content {
    padding: 2rem 1rem;
  }
}
.section-donation-primary .section__content img {
  margin-bottom: 2.4rem;
}
.section-donation-primary .section__content h3 {
  line-height: 1.26;
  font-weight: 600;
  font-family: "puffin", serif;
  letter-spacing: 0;
}
.section-donation-primary .section__content p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "tablet-gothic", sans-serif;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
.section-donation-primary .section__content p + .section__entry {
  margin-top: 3.6rem;
}
.section-donation-primary .section__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-family: "puffin", serif;
  letter-spacing: -0.007em;
}
.section-donation-primary .section__entry ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
}
.section-donation-primary .section__entry ul li + li {
  margin-left: 10px;
}
.section-donation-primary .section__entry ul a {
  display: block;
  min-width: 3.2rem;
  min-height: 3.2rem;
  border-radius: 50%;
  border: 0.1rem solid #CECECE;
  background-color: #fff;
  position: relative;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.section-donation-primary .section__entry ul a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-donation-primary .section__content--secondary {
  padding: 5rem 2rem 0 6.3rem;
}
@media (max-width: 1199px) {
  .section-donation-primary .section__content--secondary {
    padding: 2rem 2.5rem;
  }
}
@media (max-width: 1023px) {
  .section-donation-primary .section__content--secondary {
    padding: 2rem 1rem;
  }
}
.section-donation-primary .donation {
  padding: 1.2rem 6rem 0 4.2rem;
}
@media (max-width: 1199px) {
  .section-donation-primary .donation {
    padding: 2rem 2.5rem;
  }
}
@media (max-width: 1023px) {
  .section-donation-primary .donation {
    padding: 2rem 1.5rem;
  }
}
.section-donation-primary .donation .radios {
  color: #000;
}
.section-donation-primary .donation .donation__body {
  background-color: transparent;
  border-radius: 0.4rem;
  border: 0.1rem solid #BEDCE6;
  padding: 4.4rem 2.3rem 8.5rem 2.4rem;
}
@media (max-width: 1199px) {
  .section-donation-primary .donation .donation__body {
    padding: 2rem 2.5rem 8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-donation-primary .donation .donation__body {
    padding: 2rem 1rem 7rem;
  }
}
.section-donation-primary .donation .donation__body .list-steps {
  color: #000;
}
.section-donation-primary .donation .donation__body .grid {
  margin: -0.6rem -0.9rem;
}
.section-donation-primary .donation .donation__body .grid .grid__col {
  padding: 0.6rem 0.9rem;
  margin-bottom: 0;
}
.section-donation-primary .donation .donation__actions {
  background-color: #F2A900;
  color: #041C2C;
  border-radius: 0 0 0.4rem 0.4rem;
}
.section-donation-primary .donation .donation__actions a {
  width: 100%;
  text-align: center;
  color: #041C2C;
  background-color: #F2A900;
  font-family: "puffin", serif;
}
.section-donation-primary .donation .donation__actions a:hover {
  background-color: #009DD1;
  color: #fff;
}
.section-donation-primary--form .section__content {
  padding: 3.5rem 3.7rem 3rem 6.3rem;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .section-donation-primary--form .section__content {
    padding: 2rem 1.5rem;
  }
}
.section-donation-primary--form .section__content p + ul {
  margin-top: 2.5rem;
}
.section-donation-primary--form .section__content ul {
  list-style: none;
}
.section-donation-primary--form .section__content ul li + li {
  margin-top: 1.2rem;
}
.section-donation-primary--form .section__content ul li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  padding-left: 3.8rem;
  position: relative;
}
.section-donation-primary--form .section__content ul li:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 1.4rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
}
/* ------------------------------------------------------------ *\
	Section donation
\* ------------------------------------------------------------ */
.section-donation {
  position: relative;
  padding: 7.2rem 0 6rem;
}
@media (max-width: 1023px) {
  .section-donation {
    background: #E9E0D9;
    padding: 5rem 0 0;
    text-align: center;
  }
}
.section-donation h3 {
  margin-bottom: 2.6rem;
}
@media (max-width: 1023px) {
  .section-donation h3 {
    line-height: 1.3;
    margin-bottom: 3.2rem;
  }
}
.section-donation .section__content {
  max-width: 51.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .section-donation .section__content {
    margin: 0 auto 3.2rem;
    max-width: 38rem;
  }
}
.section-donation .section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .section-donation .section__image {
    position: relative;
    padding-top: 90%;
    height: auto;
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
  }
}
.section-donation .section__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.section-donation .section__link-primary {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 0.4rem;
  z-index: 1;
}
@media (max-width: 1023px) {
  .section-donation .section__link-primary {
    position: static;
    border-radius: 0.4rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Section events
\* ------------------------------------------------------------ */
.section.section-events {
  padding: 6rem 0 5rem;
}
@media (max-width: 1023px) {
  .section.section-events {
    padding: 4rem 0 5rem;
  }
}
.section.section-events .section__head {
  margin-bottom: 5rem;
}
@media (max-width: 1023px) {
  .section.section-events .section__head {
    margin-bottom: 3.2rem;
  }
}
.section.section-events .section__foot {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  .section.section-events .section__foot {
    margin-top: 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Section facilities
\* ------------------------------------------------------------ */
.section-facilities {
  margin-top: -4.8rem;
  position: relative;
  z-index: 2;
}
.section-facilities .section__inner {
  background-color: #F2FAFD;
  border-radius: 0.4rem;
  padding: 1.6rem 2.5rem 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-facilities .section__inner {
    padding: 1rem 1rem 2rem;
  }
}
.section-facilities .section__inner h6 {
  font-size: 1.8rem;
  font-family: "puffin", serif;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 2rem;
}
/* ------------------------------------------------------------ *\
	Section features
\* ------------------------------------------------------------ */
.section-features {
  padding: 7.4rem 0;
}
@media (max-width: 1023px) {
  .section-features {
    padding: 0.7rem 0 3.8rem;
  }
}
@media (max-width: 1023px) {
  .section-features .features {
    padding: 0 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Section features c
\* ------------------------------------------------------------ */
.section-features--alt {
  padding: 0 0 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-features--alt {
    padding: 0 0 3rem;
  }
}
.section-features--alt .features {
  padding: 4.2rem 3rem;
  background: #fff;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 1023px) {
  .section-features--alt .features {
    padding: 3rem 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Section features main
\* ------------------------------------------------------------ */
.section-features--main {
  padding: 10.6rem 0 5rem;
}
/* ------------------------------------------------------------ *\
	Section features primary
\* ------------------------------------------------------------ */
.section.section-features--primary {
  padding: 13.6rem 0 8rem;
}
@media (max-width: 1023px) {
  .section.section-features--primary {
    padding: 8rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section.section-features--primary {
    padding: 5rem 0;
  }
}
.section.section-features--primary .section__head {
  margin-bottom: 5.6rem;
}
@media (max-width: 1023px) {
  .section.section-features--primary .section__head {
    margin-bottom: 3.2rem;
  }
}
.section.section-features--primary .section__inner {
  max-width: 105.4rem;
  margin: 0 auto;
}
/* ------------------------------------------------------------ *\
	Section filters
\* ------------------------------------------------------------ */
.section-filters {
  padding: 8rem 0 8.4rem;
}
.section-filters .section__head {
  margin-bottom: 4rem;
}
.section-filters .section__foot {
  margin-top: 4rem;
}
.section-filters .card + .cards {
  margin-top: 3rem;
}
.section-filters .slider + .cards {
  margin-top: 3.5rem;
}
.section-filters .map + .card {
  margin-top: 5.6rem;
}
.section-filters .section__entry {
  max-width: 105rem;
}
.section-filters .section__entry h5 {
  font-weight: 300;
  font-family: "tablet-gothic", sans-serif;
  letter-spacing: 0;
}
.section-filters .section__entry + .section__body {
  margin-top: 4.2rem;
}
.section-filters--secondary {
  margin-top: -5rem;
  padding: 0 0 5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section-filters--secondary {
    margin-top: 0;
    padding: 5rem 0;
  }
}
.section-filters--secondary .section__head {
  background-color: #F2FAFD;
  border-radius: 0.4rem;
  padding: 2.2rem 3.5rem 2rem;
  margin-bottom: 5.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-filters--secondary .section__head {
    padding: 1rem 1.5rem;
    margin-bottom: 3rem;
  }
}
.section-filters--secondary .section__head .form-popup--secondary {
  padding: 4rem 1rem 0.8rem;
}
.section-filters--secondary .section__head .js-toggle-more {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-filters--secondary .form .form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-filters--secondary .form .form__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-filters--secondary .form .form__controls .form__label {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "puffin", serif;
  margin-right: 2.4rem;
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-filters--secondary .form .form__controls .form__label {
    font-size: 1.4rem;
    margin-right: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-filters--secondary .form .form__select {
    margin: 2rem 0 0;
  }
}
.section-filters--secondary .form .select select {
  min-width: 15rem;
  font-size: 1.6rem;
  background-color: #F2FAFD;
  border-color: #041C2C;
}
.section-filters--secondary .form .switch label {
  background-color: #F2FAFD;
  border-color: #041C2C;
}
/* ------------------------------------------------------------ *\
	Section form
\* ------------------------------------------------------------ */
.section-form {
  position: relative;
  padding: 15rem 0 7.3rem;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-form {
    padding: 6.7rem 0 4rem;
  }
}
.section-form .section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-form .section__background:before {
  content: "";
  display: inline-block;
  background: #041C2C;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.section-form .section__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.section-form .section__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 115rem;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-form .section__inner {
    display: block;
  }
}
.section-form .section__aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60.4%;
          flex: 0 0 60.4%;
  max-width: 60.4%;
}
@media (max-width: 1023px) {
  .section-form .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-form .section__aside {
    max-width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .section-form .section__aside h1 {
    font-size: 4rem;
  }
}
.section-form .section__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.6%;
          flex: 0 0 39.6%;
  max-width: 39.6%;
}
@media (max-width: 1023px) {
  .section-form .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-form .section__content {
    max-width: 100%;
    padding: 0 1.8rem;
  }
}
.section-form .section__content .form {
  max-width: 40.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-form .section__content .form {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ------------------------------------------------------------ *\
	Section form secondary
\* ------------------------------------------------------------ */
.section-form--secondary {
  padding: 6.2rem 0 7.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-form--secondary {
    padding: 6.7rem 0 4rem;
  }
}
/* ------------------------------------------------------------ *\
	Section information
\* ------------------------------------------------------------ */
.section.section-information {
  position: relative;
  padding: 5.7rem 0 8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(191, 191, 191, 0.01)), color-stop(2%, rgba(255, 255, 255, 0.02)), color-stop(4%, rgba(234, 234, 234, 0.04)), color-stop(5%, rgba(255, 255, 255, 0.05)), color-stop(6%, rgba(240, 255, 255, 0.06)), color-stop(7%, rgba(242, 242, 242, 0.07)), color-stop(8%, rgba(255, 255, 255, 0.08)), color-stop(9%, rgba(244, 244, 244, 0.09)), color-stop(11%, rgba(247, 247, 247, 0.11)), color-stop(12%, rgba(240, 240, 240, 0.12)), color-stop(13%, rgba(240, 248, 248, 0.13)), color-stop(14%, rgba(235, 242, 242, 0.14)), color-stop(15%, rgba(236, 242, 242, 0.15)), color-stop(17%, rgba(233, 238, 238, 0.07)), color-stop(18%, rgba(234, 244, 244, 0.08)), color-stop(19%, rgba(229, 240, 240, 0.09)), color-stop(20%, rgba(227, 236, 236, 0.1)), color-stop(21%, rgba(232, 241, 241, 0.11)), color-stop(22%, rgba(229, 238, 238, 0.12)), color-stop(23%, rgba(230, 234, 238, 0.13)), color-stop(24%, rgba(227, 235, 239, 0.14)), color-stop(25%, rgba(224, 232, 236, 0.15)), color-stop(27%, rgba(223, 234, 237, 0.17)), color-stop(28%, rgba(224, 234, 238, 0.18)), color-stop(30%, rgba(217, 226, 233, 0.19)), color-stop(31%, rgba(221, 230, 233, 0.21)), color-stop(32%, rgba(218, 227, 230, 0.22)), color-stop(33%, rgba(214, 226, 229, 0.23)), color-stop(34%, rgba(218, 227, 232, 0.24)), color-stop(35%, rgba(213, 225, 230, 0.25)), color-stop(36%, rgba(212, 225, 228, 0.26)), color-stop(37%, rgba(213, 224, 229, 0.27)), color-stop(38%, rgba(209, 222, 227, 0.28)), color-stop(40%, rgba(209, 221, 229, 0.29)), color-stop(41%, rgba(210, 222, 227, 0.31)), color-stop(42%, rgba(206, 220, 225, 0.32)), color-stop(43%, rgba(204, 217, 224, 0.33)), color-stop(44%, rgba(204, 220, 224, 0.34)), color-stop(46%, rgba(201, 215, 222, 0.36)), color-stop(47%, rgba(201, 218, 222, 0.37)), color-stop(48%, rgba(199, 215, 221, 0.38)), color-stop(49%, rgba(200, 215, 221, 0.39)), color-stop(50%, rgba(197, 213, 218, 0.4)), color-stop(51%, rgba(196, 211, 219, 0.41)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(191, 191, 191, 0.01) 1%, rgba(255, 255, 255, 0.02) 2%, rgba(234, 234, 234, 0.04) 4%, rgba(255, 255, 255, 0.05) 5%, rgba(240, 255, 255, 0.06) 6%, rgba(242, 242, 242, 0.07) 7%, rgba(255, 255, 255, 0.08) 8%, rgba(244, 244, 244, 0.09) 9%, rgba(247, 247, 247, 0.11) 11%, rgba(240, 240, 240, 0.12) 12%, rgba(240, 248, 248, 0.13) 13%, rgba(235, 242, 242, 0.14) 14%, rgba(236, 242, 242, 0.15) 15%, rgba(233, 238, 238, 0.07) 17%, rgba(234, 244, 244, 0.08) 18%, rgba(229, 240, 240, 0.09) 19%, rgba(227, 236, 236, 0.1) 20%, rgba(232, 241, 241, 0.11) 21%, rgba(229, 238, 238, 0.12) 22%, rgba(230, 234, 238, 0.13) 23%, rgba(227, 235, 239, 0.14) 24%, rgba(224, 232, 236, 0.15) 25%, rgba(223, 234, 237, 0.17) 27%, rgba(224, 234, 238, 0.18) 28%, rgba(217, 226, 233, 0.19) 30%, rgba(221, 230, 233, 0.21) 31%, rgba(218, 227, 230, 0.22) 32%, rgba(214, 226, 229, 0.23) 33%, rgba(218, 227, 232, 0.24) 34%, rgba(213, 225, 230, 0.25) 35%, rgba(212, 225, 228, 0.26) 36%, rgba(213, 224, 229, 0.27) 37%, rgba(209, 222, 227, 0.28) 38%, rgba(209, 221, 229, 0.29) 40%, rgba(210, 222, 227, 0.31) 41%, rgba(206, 220, 225, 0.32) 42%, rgba(204, 217, 224, 0.33) 43%, rgba(204, 220, 224, 0.34) 44%, rgba(201, 215, 222, 0.36) 46%, rgba(201, 218, 222, 0.37) 47%, rgba(199, 215, 221, 0.38) 48%, rgba(200, 215, 221, 0.39) 49%, rgba(197, 213, 218, 0.4) 50%, rgba(196, 211, 219, 0.41) 51%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(191, 191, 191, 0.01) 1%, rgba(255, 255, 255, 0.02) 2%, rgba(234, 234, 234, 0.04) 4%, rgba(255, 255, 255, 0.05) 5%, rgba(240, 255, 255, 0.06) 6%, rgba(242, 242, 242, 0.07) 7%, rgba(255, 255, 255, 0.08) 8%, rgba(244, 244, 244, 0.09) 9%, rgba(247, 247, 247, 0.11) 11%, rgba(240, 240, 240, 0.12) 12%, rgba(240, 248, 248, 0.13) 13%, rgba(235, 242, 242, 0.14) 14%, rgba(236, 242, 242, 0.15) 15%, rgba(233, 238, 238, 0.07) 17%, rgba(234, 244, 244, 0.08) 18%, rgba(229, 240, 240, 0.09) 19%, rgba(227, 236, 236, 0.1) 20%, rgba(232, 241, 241, 0.11) 21%, rgba(229, 238, 238, 0.12) 22%, rgba(230, 234, 238, 0.13) 23%, rgba(227, 235, 239, 0.14) 24%, rgba(224, 232, 236, 0.15) 25%, rgba(223, 234, 237, 0.17) 27%, rgba(224, 234, 238, 0.18) 28%, rgba(217, 226, 233, 0.19) 30%, rgba(221, 230, 233, 0.21) 31%, rgba(218, 227, 230, 0.22) 32%, rgba(214, 226, 229, 0.23) 33%, rgba(218, 227, 232, 0.24) 34%, rgba(213, 225, 230, 0.25) 35%, rgba(212, 225, 228, 0.26) 36%, rgba(213, 224, 229, 0.27) 37%, rgba(209, 222, 227, 0.28) 38%, rgba(209, 221, 229, 0.29) 40%, rgba(210, 222, 227, 0.31) 41%, rgba(206, 220, 225, 0.32) 42%, rgba(204, 217, 224, 0.33) 43%, rgba(204, 220, 224, 0.34) 44%, rgba(201, 215, 222, 0.36) 46%, rgba(201, 218, 222, 0.37) 47%, rgba(199, 215, 221, 0.38) 48%, rgba(200, 215, 221, 0.39) 49%, rgba(197, 213, 218, 0.4) 50%, rgba(196, 211, 219, 0.41) 51%);
}
.section.section-information .section__head {
  margin-bottom: 3.3rem;
  color: #041C2C;
}
.section.section-information .section__head,
.section.section-information .section__body {
  position: relative;
  z-index: 1;
}
.section.section-information .section__background {
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  bottom: 0;
}
.section.section-information .section__background:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(7%, rgba(255, 255, 255, 0.21)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.21) 7%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.21) 7%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.section.section-information .section__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.section.section-information .section__link-primary {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0.4rem 0.4rem 0 0;
}
/* ------------------------------------------------------------ *\
	Section information alt
\* ------------------------------------------------------------ */
.section.section-information--alt {
  padding: 5.7rem 0 0;
}
.section.section-information--alt .section__body {
  padding-bottom: 27.3rem;
}
@media (max-width: 1023px) {
  .section.section-information--alt .section__body {
    padding-bottom: 20rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section.section-information--alt .section__body {
    padding-bottom: 13rem;
  }
}
.section.section-information--alt + .section-information {
  padding: 7.4rem 0 8rem;
}
/* ------------------------------------------------------------ *\
	Section main
\* ------------------------------------------------------------ */
.section-main {
  padding: 8rem 0 2.2rem;
}
.section-main .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .section-main .section__inner {
    display: block;
  }
}
.section-main .section__inner + h3 {
  margin-top: 2rem;
  margin-bottom: 3.4rem;
}
.section-main .section__inner + .section__card {
  margin-top: 3rem;
}
.section-main .section__inner + .section__card--alt {
  margin-top: 4.2rem;
}
.section-main .section__aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
  max-width: 30rem;
}
@media (max-width: 1023px) {
  .section-main .section__aside {
    max-width: 100%;
  }
}
.section-main .section__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-right: 13.3rem;
  max-width: calc(100% - 30rem);
}
@media (max-width: 1199px) {
  .section-main .section__content {
    padding-right: 2rem;
  }
}
@media (max-width: 1023px) {
  .section-main .section__content {
    padding: 0;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Section main alt
\* ------------------------------------------------------------ */
.section-main--alt {
  padding: 8rem 0;
}
/* ------------------------------------------------------------ *\
	Section media
\* ------------------------------------------------------------ */
.section-media {
  position: relative;
  padding: 6.5rem 0 7.2rem;
}
.section-media .section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.section-media .section__image:before {
  content: "";
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 15, 26, 0.8)), color-stop(8%, rgba(0, 15, 26, 0.73)), color-stop(9%, rgba(0, 15, 26, 0.72)), color-stop(17%, rgba(0, 17, 28, 0.65)), color-stop(18%, rgba(0, 15, 26, 0.64)), color-stop(27%, rgba(0, 16, 28, 0.56)), color-stop(29%, rgba(0, 14, 25, 0.54)), color-stop(30%, rgba(0, 15, 26, 0.53)), color-stop(31%, rgba(0, 17, 28, 0.52)), color-stop(32%, rgba(0, 15, 26, 0.51)), color-stop(34%, rgba(0, 16, 28, 0.5)), color-stop(41%, rgba(0, 18, 29, 0.45)), color-stop(43%, rgba(0, 18, 30, 0.43)), color-stop(44%, rgba(0, 19, 30, 0.42)), color-stop(45%, rgba(0, 19, 31, 0.41)), color-stop(46%, rgba(0, 19, 31, 0.4)), color-stop(47%, rgba(0, 20, 29, 0.39)), color-stop(48%, rgba(0, 20, 30, 0.38)), color-stop(50%, rgba(0, 18, 29, 0.37)), color-stop(51%, rgba(0, 19, 29, 0.36)), color-stop(52%, rgba(0, 19, 33, 0.35)), color-stop(53%, rgba(0, 19, 30, 0.34)), color-stop(54%, rgba(0, 17, 31, 0.33)), color-stop(55%, rgba(0, 17, 32, 0.32)), color-stop(56%, rgba(0, 18, 33, 0.31)), color-stop(57%, rgba(0, 18, 30, 0.3)), color-stop(58%, rgba(0, 19, 31, 0.29)), color-stop(59%, rgba(3, 22, 35, 0.28)), color-stop(60%, rgba(3, 20, 33, 0.27)), color-stop(61%, rgba(3, 20, 34, 0.26)), color-stop(62%, rgba(0, 21, 31, 0.25)), color-stop(63%, rgba(0, 21, 32, 0.24)), color-stop(64%, rgba(0, 18, 33, 0.23)), color-stop(65%, rgba(0, 19, 34, 0.22)), color-stop(66%, rgba(4, 23, 35, 0.21)), color-stop(67%, rgba(4, 24, 36, 0.2)), color-stop(68%, rgba(4, 21, 37, 0.19)), color-stop(69%, rgba(0, 21, 34, 0.18)), color-stop(70%, rgba(0, 22, 35, 0.17)), color-stop(71%, rgba(0, 22, 36, 0.16)), color-stop(72%, rgba(5, 24, 38, 0.15)), color-stop(73%, rgba(5, 25, 39, 0.14)), color-stop(74%, rgba(5, 25, 40, 0.13)), color-stop(75%, rgba(5, 26, 36, 0.13)), color-stop(76%, rgba(0, 22, 33, 0.12)), color-stop(77%, rgba(0, 23, 34, 0.12)), color-stop(78%, rgba(0, 24, 36, 0.11)), color-stop(79%, rgba(0, 25, 37, 0.11)), color-stop(80%, rgba(0, 26, 39, 0.1)), color-stop(81%, rgba(0, 28, 41, 0.1)), color-stop(82%, rgba(0, 22, 36, 0.09)), color-stop(83%, rgba(0, 23, 39, 0.09)), color-stop(84%, rgba(0, 25, 33, 0.08)), color-stop(85%, rgba(0, 26, 35, 0.08)), color-stop(86%, rgba(0, 28, 38, 0.07)), color-stop(87%, rgba(0, 31, 41, 0.07)), color-stop(88%, rgba(0, 22, 44, 0.06)), color-stop(89%, rgba(0, 24, 49, 0.05)), color-stop(90%, rgba(0, 13, 40, 0.05)), color-stop(91%, rgba(0, 15, 30, 0.05)), color-stop(92%, rgba(0, 17, 34, 0.04)), color-stop(93%, rgba(0, 18, 36, 0.04)), color-stop(94%, rgba(0, 23, 46, 0.03)), color-stop(95%, rgba(0, 28, 57, 0.03)), color-stop(96%, rgba(0, 32, 32, 0.02)), color-stop(97%, rgba(0, 0, 51, 0.02)), color-stop(98%, rgba(0, 0, 0, 0.01)), color-stop(99%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 15, 26, 0.8) 0%, rgba(0, 15, 26, 0.73) 8%, rgba(0, 15, 26, 0.72) 9%, rgba(0, 17, 28, 0.65) 17%, rgba(0, 15, 26, 0.64) 18%, rgba(0, 16, 28, 0.56) 27%, rgba(0, 14, 25, 0.54) 29%, rgba(0, 15, 26, 0.53) 30%, rgba(0, 17, 28, 0.52) 31%, rgba(0, 15, 26, 0.51) 32%, rgba(0, 16, 28, 0.5) 34%, rgba(0, 18, 29, 0.45) 41%, rgba(0, 18, 30, 0.43) 43%, rgba(0, 19, 30, 0.42) 44%, rgba(0, 19, 31, 0.41) 45%, rgba(0, 19, 31, 0.4) 46%, rgba(0, 20, 29, 0.39) 47%, rgba(0, 20, 30, 0.38) 48%, rgba(0, 18, 29, 0.37) 50%, rgba(0, 19, 29, 0.36) 51%, rgba(0, 19, 33, 0.35) 52%, rgba(0, 19, 30, 0.34) 53%, rgba(0, 17, 31, 0.33) 54%, rgba(0, 17, 32, 0.32) 55%, rgba(0, 18, 33, 0.31) 56%, rgba(0, 18, 30, 0.3) 57%, rgba(0, 19, 31, 0.29) 58%, rgba(3, 22, 35, 0.28) 59%, rgba(3, 20, 33, 0.27) 60%, rgba(3, 20, 34, 0.26) 61%, rgba(0, 21, 31, 0.25) 62%, rgba(0, 21, 32, 0.24) 63%, rgba(0, 18, 33, 0.23) 64%, rgba(0, 19, 34, 0.22) 65%, rgba(4, 23, 35, 0.21) 66%, rgba(4, 24, 36, 0.2) 67%, rgba(4, 21, 37, 0.19) 68%, rgba(0, 21, 34, 0.18) 69%, rgba(0, 22, 35, 0.17) 70%, rgba(0, 22, 36, 0.16) 71%, rgba(5, 24, 38, 0.15) 72%, rgba(5, 25, 39, 0.14) 73%, rgba(5, 25, 40, 0.13) 74%, rgba(5, 26, 36, 0.13) 75%, rgba(0, 22, 33, 0.12) 76%, rgba(0, 23, 34, 0.12) 77%, rgba(0, 24, 36, 0.11) 78%, rgba(0, 25, 37, 0.11) 79%, rgba(0, 26, 39, 0.1) 80%, rgba(0, 28, 41, 0.1) 81%, rgba(0, 22, 36, 0.09) 82%, rgba(0, 23, 39, 0.09) 83%, rgba(0, 25, 33, 0.08) 84%, rgba(0, 26, 35, 0.08) 85%, rgba(0, 28, 38, 0.07) 86%, rgba(0, 31, 41, 0.07) 87%, rgba(0, 22, 44, 0.06) 88%, rgba(0, 24, 49, 0.05) 89%, rgba(0, 13, 40, 0.05) 90%, rgba(0, 15, 30, 0.05) 91%, rgba(0, 17, 34, 0.04) 92%, rgba(0, 18, 36, 0.04) 93%, rgba(0, 23, 46, 0.03) 94%, rgba(0, 28, 57, 0.03) 95%, rgba(0, 32, 32, 0.02) 96%, rgba(0, 0, 51, 0.02) 97%, rgba(0, 0, 0, 0.01) 98%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 15, 26, 0.8) 0%, rgba(0, 15, 26, 0.73) 8%, rgba(0, 15, 26, 0.72) 9%, rgba(0, 17, 28, 0.65) 17%, rgba(0, 15, 26, 0.64) 18%, rgba(0, 16, 28, 0.56) 27%, rgba(0, 14, 25, 0.54) 29%, rgba(0, 15, 26, 0.53) 30%, rgba(0, 17, 28, 0.52) 31%, rgba(0, 15, 26, 0.51) 32%, rgba(0, 16, 28, 0.5) 34%, rgba(0, 18, 29, 0.45) 41%, rgba(0, 18, 30, 0.43) 43%, rgba(0, 19, 30, 0.42) 44%, rgba(0, 19, 31, 0.41) 45%, rgba(0, 19, 31, 0.4) 46%, rgba(0, 20, 29, 0.39) 47%, rgba(0, 20, 30, 0.38) 48%, rgba(0, 18, 29, 0.37) 50%, rgba(0, 19, 29, 0.36) 51%, rgba(0, 19, 33, 0.35) 52%, rgba(0, 19, 30, 0.34) 53%, rgba(0, 17, 31, 0.33) 54%, rgba(0, 17, 32, 0.32) 55%, rgba(0, 18, 33, 0.31) 56%, rgba(0, 18, 30, 0.3) 57%, rgba(0, 19, 31, 0.29) 58%, rgba(3, 22, 35, 0.28) 59%, rgba(3, 20, 33, 0.27) 60%, rgba(3, 20, 34, 0.26) 61%, rgba(0, 21, 31, 0.25) 62%, rgba(0, 21, 32, 0.24) 63%, rgba(0, 18, 33, 0.23) 64%, rgba(0, 19, 34, 0.22) 65%, rgba(4, 23, 35, 0.21) 66%, rgba(4, 24, 36, 0.2) 67%, rgba(4, 21, 37, 0.19) 68%, rgba(0, 21, 34, 0.18) 69%, rgba(0, 22, 35, 0.17) 70%, rgba(0, 22, 36, 0.16) 71%, rgba(5, 24, 38, 0.15) 72%, rgba(5, 25, 39, 0.14) 73%, rgba(5, 25, 40, 0.13) 74%, rgba(5, 26, 36, 0.13) 75%, rgba(0, 22, 33, 0.12) 76%, rgba(0, 23, 34, 0.12) 77%, rgba(0, 24, 36, 0.11) 78%, rgba(0, 25, 37, 0.11) 79%, rgba(0, 26, 39, 0.1) 80%, rgba(0, 28, 41, 0.1) 81%, rgba(0, 22, 36, 0.09) 82%, rgba(0, 23, 39, 0.09) 83%, rgba(0, 25, 33, 0.08) 84%, rgba(0, 26, 35, 0.08) 85%, rgba(0, 28, 38, 0.07) 86%, rgba(0, 31, 41, 0.07) 87%, rgba(0, 22, 44, 0.06) 88%, rgba(0, 24, 49, 0.05) 89%, rgba(0, 13, 40, 0.05) 90%, rgba(0, 15, 30, 0.05) 91%, rgba(0, 17, 34, 0.04) 92%, rgba(0, 18, 36, 0.04) 93%, rgba(0, 23, 46, 0.03) 94%, rgba(0, 28, 57, 0.03) 95%, rgba(0, 32, 32, 0.02) 96%, rgba(0, 0, 51, 0.02) 97%, rgba(0, 0, 0, 0.01) 98%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.section-media .section__head {
  text-align: center;
  color: #fff;
  max-width: 60rem;
  margin: 0 auto 5rem;
}
.section-media .section__head h2 {
  margin-bottom: 1.1rem;
}
.section-media .section__head h5 {
  font-family: "tablet-gothic", sans-serif;
  line-height: 1.4;
  font-weight: 400;
}
.section-media .boxes {
  max-width: 94rem;
  margin: 0 auto;
}
.section-media--spacing-1 {
  padding: 7.3rem 0 11rem;
}
/* ------------------------------------------------------------ *\
	Section overlay
\* ------------------------------------------------------------ */
.section-overlay .section__inner {
  color: #fff;
  position: relative;
  border-radius: 0.6rem;
  padding: 5.6rem 8.6rem 6.5rem 8.3rem;
  background-color: #005EB8;
}
@media (max-width: 1023px) {
  .section-overlay .section__inner {
    margin: 0 -1.5rem;
    width: 100vw;
    border-radius: 0;
    padding: 2rem 1.5rem;
  }
}
.section-overlay .section__content {
  max-width: 75rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 3.3rem;
}
.section-overlay .section__content h3 {
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}
.section-overlay .section__content p {
  margin-bottom: 1rem;
}
.section-overlay .section__content p + p {
  margin-top: 1.3rem;
}
.section-overlay .section__bar {
  position: relative;
}
.section-overlay .section__bar .section__icon {
  position: absolute;
  bottom: 100%;
  right: 0;
}
@media (max-width: 1023px) {
  .section-overlay .section__bar .section__icon {
    position: relative;
    text-align: right;
    bottom: 0;
    display: block;
  }
}
.section-overlay .tile {
  color: #041C2C;
}
/* ------------------------------------------------------------ *\
	Section partners
\* ------------------------------------------------------------ */
.section.section-partners {
  padding: 2rem 0 8rem;
}
.section.section-partners .section__head {
  margin-bottom: 3.3rem;
}
.section.section-partners .section__inner {
  padding: 4rem 2rem 2.5rem;
  background: #F8F8F8;
  border-radius: 0.4rem;
  overflow: hidden;
}
.section.section-partners .section__inner + .section__inner {
  margin-top: 5rem;
}
/* ------------------------------------------------------------ *\
	Section primary
\* ------------------------------------------------------------ */
.section--primary .section__head {
  margin-bottom: 6.4rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .section--primary .section__head {
    margin-bottom: 3.2rem;
  }
}
.section--primary .section__foot {
  position: relative;
  margin-top: 5.6rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .section--primary .section__foot {
    margin-top: 3.4rem;
  }
}
.section--primary .section__foot--primary hr {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.section--primary .section__foot--primary .btn {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--primary .section__foot--primary .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* ------------------------------------------------------------ *\
	Section primary left
\* ------------------------------------------------------------ */
.section--primary-left .section__head {
  text-align: left;
}
/* ------------------------------------------------------------ *\
	Section secondary
\* ------------------------------------------------------------ */
.section-secondary {
  padding: 6.5rem 0 2.5rem;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.section-secondary .section__head {
  text-align: center;
  margin-bottom: 4.3rem;
}
.section-secondary--size-1 {
  padding: 16.6rem 0 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-secondary--size-1 {
    padding: 12rem 0 4rem;
  }
}
.section-secondary--size-1 .section__head {
  margin-bottom: 5.5rem;
}
.section-secondary--size-2 {
  padding: 22.2rem 0 6.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-secondary--size-2 {
    padding: 8rem 0 4rem;
  }
}
.section-secondary--size-2 .section__head {
  margin-bottom: 5.5rem;
}
.section-secondary--gray {
  background-color: #F8F8F8;
}
.section-secondary--spacing-1 {
  padding: 32rem 0 4rem;
}
@media (max-width: 1199px) {
  .section-secondary--spacing-1 {
    padding: 47rem 0 4rem;
  }
}
@media (max-width: 1023px) {
  .section-secondary--spacing-1 {
    padding: 10rem 0 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-secondary--spacing-1 {
    padding: 5rem 0;
  }
}
.section-secondary--spacing-2 {
  padding: 6.5rem 0 7rem;
}
.section-secondary--spacing-3 {
  padding: 3rem 0 4rem;
}
.section-secondary--spacing-3 .section__head {
  margin-bottom: 7.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-secondary--spacing-3 .section__head {
    margin-bottom: 3rem;
    text-align: left;
  }
}
.section-secondary--spacing-4 {
  padding: 30.5rem 0 5.5rem;
}
@media (max-width: 1023px) {
  .section-secondary--spacing-4 {
    padding: 10rem 0 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-secondary--spacing-4 {
    padding: 5rem 0;
  }
}
.section-secondary--spacing-4 .section__head {
  margin-bottom: 5.7rem;
}
/* ------------------------------------------------------------ *\
	Section slider
\* ------------------------------------------------------------ */
.section-slider {
  padding: 4.4rem 0 3rem;
}
@media (max-width: 1023px) {
  .section-slider {
    padding: 4.2rem 0 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Section small
\* ------------------------------------------------------------ */
.section-small {
  padding: 6.4rem 0 6.2rem;
}
.section-small .testimonial {
  max-width: 84rem;
}
.section-small .testimonial + .section__content {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .section-small .testimonial + .section__content {
    margin-top: 3rem;
  }
}
.section-small .section__content + .card {
  margin-top: 6.2rem;
}
@media (max-width: 1023px) {
  .section-small .section__content + .card {
    margin-top: 4rem;
  }
}
.section-small .section__content {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 300;
}
.section-small .section__content p + p {
  margin-top: 1.2rem;
}
.section-small .section__content p {
  margin-bottom: 0;
}
.section-small .section__content .grid {
  margin: -5.4rem;
}
@media (max-width: 1199px) {
  .section-small .section__content .grid {
    margin: -3rem;
  }
}
@media (max-width: 1023px) {
  .section-small .section__content .grid {
    margin: -2rem;
  }
}
.section-small .section__content .grid .grid__col {
  margin-bottom: 0;
  padding: 5.4rem;
}
@media (max-width: 1199px) {
  .section-small .section__content .grid .grid__col {
    padding: 3rem;
  }
}
@media (max-width: 1023px) {
  .section-small .section__content .grid .grid__col {
    padding: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Section team
\* ------------------------------------------------------------ */
.section-team {
  padding: 5.7rem 0 5.4rem;
}
.section-team .section__head {
  max-width: 83rem;
  margin: 0 auto 5.7rem;
  font-weight: 300;
}
.section-team .section__head h3 {
  margin-bottom: 1.4rem;
}
/* ------------------------------------------------------------ *\
	Section tiles
\* ------------------------------------------------------------ */
.section-tiles {
  margin-top: -4rem;
  position: relative;
  z-index: 2;
}
.section-tiles .tile .tile__inner {
  background-color: #F2FAFD;
  border-radius: 0.4rem;
  max-width: 68rem;
  padding: 3.2rem 2.7rem 2.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-tiles .tile .tile__inner {
    padding: 1rem 1.5rem 3rem;
  }
}
.section-tiles .tile .tile__inner .list-features h6 {
  letter-spacing: -0.016em;
}
/* ------------------------------------------------------------ *\
	Section solid
\* ------------------------------------------------------------ */
.section--solid {
  background: #041C2C;
}
.section--solid .section__head {
  color: #fff;
}
.section--solid .section__foot .btn:hover {
  background-color: #fff;
  color: #041C2C;
}
/* ------------------------------------------------------------ *\
	Section light
\* ------------------------------------------------------------ */
.section--light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2fafd), color-stop(70%, #f2fafd), to(rgba(242, 250, 253, 0)));
  background-image: -o-linear-gradient(top, #f2fafd 0%, #f2fafd 70%, rgba(242, 250, 253, 0) 100%);
  background-image: linear-gradient(to bottom, #f2fafd 0%, #f2fafd 70%, rgba(242, 250, 253, 0) 100%);
}
.section--dark {
  background: -webkit-gradient(linear, left bottom, left top, from(#041c2c), to(#001320));
  background: -o-linear-gradient(bottom, #041c2c 0%, #001320 100%);
  background: linear-gradient(to top, #041c2c 0%, #001320 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* ------------------------------------------------------------ *\
	Section light alt
\* ------------------------------------------------------------ */
.section--light-alt {
  background: #F8FCFE;
}
.section--spacing-1 {
  padding: 8.4rem 0 8rem;
}
.section--spacing-2 {
  padding: 5.8rem 0 6rem;
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  display: inline-block;
  position: relative;
}
.select:after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #041C2C;
  border-right: 0.2rem solid #041C2C;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 2rem;
  right: 2rem;
  top: 1.4rem;
}
.select select::-ms-expand {
  display: none;
}
.select select {
  font-size: 1.8rem;
  font-family: "puffin", serif;
  font-weight: 600;
  height: 5rem;
  border-radius: 0.4rem;
  min-width: 16rem;
  padding: 0 3rem 0 2rem;
  border: 0.1rem solid #CECECE;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select select:focus {
  border-color: #F2A900;
}
.select .select2 {
  width: 100% !important;
}
.select .select2-selection--multiple {
  border-radius: 0.4rem;
  padding: 0 3rem 0 2rem;
  border: 0.1rem solid #CECECE;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100% !important;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  color: #5F5F5F;
  font-weight: 300;
  min-height: 4rem;
  padding: 0 3rem 0 1.2rem;
  border: 0.1rem solid #BEDCE6;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #000;
  padding-left: 0;
  padding-right: 2rem;
  font-size: 1.2rem;
  color: #fff;
  font-family: "tablet-gothic", sans-serif;
  padding: 0.2rem 2rem 0.2rem 0.2rem;
  margin: 0.8rem 0 0 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  top: -0.9rem;
  background-color: transparent;
  left: auto;
  right: 0;
  font-size: 24px;
  color: #fff;
  background-color: #000;
  border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background: transparent;
  background-color: transparent;
  color: #fff;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 1.1rem;
}
.select2-container--open .select2-dropdown--below {
  border-color: #bedce6;
  -webkit-box-shadow: 2px 5px 5px #041c2c30;
          box-shadow: 2px 5px 5px #041c2c30;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f2fafd;
  color: #041C2C;
}
/* ------------------------------------------------------------ *\
	Select solid
\* ------------------------------------------------------------ */
.select--solid select {
  border: 0.1rem solid #F2A900;
  background: #F2A900;
}
.select--solid select:focus {
  border-color: #041C2C;
}
.select--solid option {
  background: #fff;
}
/* ------------------------------------------------------------ *\
	Services
\* ------------------------------------------------------------ */
.services .grid {
  margin: -3.5rem;
}
@media (max-width: 1023px) {
  .services .grid {
    margin: -2rem -1rem;
  }
}
.services .grid .grid__col {
  padding: 3.5rem;
}
@media (max-width: 1023px) {
  .services .grid .grid__col {
    padding: 2rem 1rem;
  }
}
.service h4 {
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-bottom: 0.9rem;
}
.service p {
  font-weight: 300;
  line-height: 1.5;
}
.service h3 + p {
  margin-top: 2.8rem;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 127rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
.shell--size-1 {
  max-width: 122rem;
}
.shell--small {
  max-width: 114rem;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Slider cards
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Slider images
\* ------------------------------------------------------------ */
.slider-images {
  position: relative;
  padding: 1.6rem 0;
  background: #F2FAFD;
  border-radius: 0.4rem;
  border: 0.1rem solid #BEDCE6;
  padding: 0;
  border: none;
  background: transparent;
}
.slider-images .slider__slides {
  padding: 0 7.3rem;
  position: relative;
  padding: 0;
  margin: 0 -0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-images .slider__slides {
    padding: 0 3.8rem;
    padding: 0;
  }
}
.slider-images .slick-slide {
  position: relative;
  z-index: 2;
}
.slider-images .slick-current .slider__slide-image:before {
  opacity: 0;
  visibility: hidden;
}
.slider-images .slider__slide {
  padding: 0 0.7rem;
}
.slider-images .slick-list {
  position: relative;
}
.slider-images .slick-list:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#f2fafd), to(rgba(242, 250, 253, 0)));
  background-image: -o-linear-gradient(right, #f2fafd 0%, rgba(242, 250, 253, 0) 100%);
  background-image: linear-gradient(to left, #f2fafd 0%, rgba(242, 250, 253, 0) 100%);
  z-index: 1;
  display: none;
}
.slider-images .slick-slide {
  width: 14.4rem;
  height: 8.1rem;
  width: 9.4rem;
  height: auto;
}
.slider-images .slider__slide-image {
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
  height: 8.1rem;
  width: 100%;
  height: 5.6rem;
  cursor: pointer;
}
.slider-images .slider__slide-image:hover:before {
  opacity: 0;
  visibility: hidden;
}
.slider-images .slider__slide-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 2;
}
.slider-images .slider__slide-image a {
  z-index: 2;
}
.slider-images .slider__slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.slider-images .slick-arrow {
  font-size: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: transparent;
}
@media (min-width: 1025px) {
  .slider-images .slick-arrow:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-images .slick-arrow {
    left: 1.5rem;
  }
}
.slider-images .slick-arrow:before {
  content: "";
  background-image: url(../images/svg/circle-arrow-left-solid.svg);
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  font-family: "Font Awesome 6 Free Solid";
  font-size: 2rem;
}
.slider-images .slick-next {
  left: auto;
  right: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-images .slick-next {
    right: 1.5rem;
  }
}
.slider-images .slick-next:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slick-dots {
  margin-top: 2.1rem;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .slider .slick-dots {
    margin-top: 1.6rem;
  }
}
.slider .slick-dots li + li {
  margin-left: 1.6rem;
}
.slider .slick-dots .slick-active button {
  width: 1.4rem;
  height: 1.4rem;
}
.slider .slick-dots button {
  font-size: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  width: 0.7rem;
  height: 0.7rem;
}
.slider-secondary {
  overflow: hidden;
}
.slider-secondary .slider__slide-image {
  position: relative;
  padding-top: 56%;
  border-radius: 0.4rem;
  overflow: hidden;
}
.slider-secondary .slider__slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-secondary .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  background-color: transparent;
  border: none;
  outline: none;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: #041C2C;
  opacity: 1;
  z-index: 2;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.slider-secondary .slick-arrow:hover {
  background-color: #009DD1;
}
.slider-secondary .slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 1.2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider-secondary .slick-next {
  right: -3.3rem;
}
.slider-secondary .slick-next:after {
  background-image: url(../images/svg/ico-slider-next.svg);
}
.slider-secondary .slick-prev {
  left: -3.3rem;
}
.slider-secondary .slick-prev:after {
  left: auto;
  right: 1rem;
  background-image: url(../images/svg/ico-slider-prev.svg);
}
.slider--dark-paging .slick-dots button {
  background-color: #041C2C;
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .socials ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.socials li + li {
  margin-left: 2rem;
}
.socials a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.socials a svg {
  fill: #fff;
  -webkit-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  transition: fill 0.4s;
}
.socials a:hover svg {
  fill: #009DD1;
}
.socials i {
  position: relative;
}
.socials i img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------------------ *\
	Socials alt
\* ------------------------------------------------------------ */
.socials--alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.socials--alt h6 {
  margin-bottom: 0;
  margin-right: 1rem;
}
.socials--alt li + li {
  margin-left: 1rem;
}
.socials--alt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border: 0.1rem solid #CECECE;
  border-radius: 50%;
}
/* ------------------------------------------------------------ *\
	Socials center
\* ------------------------------------------------------------ */
.socials--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* ------------------------------------------------------------ *\
	Switch wrapper
\* ------------------------------------------------------------ */
.switch-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.switch-wrapper p {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "puffin", serif;
  margin-bottom: 0;
  margin-right: 1.6rem;
  color: #041C2C;
}
/* ------------------------------------------------------------ *\
	Switch
\* ------------------------------------------------------------ */
.switch input {
  display: none;
}
.switch input:checked + label {
  background: #fff;
}
.switch input:checked + label:after {
  left: calc(100% - .5rem);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.switch label {
  margin-bottom: 0;
  cursor: pointer;
  font-size: 0;
  width: 6.3rem;
  height: 3.8rem;
  background: #fff;
  display: block;
  border-radius: 1.9rem;
  border: 0.1rem solid #CECECE;
  position: relative;
}
.switch label:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #041C2C;
  border-radius: 2.5rem;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: left 0.2s, width 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, width 0.2s, -webkit-transform 0.2s;
  -o-transition: left 0.2s, transform 0.2s, width 0.2s;
  transition: left 0.2s, transform 0.2s, width 0.2s;
  transition: left 0.2s, transform 0.2s, width 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .switch label:after {
    -webkit-transition: left 0.2s, -webkit-transform 0.2s;
    transition: left 0.2s, -webkit-transform 0.2s;
    -o-transition: left 0.2s, transform 0.2s;
    transition: left 0.2s, transform 0.2s;
    transition: left 0.2s, transform 0.2s, -webkit-transform 0.2s;
  }
}
.switch label:active:after {
  width: 4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .switch label:active:after {
    width: 2.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs h4 {
  margin-bottom: 1.4rem;
}
.tabs h6 {
  margin-bottom: 1.8rem;
  font-family: "tablet-gothic", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}
.tabs p {
  margin-bottom: 1rem;
  font-weight: 300;
}
.tabs .tab {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tab {
    display: none;
    background: #F2FAFD;
    border: 0.1rem solid #BEDCE6;
    border-radius: 0 0.4rem 0.4rem 0.4rem;
    padding: 3.4rem 1.5rem;
  }
}
.tabs .tab.is-current {
  display: block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tab.is-current {
    display: none;
  }
}
.tabs .tabs__head {
  margin-bottom: -0.1rem;
}
.tabs .tabs__head .tab {
  display: none;
}
.tabs .tabs__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav ul {
    display: block;
  }
}
.tabs .tabs__nav li + li {
  margin-left: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav li + li {
    margin-left: 0;
  }
}
.tabs .tabs__nav li:first-child a {
  border-radius: 0.4rem 0.4rem 0 0;
}
.tabs .tabs__nav a {
  display: inline-block;
  padding: 1.1rem 3.6rem;
  background: #041C2C;
  border: 0.1rem solid #041C2C;
  border-radius: 0.4rem 0.4rem 0 0;
  border-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "puffin", serif;
  color: #fff;
}
@media (min-width: 1025px) {
  .tabs .tabs__nav a:hover {
    color: #F2A900;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav a {
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 1.1rem 1.5rem;
  }
}
.tabs .tabs__nav .is-current a {
  background: #F2FAFD;
  border: 0.1rem solid #BEDCE6;
  border-bottom: 0;
  color: #041C2C;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav .is-current a {
    background: #009DD1;
    color: #fff;
    border-color: #009DD1;
  }
}
.tabs .tabs__body {
  padding: 3.4rem 2.6rem;
  background: #F2FAFD;
  border: 0.1rem solid #BEDCE6;
  border-radius: 0 0.4rem 0.4rem 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__body {
    padding: 3.4rem 1.5rem;
    padding: 0;
  }
}
.tabs--secondary .tabs__nav ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs--secondary .tabs__nav a {
  background-color: #009DD1;
  color: #fff;
  padding: 1.8rem 9.2rem;
  border: 0.1rem solid #3aabd1;
  letter-spacing: -0.015em;
}
.tabs--secondary .tabs__nav a:hover {
  background-color: #041C2C;
  color: #fff;
  border-color: #041C2C;
}
@media (max-width: 1023px) {
  .tabs--secondary .tabs__nav a {
    padding: 1.2rem 5rem;
  }
}
.tabs--secondary .tabs__nav li:last-child a {
  border-radius: 0 0 0.4rem 0.4rem;
}
.tabs--secondary p {
  font-weight: 400;
}
.tabs--secondary .tab__divider {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #BEDCE6;
  margin: 5.4rem 0 3.5rem;
}
@media (max-width: 1023px) {
  .tabs--secondary .tab__divider {
    margin: 3rem 0;
  }
}
.tabs--secondary .tabs__body {
  padding: 6.7rem 7.2rem 4.2rem;
  border-radius: 0.4rem;
}
@media (max-width: 1023px) {
  .tabs--secondary .tabs__body {
    padding: 2rem 3rem 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs--secondary .tabs__body {
    padding: 2rem 1.5rem;
    padding: 0;
  }
}
.tabs--blue .tabs__nav a {
  background-color: #009DD1;
  color: #fff;
  border-color: #009DD1;
}
.tabs--blue .tabs__nav a:hover {
  background-color: #041C2C;
  color: #fff;
  border-color: #041C2C;
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  padding: 2.4rem;
  border-radius: 0.4rem;
  border-left: 0.6rem solid #00A9E0;
  background: #F2FAFD;
}
.testimonial p {
  line-height: 1.4;
  margin-bottom: 1.1rem;
  color: #009DD1;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 1023px) {
  .testimonial p {
    font-size: 2rem;
  }
}
.testimonial cite {
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.4;
  color: #041C2C;
}
/* ------------------------------------------------------------ *\
	Tile primary
\* ------------------------------------------------------------ */
.tile--primary h4 {
  font-family: "tablet-gothic", sans-serif;
}
.tile--primary p {
  font-size: 1.4rem;
  font-weight: 300;
}
.tile--primary hr {
  margin: 1rem 0;
}
.tile--primary .tile__inner {
  background: #F2FAFD;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 0.4rem;
  overflow: hidden;
}
.tile--primary .tile__head {
  padding: 3rem 2.5rem 1.8rem;
  min-height: 12.4rem;
  background: #E0F5FB;
}
@media (max-width: 1023px) {
  .tile--primary .tile__head {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--primary .tile__head {
    min-height: auto;
  }
}
.tile--primary .tile__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
  color: #005EB8;
}
.tile--primary .tile__head-inner h6 {
  margin-top: 0.4rem;
  letter-spacing: -0.07rem;
}
.tile--primary .tile__head-inner i {
  margin-right: 1rem;
}
.tile--primary .tile__body {
  position: relative;
  padding: 1.3rem 2.5rem 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media (max-width: 1023px) {
  .tile--primary .tile__body {
    padding: 1.3rem 1.5rem;
  }
}
.tile--primary .list-details {
  margin-bottom: 1.4rem;
}
.tile--primary .list-details li + li {
  margin-top: 1.4rem;
}
/* ------------------------------------------------------------ *\
	Tile alt
\* ------------------------------------------------------------ */
.tile--alt {
  padding: 2.5rem 2.3rem 3.2rem;
  border-radius: 0.4rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .tile--alt {
    padding: 3rem 1.5rem;
  }
}
.tile--alt h4 {
  margin-bottom: 1.5rem;
}
.tile--alt h4:last-child {
  margin-bottom: 0;
}
.tile--alt .tile__btn {
  margin-bottom: 2.6rem;
}
@media (max-width: 1023px) {
  .tile--alt .tile__btn {
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--alt .tile__btn {
    width: 100%;
    display: block;
  }
}
.tile--alt .tile__link-main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tile--alt .tile__inner-foot {
  margin-top: 2.3rem;
  padding-top: 2.3rem;
  border-top: 0.1rem solid #979797;
}
.tile--alt .tile__inner-foot p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
/* ------------------------------------------------------------ *\
	Tile solid
\* ------------------------------------------------------------ */
.tile--solid {
  background: #041C2C;
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Tile color
\* ------------------------------------------------------------ */
.tile--color {
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}
.tile--color:before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tile--color.tile--blue:before {
  background: #009DD1;
}
.tile--color.tile--green:before {
  background: #64A70B;
}
.tile--color.tile--purple:before {
  background: #833177;
}
.tile--color.tile--orange:before {
  background: #FF5F14;
}
/* ------------------------------------------------------------ *\
	Tile main
\* ------------------------------------------------------------ */
.tile--main {
  height: 100%;
  position: relative;
  color: #041C2C;
}
.tile--main .tile__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tile--main .tile__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.51);
}
.tile--main .tile__inner {
  position: relative;
}
.tile--main h5 {
  margin-bottom: 0.5rem;
  font-family: "tablet-gothic", sans-serif;
}
.tile--main h3 {
  margin-bottom: 2rem;
}
.tile--main h3:last-child {
  margin-bottom: 0;
}
.tile--main p {
  font-size: 1.4rem;
  font-weight: 300;
}
.tile--main .tile__head-inner {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tile--main .tile__head-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tile--main .tile__head-inner a:hover {
  text-decoration: underline;
  color: inherit;
}
.tile--main .tile__head-inner a h6 {
  margin-top: 0;
}
.tile--main .tile__head-inner h6 {
  margin-top: 0.6rem;
}
.tile--main .tile__head-inner i {
  margin-right: 1.5rem;
}
.tile--main .tile__head-image {
  min-height: 9rem;
  margin-bottom: 1.3rem;
}
.tile--main .tile__inner {
  padding: 3rem 2rem 3rem 2.5rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #BEDCE6;
  border-left: 0;
  overflow: hidden;
  background: #fff;
}
.tile--image .tile__inner {
  background-color: transparent;
  color: #fff;
  border: none;
}
/* ------------------------------------------------------------ *\
	Tile main alt
\* ------------------------------------------------------------ */
.tile--main-alt p {
  font-size: 1.6rem;
}
.tile--main-alt .tile__link-main {
  margin-bottom: 0.5rem;
}
.tile--main-alt .tile__inner {
  padding: 3.7rem 2rem 3rem 4.4rem;
}
@media (max-width: 1023px) {
  .tile--main-alt .tile__inner {
    padding: 3rem 2rem 3rem 2.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Tile light
\* ------------------------------------------------------------ */
.tile--light .tile__inner {
  background: #F2FAFD;
  height: 100%;
}
.tile--transparent .tile__inner {
  background: #fff;
  height: 100%;
}
/* ------------------------------------------------------------ *\
	Tile primary alt
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--primary-alt .tile__head {
    height: auto !important;
  }
}
.tile--primary-alt .tile__body {
  padding-bottom: 9rem;
}
@media (max-width: 1199px) {
  .tile--primary-alt .tile__body {
    padding-bottom: 10rem;
  }
}
.tile--primary-alt .tile__actions {
  position: absolute;
  bottom: 2.2rem;
  left: 2.5rem;
  right: 2.5rem;
}
@media (max-width: 1023px) {
  .tile--primary-alt .tile__actions {
    left: 1.5rem;
    right: 1.5rem;
  }
}
.tile--primary-alt .list-details:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Tile secondary
\* ------------------------------------------------------------ */
.tile--secondary h5 {
  margin-bottom: 0.5rem;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
.tile--secondary h5:last-child {
  margin-bottom: 0;
}
.tile--secondary h5 span {
  font-weight: 300;
}
.tile--secondary p {
  margin-bottom: 0;
  color: #041C2C;
}
.tile--secondary .tile__inner {
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--secondary .tile__inner {
    display: block;
  }
}
.tile--secondary .tile__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  margin-right: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--secondary .tile__icon {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.tile--secondary .tile__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.tile--secondary .tile__content h5 strong {
  font-weight: 300;
}
.tile--secondary .tile__actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20rem;
          flex: 0 0 20rem;
  text-align: right;
  margin-left: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--secondary .tile__actions {
    margin-left: 0;
    margin-top: 2rem;
    text-align: left;
  }
}
/* ------------------------------------------------------------ *\
	Tile main secondary
\* ------------------------------------------------------------ */
.tile--main-secondary {
  color: #041C2C;
}
.tile--main-secondary h6 {
  color: #041C2C;
}
.tile--main-secondary .tile__inner {
  border: 0;
  padding: 3rem 2rem 3rem 2.5rem;
}
/* ------------------------------------------------------------ *\
	Tile dark
\* ------------------------------------------------------------ */
.tile--dark {
  background: #000;
}
.tile--dark h6 {
  color: #fff;
}
.tile--dark .tile__inner {
  padding: 2.3rem 0;
  color: #fff;
  background: #000;
}
.tile--dark .list-features li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: none;
}
.tile--dark .list-features li:after {
  display: inline-block;
  background: #fff;
}
.tile--dark .list-features li:last-child:after {
  display: none;
}
.tile-map .tile__inner {
  background: #041C2C;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-map .tile__inner {
    display: block;
  }
}
.tile-map .tile__content {
  padding: 2.5rem 2.2rem 2rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 2rem 5.2rem;
  border-radius: 0 0.8rem 0.8rem 0;
}
@media (max-width: 1023px) {
  .tile-map .tile__content {
    padding: 2.6rem 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-map .tile__content {
    padding: 2.6rem 1.8rem 8rem;
    position: relative;
    min-height: auto;
  }
}
.tile-map .tile__content .btn--secondary {
  border-color: #fff;
  color: #fff;
}
.tile-map .tile__content .btn--secondary:hover {
  background-color: #fff;
  color: #041C2C;
  border-color: #041C2C;
}
.tile-map .tile__map {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  height: 43.6rem;
}
.tile-map .tile__map .map {
  height: 43.6rem;
}
.tile-map h3 {
  margin-bottom: 2.3rem;
  letter-spacing: 0;
  letter-spacing: -0.015em;
}
@media (max-width: 1023px) {
  .tile-map h3 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.tile-map h3:last-child {
  margin-bottom: 0;
}
.tile-map p {
  margin-bottom: 1rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
}
@media (max-width: 1023px) {
  .tile-map p {
    font-size: 1.4rem;
    line-height: 1.44;
    letter-spacing: 0.03rem;
  }
}
/* ------------------------------------------------------------ *\
	Tiles secondary
\* ------------------------------------------------------------ */
.tiles-secondary {
  padding: 0 5.2rem;
}
@media (max-width: 1023px) {
  .tiles-secondary {
    padding: 0;
  }
}
.tiles-secondary .grid {
  margin: -2rem -5.9rem;
}
@media (max-width: 1199px) {
  .tiles-secondary .grid {
    margin: -2rem -3rem;
  }
}
@media (max-width: 1023px) {
  .tiles-secondary .grid {
    margin: -2rem -1.5rem;
  }
}
.tiles-secondary .grid .grid__col {
  padding: 2rem 5.9rem;
}
@media (max-width: 1199px) {
  .tiles-secondary .grid .grid__col {
    padding: 2rem 3rem;
  }
}
@media (max-width: 1023px) {
  .tiles-secondary .grid .grid__col {
    padding: 2rem 1.5rem;
  }
}
.tile-secondary {
  text-align: center;
  font-weight: 300;
}
.tile-secondary span {
  display: block;
  margin: 1rem auto 2.4rem;
  width: 100%;
  height: 0.8rem;
  background-color: #FF671F;
  border-radius: 0.4rem;
}
.tile-secondary h2,
.tile-secondary .counter {
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #041C2C;
  margin-bottom: 1rem;
  display: inline-block;
  background-color: transparent;
  display: inline;
  margin-left: -1rem;
}
@media (max-width: 1023px) {
  .tile-secondary h2,
.tile-secondary .counter {
    font-size: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-secondary h2,
.tile-secondary .counter {
    font-size: 4rem;
  }
}
.tile--orange span {
  background-color: #FF5F14;
}
.tile--purple span {
  background-color: #833177;
}
.tile--green span {
  background-color: #64A70B;
}
.tile--blue .tile__actions .btn:hover span {
  background-color: transparent;
}
/* ------------------------------------------------------------ *\
	Tiles
\* ------------------------------------------------------------ */
.tiles .tile--primary {
  height: 100%;
}
/* ------------------------------------------------------------ *\
	Tiles group
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .tiles-group .grid__col--1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles-group .grid__col--1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */
.video {
  position: relative;
}
.video .video__image {
  height: 100%;
  position: relative;
  padding-top: 100%;
  pointer-events: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .video .video__image {
    padding-top: 50%;
  }
}
.video .video__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.video .video__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8.4rem;
  height: 8.4rem;
  border: 0.6rem solid #fff;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.video .video__btn.hidden {
  display: none;
}
.video .video__btn i {
  font-size: 3.4rem;
}
/* ------------------------------------------------------------ *\
	Video primary
\* ------------------------------------------------------------ */
.video--primary {
  width: 100%;
  position: relative;
  padding-top: 62.5%;
  padding-top: 56.25%;
}
.video--primary iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget {
  color: #041C2C;
}
.widget .widget__socials i {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
}
.widget .widget__socials i img {
  position: absolute;
  top: 0;
  left: 0;
}
.widget .widget__socials svg {
  fill: #041C2C;
}
.widget .widget__socials a {
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
}
.widget .widget__socials a:hover {
  background-color: #041C2C;
  border-color: #041C2C;
}
.widget .widget__socials a:hover svg {
  fill: #fff;
}
.widget .js-load-btn {
  -webkit-transition: background-color 0.4s, color 0.4s, -webkit-transform 0.4s;
  transition: background-color 0.4s, color 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, background-color 0.4s, color 0.4s;
  transition: transform 0.4s, background-color 0.4s, color 0.4s;
  transition: transform 0.4s, background-color 0.4s, color 0.4s, -webkit-transform 0.4s;
}
.widget .js-load-btn.is-animated {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.widget--bordered {
  border-bottom: 0.1rem solid #CECECE;
  padding-bottom: 1.7rem;
}
.widget--dark {
  background-color: #041C2C;
  color: #fff;
  padding: 2.4rem 2.4rem 2.6rem;
  text-align: center;
  border-radius: 0.4rem;
}
.widget--dark h4 {
  margin-bottom: 1.5rem;
}
.widget--dark p {
  font-size: 1.4rem;
  font-family: "puffin", serif;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.007em;
  margin-bottom: 1.4rem;
}
.widget--dark p span {
  font-weight: 400;
}
.widget--dark .btn {
  min-width: 100%;
}
.widget--button .btn {
  min-width: 100%;
}
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style-type: none;
}
.widgets .widget + .widget {
  margin-top: 3.3rem;
}
.widgets .widget--button + .widget {
  margin-top: 1.5rem;
}
.widgets .widget + .widget--form {
  margin-top: 5rem;
}
.widgets .widget--button + .widget--tile {
  margin-top: 2.4rem;
}
.widgets .widget--tile + .widget--info {
  margin-top: 1.4rem;
}
.widgets .widget--map .widget__image {
  text-align: center;
}
.widgets .widget--bordered + .widget--socials {
  margin-top: 1.7rem;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.wrapper--dark {
  background: -webkit-gradient(linear, left bottom, left top, from(#041c2c), to(#001320));
  background: -o-linear-gradient(bottom, #041c2c 0%, #001320 100%);
  background: linear-gradient(to top, #041c2c 0%, #001320 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.wrapper--home .header .nav a:before {
  background-color: #fff;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* Changing font color of error texts in form fields */
/* Changing background and border of error div under field */
body .gform_wrapper {
  margin-bottom: 40px;
}
body .gform_wrapper input[type=submit] {
  display: inline-block;
  padding: 1rem 2rem;
  border: 0;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-family: "puffin", serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.03rem;
  background: #F2A900;
  color: #041C2C;
  -webkit-transition: background 0.4s, color 0.4s, opacity 0.4s;
  -o-transition: background 0.4s, color 0.4s, opacity 0.4s;
  transition: background 0.4s, color 0.4s, opacity 0.4s;
}
body .gform_wrapper .gfield_error .gfield_repeater_cell label {
  color: #212529;
}
body .gform_wrapper .gfield_error label {
  color: #212529;
}
body .gform_wrapper .gfield_error legend {
  color: #212529;
}
body .gform_wrapper .gfield_validation_message {
  color: #212529;
  margin: 5px 0;
  background: #ffffff;
  font-size: 14px !important;
  color: #e30910;
}
body .gform_wrapper .validation_message {
  color: #212529;
  margin: 5px 0;
  background: #ffffff;
  font-size: 14px !important;
  color: #e30910;
}
body .gform_wrapper [aria-invalid=true] + label {
  color: #212529;
}
body .gform_wrapper.gravity-theme .gfield input[type=text] {
  height: 4rem;
  display: block;
  width: 100%;
  font-weight: normal;
  border-radius: 0.4rem;
  background: #fff;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  color: #5F5F5F;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  min-height: 4.8rem;
  border: 0.1rem solid #BEDCE6;
  padding: 0 1.5rem;
}
body .gform_wrapper.gravity-theme .gfield input[type=email] {
  height: 4rem;
  display: block;
  width: 100%;
  font-weight: normal;
  border-radius: 0.4rem;
  background: #fff;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  color: #5F5F5F;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  min-height: 4.8rem;
  border: 0.1rem solid #BEDCE6;
  padding: 0 1.5rem;
}
body .gform_wrapper.gravity-theme .gfield input[type=tel] {
  height: 4rem;
  display: block;
  width: 100%;
  font-weight: normal;
  border-radius: 0.4rem;
  background: #fff;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  color: #5F5F5F;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  min-height: 4.8rem;
  border: 0.1rem solid #BEDCE6;
  padding: 0 1.5rem;
}
body .gform_wrapper.gravity-theme .gfield input[type=file] {
  width: 100%;
  min-height: 4.8rem;
  padding: 10px 1.5rem 10px;
  position: relative;
  border: 0.1rem dashed #BEDCE6;
  border-radius: 0.4rem;
  -webkit-transition: border-width 0.4s;
  -o-transition: border-width 0.4s;
  transition: border-width 0.4s;
}
body .gform_wrapper.gravity-theme .gfield textarea {
  width: 100%;
  font-weight: normal;
  border-radius: 0.4rem;
  background: #fff;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  color: #5F5F5F;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  min-height: 4.8rem;
  border: 0.1rem solid #BEDCE6;
  padding: 0 1.5rem;
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 1.4rem;
  font-weight: 600;
  color: #041C2C;
  display: inline-block;
  margin-bottom: 1.2rem;
}
body .ginput_container.ginput_container_select {
  display: block;
  position: relative;
}
body .ginput_container.ginput_container_select:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #041C2C;
  border-right: 0.2rem solid #041C2C;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 2rem;
  right: 2rem;
}
body .ginput_container.ginput_container_select select {
  width: 100%;
  display: inline-block;
  color: #5F5F5F;
  font-family: "tablet-gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  min-height: 4.8rem;
  border: 0.1rem solid #BEDCE6;
  border-radius: 0.4rem;
  padding: 0 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .gform_fileupload_rules {
  font-size: 1.4rem;
  color: #8F8F8F;
  font-family: "tablet-gothic", sans-serif;
  font-style: italic;
}
body h2.gform_submission_error {
  margin: 5px 0;
  background: #ffffff;
  border: 1px solid #000000;
  font-size: 16px !important;
  border-radius: 0.4rem;
  padding: 10px;
  color: #e30910;
}
.gform_wrapper label + [aria-invalid=true] {
  color: #212529;
}
.gform_wrapper .gfield_error input[type=email] {
  border: 1px solid #e30910 !important;
}
.gform_wrapper .gfield_error input[type=number] {
  border: 1px solid #e30910 !important;
}
.gform_wrapper .gfield_error input[type=password] {
  border: 1px solid #e30910 !important;
}
.gform_wrapper .gfield_error input[type=tel] {
  border: 1px solid #e30910 !important;
}
.gform_wrapper .gfield_error input[type=text] {
  border: 1px solid #e30910 !important;
}
.gform_wrapper .gfield_error input[type=url] {
  border: 1px solid #e30910 !important;
}
.gform_wrapper .gfield_error textarea {
  border: 1px solid #e30910 !important;
}
.gform_wrapper .gfield_error select {
  border: 1px solid #e30910 !important;
}
.gform_wrapper .gfield_consent_label {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  font-size: 1.4rem;
  font-weight: 300 !important;
  font-family: "tablet-gothic", sans-serif;
}