/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./wp-content/themes/class/resources/styles/theme.scss ***!
  \*****************************************************************************************************************************************************************************************/
/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #00BCD4;
}
.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgb(0, 142.7735849057, 161);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #DDDDDD;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00BCD4;
  border: 1px solid rgb(0, 165.3867924528, 186.5);
  color: #FFFFFF;
  word-break: break-all;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgb(0, 165.3867924528, 186.5);
  border: 1px solid rgb(0, 142.7735849057, 161);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(170.25, 170.25, 170.25);
  border: 1px solid rgb(144.75, 144.75, 144.75);
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.choices__list--dropdown.is-active {
  display: block;
}
.is-open .choices__list--dropdown {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
  color: rgb(127.5, 127.5, 127.5);
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

.choices__input.is-hidden,
.choices[data-type*=select-one] .choices__input.is-hidden,
.choices[data-type*=select-multiple] .choices__input.is-hidden {
  display: none;
}

/*=====  End of Choices  ======*/
:root {
  --accent: #91f6d4;
  --navy: #0A1F42;
  --green: #91F6D4;
  --primary: #91f6d4;
  --secondary: #0A1F42;
  --background-color: #fff;
  --text-color: #0A1F42;
  --nav-color: #0A1F42;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  left: -5000px;
  right: -5000px;
  bottom: -5000px;
  margin: auto;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
}
.remodal-wrapper .remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}
.remodal-wrapper .remodal.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(images/next.svg);
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url(images/next-black.svg);
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url(images/next-white.svg);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(images/prev.svg);
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url(images/prev-black.svg);
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url(images/prev-white.svg);
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-bulletbutton {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(images/preloader.svg);
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url(images/preloader-white.svg);
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.choices[data-type*=select-one]:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 2px;
  border: none !important;
  background-color: black;
  right: 23px;
  top: 50%;
  margin-top: -4px;
}
.choices[data-type*=select-one]:after {
  content: "";
  height: 2px;
  width: 8px;
  border: none !important;
  background-color: black;
  right: 20px;
  margin-top: -1px;
}
.choices[data-type*=select-one].is-open:after {
  margin-top: -1px;
}

.choices__inner {
  font-size: 18px;
  background-color: white;
  padding: 0;
  border: 1px solid #91f6d4;
  min-height: 0;
}

.choices__list--single {
  padding: 8px 26px 8px 20px;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #91f6d4;
}

.is-open .choices__list--dropdown {
  border-color: #91f6d4;
  border-top: 1px solid white;
}

.choices__list--single .choices__item {
  color: #848EA0;
}

.choices__list--dropdown .choices__item {
  padding: 8px 20px;
  color: #848EA0;
  font-size: 18px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: white;
  color: black;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 0 !important;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    display: none !important;
  }
}
.container,
.container-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.container .grid,
.container-full .grid {
  margin-right: -1rem;
  margin-left: -1rem;
}
.container .grid-padded,
.container-full .grid-padded {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
}
.grid::before, .grid::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
.grid {
  list-style-type: none;
}

[class^=col-] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 1rem;
}
[class^=col-]::before, [class^=col-]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
[class^=col-] .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -1rem;
}
[class^=col-] {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%;
}

.col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%;
}

.col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%;
}

.col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%;
}

