/* line 7, resources/assets/styles/common/reusable.scss */

.space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 10, resources/assets/styles/common/reusable.scss */

.space-between-centered {
  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;
}

/*
usage:
    &:after {
        @include fontawe;
        content: fa-content($fa-var-chevron-down);
    }
 */

/* line 48, resources/assets/styles/common/reusable.scss */

.spacer {
  width: 100%;
  clear: both;
  height: 100px;
}

/* line 55, resources/assets/styles/common/reusable.scss */

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

/* line 59, resources/assets/styles/common/reusable.scss */

.hidden {
  display: none;
}

/* line 71, resources/assets/styles/common/reusable.scss */

.img-cover,
.img-contain {
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  background-repeat: no-repeat;
}

/* line 76, resources/assets/styles/common/reusable.scss */

.img-cover .-portrait,
.img-contain .-portrait {
  margin-top: 120%;
}

/* line 79, resources/assets/styles/common/reusable.scss */

.img-cover .-square,
.img-contain .-square {
  margin-top: 100%;
}

/* line 82, resources/assets/styles/common/reusable.scss */

.img-cover .-landscape,
.img-contain .-landscape {
  margin-top: 64%;
}

/* line 85, resources/assets/styles/common/reusable.scss */

.img-cover .-wide,
.img-contain .-wide {
  margin-top: 44%;
}

/* line 89, resources/assets/styles/common/reusable.scss */

.img-cover {
  background-size: cover;
}

/* line 92, resources/assets/styles/common/reusable.scss */

.img-contain {
  background-color: #fff;
  background-size: contain;
}

/* line 97, resources/assets/styles/common/reusable.scss */

.opacity-0 {
  opacity: 0;
}

/* line 101, resources/assets/styles/common/reusable.scss */

.no-underline {
  text-decoration: none;
}

/* line 105, resources/assets/styles/common/reusable.scss */

.word-break {
  word-break: break-word;
}

/* line 158, resources/assets/styles/common/reusable.scss */

.m-auto {
  margin-right: auto;
  margin-left: auto;
}

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* old_copied */

/* size */

/* color */

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
         -o-transform: translateY(-30px);
            transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
         -o-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

/* line 4, node_modules/@fortawesome/fontawesome-pro/scss/_core.scss */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-xs {
  font-size: .75em;
}

/* line 15, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-sm {
  font-size: .875em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-1x {
  font-size: 1em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-2x {
  font-size: 2em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-3x {
  font-size: 3em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-4x {
  font-size: 4em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-5x {
  font-size: 5em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-6x {
  font-size: 6em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-7x {
  font-size: 7em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-8x {
  font-size: 8em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-9x {
  font-size: 9em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-10x {
  font-size: 10em;
}

/* line 3, node_modules/@fortawesome/fontawesome-pro/scss/_fixed-width.scss */

.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, node_modules/@fortawesome/fontawesome-pro/scss/_list.scss */

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, node_modules/@fortawesome/fontawesome-pro/scss/_list.scss */

.fa-ul > li {
  position: relative;
}

/* line 12, node_modules/@fortawesome/fontawesome-pro/scss/_list.scss */

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, node_modules/@fortawesome/fontawesome-pro/scss/_bordered-pulled.scss */

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, node_modules/@fortawesome/fontawesome-pro/scss/_bordered-pulled.scss */

.fa-pull-left {
  float: left;
}

/* line 11, node_modules/@fortawesome/fontawesome-pro/scss/_bordered-pulled.scss */

.fa-pull-right {
  float: right;
}

/* line 18, node_modules/@fortawesome/fontawesome-pro/scss/_bordered-pulled.scss */

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, node_modules/@fortawesome/fontawesome-pro/scss/_bordered-pulled.scss */

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, node_modules/@fortawesome/fontawesome-pro/scss/_animated.scss */

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
       -o-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

/* line 8, node_modules/@fortawesome/fontawesome-pro/scss/_animated.scss */

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
       -o-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(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes fa-spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 4, node_modules/@fortawesome/fontawesome-pro/scss/_rotated-flipped.scss */

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 5, node_modules/@fortawesome/fontawesome-pro/scss/_rotated-flipped.scss */

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 6, node_modules/@fortawesome/fontawesome-pro/scss/_rotated-flipped.scss */

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

/* line 8, node_modules/@fortawesome/fontawesome-pro/scss/_rotated-flipped.scss */

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* line 9, node_modules/@fortawesome/fontawesome-pro/scss/_rotated-flipped.scss */

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

/* line 10, node_modules/@fortawesome/fontawesome-pro/scss/_rotated-flipped.scss */

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
       -o-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

/* line 16, node_modules/@fortawesome/fontawesome-pro/scss/_rotated-flipped.scss */

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

/* line 4, node_modules/@fortawesome/fontawesome-pro/scss/_stacked.scss */

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, node_modules/@fortawesome/fontawesome-pro/scss/_stacked.scss */

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 21, node_modules/@fortawesome/fontawesome-pro/scss/_stacked.scss */

.fa-stack-1x {
  line-height: inherit;
}

/* line 25, node_modules/@fortawesome/fontawesome-pro/scss/_stacked.scss */

.fa-stack-2x {
  font-size: 2em;
}

/* line 29, node_modules/@fortawesome/fontawesome-pro/scss/_stacked.scss */

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

/* line 4, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-500px:before {
  content: "\F26E";
}

/* line 5, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-abacus:before {
  content: "\F640";
}

/* line 6, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-accessible-icon:before {
  content: "\F368";
}

/* line 7, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-accusoft:before {
  content: "\F369";
}

/* line 8, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-acorn:before {
  content: "\F6AE";
}

/* line 9, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

/* line 10, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ad:before {
  content: "\F641";
}

/* line 11, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-address-book:before {
  content: "\F2B9";
}

/* line 12, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-address-card:before {
  content: "\F2BB";
}

/* line 13, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-adjust:before {
  content: "\F042";
}

/* line 14, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-adn:before {
  content: "\F170";
}

/* line 15, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-adobe:before {
  content: "\F778";
}

/* line 16, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-adversal:before {
  content: "\F36A";
}

/* line 17, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-affiliatetheme:before {
  content: "\F36B";
}

/* line 18, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-air-conditioner:before {
  content: "\F8F4";
}

/* line 19, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-air-freshener:before {
  content: "\F5D0";
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-airbnb:before {
  content: "\F834";
}

/* line 21, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alarm-clock:before {
  content: "\F34E";
}

/* line 22, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alarm-exclamation:before {
  content: "\F843";
}

/* line 23, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alarm-plus:before {
  content: "\F844";
}

/* line 24, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alarm-snooze:before {
  content: "\F845";
}

/* line 25, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-album:before {
  content: "\F89F";
}

/* line 26, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-album-collection:before {
  content: "\F8A0";
}

/* line 27, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-algolia:before {
  content: "\F36C";
}

/* line 28, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alicorn:before {
  content: "\F6B0";
}

/* line 29, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alien:before {
  content: "\F8F5";
}

/* line 30, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alien-monster:before {
  content: "\F8F6";
}

/* line 31, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-align-center:before {
  content: "\F037";
}

/* line 32, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-align-justify:before {
  content: "\F039";
}

/* line 33, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-align-left:before {
  content: "\F036";
}

/* line 34, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-align-right:before {
  content: "\F038";
}

/* line 35, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-align-slash:before {
  content: "\F846";
}

/* line 36, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alipay:before {
  content: "\F642";
}

/* line 37, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-allergies:before {
  content: "\F461";
}

/* line 38, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-amazon:before {
  content: "\F270";
}

/* line 39, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-amazon-pay:before {
  content: "\F42C";
}

/* line 40, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ambulance:before {
  content: "\F0F9";
}

/* line 41, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

/* line 42, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-amilia:before {
  content: "\F36D";
}

/* line 43, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-amp-guitar:before {
  content: "\F8A1";
}

/* line 44, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-analytics:before {
  content: "\F643";
}

/* line 45, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-anchor:before {
  content: "\F13D";
}

/* line 46, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-android:before {
  content: "\F17B";
}

/* line 47, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angel:before {
  content: "\F779";
}

/* line 48, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angellist:before {
  content: "\F209";
}

/* line 49, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-double-down:before {
  content: "\F103";
}

/* line 50, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-double-left:before {
  content: "\F100";
}

/* line 51, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-double-right:before {
  content: "\F101";
}

/* line 52, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-double-up:before {
  content: "\F102";
}

/* line 53, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-down:before {
  content: "\F107";
}

/* line 54, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-left:before {
  content: "\F104";
}

/* line 55, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-right:before {
  content: "\F105";
}

/* line 56, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-up:before {
  content: "\F106";
}

/* line 57, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angry:before {
  content: "\F556";
}

/* line 58, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angrycreative:before {
  content: "\F36E";
}

/* line 59, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angular:before {
  content: "\F420";
}

/* line 60, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ankh:before {
  content: "\F644";
}

/* line 61, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-app-store:before {
  content: "\F36F";
}

/* line 62, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-app-store-ios:before {
  content: "\F370";
}

/* line 63, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-apper:before {
  content: "\F371";
}

/* line 64, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-apple:before {
  content: "\F179";
}

/* line 65, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-apple-alt:before {
  content: "\F5D1";
}

/* line 66, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-apple-crate:before {
  content: "\F6B1";
}

/* line 67, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-apple-pay:before {
  content: "\F415";
}

/* line 68, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-archive:before {
  content: "\F187";
}

/* line 69, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-archway:before {
  content: "\F557";
}

/* line 70, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

/* line 71, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

/* line 72, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

/* line 73, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

/* line 74, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-down:before {
  content: "\F354";
}

/* line 75, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-from-bottom:before {
  content: "\F346";
}

/* line 76, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-from-left:before {
  content: "\F347";
}

/* line 77, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-from-right:before {
  content: "\F348";
}

/* line 78, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-from-top:before {
  content: "\F349";
}

/* line 79, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-left:before {
  content: "\F355";
}

/* line 80, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-right:before {
  content: "\F356";
}

/* line 81, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-square-down:before {
  content: "\F350";
}

/* line 82, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-square-left:before {
  content: "\F351";
}

/* line 83, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-square-right:before {
  content: "\F352";
}

/* line 84, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-square-up:before {
  content: "\F353";
}

/* line 85, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-to-bottom:before {
  content: "\F34A";
}

/* line 86, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-to-left:before {
  content: "\F34B";
}

/* line 87, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-to-right:before {
  content: "\F34C";
}

/* line 88, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-to-top:before {
  content: "\F34D";
}

/* line 89, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-up:before {
  content: "\F357";
}

/* line 90, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

/* line 91, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

/* line 92, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

/* line 93, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

/* line 94, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-down:before {
  content: "\F063";
}

/* line 95, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-from-bottom:before {
  content: "\F342";
}

/* line 96, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-from-left:before {
  content: "\F343";
}

/* line 97, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-from-right:before {
  content: "\F344";
}

/* line 98, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-from-top:before {
  content: "\F345";
}

/* line 99, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-left:before {
  content: "\F060";
}

/* line 100, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-right:before {
  content: "\F061";
}

/* line 101, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-square-down:before {
  content: "\F339";
}

/* line 102, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-square-left:before {
  content: "\F33A";
}

/* line 103, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-square-right:before {
  content: "\F33B";
}

/* line 104, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-square-up:before {
  content: "\F33C";
}

/* line 105, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-to-bottom:before {
  content: "\F33D";
}

/* line 106, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-to-left:before {
  content: "\F33E";
}

/* line 107, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-to-right:before {
  content: "\F340";
}

/* line 108, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-to-top:before {
  content: "\F341";
}

/* line 109, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-up:before {
  content: "\F062";
}

/* line 110, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrows:before {
  content: "\F047";
}

/* line 111, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrows-alt:before {
  content: "\F0B2";
}

/* line 112, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrows-alt-h:before {
  content: "\F337";
}

/* line 113, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrows-alt-v:before {
  content: "\F338";
}

/* line 114, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrows-h:before {
  content: "\F07E";
}

/* line 115, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrows-v:before {
  content: "\F07D";
}

/* line 116, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-artstation:before {
  content: "\F77A";
}

/* line 117, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

/* line 118, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-asterisk:before {
  content: "\F069";
}

/* line 119, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-asymmetrik:before {
  content: "\F372";
}

/* line 120, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-at:before {
  content: "\F1FA";
}

/* line 121, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-atlas:before {
  content: "\F558";
}

/* line 122, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-atlassian:before {
  content: "\F77B";
}

/* line 123, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-atom:before {
  content: "\F5D2";
}

/* line 124, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-atom-alt:before {
  content: "\F5D3";
}

/* line 125, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-audible:before {
  content: "\F373";
}

/* line 126, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-audio-description:before {
  content: "\F29E";
}

/* line 127, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-autoprefixer:before {
  content: "\F41C";
}

/* line 128, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-avianex:before {
  content: "\F374";
}

/* line 129, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-aviato:before {
  content: "\F421";
}

/* line 130, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-award:before {
  content: "\F559";
}

/* line 131, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-aws:before {
  content: "\F375";
}

/* line 132, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-axe:before {
  content: "\F6B2";
}

/* line 133, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-axe-battle:before {
  content: "\F6B3";
}

/* line 134, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-baby:before {
  content: "\F77C";
}

/* line 135, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-baby-carriage:before {
  content: "\F77D";
}

/* line 136, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-backpack:before {
  content: "\F5D4";
}

/* line 137, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-backspace:before {
  content: "\F55A";
}

/* line 138, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-backward:before {
  content: "\F04A";
}

/* line 139, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bacon:before {
  content: "\F7E5";
}

/* line 140, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bacteria:before {
  content: "\F959";
}

/* line 141, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bacterium:before {
  content: "\F95A";
}

/* line 142, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-badge:before {
  content: "\F335";
}

/* line 143, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-badge-check:before {
  content: "\F336";
}

/* line 144, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-badge-dollar:before {
  content: "\F645";
}

/* line 145, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-badge-percent:before {
  content: "\F646";
}

/* line 146, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-badge-sheriff:before {
  content: "\F8A2";
}

/* line 147, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-badger-honey:before {
  content: "\F6B4";
}

/* line 148, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bags-shopping:before {
  content: "\F847";
}

/* line 149, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bahai:before {
  content: "\F666";
}

/* line 150, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-balance-scale:before {
  content: "\F24E";
}

/* line 151, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-balance-scale-left:before {
  content: "\F515";
}

/* line 152, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-balance-scale-right:before {
  content: "\F516";
}

/* line 153, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ball-pile:before {
  content: "\F77E";
}

/* line 154, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ballot:before {
  content: "\F732";
}

/* line 155, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ballot-check:before {
  content: "\F733";
}

/* line 156, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ban:before {
  content: "\F05E";
}

/* line 157, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-band-aid:before {
  content: "\F462";
}

/* line 158, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bandcamp:before {
  content: "\F2D5";
}

/* line 159, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-banjo:before {
  content: "\F8A3";
}

/* line 160, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-barcode:before {
  content: "\F02A";
}

/* line 161, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-barcode-alt:before {
  content: "\F463";
}

/* line 162, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-barcode-read:before {
  content: "\F464";
}

/* line 163, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-barcode-scan:before {
  content: "\F465";
}

/* line 164, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bars:before {
  content: "\F0C9";
}

/* line 165, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-baseball:before {
  content: "\F432";
}

/* line 166, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-baseball-ball:before {
  content: "\F433";
}

/* line 167, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-basketball-ball:before {
  content: "\F434";
}

/* line 168, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-basketball-hoop:before {
  content: "\F435";
}

/* line 169, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bat:before {
  content: "\F6B5";
}

/* line 170, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bath:before {
  content: "\F2CD";
}

/* line 171, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-bolt:before {
  content: "\F376";
}

/* line 172, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-empty:before {
  content: "\F244";
}

/* line 173, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-full:before {
  content: "\F240";
}

/* line 174, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-half:before {
  content: "\F242";
}

/* line 175, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-quarter:before {
  content: "\F243";
}

/* line 176, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-slash:before {
  content: "\F377";
}

/* line 177, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-three-quarters:before {
  content: "\F241";
}

/* line 178, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battle-net:before {
  content: "\F835";
}

/* line 179, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bed:before {
  content: "\F236";
}

/* line 180, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bed-alt:before {
  content: "\F8F7";
}

/* line 181, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bed-bunk:before {
  content: "\F8F8";
}

/* line 182, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bed-empty:before {
  content: "\F8F9";
}

/* line 183, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-beer:before {
  content: "\F0FC";
}

/* line 184, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-behance:before {
  content: "\F1B4";
}

/* line 185, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-behance-square:before {
  content: "\F1B5";
}

/* line 186, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell:before {
  content: "\F0F3";
}

/* line 187, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell-exclamation:before {
  content: "\F848";
}

/* line 188, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell-on:before {
  content: "\F8FA";
}

/* line 189, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell-plus:before {
  content: "\F849";
}

/* line 190, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell-school:before {
  content: "\F5D5";
}

/* line 191, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell-school-slash:before {
  content: "\F5D6";
}

/* line 192, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell-slash:before {
  content: "\F1F6";
}

/* line 193, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bells:before {
  content: "\F77F";
}

/* line 194, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-betamax:before {
  content: "\F8A4";
}

/* line 195, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bezier-curve:before {
  content: "\F55B";
}

/* line 196, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bible:before {
  content: "\F647";
}

/* line 197, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bicycle:before {
  content: "\F206";
}

/* line 198, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-biking:before {
  content: "\F84A";
}

/* line 199, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-biking-mountain:before {
  content: "\F84B";
}

/* line 200, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bimobject:before {
  content: "\F378";
}

/* line 201, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-binoculars:before {
  content: "\F1E5";
}

/* line 202, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-biohazard:before {
  content: "\F780";
}

/* line 203, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-birthday-cake:before {
  content: "\F1FD";
}

/* line 204, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bitbucket:before {
  content: "\F171";
}

/* line 205, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bitcoin:before {
  content: "\F379";
}

/* line 206, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bity:before {
  content: "\F37A";
}

/* line 207, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-black-tie:before {
  content: "\F27E";
}

/* line 208, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blackberry:before {
  content: "\F37B";
}

/* line 209, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blanket:before {
  content: "\F498";
}

/* line 210, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blender:before {
  content: "\F517";
}

/* line 211, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blender-phone:before {
  content: "\F6B6";
}

/* line 212, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blind:before {
  content: "\F29D";
}

/* line 213, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blinds:before {
  content: "\F8FB";
}

/* line 214, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blinds-open:before {
  content: "\F8FC";
}

/* line 215, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blinds-raised:before {
  content: "\F8FD";
}

/* line 216, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blog:before {
  content: "\F781";
}

/* line 217, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blogger:before {
  content: "\F37C";
}

/* line 218, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blogger-b:before {
  content: "\F37D";
}

/* line 219, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bluetooth:before {
  content: "\F293";
}

/* line 220, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bluetooth-b:before {
  content: "\F294";
}

/* line 221, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bold:before {
  content: "\F032";
}

/* line 222, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bolt:before {
  content: "\F0E7";
}

/* line 223, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bomb:before {
  content: "\F1E2";
}

/* line 224, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bone:before {
  content: "\F5D7";
}

/* line 225, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bone-break:before {
  content: "\F5D8";
}

/* line 226, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bong:before {
  content: "\F55C";
}

/* line 227, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book:before {
  content: "\F02D";
}

/* line 228, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-alt:before {
  content: "\F5D9";
}

/* line 229, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-dead:before {
  content: "\F6B7";
}

/* line 230, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-heart:before {
  content: "\F499";
}

/* line 231, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-medical:before {
  content: "\F7E6";
}

/* line 232, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-open:before {
  content: "\F518";
}

/* line 233, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-reader:before {
  content: "\F5DA";
}

/* line 234, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-spells:before {
  content: "\F6B8";
}

/* line 235, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-user:before {
  content: "\F7E7";
}

/* line 236, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bookmark:before {
  content: "\F02E";
}

/* line 237, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-books:before {
  content: "\F5DB";
}

/* line 238, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-books-medical:before {
  content: "\F7E8";
}

/* line 239, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-boombox:before {
  content: "\F8A5";
}

/* line 240, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-boot:before {
  content: "\F782";
}

/* line 241, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-booth-curtain:before {
  content: "\F734";
}

/* line 242, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bootstrap:before {
  content: "\F836";
}

/* line 243, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-all:before {
  content: "\F84C";
}

/* line 244, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-bottom:before {
  content: "\F84D";
}

/* line 245, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-center-h:before {
  content: "\F89C";
}

/* line 246, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-center-v:before {
  content: "\F89D";
}

/* line 247, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-inner:before {
  content: "\F84E";
}

/* line 248, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-left:before {
  content: "\F84F";
}

/* line 249, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-none:before {
  content: "\F850";
}

/* line 250, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-outer:before {
  content: "\F851";
}

/* line 251, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-right:before {
  content: "\F852";
}

/* line 252, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-style:before {
  content: "\F853";
}

/* line 253, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-style-alt:before {
  content: "\F854";
}

/* line 254, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-top:before {
  content: "\F855";
}

/* line 255, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bow-arrow:before {
  content: "\F6B9";
}

/* line 256, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bowling-ball:before {
  content: "\F436";
}

/* line 257, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bowling-pins:before {
  content: "\F437";
}

/* line 258, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box:before {
  content: "\F466";
}

/* line 259, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-alt:before {
  content: "\F49A";
}

/* line 260, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-ballot:before {
  content: "\F735";
}

/* line 261, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-check:before {
  content: "\F467";
}

/* line 262, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-fragile:before {
  content: "\F49B";
}

/* line 263, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-full:before {
  content: "\F49C";
}

/* line 264, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-heart:before {
  content: "\F49D";
}

/* line 265, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-open:before {
  content: "\F49E";
}

/* line 266, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-tissue:before {
  content: "\F95B";
}

/* line 267, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-up:before {
  content: "\F49F";
}

/* line 268, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-usd:before {
  content: "\F4A0";
}

/* line 269, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-boxes:before {
  content: "\F468";
}

/* line 270, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-boxes-alt:before {
  content: "\F4A1";
}

/* line 271, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-boxing-glove:before {
  content: "\F438";
}

/* line 272, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-brackets:before {
  content: "\F7E9";
}

/* line 273, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-brackets-curly:before {
  content: "\F7EA";
}

/* line 274, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-braille:before {
  content: "\F2A1";
}

/* line 275, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-brain:before {
  content: "\F5DC";
}

/* line 276, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bread-loaf:before {
  content: "\F7EB";
}

/* line 277, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bread-slice:before {
  content: "\F7EC";
}

/* line 278, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-briefcase:before {
  content: "\F0B1";
}

/* line 279, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-briefcase-medical:before {
  content: "\F469";
}

/* line 280, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bring-forward:before {
  content: "\F856";
}

/* line 281, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bring-front:before {
  content: "\F857";
}

/* line 282, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-broadcast-tower:before {
  content: "\F519";
}

/* line 283, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-broom:before {
  content: "\F51A";
}

/* line 284, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-browser:before {
  content: "\F37E";
}

/* line 285, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-brush:before {
  content: "\F55D";
}

/* line 286, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-btc:before {
  content: "\F15A";
}

/* line 287, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-buffer:before {
  content: "\F837";
}

/* line 288, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bug:before {
  content: "\F188";
}

/* line 289, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-building:before {
  content: "\F1AD";
}

/* line 290, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bullhorn:before {
  content: "\F0A1";
}

/* line 291, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bullseye:before {
  content: "\F140";
}

/* line 292, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bullseye-arrow:before {
  content: "\F648";
}

/* line 293, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bullseye-pointer:before {
  content: "\F649";
}

/* line 294, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-burger-soda:before {
  content: "\F858";
}

/* line 295, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-burn:before {
  content: "\F46A";
}

/* line 296, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-buromobelexperte:before {
  content: "\F37F";
}

/* line 297, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-burrito:before {
  content: "\F7ED";
}

/* line 298, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bus:before {
  content: "\F207";
}

/* line 299, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bus-alt:before {
  content: "\F55E";
}

/* line 300, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bus-school:before {
  content: "\F5DD";
}

/* line 301, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-business-time:before {
  content: "\F64A";
}

/* line 302, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-buy-n-large:before {
  content: "\F8A6";
}

/* line 303, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-buysellads:before {
  content: "\F20D";
}

/* line 304, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cabinet-filing:before {
  content: "\F64B";
}

/* line 305, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cactus:before {
  content: "\F8A7";
}

/* line 306, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calculator:before {
  content: "\F1EC";
}

/* line 307, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calculator-alt:before {
  content: "\F64C";
}

/* line 308, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar:before {
  content: "\F133";
}

/* line 309, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-alt:before {
  content: "\F073";
}

/* line 310, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-check:before {
  content: "\F274";
}

/* line 311, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-day:before {
  content: "\F783";
}

/* line 312, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-edit:before {
  content: "\F333";
}

/* line 313, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-exclamation:before {
  content: "\F334";
}

/* line 314, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-minus:before {
  content: "\F272";
}

/* line 315, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-plus:before {
  content: "\F271";
}

/* line 316, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-star:before {
  content: "\F736";
}

/* line 317, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-times:before {
  content: "\F273";
}

/* line 318, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-week:before {
  content: "\F784";
}

/* line 319, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camcorder:before {
  content: "\F8A8";
}

/* line 320, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camera:before {
  content: "\F030";
}

/* line 321, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camera-alt:before {
  content: "\F332";
}

/* line 322, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camera-home:before {
  content: "\F8FE";
}

/* line 323, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camera-movie:before {
  content: "\F8A9";
}

/* line 324, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camera-polaroid:before {
  content: "\F8AA";
}

/* line 325, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camera-retro:before {
  content: "\F083";
}

/* line 326, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-campfire:before {
  content: "\F6BA";
}

/* line 327, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-campground:before {
  content: "\F6BB";
}

/* line 328, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

/* line 329, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-candle-holder:before {
  content: "\F6BC";
}

/* line 330, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-candy-cane:before {
  content: "\F786";
}

/* line 331, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-candy-corn:before {
  content: "\F6BD";
}

/* line 332, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cannabis:before {
  content: "\F55F";
}

/* line 333, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-capsules:before {
  content: "\F46B";
}

/* line 334, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car:before {
  content: "\F1B9";
}

/* line 335, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-alt:before {
  content: "\F5DE";
}

/* line 336, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-battery:before {
  content: "\F5DF";
}

/* line 337, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-building:before {
  content: "\F859";
}

/* line 338, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-bump:before {
  content: "\F5E0";
}

/* line 339, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-bus:before {
  content: "\F85A";
}

/* line 340, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-crash:before {
  content: "\F5E1";
}

/* line 341, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-garage:before {
  content: "\F5E2";
}

/* line 342, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-mechanic:before {
  content: "\F5E3";
}

/* line 343, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-side:before {
  content: "\F5E4";
}

/* line 344, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-tilt:before {
  content: "\F5E5";
}

/* line 345, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-wash:before {
  content: "\F5E6";
}

/* line 346, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caravan:before {
  content: "\F8FF";
}

/* line 347, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caravan-alt:before {
  content: "\F900";
}

/* line 348, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-circle-down:before {
  content: "\F32D";
}

/* line 349, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-circle-left:before {
  content: "\F32E";
}

/* line 350, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-circle-right:before {
  content: "\F330";
}

/* line 351, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-circle-up:before {
  content: "\F331";
}

/* line 352, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-down:before {
  content: "\F0D7";
}

/* line 353, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-left:before {
  content: "\F0D9";
}

/* line 354, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-right:before {
  content: "\F0DA";
}

/* line 355, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-square-down:before {
  content: "\F150";
}

/* line 356, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-square-left:before {
  content: "\F191";
}

/* line 357, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-square-right:before {
  content: "\F152";
}

/* line 358, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-square-up:before {
  content: "\F151";
}

/* line 359, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-up:before {
  content: "\F0D8";
}

/* line 360, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-carrot:before {
  content: "\F787";
}

/* line 361, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cars:before {
  content: "\F85B";
}

/* line 362, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cart-arrow-down:before {
  content: "\F218";
}

/* line 363, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cart-plus:before {
  content: "\F217";
}

/* line 364, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cash-register:before {
  content: "\F788";
}

/* line 365, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cassette-tape:before {
  content: "\F8AB";
}

/* line 366, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cat:before {
  content: "\F6BE";
}

/* line 367, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cat-space:before {
  content: "\F901";
}

/* line 368, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cauldron:before {
  content: "\F6BF";
}

/* line 369, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

/* line 370, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-amex:before {
  content: "\F1F3";
}

/* line 371, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-apple-pay:before {
  content: "\F416";
}

/* line 372, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-diners-club:before {
  content: "\F24C";
}

/* line 373, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-discover:before {
  content: "\F1F2";
}

/* line 374, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-jcb:before {
  content: "\F24B";
}

/* line 375, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-mastercard:before {
  content: "\F1F1";
}

/* line 376, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-paypal:before {
  content: "\F1F4";
}

/* line 377, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-stripe:before {
  content: "\F1F5";
}

/* line 378, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-visa:before {
  content: "\F1F0";
}

/* line 379, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cctv:before {
  content: "\F8AC";
}

/* line 380, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-centercode:before {
  content: "\F380";
}

/* line 381, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-centos:before {
  content: "\F789";
}

/* line 382, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-certificate:before {
  content: "\F0A3";
}

/* line 383, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chair:before {
  content: "\F6C0";
}

/* line 384, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chair-office:before {
  content: "\F6C1";
}

/* line 385, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chalkboard:before {
  content: "\F51B";
}

/* line 386, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

/* line 387, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-charging-station:before {
  content: "\F5E7";
}

/* line 388, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-area:before {
  content: "\F1FE";
}

/* line 389, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-bar:before {
  content: "\F080";
}

/* line 390, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-line:before {
  content: "\F201";
}

/* line 391, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-line-down:before {
  content: "\F64D";
}

/* line 392, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-network:before {
  content: "\F78A";
}

/* line 393, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-pie:before {
  content: "\F200";
}

/* line 394, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-pie-alt:before {
  content: "\F64E";
}

/* line 395, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-scatter:before {
  content: "\F7EE";
}

/* line 396, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-check:before {
  content: "\F00C";
}

/* line 397, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-check-circle:before {
  content: "\F058";
}

/* line 398, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-check-double:before {
  content: "\F560";
}

/* line 399, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-check-square:before {
  content: "\F14A";
}

/* line 400, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cheese:before {
  content: "\F7EF";
}

/* line 401, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cheese-swiss:before {
  content: "\F7F0";
}

/* line 402, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cheeseburger:before {
  content: "\F7F1";
}

/* line 403, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess:before {
  content: "\F439";
}

/* line 404, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-bishop:before {
  content: "\F43A";
}

/* line 405, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-bishop-alt:before {
  content: "\F43B";
}

/* line 406, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-board:before {
  content: "\F43C";
}

/* line 407, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-clock:before {
  content: "\F43D";
}

/* line 408, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-clock-alt:before {
  content: "\F43E";
}

/* line 409, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-king:before {
  content: "\F43F";
}

/* line 410, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-king-alt:before {
  content: "\F440";
}

/* line 411, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-knight:before {
  content: "\F441";
}

/* line 412, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-knight-alt:before {
  content: "\F442";
}

/* line 413, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-pawn:before {
  content: "\F443";
}

/* line 414, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-pawn-alt:before {
  content: "\F444";
}

/* line 415, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-queen:before {
  content: "\F445";
}

/* line 416, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-queen-alt:before {
  content: "\F446";
}

/* line 417, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-rook:before {
  content: "\F447";
}

/* line 418, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-rook-alt:before {
  content: "\F448";
}

/* line 419, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-circle-down:before {
  content: "\F13A";
}

/* line 420, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-circle-left:before {
  content: "\F137";
}

/* line 421, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-circle-right:before {
  content: "\F138";
}

/* line 422, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-circle-up:before {
  content: "\F139";
}

/* line 423, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-double-down:before {
  content: "\F322";
}

/* line 424, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-double-left:before {
  content: "\F323";
}

/* line 425, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-double-right:before {
  content: "\F324";
}

/* line 426, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-double-up:before {
  content: "\F325";
}

/* line 427, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-down:before {
  content: "\F078";
}

/* line 428, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-left:before {
  content: "\F053";
}

/* line 429, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-right:before {
  content: "\F054";
}

/* line 430, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-square-down:before {
  content: "\F329";
}

/* line 431, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-square-left:before {
  content: "\F32A";
}

/* line 432, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-square-right:before {
  content: "\F32B";
}

/* line 433, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-square-up:before {
  content: "\F32C";
}

/* line 434, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-up:before {
  content: "\F077";
}

/* line 435, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-child:before {
  content: "\F1AE";
}

/* line 436, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chimney:before {
  content: "\F78B";
}

/* line 437, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chrome:before {
  content: "\F268";
}

/* line 438, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chromecast:before {
  content: "\F838";
}

/* line 439, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-church:before {
  content: "\F51D";
}

/* line 440, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-circle:before {
  content: "\F111";
}

/* line 441, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-circle-notch:before {
  content: "\F1CE";
}

/* line 442, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-city:before {
  content: "\F64F";
}

/* line 443, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clarinet:before {
  content: "\F8AD";
}

/* line 444, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-claw-marks:before {
  content: "\F6C2";
}

/* line 445, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clinic-medical:before {
  content: "\F7F2";
}

/* line 446, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clipboard:before {
  content: "\F328";
}

/* line 447, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clipboard-check:before {
  content: "\F46C";
}

/* line 448, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clipboard-list:before {
  content: "\F46D";
}

/* line 449, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clipboard-list-check:before {
  content: "\F737";
}

/* line 450, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clipboard-prescription:before {
  content: "\F5E8";
}

/* line 451, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clipboard-user:before {
  content: "\F7F3";
}

/* line 452, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clock:before {
  content: "\F017";
}

/* line 453, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clone:before {
  content: "\F24D";
}

/* line 454, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-closed-captioning:before {
  content: "\F20A";
}

/* line 455, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud:before {
  content: "\F0C2";
}

/* line 456, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-download:before {
  content: "\F0ED";
}

/* line 457, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-download-alt:before {
  content: "\F381";
}

/* line 458, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-drizzle:before {
  content: "\F738";
}

/* line 459, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-hail:before {
  content: "\F739";
}

/* line 460, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-hail-mixed:before {
  content: "\F73A";
}

/* line 461, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-meatball:before {
  content: "\F73B";
}

/* line 462, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-moon:before {
  content: "\F6C3";
}

/* line 463, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

/* line 464, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-music:before {
  content: "\F8AE";
}

/* line 465, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-rain:before {
  content: "\F73D";
}

/* line 466, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-rainbow:before {
  content: "\F73E";
}

/* line 467, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-showers:before {
  content: "\F73F";
}

/* line 468, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

/* line 469, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-sleet:before {
  content: "\F741";
}

/* line 470, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-snow:before {
  content: "\F742";
}

/* line 471, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-sun:before {
  content: "\F6C4";
}

/* line 472, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-sun-rain:before {
  content: "\F743";
}

/* line 473, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-upload:before {
  content: "\F0EE";
}

/* line 474, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-upload-alt:before {
  content: "\F382";
}

/* line 475, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clouds:before {
  content: "\F744";
}

/* line 476, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clouds-moon:before {
  content: "\F745";
}

/* line 477, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clouds-sun:before {
  content: "\F746";
}

/* line 478, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloudscale:before {
  content: "\F383";
}

/* line 479, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloudsmith:before {
  content: "\F384";
}

/* line 480, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloudversify:before {
  content: "\F385";
}

/* line 481, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-club:before {
  content: "\F327";
}

/* line 482, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cocktail:before {
  content: "\F561";
}

/* line 483, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-code:before {
  content: "\F121";
}

/* line 484, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-code-branch:before {
  content: "\F126";
}

/* line 485, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-code-commit:before {
  content: "\F386";
}

/* line 486, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-code-merge:before {
  content: "\F387";
}

/* line 487, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-codepen:before {
  content: "\F1CB";
}

/* line 488, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-codiepie:before {
  content: "\F284";
}

/* line 489, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coffee:before {
  content: "\F0F4";
}

/* line 490, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coffee-pot:before {
  content: "\F902";
}

/* line 491, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coffee-togo:before {
  content: "\F6C5";
}

/* line 492, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coffin:before {
  content: "\F6C6";
}

/* line 493, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coffin-cross:before {
  content: "\F951";
}

/* line 494, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cog:before {
  content: "\F013";
}

/* line 495, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cogs:before {
  content: "\F085";
}

/* line 496, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coin:before {
  content: "\F85C";
}

/* line 497, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coins:before {
  content: "\F51E";
}

/* line 498, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-columns:before {
  content: "\F0DB";
}

/* line 499, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comet:before {
  content: "\F903";
}

/* line 500, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment:before {
  content: "\F075";
}

/* line 501, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt:before {
  content: "\F27A";
}

/* line 502, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-check:before {
  content: "\F4A2";
}

/* line 503, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-dollar:before {
  content: "\F650";
}

/* line 504, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-dots:before {
  content: "\F4A3";
}

/* line 505, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-edit:before {
  content: "\F4A4";
}

/* line 506, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-exclamation:before {
  content: "\F4A5";
}

/* line 507, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-lines:before {
  content: "\F4A6";
}

/* line 508, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-medical:before {
  content: "\F7F4";
}

/* line 509, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-minus:before {
  content: "\F4A7";
}

/* line 510, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-music:before {
  content: "\F8AF";
}

/* line 511, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-plus:before {
  content: "\F4A8";
}

/* line 512, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-slash:before {
  content: "\F4A9";
}

/* line 513, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-smile:before {
  content: "\F4AA";
}

/* line 514, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-times:before {
  content: "\F4AB";
}

/* line 515, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-check:before {
  content: "\F4AC";
}

/* line 516, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-dollar:before {
  content: "\F651";
}

/* line 517, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-dots:before {
  content: "\F4AD";
}

/* line 518, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-edit:before {
  content: "\F4AE";
}

/* line 519, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-exclamation:before {
  content: "\F4AF";
}

/* line 520, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-lines:before {
  content: "\F4B0";
}

/* line 521, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-medical:before {
  content: "\F7F5";
}

/* line 522, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-minus:before {
  content: "\F4B1";
}

/* line 523, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-music:before {
  content: "\F8B0";
}

/* line 524, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-plus:before {
  content: "\F4B2";
}

/* line 525, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-slash:before {
  content: "\F4B3";
}

/* line 526, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-smile:before {
  content: "\F4B4";
}

/* line 527, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-times:before {
  content: "\F4B5";
}

/* line 528, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comments:before {
  content: "\F086";
}

/* line 529, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comments-alt:before {
  content: "\F4B6";
}

/* line 530, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comments-alt-dollar:before {
  content: "\F652";
}

/* line 531, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comments-dollar:before {
  content: "\F653";
}

/* line 532, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compact-disc:before {
  content: "\F51F";
}

/* line 533, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compass:before {
  content: "\F14E";
}

/* line 534, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compass-slash:before {
  content: "\F5E9";
}

/* line 535, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compress:before {
  content: "\F066";
}

/* line 536, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compress-alt:before {
  content: "\F422";
}

/* line 537, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

/* line 538, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compress-wide:before {
  content: "\F326";
}

/* line 539, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-computer-classic:before {
  content: "\F8B1";
}

/* line 540, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-computer-speaker:before {
  content: "\F8B2";
}

/* line 541, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-concierge-bell:before {
  content: "\F562";
}

/* line 542, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-confluence:before {
  content: "\F78D";
}

/* line 543, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-connectdevelop:before {
  content: "\F20E";
}

/* line 544, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-construction:before {
  content: "\F85D";
}

/* line 545, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-container-storage:before {
  content: "\F4B7";
}

/* line 546, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-contao:before {
  content: "\F26D";
}

/* line 547, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-conveyor-belt:before {
  content: "\F46E";
}

/* line 548, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-conveyor-belt-alt:before {
  content: "\F46F";
}

/* line 549, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cookie:before {
  content: "\F563";
}

/* line 550, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cookie-bite:before {
  content: "\F564";
}

/* line 551, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-copy:before {
  content: "\F0C5";
}

/* line 552, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-copyright:before {
  content: "\F1F9";
}

/* line 553, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-corn:before {
  content: "\F6C7";
}

/* line 554, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cotton-bureau:before {
  content: "\F89E";
}

/* line 555, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-couch:before {
  content: "\F4B8";
}

/* line 556, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cow:before {
  content: "\F6C8";
}

/* line 557, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cowbell:before {
  content: "\F8B3";
}

/* line 558, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cowbell-more:before {
  content: "\F8B4";
}

/* line 559, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cpanel:before {
  content: "\F388";
}

/* line 560, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons:before {
  content: "\F25E";
}

/* line 561, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-by:before {
  content: "\F4E7";
}

/* line 562, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

/* line 563, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

/* line 564, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

/* line 565, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

/* line 566, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

/* line 567, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

/* line 568, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

/* line 569, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

/* line 570, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

/* line 571, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

/* line 572, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-share:before {
  content: "\F4F2";
}

/* line 573, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

/* line 574, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-credit-card:before {
  content: "\F09D";
}

/* line 575, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-credit-card-blank:before {
  content: "\F389";
}

/* line 576, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-credit-card-front:before {
  content: "\F38A";
}

/* line 577, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cricket:before {
  content: "\F449";
}

/* line 578, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-critical-role:before {
  content: "\F6C9";
}

/* line 579, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-croissant:before {
  content: "\F7F6";
}

/* line 580, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crop:before {
  content: "\F125";
}

/* line 581, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crop-alt:before {
  content: "\F565";
}

/* line 582, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cross:before {
  content: "\F654";
}

/* line 583, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crosshairs:before {
  content: "\F05B";
}

/* line 584, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crow:before {
  content: "\F520";
}

/* line 585, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crown:before {
  content: "\F521";
}

/* line 586, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crutch:before {
  content: "\F7F7";
}

/* line 587, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crutches:before {
  content: "\F7F8";
}

/* line 588, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-css3:before {
  content: "\F13C";
}

/* line 589, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-css3-alt:before {
  content: "\F38B";
}

/* line 590, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cube:before {
  content: "\F1B2";
}

/* line 591, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cubes:before {
  content: "\F1B3";
}

/* line 592, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-curling:before {
  content: "\F44A";
}

/* line 593, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cut:before {
  content: "\F0C4";
}

/* line 594, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cuttlefish:before {
  content: "\F38C";
}

/* line 595, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-d-and-d:before {
  content: "\F38D";
}

/* line 596, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

/* line 597, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dagger:before {
  content: "\F6CB";
}

/* line 598, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dailymotion:before {
  content: "\F952";
}

/* line 599, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dashcube:before {
  content: "\F210";
}

/* line 600, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-database:before {
  content: "\F1C0";
}

/* line 601, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-deaf:before {
  content: "\F2A4";
}

/* line 602, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-debug:before {
  content: "\F7F9";
}

/* line 603, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-deer:before {
  content: "\F78E";
}

/* line 604, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-deer-rudolph:before {
  content: "\F78F";
}

/* line 605, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-delicious:before {
  content: "\F1A5";
}

/* line 606, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-democrat:before {
  content: "\F747";
}

/* line 607, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-deploydog:before {
  content: "\F38E";
}

/* line 608, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-deskpro:before {
  content: "\F38F";
}

/* line 609, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-desktop:before {
  content: "\F108";
}

/* line 610, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-desktop-alt:before {
  content: "\F390";
}

/* line 611, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dev:before {
  content: "\F6CC";
}

/* line 612, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-deviantart:before {
  content: "\F1BD";
}

/* line 613, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dewpoint:before {
  content: "\F748";
}

/* line 614, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dharmachakra:before {
  content: "\F655";
}

/* line 615, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dhl:before {
  content: "\F790";
}

/* line 616, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-diagnoses:before {
  content: "\F470";
}

/* line 617, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-diamond:before {
  content: "\F219";
}

/* line 618, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-diaspora:before {
  content: "\F791";
}

/* line 619, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice:before {
  content: "\F522";
}

/* line 620, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-d10:before {
  content: "\F6CD";
}

/* line 621, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-d12:before {
  content: "\F6CE";
}

/* line 622, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-d20:before {
  content: "\F6CF";
}

/* line 623, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-d4:before {
  content: "\F6D0";
}

/* line 624, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-d6:before {
  content: "\F6D1";
}

/* line 625, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-d8:before {
  content: "\F6D2";
}

/* line 626, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-five:before {
  content: "\F523";
}

/* line 627, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-four:before {
  content: "\F524";
}

/* line 628, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-one:before {
  content: "\F525";
}

/* line 629, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-six:before {
  content: "\F526";
}

/* line 630, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-three:before {
  content: "\F527";
}

/* line 631, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-two:before {
  content: "\F528";
}

/* line 632, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-digg:before {
  content: "\F1A6";
}

/* line 633, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-digging:before {
  content: "\F85E";
}

/* line 634, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-digital-ocean:before {
  content: "\F391";
}

/* line 635, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-digital-tachograph:before {
  content: "\F566";
}

/* line 636, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-diploma:before {
  content: "\F5EA";
}

/* line 637, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-directions:before {
  content: "\F5EB";
}

/* line 638, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-disc-drive:before {
  content: "\F8B5";
}

/* line 639, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-discord:before {
  content: "\F392";
}

/* line 640, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-discourse:before {
  content: "\F393";
}

/* line 641, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-disease:before {
  content: "\F7FA";
}

/* line 642, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-divide:before {
  content: "\F529";
}

/* line 643, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dizzy:before {
  content: "\F567";
}

/* line 644, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dna:before {
  content: "\F471";
}

/* line 645, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-do-not-enter:before {
  content: "\F5EC";
}

/* line 646, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dochub:before {
  content: "\F394";
}

/* line 647, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-docker:before {
  content: "\F395";
}

/* line 648, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dog:before {
  content: "\F6D3";
}

/* line 649, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dog-leashed:before {
  content: "\F6D4";
}

/* line 650, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dollar-sign:before {
  content: "\F155";
}

/* line 651, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dolly:before {
  content: "\F472";
}

/* line 652, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dolly-empty:before {
  content: "\F473";
}

/* line 653, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dolly-flatbed:before {
  content: "\F474";
}

/* line 654, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dolly-flatbed-alt:before {
  content: "\F475";
}

/* line 655, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dolly-flatbed-empty:before {
  content: "\F476";
}

/* line 656, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-donate:before {
  content: "\F4B9";
}

/* line 657, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-door-closed:before {
  content: "\F52A";
}

/* line 658, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-door-open:before {
  content: "\F52B";
}

/* line 659, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dot-circle:before {
  content: "\F192";
}

/* line 660, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dove:before {
  content: "\F4BA";
}

/* line 661, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-download:before {
  content: "\F019";
}

/* line 662, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-draft2digital:before {
  content: "\F396";
}

/* line 663, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drafting-compass:before {
  content: "\F568";
}

/* line 664, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dragon:before {
  content: "\F6D5";
}

/* line 665, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-draw-circle:before {
  content: "\F5ED";
}

/* line 666, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-draw-polygon:before {
  content: "\F5EE";
}

/* line 667, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-draw-square:before {
  content: "\F5EF";
}

/* line 668, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dreidel:before {
  content: "\F792";
}

/* line 669, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dribbble:before {
  content: "\F17D";
}

/* line 670, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dribbble-square:before {
  content: "\F397";
}

/* line 671, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drone:before {
  content: "\F85F";
}

/* line 672, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drone-alt:before {
  content: "\F860";
}

/* line 673, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dropbox:before {
  content: "\F16B";
}

/* line 674, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drum:before {
  content: "\F569";
}

/* line 675, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drum-steelpan:before {
  content: "\F56A";
}

/* line 676, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drumstick:before {
  content: "\F6D6";
}

/* line 677, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drumstick-bite:before {
  content: "\F6D7";
}

/* line 678, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drupal:before {
  content: "\F1A9";
}

/* line 679, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dryer:before {
  content: "\F861";
}

/* line 680, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dryer-alt:before {
  content: "\F862";
}

/* line 681, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-duck:before {
  content: "\F6D8";
}

/* line 682, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dumbbell:before {
  content: "\F44B";
}

/* line 683, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dumpster:before {
  content: "\F793";
}

/* line 684, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dumpster-fire:before {
  content: "\F794";
}

/* line 685, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dungeon:before {
  content: "\F6D9";
}

/* line 686, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dyalog:before {
  content: "\F399";
}

/* line 687, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ear:before {
  content: "\F5F0";
}

/* line 688, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ear-muffs:before {
  content: "\F795";
}

/* line 689, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-earlybirds:before {
  content: "\F39A";
}

/* line 690, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ebay:before {
  content: "\F4F4";
}

/* line 691, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eclipse:before {
  content: "\F749";
}

/* line 692, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eclipse-alt:before {
  content: "\F74A";
}

/* line 693, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-edge:before {
  content: "\F282";
}

/* line 694, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-edit:before {
  content: "\F044";
}

/* line 695, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-egg:before {
  content: "\F7FB";
}

/* line 696, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-egg-fried:before {
  content: "\F7FC";
}

/* line 697, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eject:before {
  content: "\F052";
}

/* line 698, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-elementor:before {
  content: "\F430";
}

/* line 699, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-elephant:before {
  content: "\F6DA";
}

/* line 700, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ellipsis-h:before {
  content: "\F141";
}

/* line 701, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ellipsis-h-alt:before {
  content: "\F39B";
}

/* line 702, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ellipsis-v:before {
  content: "\F142";
}

/* line 703, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ellipsis-v-alt:before {
  content: "\F39C";
}

/* line 704, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ello:before {
  content: "\F5F1";
}

/* line 705, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ember:before {
  content: "\F423";
}

/* line 706, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-empire:before {
  content: "\F1D1";
}

/* line 707, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-empty-set:before {
  content: "\F656";
}

/* line 708, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-engine-warning:before {
  content: "\F5F2";
}

/* line 709, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-envelope:before {
  content: "\F0E0";
}

/* line 710, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-envelope-open:before {
  content: "\F2B6";
}

/* line 711, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-envelope-open-dollar:before {
  content: "\F657";
}

/* line 712, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-envelope-open-text:before {
  content: "\F658";
}

/* line 713, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-envelope-square:before {
  content: "\F199";
}

/* line 714, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-envira:before {
  content: "\F299";
}

/* line 715, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-equals:before {
  content: "\F52C";
}

/* line 716, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eraser:before {
  content: "\F12D";
}

/* line 717, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-erlang:before {
  content: "\F39D";
}

/* line 718, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ethereum:before {
  content: "\F42E";
}

/* line 719, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ethernet:before {
  content: "\F796";
}

/* line 720, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-etsy:before {
  content: "\F2D7";
}

/* line 721, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-euro-sign:before {
  content: "\F153";
}

/* line 722, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-evernote:before {
  content: "\F839";
}

/* line 723, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-exchange:before {
  content: "\F0EC";
}

/* line 724, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-exchange-alt:before {
  content: "\F362";
}

/* line 725, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-exclamation:before {
  content: "\F12A";
}

/* line 726, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-exclamation-circle:before {
  content: "\F06A";
}

/* line 727, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-exclamation-square:before {
  content: "\F321";
}

/* line 728, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-exclamation-triangle:before {
  content: "\F071";
}

/* line 729, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-expand:before {
  content: "\F065";
}

/* line 730, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-expand-alt:before {
  content: "\F424";
}

/* line 731, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-expand-arrows:before {
  content: "\F31D";
}

/* line 732, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

/* line 733, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-expand-wide:before {
  content: "\F320";
}

/* line 734, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-expeditedssl:before {
  content: "\F23E";
}

/* line 735, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-external-link:before {
  content: "\F08E";
}

/* line 736, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-external-link-alt:before {
  content: "\F35D";
}

/* line 737, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-external-link-square:before {
  content: "\F14C";
}

/* line 738, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-external-link-square-alt:before {
  content: "\F360";
}

/* line 739, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eye:before {
  content: "\F06E";
}

/* line 740, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eye-dropper:before {
  content: "\F1FB";
}

/* line 741, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eye-evil:before {
  content: "\F6DB";
}

/* line 742, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eye-slash:before {
  content: "\F070";
}

/* line 743, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-facebook:before {
  content: "\F09A";
}

/* line 744, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-facebook-f:before {
  content: "\F39E";
}

/* line 745, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-facebook-messenger:before {
  content: "\F39F";
}

/* line 746, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-facebook-square:before {
  content: "\F082";
}

/* line 747, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fan:before {
  content: "\F863";
}

/* line 748, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fan-table:before {
  content: "\F904";
}

/* line 749, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

/* line 750, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-farm:before {
  content: "\F864";
}

/* line 751, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fast-backward:before {
  content: "\F049";
}

/* line 752, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fast-forward:before {
  content: "\F050";
}

/* line 753, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-faucet:before {
  content: "\F905";
}

/* line 754, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-faucet-drip:before {
  content: "\F906";
}

/* line 755, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fax:before {
  content: "\F1AC";
}

/* line 756, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-feather:before {
  content: "\F52D";
}

/* line 757, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-feather-alt:before {
  content: "\F56B";
}

/* line 758, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fedex:before {
  content: "\F797";
}

/* line 759, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fedora:before {
  content: "\F798";
}

/* line 760, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-female:before {
  content: "\F182";
}

/* line 761, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-field-hockey:before {
  content: "\F44C";
}

/* line 762, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fighter-jet:before {
  content: "\F0FB";
}

/* line 763, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-figma:before {
  content: "\F799";
}

/* line 764, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file:before {
  content: "\F15B";
}

/* line 765, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-alt:before {
  content: "\F15C";
}

/* line 766, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-archive:before {
  content: "\F1C6";
}

/* line 767, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-audio:before {
  content: "\F1C7";
}

/* line 768, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-certificate:before {
  content: "\F5F3";
}

/* line 769, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-chart-line:before {
  content: "\F659";
}

/* line 770, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-chart-pie:before {
  content: "\F65A";
}

/* line 771, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-check:before {
  content: "\F316";
}

/* line 772, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-code:before {
  content: "\F1C9";
}

/* line 773, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-contract:before {
  content: "\F56C";
}

/* line 774, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-csv:before {
  content: "\F6DD";
}

/* line 775, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-download:before {
  content: "\F56D";
}

/* line 776, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-edit:before {
  content: "\F31C";
}

/* line 777, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-excel:before {
  content: "\F1C3";
}

/* line 778, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-exclamation:before {
  content: "\F31A";
}

/* line 779, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-export:before {
  content: "\F56E";
}

/* line 780, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-image:before {
  content: "\F1C5";
}

/* line 781, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-import:before {
  content: "\F56F";
}

/* line 782, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-invoice:before {
  content: "\F570";
}

/* line 783, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-invoice-dollar:before {
  content: "\F571";
}

/* line 784, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-medical:before {
  content: "\F477";
}

/* line 785, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-medical-alt:before {
  content: "\F478";
}

/* line 786, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-minus:before {
  content: "\F318";
}

/* line 787, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-music:before {
  content: "\F8B6";
}

/* line 788, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-pdf:before {
  content: "\F1C1";
}

/* line 789, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-plus:before {
  content: "\F319";
}

/* line 790, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-powerpoint:before {
  content: "\F1C4";
}

/* line 791, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-prescription:before {
  content: "\F572";
}

/* line 792, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-search:before {
  content: "\F865";
}

/* line 793, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-signature:before {
  content: "\F573";
}

/* line 794, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-spreadsheet:before {
  content: "\F65B";
}

/* line 795, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-times:before {
  content: "\F317";
}

/* line 796, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-upload:before {
  content: "\F574";
}

/* line 797, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-user:before {
  content: "\F65C";
}

/* line 798, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-video:before {
  content: "\F1C8";
}

/* line 799, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-word:before {
  content: "\F1C2";
}

/* line 800, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-files-medical:before {
  content: "\F7FD";
}

/* line 801, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fill:before {
  content: "\F575";
}

/* line 802, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fill-drip:before {
  content: "\F576";
}

/* line 803, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-film:before {
  content: "\F008";
}

/* line 804, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-film-alt:before {
  content: "\F3A0";
}

/* line 805, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-film-canister:before {
  content: "\F8B7";
}

/* line 806, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-filter:before {
  content: "\F0B0";
}

/* line 807, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fingerprint:before {
  content: "\F577";
}

/* line 808, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fire:before {
  content: "\F06D";
}

/* line 809, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fire-alt:before {
  content: "\F7E4";
}

/* line 810, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fire-extinguisher:before {
  content: "\F134";
}

/* line 811, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fire-smoke:before {
  content: "\F74B";
}

/* line 812, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-firefox:before {
  content: "\F269";
}

/* line 813, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-firefox-browser:before {
  content: "\F907";
}

/* line 814, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fireplace:before {
  content: "\F79A";
}

/* line 815, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-first-aid:before {
  content: "\F479";
}

/* line 816, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-first-order:before {
  content: "\F2B0";
}

/* line 817, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-first-order-alt:before {
  content: "\F50A";
}

/* line 818, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-firstdraft:before {
  content: "\F3A1";
}

/* line 819, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fish:before {
  content: "\F578";
}

/* line 820, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fish-cooked:before {
  content: "\F7FE";
}

/* line 821, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fist-raised:before {
  content: "\F6DE";
}

/* line 822, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flag:before {
  content: "\F024";
}

/* line 823, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flag-alt:before {
  content: "\F74C";
}

/* line 824, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flag-checkered:before {
  content: "\F11E";
}

/* line 825, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flag-usa:before {
  content: "\F74D";
}

/* line 826, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flame:before {
  content: "\F6DF";
}

/* line 827, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flashlight:before {
  content: "\F8B8";
}

/* line 828, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flask:before {
  content: "\F0C3";
}

/* line 829, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flask-poison:before {
  content: "\F6E0";
}

/* line 830, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flask-potion:before {
  content: "\F6E1";
}

/* line 831, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flickr:before {
  content: "\F16E";
}

/* line 832, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flipboard:before {
  content: "\F44D";
}

/* line 833, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flower:before {
  content: "\F7FF";
}

/* line 834, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flower-daffodil:before {
  content: "\F800";
}

/* line 835, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flower-tulip:before {
  content: "\F801";
}

/* line 836, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flushed:before {
  content: "\F579";
}

/* line 837, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flute:before {
  content: "\F8B9";
}

/* line 838, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flux-capacitor:before {
  content: "\F8BA";
}

/* line 839, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fly:before {
  content: "\F417";
}

/* line 840, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fog:before {
  content: "\F74E";
}

/* line 841, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder:before {
  content: "\F07B";
}

/* line 842, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-download:before {
  content: "\F953";
}

/* line 843, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-minus:before {
  content: "\F65D";
}

/* line 844, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-open:before {
  content: "\F07C";
}

/* line 845, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-plus:before {
  content: "\F65E";
}

/* line 846, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-times:before {
  content: "\F65F";
}

/* line 847, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-tree:before {
  content: "\F802";
}

/* line 848, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-upload:before {
  content: "\F954";
}

/* line 849, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folders:before {
  content: "\F660";
}

/* line 850, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-font:before {
  content: "\F031";
}

/* line 851, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-font-awesome:before {
  content: "\F2B4";
}

/* line 852, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-font-awesome-alt:before {
  content: "\F35C";
}

/* line 853, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-font-awesome-flag:before {
  content: "\F425";
}

/* line 854, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

/* line 855, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-font-case:before {
  content: "\F866";
}

/* line 856, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fonticons:before {
  content: "\F280";
}

/* line 857, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fonticons-fi:before {
  content: "\F3A2";
}

/* line 858, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-football-ball:before {
  content: "\F44E";
}

/* line 859, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-football-helmet:before {
  content: "\F44F";
}

/* line 860, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-forklift:before {
  content: "\F47A";
}

/* line 861, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fort-awesome:before {
  content: "\F286";
}

/* line 862, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

/* line 863, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-forumbee:before {
  content: "\F211";
}

/* line 864, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-forward:before {
  content: "\F04E";
}

/* line 865, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-foursquare:before {
  content: "\F180";
}

/* line 866, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fragile:before {
  content: "\F4BB";
}

/* line 867, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-free-code-camp:before {
  content: "\F2C5";
}

/* line 868, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-freebsd:before {
  content: "\F3A4";
}

/* line 869, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-french-fries:before {
  content: "\F803";
}

/* line 870, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-frog:before {
  content: "\F52E";
}

/* line 871, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-frosty-head:before {
  content: "\F79B";
}

/* line 872, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-frown:before {
  content: "\F119";
}

/* line 873, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-frown-open:before {
  content: "\F57A";
}

/* line 874, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fulcrum:before {
  content: "\F50B";
}

/* line 875, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-function:before {
  content: "\F661";
}

/* line 876, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-funnel-dollar:before {
  content: "\F662";
}

/* line 877, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-futbol:before {
  content: "\F1E3";
}

/* line 878, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-galactic-republic:before {
  content: "\F50C";
}

/* line 879, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-galactic-senate:before {
  content: "\F50D";
}

/* line 880, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-galaxy:before {
  content: "\F908";
}

/* line 881, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-game-board:before {
  content: "\F867";
}

/* line 882, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-game-board-alt:before {
  content: "\F868";
}

/* line 883, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-game-console-handheld:before {
  content: "\F8BB";
}

/* line 884, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gamepad:before {
  content: "\F11B";
}

/* line 885, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gamepad-alt:before {
  content: "\F8BC";
}

/* line 886, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-garage:before {
  content: "\F909";
}

/* line 887, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-garage-car:before {
  content: "\F90A";
}

/* line 888, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-garage-open:before {
  content: "\F90B";
}

/* line 889, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gas-pump:before {
  content: "\F52F";
}

/* line 890, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gas-pump-slash:before {
  content: "\F5F4";
}

/* line 891, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gavel:before {
  content: "\F0E3";
}

/* line 892, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gem:before {
  content: "\F3A5";
}

/* line 893, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-genderless:before {
  content: "\F22D";
}

/* line 894, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-get-pocket:before {
  content: "\F265";
}

/* line 895, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gg:before {
  content: "\F260";
}

/* line 896, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gg-circle:before {
  content: "\F261";
}

/* line 897, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ghost:before {
  content: "\F6E2";
}

/* line 898, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gift:before {
  content: "\F06B";
}

/* line 899, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gift-card:before {
  content: "\F663";
}

/* line 900, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gifts:before {
  content: "\F79C";
}

/* line 901, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gingerbread-man:before {
  content: "\F79D";
}

/* line 902, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-git:before {
  content: "\F1D3";
}

/* line 903, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-git-alt:before {
  content: "\F841";
}

/* line 904, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-git-square:before {
  content: "\F1D2";
}

/* line 905, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-github:before {
  content: "\F09B";
}

/* line 906, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-github-alt:before {
  content: "\F113";
}

/* line 907, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-github-square:before {
  content: "\F092";
}

/* line 908, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gitkraken:before {
  content: "\F3A6";
}

/* line 909, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gitlab:before {
  content: "\F296";
}

/* line 910, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gitter:before {
  content: "\F426";
}

/* line 911, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass:before {
  content: "\F804";
}

/* line 912, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-champagne:before {
  content: "\F79E";
}

/* line 913, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-cheers:before {
  content: "\F79F";
}

/* line 914, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-citrus:before {
  content: "\F869";
}

/* line 915, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-martini:before {
  content: "\F000";
}

/* line 916, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-martini-alt:before {
  content: "\F57B";
}

/* line 917, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-whiskey:before {
  content: "\F7A0";
}

/* line 918, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-whiskey-rocks:before {
  content: "\F7A1";
}

/* line 919, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glasses:before {
  content: "\F530";
}

/* line 920, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glasses-alt:before {
  content: "\F5F5";
}

/* line 921, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glide:before {
  content: "\F2A5";
}

/* line 922, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glide-g:before {
  content: "\F2A6";
}

/* line 923, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe:before {
  content: "\F0AC";
}

/* line 924, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe-africa:before {
  content: "\F57C";
}

/* line 925, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe-americas:before {
  content: "\F57D";
}

/* line 926, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe-asia:before {
  content: "\F57E";
}

/* line 927, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe-europe:before {
  content: "\F7A2";
}

/* line 928, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe-snow:before {
  content: "\F7A3";
}

/* line 929, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe-stand:before {
  content: "\F5F6";
}

/* line 930, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gofore:before {
  content: "\F3A7";
}

/* line 931, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-golf-ball:before {
  content: "\F450";
}

/* line 932, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-golf-club:before {
  content: "\F451";
}

/* line 933, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-goodreads:before {
  content: "\F3A8";
}

/* line 934, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-goodreads-g:before {
  content: "\F3A9";
}

/* line 935, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google:before {
  content: "\F1A0";
}

/* line 936, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google-drive:before {
  content: "\F3AA";
}

/* line 937, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google-play:before {
  content: "\F3AB";
}

/* line 938, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google-plus:before {
  content: "\F2B3";
}

/* line 939, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google-plus-g:before {
  content: "\F0D5";
}

/* line 940, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google-plus-square:before {
  content: "\F0D4";
}

/* line 941, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google-wallet:before {
  content: "\F1EE";
}

/* line 942, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gopuram:before {
  content: "\F664";
}

/* line 943, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-graduation-cap:before {
  content: "\F19D";
}

/* line 944, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gramophone:before {
  content: "\F8BD";
}

/* line 945, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gratipay:before {
  content: "\F184";
}

/* line 946, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grav:before {
  content: "\F2D6";
}

/* line 947, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-greater-than:before {
  content: "\F531";
}

/* line 948, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-greater-than-equal:before {
  content: "\F532";
}

/* line 949, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grimace:before {
  content: "\F57F";
}

/* line 950, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin:before {
  content: "\F580";
}

/* line 951, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-alt:before {
  content: "\F581";
}

/* line 952, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-beam:before {
  content: "\F582";
}

/* line 953, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-beam-sweat:before {
  content: "\F583";
}

/* line 954, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-hearts:before {
  content: "\F584";
}

/* line 955, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-squint:before {
  content: "\F585";
}

/* line 956, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-squint-tears:before {
  content: "\F586";
}

/* line 957, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-stars:before {
  content: "\F587";
}

/* line 958, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-tears:before {
  content: "\F588";
}

/* line 959, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-tongue:before {
  content: "\F589";
}

/* line 960, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

/* line 961, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

/* line 962, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-wink:before {
  content: "\F58C";
}

/* line 963, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grip-horizontal:before {
  content: "\F58D";
}

/* line 964, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grip-lines:before {
  content: "\F7A4";
}

/* line 965, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

/* line 966, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grip-vertical:before {
  content: "\F58E";
}

/* line 967, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gripfire:before {
  content: "\F3AC";
}

/* line 968, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grunt:before {
  content: "\F3AD";
}

/* line 969, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-guitar:before {
  content: "\F7A6";
}

/* line 970, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-guitar-electric:before {
  content: "\F8BE";
}

/* line 971, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-guitars:before {
  content: "\F8BF";
}

/* line 972, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gulp:before {
  content: "\F3AE";
}

/* line 973, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-h-square:before {
  content: "\F0FD";
}

/* line 974, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-h1:before {
  content: "\F313";
}

/* line 975, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-h2:before {
  content: "\F314";
}

/* line 976, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-h3:before {
  content: "\F315";
}

/* line 977, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-h4:before {
  content: "\F86A";
}

/* line 978, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hacker-news:before {
  content: "\F1D4";
}

/* line 979, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hacker-news-square:before {
  content: "\F3AF";
}

/* line 980, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hackerrank:before {
  content: "\F5F7";
}

/* line 981, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hamburger:before {
  content: "\F805";
}

/* line 982, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hammer:before {
  content: "\F6E3";
}

/* line 983, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hammer-war:before {
  content: "\F6E4";
}

/* line 984, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hamsa:before {
  content: "\F665";
}

/* line 985, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-heart:before {
  content: "\F4BC";
}

/* line 986, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding:before {
  content: "\F4BD";
}

/* line 987, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-box:before {
  content: "\F47B";
}

/* line 988, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

/* line 989, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-magic:before {
  content: "\F6E5";
}

/* line 990, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-medical:before {
  content: "\F95C";
}

/* line 991, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-seedling:before {
  content: "\F4BF";
}

/* line 992, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

/* line 993, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-water:before {
  content: "\F4C1";
}

/* line 994, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-lizard:before {
  content: "\F258";
}

/* line 995, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-middle-finger:before {
  content: "\F806";
}

/* line 996, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-paper:before {
  content: "\F256";
}

/* line 997, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-peace:before {
  content: "\F25B";
}

/* line 998, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-point-down:before {
  content: "\F0A7";
}

/* line 999, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-point-left:before {
  content: "\F0A5";
}

/* line 1000, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-point-right:before {
  content: "\F0A4";
}

/* line 1001, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-point-up:before {
  content: "\F0A6";
}

/* line 1002, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-pointer:before {
  content: "\F25A";
}

/* line 1003, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-receiving:before {
  content: "\F47C";
}

/* line 1004, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-rock:before {
  content: "\F255";
}

/* line 1005, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-scissors:before {
  content: "\F257";
}

/* line 1006, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-sparkles:before {
  content: "\F95D";
}

/* line 1007, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-spock:before {
  content: "\F259";
}

/* line 1008, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hands:before {
  content: "\F4C2";
}

/* line 1009, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hands-heart:before {
  content: "\F4C3";
}

/* line 1010, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hands-helping:before {
  content: "\F4C4";
}

/* line 1011, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hands-usd:before {
  content: "\F4C5";
}

/* line 1012, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hands-wash:before {
  content: "\F95E";
}

/* line 1013, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-handshake:before {
  content: "\F2B5";
}

/* line 1014, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-handshake-alt:before {
  content: "\F4C6";
}

/* line 1015, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-handshake-alt-slash:before {
  content: "\F95F";
}

/* line 1016, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-handshake-slash:before {
  content: "\F960";
}

/* line 1017, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hanukiah:before {
  content: "\F6E6";
}

/* line 1018, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hard-hat:before {
  content: "\F807";
}

/* line 1019, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hashtag:before {
  content: "\F292";
}

/* line 1020, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-chef:before {
  content: "\F86B";
}

/* line 1021, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-cowboy:before {
  content: "\F8C0";
}

/* line 1022, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

/* line 1023, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-santa:before {
  content: "\F7A7";
}

/* line 1024, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-winter:before {
  content: "\F7A8";
}

/* line 1025, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-witch:before {
  content: "\F6E7";
}

/* line 1026, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-wizard:before {
  content: "\F6E8";
}

/* line 1027, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hdd:before {
  content: "\F0A0";
}

/* line 1028, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side:before {
  content: "\F6E9";
}

/* line 1029, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-brain:before {
  content: "\F808";
}

/* line 1030, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-cough:before {
  content: "\F961";
}

/* line 1031, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-cough-slash:before {
  content: "\F962";
}

/* line 1032, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-headphones:before {
  content: "\F8C2";
}

/* line 1033, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-mask:before {
  content: "\F963";
}

/* line 1034, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-medical:before {
  content: "\F809";
}

/* line 1035, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-virus:before {
  content: "\F964";
}

/* line 1036, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-vr:before {
  content: "\F6EA";
}

/* line 1037, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heading:before {
  content: "\F1DC";
}

/* line 1038, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-headphones:before {
  content: "\F025";
}

/* line 1039, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-headphones-alt:before {
  content: "\F58F";
}

/* line 1040, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-headset:before {
  content: "\F590";
}

/* line 1041, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heart:before {
  content: "\F004";
}

/* line 1042, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heart-broken:before {
  content: "\F7A9";
}

/* line 1043, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heart-circle:before {
  content: "\F4C7";
}

/* line 1044, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heart-rate:before {
  content: "\F5F8";
}

/* line 1045, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heart-square:before {
  content: "\F4C8";
}

/* line 1046, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heartbeat:before {
  content: "\F21E";
}

/* line 1047, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heat:before {
  content: "\F90C";
}

/* line 1048, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-helicopter:before {
  content: "\F533";
}

/* line 1049, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-helmet-battle:before {
  content: "\F6EB";
}

/* line 1050, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hexagon:before {
  content: "\F312";
}

/* line 1051, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-highlighter:before {
  content: "\F591";
}

/* line 1052, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hiking:before {
  content: "\F6EC";
}

/* line 1053, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hippo:before {
  content: "\F6ED";
}

/* line 1054, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hips:before {
  content: "\F452";
}

/* line 1055, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hire-a-helper:before {
  content: "\F3B0";
}

/* line 1056, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-history:before {
  content: "\F1DA";
}

/* line 1057, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hockey-mask:before {
  content: "\F6EE";
}

/* line 1058, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hockey-puck:before {
  content: "\F453";
}

/* line 1059, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hockey-sticks:before {
  content: "\F454";
}

/* line 1060, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-holly-berry:before {
  content: "\F7AA";
}

/* line 1061, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-home:before {
  content: "\F015";
}

/* line 1062, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-home-alt:before {
  content: "\F80A";
}

/* line 1063, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-home-heart:before {
  content: "\F4C9";
}

/* line 1064, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-home-lg:before {
  content: "\F80B";
}

/* line 1065, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-home-lg-alt:before {
  content: "\F80C";
}

/* line 1066, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hood-cloak:before {
  content: "\F6EF";
}

/* line 1067, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hooli:before {
  content: "\F427";
}

/* line 1068, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-horizontal-rule:before {
  content: "\F86C";
}

/* line 1069, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hornbill:before {
  content: "\F592";
}

/* line 1070, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-horse:before {
  content: "\F6F0";
}

/* line 1071, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-horse-head:before {
  content: "\F7AB";
}

/* line 1072, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-horse-saddle:before {
  content: "\F8C3";
}

/* line 1073, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hospital:before {
  content: "\F0F8";
}

/* line 1074, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hospital-alt:before {
  content: "\F47D";
}

/* line 1075, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hospital-symbol:before {
  content: "\F47E";
}

/* line 1076, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hospital-user:before {
  content: "\F80D";
}

/* line 1077, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hospitals:before {
  content: "\F80E";
}

/* line 1078, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hot-tub:before {
  content: "\F593";
}

/* line 1079, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hotdog:before {
  content: "\F80F";
}

/* line 1080, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hotel:before {
  content: "\F594";
}

/* line 1081, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hotjar:before {
  content: "\F3B1";
}

/* line 1082, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hourglass:before {
  content: "\F254";
}

/* line 1083, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hourglass-end:before {
  content: "\F253";
}

/* line 1084, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hourglass-half:before {
  content: "\F252";
}

/* line 1085, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hourglass-start:before {
  content: "\F251";
}

/* line 1086, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house:before {
  content: "\F90D";
}

/* line 1087, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-damage:before {
  content: "\F6F1";
}

/* line 1088, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-day:before {
  content: "\F90E";
}

/* line 1089, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-flood:before {
  content: "\F74F";
}

/* line 1090, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-leave:before {
  content: "\F90F";
}

/* line 1091, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-night:before {
  content: "\F910";
}

/* line 1092, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-return:before {
  content: "\F911";
}

/* line 1093, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-signal:before {
  content: "\F912";
}

/* line 1094, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-user:before {
  content: "\F965";
}

/* line 1095, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-houzz:before {
  content: "\F27C";
}

/* line 1096, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hryvnia:before {
  content: "\F6F2";
}

/* line 1097, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-html5:before {
  content: "\F13B";
}

/* line 1098, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hubspot:before {
  content: "\F3B2";
}

/* line 1099, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-humidity:before {
  content: "\F750";
}

/* line 1100, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hurricane:before {
  content: "\F751";
}

/* line 1101, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-i-cursor:before {
  content: "\F246";
}

/* line 1102, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ice-cream:before {
  content: "\F810";
}

/* line 1103, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ice-skate:before {
  content: "\F7AC";
}

/* line 1104, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-icicles:before {
  content: "\F7AD";
}

/* line 1105, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-icons:before {
  content: "\F86D";
}

/* line 1106, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-icons-alt:before {
  content: "\F86E";
}

/* line 1107, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-id-badge:before {
  content: "\F2C1";
}

/* line 1108, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-id-card:before {
  content: "\F2C2";
}

/* line 1109, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-id-card-alt:before {
  content: "\F47F";
}

/* line 1110, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ideal:before {
  content: "\F913";
}

/* line 1111, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-igloo:before {
  content: "\F7AE";
}

/* line 1112, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-image:before {
  content: "\F03E";
}

/* line 1113, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-image-polaroid:before {
  content: "\F8C4";
}

/* line 1114, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-images:before {
  content: "\F302";
}

/* line 1115, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-imdb:before {
  content: "\F2D8";
}

/* line 1116, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-inbox:before {
  content: "\F01C";
}

/* line 1117, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-inbox-in:before {
  content: "\F310";
}

/* line 1118, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-inbox-out:before {
  content: "\F311";
}

/* line 1119, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-indent:before {
  content: "\F03C";
}

/* line 1120, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-industry:before {
  content: "\F275";
}

/* line 1121, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-industry-alt:before {
  content: "\F3B3";
}

/* line 1122, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-infinity:before {
  content: "\F534";
}

/* line 1123, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-info:before {
  content: "\F129";
}

/* line 1124, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-info-circle:before {
  content: "\F05A";
}

/* line 1125, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-info-square:before {
  content: "\F30F";
}

/* line 1126, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-inhaler:before {
  content: "\F5F9";
}

/* line 1127, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-instagram:before {
  content: "\F16D";
}

/* line 1128, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-instagram-square:before {
  content: "\F955";
}

/* line 1129, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-integral:before {
  content: "\F667";
}

/* line 1130, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-intercom:before {
  content: "\F7AF";
}

/* line 1131, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-internet-explorer:before {
  content: "\F26B";
}

/* line 1132, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-intersection:before {
  content: "\F668";
}

/* line 1133, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-inventory:before {
  content: "\F480";
}

/* line 1134, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-invision:before {
  content: "\F7B0";
}

/* line 1135, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ioxhost:before {
  content: "\F208";
}

/* line 1136, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-island-tropical:before {
  content: "\F811";
}

/* line 1137, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-italic:before {
  content: "\F033";
}

/* line 1138, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-itch-io:before {
  content: "\F83A";
}

/* line 1139, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-itunes:before {
  content: "\F3B4";
}

/* line 1140, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-itunes-note:before {
  content: "\F3B5";
}

/* line 1141, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jack-o-lantern:before {
  content: "\F30E";
}

/* line 1142, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-java:before {
  content: "\F4E4";
}

/* line 1143, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jedi:before {
  content: "\F669";
}

/* line 1144, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jedi-order:before {
  content: "\F50E";
}

/* line 1145, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jenkins:before {
  content: "\F3B6";
}

/* line 1146, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jira:before {
  content: "\F7B1";
}

/* line 1147, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-joget:before {
  content: "\F3B7";
}

/* line 1148, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-joint:before {
  content: "\F595";
}

/* line 1149, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-joomla:before {
  content: "\F1AA";
}

/* line 1150, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-journal-whills:before {
  content: "\F66A";
}

/* line 1151, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-joystick:before {
  content: "\F8C5";
}

/* line 1152, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-js:before {
  content: "\F3B8";
}

/* line 1153, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-js-square:before {
  content: "\F3B9";
}

/* line 1154, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jsfiddle:before {
  content: "\F1CC";
}

/* line 1155, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jug:before {
  content: "\F8C6";
}

/* line 1156, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kaaba:before {
  content: "\F66B";
}

/* line 1157, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kaggle:before {
  content: "\F5FA";
}

/* line 1158, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kazoo:before {
  content: "\F8C7";
}

/* line 1159, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kerning:before {
  content: "\F86F";
}

/* line 1160, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-key:before {
  content: "\F084";
}

/* line 1161, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-key-skeleton:before {
  content: "\F6F3";
}

/* line 1162, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-keybase:before {
  content: "\F4F5";
}

/* line 1163, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-keyboard:before {
  content: "\F11C";
}

/* line 1164, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-keycdn:before {
  content: "\F3BA";
}

/* line 1165, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-keynote:before {
  content: "\F66C";
}

/* line 1166, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-khanda:before {
  content: "\F66D";
}

/* line 1167, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kickstarter:before {
  content: "\F3BB";
}

/* line 1168, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kickstarter-k:before {
  content: "\F3BC";
}

/* line 1169, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kidneys:before {
  content: "\F5FB";
}

/* line 1170, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kiss:before {
  content: "\F596";
}

/* line 1171, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kiss-beam:before {
  content: "\F597";
}

/* line 1172, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kiss-wink-heart:before {
  content: "\F598";
}

/* line 1173, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kite:before {
  content: "\F6F4";
}

/* line 1174, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kiwi-bird:before {
  content: "\F535";
}

/* line 1175, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-knife-kitchen:before {
  content: "\F6F5";
}

/* line 1176, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-korvue:before {
  content: "\F42F";
}

/* line 1177, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lambda:before {
  content: "\F66E";
}

/* line 1178, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lamp:before {
  content: "\F4CA";
}

/* line 1179, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lamp-desk:before {
  content: "\F914";
}

/* line 1180, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lamp-floor:before {
  content: "\F915";
}

/* line 1181, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-landmark:before {
  content: "\F66F";
}

/* line 1182, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-landmark-alt:before {
  content: "\F752";
}

/* line 1183, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-language:before {
  content: "\F1AB";
}

/* line 1184, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laptop:before {
  content: "\F109";
}

/* line 1185, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laptop-code:before {
  content: "\F5FC";
}

/* line 1186, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laptop-house:before {
  content: "\F966";
}

/* line 1187, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laptop-medical:before {
  content: "\F812";
}

/* line 1188, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laravel:before {
  content: "\F3BD";
}

/* line 1189, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lasso:before {
  content: "\F8C8";
}

/* line 1190, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lastfm:before {
  content: "\F202";
}

/* line 1191, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lastfm-square:before {
  content: "\F203";
}

/* line 1192, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laugh:before {
  content: "\F599";
}

/* line 1193, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laugh-beam:before {
  content: "\F59A";
}

/* line 1194, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laugh-squint:before {
  content: "\F59B";
}

/* line 1195, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laugh-wink:before {
  content: "\F59C";
}

/* line 1196, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-layer-group:before {
  content: "\F5FD";
}

/* line 1197, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-layer-minus:before {
  content: "\F5FE";
}

/* line 1198, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-layer-plus:before {
  content: "\F5FF";
}

/* line 1199, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-leaf:before {
  content: "\F06C";
}

/* line 1200, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-leaf-heart:before {
  content: "\F4CB";
}

/* line 1201, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-leaf-maple:before {
  content: "\F6F6";
}

/* line 1202, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-leaf-oak:before {
  content: "\F6F7";
}

/* line 1203, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-leanpub:before {
  content: "\F212";
}

/* line 1204, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lemon:before {
  content: "\F094";
}

/* line 1205, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-less:before {
  content: "\F41D";
}

/* line 1206, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-less-than:before {
  content: "\F536";
}

/* line 1207, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-less-than-equal:before {
  content: "\F537";
}

/* line 1208, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-level-down:before {
  content: "\F149";
}

/* line 1209, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-level-down-alt:before {
  content: "\F3BE";
}

/* line 1210, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-level-up:before {
  content: "\F148";
}

/* line 1211, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-level-up-alt:before {
  content: "\F3BF";
}

/* line 1212, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-life-ring:before {
  content: "\F1CD";
}

/* line 1213, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-light-ceiling:before {
  content: "\F916";
}

/* line 1214, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-light-switch:before {
  content: "\F917";
}

/* line 1215, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-light-switch-off:before {
  content: "\F918";
}

/* line 1216, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-light-switch-on:before {
  content: "\F919";
}

/* line 1217, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lightbulb:before {
  content: "\F0EB";
}

/* line 1218, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lightbulb-dollar:before {
  content: "\F670";
}

/* line 1219, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lightbulb-exclamation:before {
  content: "\F671";
}

/* line 1220, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lightbulb-on:before {
  content: "\F672";
}

/* line 1221, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lightbulb-slash:before {
  content: "\F673";
}

/* line 1222, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lights-holiday:before {
  content: "\F7B2";
}

/* line 1223, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-line:before {
  content: "\F3C0";
}

/* line 1224, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-line-columns:before {
  content: "\F870";
}

/* line 1225, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-line-height:before {
  content: "\F871";
}

/* line 1226, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-link:before {
  content: "\F0C1";
}

/* line 1227, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-linkedin:before {
  content: "\F08C";
}

/* line 1228, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-linkedin-in:before {
  content: "\F0E1";
}

/* line 1229, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-linode:before {
  content: "\F2B8";
}

/* line 1230, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-linux:before {
  content: "\F17C";
}

/* line 1231, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lips:before {
  content: "\F600";
}

/* line 1232, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lira-sign:before {
  content: "\F195";
}

/* line 1233, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-list:before {
  content: "\F03A";
}

/* line 1234, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-list-alt:before {
  content: "\F022";
}

/* line 1235, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-list-music:before {
  content: "\F8C9";
}

/* line 1236, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-list-ol:before {
  content: "\F0CB";
}

/* line 1237, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-list-ul:before {
  content: "\F0CA";
}

/* line 1238, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-location:before {
  content: "\F601";
}

/* line 1239, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-location-arrow:before {
  content: "\F124";
}

/* line 1240, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-location-circle:before {
  content: "\F602";
}

/* line 1241, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-location-slash:before {
  content: "\F603";
}

/* line 1242, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lock:before {
  content: "\F023";
}

/* line 1243, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lock-alt:before {
  content: "\F30D";
}

/* line 1244, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lock-open:before {
  content: "\F3C1";
}

/* line 1245, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lock-open-alt:before {
  content: "\F3C2";
}

/* line 1246, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

/* line 1247, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

/* line 1248, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

/* line 1249, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

/* line 1250, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-down:before {
  content: "\F175";
}

/* line 1251, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-left:before {
  content: "\F177";
}

/* line 1252, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-right:before {
  content: "\F178";
}

/* line 1253, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-up:before {
  content: "\F176";
}

/* line 1254, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-loveseat:before {
  content: "\F4CC";
}

/* line 1255, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-low-vision:before {
  content: "\F2A8";
}

/* line 1256, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-luchador:before {
  content: "\F455";
}

/* line 1257, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-luggage-cart:before {
  content: "\F59D";
}

/* line 1258, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lungs:before {
  content: "\F604";
}

/* line 1259, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lungs-virus:before {
  content: "\F967";
}

/* line 1260, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lyft:before {
  content: "\F3C3";
}

/* line 1261, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mace:before {
  content: "\F6F8";
}

/* line 1262, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-magento:before {
  content: "\F3C4";
}

/* line 1263, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-magic:before {
  content: "\F0D0";
}

/* line 1264, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-magnet:before {
  content: "\F076";
}

/* line 1265, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mail-bulk:before {
  content: "\F674";
}

/* line 1266, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mailbox:before {
  content: "\F813";
}

/* line 1267, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mailchimp:before {
  content: "\F59E";
}

/* line 1268, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-male:before {
  content: "\F183";
}

/* line 1269, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mandalorian:before {
  content: "\F50F";
}

/* line 1270, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mandolin:before {
  content: "\F6F9";
}

/* line 1271, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map:before {
  content: "\F279";
}

/* line 1272, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marked:before {
  content: "\F59F";
}

/* line 1273, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marked-alt:before {
  content: "\F5A0";
}

/* line 1274, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker:before {
  content: "\F041";
}

/* line 1275, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-alt:before {
  content: "\F3C5";
}

/* line 1276, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-alt-slash:before {
  content: "\F605";
}

/* line 1277, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-check:before {
  content: "\F606";
}

/* line 1278, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-edit:before {
  content: "\F607";
}

/* line 1279, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-exclamation:before {
  content: "\F608";
}

/* line 1280, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-minus:before {
  content: "\F609";
}

/* line 1281, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-plus:before {
  content: "\F60A";
}

/* line 1282, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-question:before {
  content: "\F60B";
}

/* line 1283, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-slash:before {
  content: "\F60C";
}

/* line 1284, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-smile:before {
  content: "\F60D";
}

/* line 1285, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-times:before {
  content: "\F60E";
}

/* line 1286, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-pin:before {
  content: "\F276";
}

/* line 1287, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-signs:before {
  content: "\F277";
}

/* line 1288, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-markdown:before {
  content: "\F60F";
}

/* line 1289, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-marker:before {
  content: "\F5A1";
}

/* line 1290, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mars:before {
  content: "\F222";
}

/* line 1291, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mars-double:before {
  content: "\F227";
}

/* line 1292, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mars-stroke:before {
  content: "\F229";
}

/* line 1293, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mars-stroke-h:before {
  content: "\F22B";
}

/* line 1294, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mars-stroke-v:before {
  content: "\F22A";
}

/* line 1295, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mask:before {
  content: "\F6FA";
}

/* line 1296, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mastodon:before {
  content: "\F4F6";
}

/* line 1297, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-maxcdn:before {
  content: "\F136";
}

/* line 1298, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mdb:before {
  content: "\F8CA";
}

/* line 1299, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-meat:before {
  content: "\F814";
}

/* line 1300, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-medal:before {
  content: "\F5A2";
}

/* line 1301, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-medapps:before {
  content: "\F3C6";
}

/* line 1302, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-medium:before {
  content: "\F23A";
}

/* line 1303, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-medium-m:before {
  content: "\F3C7";
}

/* line 1304, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-medkit:before {
  content: "\F0FA";
}

/* line 1305, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-medrt:before {
  content: "\F3C8";
}

/* line 1306, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-meetup:before {
  content: "\F2E0";
}

/* line 1307, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-megaphone:before {
  content: "\F675";
}

/* line 1308, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-megaport:before {
  content: "\F5A3";
}

/* line 1309, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-meh:before {
  content: "\F11A";
}

/* line 1310, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-meh-blank:before {
  content: "\F5A4";
}

/* line 1311, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

/* line 1312, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-memory:before {
  content: "\F538";
}

/* line 1313, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mendeley:before {
  content: "\F7B3";
}

/* line 1314, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-menorah:before {
  content: "\F676";
}

/* line 1315, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mercury:before {
  content: "\F223";
}

/* line 1316, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-meteor:before {
  content: "\F753";
}

/* line 1317, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microblog:before {
  content: "\F91A";
}

/* line 1318, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microchip:before {
  content: "\F2DB";
}

/* line 1319, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microphone:before {
  content: "\F130";
}

/* line 1320, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microphone-alt:before {
  content: "\F3C9";
}

/* line 1321, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microphone-alt-slash:before {
  content: "\F539";
}

/* line 1322, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microphone-slash:before {
  content: "\F131";
}

/* line 1323, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microphone-stand:before {
  content: "\F8CB";
}

/* line 1324, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microscope:before {
  content: "\F610";
}

/* line 1325, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microsoft:before {
  content: "\F3CA";
}

/* line 1326, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microwave:before {
  content: "\F91B";
}

/* line 1327, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mind-share:before {
  content: "\F677";
}

/* line 1328, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-minus:before {
  content: "\F068";
}

/* line 1329, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-minus-circle:before {
  content: "\F056";
}

/* line 1330, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-minus-hexagon:before {
  content: "\F307";
}

/* line 1331, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-minus-octagon:before {
  content: "\F308";
}

/* line 1332, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-minus-square:before {
  content: "\F146";
}

/* line 1333, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mistletoe:before {
  content: "\F7B4";
}

/* line 1334, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mitten:before {
  content: "\F7B5";
}

/* line 1335, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mix:before {
  content: "\F3CB";
}

/* line 1336, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mixcloud:before {
  content: "\F289";
}

/* line 1337, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mixer:before {
  content: "\F956";
}

/* line 1338, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mizuni:before {
  content: "\F3CC";
}

/* line 1339, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mobile:before {
  content: "\F10B";
}

/* line 1340, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mobile-alt:before {
  content: "\F3CD";
}

/* line 1341, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mobile-android:before {
  content: "\F3CE";
}

/* line 1342, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mobile-android-alt:before {
  content: "\F3CF";
}

/* line 1343, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-modx:before {
  content: "\F285";
}

/* line 1344, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-monero:before {
  content: "\F3D0";
}

/* line 1345, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-bill:before {
  content: "\F0D6";
}

/* line 1346, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-bill-alt:before {
  content: "\F3D1";
}

/* line 1347, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-bill-wave:before {
  content: "\F53A";
}

/* line 1348, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

/* line 1349, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-check:before {
  content: "\F53C";
}

/* line 1350, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-check-alt:before {
  content: "\F53D";
}

/* line 1351, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-check-edit:before {
  content: "\F872";
}

/* line 1352, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-check-edit-alt:before {
  content: "\F873";
}

/* line 1353, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-monitor-heart-rate:before {
  content: "\F611";
}

/* line 1354, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-monkey:before {
  content: "\F6FB";
}

/* line 1355, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-monument:before {
  content: "\F5A6";
}

/* line 1356, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-moon:before {
  content: "\F186";
}

/* line 1357, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-moon-cloud:before {
  content: "\F754";
}

/* line 1358, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-moon-stars:before {
  content: "\F755";
}

/* line 1359, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mortar-pestle:before {
  content: "\F5A7";
}

/* line 1360, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mosque:before {
  content: "\F678";
}

/* line 1361, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-motorcycle:before {
  content: "\F21C";
}

/* line 1362, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mountain:before {
  content: "\F6FC";
}

/* line 1363, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mountains:before {
  content: "\F6FD";
}

/* line 1364, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mouse:before {
  content: "\F8CC";
}

/* line 1365, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mouse-alt:before {
  content: "\F8CD";
}

/* line 1366, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mouse-pointer:before {
  content: "\F245";
}

/* line 1367, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mp3-player:before {
  content: "\F8CE";
}

/* line 1368, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mug:before {
  content: "\F874";
}

/* line 1369, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mug-hot:before {
  content: "\F7B6";
}

/* line 1370, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mug-marshmallows:before {
  content: "\F7B7";
}

/* line 1371, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mug-tea:before {
  content: "\F875";
}

/* line 1372, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-music:before {
  content: "\F001";
}

/* line 1373, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-music-alt:before {
  content: "\F8CF";
}

/* line 1374, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-music-alt-slash:before {
  content: "\F8D0";
}

/* line 1375, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-music-slash:before {
  content: "\F8D1";
}

/* line 1376, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-napster:before {
  content: "\F3D2";
}

/* line 1377, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-narwhal:before {
  content: "\F6FE";
}

/* line 1378, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-neos:before {
  content: "\F612";
}

/* line 1379, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-network-wired:before {
  content: "\F6FF";
}

/* line 1380, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-neuter:before {
  content: "\F22C";
}

/* line 1381, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-newspaper:before {
  content: "\F1EA";
}

/* line 1382, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-nimblr:before {
  content: "\F5A8";
}

/* line 1383, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-node:before {
  content: "\F419";
}

/* line 1384, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-node-js:before {
  content: "\F3D3";
}

/* line 1385, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-not-equal:before {
  content: "\F53E";
}

/* line 1386, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-notes-medical:before {
  content: "\F481";
}

/* line 1387, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-npm:before {
  content: "\F3D4";
}

/* line 1388, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ns8:before {
  content: "\F3D5";
}

/* line 1389, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-nutritionix:before {
  content: "\F3D6";
}

/* line 1390, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-object-group:before {
  content: "\F247";
}

/* line 1391, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-object-ungroup:before {
  content: "\F248";
}

/* line 1392, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-octagon:before {
  content: "\F306";
}

/* line 1393, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-odnoklassniki:before {
  content: "\F263";
}

/* line 1394, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-odnoklassniki-square:before {
  content: "\F264";
}

/* line 1395, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-oil-can:before {
  content: "\F613";
}

/* line 1396, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-oil-temp:before {
  content: "\F614";
}

/* line 1397, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-old-republic:before {
  content: "\F510";
}

/* line 1398, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-om:before {
  content: "\F679";
}

/* line 1399, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-omega:before {
  content: "\F67A";
}

/* line 1400, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-opencart:before {
  content: "\F23D";
}

/* line 1401, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-openid:before {
  content: "\F19B";
}

/* line 1402, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-opera:before {
  content: "\F26A";
}

/* line 1403, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-optin-monster:before {
  content: "\F23C";
}

/* line 1404, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-orcid:before {
  content: "\F8D2";
}

/* line 1405, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ornament:before {
  content: "\F7B8";
}

/* line 1406, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-osi:before {
  content: "\F41A";
}

/* line 1407, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-otter:before {
  content: "\F700";
}

/* line 1408, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-outdent:before {
  content: "\F03B";
}

/* line 1409, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-outlet:before {
  content: "\F91C";
}

/* line 1410, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-oven:before {
  content: "\F91D";
}

/* line 1411, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-overline:before {
  content: "\F876";
}

/* line 1412, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-page-break:before {
  content: "\F877";
}

/* line 1413, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-page4:before {
  content: "\F3D7";
}

/* line 1414, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pagelines:before {
  content: "\F18C";
}

/* line 1415, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pager:before {
  content: "\F815";
}

/* line 1416, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paint-brush:before {
  content: "\F1FC";
}

/* line 1417, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paint-brush-alt:before {
  content: "\F5A9";
}

/* line 1418, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paint-roller:before {
  content: "\F5AA";
}

/* line 1419, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-palette:before {
  content: "\F53F";
}

/* line 1420, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-palfed:before {
  content: "\F3D8";
}

/* line 1421, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pallet:before {
  content: "\F482";
}

/* line 1422, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pallet-alt:before {
  content: "\F483";
}

/* line 1423, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paper-plane:before {
  content: "\F1D8";
}

/* line 1424, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paperclip:before {
  content: "\F0C6";
}

/* line 1425, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-parachute-box:before {
  content: "\F4CD";
}

/* line 1426, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paragraph:before {
  content: "\F1DD";
}

/* line 1427, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paragraph-rtl:before {
  content: "\F878";
}

/* line 1428, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-parking:before {
  content: "\F540";
}

/* line 1429, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-parking-circle:before {
  content: "\F615";
}

/* line 1430, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-parking-circle-slash:before {
  content: "\F616";
}

/* line 1431, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-parking-slash:before {
  content: "\F617";
}

/* line 1432, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-passport:before {
  content: "\F5AB";
}

/* line 1433, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pastafarianism:before {
  content: "\F67B";
}

/* line 1434, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paste:before {
  content: "\F0EA";
}

/* line 1435, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-patreon:before {
  content: "\F3D9";
}

/* line 1436, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pause:before {
  content: "\F04C";
}

/* line 1437, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pause-circle:before {
  content: "\F28B";
}

/* line 1438, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paw:before {
  content: "\F1B0";
}

/* line 1439, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paw-alt:before {
  content: "\F701";
}

/* line 1440, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paw-claws:before {
  content: "\F702";
}

/* line 1441, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paypal:before {
  content: "\F1ED";
}

/* line 1442, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-peace:before {
  content: "\F67C";
}

/* line 1443, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pegasus:before {
  content: "\F703";
}

/* line 1444, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pen:before {
  content: "\F304";
}

/* line 1445, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pen-alt:before {
  content: "\F305";
}

/* line 1446, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pen-fancy:before {
  content: "\F5AC";
}

/* line 1447, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pen-nib:before {
  content: "\F5AD";
}

/* line 1448, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pen-square:before {
  content: "\F14B";
}

/* line 1449, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pencil:before {
  content: "\F040";
}

/* line 1450, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pencil-alt:before {
  content: "\F303";
}

/* line 1451, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pencil-paintbrush:before {
  content: "\F618";
}

/* line 1452, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pencil-ruler:before {
  content: "\F5AE";
}

/* line 1453, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pennant:before {
  content: "\F456";
}

/* line 1454, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-penny-arcade:before {
  content: "\F704";
}

/* line 1455, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-people-arrows:before {
  content: "\F968";
}

/* line 1456, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-people-carry:before {
  content: "\F4CE";
}

/* line 1457, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pepper-hot:before {
  content: "\F816";
}

/* line 1458, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-percent:before {
  content: "\F295";
}

/* line 1459, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-percentage:before {
  content: "\F541";
}

/* line 1460, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-periscope:before {
  content: "\F3DA";
}

/* line 1461, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-person-booth:before {
  content: "\F756";
}

/* line 1462, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-person-carry:before {
  content: "\F4CF";
}

/* line 1463, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-person-dolly:before {
  content: "\F4D0";
}

/* line 1464, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-person-dolly-empty:before {
  content: "\F4D1";
}

/* line 1465, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-person-sign:before {
  content: "\F757";
}

/* line 1466, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phabricator:before {
  content: "\F3DB";
}

/* line 1467, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phoenix-framework:before {
  content: "\F3DC";
}

/* line 1468, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phoenix-squadron:before {
  content: "\F511";
}

/* line 1469, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone:before {
  content: "\F095";
}

/* line 1470, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-alt:before {
  content: "\F879";
}

/* line 1471, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-laptop:before {
  content: "\F87A";
}

/* line 1472, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-office:before {
  content: "\F67D";
}

/* line 1473, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-plus:before {
  content: "\F4D2";
}

/* line 1474, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-rotary:before {
  content: "\F8D3";
}

/* line 1475, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-slash:before {
  content: "\F3DD";
}

/* line 1476, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-square:before {
  content: "\F098";
}

/* line 1477, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-square-alt:before {
  content: "\F87B";
}

/* line 1478, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-volume:before {
  content: "\F2A0";
}

/* line 1479, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-photo-video:before {
  content: "\F87C";
}

/* line 1480, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-php:before {
  content: "\F457";
}

/* line 1481, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pi:before {
  content: "\F67E";
}

/* line 1482, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-piano:before {
  content: "\F8D4";
}

/* line 1483, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-piano-keyboard:before {
  content: "\F8D5";
}

/* line 1484, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pie:before {
  content: "\F705";
}

/* line 1485, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pied-piper:before {
  content: "\F2AE";
}

/* line 1486, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

/* line 1487, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

/* line 1488, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

/* line 1489, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pied-piper-square:before {
  content: "\F91E";
}

/* line 1490, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pig:before {
  content: "\F706";
}

/* line 1491, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-piggy-bank:before {
  content: "\F4D3";
}

/* line 1492, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pills:before {
  content: "\F484";
}

/* line 1493, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pinterest:before {
  content: "\F0D2";
}

/* line 1494, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pinterest-p:before {
  content: "\F231";
}

/* line 1495, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pinterest-square:before {
  content: "\F0D3";
}

/* line 1496, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pizza:before {
  content: "\F817";
}

/* line 1497, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pizza-slice:before {
  content: "\F818";
}

/* line 1498, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-place-of-worship:before {
  content: "\F67F";
}

/* line 1499, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plane:before {
  content: "\F072";
}

/* line 1500, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plane-alt:before {
  content: "\F3DE";
}

/* line 1501, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plane-arrival:before {
  content: "\F5AF";
}

/* line 1502, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plane-departure:before {
  content: "\F5B0";
}

/* line 1503, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plane-slash:before {
  content: "\F969";
}

/* line 1504, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-planet-moon:before {
  content: "\F91F";
}

/* line 1505, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-planet-ringed:before {
  content: "\F920";
}

/* line 1506, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-play:before {
  content: "\F04B";
}

/* line 1507, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-play-circle:before {
  content: "\F144";
}

/* line 1508, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-playstation:before {
  content: "\F3DF";
}

/* line 1509, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plug:before {
  content: "\F1E6";
}

/* line 1510, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plus:before {
  content: "\F067";
}

/* line 1511, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plus-circle:before {
  content: "\F055";
}

/* line 1512, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plus-hexagon:before {
  content: "\F300";
}

/* line 1513, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plus-octagon:before {
  content: "\F301";
}

/* line 1514, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plus-square:before {
  content: "\F0FE";
}

/* line 1515, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-podcast:before {
  content: "\F2CE";
}

/* line 1516, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-podium:before {
  content: "\F680";
}

/* line 1517, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-podium-star:before {
  content: "\F758";
}

/* line 1518, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-police-box:before {
  content: "\F921";
}

/* line 1519, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-poll:before {
  content: "\F681";
}

/* line 1520, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-poll-h:before {
  content: "\F682";
}

/* line 1521, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-poll-people:before {
  content: "\F759";
}

/* line 1522, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-poo:before {
  content: "\F2FE";
}

/* line 1523, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-poo-storm:before {
  content: "\F75A";
}

/* line 1524, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-poop:before {
  content: "\F619";
}

/* line 1525, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-popcorn:before {
  content: "\F819";
}

/* line 1526, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-portal-enter:before {
  content: "\F922";
}

/* line 1527, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-portal-exit:before {
  content: "\F923";
}

/* line 1528, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-portrait:before {
  content: "\F3E0";
}

/* line 1529, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pound-sign:before {
  content: "\F154";
}

/* line 1530, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-power-off:before {
  content: "\F011";
}

/* line 1531, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pray:before {
  content: "\F683";
}

/* line 1532, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-praying-hands:before {
  content: "\F684";
}

/* line 1533, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-prescription:before {
  content: "\F5B1";
}

/* line 1534, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-prescription-bottle:before {
  content: "\F485";
}

/* line 1535, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

/* line 1536, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-presentation:before {
  content: "\F685";
}

/* line 1537, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-print:before {
  content: "\F02F";
}

/* line 1538, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-print-search:before {
  content: "\F81A";
}

/* line 1539, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-print-slash:before {
  content: "\F686";
}

/* line 1540, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-procedures:before {
  content: "\F487";
}

/* line 1541, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-product-hunt:before {
  content: "\F288";
}

/* line 1542, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-project-diagram:before {
  content: "\F542";
}

/* line 1543, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-projector:before {
  content: "\F8D6";
}

/* line 1544, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pump-medical:before {
  content: "\F96A";
}

/* line 1545, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pump-soap:before {
  content: "\F96B";
}

/* line 1546, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pumpkin:before {
  content: "\F707";
}

/* line 1547, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pushed:before {
  content: "\F3E1";
}

/* line 1548, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-puzzle-piece:before {
  content: "\F12E";
}

/* line 1549, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-python:before {
  content: "\F3E2";
}

/* line 1550, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-qq:before {
  content: "\F1D6";
}

/* line 1551, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-qrcode:before {
  content: "\F029";
}

/* line 1552, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-question:before {
  content: "\F128";
}

/* line 1553, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-question-circle:before {
  content: "\F059";
}

/* line 1554, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-question-square:before {
  content: "\F2FD";
}

/* line 1555, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-quidditch:before {
  content: "\F458";
}

/* line 1556, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-quinscape:before {
  content: "\F459";
}

/* line 1557, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-quora:before {
  content: "\F2C4";
}

/* line 1558, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-quote-left:before {
  content: "\F10D";
}

/* line 1559, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-quote-right:before {
  content: "\F10E";
}

/* line 1560, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-quran:before {
  content: "\F687";
}

/* line 1561, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-r-project:before {
  content: "\F4F7";
}

/* line 1562, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rabbit:before {
  content: "\F708";
}

/* line 1563, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rabbit-fast:before {
  content: "\F709";
}

/* line 1564, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-racquet:before {
  content: "\F45A";
}

/* line 1565, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-radar:before {
  content: "\F924";
}

/* line 1566, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-radiation:before {
  content: "\F7B9";
}

/* line 1567, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-radiation-alt:before {
  content: "\F7BA";
}

/* line 1568, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-radio:before {
  content: "\F8D7";
}

/* line 1569, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-radio-alt:before {
  content: "\F8D8";
}

/* line 1570, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rainbow:before {
  content: "\F75B";
}

/* line 1571, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-raindrops:before {
  content: "\F75C";
}

/* line 1572, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ram:before {
  content: "\F70A";
}

/* line 1573, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ramp-loading:before {
  content: "\F4D4";
}

/* line 1574, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-random:before {
  content: "\F074";
}

/* line 1575, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-raspberry-pi:before {
  content: "\F7BB";
}

/* line 1576, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ravelry:before {
  content: "\F2D9";
}

/* line 1577, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-raygun:before {
  content: "\F925";
}

/* line 1578, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-react:before {
  content: "\F41B";
}

/* line 1579, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-reacteurope:before {
  content: "\F75D";
}

/* line 1580, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-readme:before {
  content: "\F4D5";
}

/* line 1581, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rebel:before {
  content: "\F1D0";
}

/* line 1582, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-receipt:before {
  content: "\F543";
}

/* line 1583, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-record-vinyl:before {
  content: "\F8D9";
}

/* line 1584, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rectangle-landscape:before {
  content: "\F2FA";
}

/* line 1585, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rectangle-portrait:before {
  content: "\F2FB";
}

/* line 1586, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rectangle-wide:before {
  content: "\F2FC";
}

/* line 1587, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-recycle:before {
  content: "\F1B8";
}

/* line 1588, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-red-river:before {
  content: "\F3E3";
}

/* line 1589, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-reddit:before {
  content: "\F1A1";
}

/* line 1590, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-reddit-alien:before {
  content: "\F281";
}

/* line 1591, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-reddit-square:before {
  content: "\F1A2";
}

/* line 1592, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-redhat:before {
  content: "\F7BC";
}

/* line 1593, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-redo:before {
  content: "\F01E";
}

/* line 1594, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-redo-alt:before {
  content: "\F2F9";
}

/* line 1595, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-refrigerator:before {
  content: "\F926";
}

/* line 1596, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-registered:before {
  content: "\F25D";
}

/* line 1597, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-remove-format:before {
  content: "\F87D";
}

/* line 1598, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-renren:before {
  content: "\F18B";
}

/* line 1599, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-repeat:before {
  content: "\F363";
}

/* line 1600, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-repeat-1:before {
  content: "\F365";
}

/* line 1601, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-repeat-1-alt:before {
  content: "\F366";
}

/* line 1602, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-repeat-alt:before {
  content: "\F364";
}

/* line 1603, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-reply:before {
  content: "\F3E5";
}

/* line 1604, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-reply-all:before {
  content: "\F122";
}

/* line 1605, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-replyd:before {
  content: "\F3E6";
}

/* line 1606, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-republican:before {
  content: "\F75E";
}

/* line 1607, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-researchgate:before {
  content: "\F4F8";
}

/* line 1608, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-resolving:before {
  content: "\F3E7";
}

/* line 1609, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-restroom:before {
  content: "\F7BD";
}

/* line 1610, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-retweet:before {
  content: "\F079";
}

/* line 1611, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-retweet-alt:before {
  content: "\F361";
}

/* line 1612, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rev:before {
  content: "\F5B2";
}

/* line 1613, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ribbon:before {
  content: "\F4D6";
}

/* line 1614, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ring:before {
  content: "\F70B";
}

/* line 1615, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rings-wedding:before {
  content: "\F81B";
}

/* line 1616, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-road:before {
  content: "\F018";
}

/* line 1617, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-robot:before {
  content: "\F544";
}

/* line 1618, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rocket:before {
  content: "\F135";
}

/* line 1619, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rocket-launch:before {
  content: "\F927";
}

/* line 1620, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rocketchat:before {
  content: "\F3E8";
}

/* line 1621, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rockrms:before {
  content: "\F3E9";
}

/* line 1622, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-route:before {
  content: "\F4D7";
}

/* line 1623, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-route-highway:before {
  content: "\F61A";
}

/* line 1624, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-route-interstate:before {
  content: "\F61B";
}

/* line 1625, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-router:before {
  content: "\F8DA";
}

/* line 1626, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rss:before {
  content: "\F09E";
}

/* line 1627, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rss-square:before {
  content: "\F143";
}

/* line 1628, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ruble-sign:before {
  content: "\F158";
}

/* line 1629, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ruler:before {
  content: "\F545";
}

/* line 1630, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ruler-combined:before {
  content: "\F546";
}

/* line 1631, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ruler-horizontal:before {
  content: "\F547";
}

/* line 1632, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ruler-triangle:before {
  content: "\F61C";
}

/* line 1633, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ruler-vertical:before {
  content: "\F548";
}

/* line 1634, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-running:before {
  content: "\F70C";
}

/* line 1635, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rupee-sign:before {
  content: "\F156";
}

/* line 1636, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rv:before {
  content: "\F7BE";
}

/* line 1637, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sack:before {
  content: "\F81C";
}

/* line 1638, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sack-dollar:before {
  content: "\F81D";
}

/* line 1639, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sad-cry:before {
  content: "\F5B3";
}

/* line 1640, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sad-tear:before {
  content: "\F5B4";
}

/* line 1641, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-safari:before {
  content: "\F267";
}

/* line 1642, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-salad:before {
  content: "\F81E";
}

/* line 1643, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-salesforce:before {
  content: "\F83B";
}

/* line 1644, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sandwich:before {
  content: "\F81F";
}

/* line 1645, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sass:before {
  content: "\F41E";
}

/* line 1646, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-satellite:before {
  content: "\F7BF";
}

/* line 1647, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-satellite-dish:before {
  content: "\F7C0";
}

/* line 1648, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sausage:before {
  content: "\F820";
}

/* line 1649, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-save:before {
  content: "\F0C7";
}

/* line 1650, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sax-hot:before {
  content: "\F8DB";
}

/* line 1651, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-saxophone:before {
  content: "\F8DC";
}

/* line 1652, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scalpel:before {
  content: "\F61D";
}

/* line 1653, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scalpel-path:before {
  content: "\F61E";
}

/* line 1654, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scanner:before {
  content: "\F488";
}

/* line 1655, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scanner-image:before {
  content: "\F8F3";
}

/* line 1656, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scanner-keyboard:before {
  content: "\F489";
}

/* line 1657, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scanner-touchscreen:before {
  content: "\F48A";
}

/* line 1658, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scarecrow:before {
  content: "\F70D";
}

/* line 1659, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scarf:before {
  content: "\F7C1";
}

/* line 1660, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-schlix:before {
  content: "\F3EA";
}

/* line 1661, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-school:before {
  content: "\F549";
}

/* line 1662, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-screwdriver:before {
  content: "\F54A";
}

/* line 1663, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scribd:before {
  content: "\F28A";
}

/* line 1664, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scroll:before {
  content: "\F70E";
}

/* line 1665, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scroll-old:before {
  content: "\F70F";
}

/* line 1666, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scrubber:before {
  content: "\F2F8";
}

/* line 1667, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scythe:before {
  content: "\F710";
}

/* line 1668, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sd-card:before {
  content: "\F7C2";
}

/* line 1669, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-search:before {
  content: "\F002";
}

/* line 1670, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-search-dollar:before {
  content: "\F688";
}

/* line 1671, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-search-location:before {
  content: "\F689";
}

/* line 1672, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-search-minus:before {
  content: "\F010";
}

/* line 1673, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-search-plus:before {
  content: "\F00E";
}

/* line 1674, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-searchengin:before {
  content: "\F3EB";
}

/* line 1675, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-seedling:before {
  content: "\F4D8";
}

/* line 1676, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sellcast:before {
  content: "\F2DA";
}

/* line 1677, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sellsy:before {
  content: "\F213";
}

/* line 1678, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-send-back:before {
  content: "\F87E";
}

/* line 1679, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-send-backward:before {
  content: "\F87F";
}

/* line 1680, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sensor:before {
  content: "\F928";
}

/* line 1681, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sensor-alert:before {
  content: "\F929";
}

/* line 1682, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sensor-fire:before {
  content: "\F92A";
}

/* line 1683, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sensor-on:before {
  content: "\F92B";
}

/* line 1684, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sensor-smoke:before {
  content: "\F92C";
}

/* line 1685, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-server:before {
  content: "\F233";
}

/* line 1686, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-servicestack:before {
  content: "\F3EC";
}

/* line 1687, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shapes:before {
  content: "\F61F";
}

/* line 1688, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-share:before {
  content: "\F064";
}

/* line 1689, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-share-all:before {
  content: "\F367";
}

/* line 1690, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-share-alt:before {
  content: "\F1E0";
}

/* line 1691, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-share-alt-square:before {
  content: "\F1E1";
}

/* line 1692, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-share-square:before {
  content: "\F14D";
}

/* line 1693, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sheep:before {
  content: "\F711";
}

/* line 1694, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shekel-sign:before {
  content: "\F20B";
}

/* line 1695, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shield:before {
  content: "\F132";
}

/* line 1696, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shield-alt:before {
  content: "\F3ED";
}

/* line 1697, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shield-check:before {
  content: "\F2F7";
}

/* line 1698, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shield-cross:before {
  content: "\F712";
}

/* line 1699, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shield-virus:before {
  content: "\F96C";
}

/* line 1700, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ship:before {
  content: "\F21A";
}

/* line 1701, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shipping-fast:before {
  content: "\F48B";
}

/* line 1702, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shipping-timed:before {
  content: "\F48C";
}

/* line 1703, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shirtsinbulk:before {
  content: "\F214";
}

/* line 1704, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shish-kebab:before {
  content: "\F821";
}

/* line 1705, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shoe-prints:before {
  content: "\F54B";
}

/* line 1706, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shopify:before {
  content: "\F957";
}

/* line 1707, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shopping-bag:before {
  content: "\F290";
}

/* line 1708, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shopping-basket:before {
  content: "\F291";
}

/* line 1709, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shopping-cart:before {
  content: "\F07A";
}

/* line 1710, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shopware:before {
  content: "\F5B5";
}

/* line 1711, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shovel:before {
  content: "\F713";
}

/* line 1712, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shovel-snow:before {
  content: "\F7C3";
}

/* line 1713, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shower:before {
  content: "\F2CC";
}

/* line 1714, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shredder:before {
  content: "\F68A";
}

/* line 1715, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shuttle-van:before {
  content: "\F5B6";
}

/* line 1716, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shuttlecock:before {
  content: "\F45B";
}

/* line 1717, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sickle:before {
  content: "\F822";
}

/* line 1718, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sigma:before {
  content: "\F68B";
}

/* line 1719, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sign:before {
  content: "\F4D9";
}

/* line 1720, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sign-in:before {
  content: "\F090";
}

/* line 1721, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sign-in-alt:before {
  content: "\F2F6";
}

/* line 1722, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sign-language:before {
  content: "\F2A7";
}

/* line 1723, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sign-out:before {
  content: "\F08B";
}

/* line 1724, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sign-out-alt:before {
  content: "\F2F5";
}

/* line 1725, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal:before {
  content: "\F012";
}

/* line 1726, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-1:before {
  content: "\F68C";
}

/* line 1727, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-2:before {
  content: "\F68D";
}

/* line 1728, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-3:before {
  content: "\F68E";
}

/* line 1729, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-4:before {
  content: "\F68F";
}

/* line 1730, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-alt:before {
  content: "\F690";
}

/* line 1731, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-alt-1:before {
  content: "\F691";
}

/* line 1732, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-alt-2:before {
  content: "\F692";
}

/* line 1733, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-alt-3:before {
  content: "\F693";
}

/* line 1734, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-alt-slash:before {
  content: "\F694";
}

/* line 1735, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-slash:before {
  content: "\F695";
}

/* line 1736, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-stream:before {
  content: "\F8DD";
}

/* line 1737, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signature:before {
  content: "\F5B7";
}

/* line 1738, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sim-card:before {
  content: "\F7C4";
}

/* line 1739, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-simplybuilt:before {
  content: "\F215";
}

/* line 1740, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sink:before {
  content: "\F96D";
}

/* line 1741, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-siren:before {
  content: "\F92D";
}

/* line 1742, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-siren-on:before {
  content: "\F92E";
}

/* line 1743, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sistrix:before {
  content: "\F3EE";
}

/* line 1744, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sitemap:before {
  content: "\F0E8";
}

/* line 1745, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sith:before {
  content: "\F512";
}

/* line 1746, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skating:before {
  content: "\F7C5";
}

/* line 1747, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skeleton:before {
  content: "\F620";
}

/* line 1748, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sketch:before {
  content: "\F7C6";
}

/* line 1749, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ski-jump:before {
  content: "\F7C7";
}

/* line 1750, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ski-lift:before {
  content: "\F7C8";
}

/* line 1751, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skiing:before {
  content: "\F7C9";
}

/* line 1752, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skiing-nordic:before {
  content: "\F7CA";
}

/* line 1753, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skull:before {
  content: "\F54C";
}

/* line 1754, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skull-cow:before {
  content: "\F8DE";
}

/* line 1755, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skull-crossbones:before {
  content: "\F714";
}

/* line 1756, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skyatlas:before {
  content: "\F216";
}

/* line 1757, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skype:before {
  content: "\F17E";
}

/* line 1758, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-slack:before {
  content: "\F198";
}

/* line 1759, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-slack-hash:before {
  content: "\F3EF";
}

/* line 1760, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-slash:before {
  content: "\F715";
}

/* line 1761, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sledding:before {
  content: "\F7CB";
}

/* line 1762, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sleigh:before {
  content: "\F7CC";
}

/* line 1763, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sliders-h:before {
  content: "\F1DE";
}

/* line 1764, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sliders-h-square:before {
  content: "\F3F0";
}

/* line 1765, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sliders-v:before {
  content: "\F3F1";
}

/* line 1766, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sliders-v-square:before {
  content: "\F3F2";
}

/* line 1767, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-slideshare:before {
  content: "\F1E7";
}

/* line 1768, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smile:before {
  content: "\F118";
}

/* line 1769, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smile-beam:before {
  content: "\F5B8";
}

/* line 1770, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smile-plus:before {
  content: "\F5B9";
}

/* line 1771, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smile-wink:before {
  content: "\F4DA";
}

/* line 1772, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smog:before {
  content: "\F75F";
}

/* line 1773, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smoke:before {
  content: "\F760";
}

/* line 1774, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smoking:before {
  content: "\F48D";
}

/* line 1775, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smoking-ban:before {
  content: "\F54D";
}

/* line 1776, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sms:before {
  content: "\F7CD";
}

/* line 1777, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snake:before {
  content: "\F716";
}

/* line 1778, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snapchat:before {
  content: "\F2AB";
}

/* line 1779, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

/* line 1780, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snapchat-square:before {
  content: "\F2AD";
}

/* line 1781, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snooze:before {
  content: "\F880";
}

/* line 1782, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snow-blowing:before {
  content: "\F761";
}

/* line 1783, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snowboarding:before {
  content: "\F7CE";
}

/* line 1784, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snowflake:before {
  content: "\F2DC";
}

/* line 1785, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snowflakes:before {
  content: "\F7CF";
}

/* line 1786, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snowman:before {
  content: "\F7D0";
}

/* line 1787, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snowmobile:before {
  content: "\F7D1";
}

/* line 1788, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snowplow:before {
  content: "\F7D2";
}

/* line 1789, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-soap:before {
  content: "\F96E";
}

/* line 1790, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-socks:before {
  content: "\F696";
}

/* line 1791, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-solar-panel:before {
  content: "\F5BA";
}

/* line 1792, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-solar-system:before {
  content: "\F92F";
}

/* line 1793, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort:before {
  content: "\F0DC";
}

/* line 1794, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-alpha-down:before {
  content: "\F15D";
}

/* line 1795, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

/* line 1796, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-alpha-up:before {
  content: "\F15E";
}

/* line 1797, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

/* line 1798, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-alt:before {
  content: "\F883";
}

/* line 1799, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-amount-down:before {
  content: "\F160";
}

/* line 1800, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

/* line 1801, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-amount-up:before {
  content: "\F161";
}

/* line 1802, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

/* line 1803, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-circle:before {
  content: "\F930";
}

/* line 1804, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-circle-down:before {
  content: "\F931";
}

/* line 1805, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-circle-up:before {
  content: "\F932";
}

/* line 1806, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-down:before {
  content: "\F0DD";
}

/* line 1807, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-numeric-down:before {
  content: "\F162";
}

/* line 1808, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

/* line 1809, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-numeric-up:before {
  content: "\F163";
}

/* line 1810, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

/* line 1811, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-shapes-down:before {
  content: "\F888";
}

/* line 1812, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-shapes-down-alt:before {
  content: "\F889";
}

/* line 1813, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-shapes-up:before {
  content: "\F88A";
}

/* line 1814, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-shapes-up-alt:before {
  content: "\F88B";
}

/* line 1815, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-size-down:before {
  content: "\F88C";
}

/* line 1816, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-size-down-alt:before {
  content: "\F88D";
}

/* line 1817, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-size-up:before {
  content: "\F88E";
}

/* line 1818, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-size-up-alt:before {
  content: "\F88F";
}

/* line 1819, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-up:before {
  content: "\F0DE";
}

/* line 1820, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-soundcloud:before {
  content: "\F1BE";
}

/* line 1821, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-soup:before {
  content: "\F823";
}

/* line 1822, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sourcetree:before {
  content: "\F7D3";
}

/* line 1823, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spa:before {
  content: "\F5BB";
}

/* line 1824, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-space-shuttle:before {
  content: "\F197";
}

/* line 1825, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-space-station-moon:before {
  content: "\F933";
}

/* line 1826, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-space-station-moon-alt:before {
  content: "\F934";
}

/* line 1827, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spade:before {
  content: "\F2F4";
}

/* line 1828, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sparkles:before {
  content: "\F890";
}

/* line 1829, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-speakap:before {
  content: "\F3F3";
}

/* line 1830, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-speaker:before {
  content: "\F8DF";
}

/* line 1831, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-speaker-deck:before {
  content: "\F83C";
}

/* line 1832, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-speakers:before {
  content: "\F8E0";
}

/* line 1833, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spell-check:before {
  content: "\F891";
}

/* line 1834, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spider:before {
  content: "\F717";
}

/* line 1835, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spider-black-widow:before {
  content: "\F718";
}

/* line 1836, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spider-web:before {
  content: "\F719";
}

/* line 1837, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spinner:before {
  content: "\F110";
}

/* line 1838, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spinner-third:before {
  content: "\F3F4";
}

/* line 1839, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-splotch:before {
  content: "\F5BC";
}

/* line 1840, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spotify:before {
  content: "\F1BC";
}

/* line 1841, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spray-can:before {
  content: "\F5BD";
}

/* line 1842, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sprinkler:before {
  content: "\F935";
}

/* line 1843, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-square:before {
  content: "\F0C8";
}

/* line 1844, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-square-full:before {
  content: "\F45C";
}

/* line 1845, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-square-root:before {
  content: "\F697";
}

/* line 1846, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-square-root-alt:before {
  content: "\F698";
}

/* line 1847, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-squarespace:before {
  content: "\F5BE";
}

/* line 1848, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-squirrel:before {
  content: "\F71A";
}

/* line 1849, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stack-exchange:before {
  content: "\F18D";
}

/* line 1850, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stack-overflow:before {
  content: "\F16C";
}

/* line 1851, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stackpath:before {
  content: "\F842";
}

/* line 1852, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-staff:before {
  content: "\F71B";
}

/* line 1853, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stamp:before {
  content: "\F5BF";
}

/* line 1854, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star:before {
  content: "\F005";
}

/* line 1855, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-and-crescent:before {
  content: "\F699";
}

/* line 1856, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-christmas:before {
  content: "\F7D4";
}

/* line 1857, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-exclamation:before {
  content: "\F2F3";
}

/* line 1858, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-half:before {
  content: "\F089";
}

/* line 1859, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-half-alt:before {
  content: "\F5C0";
}

/* line 1860, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-of-david:before {
  content: "\F69A";
}

/* line 1861, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-of-life:before {
  content: "\F621";
}

/* line 1862, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-shooting:before {
  content: "\F936";
}

/* line 1863, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-starfighter:before {
  content: "\F937";
}

/* line 1864, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-starfighter-alt:before {
  content: "\F938";
}

/* line 1865, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stars:before {
  content: "\F762";
}

/* line 1866, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-starship:before {
  content: "\F939";
}

/* line 1867, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-starship-freighter:before {
  content: "\F93A";
}

/* line 1868, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-staylinked:before {
  content: "\F3F5";
}

/* line 1869, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-steak:before {
  content: "\F824";
}

/* line 1870, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-steam:before {
  content: "\F1B6";
}

/* line 1871, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-steam-square:before {
  content: "\F1B7";
}

/* line 1872, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-steam-symbol:before {
  content: "\F3F6";
}

/* line 1873, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-steering-wheel:before {
  content: "\F622";
}

/* line 1874, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-step-backward:before {
  content: "\F048";
}

/* line 1875, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-step-forward:before {
  content: "\F051";
}

/* line 1876, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stethoscope:before {
  content: "\F0F1";
}

/* line 1877, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sticker-mule:before {
  content: "\F3F7";
}

/* line 1878, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sticky-note:before {
  content: "\F249";
}

/* line 1879, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stocking:before {
  content: "\F7D5";
}

/* line 1880, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stomach:before {
  content: "\F623";
}

/* line 1881, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stop:before {
  content: "\F04D";
}

/* line 1882, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stop-circle:before {
  content: "\F28D";
}

/* line 1883, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stopwatch:before {
  content: "\F2F2";
}

/* line 1884, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stopwatch-20:before {
  content: "\F96F";
}

/* line 1885, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-store:before {
  content: "\F54E";
}

/* line 1886, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-store-alt:before {
  content: "\F54F";
}

/* line 1887, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-store-alt-slash:before {
  content: "\F970";
}

/* line 1888, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-store-slash:before {
  content: "\F971";
}

/* line 1889, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-strava:before {
  content: "\F428";
}

/* line 1890, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stream:before {
  content: "\F550";
}

/* line 1891, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-street-view:before {
  content: "\F21D";
}

/* line 1892, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stretcher:before {
  content: "\F825";
}

/* line 1893, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-strikethrough:before {
  content: "\F0CC";
}

/* line 1894, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stripe:before {
  content: "\F429";
}

/* line 1895, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stripe-s:before {
  content: "\F42A";
}

/* line 1896, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stroopwafel:before {
  content: "\F551";
}

/* line 1897, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-studiovinari:before {
  content: "\F3F8";
}

/* line 1898, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stumbleupon:before {
  content: "\F1A4";
}

/* line 1899, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

/* line 1900, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-subscript:before {
  content: "\F12C";
}

/* line 1901, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-subway:before {
  content: "\F239";
}

/* line 1902, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-suitcase:before {
  content: "\F0F2";
}

/* line 1903, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

/* line 1904, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sun:before {
  content: "\F185";
}

/* line 1905, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sun-cloud:before {
  content: "\F763";
}

/* line 1906, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sun-dust:before {
  content: "\F764";
}

/* line 1907, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sun-haze:before {
  content: "\F765";
}

/* line 1908, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sunglasses:before {
  content: "\F892";
}

/* line 1909, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sunrise:before {
  content: "\F766";
}

/* line 1910, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sunset:before {
  content: "\F767";
}

/* line 1911, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-superpowers:before {
  content: "\F2DD";
}

/* line 1912, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-superscript:before {
  content: "\F12B";
}

/* line 1913, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-supple:before {
  content: "\F3F9";
}

/* line 1914, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-surprise:before {
  content: "\F5C2";
}

/* line 1915, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-suse:before {
  content: "\F7D6";
}

/* line 1916, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-swatchbook:before {
  content: "\F5C3";
}

/* line 1917, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-swift:before {
  content: "\F8E1";
}

/* line 1918, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-swimmer:before {
  content: "\F5C4";
}

/* line 1919, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-swimming-pool:before {
  content: "\F5C5";
}

/* line 1920, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sword:before {
  content: "\F71C";
}

/* line 1921, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sword-laser:before {
  content: "\F93B";
}

/* line 1922, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sword-laser-alt:before {
  content: "\F93C";
}

/* line 1923, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-swords:before {
  content: "\F71D";
}

/* line 1924, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-swords-laser:before {
  content: "\F93D";
}

/* line 1925, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-symfony:before {
  content: "\F83D";
}

/* line 1926, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-synagogue:before {
  content: "\F69B";
}

/* line 1927, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sync:before {
  content: "\F021";
}

/* line 1928, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sync-alt:before {
  content: "\F2F1";
}

/* line 1929, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-syringe:before {
  content: "\F48E";
}

/* line 1930, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-table:before {
  content: "\F0CE";
}

/* line 1931, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-table-tennis:before {
  content: "\F45D";
}

/* line 1932, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tablet:before {
  content: "\F10A";
}

/* line 1933, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tablet-alt:before {
  content: "\F3FA";
}

/* line 1934, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tablet-android:before {
  content: "\F3FB";
}

/* line 1935, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tablet-android-alt:before {
  content: "\F3FC";
}

/* line 1936, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tablet-rugged:before {
  content: "\F48F";
}

/* line 1937, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tablets:before {
  content: "\F490";
}

/* line 1938, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer:before {
  content: "\F0E4";
}

/* line 1939, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-alt:before {
  content: "\F3FD";
}

/* line 1940, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-alt-average:before {
  content: "\F624";
}

/* line 1941, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-alt-fast:before {
  content: "\F625";
}

/* line 1942, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-alt-fastest:before {
  content: "\F626";
}

/* line 1943, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-alt-slow:before {
  content: "\F627";
}

/* line 1944, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-alt-slowest:before {
  content: "\F628";
}

/* line 1945, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-average:before {
  content: "\F629";
}

/* line 1946, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-fast:before {
  content: "\F62A";
}

/* line 1947, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-fastest:before {
  content: "\F62B";
}

/* line 1948, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-slow:before {
  content: "\F62C";
}

/* line 1949, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-slowest:before {
  content: "\F62D";
}

/* line 1950, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-taco:before {
  content: "\F826";
}

/* line 1951, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tag:before {
  content: "\F02B";
}

/* line 1952, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tags:before {
  content: "\F02C";
}

/* line 1953, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tally:before {
  content: "\F69C";
}

/* line 1954, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tanakh:before {
  content: "\F827";
}

/* line 1955, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tape:before {
  content: "\F4DB";
}

/* line 1956, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tasks:before {
  content: "\F0AE";
}

/* line 1957, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tasks-alt:before {
  content: "\F828";
}

/* line 1958, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-taxi:before {
  content: "\F1BA";
}

/* line 1959, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-teamspeak:before {
  content: "\F4F9";
}

/* line 1960, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-teeth:before {
  content: "\F62E";
}

/* line 1961, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-teeth-open:before {
  content: "\F62F";
}

/* line 1962, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-telegram:before {
  content: "\F2C6";
}

/* line 1963, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-telegram-plane:before {
  content: "\F3FE";
}

/* line 1964, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-telescope:before {
  content: "\F93E";
}

/* line 1965, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-temperature-down:before {
  content: "\F93F";
}

/* line 1966, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-temperature-frigid:before {
  content: "\F768";
}

/* line 1967, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-temperature-high:before {
  content: "\F769";
}

/* line 1968, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-temperature-hot:before {
  content: "\F76A";
}

/* line 1969, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-temperature-low:before {
  content: "\F76B";
}

/* line 1970, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-temperature-up:before {
  content: "\F940";
}

/* line 1971, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tencent-weibo:before {
  content: "\F1D5";
}

/* line 1972, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tenge:before {
  content: "\F7D7";
}

/* line 1973, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tennis-ball:before {
  content: "\F45E";
}

/* line 1974, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-terminal:before {
  content: "\F120";
}

/* line 1975, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-text:before {
  content: "\F893";
}

/* line 1976, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-text-height:before {
  content: "\F034";
}

/* line 1977, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-text-size:before {
  content: "\F894";
}

/* line 1978, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-text-width:before {
  content: "\F035";
}

/* line 1979, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-th:before {
  content: "\F00A";
}

/* line 1980, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-th-large:before {
  content: "\F009";
}

/* line 1981, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-th-list:before {
  content: "\F00B";
}

/* line 1982, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-the-red-yeti:before {
  content: "\F69D";
}

/* line 1983, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-theater-masks:before {
  content: "\F630";
}

/* line 1984, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-themeco:before {
  content: "\F5C6";
}

/* line 1985, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-themeisle:before {
  content: "\F2B2";
}

/* line 1986, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thermometer:before {
  content: "\F491";
}

/* line 1987, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thermometer-empty:before {
  content: "\F2CB";
}

/* line 1988, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thermometer-full:before {
  content: "\F2C7";
}

/* line 1989, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thermometer-half:before {
  content: "\F2C9";
}

/* line 1990, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

/* line 1991, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

/* line 1992, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-theta:before {
  content: "\F69E";
}

/* line 1993, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-think-peaks:before {
  content: "\F731";
}

/* line 1994, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thumbs-down:before {
  content: "\F165";
}

/* line 1995, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thumbs-up:before {
  content: "\F164";
}

/* line 1996, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thumbtack:before {
  content: "\F08D";
}

/* line 1997, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thunderstorm:before {
  content: "\F76C";
}

/* line 1998, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thunderstorm-moon:before {
  content: "\F76D";
}

/* line 1999, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thunderstorm-sun:before {
  content: "\F76E";
}

/* line 2000, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ticket:before {
  content: "\F145";
}

/* line 2001, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ticket-alt:before {
  content: "\F3FF";
}

/* line 2002, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tilde:before {
  content: "\F69F";
}

/* line 2003, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-times:before {
  content: "\F00D";
}

/* line 2004, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-times-circle:before {
  content: "\F057";
}

/* line 2005, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-times-hexagon:before {
  content: "\F2EE";
}

/* line 2006, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-times-octagon:before {
  content: "\F2F0";
}

/* line 2007, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-times-square:before {
  content: "\F2D3";
}

/* line 2008, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tint:before {
  content: "\F043";
}

/* line 2009, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tint-slash:before {
  content: "\F5C7";
}

/* line 2010, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tire:before {
  content: "\F631";
}

/* line 2011, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tire-flat:before {
  content: "\F632";
}

/* line 2012, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tire-pressure-warning:before {
  content: "\F633";
}

/* line 2013, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tire-rugged:before {
  content: "\F634";
}

/* line 2014, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tired:before {
  content: "\F5C8";
}

/* line 2015, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toggle-off:before {
  content: "\F204";
}

/* line 2016, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toggle-on:before {
  content: "\F205";
}

/* line 2017, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toilet:before {
  content: "\F7D8";
}

/* line 2018, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toilet-paper:before {
  content: "\F71E";
}

/* line 2019, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toilet-paper-alt:before {
  content: "\F71F";
}

/* line 2020, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toilet-paper-slash:before {
  content: "\F972";
}

/* line 2021, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tombstone:before {
  content: "\F720";
}

/* line 2022, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tombstone-alt:before {
  content: "\F721";
}

/* line 2023, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toolbox:before {
  content: "\F552";
}

/* line 2024, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tools:before {
  content: "\F7D9";
}

/* line 2025, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tooth:before {
  content: "\F5C9";
}

/* line 2026, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toothbrush:before {
  content: "\F635";
}

/* line 2027, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-torah:before {
  content: "\F6A0";
}

/* line 2028, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-torii-gate:before {
  content: "\F6A1";
}

/* line 2029, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tornado:before {
  content: "\F76F";
}

/* line 2030, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tractor:before {
  content: "\F722";
}

/* line 2031, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trade-federation:before {
  content: "\F513";
}

/* line 2032, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trademark:before {
  content: "\F25C";
}

/* line 2033, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-traffic-cone:before {
  content: "\F636";
}

/* line 2034, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-traffic-light:before {
  content: "\F637";
}

/* line 2035, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-traffic-light-go:before {
  content: "\F638";
}

/* line 2036, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-traffic-light-slow:before {
  content: "\F639";
}

/* line 2037, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-traffic-light-stop:before {
  content: "\F63A";
}

/* line 2038, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trailer:before {
  content: "\F941";
}

/* line 2039, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-train:before {
  content: "\F238";
}

/* line 2040, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tram:before {
  content: "\F7DA";
}

/* line 2041, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transgender:before {
  content: "\F224";
}

/* line 2042, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transgender-alt:before {
  content: "\F225";
}

/* line 2043, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transporter:before {
  content: "\F942";
}

/* line 2044, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transporter-1:before {
  content: "\F943";
}

/* line 2045, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transporter-2:before {
  content: "\F944";
}

/* line 2046, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transporter-3:before {
  content: "\F945";
}

/* line 2047, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transporter-empty:before {
  content: "\F946";
}

/* line 2048, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trash:before {
  content: "\F1F8";
}

/* line 2049, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trash-alt:before {
  content: "\F2ED";
}

/* line 2050, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trash-restore:before {
  content: "\F829";
}

/* line 2051, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trash-restore-alt:before {
  content: "\F82A";
}

/* line 2052, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trash-undo:before {
  content: "\F895";
}

/* line 2053, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trash-undo-alt:before {
  content: "\F896";
}

/* line 2054, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-treasure-chest:before {
  content: "\F723";
}

/* line 2055, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tree:before {
  content: "\F1BB";
}

/* line 2056, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tree-alt:before {
  content: "\F400";
}

/* line 2057, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tree-christmas:before {
  content: "\F7DB";
}

/* line 2058, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tree-decorated:before {
  content: "\F7DC";
}

/* line 2059, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tree-large:before {
  content: "\F7DD";
}

/* line 2060, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tree-palm:before {
  content: "\F82B";
}

/* line 2061, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trees:before {
  content: "\F724";
}

/* line 2062, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trello:before {
  content: "\F181";
}

/* line 2063, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-triangle:before {
  content: "\F2EC";
}

/* line 2064, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-triangle-music:before {
  content: "\F8E2";
}

/* line 2065, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tripadvisor:before {
  content: "\F262";
}

/* line 2066, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trophy:before {
  content: "\F091";
}

/* line 2067, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trophy-alt:before {
  content: "\F2EB";
}

/* line 2068, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck:before {
  content: "\F0D1";
}

/* line 2069, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-container:before {
  content: "\F4DC";
}

/* line 2070, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-couch:before {
  content: "\F4DD";
}

/* line 2071, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-loading:before {
  content: "\F4DE";
}

/* line 2072, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-monster:before {
  content: "\F63B";
}

/* line 2073, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-moving:before {
  content: "\F4DF";
}

/* line 2074, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-pickup:before {
  content: "\F63C";
}

/* line 2075, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-plow:before {
  content: "\F7DE";
}

/* line 2076, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-ramp:before {
  content: "\F4E0";
}

/* line 2077, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trumpet:before {
  content: "\F8E3";
}

/* line 2078, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tshirt:before {
  content: "\F553";
}

/* line 2079, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tty:before {
  content: "\F1E4";
}

/* line 2080, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tumblr:before {
  content: "\F173";
}

/* line 2081, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tumblr-square:before {
  content: "\F174";
}

/* line 2082, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-turkey:before {
  content: "\F725";
}

/* line 2083, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-turntable:before {
  content: "\F8E4";
}

/* line 2084, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-turtle:before {
  content: "\F726";
}

/* line 2085, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tv:before {
  content: "\F26C";
}

/* line 2086, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tv-alt:before {
  content: "\F8E5";
}

/* line 2087, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tv-music:before {
  content: "\F8E6";
}

/* line 2088, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tv-retro:before {
  content: "\F401";
}

/* line 2089, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-twitch:before {
  content: "\F1E8";
}

/* line 2090, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-twitter:before {
  content: "\F099";
}

/* line 2091, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-twitter-square:before {
  content: "\F081";
}

/* line 2092, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-typewriter:before {
  content: "\F8E7";
}

/* line 2093, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-typo3:before {
  content: "\F42B";
}

/* line 2094, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-uber:before {
  content: "\F402";
}

/* line 2095, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ubuntu:before {
  content: "\F7DF";
}

/* line 2096, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ufo:before {
  content: "\F947";
}

/* line 2097, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ufo-beam:before {
  content: "\F948";
}

/* line 2098, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-uikit:before {
  content: "\F403";
}

/* line 2099, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-umbraco:before {
  content: "\F8E8";
}

/* line 2100, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-umbrella:before {
  content: "\F0E9";
}

/* line 2101, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-umbrella-beach:before {
  content: "\F5CA";
}

/* line 2102, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-underline:before {
  content: "\F0CD";
}

/* line 2103, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-undo:before {
  content: "\F0E2";
}

/* line 2104, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-undo-alt:before {
  content: "\F2EA";
}

/* line 2105, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-unicorn:before {
  content: "\F727";
}

/* line 2106, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-union:before {
  content: "\F6A2";
}

/* line 2107, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-uniregistry:before {
  content: "\F404";
}

/* line 2108, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-unity:before {
  content: "\F949";
}

/* line 2109, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-universal-access:before {
  content: "\F29A";
}

/* line 2110, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-university:before {
  content: "\F19C";
}

/* line 2111, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-unlink:before {
  content: "\F127";
}

/* line 2112, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-unlock:before {
  content: "\F09C";
}

/* line 2113, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-unlock-alt:before {
  content: "\F13E";
}

/* line 2114, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-untappd:before {
  content: "\F405";
}

/* line 2115, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-upload:before {
  content: "\F093";
}

/* line 2116, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ups:before {
  content: "\F7E0";
}

/* line 2117, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-usb:before {
  content: "\F287";
}

/* line 2118, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-usb-drive:before {
  content: "\F8E9";
}

/* line 2119, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-usd-circle:before {
  content: "\F2E8";
}

/* line 2120, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-usd-square:before {
  content: "\F2E9";
}

/* line 2121, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user:before {
  content: "\F007";
}

/* line 2122, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-alien:before {
  content: "\F94A";
}

/* line 2123, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-alt:before {
  content: "\F406";
}

/* line 2124, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-alt-slash:before {
  content: "\F4FA";
}

/* line 2125, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-astronaut:before {
  content: "\F4FB";
}

/* line 2126, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-chart:before {
  content: "\F6A3";
}

/* line 2127, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-check:before {
  content: "\F4FC";
}

/* line 2128, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-circle:before {
  content: "\F2BD";
}

/* line 2129, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-clock:before {
  content: "\F4FD";
}

/* line 2130, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-cog:before {
  content: "\F4FE";
}

/* line 2131, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-cowboy:before {
  content: "\F8EA";
}

/* line 2132, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-crown:before {
  content: "\F6A4";
}

/* line 2133, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-edit:before {
  content: "\F4FF";
}

/* line 2134, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-friends:before {
  content: "\F500";
}

/* line 2135, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-graduate:before {
  content: "\F501";
}

/* line 2136, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-hard-hat:before {
  content: "\F82C";
}

/* line 2137, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-headset:before {
  content: "\F82D";
}

/* line 2138, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-injured:before {
  content: "\F728";
}

/* line 2139, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-lock:before {
  content: "\F502";
}

/* line 2140, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-md:before {
  content: "\F0F0";
}

/* line 2141, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-md-chat:before {
  content: "\F82E";
}

/* line 2142, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-minus:before {
  content: "\F503";
}

/* line 2143, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-music:before {
  content: "\F8EB";
}

/* line 2144, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-ninja:before {
  content: "\F504";
}

/* line 2145, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-nurse:before {
  content: "\F82F";
}

/* line 2146, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-plus:before {
  content: "\F234";
}

/* line 2147, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-robot:before {
  content: "\F94B";
}

/* line 2148, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-secret:before {
  content: "\F21B";
}

/* line 2149, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-shield:before {
  content: "\F505";
}

/* line 2150, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-slash:before {
  content: "\F506";
}

/* line 2151, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-tag:before {
  content: "\F507";
}

/* line 2152, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-tie:before {
  content: "\F508";
}

/* line 2153, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-times:before {
  content: "\F235";
}

/* line 2154, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-unlock:before {
  content: "\F958";
}

/* line 2155, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-visor:before {
  content: "\F94C";
}

/* line 2156, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-users:before {
  content: "\F0C0";
}

/* line 2157, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-users-class:before {
  content: "\F63D";
}

/* line 2158, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-users-cog:before {
  content: "\F509";
}

/* line 2159, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-users-crown:before {
  content: "\F6A5";
}

/* line 2160, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-users-medical:before {
  content: "\F830";
}

/* line 2161, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-users-slash:before {
  content: "\F973";
}

/* line 2162, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-usps:before {
  content: "\F7E1";
}

/* line 2163, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ussunnah:before {
  content: "\F407";
}

/* line 2164, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-utensil-fork:before {
  content: "\F2E3";
}

/* line 2165, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-utensil-knife:before {
  content: "\F2E4";
}

/* line 2166, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-utensil-spoon:before {
  content: "\F2E5";
}

/* line 2167, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-utensils:before {
  content: "\F2E7";
}

/* line 2168, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-utensils-alt:before {
  content: "\F2E6";
}

/* line 2169, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vaadin:before {
  content: "\F408";
}

/* line 2170, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vacuum:before {
  content: "\F94D";
}

/* line 2171, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vacuum-robot:before {
  content: "\F94E";
}

/* line 2172, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-value-absolute:before {
  content: "\F6A6";
}

/* line 2173, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vector-square:before {
  content: "\F5CB";
}

/* line 2174, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-venus:before {
  content: "\F221";
}

/* line 2175, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-venus-double:before {
  content: "\F226";
}

/* line 2176, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-venus-mars:before {
  content: "\F228";
}

/* line 2177, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vhs:before {
  content: "\F8EC";
}

/* line 2178, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-viacoin:before {
  content: "\F237";
}

/* line 2179, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-viadeo:before {
  content: "\F2A9";
}

/* line 2180, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-viadeo-square:before {
  content: "\F2AA";
}

/* line 2181, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vial:before {
  content: "\F492";
}

/* line 2182, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vials:before {
  content: "\F493";
}

/* line 2183, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-viber:before {
  content: "\F409";
}

/* line 2184, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-video:before {
  content: "\F03D";
}

/* line 2185, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-video-plus:before {
  content: "\F4E1";
}

/* line 2186, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-video-slash:before {
  content: "\F4E2";
}

/* line 2187, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vihara:before {
  content: "\F6A7";
}

/* line 2188, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vimeo:before {
  content: "\F40A";
}

/* line 2189, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vimeo-square:before {
  content: "\F194";
}

/* line 2190, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vimeo-v:before {
  content: "\F27D";
}

/* line 2191, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vine:before {
  content: "\F1CA";
}

/* line 2192, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-violin:before {
  content: "\F8ED";
}

/* line 2193, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-virus:before {
  content: "\F974";
}

/* line 2194, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-virus-slash:before {
  content: "\F975";
}

/* line 2195, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-viruses:before {
  content: "\F976";
}

/* line 2196, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vk:before {
  content: "\F189";
}

/* line 2197, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vnv:before {
  content: "\F40B";
}

/* line 2198, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-voicemail:before {
  content: "\F897";
}

/* line 2199, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volcano:before {
  content: "\F770";
}

/* line 2200, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volleyball-ball:before {
  content: "\F45F";
}

/* line 2201, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volume:before {
  content: "\F6A8";
}

/* line 2202, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volume-down:before {
  content: "\F027";
}

/* line 2203, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volume-mute:before {
  content: "\F6A9";
}

/* line 2204, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volume-off:before {
  content: "\F026";
}

/* line 2205, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volume-slash:before {
  content: "\F2E2";
}

/* line 2206, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volume-up:before {
  content: "\F028";
}

/* line 2207, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vote-nay:before {
  content: "\F771";
}

/* line 2208, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vote-yea:before {
  content: "\F772";
}

/* line 2209, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vr-cardboard:before {
  content: "\F729";
}

/* line 2210, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vuejs:before {
  content: "\F41F";
}

/* line 2211, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wagon-covered:before {
  content: "\F8EE";
}

/* line 2212, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-walker:before {
  content: "\F831";
}

/* line 2213, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-walkie-talkie:before {
  content: "\F8EF";
}

/* line 2214, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-walking:before {
  content: "\F554";
}

/* line 2215, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wallet:before {
  content: "\F555";
}

/* line 2216, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wand:before {
  content: "\F72A";
}

/* line 2217, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wand-magic:before {
  content: "\F72B";
}

/* line 2218, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-warehouse:before {
  content: "\F494";
}

/* line 2219, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-warehouse-alt:before {
  content: "\F495";
}

/* line 2220, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-washer:before {
  content: "\F898";
}

/* line 2221, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-watch:before {
  content: "\F2E1";
}

/* line 2222, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-watch-calculator:before {
  content: "\F8F0";
}

/* line 2223, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-watch-fitness:before {
  content: "\F63E";
}

/* line 2224, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-water:before {
  content: "\F773";
}

/* line 2225, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-water-lower:before {
  content: "\F774";
}

/* line 2226, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-water-rise:before {
  content: "\F775";
}

/* line 2227, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wave-sine:before {
  content: "\F899";
}

/* line 2228, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wave-square:before {
  content: "\F83E";
}

/* line 2229, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wave-triangle:before {
  content: "\F89A";
}

/* line 2230, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-waveform:before {
  content: "\F8F1";
}

/* line 2231, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-waveform-path:before {
  content: "\F8F2";
}

/* line 2232, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-waze:before {
  content: "\F83F";
}

/* line 2233, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-webcam:before {
  content: "\F832";
}

/* line 2234, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-webcam-slash:before {
  content: "\F833";
}

/* line 2235, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-weebly:before {
  content: "\F5CC";
}

/* line 2236, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-weibo:before {
  content: "\F18A";
}

/* line 2237, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-weight:before {
  content: "\F496";
}

/* line 2238, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-weight-hanging:before {
  content: "\F5CD";
}

/* line 2239, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-weixin:before {
  content: "\F1D7";
}

/* line 2240, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-whale:before {
  content: "\F72C";
}

/* line 2241, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-whatsapp:before {
  content: "\F232";
}

/* line 2242, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-whatsapp-square:before {
  content: "\F40C";
}

/* line 2243, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wheat:before {
  content: "\F72D";
}

/* line 2244, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wheelchair:before {
  content: "\F193";
}

/* line 2245, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-whistle:before {
  content: "\F460";
}

/* line 2246, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-whmcs:before {
  content: "\F40D";
}

/* line 2247, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wifi:before {
  content: "\F1EB";
}

/* line 2248, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wifi-1:before {
  content: "\F6AA";
}

/* line 2249, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wifi-2:before {
  content: "\F6AB";
}

/* line 2250, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wifi-slash:before {
  content: "\F6AC";
}

/* line 2251, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wikipedia-w:before {
  content: "\F266";
}

/* line 2252, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wind:before {
  content: "\F72E";
}

/* line 2253, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wind-turbine:before {
  content: "\F89B";
}

/* line 2254, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wind-warning:before {
  content: "\F776";
}

/* line 2255, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window:before {
  content: "\F40E";
}

/* line 2256, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-alt:before {
  content: "\F40F";
}

/* line 2257, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-close:before {
  content: "\F410";
}

/* line 2258, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-frame:before {
  content: "\F94F";
}

/* line 2259, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-frame-open:before {
  content: "\F950";
}

/* line 2260, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-maximize:before {
  content: "\F2D0";
}

/* line 2261, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-minimize:before {
  content: "\F2D1";
}

/* line 2262, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-restore:before {
  content: "\F2D2";
}

/* line 2263, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-windows:before {
  content: "\F17A";
}

/* line 2264, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-windsock:before {
  content: "\F777";
}

/* line 2265, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wine-bottle:before {
  content: "\F72F";
}

/* line 2266, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wine-glass:before {
  content: "\F4E3";
}

/* line 2267, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

/* line 2268, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wix:before {
  content: "\F5CF";
}

/* line 2269, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

/* line 2270, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

/* line 2271, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-won-sign:before {
  content: "\F159";
}

/* line 2272, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wordpress:before {
  content: "\F19A";
}

/* line 2273, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wordpress-simple:before {
  content: "\F411";
}

/* line 2274, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wpbeginner:before {
  content: "\F297";
}

/* line 2275, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wpexplorer:before {
  content: "\F2DE";
}

/* line 2276, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wpforms:before {
  content: "\F298";
}

/* line 2277, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wpressr:before {
  content: "\F3E4";
}

/* line 2278, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wreath:before {
  content: "\F7E2";
}

/* line 2279, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wrench:before {
  content: "\F0AD";
}

/* line 2280, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-x-ray:before {
  content: "\F497";
}

/* line 2281, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-xbox:before {
  content: "\F412";
}

/* line 2282, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-xing:before {
  content: "\F168";
}

/* line 2283, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-xing-square:before {
  content: "\F169";
}

/* line 2284, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-y-combinator:before {
  content: "\F23B";
}

/* line 2285, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yahoo:before {
  content: "\F19E";
}

/* line 2286, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yammer:before {
  content: "\F840";
}

/* line 2287, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yandex:before {
  content: "\F413";
}

/* line 2288, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yandex-international:before {
  content: "\F414";
}

/* line 2289, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yarn:before {
  content: "\F7E3";
}

/* line 2290, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yelp:before {
  content: "\F1E9";
}

/* line 2291, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yen-sign:before {
  content: "\F157";
}

/* line 2292, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yin-yang:before {
  content: "\F6AD";
}

/* line 2293, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yoast:before {
  content: "\F2B1";
}

/* line 2294, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-youtube:before {
  content: "\F167";
}

/* line 2295, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-youtube-square:before {
  content: "\F431";
}

/* line 2296, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-zhihu:before {
  content: "\F63F";
}

/* line 4, node_modules/@fortawesome/fontawesome-pro/scss/_screen-reader.scss */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, node_modules/@fortawesome/fontawesome-pro/scss/_mixins.scss */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-light-300.eot");
  src: url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-light-300.woff2") format("woff2"), url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-light-300.woff") format("woff"), url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-light-300.ttf") format("truetype"), url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-light-300.svg#fontawesome") format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/light.scss */

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-regular-400.eot");
  src: url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-regular-400.woff2") format("woff2"), url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-regular-400.woff") format("woff"), url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-regular-400.ttf") format("truetype"), url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-regular-400.svg#fontawesome") format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/regular.scss */

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-brands-400.eot");
  src: url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-brands-400.woff2") format("woff2"), url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-brands-400.woff") format("woff"), url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-brands-400.ttf") format("truetype"), url("/app/themes/hoban/dist/fonts/fontawesome-pro/fa-brands-400.svg#fontawesome") format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/brands.scss */

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 13, stdin */

.fa {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

@font-face {
  font-family: "proxno";
  src: url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular-italic/ff.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular-italic/ff.eot?#iefix") format("embedded-opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular-italic/ff.otf") format("opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular-italic/ff.svg") format("svg"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular-italic/ff.ttf") format("truetype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular-italic/ff.woff") format("woff"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular-italic/ff.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "proxno";
  src: url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular/ff.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular/ff.eot?#iefix") format("embedded-opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular/ff.otf") format("opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular/ff.svg") format("svg"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular/ff.ttf") format("truetype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular/ff.woff") format("woff"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/regular/ff.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "proxno";
  src: url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/semibold-italic/ff.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/semibold-italic/ff.eot?#iefix") format("embedded-opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/semibold-italic/ff.otf") format("opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/semibold-italic/ff.svg") format("svg"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/semibold-italic/ff.ttf") format("truetype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/semibold-italic/ff.woff") format("woff"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/semibold-italic/ff.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: 500;
  font-style: italic;
}

/* no woff2 */

@font-face {
  font-family: "proxno-condensed";
  src: url("/app/themes/hoban/dist/fonts/prox-nova/condensed/light-italic/ff.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/hoban/dist/fonts/prox-nova/condensed/light-italic/ff.eot?#iefix") format("embedded-opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/light-italic/ff.otf") format("opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/light-italic/ff.svg") format("svg"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/light-italic/ff.ttf") format("truetype"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/light-italic/ff.woff") format("woff");
  /* Modern Browsers */
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "proxno-condensed";
  src: url("/app/themes/hoban/dist/fonts/prox-nova/condensed/regular/ff.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/hoban/dist/fonts/prox-nova/condensed/regular/ff.eot?#iefix") format("embedded-opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/regular/ff.otf") format("opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/regular/ff.svg") format("svg"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/regular/ff.ttf") format("truetype"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/regular/ff.woff") format("woff");
  /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "proxno-condensed";
  src: url("/app/themes/hoban/dist/fonts/prox-nova/condensed/regular-italic/ff.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/hoban/dist/fonts/prox-nova/condensed/regular-italic/ff.eot?#iefix") format("embedded-opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/regular-italic/ff.otf") format("opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/regular-italic/ff.svg") format("svg"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/regular-italic/ff.ttf") format("truetype"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/regular-italic/ff.woff") format("woff");
  /* Modern Browsers */
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "proxno-condensed";
  src: url("/app/themes/hoban/dist/fonts/prox-nova/condensed/semibold/ff.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/hoban/dist/fonts/prox-nova/condensed/semibold/ff.eot?#iefix") format("embedded-opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/semibold/ff.otf") format("opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/semibold/ff.svg") format("svg"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/semibold/ff.ttf") format("truetype"), url("/app/themes/hoban/dist/fonts/prox-nova/condensed/semibold/ff.woff") format("woff");
  /* Modern Browsers */
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "proxno";
  src: url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/black/ff.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/black/ff.eot?#iefix") format("embedded-opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/black/ff.otf") format("opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/black/ff.svg") format("svg"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/black/ff.ttf") format("truetype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/black/ff.woff") format("woff");
  /* Modern Browsers */
  font-weight: 800;
  font-style: normal;
}

/* no woff2, otf */

@font-face {
  font-family: "proxno";
  src: url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/bold/ff.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/bold/ff.eot?#iefix") format("embedded-opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/bold/ff.svg") format("svg"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/bold/ff.ttf") format("truetype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/bold/ff.woff") format("woff");
  /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "proxno";
  src: url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/light/ff.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/light/ff.eot?#iefix") format("embedded-opentype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/light/ff.svg") format("svg"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/light/ff.ttf") format("truetype"), url("/app/themes/hoban/dist/fonts/prox-nova/not-condensed/light/ff.woff") format("woff");
  /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("/app/themes/clicks/resources/assets/fonts/ico_moon/icomoon.eot?zf0dve");
  src: url("/app/themes/clicks/resources/assets/fonts/ico_moon/icomoon.eot?zf0dve#iefix") format("embedded-opentype"), url("/app/themes/clicks/resources/assets/fonts/ico_moon/icomoon.ttf?zf0dve") format("truetype"), url("/app/themes/clicks/resources/assets/fonts/ico_moon/icomoon.woff?zf0dve") format("woff"), url("/app/themes/clicks/resources/assets/fonts/ico_moon/icomoon.svg?zf0dve#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 13, resources/assets/styles/common/fonts/ico_moon.scss */

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-o_dollar:before {
  content: "\E900";
}

/* line 32, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-o_clock:before {
  content: "\E901";
}

/* line 36, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-o_marker:before {
  content: "\E902";
}

/* line 40, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-upload:before {
  content: "\E903";
}

/* line 44, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-copy:before {
  content: "\E904";
}

/* line 48, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-pc:before {
  content: "\E905";
}

/* line 52, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-twitter:before {
  content: "\E906";
}

/* line 56, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-rss:before {
  content: "\E907";
}

/* line 60, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-fb:before {
  content: "\E908";
}

/* line 64, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-insta:before {
  content: "\E909";
}

/* line 68, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-linkedin:before {
  content: "\E90A";
}

/* line 72, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-data:before {
  content: "\E90B";
}

/* line 76, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-design:before {
  content: "\E90C";
}

/* line 80, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-analytics:before {
  content: "\E90D";
}

/* line 84, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-megaphone:before {
  content: "\E90E";
}

/* line 88, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-goggles:before {
  content: "\E90F";
}

/* line 92, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-desktop:before {
  content: "\E910";
}

/* line 96, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-mobile:before {
  content: "\E911";
}

/* line 100, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-devices:before {
  content: "\E912";
}

/* line 104, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-pass:before {
  content: "\E913";
}

/* line 108, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-thumbup:before {
  content: "\E914";
}

/* line 112, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-o_tick:before {
  content: "\E915";
}

/* line 116, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-settings:before {
  content: "\E916";
}

/* line 120, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-lock:before {
  content: "\E917";
}

/* line 124, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-gauge:before {
  content: "\E918";
}

/* line 128, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-coins:before {
  content: "\E919";
}

/* line 132, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-hub:before {
  content: "\E91A";
}

/* line 136, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-partner:before {
  content: "\E91B";
}

/* line 140, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-network:before {
  content: "\E91C";
}

/* line 144, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-secure:before {
  content: "\E91D";
}

/* line 148, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-aus:before {
  content: "\E91E";
}

/* line 152, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-question:before {
  content: "\E91F";
}

/* line 156, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-global:before {
  content: "\E920";
}

/* line 160, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-jellyfish:before {
  content: "\E921";
}

/* line 164, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-whistle:before {
  content: "\E922";
}

/* line 168, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-profile:before {
  content: "\E923";
}

/* line 172, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-coin:before {
  content: "\E924";
}

/* line 176, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-inject:before {
  content: "\E925";
}

/* line 180, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-speech:before {
  content: "\E926";
}

/* line 184, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-house:before {
  content: "\E927";
}

/* line 188, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-wallet:before {
  content: "\E929";
}

/* line 192, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-balloons:before {
  content: "\E92A";
}

/* line 196, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-gift:before {
  content: "\E92B";
}

/* line 200, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-transact:before {
  content: "\E92C";
}

/* line 204, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-service:before {
  content: "\E92D";
}

/* line 208, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-wellness:before {
  content: "\E92E";
}

/* line 212, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-news:before {
  content: "\E92F";
}

/* line 216, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-award:before {
  content: "\E930";
}

/* line 220, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-industry:before {
  content: "\E931";
}

/* line 224, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-wealth:before {
  content: "\E932";
}

/* line 227, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-clock:before {
  content: "\E93E";
}

/* line 231, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-search:before {
  content: "\E93F";
}

/* line 234, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-brief:before {
  content: "\E943";
}

/* line 238, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-accounts:before {
  content: "\E944";
}

/* line 242, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-present:before {
  content: "\E945";
}

/* line 246, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-server:before {
  content: "\E946";
}

/* line 250, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-mouse:before {
  content: "\E947";
}

/* line 254, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-unicorn:before {
  content: "\E948";
}

/* line 258, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-handshake:before {
  content: "\E949";
}

/* line 262, resources/assets/styles/common/fonts/ico_moon.scss */

.icon-html:before {
  content: "\E94A";
}

/* line 2, resources/assets/styles/common/styleguide.scss */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, resources/assets/styles/common/styleguide.scss */

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

/* line 11, resources/assets/styles/common/styleguide.scss */

h1,
h2,
h3,
h4,
h5,
p,
li,
td,
th {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  color: #333;
}

/* line 14, resources/assets/styles/common/styleguide.scss */

h1.text-faint,
h1 .text-faint,
h2.text-faint,
h2 .text-faint,
h3.text-faint,
h3 .text-faint,
h4.text-faint,
h4 .text-faint,
h5.text-faint,
h5 .text-faint,
p.text-faint,
p .text-faint,
li.text-faint,
li .text-faint,
td.text-faint,
td .text-faint,
th.text-faint,
th .text-faint {
  color: #ccc;
}

/* line 24, resources/assets/styles/common/styleguide.scss */

body {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 17px;
  line-height: 1.4;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white body,
body.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green body,
body.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 24, resources/assets/styles/common/styleguide.scss */

  body {
    font-size: 16px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 24, resources/assets/styles/common/styleguide.scss */

  body {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  /* line 24, resources/assets/styles/common/styleguide.scss */

  body {
    font-size: 14px;
  }
}

/* line 28, resources/assets/styles/common/styleguide.scss */

h1,
.h1 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  margin: -5px 0 8px;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main h1 a,
body.specificity-hack main.main .h1 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

h1 strong,
.h1 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white h1,
.text-white h1 strong,
.text-white h1 em,
h1.text-white,
h1.text-white strong,
h1.text-white em,
.text-white .h1,
.text-white .h1 strong,
.text-white .h1 em,
.h1.text-white,
.h1.text-white strong,
.h1.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green h1,
.text-green h1 strong,
.text-green h1 em,
h1.text-green,
h1.text-green strong,
h1.text-green em,
.text-green .h1,
.text-green .h1 strong,
.text-green .h1 em,
.h1.text-green,
.h1.text-green strong,
.h1.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 28, resources/assets/styles/common/styleguide.scss */

  h1,
  .h1 {
    font-size: 55px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 28, resources/assets/styles/common/styleguide.scss */

  h1,
  .h1 {
    font-size: 50px;
  }
}

@media (max-width: 600px) {
  /* line 28, resources/assets/styles/common/styleguide.scss */

  h1,
  .h1 {
    font-size: 34px;
  }
}

/* line 31, resources/assets/styles/common/styleguide.scss */

h2,
.h2 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 50px;
  line-height: 1.1;
  margin: -4px 0 2px;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main h2 a,
body.specificity-hack main.main .h2 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

h2 strong,
.h2 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white h2,
.text-white h2 strong,
.text-white h2 em,
h2.text-white,
h2.text-white strong,
h2.text-white em,
.text-white .h2,
.text-white .h2 strong,
.text-white .h2 em,
.h2.text-white,
.h2.text-white strong,
.h2.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green h2,
.text-green h2 strong,
.text-green h2 em,
h2.text-green,
h2.text-green strong,
h2.text-green em,
.text-green .h2,
.text-green .h2 strong,
.text-green .h2 em,
.h2.text-green,
.h2.text-green strong,
.h2.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 31, resources/assets/styles/common/styleguide.scss */

  h2,
  .h2 {
    font-size: 46px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 31, resources/assets/styles/common/styleguide.scss */

  h2,
  .h2 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  /* line 31, resources/assets/styles/common/styleguide.scss */

  h2,
  .h2 {
    font-size: 30px;
  }
}

/* line 34, resources/assets/styles/common/styleguide.scss */

h3,
.h3 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 33px;
  line-height: 1.2;
  margin: -3px 0 2px;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main h3 a,
body.specificity-hack main.main .h3 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

h3 strong,
.h3 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white h3,
.text-white h3 strong,
.text-white h3 em,
h3.text-white,
h3.text-white strong,
h3.text-white em,
.text-white .h3,
.text-white .h3 strong,
.text-white .h3 em,
.h3.text-white,
.h3.text-white strong,
.h3.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green h3,
.text-green h3 strong,
.text-green h3 em,
h3.text-green,
h3.text-green strong,
h3.text-green em,
.text-green .h3,
.text-green .h3 strong,
.text-green .h3 em,
.h3.text-green,
.h3.text-green strong,
.h3.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 34, resources/assets/styles/common/styleguide.scss */

  h3,
  .h3 {
    font-size: 30px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 34, resources/assets/styles/common/styleguide.scss */

  h3,
  .h3 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  /* line 34, resources/assets/styles/common/styleguide.scss */

  h3,
  .h3 {
    font-size: 26px;
  }
}

/* line 37, resources/assets/styles/common/styleguide.scss */

h4,
.h4 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 23px;
  line-height: 1.2;
  color: #575a5d;
  margin: -1px 0 2px;
}

/* line 108, resources/assets/styles/common/mixins.scss */

h4 strong,
.h4 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white h4,
.text-white h4 strong,
.text-white h4 em,
h4.text-white,
h4.text-white strong,
h4.text-white em,
.text-white .h4,
.text-white .h4 strong,
.text-white .h4 em,
.h4.text-white,
.h4.text-white strong,
.h4.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green h4,
.text-green h4 strong,
.text-green h4 em,
h4.text-green,
h4.text-green strong,
h4.text-green em,
.text-green .h4,
.text-green .h4 strong,
.text-green .h4 em,
.h4.text-green,
.h4.text-green strong,
.h4.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 37, resources/assets/styles/common/styleguide.scss */

  h4,
  .h4 {
    font-size: 22px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 37, resources/assets/styles/common/styleguide.scss */

  h4,
  .h4 {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  /* line 37, resources/assets/styles/common/styleguide.scss */

  h4,
  .h4 {
    font-size: 20px;
  }
}

/* line 40, resources/assets/styles/common/styleguide.scss */

h5,
.h5 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 19px;
  line-height: 1.2;
  color: #575a5d;
  margin: -1px 0 8px;
}

/* line 108, resources/assets/styles/common/mixins.scss */

h5 strong,
.h5 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white h5,
.text-white h5 strong,
.text-white h5 em,
h5.text-white,
h5.text-white strong,
h5.text-white em,
.text-white .h5,
.text-white .h5 strong,
.text-white .h5 em,
.h5.text-white,
.h5.text-white strong,
.h5.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green h5,
.text-green h5 strong,
.text-green h5 em,
h5.text-green,
h5.text-green strong,
h5.text-green em,
.text-green .h5,
.text-green .h5 strong,
.text-green .h5 em,
.h5.text-green,
.h5.text-green strong,
.h5.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 40, resources/assets/styles/common/styleguide.scss */

  h5,
  .h5 {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 40, resources/assets/styles/common/styleguide.scss */

  h5,
  .h5 {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  /* line 40, resources/assets/styles/common/styleguide.scss */

  h5,
  .h5 {
    font-size: 16px;
  }
}

/* line 43, resources/assets/styles/common/styleguide.scss */

p,
.p,
li,
td,
th {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 7px;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white p,
p.text-white,
.text-white .p,
.p.text-white,
.text-white li,
li.text-white,
.text-white td,
td.text-white,
.text-white th,
th.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green p,
p.text-green,
.text-green .p,
.p.text-green,
.text-green li,
li.text-green,
.text-green td,
td.text-green,
.text-green th,
th.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 43, resources/assets/styles/common/styleguide.scss */

  p,
  .p,
  li,
  td,
  th {
    font-size: 16px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 43, resources/assets/styles/common/styleguide.scss */

  p,
  .p,
  li,
  td,
  th {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  /* line 43, resources/assets/styles/common/styleguide.scss */

  p,
  .p,
  li,
  td,
  th {
    font-size: 14px;
  }
}

/* line 45, resources/assets/styles/common/styleguide.scss */

.p-small p,
p.p-small,
.p-small .p,
.p.p-small,
.p-small li,
li.p-small,
.p-small td,
td.p-small,
.p-small th,
th.p-small {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 5px;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .p-small p,
.p-small p.text-white,
.text-white p.p-small,
p.p-small.text-white,
.text-white .p-small .p,
.p-small .p.text-white,
.text-white .p.p-small,
.p.p-small.text-white,
.text-white .p-small li,
.p-small li.text-white,
.text-white li.p-small,
li.p-small.text-white,
.text-white .p-small td,
.p-small td.text-white,
.text-white td.p-small,
td.p-small.text-white,
.text-white .p-small th,
.p-small th.text-white,
.text-white th.p-small,
th.p-small.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .p-small p,
.p-small p.text-green,
.text-green p.p-small,
p.p-small.text-green,
.text-green .p-small .p,
.p-small .p.text-green,
.text-green .p.p-small,
.p.p-small.text-green,
.text-green .p-small li,
.p-small li.text-green,
.text-green li.p-small,
li.p-small.text-green,
.text-green .p-small td,
.p-small td.text-green,
.text-green td.p-small,
td.p-small.text-green,
.text-green .p-small th,
.p-small th.text-green,
.text-green th.p-small,
th.p-small.text-green {
  color: #b1d34a;
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 45, resources/assets/styles/common/styleguide.scss */

  .p-small p,
  p.p-small,
  .p-small .p,
  .p.p-small,
  .p-small li,
  li.p-small,
  .p-small td,
  td.p-small,
  .p-small th,
  th.p-small {
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  /* line 45, resources/assets/styles/common/styleguide.scss */

  .p-small p,
  p.p-small,
  .p-small .p,
  .p.p-small,
  .p-small li,
  li.p-small,
  .p-small td,
  td.p-small,
  .p-small th,
  th.p-small {
    font-size: 11px;
  }
}

/* line 48, resources/assets/styles/common/styleguide.scss */

.p-tiny p,
p.p-tiny,
.p-tiny .p,
.p.p-tiny,
.p-tiny li,
li.p-tiny,
.p-tiny td,
td.p-tiny,
.p-tiny th,
th.p-tiny {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 5px;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .p-tiny p,
.p-tiny p.text-white,
.text-white p.p-tiny,
p.p-tiny.text-white,
.text-white .p-tiny .p,
.p-tiny .p.text-white,
.text-white .p.p-tiny,
.p.p-tiny.text-white,
.text-white .p-tiny li,
.p-tiny li.text-white,
.text-white li.p-tiny,
li.p-tiny.text-white,
.text-white .p-tiny td,
.p-tiny td.text-white,
.text-white td.p-tiny,
td.p-tiny.text-white,
.text-white .p-tiny th,
.p-tiny th.text-white,
.text-white th.p-tiny,
th.p-tiny.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .p-tiny p,
.p-tiny p.text-green,
.text-green p.p-tiny,
p.p-tiny.text-green,
.text-green .p-tiny .p,
.p-tiny .p.text-green,
.text-green .p.p-tiny,
.p.p-tiny.text-green,
.text-green .p-tiny li,
.p-tiny li.text-green,
.text-green li.p-tiny,
li.p-tiny.text-green,
.text-green .p-tiny td,
.p-tiny td.text-green,
.text-green td.p-tiny,
td.p-tiny.text-green,
.text-green .p-tiny th,
.p-tiny th.text-green,
.text-green th.p-tiny,
th.p-tiny.text-green {
  color: #b1d34a;
}

/* line 52, resources/assets/styles/common/styleguide.scss */

a {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: underline;
}

/* line 491, resources/assets/styles/common/mixins.scss */

a,
a:link,
a:visited {
  color: #2774aa;
}

/* line 494, resources/assets/styles/common/mixins.scss */

a:hover,
a:active {
  color: black;
}

/* line 501, resources/assets/styles/common/mixins.scss */

a:focus {
  outline: 1px solid #b1d34a;
}

/* line 504, resources/assets/styles/common/mixins.scss */

.text-white a {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

/* line 491, resources/assets/styles/common/mixins.scss */

.text-white a,
.text-white a:link,
.text-white a:visited {
  color: #b1d34a;
}

/* line 494, resources/assets/styles/common/mixins.scss */

.text-white a:hover,
.text-white a:active {
  color: black;
}

/* line 507, resources/assets/styles/common/mixins.scss */

.text-white li a {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: none;
}

/* line 491, resources/assets/styles/common/mixins.scss */

.text-white li a,
.text-white li a:link,
.text-white li a:visited {
  color: #fff;
}

/* line 494, resources/assets/styles/common/mixins.scss */

.text-white li a:hover,
.text-white li a:active {
  color: #b1d34a;
}

/* line 56, resources/assets/styles/common/styleguide.scss */

h1 a,
h1 a:link,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:visited,
h3 a,
h3 a:link,
h3 a:visited,
h4 a,
h4 a:link,
h4 a:visited,
h5 a,
h5 a:link,
h5 a:visited {
  color: inherit;
}

/* line 62, resources/assets/styles/common/styleguide.scss */

h1.text-white,
.text-white h1,
h2.text-white,
.text-white h2,
h3.text-white,
.text-white h3,
h4.text-white,
.text-white h4,
h5.text-white,
.text-white h5,
p.text-white,
.text-white p,
span.text-white,
.text-white span {
  color: #fff;
}

/* line 65, resources/assets/styles/common/styleguide.scss */

h1.text-orange,
.text-orange h1,
h2.text-orange,
.text-orange h2,
h3.text-orange,
.text-orange h3,
h4.text-orange,
.text-orange h4,
h5.text-orange,
.text-orange h5,
p.text-orange,
.text-orange p,
span.text-orange,
.text-orange span {
  color: #e1711d;
}

/* line 68, resources/assets/styles/common/styleguide.scss */

h1.text-grey,
.text-grey h1,
h2.text-grey,
.text-grey h2,
h3.text-grey,
.text-grey h3,
h4.text-grey,
.text-grey h4,
h5.text-grey,
.text-grey h5,
p.text-grey,
.text-grey p,
span.text-grey,
.text-grey span {
  color: #575a5d;
}

/* line 73, resources/assets/styles/common/styleguide.scss */

h1.text-mixed,
.text-mixed h1,
h2.text-mixed,
.text-mixed h2 {
  color: #fff;
}

/* line 78, resources/assets/styles/common/styleguide.scss */

h3.text-mixed,
.text-mixed h3,
h4.text-mixed,
.text-mixed h4,
h5.text-mixed,
.text-mixed h5 {
  color: #333;
}

/* line 83, resources/assets/styles/common/styleguide.scss */

p.text-mixed,
.text-mixed p,
span.text-mixed,
.text-mixed span {
  color: #333;
}

/* line 90, resources/assets/styles/common/styleguide.scss */

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 17px;
  line-height: 1.4;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  border: 1px solid #dcdfe7;
  height: 50px;
  border-radius: 4px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #F5F5F5;
  color: #575a5d;
  padding: 8px 10px 10px;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white [type=text],
[type=text].text-white,
.text-white [type=password],
[type=password].text-white,
.text-white [type=date],
[type=date].text-white,
.text-white [type=datetime],
[type=datetime].text-white,
.text-white [type=datetime-local],
[type=datetime-local].text-white,
.text-white [type=month],
[type=month].text-white,
.text-white [type=week],
[type=week].text-white,
.text-white [type=email],
[type=email].text-white,
.text-white [type=number],
[type=number].text-white,
.text-white [type=search],
[type=search].text-white,
.text-white [type=tel],
[type=tel].text-white,
.text-white [type=time],
[type=time].text-white,
.text-white [type=url],
[type=url].text-white,
.text-white [type=color],
[type=color].text-white,
.text-white textarea,
textarea.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green [type=text],
[type=text].text-green,
.text-green [type=password],
[type=password].text-green,
.text-green [type=date],
[type=date].text-green,
.text-green [type=datetime],
[type=datetime].text-green,
.text-green [type=datetime-local],
[type=datetime-local].text-green,
.text-green [type=month],
[type=month].text-green,
.text-green [type=week],
[type=week].text-green,
.text-green [type=email],
[type=email].text-green,
.text-green [type=number],
[type=number].text-green,
.text-green [type=search],
[type=search].text-green,
.text-green [type=tel],
[type=tel].text-green,
.text-green [type=time],
[type=time].text-green,
.text-green [type=url],
[type=url].text-green,
.text-green [type=color],
[type=color].text-green,
.text-green textarea,
textarea.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 90, resources/assets/styles/common/styleguide.scss */

  [type=text],
  [type=password],
  [type=date],
  [type=datetime],
  [type=datetime-local],
  [type=month],
  [type=week],
  [type=email],
  [type=number],
  [type=search],
  [type=tel],
  [type=time],
  [type=url],
  [type=color],
  textarea {
    font-size: 16px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 90, resources/assets/styles/common/styleguide.scss */

  [type=text],
  [type=password],
  [type=date],
  [type=datetime],
  [type=datetime-local],
  [type=month],
  [type=week],
  [type=email],
  [type=number],
  [type=search],
  [type=tel],
  [type=time],
  [type=url],
  [type=color],
  textarea {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  /* line 90, resources/assets/styles/common/styleguide.scss */

  [type=text],
  [type=password],
  [type=date],
  [type=datetime],
  [type=datetime-local],
  [type=month],
  [type=week],
  [type=email],
  [type=number],
  [type=search],
  [type=tel],
  [type=time],
  [type=url],
  [type=color],
  textarea {
    font-size: 14px;
  }
}

/* line 472, resources/assets/styles/common/mixins.scss */

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 3px solid rgba(177, 211, 74, 0.8);
}

/* line 480, resources/assets/styles/common/mixins.scss */

[type=text]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=month]::-webkit-input-placeholder,
[type=week]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c7c7c7;
}

[type=text]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=date]::-moz-placeholder,
[type=datetime]::-moz-placeholder,
[type=datetime-local]::-moz-placeholder,
[type=month]::-moz-placeholder,
[type=week]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=time]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c7c7c7;
}

[type=text]::-ms-input-placeholder,
[type=password]::-ms-input-placeholder,
[type=date]::-ms-input-placeholder,
[type=datetime]::-ms-input-placeholder,
[type=datetime-local]::-ms-input-placeholder,
[type=month]::-ms-input-placeholder,
[type=week]::-ms-input-placeholder,
[type=email]::-ms-input-placeholder,
[type=number]::-ms-input-placeholder,
[type=search]::-ms-input-placeholder,
[type=tel]::-ms-input-placeholder,
[type=time]::-ms-input-placeholder,
[type=url]::-ms-input-placeholder,
[type=color]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c7c7c7;
}

[type=text]::placeholder,
[type=password]::placeholder,
[type=date]::placeholder,
[type=datetime]::placeholder,
[type=datetime-local]::placeholder,
[type=month]::placeholder,
[type=week]::placeholder,
[type=email]::placeholder,
[type=number]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=color]::placeholder,
textarea::placeholder {
  color: #c7c7c7;
}

/* line 93, resources/assets/styles/common/styleguide.scss */

select {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 17px;
  line-height: 1.4;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  border: 1px solid #dcdfe7;
  height: 50px;
  border-radius: 4px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #F5F5F5;
  color: #575a5d;
  padding: 5px 28px 6px 6px;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white select,
select.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green select,
select.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 93, resources/assets/styles/common/styleguide.scss */

  select {
    font-size: 16px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 93, resources/assets/styles/common/styleguide.scss */

  select {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  /* line 93, resources/assets/styles/common/styleguide.scss */

  select {
    font-size: 14px;
  }
}

/* line 472, resources/assets/styles/common/mixins.scss */

select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 3px solid rgba(177, 211, 74, 0.8);
}

/* line 98, resources/assets/styles/common/styleguide.scss */

.content .main ul,
.main-footer ul {
  padding-left: 0;
}

/* line 100, resources/assets/styles/common/styleguide.scss */

.content .main ul li,
.main-footer ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

/* line 104, resources/assets/styles/common/styleguide.scss */

.content .main ul li:before,
.main-footer ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #b1d34a;
  left: 0;
  top: 9px;
}

/* line 116, resources/assets/styles/common/styleguide.scss */

.content .main ol:not(.use-val),
.main-footer ol:not(.use-val) {
  padding-left: 0;
  list-style: none;
  counter-reset: ol-counter;
}

/* line 120, resources/assets/styles/common/styleguide.scss */

.content .main ol:not(.use-val) li,
.main-footer ol:not(.use-val) li {
  position: relative;
  padding-left: 20px;
  counter-increment: ol-counter;
}

/* line 124, resources/assets/styles/common/styleguide.scss */

.content .main ol:not(.use-val) li:before,
.main-footer ol:not(.use-val) li:before {
  position: absolute;
  content: counter(ol-counter) ". ";
  color: #b1d34a;
  left: 0;
  top: 0;
}

/* line 133, resources/assets/styles/common/styleguide.scss */

.content .main ol.use-val,
.main-footer ol.use-val {
  padding-left: 15px;
}

/* line 891, resources/assets/styles/common/mixins.scss */

.content .main ul.no-bullets li,
.content .main #pagination-container li,
.main-footer ul.no-bullets li,
.main-footer #pagination-container li {
  padding-left: 0;
}

/* line 893, resources/assets/styles/common/mixins.scss */

.content .main ul.no-bullets li:before,
.content .main #pagination-container li:before,
.main-footer ul.no-bullets li:before,
.main-footer #pagination-container li:before {
  display: none;
}

/* line 145, resources/assets/styles/common/styleguide.scss */

button {
  cursor: pointer;
}

/* line 148, resources/assets/styles/common/styleguide.scss */

hr {
  width: 100%;
  clear: both;
  height: 0;
  border: none;
  border-bottom: 1px solid #dcdfe7;
}

/* line 157, resources/assets/styles/common/styleguide.scss */

.impact-orange {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #002845;
  font-size: 35px;
  line-height: 1.2;
  color: #575a5d;
  color: #e1711d;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.impact-orange strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .impact-orange,
.text-white .impact-orange strong,
.text-white .impact-orange em,
.impact-orange.text-white,
.impact-orange.text-white strong,
.impact-orange.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .impact-orange,
.text-green .impact-orange strong,
.text-green .impact-orange em,
.impact-orange.text-green,
.impact-orange.text-green strong,
.impact-orange.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 157, resources/assets/styles/common/styleguide.scss */

  .impact-orange {
    font-size: 33px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 157, resources/assets/styles/common/styleguide.scss */

  .impact-orange {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  /* line 157, resources/assets/styles/common/styleguide.scss */

  .impact-orange {
    font-size: 30px;
  }
}

/* line 163, resources/assets/styles/common/styleguide.scss */

.impact-orange img {
  margin-right: 4px;
  width: 27px;
}

/* line 172, resources/assets/styles/common/styleguide.scss */

label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 178, resources/assets/styles/common/styleguide.scss */

.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 181, resources/assets/styles/common/styleguide.scss */

.inline > * {
  display: inline-block;
  margin-right: 14px;
}

/* line 185, resources/assets/styles/common/styleguide.scss */

.inline.-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 187, resources/assets/styles/common/styleguide.scss */

.inline.-centered .impact-orange {
  margin-top: 0;
}

/* line 190, resources/assets/styles/common/styleguide.scss */

.inline.-centered > * {
  margin-left: 7px;
  margin-right: 7px;
}

/* line 195, resources/assets/styles/common/styleguide.scss */

.inline.-align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 197, resources/assets/styles/common/styleguide.scss */

.inline.-align-right > * {
  margin-left: 14px;
  margin-right: 0;
}

/* line 202, resources/assets/styles/common/styleguide.scss */

.inline[style*='center'] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 204, resources/assets/styles/common/styleguide.scss */

.inline[style*='center'] .impact-orange {
  margin-top: 0;
}

/* line 207, resources/assets/styles/common/styleguide.scss */

.inline[style*='center'] > * {
  margin-left: 7px;
  margin-right: 7px;
}

/* line 212, resources/assets/styles/common/styleguide.scss */

.inline[style*='right'] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 214, resources/assets/styles/common/styleguide.scss */

.inline[style*='right'] > * {
  margin-left: 14px;
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 178, resources/assets/styles/common/styleguide.scss */

  .inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 221, resources/assets/styles/common/styleguide.scss */

  .inline > * {
    margin: 0 0 10px;
  }

  /* line 223, resources/assets/styles/common/styleguide.scss */

  .inline > * + br {
    display: none;
  }
}

/* line 263, resources/assets/styles/common/styleguide.scss */

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 269, resources/assets/styles/common/styleguide.scss */

.section-heading {
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 274, resources/assets/styles/common/styleguide.scss */

.section-heading:not(.-xl) {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .section-heading:not(.-xl) a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.section-heading:not(.-xl) strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .section-heading:not(.-xl),
.text-white .section-heading:not(.-xl) strong,
.text-white .section-heading:not(.-xl) em,
.section-heading:not(.-xl).text-white,
.section-heading:not(.-xl).text-white strong,
.section-heading:not(.-xl).text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .section-heading:not(.-xl),
.text-green .section-heading:not(.-xl) strong,
.text-green .section-heading:not(.-xl) em,
.section-heading:not(.-xl).text-green,
.section-heading:not(.-xl).text-green strong,
.section-heading:not(.-xl).text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 274, resources/assets/styles/common/styleguide.scss */

  .section-heading:not(.-xl) {
    font-size: 55px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 274, resources/assets/styles/common/styleguide.scss */

  .section-heading:not(.-xl) {
    font-size: 50px;
  }
}

@media (max-width: 600px) {
  /* line 274, resources/assets/styles/common/styleguide.scss */

  .section-heading:not(.-xl) {
    font-size: 34px;
  }
}

/* line 277, resources/assets/styles/common/styleguide.scss */

.section-heading.-xl {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 32px;
  line-height: 1;
  color: #002845;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .section-heading.-xl a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.section-heading.-xl strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .section-heading.-xl,
.text-white .section-heading.-xl strong,
.text-white .section-heading.-xl em,
.section-heading.-xl.text-white,
.section-heading.-xl.text-white strong,
.section-heading.-xl.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .section-heading.-xl,
.text-green .section-heading.-xl strong,
.text-green .section-heading.-xl em,
.section-heading.-xl.text-green,
.section-heading.-xl.text-green strong,
.section-heading.-xl.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 277, resources/assets/styles/common/styleguide.scss */

  .section-heading.-xl {
    font-size: 70px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 277, resources/assets/styles/common/styleguide.scss */

  .section-heading.-xl {
    font-size: 44px;
  }
}

@media (max-width: 600px) {
  /* line 277, resources/assets/styles/common/styleguide.scss */

  .section-heading.-xl {
    font-size: 34px;
  }
}

/* line 280, resources/assets/styles/common/styleguide.scss */

.section-heading.-orange {
  color: #cca434;
}

/* line 288, resources/assets/styles/common/styleguide.scss */

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  padding-top: 15px;
}

/* line 294, resources/assets/styles/common/styleguide.scss */

.orange-link {
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

/* line 491, resources/assets/styles/common/mixins.scss */

.orange-link,
.orange-link:link,
.orange-link:visited {
  color: #b1d34a;
}

/* line 494, resources/assets/styles/common/mixins.scss */

.orange-link:hover,
.orange-link:active {
  color: #002845;
}

@media (max-width: 600px) {
  /* line 302, resources/assets/styles/common/styleguide.scss */

  .page-section.-search + .wp-block-spacer,
  main > .wp-block-spacer:nth-child(2) {
    height: 20px !important;
  }
}

/* line 309, resources/assets/styles/common/styleguide.scss */

.no-space-anchor {
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

@media (min-width: 601px) {
  /* line 318, resources/assets/styles/common/styleguide.scss */

  .only-phone {
    display: none !important;
  }
}

@media (max-width: 600px) {
  /* line 323, resources/assets/styles/common/styleguide.scss */

  .not-phone {
    display: none !important;
  }
}

/* line 334, resources/assets/styles/common/styleguide.scss */

p.p-med,
.p-med p {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 19px;
  line-height: 1.8;
  line-height: 1.4;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white p.p-med,
p.p-med.text-white,
.text-white .p-med p,
.p-med p.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green p.p-med,
p.p-med.text-green,
.text-green .p-med p,
.p-med p.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 334, resources/assets/styles/common/styleguide.scss */

  p.p-med,
  .p-med p {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 334, resources/assets/styles/common/styleguide.scss */

  p.p-med,
  .p-med p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  /* line 334, resources/assets/styles/common/styleguide.scss */

  p.p-med,
  .p-med p {
    font-size: 18px;
  }
}

/* line 338, resources/assets/styles/common/styleguide.scss */

p.p-reg,
.p-reg p {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 17px;
  line-height: 1.4;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white p.p-reg,
p.p-reg.text-white,
.text-white .p-reg p,
.p-reg p.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green p.p-reg,
p.p-reg.text-green,
.text-green .p-reg p,
.p-reg p.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 338, resources/assets/styles/common/styleguide.scss */

  p.p-reg,
  .p-reg p {
    font-size: 16px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 338, resources/assets/styles/common/styleguide.scss */

  p.p-reg,
  .p-reg p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  /* line 338, resources/assets/styles/common/styleguide.scss */

  p.p-reg,
  .p-reg p {
    font-size: 14px;
  }
}

/* line 341, resources/assets/styles/common/styleguide.scss */

p.p-large,
.p-large p {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 21px;
  line-height: 1.4;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white p.p-large,
p.p-large.text-white,
.text-white .p-large p,
.p-large p.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green p.p-large,
p.p-large.text-green,
.text-green .p-large p,
.p-large p.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 341, resources/assets/styles/common/styleguide.scss */

  p.p-large,
  .p-large p {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 341, resources/assets/styles/common/styleguide.scss */

  p.p-large,
  .p-large p {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  /* line 341, resources/assets/styles/common/styleguide.scss */

  p.p-large,
  .p-large p {
    font-size: 15px;
  }
}

/* line 346, resources/assets/styles/common/styleguide.scss */

img {
  max-width: 100%;
  height: auto;
}

/* line 352, resources/assets/styles/common/styleguide.scss */

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2rem;
}

/* line 356, resources/assets/styles/common/styleguide.scss */

.section-title span {
  padding-right: 1rem;
}

/* line 362, resources/assets/styles/common/styleguide.scss */

#subscribe-newsletter {
  padding-top: 16rem;
  padding-bottom: 16rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* line 366, resources/assets/styles/common/styleguide.scss */

#subscribe-newsletter .wpcf7 form .wpcf7-response-output {
  max-width: 100%;
}

/* line 370, resources/assets/styles/common/styleguide.scss */

#subscribe-newsletter h1,
#subscribe-newsletter h2,
#subscribe-newsletter h3,
#subscribe-newsletter h4,
#subscribe-newsletter h5,
#subscribe-newsletter h6,
#subscribe-newsletter p {
  color: #fff;
}

/* line 375, resources/assets/styles/common/styleguide.scss */

section.article-cta-banner {
  margin: 5rem 0 0;
  /* phone & tablet */
}

/* line 378, resources/assets/styles/common/styleguide.scss */

section.article-cta-banner .center-frame {
  padding: 15rem 0;
}

@media (max-width: 950px) {
  /* line 375, resources/assets/styles/common/styleguide.scss */

  section.article-cta-banner {
    background-size: cover !important;
  }

  /* line 414, resources/assets/styles/common/styleguide.scss */

  section.article-cta-banner .center-frame {
    padding: 15rem 0;
  }
}

/* line 428, resources/assets/styles/common/styleguide.scss */

hr {
  border: none;
  border-top: solid 3px #002845;
}

/* line 435, resources/assets/styles/common/styleguide.scss */

p + h2,
p + h3,
p + h4 {
  margin-top: 30px;
}

/* line 441, resources/assets/styles/common/styleguide.scss */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}

/* line 443, resources/assets/styles/common/styleguide.scss */

.heading-links h1 a,
.heading-links h2 a,
.heading-links h3 a,
.heading-links h4 a,
.heading-links h5 a {
  text-decoration: underline;
}

/* line 450, resources/assets/styles/common/styleguide.scss */

img.alignright {
  float: right;
  margin-left: 40px;
  margin-top: 2px;
}

/* line 455, resources/assets/styles/common/styleguide.scss */

img.alignleft {
  float: left;
  margin-right: 40px;
  margin-top: 2px;
}

/* px */

/* pre max-width */

/* percentage */

/* post max-width */

/* line 35, resources/assets/styles/common/page-layout.scss */

.center-frame {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1453.48837px) {
  /* line 35, resources/assets/styles/common/page-layout.scss */

  .center-frame {
    width: 1250px;
  }
}

/* line 45, resources/assets/styles/common/page-layout.scss */

.center-frame-narrow {
  width: 68%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, resources/assets/styles/common/page-layout.scss */

main.admin-main {
  padding: 30px 0 50px;
  min-height: calc(100vh - 125px);
}

/* line 53, resources/assets/styles/common/page-layout.scss */

main.admin-main > h1:first-child {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 50px;
  line-height: 1.1;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main main.admin-main > h1:first-child a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

main.admin-main > h1:first-child strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white main.admin-main > h1:first-child,
.text-white main.admin-main > h1:first-child strong,
.text-white main.admin-main > h1:first-child em,
main.admin-main > h1:first-child.text-white,
main.admin-main > h1:first-child.text-white strong,
main.admin-main > h1:first-child.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green main.admin-main > h1:first-child,
.text-green main.admin-main > h1:first-child strong,
.text-green main.admin-main > h1:first-child em,
main.admin-main > h1:first-child.text-green,
main.admin-main > h1:first-child.text-green strong,
main.admin-main > h1:first-child.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 53, resources/assets/styles/common/page-layout.scss */

  main.admin-main > h1:first-child {
    font-size: 46px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 53, resources/assets/styles/common/page-layout.scss */

  main.admin-main > h1:first-child {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  /* line 53, resources/assets/styles/common/page-layout.scss */

  main.admin-main > h1:first-child {
    font-size: 30px;
  }
}

/* line 57, resources/assets/styles/common/page-layout.scss */

main:not(.admin-main) {
  min-height: calc(100vh - 580px);
}

/* line 59, resources/assets/styles/common/page-layout.scss */

main:not(.admin-main) > h1,
main:not(.admin-main) > h2,
main:not(.admin-main) > h3,
main:not(.admin-main) > h4,
main:not(.admin-main) > p,
main:not(.admin-main) > table,
main:not(.admin-main) > ul,
main:not(.admin-main) > ol {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1453.48837px) {
  /* line 59, resources/assets/styles/common/page-layout.scss */

  main:not(.admin-main) > h1,
  main:not(.admin-main) > h2,
  main:not(.admin-main) > h3,
  main:not(.admin-main) > h4,
  main:not(.admin-main) > p,
  main:not(.admin-main) > table,
  main:not(.admin-main) > ul,
  main:not(.admin-main) > ol {
    width: 1250px;
  }
}

/* line 61, resources/assets/styles/common/page-layout.scss */

main:not(.admin-main) > h1:first-child,
main:not(.admin-main) > h2:first-child,
main:not(.admin-main) > h3:first-child,
main:not(.admin-main) > h4:first-child,
main:not(.admin-main) > p:first-child,
main:not(.admin-main) > table:first-child,
main:not(.admin-main) > ul:first-child,
main:not(.admin-main) > ol:first-child {
  margin-top: calc(25px + 3vw);
}

/* line 69, resources/assets/styles/common/page-layout.scss */

.wp-block-table.-market-research {
  border-collapse: collapse;
}

/* line 72, resources/assets/styles/common/page-layout.scss */

.wp-block-table.-market-research tbody tr {
  vertical-align: top;
}

/* line 74, resources/assets/styles/common/page-layout.scss */

.wp-block-table.-market-research tbody tr td {
  border: none;
  border-left: 1px solid #c6eafb;
  border-bottom: 1px solid #c6eafb;
  padding: 4px 6px;
}

/* line 79, resources/assets/styles/common/page-layout.scss */

.wp-block-table.-market-research tbody tr td:first-child {
  width: 200px;
}

/* line 82, resources/assets/styles/common/page-layout.scss */

.wp-block-table.-market-research tbody tr td:last-child {
  border-right: 1px solid #c6eafb;
}

/* line 85, resources/assets/styles/common/page-layout.scss */

.wp-block-table.-market-research tbody tr td a {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: block;
  text-decoration: none;
}

/* line 491, resources/assets/styles/common/mixins.scss */

.wp-block-table.-market-research tbody tr td a,
.wp-block-table.-market-research tbody tr td a:link,
.wp-block-table.-market-research tbody tr td a:visited {
  color: #333;
}

/* line 494, resources/assets/styles/common/mixins.scss */

.wp-block-table.-market-research tbody tr td a:hover,
.wp-block-table.-market-research tbody tr td a:active {
  color: #1675ab;
}

/* line 92, resources/assets/styles/common/page-layout.scss */

.wp-block-table.-market-research tbody tr:first-child td {
  background-color: #f1fafd;
  border-top: 1px solid #c6eafb;
  font-weight: bold;
}

/* line 100, resources/assets/styles/common/page-layout.scss */

.wp-block-table.-market-research tbody tr:not(:first-child) td:first-child {
  font-weight: bold;
}

/* line 103, resources/assets/styles/common/page-layout.scss */

.wp-block-table.-market-research tbody tr:not(:first-child) td:nth-child(2) {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 12px;
  line-height: 1.3;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .wp-block-table.-market-research tbody tr:not(:first-child) td:nth-child(2),
.wp-block-table.-market-research tbody tr:not(:first-child) td:nth-child(2).text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .wp-block-table.-market-research tbody tr:not(:first-child) td:nth-child(2),
.wp-block-table.-market-research tbody tr:not(:first-child) td:nth-child(2).text-green {
  color: #b1d34a;
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 103, resources/assets/styles/common/page-layout.scss */

  .wp-block-table.-market-research tbody tr:not(:first-child) td:nth-child(2) {
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  /* line 103, resources/assets/styles/common/page-layout.scss */

  .wp-block-table.-market-research tbody tr:not(:first-child) td:nth-child(2) {
    font-size: 11px;
  }
}

/* line 113, resources/assets/styles/common/page-layout.scss */

.-page-content-v-pad {
  padding-top: calc(30px + 3vw);
  padding-bottom: calc(30px + 3vw);
}

/* line 125, resources/assets/styles/common/page-layout.scss */

.sidebar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 128, resources/assets/styles/common/page-layout.scss */

.sidebar-right .-main {
  display: inline-block;
  width: calc(100% - 420px);
  padding-top: 70px;
}

/* line 133, resources/assets/styles/common/page-layout.scss */

.sidebar-right > aside {
  padding: 70px 0 40px 30px;
  display: inline-block;
  width: 375px;
}

/* line 137, resources/assets/styles/common/page-layout.scss */

.sidebar-right > aside.bg-navy {
  padding: 20px;
}

/* line 140, resources/assets/styles/common/page-layout.scss */

.sidebar-right > aside .widget {
  padding-bottom: 40px;
}

/* line 143, resources/assets/styles/common/page-layout.scss */

.sidebar-right > aside .widget.widget_search .screen-reader-text,
.sidebar-right > aside .widget.widget_search [type='submit'] {
  display: none;
}

@media (min-width: 901px) and (max-width: 1200px) {
  /* line 151, resources/assets/styles/common/page-layout.scss */

  .sidebar-right.-empty-aside .-main {
    min-width: 700px;
  }
}

@media (max-width: 900px) {
  /* line 125, resources/assets/styles/common/page-layout.scss */

  .sidebar-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 158, resources/assets/styles/common/page-layout.scss */

  .sidebar-right .-main,
  .sidebar-right > aside {
    width: 100%;
    margin-bottom: 30px;
  }

  /* line 162, resources/assets/styles/common/page-layout.scss */

  .sidebar-right > aside {
    padding-left: 0;
    padding-top: 20px;
  }

  /* line 167, resources/assets/styles/common/page-layout.scss */

  .sidebar-right.-empty-aside .-main {
    margin-bottom: 15px;
    padding-top: 10px;
  }

  /* line 171, resources/assets/styles/common/page-layout.scss */

  .sidebar-right.-empty-aside > aside {
    display: none;
  }
}

/* line 177, resources/assets/styles/common/page-layout.scss */

.back-link {
  margin-top: 40px;
  margin-bottom: 0;
}

/* line 180, resources/assets/styles/common/page-layout.scss */

.back-link a {
  text-decoration: none;
}

/* line 182, resources/assets/styles/common/page-layout.scss */

.back-link a,
.back-link a:link,
.back-link a:visited {
  color: #002845;
}

/* line 185, resources/assets/styles/common/page-layout.scss */

.back-link a:hover,
.back-link a:active {
  color: #b1d34a;
}

/* line 190, resources/assets/styles/common/page-layout.scss */

.back-link + .page-section > .sidebar-right > .-main,
.back-link + .page-section > .sidebar-right > aside {
  padding-top: 20px;
}

/* line 197, resources/assets/styles/common/page-layout.scss */

.bg-navy {
  background-color: #002845;
}

/* line 201, resources/assets/styles/common/page-layout.scss */

.spacer-100 {
  clear: both;
  width: 100%;
  height: 100px;
}

@media (max-width: 600px) {
  /* line 208, resources/assets/styles/common/page-layout.scss */

  .stack-phone {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 904, resources/assets/styles/common/mixins.scss */

  .stack-phone > * {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/* line 211, resources/assets/styles/common/page-layout.scss */

.stack-tablet {
  /* phone & tablet */
}

@media (max-width: 950px) {
  /* line 211, resources/assets/styles/common/page-layout.scss */

  .stack-tablet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 914, resources/assets/styles/common/mixins.scss */

  .stack-tablet > * {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/* line 215, resources/assets/styles/common/page-layout.scss */

.grecaptcha-badge {
  visibility: hidden;
}

/* line 3, resources/assets/styles/common/columns.scss */

.two-col,
.three-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 9, resources/assets/styles/common/columns.scss */

.two-col .-left,
.two-col .-right {
  display: inline-block;
  width: calc(50% - 30px);
}

/* line 13, resources/assets/styles/common/columns.scss */

.two-col .-col {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 18, resources/assets/styles/common/columns.scss */

.two-col.-forty-sixty .-left {
  width: calc(44% - 30px);
}

/* line 21, resources/assets/styles/common/columns.scss */

.two-col.-forty-sixty .-right {
  width: calc(56% - 30px);
}

/* line 26, resources/assets/styles/common/columns.scss */

.two-col.-sixty-forty .-left {
  width: calc(60% - 30px);
}

/* line 28, resources/assets/styles/common/columns.scss */

.two-col.-sixty-forty .-left h2 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .two-col.-sixty-forty .-left h2 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.two-col.-sixty-forty .-left h2 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .two-col.-sixty-forty .-left h2,
.text-white .two-col.-sixty-forty .-left h2 strong,
.text-white .two-col.-sixty-forty .-left h2 em,
.two-col.-sixty-forty .-left h2.text-white,
.two-col.-sixty-forty .-left h2.text-white strong,
.two-col.-sixty-forty .-left h2.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .two-col.-sixty-forty .-left h2,
.text-green .two-col.-sixty-forty .-left h2 strong,
.text-green .two-col.-sixty-forty .-left h2 em,
.two-col.-sixty-forty .-left h2.text-green,
.two-col.-sixty-forty .-left h2.text-green strong,
.two-col.-sixty-forty .-left h2.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 28, resources/assets/styles/common/columns.scss */

  .two-col.-sixty-forty .-left h2 {
    font-size: 55px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 28, resources/assets/styles/common/columns.scss */

  .two-col.-sixty-forty .-left h2 {
    font-size: 50px;
  }
}

@media (max-width: 600px) {
  /* line 28, resources/assets/styles/common/columns.scss */

  .two-col.-sixty-forty .-left h2 {
    font-size: 34px;
  }
}

/* line 32, resources/assets/styles/common/columns.scss */

.two-col.-sixty-forty .-right {
  width: calc(40% - 30px);
}

/* line 34, resources/assets/styles/common/columns.scss */

.two-col.-sixty-forty .-right p {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 19px;
  line-height: 1.8;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .two-col.-sixty-forty .-right p,
.two-col.-sixty-forty .-right p.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .two-col.-sixty-forty .-right p,
.two-col.-sixty-forty .-right p.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 34, resources/assets/styles/common/columns.scss */

  .two-col.-sixty-forty .-right p {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 34, resources/assets/styles/common/columns.scss */

  .two-col.-sixty-forty .-right p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  /* line 34, resources/assets/styles/common/columns.scss */

  .two-col.-sixty-forty .-right p {
    font-size: 18px;
  }
}

/* line 37, resources/assets/styles/common/columns.scss */

.two-col.-sixty-forty .-right h3 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 30px;
  line-height: 1.2;
  text-decoration: none;
  color: #e1711d;
  margin-bottom: 16px;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .two-col.-sixty-forty .-right h3 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.two-col.-sixty-forty .-right h3 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .two-col.-sixty-forty .-right h3,
.text-white .two-col.-sixty-forty .-right h3 strong,
.text-white .two-col.-sixty-forty .-right h3 em,
.two-col.-sixty-forty .-right h3.text-white,
.two-col.-sixty-forty .-right h3.text-white strong,
.two-col.-sixty-forty .-right h3.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .two-col.-sixty-forty .-right h3,
.text-green .two-col.-sixty-forty .-right h3 strong,
.text-green .two-col.-sixty-forty .-right h3 em,
.two-col.-sixty-forty .-right h3.text-green,
.two-col.-sixty-forty .-right h3.text-green strong,
.two-col.-sixty-forty .-right h3.text-green em {
  color: #b1d34a;
}

/* line 253, resources/assets/styles/common/mixins.scss */

.two-col.-sixty-forty .-right h3 a {
  text-decoration: none;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 37, resources/assets/styles/common/columns.scss */

  .two-col.-sixty-forty .-right h3 {
    font-size: 28px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 37, resources/assets/styles/common/columns.scss */

  .two-col.-sixty-forty .-right h3 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  /* line 37, resources/assets/styles/common/columns.scss */

  .two-col.-sixty-forty .-right h3 {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  /* line 8, resources/assets/styles/common/columns.scss */

  .two-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 47, resources/assets/styles/common/columns.scss */

  .two-col .-left,
  .two-col .-right,
  .two-col .-col,
  .two-col.-forty-sixty .-left,
  .two-col.-forty-sixty .-right,
  .two-col.-forty-sixty .-col,
  .two-col.-sixty-forty .-left,
  .two-col.-sixty-forty .-right,
  .two-col.-sixty-forty .-col {
    width: 100%;
  }

  /* line 51, resources/assets/styles/common/columns.scss */

  .two-col .-left :last-child,
  .two-col.-forty-sixty .-left :last-child,
  .two-col.-sixty-forty .-left :last-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 59, resources/assets/styles/common/columns.scss */

  .two-col .-left,
  .two-col .-right,
  .two-col.-forty-sixty .-left,
  .two-col.-forty-sixty .-right,
  .two-col.-sixty-forty .-left,
  .two-col.-sixty-forty .-right {
    width: calc(50% - 20px);
  }

  /* line 62, resources/assets/styles/common/columns.scss */

  .two-col .-col,
  .two-col.-forty-sixty .-col,
  .two-col.-sixty-forty .-col {
    width: 50%;
  }
}

/* line 74, resources/assets/styles/common/columns.scss */

.three-col .-col-1,
.three-col .-col-2,
.three-col .-col-3 {
  display: inline-block;
  width: calc(33.33% - 30px);
}

/* line 77, resources/assets/styles/common/columns.scss */

body.contact-us .three-col .-col-1,
body.contact-us .three-col .-col-2,
body.contact-us .three-col .-col-3 {
  text-align: center;
}

/* line 79, resources/assets/styles/common/columns.scss */

body.contact-us .three-col .-col-1 h2,
body.contact-us .three-col .-col-2 h2,
body.contact-us .three-col .-col-3 h2 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 30px;
  line-height: 1.2;
  text-decoration: none;
  margin-bottom: 0;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main body.contact-us .three-col .-col-1 h2 a,
body.specificity-hack main.main body.contact-us .three-col .-col-2 h2 a,
body.specificity-hack main.main body.contact-us .three-col .-col-3 h2 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

body.contact-us .three-col .-col-1 h2 strong,
body.contact-us .three-col .-col-2 h2 strong,
body.contact-us .three-col .-col-3 h2 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white body.contact-us .three-col .-col-1 h2,
.text-white body.contact-us .three-col .-col-1 h2 strong,
.text-white body.contact-us .three-col .-col-1 h2 em,
body.contact-us .three-col .-col-1 h2.text-white,
body.contact-us .three-col .-col-1 h2.text-white strong,
body.contact-us .three-col .-col-1 h2.text-white em,
.text-white body.contact-us .three-col .-col-2 h2,
.text-white body.contact-us .three-col .-col-2 h2 strong,
.text-white body.contact-us .three-col .-col-2 h2 em,
body.contact-us .three-col .-col-2 h2.text-white,
body.contact-us .three-col .-col-2 h2.text-white strong,
body.contact-us .three-col .-col-2 h2.text-white em,
.text-white body.contact-us .three-col .-col-3 h2,
.text-white body.contact-us .three-col .-col-3 h2 strong,
.text-white body.contact-us .three-col .-col-3 h2 em,
body.contact-us .three-col .-col-3 h2.text-white,
body.contact-us .three-col .-col-3 h2.text-white strong,
body.contact-us .three-col .-col-3 h2.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green body.contact-us .three-col .-col-1 h2,
.text-green body.contact-us .three-col .-col-1 h2 strong,
.text-green body.contact-us .three-col .-col-1 h2 em,
body.contact-us .three-col .-col-1 h2.text-green,
body.contact-us .three-col .-col-1 h2.text-green strong,
body.contact-us .three-col .-col-1 h2.text-green em,
.text-green body.contact-us .three-col .-col-2 h2,
.text-green body.contact-us .three-col .-col-2 h2 strong,
.text-green body.contact-us .three-col .-col-2 h2 em,
body.contact-us .three-col .-col-2 h2.text-green,
body.contact-us .three-col .-col-2 h2.text-green strong,
body.contact-us .three-col .-col-2 h2.text-green em,
.text-green body.contact-us .three-col .-col-3 h2,
.text-green body.contact-us .three-col .-col-3 h2 strong,
.text-green body.contact-us .three-col .-col-3 h2 em,
body.contact-us .three-col .-col-3 h2.text-green,
body.contact-us .three-col .-col-3 h2.text-green strong,
body.contact-us .three-col .-col-3 h2.text-green em {
  color: #b1d34a;
}

/* line 253, resources/assets/styles/common/mixins.scss */

body.contact-us .three-col .-col-1 h2 a,
body.contact-us .three-col .-col-2 h2 a,
body.contact-us .three-col .-col-3 h2 a {
  text-decoration: none;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 79, resources/assets/styles/common/columns.scss */

  body.contact-us .three-col .-col-1 h2,
  body.contact-us .three-col .-col-2 h2,
  body.contact-us .three-col .-col-3 h2 {
    font-size: 28px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 79, resources/assets/styles/common/columns.scss */

  body.contact-us .three-col .-col-1 h2,
  body.contact-us .three-col .-col-2 h2,
  body.contact-us .three-col .-col-3 h2 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  /* line 79, resources/assets/styles/common/columns.scss */

  body.contact-us .three-col .-col-1 h2,
  body.contact-us .three-col .-col-2 h2,
  body.contact-us .three-col .-col-3 h2 {
    font-size: 25px;
  }
}

/* line 84, resources/assets/styles/common/columns.scss */

.three-col .-col-1 .-img,
.three-col .-col-1 > :first-child,
.three-col .-col-2 .-img,
.three-col .-col-2 > :first-child,
.three-col .-col-3 .-img,
.three-col .-col-3 > :first-child {
  margin-bottom: 25px;
}

/* line 86, resources/assets/styles/common/columns.scss */

.three-col .-col-1 .-img img,
.three-col .-col-1 > :first-child img,
.three-col .-col-2 .-img img,
.three-col .-col-2 > :first-child img,
.three-col .-col-3 .-img img,
.three-col .-col-3 > :first-child img {
  max-width: 260px;
  width: 100%;
}

/* line 93, resources/assets/styles/common/columns.scss */

.three-col .-col-1 > p:first-child,
.three-col .-col-2 > p:first-child,
.three-col .-col-3 > p:first-child {
  display: none;
}

/* line 99, resources/assets/styles/common/columns.scss */

.-mobile-layout-vertical-img-full-width .three-col .-col-1 img,
.-mobile-layout-vertical-img-full-width .three-col .-col-2 img,
.-mobile-layout-vertical-img-full-width .three-col .-col-3 img {
  max-width: none;
}

@media (max-width: 600px) {
  /* line 73, resources/assets/styles/common/columns.scss */

  .three-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 106, resources/assets/styles/common/columns.scss */

  .three-col .-col-1,
  .three-col .-col-2,
  .three-col .-col-3 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: calc(40px + 4vw);
  }

  /* line 112, resources/assets/styles/common/columns.scss */

  .three-col .-col-1:last-child,
  .three-col .-col-2:last-child,
  .three-col .-col-3:last-child {
    padding-bottom: 0;
  }

  /* line 156, resources/assets/styles/common/columns.scss */

  .-mobile-layout-vertical .three-col .-col-1,
  .-mobile-layout-vertical .three-col .-col-2,
  .-mobile-layout-vertical .three-col .-col-3,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6vw 0 3vw;
  }

  /* line 159, resources/assets/styles/common/columns.scss */

  .-mobile-layout-vertical .three-col .-col-1 .-img,
  .-mobile-layout-vertical .three-col .-col-1 > :first-child,
  .-mobile-layout-vertical .three-col .-col-2 .-img,
  .-mobile-layout-vertical .three-col .-col-2 > :first-child,
  .-mobile-layout-vertical .three-col .-col-3 .-img,
  .-mobile-layout-vertical .three-col .-col-3 > :first-child,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 .-img,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 > :first-child,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 .-img,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 > :first-child,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 .-img,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 > :first-child {
    margin-right: 0;
    width: calc(15vw + 120px);
  }

  /* line 162, resources/assets/styles/common/columns.scss */

  .-mobile-layout-vertical .three-col .-col-1 .-img img,
  .-mobile-layout-vertical .three-col .-col-1 > :first-child img,
  .-mobile-layout-vertical .three-col .-col-2 .-img img,
  .-mobile-layout-vertical .three-col .-col-2 > :first-child img,
  .-mobile-layout-vertical .three-col .-col-3 .-img img,
  .-mobile-layout-vertical .three-col .-col-3 > :first-child img,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 .-img img,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 > :first-child img,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 .-img img,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 > :first-child img,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 .-img img,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 > :first-child img {
    max-width: none;
  }

  /* line 166, resources/assets/styles/common/columns.scss */

  .-mobile-layout-vertical .three-col .-col-1 .underline-icon,
  .-mobile-layout-vertical .three-col .-col-2 .underline-icon,
  .-mobile-layout-vertical .three-col .-col-3 .underline-icon,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 .underline-icon,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 .underline-icon,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 .underline-icon {
    margin-right: auto;
    margin-bottom: 30px;
  }

  /* line 171, resources/assets/styles/common/columns.scss */

  .-mobile-layout-vertical .three-col .-col-1 .-caption h2,
  .-mobile-layout-vertical .three-col .-col-1 .-caption h3,
  .-mobile-layout-vertical .three-col .-col-1 .-caption h4,
  .-mobile-layout-vertical .three-col .-col-1 .-caption h5,
  .-mobile-layout-vertical .three-col .-col-1 .-caption p,
  .-mobile-layout-vertical .three-col .-col-1 > :not(:first-child) h2,
  .-mobile-layout-vertical .three-col .-col-1 > :not(:first-child) h3,
  .-mobile-layout-vertical .three-col .-col-1 > :not(:first-child) h4,
  .-mobile-layout-vertical .three-col .-col-1 > :not(:first-child) h5,
  .-mobile-layout-vertical .three-col .-col-1 > :not(:first-child) p,
  .-mobile-layout-vertical .three-col .-col-2 .-caption h2,
  .-mobile-layout-vertical .three-col .-col-2 .-caption h3,
  .-mobile-layout-vertical .three-col .-col-2 .-caption h4,
  .-mobile-layout-vertical .three-col .-col-2 .-caption h5,
  .-mobile-layout-vertical .three-col .-col-2 .-caption p,
  .-mobile-layout-vertical .three-col .-col-2 > :not(:first-child) h2,
  .-mobile-layout-vertical .three-col .-col-2 > :not(:first-child) h3,
  .-mobile-layout-vertical .three-col .-col-2 > :not(:first-child) h4,
  .-mobile-layout-vertical .three-col .-col-2 > :not(:first-child) h5,
  .-mobile-layout-vertical .three-col .-col-2 > :not(:first-child) p,
  .-mobile-layout-vertical .three-col .-col-3 .-caption h2,
  .-mobile-layout-vertical .three-col .-col-3 .-caption h3,
  .-mobile-layout-vertical .three-col .-col-3 .-caption h4,
  .-mobile-layout-vertical .three-col .-col-3 .-caption h5,
  .-mobile-layout-vertical .three-col .-col-3 .-caption p,
  .-mobile-layout-vertical .three-col .-col-3 > :not(:first-child) h2,
  .-mobile-layout-vertical .three-col .-col-3 > :not(:first-child) h3,
  .-mobile-layout-vertical .three-col .-col-3 > :not(:first-child) h4,
  .-mobile-layout-vertical .three-col .-col-3 > :not(:first-child) h5,
  .-mobile-layout-vertical .three-col .-col-3 > :not(:first-child) p,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 .-caption h2,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 .-caption h3,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 .-caption h4,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 .-caption h5,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 .-caption p,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 > :not(:first-child) h2,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 > :not(:first-child) h3,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 > :not(:first-child) h4,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 > :not(:first-child) h5,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 > :not(:first-child) p,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 .-caption h2,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 .-caption h3,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 .-caption h4,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 .-caption h5,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 .-caption p,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 > :not(:first-child) h2,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 > :not(:first-child) h3,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 > :not(:first-child) h4,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 > :not(:first-child) h5,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 > :not(:first-child) p,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 .-caption h2,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 .-caption h3,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 .-caption h4,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 .-caption h5,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 .-caption p,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 > :not(:first-child) h2,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 > :not(:first-child) h3,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 > :not(:first-child) h4,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 > :not(:first-child) h5,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 > :not(:first-child) p {
    text-align: center !important;
  }

  /* line 183, resources/assets/styles/common/columns.scss */

  .-mobile-layout-vertical-img-full-width .three-col .-col-1 .-img,
  .-mobile-layout-vertical-img-full-width .three-col .-col-1 > :first-child,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 .-img,
  .-mobile-layout-vertical-img-full-width .three-col .-col-2 > :first-child,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 .-img,
  .-mobile-layout-vertical-img-full-width .three-col .-col-3 > :first-child {
    width: 100%;
    padding-bottom: 15px;
  }
}

/* line 205, resources/assets/styles/common/columns.scss */

.accessibility-box {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
}

/* line 209, resources/assets/styles/common/columns.scss */

.accessibility-box .accessibility-title {
  background-color: #002845;
  padding: 7px 0 4px;
}

/* line 212, resources/assets/styles/common/columns.scss */

.accessibility-box .accessibility-title h3 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 23px;
  line-height: 1.2;
  color: #575a5d;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.accessibility-box .accessibility-title h3 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .accessibility-box .accessibility-title h3,
.text-white .accessibility-box .accessibility-title h3 strong,
.text-white .accessibility-box .accessibility-title h3 em,
.accessibility-box .accessibility-title h3.text-white,
.accessibility-box .accessibility-title h3.text-white strong,
.accessibility-box .accessibility-title h3.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .accessibility-box .accessibility-title h3,
.text-green .accessibility-box .accessibility-title h3 strong,
.text-green .accessibility-box .accessibility-title h3 em,
.accessibility-box .accessibility-title h3.text-green,
.accessibility-box .accessibility-title h3.text-green strong,
.accessibility-box .accessibility-title h3.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 212, resources/assets/styles/common/columns.scss */

  .accessibility-box .accessibility-title h3 {
    font-size: 22px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 212, resources/assets/styles/common/columns.scss */

  .accessibility-box .accessibility-title h3 {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  /* line 212, resources/assets/styles/common/columns.scss */

  .accessibility-box .accessibility-title h3 {
    font-size: 20px;
  }
}

/* line 218, resources/assets/styles/common/columns.scss */

.accessibility-box .accessibility-title p {
  display: none;
}

/* line 220, resources/assets/styles/common/columns.scss */

.accessibility-box .accessibility-content {
  background-color: #f8f8f8;
}

/* line 222, resources/assets/styles/common/columns.scss */

.accessibility-box .accessibility-content ul {
  text-align: left;
  margin: 0;
  padding: 10px;
}

/* line 8, resources/assets/styles/common/pages/jobs.scss */

.job-results .sidebar-right .-main {
  padding: 70px 40px 70px 0;
}

/* line 10, resources/assets/styles/common/pages/jobs.scss */

.job-results .sidebar-right .-main .-summary-and-sort {
  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;
  padding-bottom: 10px;
}

/* line 14, resources/assets/styles/common/pages/jobs.scss */

.job-results .sidebar-right .-main .-summary-and-sort .-summary {
  display: inline-block;
}

/* line 17, resources/assets/styles/common/pages/jobs.scss */

.job-results .sidebar-right .-main .-summary-and-sort .-sort {
  display: inline-block;
}

/* line 23, resources/assets/styles/common/pages/jobs.scss */

.job-results .sidebar-right .-main .paginate .job-landscape {
  margin-bottom: 18px;
}

/* line 29, resources/assets/styles/common/pages/jobs.scss */

.job-results .sidebar-right aside .-sort-and-submit-mobile {
  display: none;
}

/* line 32, resources/assets/styles/common/pages/jobs.scss */

.job-results .sidebar-right aside .widgets {
  margin-top: 40px;
}

@media (max-width: 900px) {
  /* line 39, resources/assets/styles/common/pages/jobs.scss */

  .job-results .sidebar-right .-main {
    padding: 40px 0 20px;
  }

  /* line 44, resources/assets/styles/common/pages/jobs.scss */

  .job-results .sidebar-right .-main .-summary-and-sort .-sort {
    display: none;
  }

  /* line 49, resources/assets/styles/common/pages/jobs.scss */

  .job-results .sidebar-right [data-hide-to-reveal-mobile] {
    display: none;
    position: fixed;
    top: 89px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    overflow-y: scroll;
    z-index: 50;
    margin-bottom: 0;
    padding-top: 50px;
  }

  /* line 62, resources/assets/styles/common/pages/jobs.scss */

  .job-results .sidebar-right [data-hide-to-reveal-mobile].-opaque {
    opacity: 1;
  }

  /* line 65, resources/assets/styles/common/pages/jobs.scss */

  .job-results .sidebar-right [data-hide-to-reveal-mobile].-display {
    display: block;
  }

  /* line 68, resources/assets/styles/common/pages/jobs.scss */

  .job-results .sidebar-right [data-hide-to-reveal-mobile] .-sort-and-submit-mobile {
    display: block;
    padding: 30px 0;
  }

  /* line 72, resources/assets/styles/common/pages/jobs.scss */

  .job-results .sidebar-right [data-hide-to-reveal-mobile] .-sort-and-submit-mobile .-sort select {
    color: #002845;
  }

  /* line 76, resources/assets/styles/common/pages/jobs.scss */

  .job-results .sidebar-right [data-hide-to-reveal-mobile] .-sort-and-submit-mobile [type='submit'] {
    width: 100%;
    margin-top: 15px;
    height: 46px;
  }

  /* line 82, resources/assets/styles/common/pages/jobs.scss */

  .job-results .sidebar-right [data-hide-to-reveal-mobile] .filter-group + [type='submit'] {
    display: none;
  }

  /* line 85, resources/assets/styles/common/pages/jobs.scss */

  .job-results .sidebar-right [data-hide-to-reveal-mobile] .widgets {
    margin-top: 40px;
  }
}

/* line 95, resources/assets/styles/common/pages/jobs.scss */

.filter-group {
  margin-bottom: 15px;
}

/* line 98, resources/assets/styles/common/pages/jobs.scss */

.filter-group .-heading h4 {
  color: #b1d34a;
  font-weight: 300;
}

/* line 103, resources/assets/styles/common/pages/jobs.scss */

.filter-group h5 {
  color: #b1d34a;
  font-weight: 300;
  font-size: 14px;
  margin-top: 8px;
}

/* line 109, resources/assets/styles/common/pages/jobs.scss */

.filter-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 111, resources/assets/styles/common/pages/jobs.scss */

.filter-group label .-left {
  display: inline-block;
}

@media (max-width: 900px) {
  /* line 95, resources/assets/styles/common/pages/jobs.scss */

  .filter-group {
    margin-bottom: 28px;
  }

  /* line 118, resources/assets/styles/common/pages/jobs.scss */

  .filter-group .-heading h4 {
    margin-bottom: 5px;
  }

  /* line 123, resources/assets/styles/common/pages/jobs.scss */

  .filter-group .-fields label {
    padding: 2px 0;
    margin: 5px 0;
  }
}

@media (min-width: 901px) {
  /* line 150, resources/assets/styles/common/pages/jobs.scss */

  .filter-reveal-button {
    display: none;
  }
}

@media (max-width: 900px) {
  /* line 150, resources/assets/styles/common/pages/jobs.scss */

  .filter-reveal-button {
    position: fixed;
    top: 98px;
    right: 12px;
    z-index: 55;
  }

  /* line 159, resources/assets/styles/common/pages/jobs.scss */

  .filter-reveal-button span {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* line 167, resources/assets/styles/common/pages/jobs.scss */

.job-landscape {
  border: 2px solid #b1d34a;
  padding: 18px;
}

/* line 171, resources/assets/styles/common/pages/jobs.scss */

.job-landscape .-left h2 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 33px;
  line-height: 1.2;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .job-landscape .-left h2 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.job-landscape .-left h2 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .job-landscape .-left h2,
.text-white .job-landscape .-left h2 strong,
.text-white .job-landscape .-left h2 em,
.job-landscape .-left h2.text-white,
.job-landscape .-left h2.text-white strong,
.job-landscape .-left h2.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .job-landscape .-left h2,
.text-green .job-landscape .-left h2 strong,
.text-green .job-landscape .-left h2 em,
.job-landscape .-left h2.text-green,
.job-landscape .-left h2.text-green strong,
.job-landscape .-left h2.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 171, resources/assets/styles/common/pages/jobs.scss */

  .job-landscape .-left h2 {
    font-size: 30px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 171, resources/assets/styles/common/pages/jobs.scss */

  .job-landscape .-left h2 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  /* line 171, resources/assets/styles/common/pages/jobs.scss */

  .job-landscape .-left h2 {
    font-size: 26px;
  }
}

/* line 174, resources/assets/styles/common/pages/jobs.scss */

.job-landscape .-left .-basic-info {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 19px;
  line-height: 1.2;
  color: #575a5d;
  padding: 5px 0 10px;
  color: #737373;
  margin-bottom: 0;
  font-weight: 400;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.job-landscape .-left .-basic-info strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .job-landscape .-left .-basic-info,
.text-white .job-landscape .-left .-basic-info strong,
.text-white .job-landscape .-left .-basic-info em,
.job-landscape .-left .-basic-info.text-white,
.job-landscape .-left .-basic-info.text-white strong,
.job-landscape .-left .-basic-info.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .job-landscape .-left .-basic-info,
.text-green .job-landscape .-left .-basic-info strong,
.text-green .job-landscape .-left .-basic-info em,
.job-landscape .-left .-basic-info.text-green,
.job-landscape .-left .-basic-info.text-green strong,
.job-landscape .-left .-basic-info.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 174, resources/assets/styles/common/pages/jobs.scss */

  .job-landscape .-left .-basic-info {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 174, resources/assets/styles/common/pages/jobs.scss */

  .job-landscape .-left .-basic-info {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  /* line 174, resources/assets/styles/common/pages/jobs.scss */

  .job-landscape .-left .-basic-info {
    font-size: 16px;
  }
}

/* line 206, resources/assets/styles/common/pages/jobs.scss */

.job-page {
  padding-bottom: 80px;
}

/* line 210, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box {
  border: 1px solid #002845;
}

/* line 212, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-logo-head {
  background-color: #002845;
  padding: 16px 17px 11px;
}

/* line 224, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-logo-head .-title {
  color: #fff;
  margin: 0;
}

/* line 229, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body {
  padding: 22px 24px;
}

/* line 231, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body > h1 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 50px;
  line-height: 1.1;
  margin: 0 0 2px;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .job-page .sidebar-right .-main .-box .-body > h1 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.job-page .sidebar-right .-main .-box .-body > h1 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .job-page .sidebar-right .-main .-box .-body > h1,
.text-white .job-page .sidebar-right .-main .-box .-body > h1 strong,
.text-white .job-page .sidebar-right .-main .-box .-body > h1 em,
.job-page .sidebar-right .-main .-box .-body > h1.text-white,
.job-page .sidebar-right .-main .-box .-body > h1.text-white strong,
.job-page .sidebar-right .-main .-box .-body > h1.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .job-page .sidebar-right .-main .-box .-body > h1,
.text-green .job-page .sidebar-right .-main .-box .-body > h1 strong,
.text-green .job-page .sidebar-right .-main .-box .-body > h1 em,
.job-page .sidebar-right .-main .-box .-body > h1.text-green,
.job-page .sidebar-right .-main .-box .-body > h1.text-green strong,
.job-page .sidebar-right .-main .-box .-body > h1.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 231, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body > h1 {
    font-size: 46px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 231, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body > h1 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  /* line 231, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body > h1 {
    font-size: 30px;
  }
}

/* line 235, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body > h2.-subtitle {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 23px;
  line-height: 1.2;
  color: #575a5d;
  margin: 15px 0 4px;
  color: #002845;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.job-page .sidebar-right .-main .-box .-body > h2.-subtitle strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .job-page .sidebar-right .-main .-box .-body > h2.-subtitle,
.text-white .job-page .sidebar-right .-main .-box .-body > h2.-subtitle strong,
.text-white .job-page .sidebar-right .-main .-box .-body > h2.-subtitle em,
.job-page .sidebar-right .-main .-box .-body > h2.-subtitle.text-white,
.job-page .sidebar-right .-main .-box .-body > h2.-subtitle.text-white strong,
.job-page .sidebar-right .-main .-box .-body > h2.-subtitle.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .job-page .sidebar-right .-main .-box .-body > h2.-subtitle,
.text-green .job-page .sidebar-right .-main .-box .-body > h2.-subtitle strong,
.text-green .job-page .sidebar-right .-main .-box .-body > h2.-subtitle em,
.job-page .sidebar-right .-main .-box .-body > h2.-subtitle.text-green,
.job-page .sidebar-right .-main .-box .-body > h2.-subtitle.text-green strong,
.job-page .sidebar-right .-main .-box .-body > h2.-subtitle.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 235, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body > h2.-subtitle {
    font-size: 22px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 235, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body > h2.-subtitle {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  /* line 235, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body > h2.-subtitle {
    font-size: 20px;
  }
}

/* line 240, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body .-fields {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 19px;
  line-height: 1.2;
  color: #575a5d;
  padding: 12px 0;
  margin: 0;
  line-height: 1.4;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.job-page .sidebar-right .-main .-box .-body .-fields strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .job-page .sidebar-right .-main .-box .-body .-fields,
.text-white .job-page .sidebar-right .-main .-box .-body .-fields strong,
.text-white .job-page .sidebar-right .-main .-box .-body .-fields em,
.job-page .sidebar-right .-main .-box .-body .-fields.text-white,
.job-page .sidebar-right .-main .-box .-body .-fields.text-white strong,
.job-page .sidebar-right .-main .-box .-body .-fields.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .job-page .sidebar-right .-main .-box .-body .-fields,
.text-green .job-page .sidebar-right .-main .-box .-body .-fields strong,
.text-green .job-page .sidebar-right .-main .-box .-body .-fields em,
.job-page .sidebar-right .-main .-box .-body .-fields.text-green,
.job-page .sidebar-right .-main .-box .-body .-fields.text-green strong,
.job-page .sidebar-right .-main .-box .-body .-fields.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 240, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body .-fields {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 240, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body .-fields {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  /* line 240, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body .-fields {
    font-size: 16px;
  }
}

/* line 245, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body .-fields span.-label {
  font-weight: 600;
}

/* line 248, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body .-fields span:not(.-label) {
  font-weight: 400;
}

/* line 252, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body .-footer {
  margin-top: 15px;
}

/* line 254, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body .-footer hr {
  border: none;
  border-bottom: 1px solid #b1d34a;
  margin-bottom: 30px;
}

/* line 260, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form {
  padding-top: 10px;
}

/* line 262, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

/* line 265, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field > span:first-child {
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 269, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field > div:last-child {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 272, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field > div:last-child textarea {
  height: 100px;
}

/* line 276, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field.-resume-upload {
  margin: 16px 0;
}

/* line 278, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field.-resume-upload + .-resume-upload {
  margin-bottom: 26px;
}

/* line 282, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field.-cb {
  background-color: transparent;
}

/* line 284, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field.-cb input {
  background-color: transparent;
}

/* line 287, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field.-cb > span {
  padding-left: 5px;
}

/* line 289, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field.-cb > span a {
  margin-left: 8px;
}

/* line 294, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field.-salary {
  padding-left: 220px;
}

/* line 296, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field.-salary .-col {
  width: 25%;
  margin-right: 10px;
}

/* line 299, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field.-salary .-col:first-child {
  width: calc(50% - 20px);
}

/* line 302, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-field.-salary .-col:last-child {
  margin-right: 0;
}

/* line 308, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-space {
  height: 5px;
}

/* line 311, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-button-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 8px;
}

/* line 314, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-box .-body form .-button-line button {
  margin-right: 20px;
}

/* line 321, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 0;
}

/* line 325, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-actions .button,
.job-page .sidebar-right .-main .-actions .seek-a {
  display: inline-block;
  margin-right: 18px;
}

/* line 329, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-actions h5 {
  display: inline-block;
  margin: 3px 0 0;
}

/* line 332, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right .-main .-actions h5 a {
  text-decoration: none;
}

/* line 339, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right > aside > .button {
  width: 230px;
}

/* line 342, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right > aside .-actions {
  padding-top: 26px;
}

/* line 344, resources/assets/styles/common/pages/jobs.scss */

.job-page .sidebar-right > aside .-actions .-seek-height {
  margin-bottom: 10px;
  width: 230px;
}

@media (max-width: 900px) {
  /* line 354, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 356, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-actions .-seek-height {
    margin-bottom: 10px;
    width: 230px;
  }

  /* line 363, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right aside .-actions {
    display: none;
  }
}

@media (max-width: 600px) {
  /* line 371, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main {
    padding-top: 20px;
  }

  /* line 375, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-logo-head .-logo {
    width: 100%;
  }

  /* line 381, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body form .-field {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 383, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body form .-field > span:first-child {
    width: 100%;
  }

  /* line 385, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body form .-field > span:first-child br {
    display: none;
  }

  /* line 389, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body form .-field.-cb {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 393, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body form .-field.-cb > span {
    padding-left: 15px;
  }

  /* line 400, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body form .-button-line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 403, resources/assets/styles/common/pages/jobs.scss */

  .job-page .sidebar-right .-main .-box .-body form .-button-line button {
    margin: 0 0 15px;
    width: 230px;
  }
}

/* line 428, resources/assets/styles/common/pages/jobs.scss */

.sidebar-jobs {
  margin-top: 30px;
}

/* line 430, resources/assets/styles/common/pages/jobs.scss */

.sidebar-jobs h3 {
  background-color: transparent;
}

/* line 433, resources/assets/styles/common/pages/jobs.scss */

.sidebar-jobs .-jobs {
  background-color: transparent;
}

/* line 435, resources/assets/styles/common/pages/jobs.scss */

.sidebar-jobs .-jobs .-job {
  display: block;
  border-left: 2px solid #555;
  padding-left: 14px;
  margin: 22px 0;
  text-decoration: none;
}

/* line 441, resources/assets/styles/common/pages/jobs.scss */

.sidebar-jobs .-jobs .-job h5 {
  margin-bottom: 2px;
}

/* line 444, resources/assets/styles/common/pages/jobs.scss */

.sidebar-jobs .-jobs .-job p {
  margin-bottom: 2px;
  padding-top: 2px;
}

/* line 455, resources/assets/styles/common/pages/jobs.scss */

.thankyou-page .center-frame {
  padding: calc(50vh - 100px) 0;
  text-align: center;
}

@media (max-width: 600px) {
  /* line 460, resources/assets/styles/common/pages/jobs.scss */

  .thankyou-page .center-frame {
    padding: 50px 0;
  }
}

/* line 466, resources/assets/styles/common/pages/jobs.scss */

.seek-a {
  height: 45px;
}

/* line 468, resources/assets/styles/common/pages/jobs.scss */

.seek-a:focus,
.seek-a:focus-within {
  outline: 1px solid #002845;
}

/* line 3, resources/assets/styles/common/pages/blog.scss */

.center-frame.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 5, resources/assets/styles/common/pages/blog.scss */

.center-frame.-flex .-pos-col {
  width: 45%;
  display: inline-block;
}

@media (max-width: 600px) {
  /* line 5, resources/assets/styles/common/pages/blog.scss */

  .center-frame.-flex .-pos-col {
    width: 100%;
  }
}

/* line 12, resources/assets/styles/common/pages/blog.scss */

.-textpos-left .center-frame.-flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 15, resources/assets/styles/common/pages/blog.scss */

.-textpos-right .center-frame.-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 18, resources/assets/styles/common/pages/blog.scss */

.-textpos-center .center-frame.-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/* line 24, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget {
  text-align: center;
  padding: 80px 0;
}

/* line 27, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-search-field {
  max-width: 550px;
  margin: 45px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 31, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-search-field .-inp {
  display: inline-block;
  width: calc(100% - 200px);
  margin-right: 25px;
  position: relative;
}

@media (max-width: 600px) {
  /* line 31, resources/assets/styles/common/pages/blog.scss */

  .blog-search-widget .-search-field .-inp {
    width: 100%;
    margin-right: 0;
  }
}

/* line 40, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-search-field .-inp input {
  height: 41px;
}

/* line 43, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-search-field .-inp .-x {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 18px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  cursor: pointer;
}

/* line 51, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-search-field .-inp .-x.-show {
  opacity: 0.6;
}

/* line 53, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-search-field .-inp .-x.-show:hover {
  opacity: 1;
}

/* line 59, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-search-field button {
  width: 180px;
}

/* line 63, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-categories {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 67, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-categories .-cat {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 74, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-categories .-cat:last-child {
  margin-right: 0;
}

/* line 77, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-categories .-cat .-box {
  text-decoration: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #b1d34a;
  background-color: #f1fafd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

/* line 86, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-categories .-cat .-box .-icon {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 35px;
  height: 100px;
}

/* line 94, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-categories .-cat .-box .-title {
  border-top: 1px solid #0087c8;
  padding: 20px 0 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 100, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-categories .-cat .-box .-title h5 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 30px;
  line-height: 1.2;
  text-decoration: none;
  margin-bottom: 0;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .blog-search-widget .-categories .-cat .-box .-title h5 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.blog-search-widget .-categories .-cat .-box .-title h5 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .blog-search-widget .-categories .-cat .-box .-title h5,
.text-white .blog-search-widget .-categories .-cat .-box .-title h5 strong,
.text-white .blog-search-widget .-categories .-cat .-box .-title h5 em,
.blog-search-widget .-categories .-cat .-box .-title h5.text-white,
.blog-search-widget .-categories .-cat .-box .-title h5.text-white strong,
.blog-search-widget .-categories .-cat .-box .-title h5.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .blog-search-widget .-categories .-cat .-box .-title h5,
.text-green .blog-search-widget .-categories .-cat .-box .-title h5 strong,
.text-green .blog-search-widget .-categories .-cat .-box .-title h5 em,
.blog-search-widget .-categories .-cat .-box .-title h5.text-green,
.blog-search-widget .-categories .-cat .-box .-title h5.text-green strong,
.blog-search-widget .-categories .-cat .-box .-title h5.text-green em {
  color: #b1d34a;
}

/* line 253, resources/assets/styles/common/mixins.scss */

.blog-search-widget .-categories .-cat .-box .-title h5 a {
  text-decoration: none;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 100, resources/assets/styles/common/pages/blog.scss */

  .blog-search-widget .-categories .-cat .-box .-title h5 {
    font-size: 28px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 100, resources/assets/styles/common/pages/blog.scss */

  .blog-search-widget .-categories .-cat .-box .-title h5 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  /* line 100, resources/assets/styles/common/pages/blog.scss */

  .blog-search-widget .-categories .-cat .-box .-title h5 {
    font-size: 25px;
  }
}

/* line 106, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-categories .-cat .btn-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 112, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-categories .-cat .intro {
  margin: 25px 0 15px;
  text-align: left;
}

/* line 115, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-categories .-cat .intro > :last-child {
  margin-bottom: 0;
}

/* line 119, resources/assets/styles/common/pages/blog.scss */

.blog-search-widget .-categories .-cat .button:not(.menu-item).-long {
  margin: 0;
}

@media (max-width: 600px) {
  /* line 125, resources/assets/styles/common/pages/blog.scss */

  .blog-search-widget .-search-field {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }

  /* line 128, resources/assets/styles/common/pages/blog.scss */

  .blog-search-widget .-search-field input {
    width: 100%;
    margin: 0 0 10px;
  }

  /* line 132, resources/assets/styles/common/pages/blog.scss */

  .blog-search-widget .-search-field button {
    width: 100%;
  }

  /* line 136, resources/assets/styles/common/pages/blog.scss */

  .blog-search-widget .-categories {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 138, resources/assets/styles/common/pages/blog.scss */

  .blog-search-widget .-categories .-cat {
    width: calc(50% - 10px);
    margin: 0 20px 15px 0;
  }

  /* line 141, resources/assets/styles/common/pages/blog.scss */

  .blog-search-widget .-categories .-cat:nth-child(2n) {
    margin-right: 0;
  }
}

/* line 159, resources/assets/styles/common/pages/blog.scss */

.hentry {
  margin: 60px 0;
}

/* line 162, resources/assets/styles/common/pages/blog.scss */

.-blog-article {
  padding-bottom: 60px;
}

/* line 165, resources/assets/styles/common/pages/blog.scss */

.-blog-article .entry-content h2 {
  color: #1273a5;
}

/* line 170, resources/assets/styles/common/pages/blog.scss */

.-blog-article .entry-content h4 {
  color: #e1711d;
  font-weight: 600;
}

/* line 174, resources/assets/styles/common/pages/blog.scss */

.-blog-article .entry-content h5 {
  color: #333;
  font-weight: 600;
}

/* line 192, resources/assets/styles/common/pages/blog.scss */

.-blog-article .entry-content blockquote {
  margin: 25px 0 30px;
}

/* line 194, resources/assets/styles/common/pages/blog.scss */

.-blog-article .entry-content blockquote p {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 19px;
  line-height: 1.8;
  color: #1675ab;
  font-style: italic;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .-blog-article .entry-content blockquote p,
.-blog-article .entry-content blockquote p.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .-blog-article .entry-content blockquote p,
.-blog-article .entry-content blockquote p.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 194, resources/assets/styles/common/pages/blog.scss */

  .-blog-article .entry-content blockquote p {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 194, resources/assets/styles/common/pages/blog.scss */

  .-blog-article .entry-content blockquote p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  /* line 194, resources/assets/styles/common/pages/blog.scss */

  .-blog-article .entry-content blockquote p {
    font-size: 18px;
  }
}

/* line 198, resources/assets/styles/common/pages/blog.scss */

.-blog-article .entry-content blockquote p::before,
.-blog-article .entry-content blockquote p::after {
  font-size: 30px;
  color: #e1711d;
}

/* line 202, resources/assets/styles/common/pages/blog.scss */

.-blog-article .entry-content blockquote p::before {
  content: "\201C";
}

/* line 205, resources/assets/styles/common/pages/blog.scss */

.-blog-article .entry-content blockquote p::after {
  content: "\201D";
}

/* line 209, resources/assets/styles/common/pages/blog.scss */

.-blog-article .entry-content blockquote cite {
  font-style: normal;
  width: 100%;
  color: #1675ab;
  display: block;
}

/* line 220, resources/assets/styles/common/pages/blog.scss */

section.-recent-posts .center-frame {
  max-width: 1200px;
}

/* line 222, resources/assets/styles/common/pages/blog.scss */

section.-recent-posts .center-frame h2 {
  margin-bottom: 45px;
}

/* line 227, resources/assets/styles/common/pages/blog.scss */

.posts-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 230, resources/assets/styles/common/pages/blog.scss */

.posts-grid .-post {
  display: inline-block;
}

/* line 232, resources/assets/styles/common/pages/blog.scss */

.posts-grid .-post.hidden {
  display: none;
}

/* line 235, resources/assets/styles/common/pages/blog.scss */

.posts-grid .-post .-date-line {
  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;
  height: 20px;
}

/* line 240, resources/assets/styles/common/pages/blog.scss */

.posts-grid .-post .-date-line .-date,
.posts-grid .-post .-date-line .-read-time {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  color: #1675ab;
  margin: 0;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .posts-grid .-post .-date-line .-date,
.posts-grid .-post .-date-line .-date.text-white,
.text-white .posts-grid .-post .-date-line .-read-time,
.posts-grid .-post .-date-line .-read-time.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .posts-grid .-post .-date-line .-date,
.posts-grid .-post .-date-line .-date.text-green,
.text-green .posts-grid .-post .-date-line .-read-time,
.posts-grid .-post .-date-line .-read-time.text-green {
  color: #b1d34a;
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 240, resources/assets/styles/common/pages/blog.scss */

  .posts-grid .-post .-date-line .-date,
  .posts-grid .-post .-date-line .-read-time {
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  /* line 240, resources/assets/styles/common/pages/blog.scss */

  .posts-grid .-post .-date-line .-date,
  .posts-grid .-post .-date-line .-read-time {
    font-size: 11px;
  }
}

/* line 246, resources/assets/styles/common/pages/blog.scss */

.posts-grid .-post .-date-line .-date {
  display: inline-block;
  text-transform: uppercase;
}

/* line 250, resources/assets/styles/common/pages/blog.scss */

.posts-grid .-post .-date-line .-read-time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 253, resources/assets/styles/common/pages/blog.scss */

.posts-grid .-post .-date-line .-read-time img {
  display: inline-block;
  width: 19px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

/* line 260, resources/assets/styles/common/pages/blog.scss */

.posts-grid .-post .-date-line .-read-time span {
  display: inline-block;
}

/* line 265, resources/assets/styles/common/pages/blog.scss */

.posts-grid .-post .img-cover {
  width: 100%;
}

/* line 268, resources/assets/styles/common/pages/blog.scss */

.posts-grid .-post .-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 30px;
  line-height: 1.2;
  text-decoration: none;
  color: #1675ab;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .posts-grid .-post .-title a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.posts-grid .-post .-title strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .posts-grid .-post .-title,
.text-white .posts-grid .-post .-title strong,
.text-white .posts-grid .-post .-title em,
.posts-grid .-post .-title.text-white,
.posts-grid .-post .-title.text-white strong,
.posts-grid .-post .-title.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .posts-grid .-post .-title,
.text-green .posts-grid .-post .-title strong,
.text-green .posts-grid .-post .-title em,
.posts-grid .-post .-title.text-green,
.posts-grid .-post .-title.text-green strong,
.posts-grid .-post .-title.text-green em {
  color: #b1d34a;
}

/* line 253, resources/assets/styles/common/mixins.scss */

.posts-grid .-post .-title a {
  text-decoration: none;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 268, resources/assets/styles/common/pages/blog.scss */

  .posts-grid .-post .-title {
    font-size: 28px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 268, resources/assets/styles/common/pages/blog.scss */

  .posts-grid .-post .-title {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  /* line 268, resources/assets/styles/common/pages/blog.scss */

  .posts-grid .-post .-title {
    font-size: 25px;
  }
}

/* line 273, resources/assets/styles/common/pages/blog.scss */

.posts-grid .-post .-excerpt {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 275, resources/assets/styles/common/pages/blog.scss */

.posts-grid .-post .-excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 282, resources/assets/styles/common/pages/blog.scss */

.posts-grid .-post a {
  margin-top: 10px;
}

/* line 287, resources/assets/styles/common/pages/blog.scss */

.posts-grid.-posts-3 .-post {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}

/* line 291, resources/assets/styles/common/pages/blog.scss */

.posts-grid.-posts-3 .-post .img-cover {
  margin: 6px 0 8px;
}

/* line 295, resources/assets/styles/common/pages/blog.scss */

.posts-grid.-posts-3 .-post .-excerpt p {
  line-clamp: 6;
  -webkit-line-clamp: 6;
}

/* line 300, resources/assets/styles/common/pages/blog.scss */

.posts-grid.-posts-3 .-post:nth-child(3n) {
  margin-right: 0;
}

/* line 306, resources/assets/styles/common/pages/blog.scss */

.posts-grid.-posts-2 .-post {
  width: calc(50% - 10px);
  margin-right: 20px;
}

/* line 309, resources/assets/styles/common/pages/blog.scss */

.posts-grid.-posts-2 .-post .img-cover {
  margin: 6px 0 8px;
}

/* line 313, resources/assets/styles/common/pages/blog.scss */

.posts-grid.-posts-2 .-post .-excerpt p {
  line-clamp: 6;
  -webkit-line-clamp: 6;
}

/* line 322, resources/assets/styles/common/pages/blog.scss */

.posts-grid.-posts-3 .-post:last-child,
.posts-grid.-posts-2 .-post:last-child {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 343, resources/assets/styles/common/pages/blog.scss */

  .posts-grid.-posts-3,
  .posts-grid.-posts-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 345, resources/assets/styles/common/pages/blog.scss */

  .posts-grid.-posts-3 .-post,
  .posts-grid.-posts-2 .-post {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}

@media (min-width: 701px) {
  /* line 359, resources/assets/styles/common/pages/blog.scss */

  body.specificity-hack .mobile-slideshow .-window.-wrapping .-strip .-cell {
    margin-bottom: 70px;
  }

  /* line 368, resources/assets/styles/common/pages/blog.scss */

  body.specificity-hack .mobile-slideshow[data-slideshow="mobile-only"] .-left,
  body.specificity-hack .mobile-slideshow[data-slideshow="mobile-only"] .-right {
    display: none;
  }

  /* line 371, resources/assets/styles/common/pages/blog.scss */

  body.specificity-hack .mobile-slideshow[data-slideshow="mobile-only"] .-window {
    width: 100%;
  }

  /* line 373, resources/assets/styles/common/pages/blog.scss */

  body.specificity-hack .mobile-slideshow[data-slideshow="mobile-only"] .-window .-strip {
    width: 100% !important;
    /* to over-ride javascript inline style */
  }

  /* line 375, resources/assets/styles/common/pages/blog.scss */

  body.specificity-hack .mobile-slideshow[data-slideshow="mobile-only"] .-window .-strip .-cell {
    width: calc(33.33% - 20px) !important;
    /* to over-ride javascript inline style */
  }
}

@media (max-width: 700px) {
  /* line 353, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    margin: 10px 0 50px;
  }

  /* line 387, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-left,
  .mobile-slideshow .-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* phone & tablet */
  }

  /* line 727, resources/assets/styles/common/mixins.scss */

  .mobile-slideshow .-left .-triangle,
  .mobile-slideshow .-right .-triangle {
    border: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: relative;
  }

  /* line 734, resources/assets/styles/common/mixins.scss */

  .mobile-slideshow .-left:hover .-triangle,
  .mobile-slideshow .-right:hover .-triangle {
    opacity: 1;
  }
}

@media (max-width: 700px) and (max-width: 950px) {
  /* line 387, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-left,
  .mobile-slideshow .-right {
    height: auto;
  }
}

@media (max-width: 700px) {
  /* line 389, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-left .-triangle,
  .mobile-slideshow .-right .-triangle {
    position: relative;
    opacity: 1;
  }

  /* line 395, resources/assets/styles/common/pages/blog.scss */

  body.specificity-hack .mobile-slideshow[data-slideshow="never-slideshow"] {
    height: auto;
  }

  /* line 397, resources/assets/styles/common/pages/blog.scss */

  body.specificity-hack .mobile-slideshow[data-slideshow="never-slideshow"] .-left,
  body.specificity-hack .mobile-slideshow[data-slideshow="never-slideshow"] .-right {
    display: none;
  }

  /* line 400, resources/assets/styles/common/pages/blog.scss */

  body.specificity-hack .mobile-slideshow[data-slideshow="never-slideshow"] .-window {
    width: 100%;
  }

  /* line 403, resources/assets/styles/common/pages/blog.scss */

  body.specificity-hack .mobile-slideshow[data-slideshow="never-slideshow"] .-window .-strip .-cell {
    margin-bottom: 60px;
  }

  /* line 410, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-window {
    overflow-x: hidden;
    display: inline-block;
    height: inherit;
    width: calc(100% - 80px);
  }
}

@media (max-width: 700px) and (max-width: 800px) {
  /* line 410, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-window {
    overflow-x: scroll;
  }
}

@media (max-width: 700px) {
  /* line 119, resources/assets/styles/common/reusable.scss */

  .mobile-slideshow .-window::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 0 !important;
  }

  /* line 123, resources/assets/styles/common/reusable.scss */

  .mobile-slideshow .-window::-webkit-scrollbar:vertical {
    display: none;
    height: 0 !important;
  }

  /* line 127, resources/assets/styles/common/reusable.scss */

  .mobile-slideshow .-window::-webkit-scrollbar-thumb {
    display: none;
    height: 0 !important;
  }

  /* line 131, resources/assets/styles/common/reusable.scss */

  .mobile-slideshow .-window::-webkit-scrollbar-track {
    display: none;
    height: 0 !important;
  }

  /* line 706, resources/assets/styles/common/mixins.scss */

  .mobile-slideshow .-window .-strip {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  /* line 710, resources/assets/styles/common/mixins.scss */

  .mobile-slideshow .-window .-strip .-cell {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }

  /* line 414, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-window .-strip .-cell {
    padding: 5px;
  }

  /* line 416, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-window .-strip .-cell .-ico {
    padding: 0 15px;
    width: 100%;
    height: 11vw;
  }

  /* line 420, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-window .-strip .-cell .-ico .-bg {
    background-color: #c6eafb;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    border-radius: 8px;
    padding: 20px;
    height: inherit;
    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;
  }

  /* line 429, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-window .-strip .-cell .-ico .-bg span {
    font-size: 4vw;
  }

  /* line 434, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-window .-strip .-cell .-text {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 15px;
  }

  /* line 442, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-window .-strip .-cell .-text h5 {
    color: #1d98d6;
    text-align: center;
  }

  /* line 445, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-window .-strip .-cell .-text h5.-title {
    font-weight: bold;
    margin-bottom: 5px;
  }

  /* line 449, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-window .-strip .-cell .-text h5.-location {
    font-weight: normal;
    margin-bottom: 0;
  }

  /* line 457, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-window .-strip .-cell:hover .-icon .-bg {
    background-color: #a4daf4;
  }

  /* line 466, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-left .-triangle {
    border-right-color: #e1711d;
    left: -10px;
  }

  /* line 472, resources/assets/styles/common/pages/blog.scss */

  .mobile-slideshow .-right .-triangle {
    border-left-color: #e1711d;
    right: -10px;
  }
}

/* line 479, resources/assets/styles/common/pages/blog.scss */

.posts-stacked {
  margin: 100px auto;
  max-width: 1000px;
}

/* line 482, resources/assets/styles/common/pages/blog.scss */

.posts-stacked a {
  text-decoration: none;
  display: block;
}

/* line 486, resources/assets/styles/common/pages/blog.scss */

.posts-stacked .-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

/* line 491, resources/assets/styles/common/pages/blog.scss */

.posts-stacked .-post .img-cover {
  display: inline-block;
  width: 200px;
}

/* line 495, resources/assets/styles/common/pages/blog.scss */

.posts-stacked .-post .-right {
  display: inline-block;
  width: calc(100% - 230px);
}

/* line 498, resources/assets/styles/common/pages/blog.scss */

.posts-stacked .-post .-right p {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 12px;
  line-height: 1.3;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .posts-stacked .-post .-right p,
.posts-stacked .-post .-right p.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .posts-stacked .-post .-right p,
.posts-stacked .-post .-right p.text-green {
  color: #b1d34a;
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 498, resources/assets/styles/common/pages/blog.scss */

  .posts-stacked .-post .-right p {
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  /* line 498, resources/assets/styles/common/pages/blog.scss */

  .posts-stacked .-post .-right p {
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  /* line 479, resources/assets/styles/common/pages/blog.scss */

  .posts-stacked {
    display: none;
  }
}

/* line 510, resources/assets/styles/common/pages/blog.scss */

.posts-index .-main {
  padding-bottom: 20px;
}

/* line 512, resources/assets/styles/common/pages/blog.scss */

.posts-index .-main .-category-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

/* line 515, resources/assets/styles/common/pages/blog.scss */

.posts-index .-main .-category-links p {
  display: inline-block;
  margin-right: 15px;
}

/* line 518, resources/assets/styles/common/pages/blog.scss */

.posts-index .-main .-category-links p a {
  text-decoration: none;
}

/* line 520, resources/assets/styles/common/pages/blog.scss */

.posts-index .-main .-category-links p a:hover {
  text-decoration: underline;
}

/* line 525, resources/assets/styles/common/pages/blog.scss */

.posts-index .-main .-category-links p.-current a {
  text-decoration: underline;
}

/* line 532, resources/assets/styles/common/pages/blog.scss */

.posts-index .-main .-posts .-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}

/* line 535, resources/assets/styles/common/pages/blog.scss */

.posts-index .-main .-posts .-post .-text {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 40px;
}

/* line 539, resources/assets/styles/common/pages/blog.scss */

.posts-index .-main .-posts .-post .-text h2 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 33px;
  line-height: 1.2;
  margin-bottom: 14px;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .posts-index .-main .-posts .-post .-text h2 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.posts-index .-main .-posts .-post .-text h2 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .posts-index .-main .-posts .-post .-text h2,
.text-white .posts-index .-main .-posts .-post .-text h2 strong,
.text-white .posts-index .-main .-posts .-post .-text h2 em,
.posts-index .-main .-posts .-post .-text h2.text-white,
.posts-index .-main .-posts .-post .-text h2.text-white strong,
.posts-index .-main .-posts .-post .-text h2.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .posts-index .-main .-posts .-post .-text h2,
.text-green .posts-index .-main .-posts .-post .-text h2 strong,
.text-green .posts-index .-main .-posts .-post .-text h2 em,
.posts-index .-main .-posts .-post .-text h2.text-green,
.posts-index .-main .-posts .-post .-text h2.text-green strong,
.posts-index .-main .-posts .-post .-text h2.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 539, resources/assets/styles/common/pages/blog.scss */

  .posts-index .-main .-posts .-post .-text h2 {
    font-size: 30px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 539, resources/assets/styles/common/pages/blog.scss */

  .posts-index .-main .-posts .-post .-text h2 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  /* line 539, resources/assets/styles/common/pages/blog.scss */

  .posts-index .-main .-posts .-post .-text h2 {
    font-size: 26px;
  }
}

/* line 542, resources/assets/styles/common/pages/blog.scss */

.posts-index .-main .-posts .-post .-text h2 a {
  text-decoration: none;
}

/* line 548, resources/assets/styles/common/pages/blog.scss */

.posts-index .-main .-posts .-post .-text .-filed-under {
  color: #aaa;
}

/* line 552, resources/assets/styles/common/pages/blog.scss */

.posts-index .-main .-posts .-post .img-cover {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 600px) {
  /* line 574, resources/assets/styles/common/pages/blog.scss */

  .posts-index .-main .-posts .-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  /* line 576, resources/assets/styles/common/pages/blog.scss */

  .posts-index .-main .-posts .-post .-text {
    margin-right: 0;
  }

  /* line 587, resources/assets/styles/common/pages/blog.scss */

  .posts-index .-main .-posts .-post .img-cover {
    width: 100%;
    margin-bottom: 30px;
  }

  /* line 591, resources/assets/styles/common/pages/blog.scss */

  .posts-index .-main .-posts .-post:last-child {
    padding-bottom: 0;
  }
}

/* line 600, resources/assets/styles/common/pages/blog.scss */

.center-col {
  margin-left: auto;
  margin-right: auto;
  padding: calc(40px + 3vw) 0 3vw;
  width: 100%;
}

@media (min-width: 1500px) {
  /* line 600, resources/assets/styles/common/pages/blog.scss */

  .center-col {
    max-width: 1200px;
  }
}

/* line 612, resources/assets/styles/common/pages/blog.scss */

.blog-article-single > .-main .-back-nav {
  margin: -4px 0 18px;
}

/* line 615, resources/assets/styles/common/pages/blog.scss */

.blog-article-single > .-main h1 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 45px;
  line-height: 1.1;
  text-transform: none;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .blog-article-single > .-main h1 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.blog-article-single > .-main h1 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .blog-article-single > .-main h1,
.text-white .blog-article-single > .-main h1 strong,
.text-white .blog-article-single > .-main h1 em,
.blog-article-single > .-main h1.text-white,
.blog-article-single > .-main h1.text-white strong,
.blog-article-single > .-main h1.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .blog-article-single > .-main h1,
.text-green .blog-article-single > .-main h1 strong,
.text-green .blog-article-single > .-main h1 em,
.blog-article-single > .-main h1.text-green,
.blog-article-single > .-main h1.text-green strong,
.blog-article-single > .-main h1.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 615, resources/assets/styles/common/pages/blog.scss */

  .blog-article-single > .-main h1 {
    font-size: 42px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 615, resources/assets/styles/common/pages/blog.scss */

  .blog-article-single > .-main h1 {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  /* line 615, resources/assets/styles/common/pages/blog.scss */

  .blog-article-single > .-main h1 {
    font-size: 28px;
  }
}

/* line 619, resources/assets/styles/common/pages/blog.scss */

.blog-article-single > .-main article {
  margin-bottom: 80px;
}

/* line 621, resources/assets/styles/common/pages/blog.scss */

.blog-article-single > .-main article footer {
  padding: 20px 0;
}

/* line 657, resources/assets/styles/common/pages/blog.scss */

.latest-posts h2 {
  margin-bottom: 40px;
}

/* line 660, resources/assets/styles/common/pages/blog.scss */

.latest-posts .posts-grid {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 601px) {
  /* line 660, resources/assets/styles/common/pages/blog.scss */

  .latest-posts .posts-grid {
    max-width: 1000px;
  }
}

@media (max-width: 600px) {
  /* line 660, resources/assets/styles/common/pages/blog.scss */

  .latest-posts .posts-grid {
    width: 90%;
  }
}

/* line 666, resources/assets/styles/common/pages/blog.scss */

.single-post article.hentry {
  margin: 30px 0 50px;
}

/* line 670, resources/assets/styles/common/pages/blog.scss */

.blog-header-img-cover {
  width: 100%;
  height: calc(18vw + 150px);
  display: block;
  background-size: cover;
  background-position: center top 10%;
  margin-bottom: 40px;
}

/* line 679, resources/assets/styles/common/pages/blog.scss */

.posts-navigation,
.pagination {
  margin-top: 1rem;
}

/* line 682, resources/assets/styles/common/pages/blog.scss */

.posts-navigation .screen-reader-text,
.pagination .screen-reader-text {
  display: none;
}

/* line 685, resources/assets/styles/common/pages/blog.scss */

.posts-navigation .nav-links,
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 690, resources/assets/styles/common/pages/blog.scss */

.posts-navigation .nav-links a,
.pagination .nav-links a {
  margin: 0 .5rem;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  line-height: 1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 17px;
  line-height: 1.4;
  line-height: 1;
  border-radius: 5px;
  padding: 12px 30px 10px;
  font-weight: 600;
}

/* line 835, resources/assets/styles/common/mixins.scss */

.posts-navigation .nav-links a,
.posts-navigation .nav-links a:link,
.posts-navigation .nav-links a:visited,
.pagination .nav-links a,
.pagination .nav-links a:link,
.pagination .nav-links a:visited {
  background-color: #b1d34a;
  text-decoration: none;
}

/* line 842, resources/assets/styles/common/mixins.scss */

.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:active,
.pagination .nav-links a:hover,
.pagination .nav-links a:active {
  background-color: #002845;
  text-decoration: none;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .posts-navigation .nav-links a,
.posts-navigation .nav-links a.text-white,
.text-white
      .pagination .nav-links a,
.pagination .nav-links a.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .posts-navigation .nav-links a,
.posts-navigation .nav-links a.text-green,
.text-green
      .pagination .nav-links a,
.pagination .nav-links a.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 690, resources/assets/styles/common/pages/blog.scss */

  .posts-navigation .nav-links a,
  .pagination .nav-links a {
    font-size: 16px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 690, resources/assets/styles/common/pages/blog.scss */

  .posts-navigation .nav-links a,
  .pagination .nav-links a {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  /* line 690, resources/assets/styles/common/pages/blog.scss */

  .posts-navigation .nav-links a,
  .pagination .nav-links a {
    font-size: 14px;
  }
}

/* line 704, resources/assets/styles/common/pages/blog.scss */

.blog-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0 20px;
  /* phone & tablet */
}

/* line 708, resources/assets/styles/common/pages/blog.scss */

.blog-categories .cta-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25%;
  padding: 0 20px;
  height: auto;
}

@media (max-width: 950px) {
  /* line 704, resources/assets/styles/common/pages/blog.scss */

  .blog-categories {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 704, resources/assets/styles/common/pages/blog.scss */

  .blog-categories {
    padding-top: 40px;
  }

  /* line 719, resources/assets/styles/common/pages/blog.scss */

  .blog-categories .cta-box {
    margin-top: 40px;
    width: 50%;
  }
}

@media (max-width: 600px) {
  /* line 704, resources/assets/styles/common/pages/blog.scss */

  .blog-categories {
    padding-top: 40px;
  }

  /* line 726, resources/assets/styles/common/pages/blog.scss */

  .blog-categories .cta-box {
    margin-top: 40px;
    width: 100%;
  }
}

/* line 734, resources/assets/styles/common/pages/blog.scss */

.no-articles {
  width: 100%;
  height: calc(50vh - 200px);
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 742, resources/assets/styles/common/pages/blog.scss */

.no-articles h4,
.no-articles p {
  display: inline-block;
}

/* line 745, resources/assets/styles/common/pages/blog.scss */

.no-articles + .center-frame .blog-categories {
  padding: 0 0 100px;
}

/* line 4, resources/assets/styles/common/pages/hot-talent.scss */

body.post-type-archive-hot-talent-posts #hot-talent-banner .content {
  margin-left: 0;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 4, resources/assets/styles/common/pages/hot-talent.scss */

  body.post-type-archive-hot-talent-posts #hot-talent-banner .content {
    margin-left: 10rem;
  }
}

@media (min-width: 1451px) {
  /* line 4, resources/assets/styles/common/pages/hot-talent.scss */

  body.post-type-archive-hot-talent-posts #hot-talent-banner .content {
    margin-left: 10rem;
  }
}

/* line 14, resources/assets/styles/common/pages/hot-talent.scss */

body.post-type-archive-hot-talent-posts #hot-talent-banner .content .temp-contact-form {
  margin: auto;
}

/* line 18, resources/assets/styles/common/pages/hot-talent.scss */

body.post-type-archive-hot-talent-posts #hot-talent-banner .content .temp-contact-form .hot-talent-form label.-field {
  margin: 0 1rem;
  width: 100%;
}

/* line 23, resources/assets/styles/common/pages/hot-talent.scss */

body.post-type-archive-hot-talent-posts #hot-talent-banner .content .temp-contact-form .hot-talent-form .-button-line {
  margin: 0;
}

@media (max-width: 600px) {
  /* line 23, resources/assets/styles/common/pages/hot-talent.scss */

  body.post-type-archive-hot-talent-posts #hot-talent-banner .content .temp-contact-form .hot-talent-form .-button-line {
    margin: 1rem auto 0;
  }
}

/* line 35, resources/assets/styles/common/pages/hot-talent.scss */

body.post-type-archive-hot-talent-posts section.hot-talent-types {
  padding-bottom: 1rem;
  border-bottom: 2px dashed #1d98d6;
}

/* line 39, resources/assets/styles/common/pages/hot-talent.scss */

body.post-type-archive-hot-talent-posts section.hot-talent-types:last-child {
  border-bottom: none;
}

@media (max-width: 600px) {
  /* line 44, resources/assets/styles/common/pages/hot-talent.scss */

  body.post-type-archive-hot-talent-posts section.hot-talent-types .posts-grid.-posts-3 .-post {
    margin-right: 0;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #b1d34a;
    padding: 1rem;
  }

  /* line 50, resources/assets/styles/common/pages/hot-talent.scss */

  body.post-type-archive-hot-talent-posts section.hot-talent-types .posts-grid.-posts-3 .-post-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 54, resources/assets/styles/common/pages/hot-talent.scss */

  body.post-type-archive-hot-talent-posts section.hot-talent-types .posts-grid.-posts-3 .-post-details > a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 1rem;
    margin-top: 0;
  }

  /* line 59, resources/assets/styles/common/pages/hot-talent.scss */

  body.post-type-archive-hot-talent-posts section.hot-talent-types .posts-grid.-posts-3 .-post-details > a .img-cover {
    margin-top: 0;
  }

  /* line 64, resources/assets/styles/common/pages/hot-talent.scss */

  body.post-type-archive-hot-talent-posts section.hot-talent-types .posts-grid.-posts-3 .-post-details-content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }

  /* line 67, resources/assets/styles/common/pages/hot-talent.scss */

  body.post-type-archive-hot-talent-posts section.hot-talent-types .posts-grid.-posts-3 .-post-details-content h3 {
    margin: 0;
  }

  /* line 72, resources/assets/styles/common/pages/hot-talent.scss */

  body.post-type-archive-hot-talent-posts section.hot-talent-types .posts-grid.-posts-3 .-post .button {
    margin-bottom: 0;
  }
}

/* line 86, resources/assets/styles/common/pages/hot-talent.scss */

.single-hot-talent-posts .-job-details .-main {
  margin-top: 25px;
}

/* line 88, resources/assets/styles/common/pages/hot-talent.scss */

.single-hot-talent-posts .-job-details .-main .categories {
  font-size: 1rem;
  color: #e7741e;
}

/* line 92, resources/assets/styles/common/pages/hot-talent.scss */

.single-hot-talent-posts .-job-details .-main .field-area {
  padding: 1rem 0;
}

/* line 2, resources/assets/styles/common/pages/thankyou.scss */

.thankyou .job-header {
  position: relative;
  padding-bottom: 120px;
}

/* line 6, resources/assets/styles/common/pages/thankyou.scss */

.thankyou .job-header:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  /* border: 1px solid red; */
  background: white;
  height: 120px;
  background-image: url("/app/themes/clicks/dist/images/graphic-lg/grey-bottom.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* line 21, resources/assets/styles/common/pages/thankyou.scss */

.thankyou .job-header .-header-box {
  padding: 1.5rem 2rem 1rem;
  border-radius: 3px;
  margin: 2rem auto 3rem;
}

/* line 26, resources/assets/styles/common/pages/thankyou.scss */

.thankyou .job-header .-header-box:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 20%;
  display: inline-block;
  background-color: #f7fbfe;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #2774aa;
  width: 26px;
  height: 26px;
  border-left: none;
  border-top: none;
}

/* line 43, resources/assets/styles/common/pages/thankyou.scss */

.thankyou .job-header .-header-box .-basic-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 46, resources/assets/styles/common/pages/thankyou.scss */

.thankyou .job-header .-header-box .-basic-info h3 {
  color: #e7741e;
}

@media (max-width: 1000px) {
  /* line 43, resources/assets/styles/common/pages/thankyou.scss */

  .thankyou .job-header .-header-box .-basic-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 53, resources/assets/styles/common/pages/thankyou.scss */

  .thankyou .job-header .-header-box .-basic-info .-col {
    margin: .5rem 0;
  }
}

/* line 62, resources/assets/styles/common/pages/thankyou.scss */

.thankyou .job-header h3.message {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #002845;
  font-size: 35px;
  line-height: 1.2;
  color: #575a5d;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.thankyou .job-header h3.message strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .thankyou .job-header h3.message,
.text-white .thankyou .job-header h3.message strong,
.text-white .thankyou .job-header h3.message em,
.thankyou .job-header h3.message.text-white,
.thankyou .job-header h3.message.text-white strong,
.thankyou .job-header h3.message.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .thankyou .job-header h3.message,
.text-green .thankyou .job-header h3.message strong,
.text-green .thankyou .job-header h3.message em,
.thankyou .job-header h3.message.text-green,
.thankyou .job-header h3.message.text-green strong,
.thankyou .job-header h3.message.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 62, resources/assets/styles/common/pages/thankyou.scss */

  .thankyou .job-header h3.message {
    font-size: 33px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 62, resources/assets/styles/common/pages/thankyou.scss */

  .thankyou .job-header h3.message {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  /* line 62, resources/assets/styles/common/pages/thankyou.scss */

  .thankyou .job-header h3.message {
    font-size: 30px;
  }
}

/* line 4, resources/assets/styles/common/pages/404.scss */

body.error404 .center-frame-narrow .graphic-404 {
  display: block;
  width: 100%;
}

/* line 8, resources/assets/styles/common/pages/404.scss */

body.error404 .center-frame-narrow .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 12, resources/assets/styles/common/pages/404.scss */

body.error404 .center-frame-narrow .search-form label {
  display: inline-block;
  margin-right: 20px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 17, resources/assets/styles/common/pages/404.scss */

body.error404 .center-frame-narrow .search-form label span {
  display: none;
}

/* line 20, resources/assets/styles/common/pages/404.scss */

body.error404 .center-frame-narrow .search-form label input {
  height: 53px;
  color: #002845;
  font-size: 28px;
  padding: 9px 17px 7px;
  border: 1px solid #dcdfe7;
}

/* line 26, resources/assets/styles/common/pages/404.scss */

body.error404 .center-frame-narrow .search-form label input::-webkit-input-placeholder {
  color: #ccc;
}

body.error404 .center-frame-narrow .search-form label input::-moz-placeholder {
  color: #ccc;
}

body.error404 .center-frame-narrow .search-form label input::-ms-input-placeholder {
  color: #ccc;
}

body.error404 .center-frame-narrow .search-form label input::placeholder {
  color: #ccc;
}

/* line 31, resources/assets/styles/common/pages/404.scss */

body.error404 .center-frame-narrow .search-form [type='submit'] {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  line-height: 1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 21px;
  line-height: 1.4;
  line-height: 1;
  border-radius: 6px;
  padding: 18px 46px 18px;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white body.error404 .center-frame-narrow .search-form [type='submit'],
body.error404 .center-frame-narrow .search-form [type='submit'].text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green body.error404 .center-frame-narrow .search-form [type='submit'],
body.error404 .center-frame-narrow .search-form [type='submit'].text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 31, resources/assets/styles/common/pages/404.scss */

  body.error404 .center-frame-narrow .search-form [type='submit'] {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 31, resources/assets/styles/common/pages/404.scss */

  body.error404 .center-frame-narrow .search-form [type='submit'] {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  /* line 31, resources/assets/styles/common/pages/404.scss */

  body.error404 .center-frame-narrow .search-form [type='submit'] {
    font-size: 15px;
  }
}

/* line 835, resources/assets/styles/common/mixins.scss */

body.error404 .center-frame-narrow .search-form [type='submit'],
body.error404 .center-frame-narrow .search-form [type='submit']:link,
body.error404 .center-frame-narrow .search-form [type='submit']:visited {
  background-color: #b1d34a;
  text-decoration: none;
}

/* line 842, resources/assets/styles/common/mixins.scss */

body.error404 .center-frame-narrow .search-form [type='submit']:hover,
body.error404 .center-frame-narrow .search-form [type='submit']:active {
  background-color: #002845;
  text-decoration: none;
}

@media (max-width: 600px) {
  /* line 31, resources/assets/styles/common/pages/404.scss */

  body.error404 .center-frame-narrow .search-form [type='submit'] {
    margin-top: 2rem;
    width: 100%;
  }
}

@media (max-width: 600px) {
  /* line 8, resources/assets/styles/common/pages/404.scss */

  body.error404 .center-frame-narrow .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 54, resources/assets/styles/common/pages/404.scss */

body.error404 section.page-section.-two-404-widgets .center-frame .-col.-latest-vacancies .-job .-bg {
  height: 90%;
}

@media (max-width: 950px) {
  /* line 54, resources/assets/styles/common/pages/404.scss */

  body.error404 section.page-section.-two-404-widgets .center-frame .-col.-latest-vacancies .-job .-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 66, resources/assets/styles/common/pages/404.scss */

  body.error404 section.page-section.-two-404-widgets .center-frame .-col.-latest-posts {
    width: 100%;
    max-width: 100%;
  }
}

/* line 72, resources/assets/styles/common/pages/404.scss */

body.error404 section.page-section.-two-404-widgets .center-frame .-col.-latest-posts .mobile-slideshow {
  height: auto;
}

@media (max-width: 600px) {
  /* line 79, resources/assets/styles/common/pages/404.scss */

  body.error404 section.page-section.-two-404-widgets .center-frame .-col [data-slideshow] .-window .-strip .-cell .-ico,
  body.error404 section.page-section.-two-404-widgets .center-frame .-col [data-slideshow] .-window .-strip .-cell .img-cover {
    height: 50vw;
  }
}

@media (min-width: 951px) {
  /* line 87, resources/assets/styles/common/pages/404.scss */

  body.error404 section.page-section.-two-404-widgets .center-frame .-col.-latest-posts .mobile-slideshow,
  body.error404 section.page-section.-two-404-widgets .center-frame .hot-jobs {
    height: 400px;
    margin: 0;
  }

  /* line 92, resources/assets/styles/common/pages/404.scss */

  body.error404 section.page-section.-two-404-widgets .center-frame .-col.-latest-posts .mobile-slideshow .-left,
  body.error404 section.page-section.-two-404-widgets .center-frame .-col.-latest-posts .mobile-slideshow .-right,
  body.error404 section.page-section.-two-404-widgets .center-frame .hot-jobs .-left,
  body.error404 section.page-section.-two-404-widgets .center-frame .hot-jobs .-right {
    padding-bottom: 0;
  }

  /* line 97, resources/assets/styles/common/pages/404.scss */

  body.error404 section.page-section.-two-404-widgets .center-frame .-col.-latest-posts .mobile-slideshow .-window,
  body.error404 section.page-section.-two-404-widgets .center-frame .hot-jobs .-window {
    height: 400px;
  }
}

/* line 891, resources/assets/styles/common/mixins.scss */

.specificity-hack .content main.main .wp-block-gallery li {
  padding-left: 0;
}

/* line 893, resources/assets/styles/common/mixins.scss */

.specificity-hack .content main.main .wp-block-gallery li:before {
  display: none;
}

/* line 6, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery:not(.-with-caption) {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 80px;
}

@media (min-width: 1453.48837px) {
  /* line 6, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery:not(.-with-caption) {
    width: 1250px;
  }
}

/* line 10, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery:not(.-with-caption) .blocks-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}

/* line 13, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery:not(.-with-caption) .blocks-gallery-item figure {
  padding: 10px 5px;
  width: 100%;
}

/* line 16, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery:not(.-with-caption) .blocks-gallery-item figure img {
  width: 100%;
  display: block;
}

/* line 23, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery:not(.-with-caption).columns-2 .blocks-gallery-item {
  width: 50%;
}

/* line 28, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery:not(.-with-caption).columns-3 .blocks-gallery-item {
  width: 33.33%;
}

/* line 33, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery:not(.-with-caption).columns-4 .blocks-gallery-item {
  width: 25%;
}

/* line 38, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery:not(.-with-caption).columns-5 .blocks-gallery-item {
  width: 20%;
}

/* line 43, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery:not(.-with-caption).columns-6 .blocks-gallery-item {
  width: 16.66%;
}

@media (max-width: 600px) {
  /* line 6, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery:not(.-with-caption) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 50, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery:not(.-with-caption).columns-2 .blocks-gallery-item,
  .specificity-hack .wp-block-gallery:not(.-with-caption).columns-3 .blocks-gallery-item,
  .specificity-hack .wp-block-gallery:not(.-with-caption).columns-4 .blocks-gallery-item,
  .specificity-hack .wp-block-gallery:not(.-with-caption).columns-5 .blocks-gallery-item,
  .specificity-hack .wp-block-gallery:not(.-with-caption).columns-6 .blocks-gallery-item {
    width: 50%;
    margin-right: 0;
  }
}

/* line 60, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

@media (min-width: 1453.48837px) {
  /* line 60, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery.-with-caption {
    width: 1250px;
  }
}

/* line 64, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.columns-5 li {
  width: calc(20% - 20px);
  margin-right: 25px;
  margin-bottom: 22px;
}

/* line 68, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.columns-5 li:nth-of-type(5n) {
  margin-right: 0;
}

/* line 73, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.columns-4 {
  max-width: 1000px;
}

/* line 75, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.columns-4 li {
  width: calc(25% - 20px);
  margin-right: 25px;
  margin-bottom: 22px;
}

/* line 79, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.columns-4 li:nth-of-type(5n) {
  margin-right: 0;
}

/* line 84, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.columns-3 {
  max-width: 800px;
}

/* line 86, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.columns-3 li {
  width: calc(33.33% - 20px);
  margin-right: 25px;
  margin-bottom: 22px;
}

/* line 90, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.columns-3 li:nth-of-type(3n) {
  margin-right: 0;
}

/* line 96, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption li figure {
  background-color: #c6eafb;
  border: 1px solid #b1d34a;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 105, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption li figure img {
  display: inline-block;
  max-width: 50%;
  margin: 20px;
  max-height: 10vw;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 112, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption li figure figcaption {
  display: inline-block;
  width: 100%;
  min-height: 100px;
  background-color: transparent;
  padding-top: 12px;
  border-top: 1px solid #0087c8;
  position: static;
  background-image: none;
  color: #333;
  font-size: 14px;
}

/* line 127, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.-caption-lrg.columns-5 {
  max-width: 1000px;
}

/* line 130, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.-caption-lrg.columns-4 {
  max-width: 850px;
}

/* line 133, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.-caption-lrg.columns-3 {
  max-width: 700px;
}

/* line 136, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 22px;
  line-height: 1.2;
  color: #1675ab;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption,
.text-white .specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption strong,
.text-white .specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption em,
.specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption.text-white,
.specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption.text-white strong,
.specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption,
.text-green .specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption strong,
.text-green .specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption em,
.specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption.text-green,
.specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption.text-green strong,
.specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 136, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption {
    font-size: 21px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 136, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption {
    font-size: 19px;
  }
}

@media (max-width: 600px) {
  /* line 136, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery.-with-caption.-caption-lrg figcaption {
    font-size: 18px;
  }
}

/* line 143, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.-icofont .blocks-gallery-item figure {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 145, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.-icofont .blocks-gallery-item figure .-ico {
  padding: 20px;
  height: 100px;
}

/* line 148, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.-icofont .blocks-gallery-item figure .-ico span {
  font-size: 58px;
  color: #1675ab;
}

/* line 153, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .wp-block-gallery.-with-caption.-icofont .blocks-gallery-item figure figcaption {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 600px) {
  /* line 60, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery.-with-caption {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 164, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery.-with-caption.-icofont .blocks-gallery-item figure .-ico {
    padding: 20px;
    height: 90px;
  }

  /* line 167, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery.-with-caption.-icofont .blocks-gallery-item figure .-ico span {
    font-size: 50px;
    color: #1675ab;
  }

  /* line 178, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery.-with-caption.columns-2 .blocks-gallery-item,
  .specificity-hack .wp-block-gallery.-with-caption.columns-3 .blocks-gallery-item,
  .specificity-hack .wp-block-gallery.-with-caption.columns-4 .blocks-gallery-item,
  .specificity-hack .wp-block-gallery.-with-caption.columns-5 .blocks-gallery-item,
  .specificity-hack .wp-block-gallery.-with-caption.columns-6 .blocks-gallery-item {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* line 182, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery.-with-caption.columns-2 .blocks-gallery-item:nth-child(2n),
  .specificity-hack .wp-block-gallery.-with-caption.columns-3 .blocks-gallery-item:nth-child(2n),
  .specificity-hack .wp-block-gallery.-with-caption.columns-4 .blocks-gallery-item:nth-child(2n),
  .specificity-hack .wp-block-gallery.-with-caption.columns-5 .blocks-gallery-item:nth-child(2n),
  .specificity-hack .wp-block-gallery.-with-caption.columns-6 .blocks-gallery-item:nth-child(2n) {
    margin-left: 10px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 60, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery.-with-caption {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 191, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery.-with-caption.columns-2 .blocks-gallery-item,
  .specificity-hack .wp-block-gallery.-with-caption.columns-3 .blocks-gallery-item,
  .specificity-hack .wp-block-gallery.-with-caption.columns-4 .blocks-gallery-item,
  .specificity-hack .wp-block-gallery.-with-caption.columns-5 .blocks-gallery-item,
  .specificity-hack .wp-block-gallery.-with-caption.columns-6 .blocks-gallery-item {
    width: calc(25% - 8px);
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  /* line 196, resources/assets/styles/common/components/gutenberg-overrides.scss */

  .specificity-hack .wp-block-gallery.-with-caption.columns-2 .blocks-gallery-item:nth-child(4n+1),
  .specificity-hack .wp-block-gallery.-with-caption.columns-3 .blocks-gallery-item:nth-child(4n+1),
  .specificity-hack .wp-block-gallery.-with-caption.columns-4 .blocks-gallery-item:nth-child(4n+1),
  .specificity-hack .wp-block-gallery.-with-caption.columns-5 .blocks-gallery-item:nth-child(4n+1),
  .specificity-hack .wp-block-gallery.-with-caption.columns-6 .blocks-gallery-item:nth-child(4n+1) {
    margin-left: 0;
  }
}

/* line 205, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .mobile-carousel-outer .-left,
.specificity-hack .mobile-carousel-outer .-right {
  display: none;
}

/* line 215, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .mobile-carousel-outer.-is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

/* line 218, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .mobile-carousel-outer.-is-mobile .-left,
.specificity-hack .mobile-carousel-outer.-is-mobile .-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 224, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .mobile-carousel-outer.-is-mobile .-left .-triangle,
.specificity-hack .mobile-carousel-outer.-is-mobile .-right .-triangle {
  border: 10px solid transparent;
  position: relative;
}

/* line 230, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .mobile-carousel-outer.-is-mobile .-left .-triangle {
  border-right-color: #e1711d;
  right: -5px;
}

/* line 236, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .mobile-carousel-outer.-is-mobile .-right .-triangle {
  border-left-color: #e1711d;
  left: -5px;
}

/* line 241, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .mobile-carousel-outer.-is-mobile .-window {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: inline-block;
  overflow-x: scroll;
}

/* line 246, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .mobile-carousel-outer.-is-mobile .-window .wp-block-gallery.mobile-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 220px;
  margin: 0;
  width: 100%;
}

/* line 253, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .mobile-carousel-outer.-is-mobile .-window .wp-block-gallery.mobile-carousel li {
  height: 50%;
  width: calc(33.33vw - 30px);
  display: inline-block;
  padding: 10px;
}

/* line 258, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .mobile-carousel-outer.-is-mobile .-window .wp-block-gallery.mobile-carousel li figure {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 262, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .mobile-carousel-outer.-is-mobile .-window .wp-block-gallery.mobile-carousel li figure img {
  display: none;
}

/* line 274, resources/assets/styles/common/components/gutenberg-overrides.scss */

.specificity-hack .mobile-carousel-outer:not(.-is-mobile) .-window .wp-block-gallery.mobile-carousel li figure {
  background-image: none !important;
}

/* line 3, resources/assets/styles/common/components/buttons.scss */

.button:not(.menu-item) {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  line-height: 1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 8, resources/assets/styles/common/components/buttons.scss */

.button:not(.menu-item).-lrg,
.button:not(.menu-item).-lg,
.button:not(.menu-item).-large {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 21px;
  line-height: 1.4;
  line-height: 1;
  border-radius: 6px;
  padding: 18px 46px 18px;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .button:not(.menu-item).-lrg,
.button:not(.menu-item).-lrg.text-white,
.text-white .button:not(.menu-item).-lg,
.button:not(.menu-item).-lg.text-white,
.text-white .button:not(.menu-item).-large,
.button:not(.menu-item).-large.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .button:not(.menu-item).-lrg,
.button:not(.menu-item).-lrg.text-green,
.text-green .button:not(.menu-item).-lg,
.button:not(.menu-item).-lg.text-green,
.text-green .button:not(.menu-item).-large,
.button:not(.menu-item).-large.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 8, resources/assets/styles/common/components/buttons.scss */

  .button:not(.menu-item).-lrg,
  .button:not(.menu-item).-lg,
  .button:not(.menu-item).-large {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 8, resources/assets/styles/common/components/buttons.scss */

  .button:not(.menu-item).-lrg,
  .button:not(.menu-item).-lg,
  .button:not(.menu-item).-large {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  /* line 8, resources/assets/styles/common/components/buttons.scss */

  .button:not(.menu-item).-lrg,
  .button:not(.menu-item).-lg,
  .button:not(.menu-item).-large {
    font-size: 15px;
  }
}

/* line 11, resources/assets/styles/common/components/buttons.scss */

.button:not(.menu-item).-med,
.button:not(.menu-item).-medium {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 17px;
  line-height: 1.4;
  line-height: 1;
  border-radius: 5px;
  padding: 12px 30px 10px;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .button:not(.menu-item).-med,
.button:not(.menu-item).-med.text-white,
.text-white .button:not(.menu-item).-medium,
.button:not(.menu-item).-medium.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .button:not(.menu-item).-med,
.button:not(.menu-item).-med.text-green,
.text-green .button:not(.menu-item).-medium,
.button:not(.menu-item).-medium.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 11, resources/assets/styles/common/components/buttons.scss */

  .button:not(.menu-item).-med,
  .button:not(.menu-item).-medium {
    font-size: 16px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 11, resources/assets/styles/common/components/buttons.scss */

  .button:not(.menu-item).-med,
  .button:not(.menu-item).-medium {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  /* line 11, resources/assets/styles/common/components/buttons.scss */

  .button:not(.menu-item).-med,
  .button:not(.menu-item).-medium {
    font-size: 14px;
  }
}

/* line 17, resources/assets/styles/common/components/buttons.scss */

.button:not(.menu-item).-sml {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 12px;
  line-height: 1.3;
  line-height: 1;
  border-radius: 3px;
  padding: 9px 22px 8px;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .button:not(.menu-item).-sml,
.button:not(.menu-item).-sml.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .button:not(.menu-item).-sml,
.button:not(.menu-item).-sml.text-green {
  color: #b1d34a;
}

/* line 21, resources/assets/styles/common/components/buttons.scss */

.button:not(.menu-item).-seek-height {
  height: 45px;
  border-radius: 3px;
  padding: 14px 30px;
  font-size: 18px;
}

/* line 30, resources/assets/styles/common/components/buttons.scss */

.button:not(.menu-item),
.text-white .button:not(.menu-item),
.button:not(.menu-item):link,
.text-white .button:not(.menu-item):link,
.button:not(.menu-item):visited,
.text-white .button:not(.menu-item):visited,
.button:not(.menu-item):hover,
.text-white .button:not(.menu-item):hover,
.button:not(.menu-item):active,
.text-white .button:not(.menu-item):active,
.button:not(.menu-item).-lrg,
.text-white .button:not(.menu-item).-lrg,
.button:not(.menu-item).-lrg:link,
.text-white .button:not(.menu-item).-lrg:link,
.button:not(.menu-item).-lrg:visited,
.text-white .button:not(.menu-item).-lrg:visited,
.button:not(.menu-item).-lrg:hover,
.text-white .button:not(.menu-item).-lrg:hover,
.button:not(.menu-item).-lrg:active,
.text-white .button:not(.menu-item).-lrg:active,
.button:not(.menu-item).-lg,
.text-white .button:not(.menu-item).-lg,
.button:not(.menu-item).-lg:link,
.text-white .button:not(.menu-item).-lg:link,
.button:not(.menu-item).-lg:visited,
.text-white .button:not(.menu-item).-lg:visited,
.button:not(.menu-item).-lg:hover,
.text-white .button:not(.menu-item).-lg:hover,
.button:not(.menu-item).-lg:active,
.text-white .button:not(.menu-item).-lg:active,
.button:not(.menu-item).-large,
.text-white .button:not(.menu-item).-large,
.button:not(.menu-item).-large:link,
.text-white .button:not(.menu-item).-large:link,
.button:not(.menu-item).-large:visited,
.text-white .button:not(.menu-item).-large:visited,
.button:not(.menu-item).-large:hover,
.text-white .button:not(.menu-item).-large:hover,
.button:not(.menu-item).-large:active,
.text-white .button:not(.menu-item).-large:active,
.button:not(.menu-item).-med,
.text-white .button:not(.menu-item).-med,
.button:not(.menu-item).-med:link,
.text-white .button:not(.menu-item).-med:link,
.button:not(.menu-item).-med:visited,
.text-white .button:not(.menu-item).-med:visited,
.button:not(.menu-item).-med:hover,
.text-white .button:not(.menu-item).-med:hover,
.button:not(.menu-item).-med:active,
.text-white .button:not(.menu-item).-med:active,
.button:not(.menu-item).-medium,
.text-white .button:not(.menu-item).-medium,
.button:not(.menu-item).-medium:link,
.text-white .button:not(.menu-item).-medium:link,
.button:not(.menu-item).-medium:visited,
.text-white .button:not(.menu-item).-medium:visited,
.button:not(.menu-item).-medium:hover,
.text-white .button:not(.menu-item).-medium:hover,
.button:not(.menu-item).-medium:active,
.text-white .button:not(.menu-item).-medium:active,
.button:not(.menu-item).-sml,
.text-white .button:not(.menu-item).-sml,
.button:not(.menu-item).-sml:link,
.text-white .button:not(.menu-item).-sml:link,
.button:not(.menu-item).-sml:visited,
.text-white .button:not(.menu-item).-sml:visited,
.button:not(.menu-item).-sml:hover,
.text-white .button:not(.menu-item).-sml:hover,
.button:not(.menu-item).-sml:active,
.text-white .button:not(.menu-item).-sml:active {
  color: #002845;
}

/* line 835, resources/assets/styles/common/mixins.scss */

.button:not(.menu-item),
.button:not(.menu-item):link,
.button:not(.menu-item):visited {
  background-color: #b1d34a;
  text-decoration: none;
}

/* line 842, resources/assets/styles/common/mixins.scss */

.button:not(.menu-item):hover,
.button:not(.menu-item):active {
  background-color: #96b82d;
  text-decoration: none;
}

/* line 46, resources/assets/styles/common/components/buttons.scss */

.button:not(.menu-item).-grey {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff !important;
}

/* line 835, resources/assets/styles/common/mixins.scss */

.button:not(.menu-item).-grey,
.button:not(.menu-item).-grey:link,
.button:not(.menu-item).-grey:visited {
  background-color: #575A5D;
  text-decoration: none;
}

/* line 842, resources/assets/styles/common/mixins.scss */

.button:not(.menu-item).-grey:hover,
.button:not(.menu-item).-grey:active {
  background-color: #4a4d4f;
  text-decoration: none;
}

/* line 51, resources/assets/styles/common/components/buttons.scss */

.button:not(.menu-item):focus {
  outline: 1px solid #002845;
}

/* line 98, resources/assets/styles/common/components/buttons.scss */

.mini-new-buttons {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  line-height: 1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 21px;
  line-height: 1.4;
  line-height: 1;
  border-radius: 6px;
  padding: 18px 46px 18px;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .mini-new-buttons,
.mini-new-buttons.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .mini-new-buttons,
.mini-new-buttons.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 98, resources/assets/styles/common/components/buttons.scss */

  .mini-new-buttons {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 98, resources/assets/styles/common/components/buttons.scss */

  .mini-new-buttons {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  /* line 98, resources/assets/styles/common/components/buttons.scss */

  .mini-new-buttons {
    font-size: 15px;
  }
}

/* line 835, resources/assets/styles/common/mixins.scss */

.mini-new-buttons,
.mini-new-buttons:link,
.mini-new-buttons:visited {
  background-color: #b1d34a;
  text-decoration: none;
}

/* line 842, resources/assets/styles/common/mixins.scss */

.mini-new-buttons:hover,
.mini-new-buttons:active {
  background-color: #96b82d;
  text-decoration: none;
}

/* line 851, resources/assets/styles/common/mixins.scss */

.mini-new-buttons,
.mini-new-buttons:link,
.mini-new-buttons:active,
.mini-new-buttons:hover,
.mini-new-buttons:visited {
  color: navy;
}

/* line 103, resources/assets/styles/common/components/buttons.scss */

.mini-new-buttons:focus {
  outline: 1px solid #002845;
}

/* line 107, resources/assets/styles/common/components/buttons.scss */

.fb-button-special,
.wpcf7-form-control.wpcf7-submit {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  line-height: 1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 21px;
  line-height: 1.4;
  line-height: 1;
  border-radius: 6px;
  padding: 18px 46px 18px;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .fb-button-special,
.fb-button-special.text-white,
.text-white .wpcf7-form-control.wpcf7-submit,
.wpcf7-form-control.wpcf7-submit.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .fb-button-special,
.fb-button-special.text-green,
.text-green .wpcf7-form-control.wpcf7-submit,
.wpcf7-form-control.wpcf7-submit.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 107, resources/assets/styles/common/components/buttons.scss */

  .fb-button-special,
  .wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 107, resources/assets/styles/common/components/buttons.scss */

  .fb-button-special,
  .wpcf7-form-control.wpcf7-submit {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  /* line 107, resources/assets/styles/common/components/buttons.scss */

  .fb-button-special,
  .wpcf7-form-control.wpcf7-submit {
    font-size: 15px;
  }
}

/* line 835, resources/assets/styles/common/mixins.scss */

.fb-button-special,
.fb-button-special:link,
.fb-button-special:visited,
.wpcf7-form-control.wpcf7-submit,
.wpcf7-form-control.wpcf7-submit:link,
.wpcf7-form-control.wpcf7-submit:visited {
  background-color: #b1d34a;
  text-decoration: none;
}

/* line 842, resources/assets/styles/common/mixins.scss */

.fb-button-special:hover,
.fb-button-special:active,
.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:active {
  background-color: #96b82d;
  text-decoration: none;
}

/* line 851, resources/assets/styles/common/mixins.scss */

.fb-button-special,
.fb-button-special:link,
.fb-button-special:active,
.fb-button-special:hover,
.fb-button-special:visited,
.wpcf7-form-control.wpcf7-submit,
.wpcf7-form-control.wpcf7-submit:link,
.wpcf7-form-control.wpcf7-submit:active,
.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:visited {
  color: navy;
}

/* line 5, resources/assets/styles/common/components/header.scss */

.header-height {
  height: 120px;
}

@media (max-width: 1000px) {
  /* line 5, resources/assets/styles/common/components/header.scss */

  .header-height {
    height: 90px;
  }
}

/* line 12, resources/assets/styles/common/components/header.scss */

header#header {
  position: fixed;
  height: 120px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #002845;
  z-index: 100;
}

/* line 20, resources/assets/styles/common/components/header.scss */

body.admin-bar header#header {
  top: 32px;
}

/* line 23, resources/assets/styles/common/components/header.scss */

header#header a:link,
header#header a:visited,
header#header a:hover,
header#header a:active {
  text-decoration: none;
}

/* line 26, resources/assets/styles/common/components/header.scss */

header#header .center-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 0;
}

/* line 32, resources/assets/styles/common/components/header.scss */

header#header .center-frame .mobile-nav-trig {
  display: none;
}

/* line 35, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-logo {
  display: inline-block;
  width: 100%;
  max-width: 290px;
  padding: 5px 20px 18px 0;
}

/* line 40, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-logo img {
  display: block;
  width: 100%;
}

@media (min-width: 1400px) {
  /* line 45, resources/assets/styles/common/components/header.scss */

  header#header .center-frame .-logo img {
    width: auto;
    height: 68px;
  }
}

@media (min-width: 1180px) and (max-width: 1399px) {
  /* line 51, resources/assets/styles/common/components/header.scss */

  header#header .center-frame .-logo img {
    width: auto;
    height: 51px;
  }
}

/* line 57, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 1px;
}

/* line 63, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 0 25px;
}

/* line 67, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line .green-button {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 8px 7px;
  line-height: 1;
  height: 26px;
  background-color: #b1d34a;
  color: #002845;
  border-radius: 3px;
}

/* line 76, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line .green-button.-linkedin,
header#header .center-frame .-right .-search-line .green-button.-facebook,
header#header .center-frame .-right .-search-line .green-button.-instagram {
  background-color: #bfda70;
}

/* line 78, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line .green-button.-linkedin span,
header#header .center-frame .-right .-search-line .green-button.-facebook span,
header#header .center-frame .-right .-search-line .green-button.-instagram span {
  display: none;
}

/* line 82, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line .green-button:focus {
  outline: 2px solid #fff;
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 63, resources/assets/styles/common/components/header.scss */

  header#header .center-frame .-right .-search-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  /* line 89, resources/assets/styles/common/components/header.scss */

  header#header .center-frame .-right .-search-line .-search {
    margin-bottom: .5rem;
  }
}

/* line 93, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line .-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 95, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line .-search .-inp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: 200px;
  position: relative;
}

/* line 100, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line .-search .-inp input {
  width: 100%;
  height: 26px;
  padding: 3px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 3px;
  font-size: 14px;
}

/* line 109, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line .-search .-inp .-x {
  position: absolute;
  top: 5px;
  right: 4px;
  width: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  cursor: pointer;
}

/* line 117, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line .-search .-inp .-x.-show {
  opacity: 0.6;
}

/* line 119, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line .-search .-inp .-x.-show:hover {
  opacity: 1;
}

/* line 125, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line .-search button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 8px;
}

/* line 130, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line nav.top-nav-top {
  display: inline-block;
}

/* line 133, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line nav.top-nav-top > div ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin: 0;
}

/* line 138, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line nav.top-nav-top > div ul .menu-item {
  display: inline-block;
  margin: 0 0 0 8px;
}

/* line 141, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line nav.top-nav-top > div ul .menu-item a {
  color: #fff;
}

/* line 144, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line nav.top-nav-top > div ul .menu-item:first-child {
  margin-left: 0;
}

/* line 147, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right .-search-line nav.top-nav-top > div ul .menu-item.tel-link {
  padding: 3px 6px;
  color: #fff;
  font-weight: 700;
}

/* line 159, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right nav.top-nav-main > div > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  margin: 6px 0 0 0;
}

/* line 165, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item {
  display: inline-block;
  margin: 0 0 0 22px;
  padding-bottom: 14px;
  position: relative;
}

/* line 170, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item > a {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 17px;
  text-transform: uppercase;
}

/* line 491, resources/assets/styles/common/mixins.scss */

header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item > a,
header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item > a:link,
header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item > a:visited {
  color: #fff;
}

/* line 494, resources/assets/styles/common/mixins.scss */

header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item > a:hover,
header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item > a:active {
  color: #eee;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 170, resources/assets/styles/common/components/header.scss */

  header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item > a {
    font-size: 16px;
  }
}

@media (max-width: 1250px) {
  /* line 170, resources/assets/styles/common/components/header.scss */

  header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item > a {
    font-size: 15px;
  }
}

/* line 522, resources/assets/styles/common/mixins.scss */

header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item > a:focus {
  outline: 2px solid rgba(177, 211, 74, 0.9);
}

/* line 175, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item:first-child {
  margin-left: 0;
}

/* line 178, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item ul.sub-menu {
  padding-left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 26px;
  right: -110px;
}

/* line 187, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item ul.sub-menu li.menu-item {
  display: block;
  margin-bottom: 0;
}

/* line 190, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item ul.sub-menu li.menu-item a {
  background-color: #b1d34a;
  display: block;
  padding: 6px 14px;
  color: #002845;
}

/* line 195, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item ul.sub-menu li.menu-item a:hover,
header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item ul.sub-menu li.menu-item a:focus {
  background-color: #002845 !important;
  color: #b1d34a;
}

/* line 203, resources/assets/styles/common/components/header.scss */

header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item:hover ul.sub-menu,
header#header .center-frame .-right nav.top-nav-main > div > ul > li.menu-item:focus-within ul.sub-menu {
  opacity: 1;
  pointer-events: all;
}

/* line 214, resources/assets/styles/common/components/header.scss */

header#header .-line {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: -1px;
  border-top: 1px solid #fff;
}

@media (max-width: 600px) {
  /* line 214, resources/assets/styles/common/components/header.scss */

  header#header .-line {
    display: none;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 214, resources/assets/styles/common/components/header.scss */

  header#header .-line {
    display: none;
  }
}

@media (min-width: 1001px) and (max-width: 1200px) {
  /* line 232, resources/assets/styles/common/components/header.scss */

  header#header .center-frame .-right nav.top-nav-main > div ul li.menu-item a {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  /* line 12, resources/assets/styles/common/components/header.scss */

  header#header {
    width: 100vw;
    height: 90px;
    overflow: hidden;
    /* try remove after mobile styling done */
  }

  /* line 246, resources/assets/styles/common/components/header.scss */

  header#header .center-frame {
    padding: 22px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 250, resources/assets/styles/common/components/header.scss */

  header#header .center-frame .mobile-nav-trig,
  header#header .center-frame .-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  /* line 253, resources/assets/styles/common/components/header.scss */

  header#header .center-frame .-logo {
    margin-right: 20px;
    max-width: 150px;
    padding: 0 0 5px 0;
  }

  /* line 261, resources/assets/styles/common/components/header.scss */

  header#header .center-frame .mobile-nav-trig {
    display: inline-block;
  }

  /* line 263, resources/assets/styles/common/components/header.scss */

  header#header .center-frame .mobile-nav-trig .-button {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 4px;
    background-color: #b1d34a;
  }

  /* line 268, resources/assets/styles/common/components/header.scss */

  header#header .center-frame .mobile-nav-trig .-button .fa-bars {
    color: #fff;
    font-size: 34px;
  }

  /* line 274, resources/assets/styles/common/components/header.scss */

  header#header .center-frame .-right {
    display: none;
  }
}

/* line 4, resources/assets/styles/common/components/footer.scss */

#scroll-to-top {
  z-index: -1;
  display: block;
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  bottom: 48px;
  right: 10px;
  pointer-events: none;
  /* phone & tablet */
}

@media (max-width: 950px) {
  /* line 4, resources/assets/styles/common/components/footer.scss */

  #scroll-to-top {
    left: calc(50% - 25px);
    bottom: 10px;
  }
}

/* line 18, resources/assets/styles/common/components/footer.scss */

#scroll-to-top.show {
  z-index: 100;
  opacity: 1;
}

/* line 22, resources/assets/styles/common/components/footer.scss */

#scroll-to-top img {
  max-width: 50px;
  pointer-events: all;
}

/* line 29, resources/assets/styles/common/components/footer.scss */

footer.main-footer {
  background-color: #002845;
  /* phone & tablet */
}

/* line 31, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 30px;
}

/* line 34, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col {
  display: inline-block;
}

/* line 36, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col:not(:last-child) {
  margin-right: 20px;
}

/* line 39, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col .-logo {
  display: block;
  margin-bottom: 40px;
  max-width: 250px;
  width: 100%;
  margin-top: -10px;
}

/* line 45, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col .-logo img {
  display: block;
  width: 100%;
}

/* line 50, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col h3 {
  color: #b1d34a;
  margin-bottom: 10px;
}

/* line 54, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col h4,
footer.main-footer .center-frame .-col h5 {
  color: #b1d34a;
}

/* line 57, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col.-left {
  width: 30%;
}

/* line 60, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col.-nav {
  width: 18%;
}

/* line 63, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col.-locations {
  width: 52%;
}

/* line 65, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col.-locations .-cols-and-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

/* line 68, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col.-locations .-cols-and-map .-cols {
  display: inline-block;
  width: 50%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

/* line 72, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col.-locations .-cols-and-map .-cols .-cl {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 75, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col.-locations .-cols-and-map .-cols .-cl h5 {
  margin-bottom: 5px;
}

/* line 78, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col.-locations .-cols-and-map .-cols .-cl h5 a:hover {
  color: #fff;
}

/* line 83, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col.-locations .-cols-and-map .-cols .-cl .-links {
  margin-top: 14px;
  padding-bottom: 12px;
}

/* line 86, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col.-locations .-cols-and-map .-cols .-cl .-links br {
  display: none;
}

/* line 89, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col.-locations .-cols-and-map .-cols .-cl .-links a {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: block;
  padding: 3px 0;
  text-decoration: none;
}

/* line 491, resources/assets/styles/common/mixins.scss */

footer.main-footer .center-frame .-col.-locations .-cols-and-map .-cols .-cl .-links a,
footer.main-footer .center-frame .-col.-locations .-cols-and-map .-cols .-cl .-links a:link,
footer.main-footer .center-frame .-col.-locations .-cols-and-map .-cols .-cl .-links a:visited {
  color: #fff;
}

/* line 494, resources/assets/styles/common/mixins.scss */

footer.main-footer .center-frame .-col.-locations .-cols-and-map .-cols .-cl .-links a:hover,
footer.main-footer .center-frame .-col.-locations .-cols-and-map .-cols .-cl .-links a:active {
  color: #b1d34a;
}

/* line 98, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col.-locations .-cols-and-map .-map {
  display: inline-block;
  width: 50%;
  max-width: 250px;
  padding: 8px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 104, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col.-locations .-cols-and-map .-map img {
  display: block;
  width: 100%;
}

/* line 113, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col .menu-footer-nav-main-container ul li {
  padding-left: 0;
  margin-bottom: 1px;
}

/* line 116, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col .menu-footer-nav-main-container ul li a {
  display: block;
  padding: 3px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 121, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col .menu-footer-nav-main-container ul li a,
footer.main-footer .center-frame .-col .menu-footer-nav-main-container ul li a:link,
footer.main-footer .center-frame .-col .menu-footer-nav-main-container ul li a:visited {
  color: #fff;
}

/* line 124, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col .menu-footer-nav-main-container ul li a:hover,
footer.main-footer .center-frame .-col .menu-footer-nav-main-container ul li a:active {
  color: #b1d34a;
}

/* line 128, resources/assets/styles/common/components/footer.scss */

footer.main-footer .center-frame .-col .menu-footer-nav-main-container ul li:before {
  display: none;
}

@media (max-width: 950px) {
  /* line 137, resources/assets/styles/common/components/footer.scss */

  footer.main-footer .center-frame {
    padding-bottom: 30px;
  }

  /* line 140, resources/assets/styles/common/components/footer.scss */

  footer.main-footer .center-frame .-col.-left {
    width: 33%;
  }

  /* line 143, resources/assets/styles/common/components/footer.scss */

  footer.main-footer .center-frame .-col.-nav {
    width: 32%;
  }

  /* line 146, resources/assets/styles/common/components/footer.scss */

  footer.main-footer .center-frame .-col.-locations {
    width: 35%;
  }

  /* line 148, resources/assets/styles/common/components/footer.scss */

  footer.main-footer .center-frame .-col.-locations .-cols-and-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 150, resources/assets/styles/common/components/footer.scss */

  footer.main-footer .center-frame .-col.-locations .-cols-and-map .-cols {
    width: 100%;
  }

  /* line 155, resources/assets/styles/common/components/footer.scss */

  footer.main-footer .center-frame .-col.-locations .-cols-and-map .-map {
    width: 100%;
  }
}

@media (max-width: 600px) {
  /* line 166, resources/assets/styles/common/components/footer.scss */

  footer.main-footer .center-frame {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 169, resources/assets/styles/common/components/footer.scss */

  footer.main-footer .center-frame .-col.-left,
  footer.main-footer .center-frame .-col.-nav,
  footer.main-footer .center-frame .-col.-locations {
    width: 100%;
  }

  /* line 171, resources/assets/styles/common/components/footer.scss */

  footer.main-footer .center-frame .-col.-left:last-child,
  footer.main-footer .center-frame .-col.-nav:last-child,
  footer.main-footer .center-frame .-col.-locations:last-child {
    padding: 55px 10px 20px;
    text-align: center;
  }

  /* line 174, resources/assets/styles/common/components/footer.scss */

  footer.main-footer .center-frame .-col.-left:last-child .-map,
  footer.main-footer .center-frame .-col.-nav:last-child .-map,
  footer.main-footer .center-frame .-col.-locations:last-child .-map {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }

  /* line 180, resources/assets/styles/common/components/footer.scss */

  footer.main-footer .center-frame .-col.-hide-phone {
    display: none;
  }
}

@media (max-width: 1200px) and (min-width: 951px) {
  /* line 187, resources/assets/styles/common/components/footer.scss */

  footer.main-footer h3 {
    font-size: 24px;
  }
}

/* line 193, resources/assets/styles/common/components/footer.scss */

.footer-legal {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 8px 0 7px;
}

/* line 198, resources/assets/styles/common/components/footer.scss */

.footer-legal .-centered {
  display: inline-block;
}

/* line 200, resources/assets/styles/common/components/footer.scss */

.footer-legal .-centered p,
.footer-legal .-centered li {
  font-size: 12px;
}

/* line 203, resources/assets/styles/common/components/footer.scss */

.footer-legal .-centered .-copyright {
  display: inline-block;
  margin: 0 15px 0 0;
}

/* line 207, resources/assets/styles/common/components/footer.scss */

.footer-legal .-centered .menu-footer-nav-bottom-container {
  display: inline-block;
}

/* line 209, resources/assets/styles/common/components/footer.scss */

.footer-legal .-centered .menu-footer-nav-bottom-container ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0;
  margin: 0;
}

/* line 213, resources/assets/styles/common/components/footer.scss */

.footer-legal .-centered .menu-footer-nav-bottom-container ul li {
  display: inline-block;
  margin-right: 15px;
}

/* line 217, resources/assets/styles/common/components/footer.scss */

.footer-legal .-centered .menu-footer-nav-bottom-container ul li a,
.footer-legal .-centered .menu-footer-nav-bottom-container ul li a:link,
.footer-legal .-centered .menu-footer-nav-bottom-container ul li a:visited {
  color: #333;
}

/* line 220, resources/assets/styles/common/components/footer.scss */

.footer-legal .-centered .menu-footer-nav-bottom-container ul li a:hover,
.footer-legal .-centered .menu-footer-nav-bottom-container ul li a:active {
  color: #002845;
}

@media (max-width: 600px) {
  /* line 193, resources/assets/styles/common/components/footer.scss */

  .footer-legal {
    padding: 18px 0 70px;
  }

  /* line 232, resources/assets/styles/common/components/footer.scss */

  .footer-legal .-centered .menu-footer-nav-bottom-container ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 15px 0;
  }

  /* line 236, resources/assets/styles/common/components/footer.scss */

  .footer-legal .-centered .menu-footer-nav-bottom-container ul li {
    font-size: 14px;
  }
}

/* line 4, resources/assets/styles/common/components/block.scss */

.page-section {
  min-height: 10vw;
  width: 100%;
  overflow: hidden;
  /* try remove after mobile styling done */
  /* phone & tablet */
}

/* line 8, resources/assets/styles/common/components/block.scss */

.page-section.-vert-margins-default {
  margin: 0;
}

/* line 11, resources/assets/styles/common/components/block.scss */

.page-section.-vert-margins-sml {
  margin: calc(20px + 2vw) 0;
}

/* line 14, resources/assets/styles/common/components/block.scss */

.page-section.-vert-margins-lrg {
  margin: calc(80px + 8vw) 0;
}

/* line 17, resources/assets/styles/common/components/block.scss */

.page-section.-vert-margins-top {
  margin: calc(30px + 2vw) 0 0;
}

/* line 20, resources/assets/styles/common/components/block.scss */

.page-section.-vert-margins-bottom {
  margin: 0 0 calc(30px + 2vw);
}

/* line 23, resources/assets/styles/common/components/block.scss */

.page-section.-vert-paddings-none {
  padding: 0;
}

/* line 27, resources/assets/styles/common/components/block.scss */

.page-section.-vert-paddings-sml,
.page-section.-vert-paddings-sml.-with-vimeo .-vert-pads {
  padding: calc(20px + 2vw) 0;
}

/* line 32, resources/assets/styles/common/components/block.scss */

.page-section.-vert-paddings-default,
.page-section.-vert-paddings-default.-with-vimeo .-vert-pads {
  padding: 80px 0;
}

@media (min-width: 1500px) {
  /* line 32, resources/assets/styles/common/components/block.scss */

  .page-section.-vert-paddings-default,
  .page-section.-vert-paddings-default.-with-vimeo .-vert-pads {
    padding: 90px 0;
  }
}

/* line 40, resources/assets/styles/common/components/block.scss */

.page-section.-vert-paddings-lrg,
.page-section.-vert-paddings-lrg.-with-vimeo .-vert-pads {
  padding: calc(60px + 12vw) 0;
}

@media (min-width: 1930px) {
  /* line 40, resources/assets/styles/common/components/block.scss */

  .page-section.-vert-paddings-lrg,
  .page-section.-vert-paddings-lrg.-with-vimeo .-vert-pads {
    padding: 18vw 0;
  }
}

/* line 48, resources/assets/styles/common/components/block.scss */

.page-section.-vert-paddings-huge,
.page-section.-vert-paddings-huge.-with-vimeo .-vert-pads {
  padding: calc(60px + 18vw) 0;
}

@media (min-width: 1930px) {
  /* line 48, resources/assets/styles/common/components/block.scss */

  .page-section.-vert-paddings-huge,
  .page-section.-vert-paddings-huge.-with-vimeo .-vert-pads {
    padding: 22vw 0;
  }
}

/* line 56, resources/assets/styles/common/components/block.scss */

.page-section.-vert-paddings-top,
.page-section.-vert-paddings-top.-with-vimeo .-vert-pads {
  padding: calc(90px + 10vw) 0 calc(50px + 5vw);
}

/* line 61, resources/assets/styles/common/components/block.scss */

.page-section.-vert-paddings-bottom,
.page-section.-vert-paddings-bottom.-with-vimeo .-vert-pads {
  padding: calc(50px + 5vw) 0 calc(90px + 12vw);
}

/* line 65, resources/assets/styles/common/components/block.scss */

.page-section.-with-vimeo {
  padding: 0;
  background-image: url("/app/themes/clicks/dist/images/graphic-lg/loading.svg");
  background-size: 40% !important;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 72, resources/assets/styles/common/components/block.scss */

.page-section.-with-vimeo .vimeo-and-controls .-vimeo {
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: calc(200px + 25vw);
  height: 56.25vw;
}

/* line 78, resources/assets/styles/common/components/block.scss */

.page-section.-with-vimeo .vimeo-and-controls .-vimeo .vid-bg {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 88, resources/assets/styles/common/components/block.scss */

.page-section.-with-vimeo .vimeo-and-controls .-vimeo .vid-bg iframe {
  min-width: 100%;
  height: 56.25vw;
  display: inline-block;
}

/* line 94, resources/assets/styles/common/components/block.scss */

.page-section.-with-vimeo .vimeo-and-controls .-vimeo .-vert-pads {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 103, resources/assets/styles/common/components/block.scss */

.page-section.-with-vimeo .vimeo-and-controls .-vimeo .-vert-pads .header-content {
  display: inline-block;
}

/* line 108, resources/assets/styles/common/components/block.scss */

.page-section.-with-vimeo .vimeo-and-controls .-controls {
  width: 100%;
}

@media (min-width: 601px) {
  /* line 113, resources/assets/styles/common/components/block.scss */

  .page-section.-with-vimeo + .page-section {
    margin-top: -60px;
  }
}

@media (max-width: 600px) {
  /* line 65, resources/assets/styles/common/components/block.scss */

  .page-section.-with-vimeo {
    background-color: #f1fafd;
  }
}

/* line 121, resources/assets/styles/common/components/block.scss */

.page-section h3.-title a {
  font-weight: 500;
}

/* line 124, resources/assets/styles/common/components/block.scss */

.page-section.-cms-navy-bg {
  background-color: #002845;
}

/* line 126, resources/assets/styles/common/components/block.scss */

.page-section.-cms-navy-bg h1,
.page-section.-cms-navy-bg h2,
.page-section.-cms-navy-bg h3,
.page-section.-cms-navy-bg h4,
.page-section.-cms-navy-bg h5,
.page-section.-cms-navy-bg p,
.page-section.-cms-navy-bg li,
.page-section.-cms-navy-bg td,
.page-section.-cms-navy-bg th {
  color: #fff !important;
}

/* line 148, resources/assets/styles/common/components/block.scss */

.page-section.-banner {
  min-height: 20px;
  background-size: contain;
  background-position: center -100px;
  background-repeat: no-repeat;
  position: relative;
}

/* line 1064, resources/assets/styles/common/mixins.scss */

.page-section.-banner[class*='-overlay-']::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1075, resources/assets/styles/common/mixins.scss */

.page-section.-banner[class*='-overlay-25']::before {
  opacity: 0.25;
}

/* line 1080, resources/assets/styles/common/mixins.scss */

.page-section.-banner[class*='-overlay-50']::before {
  opacity: 0.5;
}

/* line 1085, resources/assets/styles/common/mixins.scss */

.page-section.-banner[class*='-overlay-80']::before {
  opacity: 0.8;
}

/* line 1090, resources/assets/styles/common/mixins.scss */

.page-section.-banner[class*='-white-overlay-']::before {
  background-color: #fff;
}

/* line 1095, resources/assets/styles/common/mixins.scss */

.page-section.-banner[class*='-navy-overlay-']::before {
  background-color: #002845;
}

/* line 1100, resources/assets/styles/common/mixins.scss */

.page-section.-banner[class*='-grey-overlay-']::before {
  background-color: #cacaca;
}

/* line 155, resources/assets/styles/common/components/block.scss */

.page-section.-banner > * {
  position: relative;
  z-index: 10;
}

/* line 158, resources/assets/styles/common/components/block.scss */

.page-section.-banner > *,
.page-section.-banner > * > * {
  background-color: inherit;
}

/* line 163, resources/assets/styles/common/components/block.scss */

.page-section.-banner h1:last-child,
.page-section.-banner h2:last-child,
.page-section.-banner h3:last-child,
.page-section.-banner h4:last-child,
.page-section.-banner p:last-child {
  margin-bottom: 0;
}

/* line 179, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-bg-cover {
  background-size: cover;
  background-position: center;
}

/* line 210, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-featured-image {
  height: calc(14vw + 140px);
  display: block;
  background-size: cover;
  background-position: center top 15%;
}

/* line 219, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-recent-posts .center-frame .mobile-slideshow {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 601px) {
  /* line 219, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-recent-posts .center-frame .mobile-slideshow {
    max-width: 1000px;
  }
}

@media (max-width: 600px) {
  /* line 219, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-recent-posts .center-frame .mobile-slideshow {
    width: 90%;
  }
}

/* line 225, resources/assets/styles/common/components/block.scss */

.page-section.-banner .header-content .center-frame {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 227, resources/assets/styles/common/components/block.scss */

.page-section.-banner .header-content .center-frame h1,
.page-section.-banner .header-content .center-frame h2,
.page-section.-banner .header-content .center-frame h3,
.page-section.-banner .header-content .center-frame h4 {
  max-width: 800px;
  margin: 15px auto;
}

/* line 230, resources/assets/styles/common/components/block.scss */

.page-section.-banner .header-content .center-frame h1:first-child,
.page-section.-banner .header-content .center-frame h2:first-child,
.page-section.-banner .header-content .center-frame h3:first-child,
.page-section.-banner .header-content .center-frame h4:first-child {
  margin-top: 20px;
}

/* line 233, resources/assets/styles/common/components/block.scss */

.page-section.-banner .header-content .center-frame h1:last-child,
.page-section.-banner .header-content .center-frame h2:last-child,
.page-section.-banner .header-content .center-frame h3:last-child,
.page-section.-banner .header-content .center-frame h4:last-child {
  margin-bottom: 20px;
}

/* line 253, resources/assets/styles/common/components/block.scss */

.page-section.-banner .header-content .center-frame .-max-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

/* line 258, resources/assets/styles/common/components/block.scss */

.page-section.-banner .header-content + .two-col {
  padding-top: 2vw;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.page-section.-banner .two-col .-left h1 strong,
.page-section.-banner .two-col .-right h1 strong {
  font-weight: 600;
  color: #c6eafb;
}

/* line 267, resources/assets/styles/common/components/block.scss */

.page-section.-banner .two-col .-left p,
.page-section.-banner .two-col .-right p {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 21px;
  line-height: 1.4;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .page-section.-banner .two-col .-left p,
.page-section.-banner .two-col .-left p.text-white,
.text-white .page-section.-banner .two-col .-right p,
.page-section.-banner .two-col .-right p.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .page-section.-banner .two-col .-left p,
.page-section.-banner .two-col .-left p.text-green,
.text-green .page-section.-banner .two-col .-right p,
.page-section.-banner .two-col .-right p.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 267, resources/assets/styles/common/components/block.scss */

  .page-section.-banner .two-col .-left p,
  .page-section.-banner .two-col .-right p {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 267, resources/assets/styles/common/components/block.scss */

  .page-section.-banner .two-col .-left p,
  .page-section.-banner .two-col .-right p {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  /* line 267, resources/assets/styles/common/components/block.scss */

  .page-section.-banner .two-col .-left p,
  .page-section.-banner .two-col .-right p {
    font-size: 15px;
  }
}

/* line 270, resources/assets/styles/common/components/block.scss */

.page-section.-banner .two-col .-left .button,
.page-section.-banner .two-col .-right .button {
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  /* line 278, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-mobile-text-columns-position-left .two-col .-left,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-right,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-left,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-right {
    text-align: left;
  }

  /* line 280, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-mobile-text-columns-position-left .two-col .-left p,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-right p,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-left p,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-right p {
    font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
    font-weight: 500;
    color: #333;
    font-size: 12px;
    line-height: 1.3;
  }

  /* line 127, resources/assets/styles/common/mixins.scss */

  .text-white .page-section.-banner.-mobile-text-columns-position-left .two-col .-left p,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-left p.text-white,
  .text-white .page-section.-banner.-mobile-text-columns-position-left .two-col .-right p,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-right p.text-white,
  .text-white .page-section.-banner.-mobile-text-columns-position-right .two-col .-left p,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-left p.text-white,
  .text-white .page-section.-banner.-mobile-text-columns-position-right .two-col .-right p,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-right p.text-white {
    color: #fff;
  }

  /* line 130, resources/assets/styles/common/mixins.scss */

  .text-green .page-section.-banner.-mobile-text-columns-position-left .two-col .-left p,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-left p.text-green,
  .text-green .page-section.-banner.-mobile-text-columns-position-left .two-col .-right p,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-right p.text-green,
  .text-green .page-section.-banner.-mobile-text-columns-position-right .two-col .-left p,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-left p.text-green,
  .text-green .page-section.-banner.-mobile-text-columns-position-right .two-col .-right p,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-right p.text-green {
    color: #b1d34a;
  }
}

@media (max-width: 600px) and (min-width: 601px) and (max-width: 950px) {
  /* line 280, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-mobile-text-columns-position-left .two-col .-left p,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-right p,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-left p,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-right p {
    font-size: 11px;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 280, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-mobile-text-columns-position-left .two-col .-left p,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-right p,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-left p,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-right p {
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  /* line 289, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-mobile-text-columns-position-left .two-col .-left h2,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-left h3,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-left h4,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-left h5,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-left h6,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-left p,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-right h2,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-right h3,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-right h4,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-right h5,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-right h6,
  .page-section.-banner.-mobile-text-columns-position-left .two-col .-right p {
    padding-right: 42%;
  }

  /* line 298, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-mobile-text-columns-position-right .two-col .-left h2,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-left h3,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-left h4,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-left h5,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-left h6,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-left p,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-right h2,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-right h3,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-right h4,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-right h5,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-right h6,
  .page-section.-banner.-mobile-text-columns-position-right .two-col .-right p {
    padding-left: 42%;
  }
}

/* line 305, resources/assets/styles/common/components/block.scss */

.page-section.-banner .three-col {
  padding: calc(20px + 2vw) 0;
}

@media (max-width: 600px) {
  /* line 305, resources/assets/styles/common/components/block.scss */

  .page-section.-banner .three-col {
    padding: 0;
  }
}

/* line 311, resources/assets/styles/common/components/block.scss */

.page-section.-banner .lower-content {
  padding: calc(20px + 2vw) 0 0;
}

/* line 316, resources/assets/styles/common/components/block.scss */

.page-section.-banner.text-white .header-content h1,
.page-section.-banner.text-white .header-content h2 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .page-section.-banner.text-white .header-content h1 a,
body.specificity-hack main.main .page-section.-banner.text-white .header-content h2 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.page-section.-banner.text-white .header-content h1 strong,
.page-section.-banner.text-white .header-content h2 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .page-section.-banner.text-white .header-content h1,
.text-white .page-section.-banner.text-white .header-content h1 strong,
.text-white .page-section.-banner.text-white .header-content h1 em,
.page-section.-banner.text-white .header-content h1.text-white,
.page-section.-banner.text-white .header-content h1.text-white strong,
.page-section.-banner.text-white .header-content h1.text-white em,
.text-white .page-section.-banner.text-white .header-content h2,
.text-white .page-section.-banner.text-white .header-content h2 strong,
.text-white .page-section.-banner.text-white .header-content h2 em,
.page-section.-banner.text-white .header-content h2.text-white,
.page-section.-banner.text-white .header-content h2.text-white strong,
.page-section.-banner.text-white .header-content h2.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .page-section.-banner.text-white .header-content h1,
.text-green .page-section.-banner.text-white .header-content h1 strong,
.text-green .page-section.-banner.text-white .header-content h1 em,
.page-section.-banner.text-white .header-content h1.text-green,
.page-section.-banner.text-white .header-content h1.text-green strong,
.page-section.-banner.text-white .header-content h1.text-green em,
.text-green .page-section.-banner.text-white .header-content h2,
.text-green .page-section.-banner.text-white .header-content h2 strong,
.text-green .page-section.-banner.text-white .header-content h2 em,
.page-section.-banner.text-white .header-content h2.text-green,
.page-section.-banner.text-white .header-content h2.text-green strong,
.page-section.-banner.text-white .header-content h2.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 316, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.text-white .header-content h1,
  .page-section.-banner.text-white .header-content h2 {
    font-size: 55px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 316, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.text-white .header-content h1,
  .page-section.-banner.text-white .header-content h2 {
    font-size: 50px;
  }
}

@media (max-width: 600px) {
  /* line 316, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.text-white .header-content h1,
  .page-section.-banner.text-white .header-content h2 {
    font-size: 34px;
  }
}

/* line 323, resources/assets/styles/common/components/block.scss */

.page-section.-banner.text-white .two-col .-left h1,
.page-section.-banner.text-white .two-col .-left h2,
.page-section.-banner.text-white .two-col .-right h1,
.page-section.-banner.text-white .two-col .-right h2 {
  color: #fff;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.page-section.-banner.text-white .two-col .-left h1 strong,
.page-section.-banner.text-white .two-col .-left h2 strong,
.page-section.-banner.text-white .two-col .-right h1 strong,
.page-section.-banner.text-white .two-col .-right h2 strong {
  font-weight: 600;
  color: #c6eafb;
}

/* line 327, resources/assets/styles/common/components/block.scss */

.page-section.-banner.text-white .two-col .-left p,
.page-section.-banner.text-white .two-col .-left h3,
.page-section.-banner.text-white .two-col .-left h4,
.page-section.-banner.text-white .two-col .-left h5,
.page-section.-banner.text-white .two-col .-left h6,
.page-section.-banner.text-white .two-col .-right p,
.page-section.-banner.text-white .two-col .-right h3,
.page-section.-banner.text-white .two-col .-right h4,
.page-section.-banner.text-white .two-col .-right h5,
.page-section.-banner.text-white .two-col .-right h6 {
  color: #fff;
}

/* line 333, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-cms-contractor-of-the-year {
  padding-bottom: calc(200px + 20vw);
}

/* line 337, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-buttons-three ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}

/* line 342, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-buttons-three ul .blocks-gallery-item a figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

/* line 345, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-buttons-three ul .blocks-gallery-item a figure .-ico {
  padding: 10px !important;
}

/* line 348, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-buttons-three ul .blocks-gallery-item a figure figcaption {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #1675ab;
  font-size: 17px;
  min-height: 50px;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .page-section.-banner.-buttons-three ul .blocks-gallery-item a figure figcaption a {
  font-weight: 600;
}

/* line 356, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-buttons-three ul .blocks-gallery-item a:hover figure {
  background-color: #2774aa;
}

/* line 359, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-buttons-three ul .blocks-gallery-item a:hover figure .-ico span:before {
  color: #fff;
}

/* line 363, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-buttons-three ul .blocks-gallery-item a:hover figure figcaption {
  border-color: #fff;
  color: #fff;
}

/* line 373, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-gallery-four {
  /* phone & tablet */
}

/* line 375, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-gallery-four .center-frame .-heading {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: calc(20px + 3vw);
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .page-section.-banner.-gallery-four .center-frame .-heading a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.page-section.-banner.-gallery-four .center-frame .-heading strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .page-section.-banner.-gallery-four .center-frame .-heading,
.text-white .page-section.-banner.-gallery-four .center-frame .-heading strong,
.text-white .page-section.-banner.-gallery-four .center-frame .-heading em,
.page-section.-banner.-gallery-four .center-frame .-heading.text-white,
.page-section.-banner.-gallery-four .center-frame .-heading.text-white strong,
.page-section.-banner.-gallery-four .center-frame .-heading.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .page-section.-banner.-gallery-four .center-frame .-heading,
.text-green .page-section.-banner.-gallery-four .center-frame .-heading strong,
.text-green .page-section.-banner.-gallery-four .center-frame .-heading em,
.page-section.-banner.-gallery-four .center-frame .-heading.text-green,
.page-section.-banner.-gallery-four .center-frame .-heading.text-green strong,
.page-section.-banner.-gallery-four .center-frame .-heading.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 375, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-gallery-four .center-frame .-heading {
    font-size: 55px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 375, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-gallery-four .center-frame .-heading {
    font-size: 50px;
  }
}

@media (max-width: 600px) {
  /* line 375, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-gallery-four .center-frame .-heading {
    font-size: 34px;
  }
}

/* line 380, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-gallery-four .center-frame .-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 382, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-gallery-four .center-frame .-grid .-cell {
  display: inline-block;
}

/* line 384, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-gallery-four .center-frame .-grid .-cell .img-contain {
  background-color: transparent;
}

/* line 387, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-gallery-four .center-frame .-grid .-cell[href='#'] {
  pointer-events: none;
}

/* line 390, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-gallery-four .center-frame .-grid .-cell h4 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 30px;
  line-height: 1.2;
  text-decoration: none;
  padding-top: 20px;
  text-align: center;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .page-section.-banner.-gallery-four .center-frame .-grid .-cell h4 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.page-section.-banner.-gallery-four .center-frame .-grid .-cell h4 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .page-section.-banner.-gallery-four .center-frame .-grid .-cell h4,
.text-white .page-section.-banner.-gallery-four .center-frame .-grid .-cell h4 strong,
.text-white .page-section.-banner.-gallery-four .center-frame .-grid .-cell h4 em,
.page-section.-banner.-gallery-four .center-frame .-grid .-cell h4.text-white,
.page-section.-banner.-gallery-four .center-frame .-grid .-cell h4.text-white strong,
.page-section.-banner.-gallery-four .center-frame .-grid .-cell h4.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .page-section.-banner.-gallery-four .center-frame .-grid .-cell h4,
.text-green .page-section.-banner.-gallery-four .center-frame .-grid .-cell h4 strong,
.text-green .page-section.-banner.-gallery-four .center-frame .-grid .-cell h4 em,
.page-section.-banner.-gallery-four .center-frame .-grid .-cell h4.text-green,
.page-section.-banner.-gallery-four .center-frame .-grid .-cell h4.text-green strong,
.page-section.-banner.-gallery-four .center-frame .-grid .-cell h4.text-green em {
  color: #b1d34a;
}

/* line 253, resources/assets/styles/common/mixins.scss */

.page-section.-banner.-gallery-four .center-frame .-grid .-cell h4 a {
  text-decoration: none;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 390, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-gallery-four .center-frame .-grid .-cell h4 {
    font-size: 28px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 390, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-gallery-four .center-frame .-grid .-cell h4 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  /* line 390, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-gallery-four .center-frame .-grid .-cell h4 {
    font-size: 25px;
  }
}

@media (min-width: 951px) {
  /* line 401, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-gallery-four .center-frame .-grid .-cell {
    width: 100%;
    margin-right: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  /* line 405, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-gallery-four .center-frame .-grid .-cell:nth-child(4) {
    margin-right: 0;
  }
}

@media (max-width: 950px) {
  /* line 414, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-gallery-four .center-frame .-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 416, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-gallery-four .center-frame .-grid .-cell {
    width: calc(50% - 20px);
    margin-right: 40px;
    padding: 20px !important;
  }

  /* line 420, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-gallery-four .center-frame .-grid .-cell:nth-child(2n) {
    margin-right: 0;
  }
}

/* line 438, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-min-height-420 {
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 442, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-min-height-420 h1 {
  text-transform: none;
}

/* line 445, resources/assets/styles/common/components/block.scss */

.page-section.-banner.-min-height-420 p {
  max-width: 500px;
}

@media (min-width: 801px) {
  /* line 450, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-only-mobile {
    display: none;
  }
}

@media (max-width: 800px) {
  /* line 455, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-only-desktop {
    display: none;
  }
}

/* line 462, resources/assets/styles/common/components/block.scss */

.page-section.-tabs .-heading h2 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .page-section.-tabs .-heading h2 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.page-section.-tabs .-heading h2 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .page-section.-tabs .-heading h2,
.text-white .page-section.-tabs .-heading h2 strong,
.text-white .page-section.-tabs .-heading h2 em,
.page-section.-tabs .-heading h2.text-white,
.page-section.-tabs .-heading h2.text-white strong,
.page-section.-tabs .-heading h2.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .page-section.-tabs .-heading h2,
.text-green .page-section.-tabs .-heading h2 strong,
.text-green .page-section.-tabs .-heading h2 em,
.page-section.-tabs .-heading h2.text-green,
.page-section.-tabs .-heading h2.text-green strong,
.page-section.-tabs .-heading h2.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 462, resources/assets/styles/common/components/block.scss */

  .page-section.-tabs .-heading h2 {
    font-size: 55px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 462, resources/assets/styles/common/components/block.scss */

  .page-section.-tabs .-heading h2 {
    font-size: 50px;
  }
}

@media (max-width: 600px) {
  /* line 462, resources/assets/styles/common/components/block.scss */

  .page-section.-tabs .-heading h2 {
    font-size: 34px;
  }
}

/* line 472, resources/assets/styles/common/components/block.scss */

.page-section.-instagram .center-frame h2 {
  text-align: center;
  margin-bottom: 35px;
}

/* line 476, resources/assets/styles/common/components/block.scss */

.page-section.-instagram .center-frame #sb_instagram {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px) !important;
}

/* line 482, resources/assets/styles/common/components/block.scss */

.page-section.-instagram .center-frame #sb_instagram #sbi_images .sbi-owl-nav .sbi-owl-prev,
.page-section.-instagram .center-frame #sb_instagram #sbi_images .sbi-owl-nav .sbi-owl-next {
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  padding: 0;
  width: 0;
  height: 0;
  border-radius: 0;
  background-color: transparent;
  border: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 495, resources/assets/styles/common/components/block.scss */

.page-section.-instagram .center-frame #sb_instagram #sbi_images .sbi-owl-nav .sbi-owl-prev svg,
.page-section.-instagram .center-frame #sb_instagram #sbi_images .sbi-owl-nav .sbi-owl-next svg {
  display: none;
}

/* line 498, resources/assets/styles/common/components/block.scss */

.page-section.-instagram .center-frame #sb_instagram #sbi_images .sbi-owl-nav .sbi-owl-prev:hover,
.page-section.-instagram .center-frame #sb_instagram #sbi_images .sbi-owl-nav .sbi-owl-next:hover {
  opacity: 1;
}

/* line 502, resources/assets/styles/common/components/block.scss */

.page-section.-instagram .center-frame #sb_instagram #sbi_images .sbi-owl-nav .sbi-owl-prev {
  border-right-color: #e1711d;
  left: -40px;
}

/* line 506, resources/assets/styles/common/components/block.scss */

.page-section.-instagram .center-frame #sb_instagram #sbi_images .sbi-owl-nav .sbi-owl-next {
  border-left-color: #e1711d;
  right: -40px;
}

/* line 513, resources/assets/styles/common/components/block.scss */

.page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn {
  margin: 0 10px;
}

/* line 516, resources/assets/styles/common/components/block.scss */

.page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn a {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  line-height: 1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 17px;
  line-height: 1.4;
  line-height: 1;
  border-radius: 5px;
  padding: 12px 30px 10px;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid #0369a7 !important;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn a,
.page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn a.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn a,
.page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn a.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 516, resources/assets/styles/common/components/block.scss */

  .page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn a {
    font-size: 16px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 516, resources/assets/styles/common/components/block.scss */

  .page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn a {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  /* line 516, resources/assets/styles/common/components/block.scss */

  .page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn a {
    font-size: 14px;
  }
}

/* line 835, resources/assets/styles/common/mixins.scss */

.page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn a,
.page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn a:link,
.page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn a:visited {
  background-color: #b1d34a;
  text-decoration: none;
}

/* line 842, resources/assets/styles/common/mixins.scss */

.page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn a:hover,
.page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_follow_btn a:active {
  background-color: #002845;
  text-decoration: none;
}

@media (min-width: 601px) {
  /* line 526, resources/assets/styles/common/components/block.scss */

  .page-section.-instagram .center-frame #sb_instagram #sbi_load .sbi_load_btn {
    display: none;
  }
}

/* line 537, resources/assets/styles/common/components/block.scss */

.page-section.-accordion-gallery .accordion-gallery .-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
}

/* line 540, resources/assets/styles/common/components/block.scss */

.page-section.-accordion-gallery .accordion-gallery .-row .-cell {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 120px;
  background-position: center;
  background-size: cover;
}

/* line 546, resources/assets/styles/common/components/block.scss */

.page-section.-accordion-gallery .accordion-gallery .-row .-cell:not(.-current) {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-filter: saturate(30%);
  /* Safari 6.0 - 9.0 */
  filter: saturate(30%);
}

/* line 554, resources/assets/styles/common/components/block.scss */

.page-section.-accordion-gallery .accordion-gallery .-expander {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
  overflow: hidden;
  background-color: #f1fafd;
}

/* line 560, resources/assets/styles/common/components/block.scss */

.page-section.-accordion-gallery .accordion-gallery .-expander .-height {
  width: 100%;
}

/* line 562, resources/assets/styles/common/components/block.scss */

.page-section.-accordion-gallery .accordion-gallery .-expander .-height .-content {
  padding: 20px;
}

@media (max-width: 600px) {
  /* line 570, resources/assets/styles/common/components/block.scss */

  .page-section.-accordion-gallery {
    display: block;
  }
}

@media (max-width: 950px) {
  /* line 575, resources/assets/styles/common/components/block.scss */

  .page-section,
  .page-section.-mobile-vert-paddings-default {
    padding: calc(30px + 5vw) 0;
  }

  /* line 578, resources/assets/styles/common/components/block.scss */

  .page-section.-mobile-vert-paddings-none {
    padding: 0;
  }

  /* line 581, resources/assets/styles/common/components/block.scss */

  .page-section.-mobile-vert-paddings-sml {
    padding: calc(20px + 2vw) 0;
  }

  /* line 584, resources/assets/styles/common/components/block.scss */

  .page-section.-mobile-vert-paddings-lrg {
    padding: calc(60px + 8vw) 0;
  }

  /* line 588, resources/assets/styles/common/components/block.scss */

  .page-section.-mobile-vert-paddings-top {
    padding: calc(90px + 9vw) 0 calc(40px + 3vw);
  }

  /* line 591, resources/assets/styles/common/components/block.scss */

  .page-section.-mobile-vert-paddings-bottom {
    padding: calc(40px + 3vw) 0 calc(120px + 9vw);
  }

  /* line 594, resources/assets/styles/common/components/block.scss */

  .page-section.-mobile-vert-paddings-bottom-xl {
    padding: calc(40px + 3vw) 0 calc(250px + 25vw);
  }

  /* line 597, resources/assets/styles/common/components/block.scss */

  .page-section.-banner {
    background-size: cover;
    background-position: center;
  }

  /* line 601, resources/assets/styles/common/components/block.scss */

  .page-section.-banner.-cms-phone-text-centre p,
  .page-section.-banner.-cms-phone-text-centre h1,
  .page-section.-banner.-cms-phone-text-centre h2,
  .page-section.-banner.-cms-phone-text-centre h3,
  .page-section.-banner.-cms-phone-text-centre h4,
  .page-section.-banner.-cms-phone-text-centre h5,
  .page-section.-banner.-cms-phone-text-centre h6 {
    text-align: center;
  }

  /* line 605, resources/assets/styles/common/components/block.scss */

  .page-section.-banner .section-middle {
    height: 200px;
  }

  /* line 608, resources/assets/styles/common/components/block.scss */

  .page-section.-banner .section-middle-lrg {
    height: 260px;
  }

  /* line 611, resources/assets/styles/common/components/block.scss */

  .page-section.-banner .gap-100 {
    height: 100px;
  }

  /* line 614, resources/assets/styles/common/components/block.scss */

  .page-section.-banner .gap-150 {
    height: 150px;
  }

  /* line 617, resources/assets/styles/common/components/block.scss */

  .page-section.-banner .gap-200 {
    height: 200px;
  }

  /* line 620, resources/assets/styles/common/components/block.scss */

  .page-section.-banner .gap-250 {
    height: 250px;
  }

  /* line 623, resources/assets/styles/common/components/block.scss */

  .page-section.-banner .gap-300 {
    height: 300px;
  }
}

/* line 629, resources/assets/styles/common/components/block.scss */

.page-section.-cms-huge-heading h2 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 32px;
  line-height: 1;
  color: #002845;
  color: #1675ab;
  margin-bottom: 25px;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .page-section.-cms-huge-heading h2 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.page-section.-cms-huge-heading h2 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .page-section.-cms-huge-heading h2,
.text-white .page-section.-cms-huge-heading h2 strong,
.text-white .page-section.-cms-huge-heading h2 em,
.page-section.-cms-huge-heading h2.text-white,
.page-section.-cms-huge-heading h2.text-white strong,
.page-section.-cms-huge-heading h2.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .page-section.-cms-huge-heading h2,
.text-green .page-section.-cms-huge-heading h2 strong,
.text-green .page-section.-cms-huge-heading h2 em,
.page-section.-cms-huge-heading h2.text-green,
.page-section.-cms-huge-heading h2.text-green strong,
.page-section.-cms-huge-heading h2.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 629, resources/assets/styles/common/components/block.scss */

  .page-section.-cms-huge-heading h2 {
    font-size: 70px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 629, resources/assets/styles/common/components/block.scss */

  .page-section.-cms-huge-heading h2 {
    font-size: 44px;
  }
}

@media (max-width: 600px) {
  /* line 629, resources/assets/styles/common/components/block.scss */

  .page-section.-cms-huge-heading h2 {
    font-size: 34px;
  }
}

/* line 634, resources/assets/styles/common/components/block.scss */

.page-section.-cms-huge-heading h3 + p {
  margin-top: 25px;
}

/* line 637, resources/assets/styles/common/components/block.scss */

.page-section.-cms-huge-heading p {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 19px;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  color: #555;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .page-section.-cms-huge-heading p,
.page-section.-cms-huge-heading p.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .page-section.-cms-huge-heading p,
.page-section.-cms-huge-heading p.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 637, resources/assets/styles/common/components/block.scss */

  .page-section.-cms-huge-heading p {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 637, resources/assets/styles/common/components/block.scss */

  .page-section.-cms-huge-heading p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  /* line 637, resources/assets/styles/common/components/block.scss */

  .page-section.-cms-huge-heading p {
    font-size: 18px;
  }
}

/* line 653, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(16.6% - 10px);
  padding: 12px;
  text-decoration: none;
}

/* line 609, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-icon {
  /* deprecate for icomoon */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 617, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-icon img {
  max-height: 100px;
  max-width: 60%;
  margin-bottom: 12px;
}

/* line 623, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-ico {
  /* icomoon - this is preferred; for color changing */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 631, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-ico span {
  font-size: 70px;
}

/* line 635, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 641, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-text h5,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 22px;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .dcode-tabs.-tabs-6 .-triggers .-trig .-text h5 a,
body.specificity-hack main.main .dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-text h5 strong,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .dcode-tabs.-tabs-6 .-triggers .-trig .-text h5,
.text-white .dcode-tabs.-tabs-6 .-triggers .-trig .-text h5 strong,
.text-white .dcode-tabs.-tabs-6 .-triggers .-trig .-text h5 em,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text h5.text-white,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text h5.text-white strong,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text h5.text-white em,
.text-white .dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title,
.text-white .dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title strong,
.text-white .dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title em,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title.text-white,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title.text-white strong,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .dcode-tabs.-tabs-6 .-triggers .-trig .-text h5,
.text-green .dcode-tabs.-tabs-6 .-triggers .-trig .-text h5 strong,
.text-green .dcode-tabs.-tabs-6 .-triggers .-trig .-text h5 em,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text h5.text-green,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text h5.text-green strong,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text h5.text-green em,
.text-green .dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title,
.text-green .dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title strong,
.text-green .dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title em,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title.text-green,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title.text-green strong,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 641, resources/assets/styles/common/mixins.scss */

  .dcode-tabs.-tabs-6 .-triggers .-trig .-text h5,
  .dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title {
    font-size: 21px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 641, resources/assets/styles/common/mixins.scss */

  .dcode-tabs.-tabs-6 .-triggers .-trig .-text h5,
  .dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title {
    font-size: 19px;
  }
}

@media (max-width: 600px) {
  /* line 641, resources/assets/styles/common/mixins.scss */

  .dcode-tabs.-tabs-6 .-triggers .-trig .-text h5,
  .dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title {
    font-size: 18px;
  }
}

/* line 646, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-text h5:last-child,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title:last-child {
  margin-bottom: 0;
}

/* line 651, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig br {
  display: none;
}

/* line 660, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-7 .-triggers .-trig {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(14.3% - 10px);
  padding: 12px;
  text-decoration: none;
}

/* line 609, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-7 .-triggers .-trig .-icon {
  /* deprecate for icomoon */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 617, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-7 .-triggers .-trig .-icon img {
  max-height: 100px;
  max-width: 60%;
  margin-bottom: 12px;
}

/* line 623, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-7 .-triggers .-trig .-ico {
  /* icomoon - this is preferred; for color changing */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 631, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-7 .-triggers .-trig .-ico span {
  font-size: 70px;
}

/* line 635, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-7 .-triggers .-trig .-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 641, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-7 .-triggers .-trig .-text h5,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 22px;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .dcode-tabs.-tabs-7 .-triggers .-trig .-text h5 a,
body.specificity-hack main.main .dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-7 .-triggers .-trig .-text h5 strong,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .dcode-tabs.-tabs-7 .-triggers .-trig .-text h5,
.text-white .dcode-tabs.-tabs-7 .-triggers .-trig .-text h5 strong,
.text-white .dcode-tabs.-tabs-7 .-triggers .-trig .-text h5 em,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text h5.text-white,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text h5.text-white strong,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text h5.text-white em,
.text-white .dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title,
.text-white .dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title strong,
.text-white .dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title em,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title.text-white,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title.text-white strong,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .dcode-tabs.-tabs-7 .-triggers .-trig .-text h5,
.text-green .dcode-tabs.-tabs-7 .-triggers .-trig .-text h5 strong,
.text-green .dcode-tabs.-tabs-7 .-triggers .-trig .-text h5 em,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text h5.text-green,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text h5.text-green strong,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text h5.text-green em,
.text-green .dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title,
.text-green .dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title strong,
.text-green .dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title em,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title.text-green,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title.text-green strong,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 641, resources/assets/styles/common/mixins.scss */

  .dcode-tabs.-tabs-7 .-triggers .-trig .-text h5,
  .dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title {
    font-size: 21px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 641, resources/assets/styles/common/mixins.scss */

  .dcode-tabs.-tabs-7 .-triggers .-trig .-text h5,
  .dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title {
    font-size: 19px;
  }
}

@media (max-width: 600px) {
  /* line 641, resources/assets/styles/common/mixins.scss */

  .dcode-tabs.-tabs-7 .-triggers .-trig .-text h5,
  .dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title {
    font-size: 18px;
  }
}

/* line 646, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-7 .-triggers .-trig .-text h5:last-child,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title:last-child {
  margin-bottom: 0;
}

/* line 651, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-7 .-triggers .-trig br {
  display: none;
}

/* line 665, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6,
.dcode-tabs.-tabs-7 {
  /* phone & tablet */
}

/* line 666, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers,
.dcode-tabs.-tabs-7 .-triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 669, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig,
.dcode-tabs.-tabs-7 .-triggers .-trig {
  border: 1px solid #b1d34a;
  border-radius: 4px;
  background-color: #c6eafb;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
}

/* line 656, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-icon,
.dcode-tabs.-tabs-7 .-triggers .-trig .-icon {
  /* deprecate for icomoon */
  border-bottom: 1px solid #1675ab;
}

/* line 660, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-ico,
.dcode-tabs.-tabs-7 .-triggers .-trig .-ico {
  /* icomoon - this is preferred; for color changing */
  border-bottom: 1px solid #1675ab;
}

/* line 663, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-ico span,
.dcode-tabs.-tabs-7 .-triggers .-trig .-ico span {
  color: #1675ab;
}

/* line 668, resources/assets/styles/common/mixins.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-text h5,
.dcode-tabs.-tabs-6 .-triggers .-trig .-text .-title,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text h5,
.dcode-tabs.-tabs-7 .-triggers .-trig .-text .-title {
  color: #1675ab;
}

/* line 676, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig:not(.-current),
.dcode-tabs.-tabs-7 .-triggers .-trig:not(.-current) {
  cursor: pointer;
}

/* line 678, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig:not(.-current):hover,
.dcode-tabs.-tabs-7 .-triggers .-trig:not(.-current):hover {
  background-color: #a4daf4;
}

/* line 681, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig:not(.-current) .-pointer,
.dcode-tabs.-tabs-7 .-triggers .-trig:not(.-current) .-pointer {
  display: none;
}

/* line 685, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig.-current,
.dcode-tabs.-tabs-7 .-triggers .-trig.-current {
  background-color: #1d98d6;
  border-color: #1d98d6;
}

/* line 688, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig.-current .-icon,
.dcode-tabs.-tabs-7 .-triggers .-trig.-current .-icon {
  /* deprecate */
  border-color: #fff;
}

/* line 692, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig.-current .-ico,
.dcode-tabs.-tabs-7 .-triggers .-trig.-current .-ico {
  border-color: #fff;
}

/* line 694, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig.-current .-ico span,
.dcode-tabs.-tabs-7 .-triggers .-trig.-current .-ico span {
  color: #fff;
}

/* line 699, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig.-current .-text h5,
.dcode-tabs.-tabs-7 .-triggers .-trig.-current .-text h5 {
  color: #fff;
}

/* line 704, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-pointer,
.dcode-tabs.-tabs-7 .-triggers .-trig .-pointer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
}

/* line 710, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-pointer .-positioned,
.dcode-tabs.-tabs-7 .-triggers .-trig .-pointer .-positioned {
  position: absolute;
  top: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 716, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-triggers .-trig .-pointer .-positioned div,
.dcode-tabs.-tabs-7 .-triggers .-trig .-pointer .-positioned div {
  display: inline-block;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #0087c8;
  width: 14px;
  height: 14px;
  border-right: none;
  border-bottom: none;
}

/* line 730, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-content-windows,
.dcode-tabs.-tabs-7 .-content-windows {
  width: 100%;
  margin-top: 30px;
}

/* line 734, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-content-windows .-window .eight-grid,
.dcode-tabs.-tabs-6 .-content-windows .-window .six-grid,
.dcode-tabs.-tabs-7 .-content-windows .-window .eight-grid,
.dcode-tabs.-tabs-7 .-content-windows .-window .six-grid {
  border: none;
}

/* line 739, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6 .-window,
.dcode-tabs.-tabs-7 .-window {
  display: none;
  border: 1px solid #0087c8;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 10px;
}

/* line 748, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6.-cols-single .-triggers .-trig,
.dcode-tabs.-tabs-7.-cols-single .-triggers .-trig {
  border-bottom: 5px solid #1675ab;
}

/* line 751, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6.-cols-single .-triggers .-trig .-pointer .-positioned,
.dcode-tabs.-tabs-7.-cols-single .-triggers .-trig .-pointer .-positioned {
  top: 28px;
}

/* line 760, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6.-cols-single .-window.-current,
.dcode-tabs.-tabs-7.-cols-single .-window.-current {
  display: block;
}

/* line 763, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6.-cols-single .-window .-left,
.dcode-tabs.-tabs-6.-cols-single .-window .-right,
.dcode-tabs.-tabs-7.-cols-single .-window .-left,
.dcode-tabs.-tabs-7.-cols-single .-window .-right {
  display: block;
  width: 100%;
}

/* line 773, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6.-cols-double .-window.-current,
.dcode-tabs.-tabs-7.-cols-double .-window.-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 777, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6.-cols-double .-window .-left,
.dcode-tabs.-tabs-6.-cols-double .-window .-right,
.dcode-tabs.-tabs-7.-cols-double .-window .-left,
.dcode-tabs.-tabs-7.-cols-double .-window .-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 781, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6.-cols-double .-window .-left .-vert-center,
.dcode-tabs.-tabs-6.-cols-double .-window .-right .-vert-center,
.dcode-tabs.-tabs-7.-cols-double .-window .-left .-vert-center,
.dcode-tabs.-tabs-7.-cols-double .-window .-right .-vert-center {
  display: inline-block;
  width: 100%;
}

/* line 794, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6.-cols-double .-window .-left .eight-grid,
.dcode-tabs.-tabs-6.-cols-double .-window .-right .eight-grid,
.dcode-tabs.-tabs-7.-cols-double .-window .-left .eight-grid,
.dcode-tabs.-tabs-7.-cols-double .-window .-right .eight-grid {
  border: none;
}

/* line 798, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6.-cols-double .-window .-left,
.dcode-tabs.-tabs-7.-cols-double .-window .-left {
  padding-right: 30px;
  border-right: 1px solid #0087c8;
}

/* line 802, resources/assets/styles/common/components/block.scss */

.dcode-tabs.-tabs-6.-cols-double .-window .-right,
.dcode-tabs.-tabs-7.-cols-double .-window .-right {
  padding-left: 30px;
}

@media (max-width: 950px) {
  /* line 811, resources/assets/styles/common/components/block.scss */

  .dcode-tabs.-tabs-6 .-triggers,
  .dcode-tabs.-tabs-7 .-triggers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 813, resources/assets/styles/common/components/block.scss */

  .dcode-tabs.-tabs-6 .-triggers .-trig,
  .dcode-tabs.-tabs-7 .-triggers .-trig {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px;
    padding: 8px;
    height: 76px;
  }

  /* line 819, resources/assets/styles/common/components/block.scss */

  .dcode-tabs.-tabs-6 .-triggers .-trig .-ico,
  .dcode-tabs.-tabs-7 .-triggers .-trig .-ico {
    width: 55px;
    height: auto;
    border-bottom: none;
    border-right: 1px solid #0087c8;
    padding: 0 10px 0 5px;
  }

  /* line 825, resources/assets/styles/common/components/block.scss */

  .dcode-tabs.-tabs-6 .-triggers .-trig .-ico span,
  .dcode-tabs.-tabs-7 .-triggers .-trig .-ico span {
    font-size: 30px;
  }

  /* line 829, resources/assets/styles/common/components/block.scss */

  .dcode-tabs.-tabs-6 .-triggers .-trig .-text,
  .dcode-tabs.-tabs-7 .-triggers .-trig .-text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 0 10px 0 16px;
  }

  /* line 832, resources/assets/styles/common/components/block.scss */

  .dcode-tabs.-tabs-6 .-triggers .-trig .-text h5,
  .dcode-tabs.-tabs-7 .-triggers .-trig .-text h5 {
    text-align: left;
  }

  /* line 837, resources/assets/styles/common/components/block.scss */

  .dcode-tabs.-tabs-6 .-triggers .-trig.-current .-ico,
  .dcode-tabs.-tabs-7 .-triggers .-trig.-current .-ico {
    border-right: 1px solid #fff;
  }

  /* line 845, resources/assets/styles/common/components/block.scss */

  .dcode-tabs.-tabs-6 .-triggers .-trig .-pointer,
  .dcode-tabs.-tabs-7 .-triggers .-trig .-pointer {
    display: none;
  }

  /* line 868, resources/assets/styles/common/components/block.scss */

  .dcode-tabs.-tabs-6.-cols-double .-window.-current,
  .dcode-tabs.-tabs-7.-cols-double .-window.-current {
    display: block;
  }

  /* line 871, resources/assets/styles/common/components/block.scss */

  .dcode-tabs.-tabs-6.-cols-double .-window .-left,
  .dcode-tabs.-tabs-6.-cols-double .-window .-right,
  .dcode-tabs.-tabs-7.-cols-double .-window .-left,
  .dcode-tabs.-tabs-7.-cols-double .-window .-right {
    display: block;
    width: 100%;
  }

  /* line 875, resources/assets/styles/common/components/block.scss */

  .dcode-tabs.-tabs-6.-cols-double .-window .-left,
  .dcode-tabs.-tabs-7.-cols-double .-window .-left {
    border-right: none;
    margin: 0 0 10px;
    padding: 0 0 20px;
    border-bottom: 1px solid #0087c8;
  }

  /* line 881, resources/assets/styles/common/components/block.scss */

  .dcode-tabs.-tabs-6.-cols-double .-window .-right,
  .dcode-tabs.-tabs-7.-cols-double .-window .-right {
    padding: 0;
  }
}

/* line 891, resources/assets/styles/common/components/block.scss */

.image-and-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: calc(10px + 1vw) 0 calc(20px + 1vw);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

/* line 897, resources/assets/styles/common/components/block.scss */

.image-and-caption .-img {
  width: 400px;
  display: inline-block;
}

/* line 900, resources/assets/styles/common/components/block.scss */

.image-and-caption .-img .img-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

/* line 909, resources/assets/styles/common/components/block.scss */

.image-and-caption .-caption {
  width: calc(100% - 460px);
  border: 1px solid #dcdfe7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

/* line 914, resources/assets/styles/common/components/block.scss */

.image-and-caption .-caption .-inner {
  display: inline-block;
  padding: 30px 36px;
  width: 100%;
}

/* line 918, resources/assets/styles/common/components/block.scss */

.image-and-caption .-caption .-inner .img-contain.-only-phone {
  display: none;
}

/* line 922, resources/assets/styles/common/components/block.scss */

.image-and-caption .-caption .-pointer {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 0;
}

/* line 927, resources/assets/styles/common/components/block.scss */

.image-and-caption .-caption .-pointer .-positioned {
  position: absolute;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 933, resources/assets/styles/common/components/block.scss */

.image-and-caption .-caption .-pointer .-positioned div {
  display: inline-block;
  background-color: #f0f7fc;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #0087c8;
  width: 22px;
  height: 22px;
}

/* line 942, resources/assets/styles/common/components/block.scss */

.image-and-caption .-caption .-pointer.-right {
  right: 0;
}

/* line 944, resources/assets/styles/common/components/block.scss */

.image-and-caption .-caption .-pointer.-right .-positioned {
  left: -10px;
}

/* line 946, resources/assets/styles/common/components/block.scss */

.image-and-caption .-caption .-pointer.-right .-positioned div {
  border-left: none;
  border-bottom: none;
}

/* line 952, resources/assets/styles/common/components/block.scss */

.image-and-caption .-caption .-pointer.-left {
  left: 0;
}

/* line 954, resources/assets/styles/common/components/block.scss */

.image-and-caption .-caption .-pointer.-left .-positioned {
  right: -10px;
}

/* line 956, resources/assets/styles/common/components/block.scss */

.image-and-caption .-caption .-pointer.-left .-positioned div {
  border-right: none;
  border-top: none;
}

@media (max-width: 600px) {
  /* line 891, resources/assets/styles/common/components/block.scss */

  .image-and-caption {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 967, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-img {
    display: none;
  }

  /* line 971, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-img,
  .image-and-caption .-caption {
    width: 100%;
  }

  /* line 975, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-caption .-inner {
    padding: 18px 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 978, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-caption .-inner .img-contain.-only-phone {
    background-color: transparent;
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 70px;
    height: 70px;
  }

  /* line 985, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-caption .-inner .-caption-inner {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    padding-left: 10px;
  }

  /* line 990, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-caption .-inner .-caption-inner h2,
  .image-and-caption .-caption .-inner .-caption-inner h3,
  .image-and-caption .-caption .-inner .-caption-inner h4,
  .image-and-caption .-caption .-inner .-caption-inner h5 {
    margin-bottom: 4px;
  }

  /* line 993, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-caption .-inner .-caption-inner h2 {
    font-size: 22px;
  }

  /* line 996, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-caption .-inner .-caption-inner h3 {
    font-size: 16px;
  }

  /* line 999, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-caption .-inner .-caption-inner h4 {
    font-size: 14px;
  }

  /* line 1002, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-caption .-inner .-caption-inner p {
    clear: both;
  }

  /* line 1004, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-caption .-inner .-caption-inner p:first-of-type {
    padding-top: 15px;
  }

  /* line 1007, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-caption .-inner .-caption-inner p .button {
    width: 100%;
  }

  /* line 1013, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-caption .-pointer {
    display: none;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 1019, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-img,
  .image-and-caption .-caption {
    width: 50%;
  }

  /* line 1021, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-img .img-contain,
  .image-and-caption .-caption .img-contain {
    width: 80%;
  }

  /* line 1027, resources/assets/styles/common/components/block.scss */

  .image-and-caption .-img:last-child .img-contain {
    margin-left: auto;
  }
}

/* line 1042, resources/assets/styles/common/components/block.scss */

.cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  top: -15px;
}

/* line 1049, resources/assets/styles/common/components/block.scss */

.cta-box .-top {
  height: 160px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 1053, resources/assets/styles/common/components/block.scss */

.cta-box .-top a img {
  height: 110px;
  display: block;
  margin: 0 auto;
}

/* line 1059, resources/assets/styles/common/components/block.scss */

.cta-box .-top a:hover img {
  -webkit-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 1064, resources/assets/styles/common/components/block.scss */

.cta-box .-top h3 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 23px;
  line-height: 1.2;
  color: #575a5d;
  color: #002845;
  margin: 0;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.cta-box .-top h3 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .cta-box .-top h3,
.text-white .cta-box .-top h3 strong,
.text-white .cta-box .-top h3 em,
.cta-box .-top h3.text-white,
.cta-box .-top h3.text-white strong,
.cta-box .-top h3.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .cta-box .-top h3,
.text-green .cta-box .-top h3 strong,
.text-green .cta-box .-top h3 em,
.cta-box .-top h3.text-green,
.cta-box .-top h3.text-green strong,
.cta-box .-top h3.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 1064, resources/assets/styles/common/components/block.scss */

  .cta-box .-top h3 {
    font-size: 22px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 1064, resources/assets/styles/common/components/block.scss */

  .cta-box .-top h3 {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  /* line 1064, resources/assets/styles/common/components/block.scss */

  .cta-box .-top h3 {
    font-size: 20px;
  }
}

/* line 1070, resources/assets/styles/common/components/block.scss */

.cta-box .-mid {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-bottom: 15px;
}

/* line 1075, resources/assets/styles/common/components/block.scss */

.cta-box .-bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 1078, resources/assets/styles/common/components/block.scss */

.cta-box br {
  display: none;
}

@media (max-width: 600px) {
  /* line 1042, resources/assets/styles/common/components/block.scss */

  .cta-box {
    width: 100%;
    top: 0;
    height: auto;
    padding: 20px 0;
  }
}

/* line 1090, resources/assets/styles/common/components/block.scss */

.feature-client a {
  display: block;
  height: 200px;
}

/* line 1093, resources/assets/styles/common/components/block.scss */

.feature-client a .-img {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
  height: 150px;
  max-width: 240px;
  display: block;
  border-bottom: 1px solid #fff;
}

/* line 1104, resources/assets/styles/common/components/block.scss */

.feature-client a span:not(.-img) {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 1109, resources/assets/styles/common/components/block.scss */

.feature-client a br {
  display: none;
}

/* line 1113, resources/assets/styles/common/components/block.scss */

.feature-client a:hover span:not(.-img) {
  color: #b1d34a;
}

@media (max-width: 600px) {
  /* line 1089, resources/assets/styles/common/components/block.scss */

  .feature-client {
    width: 100%;
    padding-bottom: 20px;
  }

  /* line 1122, resources/assets/styles/common/components/block.scss */

  .feature-client a .-img {
    width: 100%;
    max-width: 200px;
  }
}

/* line 14, resources/assets/styles/common/components/search-section.scss */

section.page-section.jobs-search {
  background-color: #002845;
  overflow: visible;
  min-height: 0;
  padding: 20px 0;
}

/* line 20, resources/assets/styles/common/components/search-section.scss */

section.page-section.jobs-search .center-frame {
  position: relative;
  min-height: 0;
  z-index: 20;
}

/* line 25, resources/assets/styles/common/components/search-section.scss */

section.page-section.jobs-search .center-frame h2,
section.page-section.jobs-search .center-frame h3 {
  color: #b1d34a;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 30, resources/assets/styles/common/components/search-section.scss */

section.page-section.jobs-search .center-frame .inline-fields {
  bottom: 20px;
  left: 0;
  right: 0;
}

/* line 39, resources/assets/styles/common/components/search-section.scss */

section.page-section.jobs-search .center-frame .inline-fields .-field [type='text'],
section.page-section.jobs-search .center-frame .inline-fields .-field select,
section.page-section.jobs-search .center-frame .inline-fields .-field [type='search'] {
  height: 50px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
}

/* line 53, resources/assets/styles/common/components/search-section.scss */

section.page-section.jobs-search .center-frame .inline-fields .button:focus {
  outline: 2px solid #fff;
}

@media (max-width: 1350px) and (min-width: 951px) {
  /* line 64, resources/assets/styles/common/components/search-section.scss */

  section.page-section.jobs-search .center-frame .inline-fields .button {
    width: auto;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 14, resources/assets/styles/common/components/search-section.scss */

  section.page-section.jobs-search {
    padding-bottom: 10px;
  }

  /* line 75, resources/assets/styles/common/components/search-section.scss */

  section.page-section.jobs-search .center-frame .inline-fields {
    bottom: 5px;
    margin-left: -10px;
    margin-right: -10px;
  }

  /* line 79, resources/assets/styles/common/components/search-section.scss */

  section.page-section.jobs-search .center-frame .inline-fields .-field,
  section.page-section.jobs-search .center-frame .inline-fields .button {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
  }

  /* line 84, resources/assets/styles/common/components/search-section.scss */

  section.page-section.jobs-search .center-frame .inline-fields .-field {
    margin-bottom: 15px;
  }

  /* line 93, resources/assets/styles/common/components/search-section.scss */

  section.page-section.jobs-search .center-frame .inline-fields .button {
    height: 50px;
  }
}

@media (max-width: 600px) {
  /* line 102, resources/assets/styles/common/components/search-section.scss */

  section.page-section.jobs-search .center-frame .inline-fields {
    max-width: none;
  }

  /* line 104, resources/assets/styles/common/components/search-section.scss */

  section.page-section.jobs-search .center-frame .inline-fields .-field {
    margin-bottom: 15px;
  }
}

/* line 112, resources/assets/styles/common/components/search-section.scss */

.inline-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 115, resources/assets/styles/common/components/search-section.scss */

.inline-fields .-field {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  margin-right: 14px;
  position: relative;
}

/* line 121, resources/assets/styles/common/components/search-section.scss */

.inline-fields .-field input,
.inline-fields .-field select {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

/* line 126, resources/assets/styles/common/components/search-section.scss */

.inline-fields .-field.-classification:after,
.inline-fields .-field.-location:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\F078";
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 18px;
  color: #b1d34a;
  pointer-events: none;
}

/* line 138, resources/assets/styles/common/components/search-section.scss */

.inline-fields button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 300px;
  text-align: center;
}

@media (max-width: 600px) {
  /* line 112, resources/assets/styles/common/components/search-section.scss */

  .inline-fields {
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 280px;
  }

  /* line 147, resources/assets/styles/common/components/search-section.scss */

  .inline-fields .-field {
    margin: 0 0 20px;
  }

  /* line 149, resources/assets/styles/common/components/search-section.scss */

  .inline-fields .-field.-keyword,
  .inline-fields .-field.-industry,
  .inline-fields .-field.-location,
  .inline-fields .-field .button {
    width: 100%;
  }

  /* line 151, resources/assets/styles/common/components/search-section.scss */

  .inline-fields .-field.-keyword select,
  .inline-fields .-field.-keyword input,
  .inline-fields .-field.-industry select,
  .inline-fields .-field.-industry input,
  .inline-fields .-field.-location select,
  .inline-fields .-field.-location input,
  .inline-fields .-field .button select,
  .inline-fields .-field .button input {
    font-size: 15px;
  }

  /* line 156, resources/assets/styles/common/components/search-section.scss */

  .inline-fields button {
    width: 100%;
  }

  /* line 158, resources/assets/styles/common/components/search-section.scss */

  .inline-fields button.button.-med-form {
    height: 40px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 112, resources/assets/styles/common/components/search-section.scss */

  .inline-fields {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 166, resources/assets/styles/common/components/search-section.scss */

  .inline-fields .-field.-keyword,
  .inline-fields .-field.-industry,
  .inline-fields .-field.-location {
    width: calc(50% - 8px);
    margin: 0 16px 12px 0;
  }

  /* line 169, resources/assets/styles/common/components/search-section.scss */

  .inline-fields .-field.-keyword:nth-child(2n),
  .inline-fields .-field.-industry:nth-child(2n),
  .inline-fields .-field.-location:nth-child(2n) {
    margin-right: 0;
  }

  /* line 174, resources/assets/styles/common/components/search-section.scss */

  .inline-fields button {
    width: calc(50% - 10px);
  }
}

/* line 184, resources/assets/styles/common/components/search-section.scss */

.hot-jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(15vw + 120px);
  margin: 10px 0 30px;
}

/* line 188, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-left,
.hot-jobs .-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* phone & tablet */
}

/* line 727, resources/assets/styles/common/mixins.scss */

.hot-jobs .-left .-triangle,
.hot-jobs .-right .-triangle {
  border: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: relative;
}

/* line 734, resources/assets/styles/common/mixins.scss */

.hot-jobs .-left:hover .-triangle,
.hot-jobs .-right:hover .-triangle {
  opacity: 1;
}

@media (max-width: 950px) {
  /* line 188, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-left,
  .hot-jobs .-right {
    height: auto;
  }
}

/* line 191, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-window {
  overflow-x: hidden;
  display: inline-block;
  height: inherit;
  width: calc(100% - 160px);
}

@media (max-width: 800px) {
  /* line 191, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window {
    overflow-x: scroll;
  }
}

/* line 119, resources/assets/styles/common/reusable.scss */

.hot-jobs .-window::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 0 !important;
}

/* line 123, resources/assets/styles/common/reusable.scss */

.hot-jobs .-window::-webkit-scrollbar:vertical {
  display: none;
  height: 0 !important;
}

/* line 127, resources/assets/styles/common/reusable.scss */

.hot-jobs .-window::-webkit-scrollbar-thumb {
  display: none;
  height: 0 !important;
}

/* line 131, resources/assets/styles/common/reusable.scss */

.hot-jobs .-window::-webkit-scrollbar-track {
  display: none;
  height: 0 !important;
}

/* line 706, resources/assets/styles/common/mixins.scss */

.hot-jobs .-window .-strip {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

/* line 710, resources/assets/styles/common/mixins.scss */

.hot-jobs .-window .-strip .-cell {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/* line 195, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-window .-strip .-cell {
  padding: 5px;
  height: 100%;
}

/* line 198, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-window .-strip .-cell .-bg {
  position: relative;
  height: 100%;
  padding: 0 15px;
  width: 100%;
  background-color: #c6eafb;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  border-radius: 8px;
  border: 1px solid #b1d34a;
}

/* line 207, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-window .-strip .-cell .-bg .-ico {
  height: calc(100% - 170px);
  padding: 20px;
  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-bottom: 1px solid #1675ab;
}

/* line 215, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-window .-strip .-cell .-bg .-ico span {
  font-size: 4vw;
  color: #1675ab;
}

/* line 220, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-window .-strip .-cell .-bg .-text {
  width: 100%;
  height: 100px;
  padding-top: 15px;
}

/* line 224, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-window .-strip .-cell .-bg .-text h5 {
  text-align: center;
}

/* line 226, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-window .-strip .-cell .-bg .-text h5.-title {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 23px;
  line-height: 1.2;
  color: #575a5d;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #1675ab;
  margin-bottom: 8px;
  word-break: break-word;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.hot-jobs .-window .-strip .-cell .-bg .-text h5.-title strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .hot-jobs .-window .-strip .-cell .-bg .-text h5.-title,
.text-white .hot-jobs .-window .-strip .-cell .-bg .-text h5.-title strong,
.text-white .hot-jobs .-window .-strip .-cell .-bg .-text h5.-title em,
.hot-jobs .-window .-strip .-cell .-bg .-text h5.-title.text-white,
.hot-jobs .-window .-strip .-cell .-bg .-text h5.-title.text-white strong,
.hot-jobs .-window .-strip .-cell .-bg .-text h5.-title.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .hot-jobs .-window .-strip .-cell .-bg .-text h5.-title,
.text-green .hot-jobs .-window .-strip .-cell .-bg .-text h5.-title strong,
.text-green .hot-jobs .-window .-strip .-cell .-bg .-text h5.-title em,
.hot-jobs .-window .-strip .-cell .-bg .-text h5.-title.text-green,
.hot-jobs .-window .-strip .-cell .-bg .-text h5.-title.text-green strong,
.hot-jobs .-window .-strip .-cell .-bg .-text h5.-title.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 226, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-cell .-bg .-text h5.-title {
    font-size: 22px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 226, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-cell .-bg .-text h5.-title {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  /* line 226, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-cell .-bg .-text h5.-title {
    font-size: 20px;
  }
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .hot-jobs .-window .-strip .-cell .-bg .-text h5.-title a {
  font-weight: 600;
}

@media (max-width: 1400px) {
  /* line 226, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-cell .-bg .-text h5.-title {
    font-size: 18px;
  }
}

@media (max-width: 1320px) {
  /* line 226, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-cell .-bg .-text h5.-title {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  /* line 226, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-cell .-bg .-text h5.-title {
    overflow-wrap: break-word;
  }
}

/* line 243, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-window .-strip .-cell .-bg .-text h5.-location {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 17px;
  line-height: 1.4;
  color: #1675ab;
  font-weight: normal;
  margin-bottom: 0;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .hot-jobs .-window .-strip .-cell .-bg .-text h5.-location,
.hot-jobs .-window .-strip .-cell .-bg .-text h5.-location.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .hot-jobs .-window .-strip .-cell .-bg .-text h5.-location,
.hot-jobs .-window .-strip .-cell .-bg .-text h5.-location.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 243, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-cell .-bg .-text h5.-location {
    font-size: 16px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 243, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-cell .-bg .-text h5.-location {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  /* line 243, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-cell .-bg .-text h5.-location {
    font-size: 14px;
  }
}

/* line 251, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-window .-strip .-cell .-bg:hover {
  background-color: #a4daf4;
}

/* line 254, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-window .-strip .-cell .-bg:hover .-icon span {
  color: #1675ab;
}

/* line 262, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-window .-strip .-cell:hover .-icon .-bg {
  background-color: #a4daf4;
}

/* line 271, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-left .-triangle {
  border-right-color: #e1711d;
}

/* line 276, resources/assets/styles/common/components/search-section.scss */

.hot-jobs .-right .-triangle {
  border-left-color: #e1711d;
}

@media (min-width: 1500px) {
  /* line 184, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs {
    height: 380px;
  }
}

@media (max-width: 1280px) {
  /* line 184, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs {
    height: 285px;
  }

  /* line 305, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-left,
  .hot-jobs .-right {
    padding-bottom: 15px;
  }

  /* line 309, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window {
    width: calc(100% - 80px);
  }

  /* line 315, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-job .-bg .-ico span {
    font-size: 48px;
  }

  /* line 320, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-job .-text {
    height: 90px;
  }

  /* line 322, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-job .-text h5 {
    font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
    font-weight: 500;
    color: #333;
    font-size: 17px;
    line-height: 1.4;
    color: #1d98d6;
  }

  /* line 127, resources/assets/styles/common/mixins.scss */

  .text-white .hot-jobs .-window .-strip .-job .-text h5,
  .hot-jobs .-window .-strip .-job .-text h5.text-white {
    color: #fff;
  }

  /* line 130, resources/assets/styles/common/mixins.scss */

  .text-green .hot-jobs .-window .-strip .-job .-text h5,
  .hot-jobs .-window .-strip .-job .-text h5.text-green {
    color: #b1d34a;
  }
}

@media (max-width: 1280px) and (min-width: 951px) and (max-width: 1450px) {
  /* line 322, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-job .-text h5 {
    font-size: 16px;
  }
}

@media (max-width: 1280px) and (min-width: 601px) and (max-width: 950px) {
  /* line 322, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-job .-text h5 {
    font-size: 15px;
  }
}

@media (max-width: 1280px) and (max-width: 600px) {
  /* line 322, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-job .-text h5 {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  /* line 184, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs {
    height: 285px;
    margin-bottom: 35px;
  }

  /* line 334, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-left,
  .hot-jobs .-right {
    width: 20px;
  }

  /* line 338, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-left .-triangle {
    left: -15px;
  }

  /* line 343, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-right .-triangle {
    left: 15px;
  }

  /* line 347, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window {
    width: calc(100% - 40px);
  }

  /* line 357, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-job .-bg .-ico span {
    font-size: 48px;
  }

  /* line 362, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs .-window .-strip .-job .-text {
    height: 90px;
  }

  /* line 368, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs + .-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 371, resources/assets/styles/common/components/search-section.scss */

  .hot-jobs + .-cta span {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }
}

/* line 4, resources/assets/styles/common/components/grid.scss */

.six-grid,
.eight-grid {
  border: 1px solid #1d98d6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px;
  width: 100%;
}

/* line 656, resources/assets/styles/common/mixins.scss */

.six-grid .-cell .-icon,
.eight-grid .-cell .-icon {
  /* deprecate for icomoon */
  border-bottom: 1px solid #1d98d6;
}

/* line 660, resources/assets/styles/common/mixins.scss */

.six-grid .-cell .-ico,
.eight-grid .-cell .-ico {
  /* icomoon - this is preferred; for color changing */
  border-bottom: 1px solid #1d98d6;
}

/* line 663, resources/assets/styles/common/mixins.scss */

.six-grid .-cell .-ico span,
.eight-grid .-cell .-ico span {
  color: #1d98d6;
}

/* line 668, resources/assets/styles/common/mixins.scss */

.six-grid .-cell .-text h5,
.six-grid .-cell .-text .-title,
.eight-grid .-cell .-text h5,
.eight-grid .-cell .-text .-title {
  color: #1d98d6;
}

/* line 13, resources/assets/styles/common/components/grid.scss */

.six-grid .-cell a,
.eight-grid .-cell a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-decoration: none;
}

/* line 20, resources/assets/styles/common/components/grid.scss */

.page-section.text-white .six-grid,
.page-section.text-white .eight-grid {
  border-color: #fff;
}

/* line 656, resources/assets/styles/common/mixins.scss */

.page-section.text-white .six-grid .-cell .-icon,
.page-section.text-white .eight-grid .-cell .-icon {
  /* deprecate for icomoon */
  border-bottom: 1px solid #fff;
}

/* line 660, resources/assets/styles/common/mixins.scss */

.page-section.text-white .six-grid .-cell .-ico,
.page-section.text-white .eight-grid .-cell .-ico {
  /* icomoon - this is preferred; for color changing */
  border-bottom: 1px solid #fff;
}

/* line 663, resources/assets/styles/common/mixins.scss */

.page-section.text-white .six-grid .-cell .-ico span,
.page-section.text-white .eight-grid .-cell .-ico span {
  color: #fff;
}

/* line 668, resources/assets/styles/common/mixins.scss */

.page-section.text-white .six-grid .-cell .-text h5,
.page-section.text-white .six-grid .-cell .-text .-title,
.page-section.text-white .eight-grid .-cell .-text h5,
.page-section.text-white .eight-grid .-cell .-text .-title {
  color: #fff;
}

/* line 28, resources/assets/styles/common/components/grid.scss */

.six-grid .-cell {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.33%;
  padding: 12px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  border-radius: 5px;
}

/* line 609, resources/assets/styles/common/mixins.scss */

.six-grid .-cell .-icon {
  /* deprecate for icomoon */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 617, resources/assets/styles/common/mixins.scss */

.six-grid .-cell .-icon img {
  max-height: 100px;
  max-width: 60%;
  margin-bottom: 12px;
}

/* line 623, resources/assets/styles/common/mixins.scss */

.six-grid .-cell .-ico {
  /* icomoon - this is preferred; for color changing */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 631, resources/assets/styles/common/mixins.scss */

.six-grid .-cell .-ico span {
  font-size: 70px;
}

/* line 635, resources/assets/styles/common/mixins.scss */

.six-grid .-cell .-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 641, resources/assets/styles/common/mixins.scss */

.six-grid .-cell .-text h5,
.six-grid .-cell .-text .-title {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 22px;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .six-grid .-cell .-text h5 a,
body.specificity-hack main.main .six-grid .-cell .-text .-title a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.six-grid .-cell .-text h5 strong,
.six-grid .-cell .-text .-title strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .six-grid .-cell .-text h5,
.text-white .six-grid .-cell .-text h5 strong,
.text-white .six-grid .-cell .-text h5 em,
.six-grid .-cell .-text h5.text-white,
.six-grid .-cell .-text h5.text-white strong,
.six-grid .-cell .-text h5.text-white em,
.text-white .six-grid .-cell .-text .-title,
.text-white .six-grid .-cell .-text .-title strong,
.text-white .six-grid .-cell .-text .-title em,
.six-grid .-cell .-text .-title.text-white,
.six-grid .-cell .-text .-title.text-white strong,
.six-grid .-cell .-text .-title.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .six-grid .-cell .-text h5,
.text-green .six-grid .-cell .-text h5 strong,
.text-green .six-grid .-cell .-text h5 em,
.six-grid .-cell .-text h5.text-green,
.six-grid .-cell .-text h5.text-green strong,
.six-grid .-cell .-text h5.text-green em,
.text-green .six-grid .-cell .-text .-title,
.text-green .six-grid .-cell .-text .-title strong,
.text-green .six-grid .-cell .-text .-title em,
.six-grid .-cell .-text .-title.text-green,
.six-grid .-cell .-text .-title.text-green strong,
.six-grid .-cell .-text .-title.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 641, resources/assets/styles/common/mixins.scss */

  .six-grid .-cell .-text h5,
  .six-grid .-cell .-text .-title {
    font-size: 21px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 641, resources/assets/styles/common/mixins.scss */

  .six-grid .-cell .-text h5,
  .six-grid .-cell .-text .-title {
    font-size: 19px;
  }
}

@media (max-width: 600px) {
  /* line 641, resources/assets/styles/common/mixins.scss */

  .six-grid .-cell .-text h5,
  .six-grid .-cell .-text .-title {
    font-size: 18px;
  }
}

/* line 646, resources/assets/styles/common/mixins.scss */

.six-grid .-cell .-text h5:last-child,
.six-grid .-cell .-text .-title:last-child {
  margin-bottom: 0;
}

/* line 651, resources/assets/styles/common/mixins.scss */

.six-grid .-cell br {
  display: none;
}

/* line 33, resources/assets/styles/common/components/grid.scss */

.six-grid .-cell:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 36, resources/assets/styles/common/components/grid.scss */

.six-grid .-cell[href='#'] {
  pointer-events: none;
}

@media (max-width: 600px) {
  /* line 41, resources/assets/styles/common/components/grid.scss */

  .six-grid .-cell {
    width: 50%;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 49, resources/assets/styles/common/components/grid.scss */

  .six-grid .-cell {
    width: 50%;
  }
}

/* line 59, resources/assets/styles/common/components/grid.scss */

.eight-grid .-cell {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  padding: 12px;
  text-decoration: none;
}

/* line 609, resources/assets/styles/common/mixins.scss */

.eight-grid .-cell .-icon {
  /* deprecate for icomoon */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 112px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 617, resources/assets/styles/common/mixins.scss */

.eight-grid .-cell .-icon img {
  max-height: 80px;
  max-width: 60%;
  margin-bottom: 12px;
}

/* line 623, resources/assets/styles/common/mixins.scss */

.eight-grid .-cell .-ico {
  /* icomoon - this is preferred; for color changing */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 112px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 631, resources/assets/styles/common/mixins.scss */

.eight-grid .-cell .-ico span {
  font-size: 70px;
}

/* line 635, resources/assets/styles/common/mixins.scss */

.eight-grid .-cell .-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 641, resources/assets/styles/common/mixins.scss */

.eight-grid .-cell .-text h5,
.eight-grid .-cell .-text .-title {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 22px;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main .eight-grid .-cell .-text h5 a,
body.specificity-hack main.main .eight-grid .-cell .-text .-title a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.eight-grid .-cell .-text h5 strong,
.eight-grid .-cell .-text .-title strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .eight-grid .-cell .-text h5,
.text-white .eight-grid .-cell .-text h5 strong,
.text-white .eight-grid .-cell .-text h5 em,
.eight-grid .-cell .-text h5.text-white,
.eight-grid .-cell .-text h5.text-white strong,
.eight-grid .-cell .-text h5.text-white em,
.text-white .eight-grid .-cell .-text .-title,
.text-white .eight-grid .-cell .-text .-title strong,
.text-white .eight-grid .-cell .-text .-title em,
.eight-grid .-cell .-text .-title.text-white,
.eight-grid .-cell .-text .-title.text-white strong,
.eight-grid .-cell .-text .-title.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .eight-grid .-cell .-text h5,
.text-green .eight-grid .-cell .-text h5 strong,
.text-green .eight-grid .-cell .-text h5 em,
.eight-grid .-cell .-text h5.text-green,
.eight-grid .-cell .-text h5.text-green strong,
.eight-grid .-cell .-text h5.text-green em,
.text-green .eight-grid .-cell .-text .-title,
.text-green .eight-grid .-cell .-text .-title strong,
.text-green .eight-grid .-cell .-text .-title em,
.eight-grid .-cell .-text .-title.text-green,
.eight-grid .-cell .-text .-title.text-green strong,
.eight-grid .-cell .-text .-title.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 641, resources/assets/styles/common/mixins.scss */

  .eight-grid .-cell .-text h5,
  .eight-grid .-cell .-text .-title {
    font-size: 21px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 641, resources/assets/styles/common/mixins.scss */

  .eight-grid .-cell .-text h5,
  .eight-grid .-cell .-text .-title {
    font-size: 19px;
  }
}

@media (max-width: 600px) {
  /* line 641, resources/assets/styles/common/mixins.scss */

  .eight-grid .-cell .-text h5,
  .eight-grid .-cell .-text .-title {
    font-size: 18px;
  }
}

/* line 646, resources/assets/styles/common/mixins.scss */

.eight-grid .-cell .-text h5:last-child,
.eight-grid .-cell .-text .-title:last-child {
  margin-bottom: 0;
}

/* line 651, resources/assets/styles/common/mixins.scss */

.eight-grid .-cell br {
  display: none;
}

/* line 61, resources/assets/styles/common/components/grid.scss */

.eight-grid .-cell .-icon {
  border-bottom: none;
}

/* line 64, resources/assets/styles/common/components/grid.scss */

.eight-grid .-cell .-text {
  padding-top: 0;
}

/* line 66, resources/assets/styles/common/components/grid.scss */

.eight-grid .-cell .-text .-title {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 17px;
  line-height: 1.4;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  color: #1675ab;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .eight-grid .-cell .-text .-title,
.eight-grid .-cell .-text .-title.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .eight-grid .-cell .-text .-title,
.eight-grid .-cell .-text .-title.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 66, resources/assets/styles/common/components/grid.scss */

  .eight-grid .-cell .-text .-title {
    font-size: 16px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 66, resources/assets/styles/common/components/grid.scss */

  .eight-grid .-cell .-text .-title {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  /* line 66, resources/assets/styles/common/components/grid.scss */

  .eight-grid .-cell .-text .-title {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  /* line 58, resources/assets/styles/common/components/grid.scss */

  .eight-grid {
    padding: 0;
  }

  /* line 75, resources/assets/styles/common/components/grid.scss */

  .eight-grid .-cell {
    width: 50%;
  }
}

/* line 3, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] {
  background-color: rgba(0, 40, 69, 0.9);
  position: fixed;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  overflow: hidden;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: none;
}

/* line 14, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav].-open {
  width: calc(100vw - 80px);
}

/* line 19, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] nav.top-nav-main > div > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 6px 0 0 0;
}

/* line 25, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item {
  display: inline-block;
  margin: 0 0 0 22px;
  padding-bottom: 14px;
  position: relative;
}

/* line 30, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item > a {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 17px;
  text-transform: uppercase;
}

/* line 491, resources/assets/styles/common/mixins.scss */

[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item > a,
[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item > a:link,
[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item > a:visited {
  color: #fff;
}

/* line 494, resources/assets/styles/common/mixins.scss */

[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item > a:hover,
[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item > a:active {
  color: #eee;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 30, resources/assets/styles/common/components/mobile-nav.scss */

  [data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item > a {
    font-size: 16px;
  }
}

@media (max-width: 1250px) {
  /* line 30, resources/assets/styles/common/components/mobile-nav.scss */

  [data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item > a {
    font-size: 15px;
  }
}

/* line 522, resources/assets/styles/common/mixins.scss */

[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item > a:focus {
  outline: 2px solid rgba(177, 211, 74, 0.9);
}

/* line 35, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item:first-child {
  margin-left: 0;
}

/* line 38, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item ul.sub-menu {
  padding-left: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 26px;
  right: -110px;
}

/* line 45, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item ul.sub-menu li.menu-item {
  display: block;
  margin-bottom: 0;
}

/* line 48, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item ul.sub-menu li.menu-item a {
  background-color: #b1d34a;
  display: block;
  padding: 6px 14px;
  color: #002845;
}

/* line 53, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item ul.sub-menu li.menu-item a:hover {
  background-color: #002845;
  color: #b1d34a;
}

/* line 61, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] nav.top-nav-main > div > ul > li.menu-item:hover ul.sub-menu {
  display: block;
}

/* line 69, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] .menu-top-nav-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100vw - 80px);
}

/* line 77, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] .menu-top-nav-main-container ul {
  width: 100%;
}

/* line 79, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] .menu-top-nav-main-container ul li.menu-item {
  margin: 0;
}

/* line 81, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] .menu-top-nav-main-container ul li.menu-item a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}

/* line 91, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] .menu-top-nav-main-container ul li.menu-item.current_page_item a {
  background-color: #b1d34a;
  color: #002845;
}

/* line 98, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] .menu-top-nav-main-container > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 8px 0;
}

/* line 106, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] .menu-top-nav-main-container > ul > li.menu-item ul.sub-menu {
  margin-top: 5px;
  padding-left: 0;
}

/* line 110, resources/assets/styles/common/components/mobile-nav.scss */

[data-mobile-nav] .menu-top-nav-main-container > ul > li.menu-item ul.sub-menu li.menu-item a {
  padding-left: 40px;
}

/* line 132, resources/assets/styles/common/components/mobile-nav.scss */

.bottom-fixed-buttons {
  position: fixed;
  background-color: #2774aa;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 250;
}

/* line 140, resources/assets/styles/common/components/mobile-nav.scss */

.bottom-fixed-buttons .menu-top-top-container ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 145, resources/assets/styles/common/components/mobile-nav.scss */

.bottom-fixed-buttons .menu-top-top-container ul li {
  display: inline;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 10px 0 10px 10px;
  line-height: 2;
}

/* line 151, resources/assets/styles/common/components/mobile-nav.scss */

.bottom-fixed-buttons .menu-top-top-container ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 9px;
  width: 100%;
  height: 100% !important;
}

@media (min-width: 385px) and (max-width: 600px) {
  /* line 151, resources/assets/styles/common/components/mobile-nav.scss */

  .bottom-fixed-buttons .menu-top-top-container ul li a {
    font-size: 12px;
    line-height: 1.5;
    padding: 4px 0 5px;
  }
}

@media (max-width: 355px) {
  /* line 151, resources/assets/styles/common/components/mobile-nav.scss */

  .bottom-fixed-buttons .menu-top-top-container ul li a {
    font-size: 10px;
    padding: 6px 12px;
  }
}

/* line 168, resources/assets/styles/common/components/mobile-nav.scss */

.bottom-fixed-buttons .menu-top-top-container ul li:last-child {
  margin-right: 10px;
}

/* line 171, resources/assets/styles/common/components/mobile-nav.scss */

.bottom-fixed-buttons .menu-top-top-container ul li.tel-link {
  display: none;
}

@media (max-width: 600px) {
  /* line 175, resources/assets/styles/common/components/mobile-nav.scss */

  .bottom-fixed-buttons .menu-top-top-container ul li a {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    line-height: 2;
    height: 32px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 183, resources/assets/styles/common/components/mobile-nav.scss */

  .bottom-fixed-buttons .menu-top-top-container ul li a {
    font-size: 11px;
  }
}

@media (min-width: 951px) {
  /* line 132, resources/assets/styles/common/components/mobile-nav.scss */

  .bottom-fixed-buttons {
    display: none;
  }
}

/* line 137, resources/assets/styles/common/components/modal.scss */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  z-index: 250;
}

/* line 150, resources/assets/styles/common/components/modal.scss */

.modal.-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 153, resources/assets/styles/common/components/modal.scss */

.modal.-opaque {
  opacity: 1;
}

/* line 156, resources/assets/styles/common/components/modal.scss */

.modal [data-modal-window] {
  overflow-y: scroll;
  border-radius: 4px;
  width: 80%;
  max-width: 750px;
  background-color: #2774aa;
  padding: 30px;
  text-align: left;
  max-height: calc(100vh - 20px);
  display: none;
}

/* line 746, resources/assets/styles/common/mixins.scss */

.modal [data-modal-window]::-webkit-scrollbar {
  width: 6px;
  -webkit-appearance: none;
}

/* line 750, resources/assets/styles/common/mixins.scss */

.modal [data-modal-window]::-webkit-scrollbar:horizontal {
  display: none;
}

/* line 753, resources/assets/styles/common/mixins.scss */

.modal [data-modal-window]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 757, resources/assets/styles/common/mixins.scss */

.modal [data-modal-window]::-webkit-scrollbar-track {
  background-color: rgba(90, 90, 90, 0.1);
  border-radius: 8px;
}

/* line 167, resources/assets/styles/common/components/modal.scss */

.modal [data-modal-window].-show {
  display: inline-block;
}

/* line 170, resources/assets/styles/common/components/modal.scss */

.modal [data-modal-window] h1,
.modal [data-modal-window] h2,
.modal [data-modal-window] h3,
.modal [data-modal-window] h4,
.modal [data-modal-window] h5,
.modal [data-modal-window] h6,
.modal [data-modal-window] p,
.modal [data-modal-window] label {
  color: #fff;
}

/* line 173, resources/assets/styles/common/components/modal.scss */

.modal [data-modal-window] > h2,
.modal [data-modal-window] > h3,
.modal [data-modal-window] > h4 {
  margin-bottom: 20px;
  text-align: center;
}

/* line 178, resources/assets/styles/common/components/modal.scss */

.modal [data-modal-window] .wpcf7 form input[type='submit'] {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0 .75rem;
  font-size: 1rem;
  border-bottom: 2px solid;
  min-height: 34px;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 21px;
  line-height: 1.4;
  line-height: 1;
  border-radius: 6px;
  padding: 18px 46px 18px;
}

/* line 835, resources/assets/styles/common/mixins.scss */

.modal [data-modal-window] .wpcf7 form input[type='submit'],
.modal [data-modal-window] .wpcf7 form input[type='submit']:link,
.modal [data-modal-window] .wpcf7 form input[type='submit']:visited {
  background-color: #b1d34a;
  text-decoration: none;
}

/* line 842, resources/assets/styles/common/mixins.scss */

.modal [data-modal-window] .wpcf7 form input[type='submit']:hover,
.modal [data-modal-window] .wpcf7 form input[type='submit']:active {
  background-color: #002845;
  text-decoration: none;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .modal [data-modal-window] .wpcf7 form input[type='submit'],
.modal [data-modal-window] .wpcf7 form input[type='submit'].text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .modal [data-modal-window] .wpcf7 form input[type='submit'],
.modal [data-modal-window] .wpcf7 form input[type='submit'].text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 178, resources/assets/styles/common/components/modal.scss */

  .modal [data-modal-window] .wpcf7 form input[type='submit'] {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 178, resources/assets/styles/common/components/modal.scss */

  .modal [data-modal-window] .wpcf7 form input[type='submit'] {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  /* line 178, resources/assets/styles/common/components/modal.scss */

  .modal [data-modal-window] .wpcf7 form input[type='submit'] {
    font-size: 15px;
  }
}

/* line 186, resources/assets/styles/common/components/modal.scss */

.modal [data-modal-window] span.wpcf7-not-valid-tip {
  color: #ffa3a3;
  font-weight: bold;
}

/* line 190, resources/assets/styles/common/components/modal.scss */

.modal [data-modal-window] .wpcf7 form .wpcf7-response-output {
  padding: 20px 0 10px;
  max-width: 100% !important;
}

/* line 193, resources/assets/styles/common/components/modal.scss */

.modal [data-modal-window] .wpcf7 form .wpcf7-response-output.wpcf7-validation-errors,
.modal [data-modal-window] .wpcf7 form .wpcf7-response-output.wpcf7-acceptance-missing {
  color: #ffa3a2;
}

/* line 14, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget,
.widget_instagram-feed-widget {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
}

/* line 18, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget.-blue,
.widget_instagram-feed-widget.-blue {
  padding: 30px;
  border: 1px solid #0087c8;
  background-color: #eaf7fd;
  /* $bg-blue-pale */
}

/* line 6, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget.-blue .-center,
.widget_instagram-feed-widget.-blue .-center {
  text-align: center;
}

/* line 8, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget.-blue .-center img,
.widget_instagram-feed-widget.-blue .-center img {
  width: 100%;
}

/* line 21, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget hr,
.widget_instagram-feed-widget hr {
  border-color: #73b876;
  margin-bottom: 18px;
}

/* line 25, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget h4,
.widget_instagram-feed-widget h4 {
  font-size: 25px;
  font-weight: bold;
}

/* line 29, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget .-img,
.widget_instagram-feed-widget .-img {
  margin-bottom: 12px;
}

/* line 31, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget .-img img,
.widget_instagram-feed-widget .-img img {
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

/* line 37, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget h5,
.widget_instagram-feed-widget h5 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 400;
}

/* line 41, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget p,
.widget_instagram-feed-widget p {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 12px;
  line-height: 1.3;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .clicks-sidebar-widget p,
.clicks-sidebar-widget p.text-white,
.text-white .widget_instagram-feed-widget p,
.widget_instagram-feed-widget p.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .clicks-sidebar-widget p,
.clicks-sidebar-widget p.text-green,
.text-green .widget_instagram-feed-widget p,
.widget_instagram-feed-widget p.text-green {
  color: #b1d34a;
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 41, resources/assets/styles/common/components/sidebar.scss */

  .clicks-sidebar-widget p,
  .widget_instagram-feed-widget p {
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  /* line 41, resources/assets/styles/common/components/sidebar.scss */

  .clicks-sidebar-widget p,
  .widget_instagram-feed-widget p {
    font-size: 11px;
  }
}

/* line 44, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget .button,
.widget_instagram-feed-widget .button {
  margin-top: 15px;
  width: 100%;
}

/* line 48, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget .-two-col,
.widget_instagram-feed-widget .-two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 50, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget .-two-col .-img,
.widget_instagram-feed-widget .-two-col .-img {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  background-size: cover;
  background-position: center;
}

/* line 57, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget .-two-col .-text,
.widget_instagram-feed-widget .-two-col .-text {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: inline-block;
  margin-left: 15px;
}

/* line 65, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget.-big-button .button,
.widget_instagram-feed-widget.-big-button .button {
  width: 100%;
}

/* line 67, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget.-big-button .button .-icon,
.widget_instagram-feed-widget.-big-button .button .-icon {
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

/* line 74, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget.-content-with-background-image,
.widget_instagram-feed-widget.-content-with-background-image {
  background-size: cover;
  background-position: center;
  padding: 30px;
}

/* line 78, resources/assets/styles/common/components/sidebar.scss */

.clicks-sidebar-widget.-content-with-background-image h2,
.clicks-sidebar-widget.-content-with-background-image h3,
.clicks-sidebar-widget.-content-with-background-image h4,
.clicks-sidebar-widget.-content-with-background-image h5,
.clicks-sidebar-widget.-content-with-background-image h6,
.clicks-sidebar-widget.-content-with-background-image p,
.widget_instagram-feed-widget.-content-with-background-image h2,
.widget_instagram-feed-widget.-content-with-background-image h3,
.widget_instagram-feed-widget.-content-with-background-image h4,
.widget_instagram-feed-widget.-content-with-background-image h5,
.widget_instagram-feed-widget.-content-with-background-image h6,
.widget_instagram-feed-widget.-content-with-background-image p {
  color: #fff;
}

/* line 83, resources/assets/styles/common/components/sidebar.scss */

.widget_instagram-feed-widget {
  padding: 30px;
  border: 1px solid #0087c8;
  background-color: #eaf7fd;
  /* $bg-blue-pale */
}

/* line 6, resources/assets/styles/common/components/sidebar.scss */

.widget_instagram-feed-widget .-center {
  text-align: center;
}

/* line 8, resources/assets/styles/common/components/sidebar.scss */

.widget_instagram-feed-widget .-center img {
  width: 100%;
}

/* line 5, resources/assets/styles/common/components/misc.scss */

hr.-orange {
  border-bottom: 1px solid #e1711d;
}

/* line 11, resources/assets/styles/common/components/misc.scss */

.box-stroke-orange {
  background-color: #fff;
  border: 1px solid #e1711d;
  border-radius: 7px;
  padding: 35px 40px;
}

/* line 18, resources/assets/styles/common/components/misc.scss */

.box-stroke-blue {
  background-color: #fff;
  border: 2px solid #1d98d6;
  border-radius: 7px;
  padding: 50px 60px;
}

/* line 26, resources/assets/styles/common/components/misc.scss */

.img-line-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 30, resources/assets/styles/common/components/misc.scss */

.img-line-2 img {
  margin-left: 25px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 50%;
}

/* line 34, resources/assets/styles/common/components/misc.scss */

.img-line-2 img:first-child {
  margin-left: 0;
}

/* line 41, resources/assets/styles/common/components/misc.scss */

.temp-contact-form {
  max-width: 500px;
}

/* line 46, resources/assets/styles/common/components/misc.scss */

.subscribe-research-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 51, resources/assets/styles/common/components/misc.scss */

.subscribe-research-form input,
.subscribe-research-form button {
  display: inline-block;
}

/* line 54, resources/assets/styles/common/components/misc.scss */

.subscribe-research-form input {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 43px;
  border: 2px solid #b1d34a;
  border-radius: 8px;
  padding: 4px 12px;
  margin-right: 10px;
  background-color: #f1fafd;
}

/* line 63, resources/assets/styles/common/components/misc.scss */

.subscribe-research-form input::-webkit-input-placeholder {
  color: #1d98d6;
}

.subscribe-research-form input::-moz-placeholder {
  color: #1d98d6;
}

.subscribe-research-form input::-ms-input-placeholder {
  color: #1d98d6;
}

.subscribe-research-form input::placeholder {
  color: #1d98d6;
}

/* line 72, resources/assets/styles/common/components/misc.scss */

.underline-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 30px;
  border-bottom: 1px solid #b1d34a;
  width: 160px;
  height: 140px;
  padding: 0 0 25px 0;
  text-align: center;
}

/* line 81, resources/assets/styles/common/components/misc.scss */

.underline-icon span {
  font-size: 110px;
}

/* line 83, resources/assets/styles/common/components/misc.scss */

.underline-icon span:before {
  color: #e1711d;
}

/* line 87, resources/assets/styles/common/components/misc.scss */

.underline-icon .icon-handshake {
  font-size: 90px;
  position: relative;
  top: 20px;
}

/* line 92, resources/assets/styles/common/components/misc.scss */

.underline-icon + h3 + p {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 19px;
  line-height: 1.8;
  line-height: 1.5;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .underline-icon + h3 + p,
.underline-icon + h3 + p.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .underline-icon + h3 + p,
.underline-icon + h3 + p.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 92, resources/assets/styles/common/components/misc.scss */

  .underline-icon + h3 + p {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 92, resources/assets/styles/common/components/misc.scss */

  .underline-icon + h3 + p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  /* line 92, resources/assets/styles/common/components/misc.scss */

  .underline-icon + h3 + p {
    font-size: 18px;
  }
}

/* line 99, resources/assets/styles/common/components/misc.scss */

.speech-box {
  padding: 30px;
  border: 1px solid #0087c8;
  border-radius: 6px;
  position: relative;
}

/* line 104, resources/assets/styles/common/components/misc.scss */

.speech-box > :last-child {
  position: absolute;
  bottom: 0;
  height: 0;
  width: 75%;
}

/* line 109, resources/assets/styles/common/components/misc.scss */

.speech-box > :last-child div {
  position: absolute;
  top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #f1fafd;
  border: 1px solid transparent;
  border-bottom-color: #0087c8;
  border-right-color: #0087c8;
}

/* line 125, resources/assets/styles/common/components/misc.scss */

.imp-main-image {
  width: 100%;
}

/* line 129, resources/assets/styles/common/components/misc.scss */

.full-width {
  width: 100%;
}

/* line 135, resources/assets/styles/common/components/misc.scss */

.header-content blockquote,
.header-content blockquote p {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 23px;
  line-height: 1.2;
  color: #575a5d;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  max-width: 800px;
  line-height: 1.6;
}

/* line 108, resources/assets/styles/common/mixins.scss */

.header-content blockquote strong,
.header-content blockquote p strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white .header-content blockquote,
.text-white .header-content blockquote strong,
.text-white .header-content blockquote em,
.header-content blockquote.text-white,
.header-content blockquote.text-white strong,
.header-content blockquote.text-white em,
.text-white .header-content blockquote p,
.text-white .header-content blockquote p strong,
.text-white .header-content blockquote p em,
.header-content blockquote p.text-white,
.header-content blockquote p.text-white strong,
.header-content blockquote p.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green .header-content blockquote,
.text-green .header-content blockquote strong,
.text-green .header-content blockquote em,
.header-content blockquote.text-green,
.header-content blockquote.text-green strong,
.header-content blockquote.text-green em,
.text-green .header-content blockquote p,
.text-green .header-content blockquote p strong,
.text-green .header-content blockquote p em,
.header-content blockquote p.text-green,
.header-content blockquote p.text-green strong,
.header-content blockquote p.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 135, resources/assets/styles/common/components/misc.scss */

  .header-content blockquote,
  .header-content blockquote p {
    font-size: 22px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 135, resources/assets/styles/common/components/misc.scss */

  .header-content blockquote,
  .header-content blockquote p {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  /* line 135, resources/assets/styles/common/components/misc.scss */

  .header-content blockquote,
  .header-content blockquote p {
    font-size: 20px;
  }
}

/* line 141, resources/assets/styles/common/components/misc.scss */

.text-white .header-content blockquote,
.text-white .header-content blockquote p {
  color: #fff;
}

/* line 145, resources/assets/styles/common/components/misc.scss */

.header-content blockquote + p {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .header-content blockquote + p,
.header-content blockquote + p.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .header-content blockquote + p,
.header-content blockquote + p.text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 145, resources/assets/styles/common/components/misc.scss */

  .header-content blockquote + p {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 145, resources/assets/styles/common/components/misc.scss */

  .header-content blockquote + p {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  /* line 145, resources/assets/styles/common/components/misc.scss */

  .header-content blockquote + p {
    font-size: 15px;
  }
}

/* line 148, resources/assets/styles/common/components/misc.scss */

.text-white .header-content blockquote + p {
  color: #c6eafb;
}

/* line 155, resources/assets/styles/common/components/misc.scss */

.narrow {
  max-width: 400px;
}

/* line 160, resources/assets/styles/common/components/misc.scss */

.search-results article {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #b1d34a;
}

/* line 169, resources/assets/styles/common/components/misc.scss */

.search-results article:last-child {
  border-bottom: none;
}

/* line 173, resources/assets/styles/common/components/misc.scss */

.search-results main {
  padding-bottom: 60px;
}

/* line 178, resources/assets/styles/common/components/misc.scss */

.job-seekers-link {
  margin-top: 50px;
  text-align: center;
}

/* line 183, resources/assets/styles/common/components/misc.scss */

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
  background: grey;
}

/* line 194, resources/assets/styles/common/components/misc.scss */

div.page-filter {
  padding: 2rem 1rem;
  position: relative;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* phone & tablet */
}

/* line 203, resources/assets/styles/common/components/misc.scss */

div.page-filter:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: 100px;
  display: block;
  border-right: 1px solid #0087c8;
  border-bottom: 1px solid #0087c8;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
}

/* line 216, resources/assets/styles/common/components/misc.scss */

div.page-filter h4 {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

/* line 221, resources/assets/styles/common/components/misc.scss */

div.page-filter ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

/* line 229, resources/assets/styles/common/components/misc.scss */

div.page-filter ul li.menu-item {
  max-width: 180px;
  margin: .5rem 0 .5rem .75rem;
  width: 100%;
}

/* line 234, resources/assets/styles/common/components/misc.scss */

div.page-filter ul li.menu-item a.button {
  padding: 0 10px;
  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;
  min-height: 70px;
  height: 100%;
}

/* line 242, resources/assets/styles/common/components/misc.scss */

div.page-filter ul li.menu-item a.button span {
  margin-bottom: -1px;
  display: inline-block;
  font-size: 22px;
  padding-right: 10px;
}

/* line 248, resources/assets/styles/common/components/misc.scss */

div.page-filter ul li.menu-item a.button span:first-child {
  font-size: 30px;
  padding: 0 .5rem;
}

/* line 253, resources/assets/styles/common/components/misc.scss */

div.page-filter ul li.menu-item a.button span.name {
  font-size: 16px;
  text-align: left;
}

@media (max-width: 600px) {
  /* line 253, resources/assets/styles/common/components/misc.scss */

  div.page-filter ul li.menu-item a.button span.name {
    font-size: 14px;
  }
}

@media (max-width: 950px) {
  /* line 229, resources/assets/styles/common/components/misc.scss */

  div.page-filter ul li.menu-item {
    max-width: 220px;
  }

  /* line 265, resources/assets/styles/common/components/misc.scss */

  div.page-filter ul li.menu-item .name {
    font-size: 14px;
  }
}

@media (max-width: 950px) {
  /* line 194, resources/assets/styles/common/components/misc.scss */

  div.page-filter {
    border: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 276, resources/assets/styles/common/components/misc.scss */

  div.page-filter:after {
    display: none;
  }

  /* line 279, resources/assets/styles/common/components/misc.scss */

  div.page-filter ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 281, resources/assets/styles/common/components/misc.scss */

  div.page-filter ul li.menu-item {
    width: 47%;
    margin: 1rem 0 0;
  }

  /* line 286, resources/assets/styles/common/components/misc.scss */

  div.page-filter ul li.menu-item a.button span:first-child {
    font-size: 24px;
  }

  /* line 289, resources/assets/styles/common/components/misc.scss */

  div.page-filter ul li.menu-item a.button .name {
    font-size: 14px;
  }
}

/* line 300, resources/assets/styles/common/components/misc.scss */

.bg-pos-bottom {
  background-position: bottom;
}

/* line 305, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets,
section.page-section.testimonial-section,
section.page-section.hot-talent-section {
  margin: 80px 0 90px;
}

/* line 309, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame,
section.page-section.testimonial-section .center-frame,
section.page-section.hot-talent-section .center-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

/* line 313, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col,
section.page-section.testimonial-section .center-frame .-col,
section.page-section.hot-talent-section .center-frame .-col {
  display: block;
  width: 100%;
}

/* line 316, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col h2,
section.page-section.testimonial-section .center-frame .-col h2,
section.page-section.hot-talent-section .center-frame .-col h2 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 30px;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main section.page-section.-two-404-widgets .center-frame .-col h2 a,
body.specificity-hack main.main section.page-section.testimonial-section .center-frame .-col h2 a,
body.specificity-hack main.main section.page-section.hot-talent-section .center-frame .-col h2 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

section.page-section.-two-404-widgets .center-frame .-col h2 strong,
section.page-section.testimonial-section .center-frame .-col h2 strong,
section.page-section.hot-talent-section .center-frame .-col h2 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white section.page-section.-two-404-widgets .center-frame .-col h2,
.text-white section.page-section.-two-404-widgets .center-frame .-col h2 strong,
.text-white section.page-section.-two-404-widgets .center-frame .-col h2 em,
section.page-section.-two-404-widgets .center-frame .-col h2.text-white,
section.page-section.-two-404-widgets .center-frame .-col h2.text-white strong,
section.page-section.-two-404-widgets .center-frame .-col h2.text-white em,
.text-white section.page-section.testimonial-section .center-frame .-col h2,
.text-white section.page-section.testimonial-section .center-frame .-col h2 strong,
.text-white section.page-section.testimonial-section .center-frame .-col h2 em,
section.page-section.testimonial-section .center-frame .-col h2.text-white,
section.page-section.testimonial-section .center-frame .-col h2.text-white strong,
section.page-section.testimonial-section .center-frame .-col h2.text-white em,
.text-white section.page-section.hot-talent-section .center-frame .-col h2,
.text-white section.page-section.hot-talent-section .center-frame .-col h2 strong,
.text-white section.page-section.hot-talent-section .center-frame .-col h2 em,
section.page-section.hot-talent-section .center-frame .-col h2.text-white,
section.page-section.hot-talent-section .center-frame .-col h2.text-white strong,
section.page-section.hot-talent-section .center-frame .-col h2.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green section.page-section.-two-404-widgets .center-frame .-col h2,
.text-green section.page-section.-two-404-widgets .center-frame .-col h2 strong,
.text-green section.page-section.-two-404-widgets .center-frame .-col h2 em,
section.page-section.-two-404-widgets .center-frame .-col h2.text-green,
section.page-section.-two-404-widgets .center-frame .-col h2.text-green strong,
section.page-section.-two-404-widgets .center-frame .-col h2.text-green em,
.text-green section.page-section.testimonial-section .center-frame .-col h2,
.text-green section.page-section.testimonial-section .center-frame .-col h2 strong,
.text-green section.page-section.testimonial-section .center-frame .-col h2 em,
section.page-section.testimonial-section .center-frame .-col h2.text-green,
section.page-section.testimonial-section .center-frame .-col h2.text-green strong,
section.page-section.testimonial-section .center-frame .-col h2.text-green em,
.text-green section.page-section.hot-talent-section .center-frame .-col h2,
.text-green section.page-section.hot-talent-section .center-frame .-col h2 strong,
.text-green section.page-section.hot-talent-section .center-frame .-col h2 em,
section.page-section.hot-talent-section .center-frame .-col h2.text-green,
section.page-section.hot-talent-section .center-frame .-col h2.text-green strong,
section.page-section.hot-talent-section .center-frame .-col h2.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 316, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col h2,
  section.page-section.testimonial-section .center-frame .-col h2,
  section.page-section.hot-talent-section .center-frame .-col h2 {
    font-size: 46px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 316, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col h2,
  section.page-section.testimonial-section .center-frame .-col h2,
  section.page-section.hot-talent-section .center-frame .-col h2 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  /* line 316, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col h2,
  section.page-section.testimonial-section .center-frame .-col h2,
  section.page-section.hot-talent-section .center-frame .-col h2 {
    font-size: 30px;
  }
}

/* line 319, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col h2 br,
section.page-section.testimonial-section .center-frame .-col h2 br,
section.page-section.hot-talent-section .center-frame .-col h2 br {
  display: block;
}

@media (min-width: 1451px) {
  /* line 319, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col h2 br,
  section.page-section.testimonial-section .center-frame .-col h2 br,
  section.page-section.hot-talent-section .center-frame .-col h2 br {
    display: none;
  }
}

/* line 326, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col:first-child,
section.page-section.testimonial-section .center-frame .-col:first-child,
section.page-section.hot-talent-section .center-frame .-col:first-child {
  padding-right: 0;
  border-bottom: 2px solid #0087c8;
  margin-right: 0;
  margin-bottom: 2rem;
}

/* line 335, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow],
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow],
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow],
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow],
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow],
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow],
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow],
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow],
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 337, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-left,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-right,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-left,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-right,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-left,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-right,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-left,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-right,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-left,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-right,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* phone & tablet */
}

/* line 727, resources/assets/styles/common/mixins.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-left .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-right .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-left .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-right .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-left .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-right .-triangle,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-left .-triangle,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-right .-triangle,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left .-triangle,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right .-triangle,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left .-triangle,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-left .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-right .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right .-triangle {
  border: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: relative;
}

/* line 734, resources/assets/styles/common/mixins.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-left:hover .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-right:hover .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-left:hover .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-right:hover .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-left:hover .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-right:hover .-triangle,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-left:hover .-triangle,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-right:hover .-triangle,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left:hover .-triangle,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right:hover .-triangle,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left:hover .-triangle,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right:hover .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-left:hover .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-right:hover .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left:hover .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right:hover .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left:hover .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right:hover .-triangle {
  opacity: 1;
}

@media (max-width: 950px) {
  /* line 337, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-left,
  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-right,
  section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-left,
  section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-right,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-left,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-right,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-left,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-right,
  section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left,
  section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-left,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-right,
  section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left,
  section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right {
    height: auto;
  }
}

/* line 343, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window {
  overflow-x: hidden;
  display: inline-block;
  height: inherit;
  width: calc(100% - 160px);
}

@media (max-width: 800px) {
  /* line 343, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window,
  section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window,
  section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window,
  section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window {
    overflow-x: scroll;
  }
}

/* line 119, resources/assets/styles/common/reusable.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window::-webkit-scrollbar,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window::-webkit-scrollbar,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window::-webkit-scrollbar,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window::-webkit-scrollbar,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window::-webkit-scrollbar,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window::-webkit-scrollbar,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window::-webkit-scrollbar,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window::-webkit-scrollbar,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 0 !important;
}

/* line 123, resources/assets/styles/common/reusable.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window::-webkit-scrollbar:vertical,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window::-webkit-scrollbar:vertical,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window::-webkit-scrollbar:vertical,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window::-webkit-scrollbar:vertical,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window::-webkit-scrollbar:vertical,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window::-webkit-scrollbar:vertical,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window::-webkit-scrollbar:vertical,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window::-webkit-scrollbar:vertical,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window::-webkit-scrollbar:vertical {
  display: none;
  height: 0 !important;
}

/* line 127, resources/assets/styles/common/reusable.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window::-webkit-scrollbar-thumb,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window::-webkit-scrollbar-thumb,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window::-webkit-scrollbar-thumb,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window::-webkit-scrollbar-thumb,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window::-webkit-scrollbar-thumb,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window::-webkit-scrollbar-thumb,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window::-webkit-scrollbar-thumb,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window::-webkit-scrollbar-thumb,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window::-webkit-scrollbar-thumb {
  display: none;
  height: 0 !important;
}

/* line 131, resources/assets/styles/common/reusable.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window::-webkit-scrollbar-track,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window::-webkit-scrollbar-track,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window::-webkit-scrollbar-track,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window::-webkit-scrollbar-track,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window::-webkit-scrollbar-track,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window::-webkit-scrollbar-track,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window::-webkit-scrollbar-track,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window::-webkit-scrollbar-track,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window::-webkit-scrollbar-track {
  display: none;
  height: 0 !important;
}

/* line 706, resources/assets/styles/common/mixins.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

/* line 710, resources/assets/styles/common/mixins.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/* line 347, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 350, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
  color: #1675ab;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-white,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-white,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-white,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-white,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-white,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-white,
.text-white section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-white,
.text-white section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-white,
.text-white section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-white,
.text-white section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-white,
.text-white section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-white,
.text-white section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-white,
.text-white section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-white,
.text-white section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-white,
.text-white section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-white,
.text-white section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-white,
.text-white section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-white,
.text-white section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-green,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-green,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-green,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-green,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-green,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-green,
.text-green section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-green,
.text-green section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-green,
.text-green section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-green,
.text-green section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-green,
.text-green section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-green,
.text-green section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-green,
.text-green section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-green,
.text-green section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-green,
.text-green section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-green,
.text-green section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-green,
.text-green section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-date.text-green,
.text-green section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-date-line .-read-time.text-green {
  color: #b1d34a;
}

/* line 358, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 22px;
  line-height: 1.2;
  margin: 5px 0 3px;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title a,
body.specificity-hack main.main section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title a,
body.specificity-hack main.main section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title a,
body.specificity-hack main.main section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title a,
body.specificity-hack main.main section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title a,
body.specificity-hack main.main section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title a,
body.specificity-hack main.main section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title a,
body.specificity-hack main.main section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title a,
body.specificity-hack main.main section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title strong,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title strong,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title strong,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title strong,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title strong,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title strong,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title strong,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title strong,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-white,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-white strong,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-white em,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-white,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-white strong,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-white em,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-white,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-white strong,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-white em,
.text-white section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-white section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-white section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-white,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-white strong,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-white em,
.text-white section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-white section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-white section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-white,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-white strong,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-white em,
.text-white section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-white section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-white section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-white,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-white strong,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-white em,
.text-white section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-white section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-white section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-white,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-white strong,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-white em,
.text-white section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-white section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-white section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-white,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-white strong,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-white em,
.text-white section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-white section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-white section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-white,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-white strong,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-green,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-green strong,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-green em,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-green,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-green strong,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-green em,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-green,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-green strong,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-green em,
.text-green section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-green section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-green section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-green,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-green strong,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-green em,
.text-green section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-green section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-green section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-green,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-green strong,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-green em,
.text-green section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-green section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-green section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-green,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-green strong,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-green em,
.text-green section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-green section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-green section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-green,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-green strong,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title.text-green em,
.text-green section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-green section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-green section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-green,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-green strong,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title.text-green em,
.text-green section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
.text-green section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title strong,
.text-green section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title em,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-green,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-green strong,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 358, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title {
    font-size: 21px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 358, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title {
    font-size: 19px;
  }
}

@media (max-width: 600px) {
  /* line 358, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-title,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-title {
    font-size: 18px;
  }
}

/* line 363, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 12px;
  line-height: 1.3;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-white,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-white,
.text-white section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-white,
.text-white section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-white,
.text-white section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-white,
.text-white section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-white,
.text-white section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-white,
.text-white section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-white,
.text-white section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-green,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-green,
.text-green section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-green,
.text-green section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-green,
.text-green section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-green,
.text-green section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-green,
.text-green section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-green,
.text-green section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-green,
.text-green section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .-excerpt p.text-green {
  color: #b1d34a;
}

/* line 372, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .button,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .button,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .button,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .button,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .button,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .button,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window .-strip .-cell .button,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window .-strip .-cell .button,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window .-strip .-cell .button {
  margin-top: 0;
  padding: 7px 15px;
  font-size: 12px;
}

/* line 381, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-left .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-left .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-left .-triangle,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-left .-triangle,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left .-triangle,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-left .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left .-triangle {
  border-right-color: #e1711d;
}

/* line 386, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-right .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-right .-triangle,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-right .-triangle,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-right .-triangle,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right .-triangle,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-right .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right .-triangle,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right .-triangle {
  border-left-color: #e1711d;
}

/* line 390, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow].hot-jobs,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow].hot-jobs,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow].hot-jobs,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow].hot-jobs,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow].hot-jobs,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow].hot-jobs,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow].hot-jobs,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow].hot-jobs,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow].hot-jobs {
  padding-top: 10px;
}

/* line 400, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-left,
section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-right,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-left,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-right,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-left,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-right,
section.page-section.-two-404-widgets .center-frame .-col .-left,
section.page-section.-two-404-widgets .center-frame .-col .-right,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-left,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-right,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right,
section.page-section.testimonial-section .center-frame .-col .-left,
section.page-section.testimonial-section .center-frame .-col .-right,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-left,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-right,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right,
section.page-section.hot-talent-section .center-frame .-col .-left,
section.page-section.hot-talent-section .center-frame .-col .-right {
  width: 40px;
}

/* line 403, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window,
section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window,
section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window,
section.page-section.-two-404-widgets .center-frame .-col .-window,
section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window,
section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window,
section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window,
section.page-section.testimonial-section .center-frame .-col .-window,
section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window,
section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window,
section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window,
section.page-section.hot-talent-section .center-frame .-col .-window {
  width: calc(100% - 80px);
}

@media (min-width: 951px) {
  /* line 410, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame,
  section.page-section.testimonial-section .center-frame,
  section.page-section.hot-talent-section .center-frame {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 85%;
  }

  /* line 413, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col,
  section.page-section.testimonial-section .center-frame .-col,
  section.page-section.hot-talent-section .center-frame .-col {
    display: inline-block;
    width: 50%;
  }

  /* line 416, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col:first-child,
  section.page-section.testimonial-section .center-frame .-col:first-child,
  section.page-section.hot-talent-section .center-frame .-col:first-child {
    padding-right: 5px;
    border-right: 2px solid #0087c8;
    border-bottom: none;
    margin-right: 5px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 428, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts,
  .specificity-hack section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts,
  .specificity-hack section.page-section.testimonial-section .center-frame .-col.-testimonial-posts,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts,
  .specificity-hack section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts {
    width: 95%;
    max-width: 600px;
  }

  /* line 440, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-left,
  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-right,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-left,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-right,
  section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-left,
  section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-right,
  section.page-section.-two-404-widgets .center-frame .-col .-left,
  section.page-section.-two-404-widgets .center-frame .-col .-right,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-left,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-right,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right,
  section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left,
  section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right,
  section.page-section.testimonial-section .center-frame .-col .-left,
  section.page-section.testimonial-section .center-frame .-col .-right,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-left,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-right,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right,
  section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left,
  section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right,
  section.page-section.hot-talent-section .center-frame .-col .-left,
  section.page-section.hot-talent-section .center-frame .-col .-right {
    width: 80px;
  }

  /* line 442, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-left .-triangle,
  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-right .-triangle,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-left .-triangle,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-right .-triangle,
  section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-left .-triangle,
  section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-right .-triangle,
  section.page-section.-two-404-widgets .center-frame .-col .-left .-triangle,
  section.page-section.-two-404-widgets .center-frame .-col .-right .-triangle,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-left .-triangle,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-right .-triangle,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left .-triangle,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right .-triangle,
  section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left .-triangle,
  section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right .-triangle,
  section.page-section.testimonial-section .center-frame .-col .-left .-triangle,
  section.page-section.testimonial-section .center-frame .-col .-right .-triangle,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-left .-triangle,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-right .-triangle,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left .-triangle,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right .-triangle,
  section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left .-triangle,
  section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right .-triangle,
  section.page-section.hot-talent-section .center-frame .-col .-left .-triangle,
  section.page-section.hot-talent-section .center-frame .-col .-right .-triangle {
    border-width: 20px;
    position: relative;
  }

  /* line 448, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-left .-triangle,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-left .-triangle,
  section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-left .-triangle,
  section.page-section.-two-404-widgets .center-frame .-col .-left .-triangle,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-left .-triangle,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left .-triangle,
  section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left .-triangle,
  section.page-section.testimonial-section .center-frame .-col .-left .-triangle,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-left .-triangle,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-left .-triangle,
  section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-left .-triangle,
  section.page-section.hot-talent-section .center-frame .-col .-left .-triangle {
    left: -30px;
  }

  /* line 453, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-right .-triangle,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-right .-triangle,
  section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-right .-triangle,
  section.page-section.-two-404-widgets .center-frame .-col .-right .-triangle,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-right .-triangle,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right .-triangle,
  section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right .-triangle,
  section.page-section.testimonial-section .center-frame .-col .-right .-triangle,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-right .-triangle,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-right .-triangle,
  section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-right .-triangle,
  section.page-section.hot-talent-section .center-frame .-col .-right .-triangle {
    right: -30px;
  }

  /* line 457, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col.-latest-posts [data-slideshow] .-window,
  section.page-section.-two-404-widgets .center-frame .-col.-hot-talent-posts [data-slideshow] .-window,
  section.page-section.-two-404-widgets .center-frame .-col.-testimonial-posts [data-slideshow] .-window,
  section.page-section.-two-404-widgets .center-frame .-col .-window,
  section.page-section.testimonial-section .center-frame .-col.-latest-posts [data-slideshow] .-window,
  section.page-section.testimonial-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window,
  section.page-section.testimonial-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window,
  section.page-section.testimonial-section .center-frame .-col .-window,
  section.page-section.hot-talent-section .center-frame .-col.-latest-posts [data-slideshow] .-window,
  section.page-section.hot-talent-section .center-frame .-col.-hot-talent-posts [data-slideshow] .-window,
  section.page-section.hot-talent-section .center-frame .-col.-testimonial-posts [data-slideshow] .-window,
  section.page-section.hot-talent-section .center-frame .-col .-window {
    width: calc(100% - 160px);
  }
}

/* line 474, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col [data-slideshow] .-window .-strip {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 477, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col [data-slideshow] .-window .-strip .-cell .-date-line {
  height: 20px;
}

/* line 480, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col [data-slideshow] .-window .-strip .-cell .img-cover,
section.page-section.-two-404-widgets .center-frame .-col [data-slideshow] .-window .-strip .-cell .-ico {
  height: 11vw;
}

@media (min-width: 1500px) {
  /* line 480, resources/assets/styles/common/components/misc.scss */

  section.page-section.-two-404-widgets .center-frame .-col [data-slideshow] .-window .-strip .-cell .img-cover,
  section.page-section.-two-404-widgets .center-frame .-col [data-slideshow] .-window .-strip .-cell .-ico {
    height: 165px;
  }
}

/* line 486, resources/assets/styles/common/components/misc.scss */

section.page-section.-two-404-widgets .center-frame .-col [data-slideshow] .-window .-strip .-cell.-post .img-cover + .-title {
  margin-top: 14px;
}

/* line 497, resources/assets/styles/common/components/misc.scss */

section.page-section.hot-talent-section {
  margin: 40px 0;
}

@media (max-width: 700px) {
  /* line 501, resources/assets/styles/common/components/misc.scss */

  section.page-section.hot-talent-section div.mobile-slideshow {
    height: auto;
  }

  /* line 505, resources/assets/styles/common/components/misc.scss */

  section.page-section.hot-talent-section .center-frame .-hot-talent-posts.-col.-hot-talent-posts:first-child {
    width: 90%;
  }
}

/* line 510, resources/assets/styles/common/components/misc.scss */

section.page-section.hot-talent-section .-heading {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

/* line 515, resources/assets/styles/common/components/misc.scss */

section.page-section.hot-talent-section .-heading .-orange {
  color: #e7741e;
}

/* line 521, resources/assets/styles/common/components/misc.scss */

section.page-section.hot-talent-section .-title a {
  font-weight: 500;
}

/* line 526, resources/assets/styles/common/components/misc.scss */

section.page-section.hot-talent-section .center-frame .-hot-talent-posts.-col:first-child {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
  border-right: none;
}

/* line 534, resources/assets/styles/common/components/misc.scss */

section.page-section.hot-talent-section .center-frame .-hot-talent-posts.-col:first-child .-excerpt p {
  font-size: 1rem !important;
}

/* line 541, resources/assets/styles/common/components/misc.scss */

section.page-section.hot-talent-section .-hot-talent-posts .icon-item {
  height: 150px;
  margin-bottom: 1rem;
  border: 2px solid #94d9fc;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 551, resources/assets/styles/common/components/misc.scss */

section.page-section.hot-talent-section .-hot-talent-posts .icon-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #94d9fc;
  opacity: .3;
}

/* line 562, resources/assets/styles/common/components/misc.scss */

section.page-section.hot-talent-section .-hot-talent-posts .icon-item span {
  text-align: center;
  font-size: 64px;
  margin: 0;
}

/* line 574, resources/assets/styles/common/components/misc.scss */

.happyforms-form .happyforms-form__title {
  display: none;
}

/* line 578, resources/assets/styles/common/components/misc.scss */

.happyforms-form .happyforms-flex > label {
  display: none;
}

/* line 581, resources/assets/styles/common/components/misc.scss */

.happyforms-form .happyforms-flex .happyforms-form__part {
  margin-bottom: 10px;
  max-width: 600px;
}

/* line 588, resources/assets/styles/common/components/misc.scss */

.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=text],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=password],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=date],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=datetime],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=datetime-local],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=month],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=week],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=email],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=number],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=search],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=tel],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=time],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=url],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=color],
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el textarea {
  border: 2px solid #b1d34a;
  height: 44px;
  background-color: #f1fafd;
  font-size: 20px;
  padding: 11px 12px 10px;
}

/* line 684, resources/assets/styles/common/mixins.scss */

.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=text]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=password]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=date]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=datetime]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=datetime-local]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=month]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=week]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=email]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=number]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=search]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=tel]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=time]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=url]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=color]::-webkit-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el textarea::-webkit-input-placeholder {
  color: rgba(0, 40, 100, 0.3);
}

.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=text]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=password]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=date]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=datetime]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=datetime-local]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=month]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=week]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=email]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=number]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=search]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=tel]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=time]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=url]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=color]::-moz-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el textarea::-moz-placeholder {
  color: rgba(0, 40, 100, 0.3);
}

.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=text]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=password]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=date]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=datetime]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=datetime-local]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=month]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=week]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=email]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=number]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=search]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=tel]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=time]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=url]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=color]::-ms-input-placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el textarea::-ms-input-placeholder {
  color: rgba(0, 40, 100, 0.3);
}

.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=text]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=password]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=date]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=datetime]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=datetime-local]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=month]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=week]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=email]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=number]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=search]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=tel]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=time]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=url]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el [type=color]::placeholder,
.happyforms-form .happyforms-flex .happyforms-form__part .happyforms-part-wrap .happyforms-part__el textarea::placeholder {
  color: rgba(0, 40, 100, 0.3);
}

/* line 593, resources/assets/styles/common/components/misc.scss */

.happyforms-form .happyforms-flex .happyforms-form__part [type='submit'] {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  line-height: 1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 21px;
  line-height: 1.4;
  line-height: 1;
  border-radius: 6px;
  padding: 18px 46px 18px;
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: 20px;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .happyforms-form .happyforms-flex .happyforms-form__part [type='submit'],
.happyforms-form .happyforms-flex .happyforms-form__part [type='submit'].text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .happyforms-form .happyforms-flex .happyforms-form__part [type='submit'],
.happyforms-form .happyforms-flex .happyforms-form__part [type='submit'].text-green {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 593, resources/assets/styles/common/components/misc.scss */

  .happyforms-form .happyforms-flex .happyforms-form__part [type='submit'] {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 593, resources/assets/styles/common/components/misc.scss */

  .happyforms-form .happyforms-flex .happyforms-form__part [type='submit'] {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  /* line 593, resources/assets/styles/common/components/misc.scss */

  .happyforms-form .happyforms-flex .happyforms-form__part [type='submit'] {
    font-size: 15px;
  }
}

/* line 835, resources/assets/styles/common/mixins.scss */

.happyforms-form .happyforms-flex .happyforms-form__part [type='submit'],
.happyforms-form .happyforms-flex .happyforms-form__part [type='submit']:link,
.happyforms-form .happyforms-flex .happyforms-form__part [type='submit']:visited {
  background-color: #b1d34a;
  text-decoration: none;
}

/* line 842, resources/assets/styles/common/mixins.scss */

.happyforms-form .happyforms-flex .happyforms-form__part [type='submit']:hover,
.happyforms-form .happyforms-flex .happyforms-form__part [type='submit']:active {
  background-color: #002845;
  text-decoration: none;
}

/* line 604, resources/assets/styles/common/components/misc.scss */

.icon-handshake {
  -webkit-transform: scale(0.7);
       -o-transform: scale(0.7);
          transform: scale(0.7);
}

/* line 611, resources/assets/styles/common/components/misc.scss */

section.testimonial-section.page-section .center-frame .-heading {
  margin: 0 auto 2rem;
  padding: 0 1rem;
}

/* line 615, resources/assets/styles/common/components/misc.scss */

section.testimonial-section.page-section .center-frame .-col.-testimonial-posts {
  width: 60%;
  border: none;
  padding-right: 0;
  margin-right: 0;
  margin: auto;
}

@media (max-width: 600px) {
  /* line 615, resources/assets/styles/common/components/misc.scss */

  section.testimonial-section.page-section .center-frame .-col.-testimonial-posts {
    width: 100%;
  }
}

/* line 624, resources/assets/styles/common/components/misc.scss */

section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 628, resources/assets/styles/common/components/misc.scss */

section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* phone & tablet */
}

/* line 630, resources/assets/styles/common/components/misc.scss */

section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell .-thumb,
section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell .-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 634, resources/assets/styles/common/components/misc.scss */

section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell .-thumb {
  margin: 0 1rem 0 0;
  max-height: 350px;
  position: relative;
}

/* line 638, resources/assets/styles/common/components/misc.scss */

section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell .-thumb img {
  margin-left: auto;
  display: block;
  width: 100%;
  border-radius: 5px;
}

/* line 645, resources/assets/styles/common/components/misc.scss */

section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell .-text {
  margin: 0 0 0 1rem;
}

/* line 647, resources/assets/styles/common/components/misc.scss */

section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell .-text blockquote {
  font-style: italic;
  margin: 0 0 2rem;
  color: grey;
  font-size: 1rem;
  font-weight: 300;
}

/* line 654, resources/assets/styles/common/components/misc.scss */

section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell .-text h5 {
  color: grey;
  font-weight: 300;
}

/* line 658, resources/assets/styles/common/components/misc.scss */

section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell .-text .name {
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 950px) {
  /* line 628, resources/assets/styles/common/components/misc.scss */

  section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell {
    display: block;
  }

  /* line 666, resources/assets/styles/common/components/misc.scss */

  section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell .-thumb {
    margin: 0 auto 1rem;
    max-height: 300px;
    background-position: center bottom !important;
  }

  /* line 670, resources/assets/styles/common/components/misc.scss */

  section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell .-thumb img {
    margin: auto;
  }

  /* line 674, resources/assets/styles/common/components/misc.scss */

  section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell .-text {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  /* line 680, resources/assets/styles/common/components/misc.scss */

  section.testimonial-section.page-section .center-frame .-col.-testimonial-posts [data-slideshow] .posts-grid .-cell .-thumb img {
    width: 100%;
  }
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-o-keyframes wiggle {
  0% {
    -o-transform: rotate(-2.5deg);
       transform: rotate(-2.5deg);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }

  50% {
    -o-transform: rotate(3deg);
       transform: rotate(3deg);
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(-2.5deg);
         -o-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
    -webkit-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: rotate(3deg);
         -o-transform: rotate(3deg);
            transform: rotate(3deg);
    -webkit-animation-timing-function: ease-out;
         -o-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/* line 711, resources/assets/styles/common/components/misc.scss */

.animate-wiggle {
  -webkit-animation-name: wiggle;
       -o-animation-name: wiggle;
          animation-name: wiggle;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 80%;
       -o-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
  -webkit-animation-delay: -0.75s;
       -o-animation-delay: -0.75s;
          animation-delay: -0.75s;
  -webkit-animation-duration: .25s;
       -o-animation-duration: .25s;
          animation-duration: .25s;
}

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

/* line 7, resources/assets/styles/common/components/pagination.scss */

ul.simple-pagination {
  list-style: none;
}

/* line 11, resources/assets/styles/common/components/pagination.scss */

.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0 0 50px;
}

/* line 18, resources/assets/styles/common/components/pagination.scss */

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 24, resources/assets/styles/common/components/pagination.scss */

.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

/* line 30, resources/assets/styles/common/components/pagination.scss */

span.ellipse.clickable {
  cursor: pointer;
}

/* line 34, resources/assets/styles/common/components/pagination.scss */

.ellipse input {
  width: 3em;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/

/* line 41, resources/assets/styles/common/components/pagination.scss */

.compact-theme span {
  cursor: pointer;
}

/* line 45, resources/assets/styles/common/components/pagination.scss */

.compact-theme a,
.compact-theme span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  border-left: none;
  min-width: 14px;
  padding: 0 7px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  /* Old browsers */
}

/* line 60, resources/assets/styles/common/components/pagination.scss */

.compact-theme a:hover,
.compact-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #efefef;
  /* Old browsers */
}

/* line 65, resources/assets/styles/common/components/pagination.scss */

.compact-theme li:first-child a,
.compact-theme li:first-child span {
  border-left: 1px solid #AAA;
  border-radius: 3px 0 0 3px;
}

/* line 70, resources/assets/styles/common/components/pagination.scss */

.compact-theme li:last-child a,
.compact-theme li:last-child span {
  border-radius: 0 3px 3px 0;
}

/* line 74, resources/assets/styles/common/components/pagination.scss */

.compact-theme .current {
  background: #bbbbbb;
  /* Old browsers */
  cursor: default;
}

/* line 79, resources/assets/styles/common/components/pagination.scss */

.compact-theme .ellipse {
  background: #EAEAEA;
  padding: 0 10px;
  cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

/* line 88, resources/assets/styles/common/components/pagination.scss */

.light-theme span {
  cursor: pointer;
}

/* line 92, resources/assets/styles/common/components/pagination.scss */

.light-theme a,
.light-theme span {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  background: #efefef;
  /* Old browsers */
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 12px;
  line-height: 1.3;
  line-height: 1;
  border-radius: 3px;
  padding: 9px 22px 8px;
}

/* line 127, resources/assets/styles/common/mixins.scss */

.text-white .light-theme a,
.light-theme a.text-white,
.text-white
  .light-theme span,
.light-theme span.text-white {
  color: #fff;
}

/* line 130, resources/assets/styles/common/mixins.scss */

.text-green .light-theme a,
.light-theme a.text-green,
.text-green
  .light-theme span,
.light-theme span.text-green {
  color: #b1d34a;
}

/* line 115, resources/assets/styles/common/components/pagination.scss */

.light-theme a:hover,
.light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
}

/* line 121, resources/assets/styles/common/components/pagination.scss */

.light-theme .current {
  background: #666;
  color: #FFF;
  border-color: #444;
  cursor: default;
}

/* line 129, resources/assets/styles/common/components/pagination.scss */

.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/

/* line 141, resources/assets/styles/common/components/pagination.scss */

.dark-theme span {
  cursor: pointer;
}

/* line 145, resources/assets/styles/common/components/pagination.scss */

.dark-theme a,
.dark-theme span {
  float: left;
  color: #CCC;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #555;
  /* Old browsers */
}

/* line 161, resources/assets/styles/common/components/pagination.scss */

.dark-theme a:hover,
.dark-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #444;
}

/* line 166, resources/assets/styles/common/components/pagination.scss */

.dark-theme .current {
  background: #222;
  color: #FFF;
  border-color: #000;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}

/* line 174, resources/assets/styles/common/components/pagination.scss */

.dark-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  cursor: default;
}

/* line 4, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-duo {
  padding: 0;
}

/* line 6, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-duo .-top-green {
  width: 100%;
  height: 60px;
  background-color: #b1d34a;
  display: none;
}

/* line 13, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-duo .two-col .-col {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: calc(20px + 3vw);
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1064, resources/assets/styles/common/mixins.scss */

section.page-section.-banner.-duo .two-col .-col[class*='-overlay-']::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1075, resources/assets/styles/common/mixins.scss */

section.page-section.-banner.-duo .two-col .-col[class*='-overlay-25']::before {
  opacity: 0.25;
}

/* line 1080, resources/assets/styles/common/mixins.scss */

section.page-section.-banner.-duo .two-col .-col[class*='-overlay-50']::before {
  opacity: 0.5;
}

/* line 1085, resources/assets/styles/common/mixins.scss */

section.page-section.-banner.-duo .two-col .-col[class*='-overlay-80']::before {
  opacity: 0.8;
}

/* line 1090, resources/assets/styles/common/mixins.scss */

section.page-section.-banner.-duo .two-col .-col[class*='-white-overlay-']::before {
  background-color: #fff;
}

/* line 1095, resources/assets/styles/common/mixins.scss */

section.page-section.-banner.-duo .two-col .-col[class*='-navy-overlay-']::before {
  background-color: #002845;
}

/* line 1100, resources/assets/styles/common/mixins.scss */

section.page-section.-banner.-duo .two-col .-col[class*='-grey-overlay-']::before {
  background-color: #cacaca;
}

/* line 23, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-duo .two-col .-col > div {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 10;
  max-width: 700px;
}

/* line 29, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-duo .two-col .-col > div:first-child {
  padding-bottom: 60px;
}

/* line 33, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-duo .two-col .-col:first-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 36, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-duo .two-col .-col:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 41, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-duo br + br {
  display: none;
}

@media (max-width: 600px) {
  /* line 46, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-duo .two-col .-col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* line 53, resources/assets/styles/common/components/hoban-misc.scss */

body.home section.page-section.-banner.-duo .-top-green {
  display: block;
}

/* line 58, resources/assets/styles/common/components/hoban-misc.scss */

.border-bottom-head {
  padding-bottom: 34px;
  margin-bottom: 20px;
  position: relative;
}

/* line 62, resources/assets/styles/common/components/hoban-misc.scss */

.border-bottom-head:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background: #B1D34A;
  height: 4px;
  width: 66px;
  display: block;
  bottom: 0;
}

/* line 77, resources/assets/styles/common/components/hoban-misc.scss */

a .h1,
a .h2,
a .h3,
a .h4,
a .h5 {
  text-decoration: none;
}

/* line 82, resources/assets/styles/common/components/hoban-misc.scss */

.feature-client a {
  text-decoration: none;
}

/* line 84, resources/assets/styles/common/components/hoban-misc.scss */

.feature-client a .h3,
.feature-client a .h4,
.feature-client a .h5 {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

/* line 95, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-accordion .panel-body ul.professional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 98, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-accordion .panel-body ul.professional li {
  display: inline-block;
  width: 50%;
}

/* line 101, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-accordion .panel-body ul.professional li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 106, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-accordion .panel-body ul.professional li a img {
  display: inline-block;
  max-width: 200px;
}

@media (max-width: 600px) {
  /* line 118, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-accordion .panel-body ul.professional {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 120, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-accordion .panel-body ul.professional li {
    width: 100%;
  }

  /* line 123, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-accordion .panel-body ul.professional li a img {
    max-width: 150px;
  }
}

/* line 134, resources/assets/styles/common/components/hoban-misc.scss */

.content .main ul.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 138, resources/assets/styles/common/components/hoban-misc.scss */

.content .main ul.btn-list li {
  display: inline-block;
  padding-left: 0;
  margin-right: 10px;
}

/* line 142, resources/assets/styles/common/components/hoban-misc.scss */

.content .main ul.btn-list li:before {
  display: none;
}

@media (min-width: 700px) and (max-width: 1100px) {
  /* line 134, resources/assets/styles/common/components/hoban-misc.scss */

  .content .main ul.btn-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 155, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form {
  width: 100%;
  background: #B1D34A;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  padding: 0;
  min-height: 0;
  height: 0;
  display: none;
}

/* line 164, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame {
  padding-top: 130px;
  padding-bottom: 130px;
}

/* line 166, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame > a[name] {
  position: absolute;
  pointer-events: none;
  top: -80px;
  opacity: 0;
}

/* line 172, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box {
  max-width: 900px;
  padding: 40px;
  border-radius: 5px;
  background: #fff;
  margin: 0 auto;
  position: relative;
}

/* line 179, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box [data-close-form] {
  position: absolute;
  top: -60px;
  right: -60px;
  padding: 10px 15px;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 187, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box [data-close-form] span {
  color: #002845;
  font-size: 35px;
}

/* line 191, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box [data-close-form]:hover {
  opacity: 1;
}

/* line 194, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box [data-close-form]:focus {
  outline: 1px solid #002845;
}

/* line 198, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box h2,
section.page-section.-banner.-staff-form .center-frame .-white-box p {
  text-align: center;
  margin: 10px 0;
}

/* line 202, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box h2 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 33px;
  line-height: 1.2;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main section.page-section.-banner.-staff-form .center-frame .-white-box h2 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box h2 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white section.page-section.-banner.-staff-form .center-frame .-white-box h2,
.text-white section.page-section.-banner.-staff-form .center-frame .-white-box h2 strong,
.text-white section.page-section.-banner.-staff-form .center-frame .-white-box h2 em,
section.page-section.-banner.-staff-form .center-frame .-white-box h2.text-white,
section.page-section.-banner.-staff-form .center-frame .-white-box h2.text-white strong,
section.page-section.-banner.-staff-form .center-frame .-white-box h2.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green section.page-section.-banner.-staff-form .center-frame .-white-box h2,
.text-green section.page-section.-banner.-staff-form .center-frame .-white-box h2 strong,
.text-green section.page-section.-banner.-staff-form .center-frame .-white-box h2 em,
section.page-section.-banner.-staff-form .center-frame .-white-box h2.text-green,
section.page-section.-banner.-staff-form .center-frame .-white-box h2.text-green strong,
section.page-section.-banner.-staff-form .center-frame .-white-box h2.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 202, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box h2 {
    font-size: 30px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 202, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box h2 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  /* line 202, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box h2 {
    font-size: 26px;
  }
}

/* line 206, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-field {
  width: 100%;
  margin-bottom: 10px;
}

/* line 209, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-field > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 212, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-field > * .-label {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: left;
}

/* line 217, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-field > * .-input {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 222, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-field.-two-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 224, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-field.-two-field > * {
  width: calc(50% + 125px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 227, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-field.-two-field > * .-input {
  width: calc(100% - 250px);
}

/* line 231, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-field.-two-field > .-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 135px);
  margin-left: 10px;
}

/* line 238, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-field.-half > * {
  width: calc(50% + 125px);
}

/* line 240, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-field.-half > * .-input {
  width: 100%;
}

/* line 245, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-field br {
  display: none;
}

/* line 254, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-recaptcha-and-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 250px;
  padding-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 259, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-recaptcha-and-button p {
  margin: 0;
}

/* line 262, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .-recaptcha-and-button [type='submit'] {
  height: 76px;
}

/* line 267, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .wpcf7-response-output {
  padding: 20px 25px;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
}

/* line 273, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .wpcf7-validation-errors {
  border-color: #f00;
}

/* line 276, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-staff-form .center-frame .-white-box form .wpcf7-mail-sent-ok {
  border-color: #b1d34a;
}

@media (max-width: 600px) {
  /* line 333, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  /* line 335, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box {
    padding: 6vw;
  }

  /* line 343, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box form .-field > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 345, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box form .-field > * .-label {
    width: 100%;
  }

  /* line 348, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box form .-field > * .-input {
    width: 100%;
  }

  /* line 352, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box form .-field.-two-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 354, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box form .-field.-two-field > * {
    width: 100%;
  }

  /* line 356, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box form .-field.-two-field > * .-input {
    width: 100%;
  }

  /* line 360, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box form .-field.-two-field > .-input {
    width: 100%;
    margin: 10px 0 0 0;
  }

  /* line 366, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box form .-field.-half > * {
    width: 100%;
  }

  /* line 368, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box form .-field.-half > * .-input {
    width: 100%;
  }

  /* line 374, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box form .-recaptcha-and-button {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 377, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-banner.-staff-form .center-frame .-white-box form .-recaptcha-and-button [type='submit'] {
    margin: 20px 0;
  }
}

/* line 430, resources/assets/styles/common/components/hoban-misc.scss */

.-hide-label {
  display: none;
}

/* line 437, resources/assets/styles/common/components/hoban-misc.scss */

#docContainer .fb_cond_applied {
  display: none;
}

/* line 439, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-textslider {
  background-size: cover;
  background-position: center;
  padding: 130px 0;
  position: relative;
}

/* line 444, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-textslider .-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 451, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-banner.-textslider [data-text-slider] {
  width: 100%;
}

/* line 457, resources/assets/styles/common/components/hoban-misc.scss */

[data-text-slider] .-icon,
[data-text-slider].page-section.-banner .-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 45px;
}

/* line 461, resources/assets/styles/common/components/hoban-misc.scss */

[data-text-slider] .-icon img,
[data-text-slider].page-section.-banner .-icon img {
  display: inline-block;
  width: 130px;
}

/* line 466, resources/assets/styles/common/components/hoban-misc.scss */

[data-text-slider] .-slides,
[data-text-slider].page-section.-banner .-slides {
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  max-width: 800px;
  width: 90%;
}

@media (max-width: 800px) {
  /* line 466, resources/assets/styles/common/components/hoban-misc.scss */

  [data-text-slider] .-slides,
  [data-text-slider].page-section.-banner .-slides {
    overflow-x: scroll;
  }
}

/* line 119, resources/assets/styles/common/reusable.scss */

[data-text-slider] .-slides::-webkit-scrollbar,
[data-text-slider].page-section.-banner .-slides::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 0 !important;
}

/* line 123, resources/assets/styles/common/reusable.scss */

[data-text-slider] .-slides::-webkit-scrollbar:vertical,
[data-text-slider].page-section.-banner .-slides::-webkit-scrollbar:vertical {
  display: none;
  height: 0 !important;
}

/* line 127, resources/assets/styles/common/reusable.scss */

[data-text-slider] .-slides::-webkit-scrollbar-thumb,
[data-text-slider].page-section.-banner .-slides::-webkit-scrollbar-thumb {
  display: none;
  height: 0 !important;
}

/* line 131, resources/assets/styles/common/reusable.scss */

[data-text-slider] .-slides::-webkit-scrollbar-track,
[data-text-slider].page-section.-banner .-slides::-webkit-scrollbar-track {
  display: none;
  height: 0 !important;
}

/* line 471, resources/assets/styles/common/components/hoban-misc.scss */

[data-text-slider] .-slides .-strip,
[data-text-slider].page-section.-banner .-slides .-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 473, resources/assets/styles/common/components/hoban-misc.scss */

[data-text-slider] .-slides .-strip .-slide,
[data-text-slider].page-section.-banner .-slides .-strip .-slide {
  display: inline-block;
  text-align: center;
  padding-bottom: 20px;
}

/* line 477, resources/assets/styles/common/components/hoban-misc.scss */

[data-text-slider] .-slides .-strip .-slide h3,
[data-text-slider].page-section.-banner .-slides .-strip .-slide h3 {
  font-family: "proxno", "Montserrat", "Lato", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-weight: 600;
  color: #002845;
  font-size: 50px;
  line-height: 1.1;
}

/* line 94, resources/assets/styles/common/mixins.scss */

body.specificity-hack main.main [data-text-slider] .-slides .-strip .-slide h3 a,
body.specificity-hack main.main [data-text-slider].page-section.-banner .-slides .-strip .-slide h3 a {
  font-weight: 600;
}

/* line 108, resources/assets/styles/common/mixins.scss */

[data-text-slider] .-slides .-strip .-slide h3 strong,
[data-text-slider].page-section.-banner .-slides .-strip .-slide h3 strong {
  font-weight: 600;
  color: #002845;
}

/* line 139, resources/assets/styles/common/mixins.scss */

.text-white [data-text-slider] .-slides .-strip .-slide h3,
.text-white [data-text-slider] .-slides .-strip .-slide h3 strong,
.text-white [data-text-slider] .-slides .-strip .-slide h3 em,
[data-text-slider] .-slides .-strip .-slide h3.text-white,
[data-text-slider] .-slides .-strip .-slide h3.text-white strong,
[data-text-slider] .-slides .-strip .-slide h3.text-white em,
.text-white [data-text-slider].page-section.-banner .-slides .-strip .-slide h3,
.text-white [data-text-slider].page-section.-banner .-slides .-strip .-slide h3 strong,
.text-white [data-text-slider].page-section.-banner .-slides .-strip .-slide h3 em,
[data-text-slider].page-section.-banner .-slides .-strip .-slide h3.text-white,
[data-text-slider].page-section.-banner .-slides .-strip .-slide h3.text-white strong,
[data-text-slider].page-section.-banner .-slides .-strip .-slide h3.text-white em {
  color: #fff;
}

/* line 144, resources/assets/styles/common/mixins.scss */

.text-green [data-text-slider] .-slides .-strip .-slide h3,
.text-green [data-text-slider] .-slides .-strip .-slide h3 strong,
.text-green [data-text-slider] .-slides .-strip .-slide h3 em,
[data-text-slider] .-slides .-strip .-slide h3.text-green,
[data-text-slider] .-slides .-strip .-slide h3.text-green strong,
[data-text-slider] .-slides .-strip .-slide h3.text-green em,
.text-green [data-text-slider].page-section.-banner .-slides .-strip .-slide h3,
.text-green [data-text-slider].page-section.-banner .-slides .-strip .-slide h3 strong,
.text-green [data-text-slider].page-section.-banner .-slides .-strip .-slide h3 em,
[data-text-slider].page-section.-banner .-slides .-strip .-slide h3.text-green,
[data-text-slider].page-section.-banner .-slides .-strip .-slide h3.text-green strong,
[data-text-slider].page-section.-banner .-slides .-strip .-slide h3.text-green em {
  color: #b1d34a;
}

@media (min-width: 951px) and (max-width: 1450px) {
  /* line 477, resources/assets/styles/common/components/hoban-misc.scss */

  [data-text-slider] .-slides .-strip .-slide h3,
  [data-text-slider].page-section.-banner .-slides .-strip .-slide h3 {
    font-size: 46px;
  }
}

@media (min-width: 601px) and (max-width: 950px) {
  /* line 477, resources/assets/styles/common/components/hoban-misc.scss */

  [data-text-slider] .-slides .-strip .-slide h3,
  [data-text-slider].page-section.-banner .-slides .-strip .-slide h3 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  /* line 477, resources/assets/styles/common/components/hoban-misc.scss */

  [data-text-slider] .-slides .-strip .-slide h3,
  [data-text-slider].page-section.-banner .-slides .-strip .-slide h3 {
    font-size: 30px;
  }
}

/* line 483, resources/assets/styles/common/components/hoban-misc.scss */

[data-text-slider] .-dots,
[data-text-slider].page-section.-banner .-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
}

/* line 487, resources/assets/styles/common/components/hoban-misc.scss */

[data-text-slider] .-dots .-centered,
[data-text-slider].page-section.-banner .-dots .-centered {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 489, resources/assets/styles/common/components/hoban-misc.scss */

[data-text-slider] .-dots .-centered .-dot,
[data-text-slider].page-section.-banner .-dots .-centered .-dot {
  padding: 6px;
}

/* line 491, resources/assets/styles/common/components/hoban-misc.scss */

[data-text-slider] .-dots .-centered .-dot div,
[data-text-slider].page-section.-banner .-dots .-centered .-dot div {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 99px;
  width: 14px;
  height: 14px;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

/* line 500, resources/assets/styles/common/components/hoban-misc.scss */

[data-text-slider] .-dots .-centered .-dot.-current div,
[data-text-slider].page-section.-banner .-dots .-centered .-dot.-current div {
  border-color: #b1d34a;
  background-color: #b1d34a;
}

/* line 506, resources/assets/styles/common/components/hoban-misc.scss */

[data-text-slider] .-dots .-centered .-dot:hover:not(.-current) div,
[data-text-slider].page-section.-banner .-dots .-centered .-dot:hover:not(.-current) div {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 518, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-cta-shallow {
  padding: 70px 0;
}

/* line 520, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-cta-shallow .-flex {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 527, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-cta-shallow .-flex > * {
  display: inline-block;
  margin: 0 30px 0 0;
}

/* line 530, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-cta-shallow .-flex > *:last-child {
  margin-right: 0;
}

/* line 534, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-cta-shallow .-flex .-icon {
  width: 40px;
  position: relative;
  top: -2px;
}

/* line 539, resources/assets/styles/common/components/hoban-misc.scss */

section.page-section.-cta-shallow .-flex .-button {
  padding: 0;
}

@media (max-width: 600px) {
  /* line 544, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-cta-shallow .-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 546, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-cta-shallow .-flex > * {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  /* line 551, resources/assets/styles/common/components/hoban-misc.scss */

  section.page-section.-cta-shallow .-flex h2,
  section.page-section.-cta-shallow .-flex h3,
  section.page-section.-cta-shallow .-flex h4,
  section.page-section.-cta-shallow .-flex h5,
  section.page-section.-cta-shallow .-flex p {
    max-width: 250px;
  }
}

/* line 562, resources/assets/styles/common/components/hoban-misc.scss */

.page-main-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}

/* line 566, resources/assets/styles/common/components/hoban-misc.scss */

.page-main-search input {
  margin-left: 12px;
  max-width: 400px;
  height: 43px;
}

/* line 571, resources/assets/styles/common/components/hoban-misc.scss */

.page-main-search button {
  margin-left: 8px;
  height: 43px;
}

@media (max-width: 600px) {
  /* line 562, resources/assets/styles/common/components/hoban-misc.scss */

  .page-main-search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 577, resources/assets/styles/common/components/hoban-misc.scss */

  .page-main-search input,
  .page-main-search button,
  .page-main-search > * {
    width: 100%;
    margin: 10px 0 0;
  }
}

/* line 586, resources/assets/styles/common/components/hoban-misc.scss */

.recaptcha-t-and-c {
  margin: 40px 0 0 !important;
  font-size: 15px;
}

/* line 5, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid .classpadding {
  margin: 3px;
  background-color: #575a5d;
}

/* line 9, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid hr {
  border-color: #fff;
}

/* line 12, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid .row .row [class*="col-"] {
  padding: 0;
}

/* line 15, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid p {
  font-size: 35px;
  color: #fff;
}

/* line 18, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid p .italic {
  font-weight: 300;
  font-style: italic;
}

/* line 23, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid p:empty {
  display: none;
}

/* line 32, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .col-md-5:not(.three-blocks-row) .classpadding {
  /* eg. .pre-assessment */
  padding: 10px;
}

/* line 34, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .col-md-5:not(.three-blocks-row) .classpadding + p {
  display: none;
}

/* line 40, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .three-blocks-row > .classpadding {
  float: left;
  width: 100%;
}

/* line 46, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .three-blocks-row > .classpadding:last-child {
  margin-bottom: 0;
}

/* line 49, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .three-blocks-row > .classpadding > .row {
  margin: 0;
}

/* line 52, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .three-blocks-row > .classpadding > .row > div > div {
  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;
}

/* line 56, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .three-blocks-row > .classpadding > .row > div > div p {
  margin-bottom: 0;
}

/* line 59, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .three-blocks-row > .classpadding > .row > div > div + p {
  display: none;
}

/* line 63, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .three-blocks-row > .classpadding > .row > div + p {
  display: none;
}

/* line 67, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .three-blocks-row > .classpadding > .row + p {
  display: none;
}

/* line 71, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .three-blocks-row > .classpadding + p {
  display: none;
}

/* line 75, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .three-blocks-row + p {
  display: none;
}

/* line 82, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .col-md-4 .classpadding {
  padding: 6px 0;
}

/* line 84, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .col-md-4 .classpadding > div {
  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;
}

/* line 88, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .col-md-4 .classpadding > div p {
  margin-bottom: 0;
  text-align: center;
}

/* line 92, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid > .row > .col-md-12 > .row .col-md-4 .classpadding > div + p {
  display: none;
}

/* line 101, resources/assets/styles/common/components/fancy-grid.scss */

.fancy-grid span + br {
  display: none;
}

@media (max-width: 991px) {
  /* line 105, resources/assets/styles/common/components/fancy-grid.scss */

  .fancy-grid .classpadding {
    height: auto !important;
  }

  /* line 112, resources/assets/styles/common/components/fancy-grid.scss */

  .fancy-grid > .row > .col-md-12 > .row > div p {
    font-size: 25px;
  }

  /* line 117, resources/assets/styles/common/components/fancy-grid.scss */

  .fancy-grid > .row > .col-md-12 > .row .col-md-5:not(.three-blocks-row) .classpadding {
    /* eg. .pre-assessment */
  }

  /* line 118, resources/assets/styles/common/components/fancy-grid.scss */

  .fancy-grid > .row > .col-md-12 > .row .col-md-5:not(.three-blocks-row) .classpadding > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 121, resources/assets/styles/common/components/fancy-grid.scss */

  .fancy-grid > .row > .col-md-12 > .row .col-md-5:not(.three-blocks-row) .classpadding > div img {
    width: 50%;
  }

  /* line 128, resources/assets/styles/common/components/fancy-grid.scss */

  .fancy-grid > .row > .col-md-12 > .row .three-blocks-row > .classpadding {
    width: calc(100% - 6px);
  }
}

@media (max-width: 599px) {
  /* line 157, resources/assets/styles/common/components/fancy-grid.scss */

  .fancy-grid .classpadding {
    height: auto !important;
  }

  /* line 164, resources/assets/styles/common/components/fancy-grid.scss */

  .fancy-grid > .row > .col-md-12 > .row > div p {
    font-size: 20px;
  }

  /* line 170, resources/assets/styles/common/components/fancy-grid.scss */

  .fancy-grid > .row > .col-md-12 > .row .col-md-5:not(.three-blocks-row) .classpadding > div {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 8, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .pre-assessment {
  background-color: #b1d34a;
}

/* line 10, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .pre-assessment > div {
  border: 3px solid #fff;
  margin: 3px;
  padding: 20px;
  height: 442px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* line 18, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .pre-assessment > div p {
  color: #002845;
}

/* line 21, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .pre-assessment > div + p {
  display: none;
}

/* line 26, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .tailored-rep-text,
.fancy-grid.employers-information > .row > .col-md-12 > .row > div .timely-invoicing-text,
.fancy-grid.employers-information > .row > .col-md-12 > .row > div .iso-quality-text {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  height: 132px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 10px;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
}

/* line 36, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .tailored-reporting {
  background-color: #1f445f;
}

/* line 39, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .tailored-rep-text {
  background-image: url("/app/themes/hoban/dist/images/grid/five-clocks.svg");
}

/* line 42, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .timely-invoicing {
  background-color: #747481;
}

/* line 45, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .timely-invoicing-text {
  background-image: url("/app/themes/hoban/dist/images/grid/five-documents.svg");
}

/* line 48, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .accreditation {
  background-color: #575a5d;
}

/* line 51, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .iso-quality-text {
  background-image: url("/app/themes/hoban/dist/images/grid/five-ticks.svg");
}

/* line 56, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .classpadding.privacy-compliance div,
.fancy-grid.employers-information > .row > .col-md-12 > .row > div .classpadding.diversity-focus div,
.fancy-grid.employers-information > .row > .col-md-12 > .row > div .classpadding.onsite-inductions div {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  margin: 12px;
  height: 140px;
}

/* line 67, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .classpadding.privacy-compliance {
  background-color: #002844;
}

/* line 69, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .classpadding.privacy-compliance div {
  background-image: url("/app/themes/hoban/dist/images/grid/three-locks.svg");
}

/* line 73, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .classpadding.diversity-focus {
  background-color: #747481;
}

/* line 75, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .classpadding.diversity-focus div {
  background-image: url("/app/themes/hoban/dist/images/grid/two-people.svg");
}

/* line 79, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .classpadding.onsite-inductions {
  background-color: #b1d34a;
}

/* line 81, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .classpadding.onsite-inductions div {
  background-image: url("/app/themes/hoban/dist/images/grid/six-hats.svg");
}

/* line 83, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

.fancy-grid.employers-information > .row > .col-md-12 > .row > div .classpadding.onsite-inductions div p {
  color: #002845;
}

@media (min-width: 600px) and (max-width: 1199px) {
  /* line 98, resources/assets/styles/common/components/fancy-grid/employers-information.scss */

  .fancy-grid.employers-information > .row > .col-md-12 > .row > div .pre-assessment > div {
    height: auto;
    padding: 30px 10px;
  }
}

/* line 9, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding {
  height: 470px;
}

/* line 11, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.about-hoban {
  height: 126px;
  background-color: #C4C9CC;
  padding: 8px 0;
}

/* line 17, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.about-hoban > .row > div span {
  padding-left: 42px;
  color: #002845;
  font-size: 50px;
  font-weight: bold;
  line-height: 55px;
}

/* line 23, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.about-hoban > .row > div span.hoban-word {
  font-weight: 800;
}

/* line 30, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.celebration-hoban {
  height: 340px;
  background-color: #b1d34a;
}

/* line 35, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.celebration-hoban > .row > div span {
  font-weight: bold;
  color: #002845;
  font-size: 28px;
  padding-top: 10px;
  display: block;
  text-align: center;
}

/* line 43, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.celebration-hoban > .row > div img {
  width: 200px;
  display: block;
  text-align: center;
  margin: auto;
}

/* line 49, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.celebration-hoban > .row > div hr {
  width: 84%;
  margin: 0.8em auto;
}

/* line 56, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.share-holder-hoban {
  background-color: #c0da71;
}

/* line 58, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.share-holder-hoban img {
  width: 73%;
  margin: auto;
  display: block;
}

/* line 63, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.share-holder-hoban hr {
  width: 84%;
  margin: 0.8em auto;
}

/* line 67, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.share-holder-hoban p {
  font-size: 31px;
  line-height: 1.1;
  width: 85%;
  margin: auto;
  text-align: center;
}

/* line 73, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.share-holder-hoban p,
.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.share-holder-hoban p span {
  color: #002845;
}

/* line 76, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.share-holder-hoban p span {
  font-weight: bold;
}

/* line 81, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.services-hoban {
  background: #1f445f;
  padding: 15px;
}

/* line 84, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.services-hoban .services-hoban-text {
  border: 3px solid #fff;
  height: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 14px;
}

/* line 89, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.services-hoban .services-hoban-text h3,
.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.services-hoban .services-hoban-text p {
  margin: 14px 0;
}

/* line 92, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.services-hoban .services-hoban-text h3 {
  text-align: center;
  color: #fff;
}

/* line 96, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.services-hoban .services-hoban-text p {
  font-size: 1.1em;
  line-height: 1.1;
  padding-top: 0;
}

/* line 100, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.services-hoban .services-hoban-text p:not(:last-child):after {
  border-bottom: 2px solid #fff;
  content: "";
  height: 10px;
  display: block;
  width: 40px;
  margin: auto;
}

/* line 116, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding {
  height: 255px;
}

/* line 118, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.jobs-hoban {
  background-color: #959a9e;
}

/* line 120, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.jobs-hoban p {
  text-align: center;
  padding: 16px 0 20px;
  line-height: 1.2;
  font-weight: normal;
  width: 96%;
  margin: auto;
}

/* line 127, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.jobs-hoban p,
.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.jobs-hoban p span {
  color: #002845;
}

/* line 130, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.jobs-hoban p:before,
.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.jobs-hoban p:after {
  border-bottom: 2px solid #fff;
  content: "";
  height: 10px;
  display: block;
  width: 100%;
  margin: auto;
}

/* line 138, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.jobs-hoban p > span {
  display: block;
}

/* line 140, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.jobs-hoban p > span.year {
  font-size: 42px;
  padding-top: 16px;
}

/* line 144, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.jobs-hoban p > span.filled {
  font-size: 48px;
}

/* line 147, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.jobs-hoban p > span span {
  font-weight: bold;
}

/* line 149, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.jobs-hoban p > span span.jobs-number {
  font-size: 62px;
}

/* line 152, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.jobs-hoban p > span span.jobs-word {
  font-size: 40px;
}

/* line 159, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.staff-hoban {
  background-color: #b1d34a;
}

/* line 161, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.staff-hoban > div {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: 6px;
}

/* line 164, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.staff-hoban > div p {
  text-align: center;
  padding: 18px;
  line-height: 1.1;
}

/* line 168, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.staff-hoban > div p span {
  display: block;
  color: #002845;
  font-size: 30px;
}

/* line 172, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.staff-hoban > div p span.eight-years {
  font-size: 69px;
  font-weight: bold;
}

/* line 185, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding {
  height: 180px;
}

/* line 187, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.iso-hoban {
  background-color: #002845;
  padding: 6px 0;
}

/* line 190, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.iso-hoban > div {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: 12px;
}

/* line 193, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.iso-hoban > div p {
  color: #fff;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 14px;
  font-weight: 300;
}

/* line 199, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.iso-hoban > div p > span {
  font-size: 22px;
  display: block;
  font-size: 28px;
}

/* line 204, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.iso-hoban > div p > span.certification span {
  font-weight: bold;
}

/* line 208, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.iso-hoban > div p > span.meaning {
  padding: 10px;
  font-style: italic;
}

/* line 211, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.iso-hoban > div p > span.meaning:before,
.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.iso-hoban > div p > span.meaning:after {
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  width: 50%;
  margin: auto;
}

/* line 218, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.iso-hoban > div p > span.meaning:before {
  margin-bottom: 10px;
}

/* line 221, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.iso-hoban > div p > span.meaning:after {
  padding-top: 10px;
}

/* line 225, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.iso-hoban > div p > span:last-child {
  font-size: 22px;
  width: 85%;
  margin: auto;
}

/* line 234, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban {
  background: #575a5d;
  padding: 17px 0;
}

/* line 237, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban > div {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 0 12px;
}

/* line 241, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban > div p {
  color: #fff;
  line-height: 1.1;
  text-align: center;
}

/* line 246, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban > div p span.what-it-has {
  font-size: 45px;
}

/* line 249, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban > div p span.hundred {
  font-size: 65px;
  display: inline-block;
  margin-top: 12px;
  padding-top: 15px;
  vertical-align: middle;
  font-weight: bold;
}

/* line 257, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban > div p span.staff-word {
  display: inline-block;
  margin-top: 12px;
  padding-top: 15px;
  vertical-align: middle;
  font-weight: bold;
}

/* line 264, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

.fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban > div p span.dedication {
  display: block;
  font-size: 28px;
  font-weight: 300;
}

@media (min-width: 992px) and (max-width: 1100px) {
  /* line 185, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding {
    height: 220px;
  }
}

@media (min-width: 1095px) {
  /* line 281, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding > div {
    height: 185px;
  }
}

@media (min-width: 1200px) {
  /* line 332, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.share-holder-hoban {
    background-color: #c0da71;
  }

  /* line 334, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.share-holder-hoban img {
    max-width: 350px;
  }

  /* line 385, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.staff-hoban > div p span {
    font-size: 33px;
  }

  /* line 387, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.staff-hoban > div p span.eight-years {
    font-size: 73px;
  }

  /* line 399, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding {
    height: 214px;
  }

  /* line 420, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban > div {
    height: 180px;
  }

  /* line 427, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban > div p span.hundred {
    font-size: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 523, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.staff-hoban > div p {
    height: 220px;
  }

  /* line 525, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.staff-hoban > div p span {
    font-size: 28px;
  }

  /* line 527, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-2 > div .classpadding.staff-hoban > div p span.eight-years {
    margin: 5px 0;
  }

  /* line 559, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban > div {
    height: 186px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 565, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban > div p span.what-it-has {
    margin-top: 10px;
  }

  /* line 568, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban > div p span.hundred {
    margin-top: -8px;
    padding-top: 0;
    line-height: 0.7;
  }

  /* line 573, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban > div p span.staff-word {
    margin: 0 0 5px;
    padding: 0;
  }

  /* line 577, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-3 > div .classpadding.recruitment-hoban > div p span.dedication {
    padding: 5px 0;
  }
}

@media (max-width: 991px) {
  /* line 598, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.about-hoban {
    text-align: center;
    padding: 20px;
  }

  /* line 635, resources/assets/styles/common/components/fancy-grid/about-hoban-information.scss */

  .fancy-grid.about-hoban-information > .row > div > .row.row-1 > div .classpadding.services-hoban .services-hoban-text {
    height: auto;
    padding: 30px 10px;
  }
}

/* line 6, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .classpadding {
  margin: 3px;
}

/* line 9, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision {
  padding: 8px;
  background-color: #575A5D;
}

/* line 12, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div {
  background-image: url("/app/themes/hoban/dist/images/grid/one-man-grey.svg");
  background-repeat: no-repeat;
}

/* line 15, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div h3 {
  font-size: 40px;
  margin-top: 0;
  color: #fff;
}

/* line 20, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div hr {
  border-top: 3px solid #fff;
  width: 80%;
  margin: auto;
}

/* line 25, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p {
  line-height: 1 !important;
  margin-top: 15px;
  margin-bottom: 0;
}

/* line 29, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span {
  display: block;
  line-height: 0.8;
}

/* line 32, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(1) {
  font-size: 50px;
  line-height: 0.7;
}

/* line 36, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(2) {
  font-size: 26px;
}

/* line 40, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(3) {
  font-size: 32px;
  line-height: 1.1;
}

/* line 44, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(4) {
  font-size: 50px;
}

/* line 47, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(5) {
  font-size: 38px;
}

/* line 50, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(6) {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

/* line 55, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(7) {
  font-size: 55px;
  line-height: 0.7;
}

/* line 59, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(8) {
  font-size: 24px;
  line-height: 2.5 !important;
  font-weight: 300;
}

/* line 63, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(8) span {
  font-size: 30px;
  font-weight: 600;
}

/* line 72, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years {
  background-color: #b1d34a;
  padding: 6px;
}

/* line 75, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 7px;
  padding: 10px;
  text-align: center;
}

/* line 81, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p,
.text-white .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p,
.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div span,
.text-white .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div span {
  color: #002845;
}

/* line 85, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p {
  margin-bottom: 15px;
}

/* line 87, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p:first-child {
  font-size: 22px;
}

/* line 90, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p.fifty-years-text {
  line-height: 0.7 !important;
}

/* line 92, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p.fifty-years-text span {
  display: block;
  font-weight: 800;
}

/* line 95, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p.fifty-years-text span:first-child {
  font-size: 102px;
}

/* line 98, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p.fifty-years-text span:last-child {
  font-size: 68px;
}

/* line 103, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p.history-text {
  line-height: 1.1;
  font-size: 22px;
}

/* line 106, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p.history-text span {
  font-weight: 600;
}

/* line 113, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements {
  background-color: #1f445f;
  padding: 6px;
}

/* line 116, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements > div {
  border: 3px solid #fff;
  background: url("/app/themes/hoban/dist/images/grid/one-man-blue.svg");
  background-repeat: no-repeat;
  background-position: top center;
  margin: 7px;
  padding: 10px;
}

/* line 123, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements > div p {
  line-height: 1.2;
  font-size: 28px;
}

/* line 127, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements > div p span:first-child {
  font-size: 25px;
  display: block;
}

/* line 131, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements > div p span:nth-child(3),
.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements > div p span:nth-child(4) {
  font-size: 23px;
}

/* line 134, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements > div p span:last-child {
  font-size: 35px;
}

/* line 141, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .dev-programs {
  background-color: #575A5D;
  padding: 6px;
}

/* line 144, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .dev-programs > div {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-image: url("/app/themes/hoban/dist/images/grid/one-hat.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 7px;
  padding: 7px;
}

/* line 151, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .dev-programs > div p {
  font-size: 27px;
}

/* line 160, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-2 > div .stable-team {
  background-color: #002845;
  padding: 6px;
}

/* line 163, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-2 > div .stable-team div {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 7px;
}

/* line 166, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-2 > div .stable-team div p {
  font-size: 28px;
  margin: 10px 0;
}

/* line 176, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .classpadding {
  margin: 3px;
}

/* line 179, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches {
  background-color: #c4c9cc;
  padding: 1px;
}

/* line 182, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 8px;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 189, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .branch-map .branch-map-image {
  position: relative;
  padding: 43px 7px;
}

/* line 192, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .branch-map .branch-map-image img {
  width: 235px;
}

/* line 195, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .branch-map .branch-map-image .twelve-branches {
  position: absolute;
  top: 26%;
  left: 36%;
  color: #002845;
  font-weight: bold;
  font-size: 85px;
}

/* line 203, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .branch-map .branch-map-image .branches-heading {
  position: absolute;
  bottom: 15%;
  left: 18%;
  color: #002845;
  font-size: 30px;
}

/* line 212, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .advertising {
  padding: 20px 15px;
}

/* line 214, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .advertising .advertising-image {
  position: relative;
  text-align: center;
}

/* line 217, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .advertising .advertising-image .adv-over {
  display: block;
  color: #002845;
  font-size: 30px;
}

/* line 222, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .advertising .advertising-image img {
  width: 145px;
}

/* line 225, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .advertising .advertising-image p:nth-of-type(2) {
  position: absolute;
  top: 24%;
  font-size: 25px;
  line-height: 1.1;
  left: 30%;
  text-align: center;
}

/* line 232, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .advertising .advertising-image p:nth-of-type(2) span {
  color: #002845;
}

/* line 234, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .advertising .advertising-image p:nth-of-type(2) span:first-child {
  font-size: 28px;
}

/* line 237, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .advertising .advertising-image p:nth-of-type(2) span:last-child {
  display: block;
}

/* line 244, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .advertising .advertising-image .per-year {
  display: block;
  color: #002845;
  font-size: 30px;
}

/* line 253, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations {
  background-color: #b1d34a;
  padding: 6px;
}

/* line 256, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  background-image: url("/app/themes/hoban/dist/images/grid/telephone.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 11px 15px;
  margin: 8px;
}

/* line 264, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p span {
  color: #002845;
  display: block;
  line-height: 1.2;
}

/* line 268, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p span:first-child {
  font-size: 85px;
}

/* line 271, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p span:nth-child(2) {
  font-weight: 600;
  line-height: 1;
  font-size: 40px;
  width: 80%;
  margin-bottom: 5px;
}

/* line 278, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p span:last-child {
  font-size: 32px;
}

/* line 289, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system {
  background-color: #002845;
  padding: 6px;
}

/* line 292, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 10px;
  margin: 10px;
  background-image: url("/app/themes/hoban/dist/images/grid/pc-tick-cash.svg");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 300, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p {
  text-align: center;
  line-height: 0.8;
  margin-bottom: 20px;
}

/* line 305, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p > span:first-child {
  font-size: 25px;
}

/* line 308, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p > span:nth-child(2) {
  font-size: 34px;
}

/* line 311, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p > span:nth-child(3) {
  font-size: 18px;
}

/* line 315, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p.duration {
  font-size: 20px;
  margin-bottom: 5px;
}

/* line 318, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p.duration span {
  font-size: 28px;
}

/* line 325, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .relationships {
  background-color: #575a5d;
  padding: 6px;
}

/* line 328, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .relationships > div {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7px;
}

/* line 332, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .relationships > div img {
  width: 109px;
  padding-top: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 337, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .relationships > div p {
  margin: 15px 0 15px 25px;
  padding-top: 20px;
  font-size: 20px;
}

/* line 341, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

.fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .relationships > div p span {
  font-size: 22px;
}

@media (min-width: 1200px) {
  /* line 354, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision {
    height: 474px;
  }

  /* line 356, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div {
    height: 451px;
  }

  /* line 364, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(1) {
    font-size: 70px;
  }

  /* line 367, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(2) {
    font-size: 34px;
  }

  /* line 370, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(3) {
    font-size: 38px;
  }

  /* line 373, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(4) {
    font-size: 60px;
  }

  /* line 376, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(5) {
    font-size: 48px;
  }

  /* line 379, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(6) {
    font-size: 60px;
  }

  /* line 382, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div p > span:nth-child(7) {
    font-size: 70px;
  }

  /* line 396, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div {
    height: 440px;
    padding: 20px;
  }

  /* line 400, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p:first-child {
    font-size: 26px;
  }

  /* line 403, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p.fifty-years-text {
    margin-bottom: 25px;
  }

  /* line 406, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p.fifty-years-text span:first-child {
    font-size: 136px;
  }

  /* line 409, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p.fifty-years-text span:last-child {
    font-size: 85px;
  }

  /* line 414, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .fifty-years > div p.history-text {
    font-size: 26px;
  }

  /* line 421, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements > div {
    height: 241px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 424, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements > div p {
    font-size: 30px;
    width: 85%;
  }

  /* line 427, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements > div p :first-child {
    font-size: 31px !important;
  }

  /* line 431, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements > div p :nth-child(3) {
    font-size: 27px !important;
  }

  /* line 434, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements > div p :nth-child(4) {
    font-size: 26px !important;
  }

  /* line 437, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements > div p :last-child {
    font-size: 43px !important;
  }

  /* line 440, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .placements > div p + p:empty {
    display: none;
  }

  /* line 447, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .dev-programs > div {
    height: 178px;
  }

  /* line 449, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .dev-programs > div p {
    font-size: 34px;
    padding: 6px 8px;
  }

  /* line 466, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches {
    height: 332px;
  }

  /* line 475, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .branch-map .branch-map-image .branches-heading {
    bottom: 14%;
    left: 25%;
  }

  /* line 495, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations {
    height: 332px;
  }

  /* line 498, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p {
    text-align: center;
  }

  /* line 500, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p span {
    width: 100% !important;
  }

  /* line 502, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p span:first-child {
    font-weight: 600;
    font-size: 136px;
    line-height: 1;
  }

  /* line 507, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p span:nth-child(2) {
    font-size: 40px;
  }

  /* line 510, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p span:last-child {
    font-weight: 300;
    font-size: 38px;
  }

  /* line 523, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div {
    height: 148px;
  }

  /* line 525, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p {
    margin-left: auto;
    margin-right: auto;
    max-width: 525px;
    margin-bottom: 14px;
  }

  /* line 530, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p > span:first-child {
    font-size: 25px;
  }

  /* line 533, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p > span:nth-child(2) {
    font-size: 44px;
  }

  /* line 536, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p > span:nth-child(3) {
    display: block;
    line-height: 1.5;
    font-size: 25px;
  }

  /* line 540, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p > span:nth-child(3) span {
    font-size: 28px;
  }

  /* line 546, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p.duration span {
    font-size: 30px;
  }

  /* line 554, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .relationships > div {
    height: 154px;
  }

  /* line 558, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .relationships > div p:empty {
    display: none;
  }

  /* line 561, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .relationships > div p {
    margin-top: 0;
    font-size: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 644, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .dev-programs > div p {
    font-size: 27px;
  }

  /* line 687, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p {
    text-align: center;
  }

  /* line 689, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p span {
    width: 100% !important;
  }

  /* line 691, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p span:first-child {
    font-weight: 600;
    font-size: 106px;
    line-height: 1;
  }

  /* line 696, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p span:nth-child(2) {
    font-size: 30px;
  }

  /* line 699, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div p span:last-child {
    font-weight: 300;
    font-size: 30px;
  }

  /* line 715, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p > span:first-child {
    font-size: 21px;
  }

  /* line 718, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p > span:nth-child(2) {
    font-size: 37px;
  }

  /* line 721, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p > span:nth-child(3) {
    font-size: 21px;
  }

  /* line 738, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .relationships > div p {
    font-size: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 752, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div:first-child > .classpadding,
  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div:nth-child(2) > .classpadding {
    height: 376px;
  }

  /* line 758, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div:nth-child(3) > .classpadding:first-child {
    height: 188px;
  }

  /* line 761, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div:nth-child(3) > .classpadding:nth-child(2) {
    height: 184px;
    padding-bottom: 22px;
  }

  /* line 764, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div:nth-child(3) > .classpadding:nth-child(2) > div {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 768, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div:nth-child(3) > .classpadding:nth-child(2) > div p {
    font-size: 25px;
  }

  /* line 883, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div > .classpadding {
    height: 360px;
  }

  /* line 886, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches {
    padding-bottom: 20px;
  }

  /* line 888, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images {
    height: 100%;
  }

  /* line 904, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .advertising .advertising-image .adv-over {
    line-height: 1.1;
  }

  /* line 910, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images .advertising .advertising-image p:nth-of-type(2) {
    top: 31%;
  }

  /* line 920, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .business-operations > div {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  /* line 944, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div > div {
    height: 210px;
  }

  /* line 947, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system {
    padding-bottom: 19px;
  }

  /* line 949, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 962, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p > span:nth-child(2) {
    line-height: 1.2;
  }

  /* line 979, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p.duration span:last-of-type {
    line-height: 1.5;
  }

  /* line 987, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .relationships {
    padding-bottom: 19px;
  }

  /* line 989, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .relationships > div {
    height: 100%;
  }

  /* line 993, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .relationships > div p {
    font-size: 30px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 1008, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div:first-of-type .classpadding,
  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div:nth-of-type(2) .classpadding {
    height: 420px !important;
  }
}

@media (max-width: 599px) {
  /* line 1173, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div {
    padding: 20px 0 5px;
  }

  /* line 1175, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-1 > div .our-vision > div h3 {
    font-size: 55px;
  }

  /* line 1255, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 > .row-3 > div .branches .branches-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 1300, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p {
    line-height: 1.1;
    margin-bottom: 10px;
  }

  /* line 1308, resources/assets/styles/common/components/fancy-grid/jobseekers-information.scss */

  .fancy-grid.jobseekers-information > .row > .col-md-12 .row-4 > div .timesheet-system > div p > span:nth-child(3) {
    margin-top: 5px;
  }
}

/* line 3, resources/assets/styles/common/components/accordion.scss */

section.page-section.-banner.-accordion .center-frame h2 {
  margin-bottom: 20px;
}

/* line 10, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .-section {
  width: 100%;
  margin-bottom: 4px;
}

/* line 14, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .-section .-head {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-decoration: none;
}

/* line 25, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .-section .-head .-icon {
  width: 34px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

/* line 33, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .-section .-head .-icon span {
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
  color: #333;
}

/* line 40, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .-section .-head h3 {
  margin-bottom: 0;
}

/* line 44, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .-section .-head:hover {
  background-color: #eee;
}

/* line 49, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .-section .-content {
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
  height: 0;
}

/* line 54, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .-section .-content .-height {
  padding: 20px;
  position: relative;
}

/* line 58, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .-section .-content .-height > a[name] {
  position: absolute;
  pointer-events: none;
  top: -80px;
  opacity: 0;
}

/* line 66, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .-section .-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
}

/* line 1026, resources/assets/styles/common/mixins.scss */

[data-accordion] .-section .-content ul li {
  display: inline-block;
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  padding: 20px 0;
}

/* line 1032, resources/assets/styles/common/mixins.scss */

[data-accordion] .-section .-content ul li .fa,
[data-accordion] .-section .-content ul li .fal,
[data-accordion] .-section .-content ul li .far,
[data-accordion] .-section .-content ul li .fab {
  display: block;
  font-size: 45px;
  color: #b1d34a;
  margin-bottom: 8px;
}

/* line 1037, resources/assets/styles/common/mixins.scss */

[data-accordion] .-section .-content ul li .fa span,
[data-accordion] .-section .-content ul li .fal span,
[data-accordion] .-section .-content ul li .far span,
[data-accordion] .-section .-content ul li .fab span {
  display: none;
}

/* line 1041, resources/assets/styles/common/mixins.scss */

[data-accordion] .-section .-content ul li:before {
  display: none;
}

@media (max-width: 800px) {
  /* line 1046, resources/assets/styles/common/mixins.scss */

  [data-accordion] .-section .-content ul li {
    width: 33.3%;
  }
}

@media (max-width: 600px) {
  /* line 1051, resources/assets/styles/common/mixins.scss */

  [data-accordion] .-section .-content ul li {
    width: 50%;
  }
}

@media (max-width: 400px) {
  /* line 1056, resources/assets/styles/common/mixins.scss */

  [data-accordion] .-section .-content ul li {
    width: 100%;
  }
}

/* line 74, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .-section.-expanded .-head {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 79, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .-section.-expanded .-head .-icon span {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 85, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .-section.-expanded .-content {
  border: 1px solid #ddd;
  border-top: none;
}

/* line 92, resources/assets/styles/common/components/accordion.scss */

[data-accordion] .collapse {
  display: none;
}

/* line 97, resources/assets/styles/common/components/accordion.scss */

ul.icon-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
}

/* line 1026, resources/assets/styles/common/mixins.scss */

ul.icon-grid li {
  display: inline-block;
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  padding: 20px 0;
}

/* line 1032, resources/assets/styles/common/mixins.scss */

ul.icon-grid li .fa,
ul.icon-grid li .fal,
ul.icon-grid li .far,
ul.icon-grid li .fab {
  display: block;
  font-size: 45px;
  color: #b1d34a;
  margin-bottom: 8px;
}

/* line 1037, resources/assets/styles/common/mixins.scss */

ul.icon-grid li .fa span,
ul.icon-grid li .fal span,
ul.icon-grid li .far span,
ul.icon-grid li .fab span {
  display: none;
}

/* line 1041, resources/assets/styles/common/mixins.scss */

ul.icon-grid li:before {
  display: none;
}

@media (max-width: 800px) {
  /* line 1046, resources/assets/styles/common/mixins.scss */

  ul.icon-grid li {
    width: 33.3%;
  }
}

@media (max-width: 600px) {
  /* line 1051, resources/assets/styles/common/mixins.scss */

  ul.icon-grid li {
    width: 50%;
  }
}

@media (max-width: 400px) {
  /* line 1056, resources/assets/styles/common/mixins.scss */

  ul.icon-grid li {
    width: 100%;
  }
}

/* line 100, resources/assets/styles/common/components/accordion.scss */

ul.icon-grid li:before {
  display: none !important;
}


/*# sourceMappingURL=main.css.map*/