.col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
.col-auto {
  -ms-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .col-xlg-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

@media only screen and (min-width: 576px) {
  .order-12-xs {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-11-xs {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-10-xs {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-9-xs {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-8-xs {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-7-xs {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-6-xs {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-5-xs {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-4-xs {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-3-xs {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-2-xs {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-1-xs {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-0-xs {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .order-12-sm {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-11-sm {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-10-sm {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-9-sm {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-8-sm {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-7-sm {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-6-sm {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-5-sm {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-4-sm {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-3-sm {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-2-sm {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-1-sm {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-0-sm {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .order-12-md {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-11-md {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-10-md {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-9-md {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-8-md {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-7-md {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-6-md {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-5-md {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-4-md {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-3-md {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-2-md {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-1-md {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-0-md {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .order-12-lg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-11-lg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-10-lg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-9-lg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-8-lg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-7-lg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-6-lg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-5-lg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-4-lg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-3-lg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-2-lg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-1-lg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-0-lg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .order-12-xlg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-11-xlg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-10-xlg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-9-xlg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-8-xlg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-7-xlg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-6-xlg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-5-xlg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-4-xlg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-3-xlg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-2-xlg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-1-xlg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-0-xlg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.no-wrap [class^=col-] {
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-end [class^=col-] {
  vertical-align: bottom;
}

.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-center [class^=col-] {
  vertical-align: middle;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.align-content-end [class^=col-] {
  vertical-align: bottom;
}

.align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-start.grid {
  text-align: left;
}

.justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}
.justify-end.grid [class^=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.justify-center.grid [class^=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-between.grid [class^=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-around.grid [class^=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*=col-] {
  padding: 0;
}

.col-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 1rem 0;
}

.col-bleed-y {
  padding: 0 1rem;
}

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}

/*--------------------------------------------------------------
 * ## FOR ALL
 *--------------------------------------------------------------
 */
.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap img,
figure img {
  height: auto;
  width: 100%;
}

figure,
.post-thumbnail {
  margin: 0;
}

/*--------------------------------------------------------------
 * ## CASE-BLOCK
 *--------------------------------------------------------------
 */
.case-block {
  position: relative;
}

.case-block .caption {
  bottom: 0;
  left: 0;
  padding: 40px 20px;
  position: absolute;
  right: 0;
}

.case-block .title {
  color: #FFFFFF;
  letter-spacing: -0.5px;
  margin: 0px;
}

.case-block .sub-title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.case-block .overlay-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border: none;
}

/*--------------------------------------------------------------
 * ## POST-BLOCK
 *--------------------------------------------------------------
 */
.home .post-block {
  margin-bottom: 0;
}

.member-block .title {
  line-height: 1.3;
  margin-bottom: 11px;
}

.people-img-content-wrap .content-wrap {
  padding-left: 30px !important;
}

/*--------------------------------------------------------------
 * ## COUNT-BLOCK
 *--------------------------------------------------------------
 */
.count-block {
  padding: 19px 20px;
}

.count-block span.figure {
  color: #91F6D4;
  display: block;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 16px;
}

/*--------------------------------------------------------------
 * ## SINGLE
 *--------------------------------------------------------------
 */
/*--------------------------------------------------------------------*\
    #RESPONSIVE
\*--------------------------------------------------------------------*/
@media (min-width: 1300px) {
  .container {
    max-width: 144rem;
  }
}
/********************************************************************************************************/
@media (max-width: 1199px) {
  .count-block span.figure {
    font-size: 42px;
    line-height: 1.1;
  }
  /*.list--social {*/
  /*	float: none;*/
  /*	margin-top: 10px;*/
  /*}*/
  .categories-dropdown {
    margin-top: 8px;
  }
}
/********************************************************************************************************/
@media (max-width: 767px) {
  .member-block {
    left: 0 !important;
    position: relative !important;
    top: 0 !important;
  }
  .post-block {
    margin-bottom: 0;
  }
  .single-people .related-post-wrap {
    margin-top: 50px;
  }
  .people-img-content-wrap .content-wrap {
    padding-left: 10px !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

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

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

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

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

.fa-star-o:before {
  content: "\f006";
}

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

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

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

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

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

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

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

.fa-print:before {
  content: "\f02f";
}

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

.fa-font:before {
  content: "\f031";
}

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

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

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

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

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

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

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

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

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

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

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

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

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

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

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

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

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

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

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

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

.fa-square-o:before {
  content: "\f096";
}

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

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

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

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

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

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

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

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

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

.fa-hospital-o:before {
  content: "\f0f8";
}

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

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

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

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

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

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

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

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

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

.fa-unlock-alt:before {
  content: "\f13e";
}

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

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

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

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

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

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

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

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

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

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

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

.fa-windows:before {
  content: "\f17a";
}

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

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

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

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

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

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

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

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

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

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

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

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

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

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

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

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

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

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

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

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

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

.fa-ioxhost:before {
  content: "\f208";
}

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

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

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

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

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

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

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

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

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

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

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

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

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

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

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

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

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

.fa-volume-control-phone:before {
  content: "\f2a0";
}

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

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

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

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

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

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

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.sec.copy-block .sec__title {
  margin-bottom: 3rem;
}

@font-face {
  font-family: "GT Walsheim";
  src: url(fonts/GTWalsheim.woff2) format("woff2"), url(fonts/GTWalsheim.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim";
  src: url(fonts/GTWalsheim-Medium.woff2) format("woff2"), url(fonts/GTWalsheim-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
.u-green {
  color: #91F6D4;
}

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

html {
  font-size: 0.625em;
  overflow-x: hidden;
}
html .no-js {
  margin-top: 0 !important;
}

body {
  font-family: "GT Walsheim", sans-serif;
  font-size: 1.8em;
  line-height: 1.4;
  font-weight: normal;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  background: var(--background-color);
  color: var(--text-color);
  margin: 0 !important;
  overflow: hidden;
  position: relative;
}

a#logo {
  border-bottom: none;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}
a:after,
a:visited:after {
  content: "";
  height: 0.2rem;
  width: 100%;
  background-color: #91f6d4;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}
a#logo:after,
a:visited#logo:after {
  display: none;
}
p a:after, #page-footer a:after, .list--social a:after, .call-to-action-sec a:after, .single-case_studies .content-header a:after, .single-esg .content-header a:after, a.close-btn:after, a.toggle-menu:after, a.underline:after, a.no-underline:after,
p a:visited:after,
#page-footer a:visited:after,
.list--social a:visited:after,
.call-to-action-sec a:visited:after,
.single-case_studies .content-header a:visited:after,
.single-esg .content-header a:visited:after,
a:visited.close-btn:after,
a:visited.toggle-menu:after,
a:visited.underline:after,
a:visited.no-underline:after {
  display: none;
}

a:hover,
a:visited:hover {
  color: inherit;
  text-decoration: none;
}
a:hover:after,
a:visited:hover:after {
  animation-name: linkLine;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 0.6s;
}
a:focus,
a:visited:focus {
  outline: none;
  text-decoration: none;
}
@keyframes linkLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

button:focus {
  outline: none;
}

p {
  margin: 0 0 25px;
}
p a {
  display: inline;
  border-bottom: 1px solid #91f6d4 !important;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.page-template-template-privacy #page .sec ul {
  list-style-position: outside;
  padding: 0 0 0 1.7rem;
}
.page-template-template-privacy #page .sec ul li {
  padding-left: 0.5rem;
}
.page-template-template-privacy #page .sec ul li + li {
  margin-top: 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 16px;
}

h1, .h1 {
  font-size: 52px;
  letter-spacing: -0.8px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 34px;
    line-height: 1.1;
  }
}

h2, .h2 {
  font-size: 40px;
  letter-spacing: -0.2px;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 22px;
  }
}

.green-title {
  color: var(--green);
  text-transform: uppercase;
}

blockquote {
  background: none;
  border-left: 3px solid #91f6d4;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
  margin: 30px 0;
  padding-left: 20px;
}
blockquote cite {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}
blockquote cite:before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}

address {
  font-style: normal;
  margin: 20px 0;
}

input:focus {
  outline: none;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

#page {
  border-top: 12px solid #91f6d4;
  position: relative;
}

.clear {
  clear: both;
}

.clearfix:after, .clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

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

a.underline,
.underline a,
.underline span {
  border-bottom: 2px solid #91f6d4;
}

.accent {
  color: #91f6d4;
}

.nav {
  list-style: none;
}

.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 2.5rem;
  height: 0;
}

.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hover-effect1 {
  overflow: hidden;
  position: relative;
}

.hover-effect1 img {
  transform: scale(1);
  transition: all 1s ease;
}

.hover-effect1:hover img {
  transform: scale(1.2);
}

#page-header .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 144rem;
}
#page-header .container .toggle-icon {
  margin-left: auto;
}

.site-header {
  overflow: hidden;
  padding-top: 3.8rem;
  position: relative;
  width: 100%;
  z-index: 12;
  color: var(--nav-color, #0A1F42);
}
.site-header .site-branding {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header #logo {
  flex: 0 0 19.3rem;
  fill: var(--nav-color, #0A1F42);
}
.site-header #logo svg {
  width: 100%;
  max-height: 4.5rem;
}
.page-template-template-landing-page .site-header #logo, .single-case_studies .site-header #logo, .single-esg .site-header #logo {
  fill: #ffffff;
}

.site-header #primary-navigation ul {
  flex: 1;
  display: flex;
  column-gap: 2.5vw;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.site-header #primary-navigation ul li a:after {
  width: 0;
}
.site-header #primary-navigation ul li.current-menu-item a:after, .site-header #primary-navigation ul li.current-archive-item a:after {
  width: 100%;
}
.single-case_studies .site-header, .single-esg .site-header {
  color: #ffffff;
}

.toggle-icon {
  height: 2.3rem;
  position: relative;
  width: 3rem;
  z-index: 10;
  border: none;
}
.toggle-icon span,
.toggle-icon span:before,
.toggle-icon span:after {
  background-color: var(--nav-color, #0A1F42);
  border-radius: 0;
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
}
.toggle-icon.toggle-icon--light span, .toggle-icon.toggle-icon--light span:before, .toggle-icon.toggle-icon--light span:after {
  background-color: #ffffff;
}
.toggle-icon.toggle-icon--responsive span, .toggle-icon.toggle-icon--responsive span:before, .toggle-icon.toggle-icon--responsive span:after {
  background-color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .page:not(.page-template-template-landing-page) .toggle-icon.toggle-icon--responsive span, .page:not(.page-template-template-landing-page) .toggle-icon.toggle-icon--responsive span:before, .page:not(.page-template-template-landing-page) .toggle-icon.toggle-icon--responsive span:after {
    background-color: #0A1F42;
  }
}
.toggle-icon span:after,
.toggle-icon span:before {
  display: block;
  content: "";
}
.toggle-icon span:before {
  top: 1rem;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-property: transform, opacity;
}
.toggle-icon span:after {
  top: 2rem;
}
.toggle-icon.close-btn span {
  background-color: #ffffff;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.toggle-icon.close-btn span:before {
  background-color: #ffffff;
  transform: rotate(-45deg) translate3d(-5.71429px, -5px, 0);
  opacity: 0;
}
.toggle-icon.close-btn span:after {
  background-color: #ffffff;
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .toggle-icon {
    top: -0.4rem;
  }
}

.toggle-overlay {
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.side-menuOpen .toggle-overlay {
  opacity: 1;
}

/*--------------------------------------------------------------
 * ## TOGGLE-MENU-WRAP
 *--------------------------------------------------------------
 */
#toggle-menu-wrap {
  background: #0A1F42;
  bottom: 0;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.8rem;
  overflow-y: auto;
  padding: 0 10rem;
  position: fixed;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
  text-align: left;
  text-transform: uppercase;
  width: 60rem;
  z-index: 25;
  transform: translate3d(60rem, 0, 0);
  transition: all 0.3s ease-in-out;
}
#toggle-menu-wrap .menu {
  list-style: none;
}
#toggle-menu-wrap .menu li {
  margin-bottom: 3rem;
}
#toggle-menu-wrap .menu li a {
  text-transform: capitalize;
  border: none;
  position: relative;
}
#toggle-menu-wrap .menu li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  border-bottom: 0.2rem solid #91f6d4;
  transform: scale(0, 1);
  transition: 0.25s transform ease-in;
  transform-origin: left center;
}
#toggle-menu-wrap .menu li.current-menu-item a:after,
#toggle-menu-wrap .menu li a:hover:after,
#toggle-menu-wrap .menu li a:focus:after {
  transform: scale(1);
}
#toggle-menu-wrap .close-btn {
  font-size: 1.6rem;
  height: 3rem;
  line-height: 3.5rem;
  position: absolute;
  right: 9.3rem;
  text-align: center;
  top: 6rem;
  width: 3rem;
}
@media (max-width: 1199px) {
  #toggle-menu-wrap {
    font-size: 3rem;
    padding: 8rem 5rem;
    width: 40rem;
    transform: translate3d(40rem, 0, 0);
  }
  #toggle-menu-wrap .close-btn {
    right: 4.5rem;
  }
}
@media (max-width: 767px) {
  #toggle-menu-wrap {
    width: 100%;
    transform: translate3d(100%, 0, 0);
    align-items: flex-start;
  }
  #toggle-menu-wrap .close-btn {
    right: 1.5rem;
  }
}
@media (max-width: 600px) {
  #toggle-menu-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-height: 767px) {
  #toggle-menu-wrap .close-btn {
    top: 6.5vh;
  }
  #toggle-menu-wrap .menu li {
    margin-bottom: 3vh;
  }
}
@media screen and (max-height: 580px) {
  #toggle-menu-wrap .menu li {
    margin-bottom: 2vh;
  }
}

.side-menuOpen #toggle-menu-wrap {
  transform: translate3d(0, 0, 0);
}

.site-branding {
  width: 193px;
}
.site-branding h1 {
  font-size: 4.4rem;
}

.page-template-template-landing-page .site-header,
.single-case_studies .site-header,
.single-esg .site-header,
.single-content-studio .site-header {
  color: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
}

.single-studios .header-sec .sec-title {
  margin: 2rem 0 0;
}

.content-header {
  color: #FFFFFF;
  position: relative;
  padding-top: 18rem;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.content-header .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.content-header .caption {
  margin-top: auto;
  margin-bottom: 5rem;
  position: relative;
  z-index: 11;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
}
.content-header .caption .title {
  margin-top: auto;
}
.content-header .caption .title:only-child {
  margin-bottom: 0;
}
.content-header .caption .sub-title {
  max-width: 61rem;
}
.content-header .caption .subheading {
  max-width: 82rem;
  color: #fff;
  font-size: 2.6rem;
}
.content-header .caption .meta {
  margin-bottom: 0;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  flex-wrap: wrap;
}
.content-header .caption .meta a {
  border: none;
}
@media only screen and (max-width: 767px) {
  .content-header .caption .meta {
    display: none;
  }
}
.content-header .reviews {
  z-index: 11;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .content-header {
    padding-top: 13rem;
    height: auto;
    background-position: center;
    position: relative;
  }
  .content-header > * {
    z-index: 2;
  }
  .content-header .sub-title {
    font-size: 3.2rem;
  }
  .content-header .title {
    font-size: 2.4rem;
  }
}

.page:not(.page-template-template-landing-page) .content-header {
  height: 100vh;
  height: calc(100vh - 12px);
}
.page:not(.page-template-template-landing-page) .content-header .caption {
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.page.home .logo-dark-responsive,
.page.page-template-template-landing-page .logo-dark-responsive,
.single-case_studies .logo-dark-responsive {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .page.home .logo-dark-responsive,
  .page.page-template-template-landing-page .logo-dark-responsive,
  .single-case_studies .logo-dark-responsive {
    display: none;
  }
}
.page.home .logo-light-responsive,
.page.page-template-template-landing-page .logo-light-responsive,
.single-case_studies .logo-light-responsive {
  display: block;
}

.single-case_studies .content-header {
  height: 100vh;
  height: calc(100vh - 12px);
}

.site-footer {
  background: #0A1F42;
  color: #ffffff;
  padding: 11.2rem 0 5rem;
}
.site-footer .footer__logo {
  height: 3.1rem;
  width: auto;
}
.site-footer a {
  border: none;
}
.site-footer .title {
  color: #91f6d4;
  line-height: 1.3;
}
.site-footer .contact-info {
  margin-top: 2.7rem;
  list-style: none;
}
.site-footer .contact-info li {
  margin-bottom: 1rem;
}
.site-footer .contact-info a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 4.8rem;
}
.site-footer .footer__logo img {
  height: 3.1rem;
  width: auto;
}
.site-footer .copyright {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .site-footer .copyright {
    text-align: left;
  }
}
.site-footer .footer__logo-wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.site-footer .nav {
  float: right;
  column-count: 2;
}
.site-footer .nav > li {
  min-width: 14rem;
  margin-bottom: 2rem;
}
.site-footer .nav > li a {
  background: none !important;
  padding: 0;
}
.site-footer .bottom {
  margin-top: 8.7rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.site-footer .list--social li + li {
  margin-left: 2.5rem;
}
.site-footer .list--social svg use {
  fill: #ffffff !important;
}
@media (max-width: 1199px) {
  .site-footer .nav {
    float: none;
    margin-top: 5rem;
  }
  .site-footer .bottom {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 5rem 0;
  }
  .site-footer .contact-info a {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 600px) {
  .site-footer .bottom {
    margin-top: 3rem;
  }
  .site-footer .nav {
    margin-top: 3rem;
  }
}

.sec.call-to-action-sec {
  padding: 5rem 0 5rem;
}
.sec.call-to-action-sec .inner {
  background: #91f6d4;
  color: #0A1F42;
  padding: 5rem 2rem;
}
.sec.call-to-action-sec .inner .content {
  max-width: 88.4rem;
  margin: 0 auto;
}
.sec.call-to-action-sec .col-sm-8 {
  text-align-last: center !important;
}
.sec.call-to-action-sec .sec-title {
  color: #0A1F42;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 2.8rem;
}
.sec.call-to-action-sec .link {
  display: inline-block;
  color: #0A1F42;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 2.1rem;
  position: relative;
}
.sec.call-to-action-sec .link:before {
  content: "";
  height: 0.2rem;
  width: 100%;
  background-color: #0A1F42;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}
.sec.call-to-action-sec .link:hover {
  color: inherit;
  text-decoration: none;
}
.sec.call-to-action-sec .link:hover:before {
  animation-name: linkLine;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 0.6s;
}
.sec.call-to-action-sec + .site-footer {
  margin-top: 0;
}
.sec.call-to-action-sec .people-to-contact {
  z-index: 11;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .sec.call-to-action-sec .people-to-contact {
    margin-bottom: 2rem;
  }
}
.sec.call-to-action-sec .people-to-contact > .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sec.call-to-action-sec .people-to-contact > .container {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.sec.call-to-action-sec .people-to-contact .person {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-right: 3rem;
  margin-left: 2rem;
}
.sec.call-to-action-sec .people-to-contact .person .person__image {
  min-width: auto;
  display: flex;
  margin-right: 2rem;
}
.sec.call-to-action-sec .people-to-contact .person .person__image.multiple {
  margin-right: 2rem;
}
@media only screen and (max-width: 991px) {
  .sec.call-to-action-sec .people-to-contact .person .person__image {
    min-width: 50px;
    margin-right: 1rem;
  }
}
.sec.call-to-action-sec .people-to-contact .person .person__image a {
  margin-left: -3rem;
  position: relative;
  align-items: flex-start;
  display: inline-flex;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  .sec.call-to-action-sec .people-to-contact .person .person__image a {
    margin-left: -2rem;
  }
}
.sec.call-to-action-sec .people-to-contact .person .person__image a img {
  border-radius: 50%;
  border: 2px solid #fff;
}
@media only screen and (max-width: 991px) {
  .sec.call-to-action-sec .people-to-contact .person .person__image a img {
    width: 5rem;
  }
}
.sec.call-to-action-sec .people-to-contact .person .person__image a:hover {
  z-index: 10;
  transform: scale(1.1);
}
.sec.call-to-action-sec .people-to-contact .person .person__image a:hover img {
  border: 2px solid #91F6D4;
}
.sec.call-to-action-sec .people-to-contact .person .person__info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sec.call-to-action-sec .people-to-contact .person .person__info h3 {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .sec.call-to-action-sec .people-to-contact .person .person__info h3 {
    font-size: 1.6rem;
  }
}
.sec.call-to-action-sec .people-to-contact .person .person__info .person__description {
  font-size: 1.4rem;
  line-height: 1.5;
  max-width: 23rem;
}
@media only screen and (max-width: 991px) {
  .sec.call-to-action-sec .people-to-contact .person .person__info .person__description {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .class-creds {
    display: block;
    margin-top: 1rem;
  }
  .class-creds span {
    display: none;
  }
}
.sec {
  padding: 4rem 0 4rem;
}
.sec.header-sec {
  padding-bottom: 0;
  padding-top: 5rem;
  margin-bottom: -1rem;
}
.sec.header-sec .title-wrap:last-child {
  margin-bottom: 0;
}
.sec.swiper .swiper-container {
  padding: 1rem 0;
}
.sec.page-sec .sec:first-child {
  padding-top: 0;
}
.sec:first-of-type {
  padding-top: 5rem;
}
.sec p:last-child {
  margin-bottom: 0;
}

.person .sec-title {
  margin-bottom: 1rem;
}

.title-wrap {
  margin-bottom: 3rem;
}
.title-wrap .sec-title {
  display: inline-block;
  margin-bottom: 0rem;
}
.title-wrap .sec-title:only-child {
  margin-bottom: 0;
}
.title-wrap .green-title {
  margin: 0 0 4rem;
}
.title-wrap p.sec-title {
  margin-top: 0;
}
.title-wrap p {
  margin: 4rem 0 0;
}
.title-wrap + h3 {
  margin-top: 1rem;
  margin-bottom: 0;
}
.title-wrap .more {
  color: #0A1F42;
  font-size: 2.6rem;
  font-weight: 400;
  float: right;
  line-height: 1.2;
  margin-top: 0.5rem;
  padding-bottom: 0;
}
.title-wrap .designation {
  display: inline-block;
  margin-left: 1rem;
}
.title-wrap + p {
  margin-top: 3rem;
}
.header-sec .title-wrap {
  margin-bottom: 5rem;
}

@media (max-width: 1199px) {
  .title-wrap .more {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .title-wrap .sec-title {
    display: block;
    float: none;
  }
  .title-wrap .more {
    float: none;
  }
}

.title a {
  border: none;
}

.image-copy h2 {
  margin-bottom: 3rem;
}
.image-copy .image-copy__image {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.image-copy .image-copy__copy {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.image-copy .secondary-copy {
  background-color: #91f6d4;
  line-height: 1.3;
  padding: 4rem 2rem;
}
.image-copy .secondary-copy h3:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .image-copy .secondary-copy {
    padding: 2rem;
  }
  .image-copy .secondary-copy h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .image-copy .secondary-copy h3 {
    font-size: 1.8rem;
  }
  .image-copy .secondary-copy span {
    font-size: 1.4rem;
  }
}
.image-copy .image-copy__secondary-copy {
  background-color: #91f6d4;
  line-height: 1.3;
  margin-top: 4.7rem;
  padding: 4rem 2rem;
  position: relative;
  width: 60rem;
}
.image-copy .image-copy__secondary-copy {
  color: #0A1F42;
}

.image-copy .image-copy__secondary-copy span {
  display: block;
  margin-top: 2.5rem;
}
.image-copy .image-copy__secondary-copy h3:last-child {
  margin-bottom: 0;
}
.image-copy .image-copy__copy {
  padding-left: 4rem;
}
@media only screen and (max-width: 767px) {
  .image-copy .image-copy__copy {
    padding-left: 1rem;
  }
}
.image-copy .image-copy__secondary-copy {
  left: -24rem;
}
.image-copy.image-copy--right .image-copy__copy {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding-right: 4rem;
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .image-copy.image-copy--right .image-copy__copy {
    padding-right: 1rem;
  }
}
.image-copy.image-copy--right .image-copy__secondary-copy {
  right: -21rem;
  left: auto;
  z-index: 10;
}
.image-copy.image-copy--right .image-copy__image {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.image-copy--expertise .image-copy__image {
  position: relative;
  margin-bottom: 5rem;
}
.image-copy--expertise .image-copy__image .secondary-copy {
  position: absolute;
  left: 5rem;
  bottom: -5rem;
  max-width: 60rem;
}
@media only screen and (max-width: 1199px) {
  .image-copy--expertise .image-copy__image .secondary-copy {
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .image-copy--expertise .image-copy__image {
    position: relative;
    margin-bottom: 0rem;
  }
  .image-copy--expertise .image-copy__image .secondary-copy {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .image-copy .image-copy__image {
    padding-top: 1.5rem;
    -ms-flex-order: 2 !important;
    -webkit-order: 2 !important;
    order: 2 !important;
  }
  .image-copy .image-copy__copy {
    padding-bottom: 1.5rem;
  }
  .image-copy .image-copy__copy p:last-of-type {
    margin-bottom: 0;
  }
  .image-copy .image-copy__copy {
    -ms-flex-order: 1 !important;
    -webkit-order: 1 !important;
    order: 1 !important;
  }
}

.copy-grid {
  padding-bottom: 3.5rem;
}

#story-content ul,
.copy-list__list {
  list-style: none;
}
#story-content ul li,
.copy-list__list li {
  margin-bottom: 2rem;
  padding-left: 2.5rem;
  position: relative;
}
#story-content ul li:before,
.copy-list__list li:before {
  content: "";
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
  position: absolute;
  background-color: #91f6d4;
  top: 0.9rem;
  left: 0;
}

.video {
  max-width: 92.5rem;
  margin: 0 auto;
}
.video.video--full {
  max-width: 100%;
}

.swiper .swiper-container {
  overflow: visible;
}
.swiper .swiper-slide {
  max-width: 92.5rem;
}

.client-rectangle {
  background-color: #91f6d4;
  color: #0A1F42;
  width: 295px;
  padding: 4rem 2rem;
  text-align: left;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.client-rectangle span {
  display: block;
  margin-top: auto;
}

.post-block-grid {
  margin-bottom: -39px;
}

.tax-expertise .post-block-grid .post-block {
  margin-bottom: 20px;
}

.post-block {
  margin-bottom: 39px;
}
.post-block .meta {
  margin-top: 1.1rem;
}
.post-block .meta:last-child {
  margin-bottom: 0;
}
.post-block .content {
  padding: 25px 20px 0;
}
.post-block .title {
  color: #0A1F42;
  letter-spacing: -0.01px;
  margin-bottom: 0;
}
.post-block .title a {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .post-block .content {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .post-block .content h3 {
    margin-bottom: 3rem;
  }
  .post-block .content h3 + .meta {
    margin-top: -2rem;
  }
  .post-block.person .content {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .people .post-block .meta {
    display: block;
  }
  .people .post-block .meta > li {
    width: 100%;
    padding: 0;
  }
  .people .post-block .meta > li + li {
    margin-top: 1rem;
  }
  .people .post-block .meta > li:before {
    display: none;
  }
}

.cats-list a + a {
  margin-left: 1rem;
}

#map {
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-height: 45rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  #map {
    margin-right: 0;
  }
}

.pagination {
  display: block;
  letter-spacing: 0;
  text-align: center;
  word-spacing: 0;
  width: 100%;
  margin-top: 4rem;
}

.pagination .page-numbers {
  margin: 0 4px;
  display: inline-block;
}

.pagination a.page-numbers {
  border-bottom: 2px solid #91f6d4;
}

.pagination a.page-numbers:hover {
  color: #91f6d4;
}

.list--social {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.list--social svg {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2rem;
}
.list--social svg use {
  display: block;
  max-width: 100%;
  max-height: 100%;
  fill: var(--text-color, #0A1F42);
  stroke: none;
}
.list--social li + li {
  margin-left: 2rem;
}
.list--social a {
  border: none;
  display: block;
}

.meta {
  margin-bottom: 28px;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.meta > li {
  padding-left: 17px;
  padding-right: 9px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.meta > li:before {
  content: "|";
  left: 0;
  position: absolute;
  top: 0;
}
.meta > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.meta > li:first-child:before {
  display: none;
}
.meta > li span {
  margin-right: 2rem;
}
@media (max-width: 600px) {
  .meta > li {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .meta > li:before {
    display: none;
  }
}

/* Account for bottom margins in section content */
.client-sec {
  padding-bottom: 1rem;
}

.expertise-sec {
  padding-bottom: 0;
  margin-bottom: -1rem;
}

.members-wrap {
  overflow: hidden;
  padding-bottom: 1rem;
}
.members-wrap .member-block {
  max-width: 320px;
  margin: 0 auto 11px;
}
.members-wrap .member-block .content {
  padding: 30px 20px;
}

.categories-dropdown {
  float: right;
  position: relative;
  width: 295px;
  z-index: 12;
  max-width: 100%;
}
.categories-dropdown .select-dropdown {
  background: #ffffff;
  border: 1px solid #91F6D4;
  padding: 10px 20px 10px;
  vertical-align: top;
  display: block;
  appearance: none;
}
.categories-dropdown .dropdown {
  background: #ffffff;
  border: 1px solid #91F6D4;
  border-top: none;
  display: none;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 100%;
}
.categories-dropdown .dropdown li {
  margin-bottom: 5px;
}
.categories-dropdown .dropdown a {
  color: #878787;
}
.categories-dropdown .dropdown a.active {
  color: #0A1F42;
}
@media only screen and (max-width: 575px) {
  .categories-dropdown {
    width: 100%;
  }
}

.testimonial-wrapper {
  max-width: 95rem;
  position: relative;
}
.testimonial-wrapper img {
  width: 100%;
  margin-bottom: 9.5rem;
}
.testimonial-wrapper .testimonial {
  background-color: #91f6d4;
  color: #0A1F42;
  width: 40rem;
  padding: 4rem 3rem 4rem 2rem;
  position: absolute;
  left: calc(100% - 13rem);
  bottom: 6rem;
}
.testimonial-wrapper .testimonial h3 {
  margin-bottom: 2.5rem;
}
.testimonial-wrapper .testimonial span {
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1300px) {
  .testimonial-wrapper {
    max-width: 100%;
  }
  .testimonial-wrapper img {
    width: 95rem;
  }
  .testimonial-wrapper .testimonial {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-wrapper img {
    margin-bottom: 0;
  }
  .testimonial-wrapper .testimonial {
    position: relative;
    width: 100%;
    padding: 2rem 2rem;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-wrapper .testimonial h3, .testimonial-wrapper .testimonial .h3 {
    font-size: 18px;
  }
}

#client-grid .client-rectangle {
  width: 100%;
}
#client-grid .pagination {
  margin-top: 9rem;
  margin-bottom: 2rem;
}

.single-people .title-wrap + .meta,
.page-template-template-contact .title-wrap + .meta,
.single-post .title-wrap + .meta,
.single-careers .title-wrap + .meta {
  margin-top: 4rem;
  margin-bottom: 0;
}

.related-post-wrap.style-2 {
  margin-top: 100px;
  margin-bottom: -30px;
}
.related-post-wrap.style-2 .post-block {
  margin-bottom: 30px;
}
.related-post-wrap.style-2 .post-block .content {
  padding: 0;
}
.related-post-wrap.style-2 .post-block .excerpt {
  margin-top: 2.5rem;
}
.related-post-wrap.style-2 .post-block h2, .related-post-wrap.style-2 .post-block h3 {
  margin-bottom: 0;
}

.text-block {
  max-width: 360px;
}
.text-block .h3 + p {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .text-block {
    max-width: 100%;
  }
}

ul.client-list {
  text-align: center;
  margin-bottom: -6rem;
}
ul.client-list li {
  display: inline-block;
  width: 20%;
  padding: 0 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1199px) {
  ul.client-list li {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  ul.client-list li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  ul.client-list li {
    width: 50%;
  }
  ul.client-list li:nth-child(10) ~ li {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  ul.client-list li {
    margin-bottom: 3rem;
    padding: 0;
  }
  ul.client-list li img {
    max-width: 74%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 374px) {
  ul.client-list li {
    padding: 0;
    margin-bottom: 3rem;
    width: 100%;
  }
  ul.client-list li img {
    max-width: 18rem;
    margin: 0 auto;
  }
  ul.client-list li:nth-child(5) ~ li {
    display: none;
  }
}

.blog .post-block-grid {
  padding-bottom: 0;
  margin-bottom: -49px;
}
.blog .post-block-grid:last-child {
  margin-bottom: 5.1rem;
}
.blog .navigation {
  margin: 10rem auto;
}

.rel-title {
  color: #0A1F42;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .categories-dropdown {
    float: none;
  }
}
.single-sec .img-author-wrap {
  margin: 0 0 30px;
  position: relative;
}
.single-sec .author-wrap {
  background: #91F6D4;
  bottom: 5rem;
  padding: 4rem 2rem;
  position: absolute;
  right: -31.5rem;
  width: 40rem;
}
.single-sec .author-wrap span {
  display: block;
}
@media only screen and (max-width: 991px) {
  .single-sec .author-wrap {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-sec .author-wrap {
    padding: 2rem;
    bottom: 0;
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .single-post .designation,
  .page-template-template-contact .designation,
  .single-people .designation {
    margin-left: 0;
    margin-top: 1rem;
  }
  .single-post .meta,
  .page-template-template-contact .meta,
  .single-people .meta {
    display: block;
  }
  .single-post .meta > li,
  .page-template-template-contact .meta > li,
  .single-people .meta > li {
    display: block;
    margin-bottom: 0;
    padding-right: 0;
  }
  .single-post .meta > li + li,
  .page-template-template-contact .meta > li + li,
  .single-people .meta > li + li {
    margin-top: 1.5rem;
  }
  .single-post .meta .list--social,
  .page-template-template-contact .meta .list--social,
  .single-people .meta .list--social {
    display: inline-flex;
  }
}

.awards {
  margin-bottom: -1.5rem;
}
.awards [class^=col-] {
  margin-bottom: 1.5rem;
}

.award {
  display: flex;
}
.award__image {
  width: 12.5rem;
  margin-right: 3.6rem;
  flex-shrink: 0;
}
.award__content {
  flex-grow: 1;
}

.popping-grid .popping-item {
  animation-duration: 0.4s;
  transition: all 0.4s linear;
}
.popping-grid .popping-item.changing {
  transform: scale(0);
  opacity: 0;
}

#error-404 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

#cookie-law-info-bar {
  box-shadow: none !important;
  text-align: left;
  text-align-last: left;
  padding: 3rem !important;
  width: 100% !important;
  max-width: 38rem !important;
  font-size: 1.8rem;
}
#cookie-law-info-bar .cli_messagebar_head {
  font-size: 2.6rem;
}
#cookie-law-info-bar a {
  text-decoration: none;
}
#cookie-law-info-bar a:after {
  background-color: #0a1f42;
}
#cookie-law-info-bar #cookie_action_close_header {
  margin-top: 2rem;
}

.privacy-policy table {
  margin: 2.5rem 0;
  border-collapse: collapse;
}
.privacy-policy td {
  padding: 0.5rem 1rem;
  border: 1px solid #0a1f42;
}

.accordion .accordion__item {
  border-bottom: 0.2rem solid #91F6D4;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.accordion .accordion__item .accordion__heading {
  position: relative;
  padding-right: 3.4rem;
  margin: 0;
  cursor: pointer;
}
.accordion .accordion__item .accordion__heading:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  display: block;
  background-image: url(images/icon--minus.svg);
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: auto;
}
.accordion .accordion__item .accordion__content {
  margin-top: 2.5rem;
}
.accordion .accordion__item.closed .accordion__heading:after {
  background-image: url(images/icon--plus.svg);
}
.accordion .accordion__item.closed .accordion__content {
  height: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
}

.testimonial__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #91f6d4;
  border: 0;
  text-align: center;
  padding: 30px 45px 45px;
  margin: 0;
}
.testimonial__card .testimonial__img {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}
.testimonial__card .testimonial__img + .testimonial__cite {
  margin-top: 0;
}
.testimonial__card .testimonial__cite {
  font-size: 18px;
  line-height: 20px;
  margin-top: 125px;
  margin-bottom: 25px;
}
.testimonial__card .testimonial__cite:before {
  content: none;
}
.testimonial__card .testimonial__quote {
  font-size: 26px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .testimonial__card {
    padding: 30px 15px 40px 15px;
  }
  .testimonial__card .testimonial__cite {
    font-size: 14px;
    line-height: 17px;
  }
  .testimonial__card .testimonial__quote {
    font-size: 18px;
    line-height: 25px;
  }
}

.swiper-testimonials .swiper-slide {
  height: unset;
}
@media screen and (max-width: 992px) {
  .swiper-testimonials {
    overflow: visible;
  }
}

div + .swiper-testimonials {
  margin-top: 45px;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tile {
  height: 38rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.1s;
}
.tile .tile__video:before,
.tile .tile__image:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgb(0, 0, 0) 100%);
}
.tile .tile__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tile .tile__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile .tile__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tile .tile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
}
.tile .tile__content {
  position: relative;
  z-index: 10;
  padding: 2rem;
  color: white;
}
.tile .tile__title {
  margin-bottom: 0;
}
.tile:hover .tile__image img {
  transform: scale(1.1);
}
.tile.tile--no-image.tile--page, .tile.tile--expertise {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tile.tile--no-image.tile--page .tile__content .tile__title, .tile.tile--expertise .tile__content .tile__title {
  color: #0A1F42;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .tile.tile--no-image.tile--page .tile__content .tile__title, .tile.tile--expertise .tile__content .tile__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .tile.tile--no-image.tile--page .tile__content .tile__title, .tile.tile--expertise .tile__content .tile__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .tile {
    height: 27rem;
  }
}

.sec--home-page-grid > .container {
  max-width: 144rem;
}
.sec--home-page-grid .sec-title {
  max-width: 105rem;
}
.sec--home-page-grid .placeholder {
  background-color: #fafafa;
  height: 38.7rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .sec--home-page-grid .placeholder {
    height: 27rem;
  }
}

.expertise-group {
  display: flex;
  align-items: flex-start;
  column-gap: 3rem;
}
.expertise-group .expertise-group__image {
  flex: 0 1 46rem;
}
.expertise-group .expertise-group__content {
  flex: 1 1 0;
  display: flex;
  flex-wrap: wrap;
}
.expertise-group .expertise-group__title {
  flex: 1 0 100%;
  margin-bottom: 3rem;
}
.expertise-group .expertise-group__links {
  flex: 0 0 40%;
}
.expertise-group .expertise-group__links ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}
.expertise-group .expertise-group__copy {
  flex: 0 1 60%;
}
@media screen and (max-width: 1200px) {
  .expertise-group .expertise-group__image {
    flex: 0 1 23rem;
  }
}
@media screen and (max-width: 991px) {
  .expertise-group .expertise-group__image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .expertise-group .expertise-sec__title {
    order: 1;
    margin-bottom: 1.5rem;
  }
  .expertise-group .expertise-group__links {
    order: 3;
    flex: 0 0 100%;
    margin-top: 2rem;
  }
  .expertise-group .expertise-group__copy {
    order: 2;
    flex: 0 0 100%;
  }
}

.expertise-groups {
  margin-top: 4rem;
}
.expertise-groups .sec:nth-child(odd) {
  background-color: rgba(145, 246, 212, 0.45);
}
.expertise-groups .sec:nth-child(odd) a:after, .expertise-groups .sec:nth-child(odd) a:visited:after {
  background-color: #0A1F42;
}

.sec.title-and-copy .sec__content {
  width: 75%;
}

@media screen and (max-width: 991px) {
  .sec.title-and-copy .sec__content {
    width: 100%;
  }
}
.sec.media .sec__video {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .c-home-header {
    height: auto;
  }
  .c-home-header .reviews__logo {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .c-home-header .caption .subheading {
    font-size: 1.8rem;
  }
}
.c-home-header .people-to-contact {
  z-index: 11;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .c-home-header .people-to-contact {
    margin-bottom: 2rem;
  }
}
.c-home-header .people-to-contact > .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .c-home-header .people-to-contact > .container {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.c-home-header .people-to-contact .person {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-right: 3rem;
  margin-left: 2rem;
}
.c-home-header .people-to-contact .person .person__image {
  min-width: auto;
  display: flex;
  margin-right: 2rem;
}
.c-home-header .people-to-contact .person .person__image.multiple {
  margin-right: 2rem;
}
@media only screen and (max-width: 991px) {
  .c-home-header .people-to-contact .person .person__image {
    min-width: 50px;
    margin-right: 1rem;
  }
}
.c-home-header .people-to-contact .person .person__image a {
  margin-left: -3rem;
  position: relative;
  align-items: flex-start;
  display: inline-flex;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  .c-home-header .people-to-contact .person .person__image a {
    margin-left: -2rem;
  }
}
.c-home-header .people-to-contact .person .person__image a img {
  border-radius: 50%;
  border: 2px solid #fff;
}
@media only screen and (max-width: 991px) {
  .c-home-header .people-to-contact .person .person__image a img {
    width: 5rem;
  }
}
.c-home-header .people-to-contact .person .person__image a:hover {
  z-index: 10;
  transform: scale(1.1);
}
.c-home-header .people-to-contact .person .person__image a:hover img {
  border: 2px solid #91F6D4;
}
.c-home-header .people-to-contact .person .person__info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.c-home-header .people-to-contact .person .person__info h3 {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .c-home-header .people-to-contact .person .person__info h3 {
    font-size: 1.6rem;
  }
}
.c-home-header .people-to-contact .person .person__info .person__description {
  font-size: 1.4rem;
  line-height: 1.5;
  max-width: 23rem;
}
@media only screen and (max-width: 991px) {
  .c-home-header .people-to-contact .person .person__info .person__description {
    font-size: 1rem;
  }
}

.animated {
  opacity: 0;
  animation-fill-mode: forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 4rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes newsIn {
  from {
    opacity: 0;
    transform: translate3d(0, 8rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.newsIn {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-6rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(6rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.zoomIn {
  animation-name: zoomIn;
}

font[size="1"] {
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  justify-self: center;
}
font[size="1"] + br {
  display: none;
}

.xdebug-error {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  color: #000000;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 120rem;
  border-radius: 0;
  border: none;
  margin-bottom: 2rem;
  line-height: normal;
  letter-spacing: normal;
  word-spacing: normal;
}
.xdebug-error a {
  color: inherit;
  border: none;
  text-decoration: underline;
}
.xdebug-error a:before, .xdebug-error a:after {
  content: none;
}
.xdebug-error td {
  padding: 0.05rem 0.5rem;
}
.xdebug-error th {
  padding: 0.15rem 0.5rem;
}
.xdebug-error pre {
  margin: 0;
  padding: 0.15rem 0.5rem;
}
.xdebug-error + br {
  display: none;
}

body.single-content-studio {
  --background-color: var(--navy);
  --text-color: #fff;
  --nav-color: #fff;
}

body.single-content-studio .count-block span.figure {
  color: #fff;
}

body.page-template-template-studios-archive.page-template-is-content-studio {
  --background-color: var(--navy);
  --text-color: #fff;
  --nav-color: #fff;
}

.content-header.content-header--studios {
  padding: 18rem 0 5rem;
  height: calc(100vh - 12px);
}

.content-header.content-header--studios .caption {
  margin-bottom: 0;
}

.content-header.content-header--studios .caption .green-title {
  margin: 0 0 2rem;
}

.content-header.content-header--studios .caption .meta {
  order: 1;
  color: var(--primary);
  margin: 0 0 16px;
}

.content-header.content-header--studios .caption .meta a {
  font-size: 26px;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .content-header.content-header--studios .caption .meta a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .content-header.content-header--studios .caption .meta a {
    font-size: 22px;
  }
}
.content-header.content-header--studios .caption .meta a {
  text-transform: uppercase;
  font-weight: 400;
}

.content-header.content-header--studios .caption .meta a::after {
  content: none;
}

.content-header.content-header--studios .caption .meta a:hover::after {
  content: "";
}

.content-header.content-header--studios .caption .title, .content-header.content-header--studios .caption .sub-title {
  order: 2;
  margin-bottom: 0;
}

.content-header.content-header--studios .caption .sub-title {
  max-width: 86rem;
}

.content-header.content-header--studios .content-header__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media only screen and (max-width: 600px) {
  .content-header.content-header--studios .caption .meta {
    display: flex;
  }
}
.c-home-header {
  padding-top: 0;
}

.c-home-header .o-home-bkg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.c-home-header .home-swiper__overlay {
  width: 100vw;
  height: 100%;
  background-color: rgba(var(--navy), 0.15);
  position: absolute;
  top: 0;
  z-index: 3;
}

.c-home-header #home-swiper-desktop {
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-home-header #home-swiper-desktop {
    display: none;
  }
}
.c-home-header #home-swiper-mobile {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .c-home-header #home-swiper-mobile {
    display: block;
  }
}
.c-home-header + .sec {
  padding-top: 9rem;
}

.c-home-header .c-background-swiper .swiper-wrapper {
  position: absolute;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.c-home-header .c-background-swiper .swiper-slide {
  background-size: cover;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  background-position: 40% top;
}

.c-home-header .c-background-swiper .swiper-slide, .c-home-header .container {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.c-home-header .caption {
  padding-top: 15.5rem;
  color: #0a1f42;
}

.c-home-header .caption .title {
  margin-top: 0;
  max-width: 70.5rem;
}

.c-home-header .caption .title span {
  display: inline-block;
  background-color: var(--green);
  margin: 0.25rem 0;
  padding: 0.5rem 0.7rem;
}

.c-home-header .caption .title.mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-home-header .caption .title {
    font-size: 2.5rem;
    max-width: 32rem;
  }
  .c-home-header .caption .title.mobile {
    display: inline;
  }
  .c-home-header .caption .title.desktop {
    display: none;
  }
}
@media only screen and (max-width: 359px) {
  .c-home-header .caption .title {
    margin-bottom: 0;
    font-size: 2.2rem;
  }
}
.c-home-header .caption.caption--white {
  color: white;
}

@media only screen and (max-width: 991px) {
  .c-home-header .caption.caption--white {
    color: #0a1f42;
    background-color: white;
  }
}
.c-home-header .caption.caption--navy {
  color: var(--navy);
}

.c-home-header__video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: -1.1rem;
  z-index: -1;
}

.c-home-header .fullscreen-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.c-home-header .fullscreen-bg iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-home-header .fullscreen-bg + .caption {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .c-home-header .caption .container {
    justify-content: flex-end;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1500px) {
  .c-home-header .title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) and (max-height: 700px) {
  .c-home-header .swiper-slide {
    background-position: center top;
  }
}
@media (max-width: 1199px) {
  .c-home-header .swiper-slide {
    background-position: center top;
  }
}
@media only screen and (max-width: 1024px) {
  .c-home-header {
    height: 100vh;
  }
  .c-home-header .caption {
    position: relative;
    margin-bottom: 0;
  }
  .c-home-header .caption .title {
    margin-bottom: 4rem;
  }
  .c-home-header .caption .title br {
    display: none;
  }
  .c-home-header + .sec {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-home-header .title {
    margin-bottom: 0;
    font-size: 3.1rem;
  }
}
/* Safari 7.1+ */
@media only screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root .title {
    letter-spacing: -1.2px;
    font-size: 2.4rem !important;
  }
}
.o-post-grid {
  padding-bottom: 4rem;
}

.o-post-grid .swiper-button-prev, .o-post-grid .swiper-button-next {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .o-post-grid .swiper-button-next {
    background-image: url(images/icon--next.svg);
    right: -1rem;
    display: block;
  }
  .o-post-grid .swiper-button-next.swiper-button-disabled {
    display: none;
  }
  .o-post-grid .swiper-button-prev {
    background-image: url(images/icon--prev.svg);
    left: -1rem;
    display: block;
  }
  .o-post-grid .swiper-button-prev.swiper-button-disabled {
    display: none;
  }
}
.o-post-grid .swiper-button-next, .o-post-grid .swiper-button-prev {
  width: 3.2rem;
  background-size: 3.2rem;
}

.o-post-grid__content {
  width: 100%;
  overflow: visible;
}

.o-post-grid .swiper-wrapper {
  margin: 0 -2.9rem;
}

@media only screen and (max-width: 1199px) {
  .o-post-grid .swiper-wrapper {
    margin: 0 -0.75rem;
  }
}
.c-post-card {
  width: 37rem !important;
}

.c-post-card a {
  display: flex;
  align-items: flex-start;
}

.c-post-card a::after {
  content: none;
}

.c-post-card__title-wrapper {
  margin-top: 1rem;
}

.c-post-card {
  margin: 0 2.9rem;
}

@media only screen and (max-width: 1199px) {
  .c-post-card {
    margin: 0 0.75rem;
    width: 31.5rem !important;
  }
}
.c-post-card__thumbnail {
  width: 15rem;
  min-width: 15rem;
  height: 12.4rem;
  margin-right: 2rem;
}

@media only screen and (max-width: 1199px) {
  .c-post-card__thumbnail {
    width: 11.5rem;
    height: 9.9rem;
    min-width: 11.5rem;
  }
}
.c-post-card__tag {
  margin-bottom: 1rem;
}

.c-post-card__title {
  margin-bottom: 0;
  display: -moz-box;
  display: -webkit-box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

@media only screen and (max-width: 1199px) {
  .c-post-card__title {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
}
.u-front {
  z-index: 3;
}

.o-gradient {
  position: absolute;
  width: 100%;
  height: 30rem;
  background-image: linear-gradient(180deg, rgba(10, 31, 66, 0) 0%, rgba(10, 31, 66, 0.95) 100%);
  z-index: 3;
}

.o-gradient--top {
  top: 0;
  background-image: linear-gradient(180deg, rgba(10, 31, 66, 0.53) 0%, rgba(10, 31, 66, 0) 100%);
}

.o-gradient--bottom {
  bottom: 0;
}

.o-gradient--large {
  height: 43rem;
}

.u-highlight {
  background-color: var(--green);
  color: var(--navy);
  font-weight: 600;
  line-height: 5.3rem;
  padding-inline: 0.7rem;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media only screen and (max-width: 1199px) {
  .u-highlight {
    line-height: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .u-highlight {
    line-height: 3.3rem;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=main.css.map*/