@import url("/assets/css/fonts-barlow.css");
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-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-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  -o-transition: .3s opacity;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s top;
  transition: transform .2s, top .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left .2s, -webkit-transform .2s;
  transition: left .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s left;
  transition: transform .2s, left .2s;
  transition: transform .2s, left .2s, -webkit-transform .2s
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right .2s, -webkit-transform .2s;
  transition: right .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s right;
  transition: transform .2s, right .2s;
  transition: transform .2s, right .2s, -webkit-transform .2s
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(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, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-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;
  -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-container-cube {
  overflow: visible
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-flip {
  overflow: visible
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}
.ss-wrapper {
  overflow: hidden;
  width: 100%;
  z-index: 1;
  float: left
}
.ss-content, .ss-wrapper {
  height: 100%;
  position: relative
}
.ss-content {
  width: calc(100% + 18px);
  padding: 0;
  overflow: auto;
  box-sizing: border-box
}
.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto
}
.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, .1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity .25s linear
}
.ss-hidden {
  display: none
}
.ss-container:active .ss-scroll, .ss-container:hover .ss-scroll {
  opacity: 1
}
.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible
}
.hamburger.is-active:hover, .hamburger:hover {
  opacity: .7
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .15s;
  transition-timing-function: ease
}
.hamburger-inner:after, .hamburger-inner:before {
  content: "";
  display: block
}
.hamburger-inner:before {
  top: -10px
}
.hamburger-inner:after {
  bottom: -10px
}
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px
}
.hamburger--3dx .hamburger-inner {
  transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}
.hamburger--3dx.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dx.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px
}
.hamburger--3dx-r .hamburger-inner {
  transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg)
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px
}
.hamburger--3dy .hamburger-inner {
  transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg)
}
.hamburger--3dy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px
}
.hamburger--3dy-r .hamburger-inner {
  transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px
}
.hamburger--3dxy .hamburger-inner {
  transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg)
}
.hamburger--3dxy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dxy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px
}
.hamburger--3dxy-r .hamburger-inner {
  transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg)
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--arrow.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrow.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7);
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowalt .hamburger-inner:before {
  transition: top .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7);
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7);
  transition: top .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7);
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7);
  transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7);
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7);
  transition: top .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7);
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7);
  transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7);
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none
}
.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}
.hamburger--collapse .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 75ms
}
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0
}
.hamburger--elastic.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 75ms
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 75ms
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 75ms
}
.hamburger--emphatic {
  overflow: hidden
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: top .05s linear .125s, left .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335)
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: top .05s linear .125s, right .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335)
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left .125s ease-out, top .05s linear .125s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right .125s ease-out, top .05s linear .125s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}
.hamburger--emphatic-r {
  overflow: hidden
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: top .05s linear .125s, left .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335)
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: top .05s linear .125s, right .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335)
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left .125s ease-out, top .05s linear .125s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right .125s ease-out, top .05s linear .125s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}
.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}
.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  opacity: 0;
  transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0
}
.hamburger--slider .hamburger-inner {
  top: 2px
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: .15s
}
.hamburger--slider .hamburger-inner:after {
  top: 20px
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0
}
.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg)
}
.hamburger--slider-r .hamburger-inner {
  top: 2px
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: .15s
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px
}
.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  -webkit-transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
  transform: translate3d(0, -20px, 0) rotate(90deg)
}
.hamburger--spin .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}
.hamburger--spin-r .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in
}
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}
.hamburger--spring-r .hamburger-inner:before {
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s
}
.hamburger--stand .hamburger-inner {
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s;
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s
}
.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}
.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}
.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s;
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: top 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: bottom 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}
.hamburger--stand-r .hamburger-inner {
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s;
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s
}
.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}
.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}
.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s;
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: top 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: bottom 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s, opacity 75ms ease
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
  transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
  transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 75ms ease, opacity 75ms ease .12s
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}
.hamburger--vortex .hamburger-inner {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-duration: 0s;
  transition-delay: .1s;
  transition-timing-function: linear
}
.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity
}
.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform
}
.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s
}
.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.hamburger--vortex-r .hamburger-inner {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-duration: 0s;
  transition-delay: .1s;
  transition-timing-function: linear
}
.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity
}
.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform
}
.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
.spin-loader {
  -webkit-animation-name: spinLoader;
  animation-name: spinLoader;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
article, aside, footer, header, nav, section {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
figcaption, figure {
  display: block
}
figure {
  margin: 1em 40px
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
main {
  display: block
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: inherit
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
audio, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
svg:not(:root) {
  overflow: hidden
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
input {
  overflow: visible
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  padding: 0
}
progress {
  display: inline-block;
  vertical-align: baseline
}
details {
  display: block
}
summary {
  display: list-item
}
menu {
  display: block
}
canvas {
  display: inline-block
}
[hidden], template {
  display: none
}
*, :after, :before {
  box-sizing: border-box;
  background-repeat: no-repeat
}
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased
}
body {
  line-height: 1
}
a, abbr, acronym, address, applet, big, blockquote, body, button, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figure, form, h1, h2, h3, h4, h5, h6, html, iframe, img, input, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, select, small, span, strike, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  border: 0;
  outline: 0
}
ol, ul {
  list-style: none
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active, a:hover {
  outline-width: 0
}
img {
  /* max-width: 100%; */
  width: auto;
  height: auto;
  display: block;
  border-style: none
}
table {
  border-spacing: 0;
  border-collapse: collapse
}
b, strong {
  font-weight: bolder
}
input {
  border-radius: 0
}
[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer
}
[disabled] {
  cursor: default
}
[type=number] {
  width: auto
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
textarea {
  overflow: auto;
  resize: vertical
}
button, input, optgroup, select, textarea {
  font: inherit
}
optgroup {
  font-weight: 700
}
button {
  overflow: visible
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: 0
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}
button, select {
  text-transform: none
}
button, input, select, textarea {
  color: inherit;
  border-style: none;
  background-color: transparent
}
select {
  -moz-appearance: none;
  -webkit-appearance: none
}
select::-ms-expand {
  display: none
}
select::-ms-value {
  color: currentColor
}
legend {
  max-width: 100%;
  display: table;
  white-space: normal;
  color: inherit;
  border: 0
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background-color: #00a9e0
}
::selection {
  text-shadow: none;
  color: #fff;
  background-color: #00a9e0
}
.h1 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  /*
  font-size: 90px;
  font-size: calc(5.25vw + 20.7px);
  */
  font-size: 72px;
  font-size: calc(5.25vw + 12.7px);
  line-height: .9em;
  letter-spacing: 0;
  text-transform: uppercase
}
.h2 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase
}
.h3 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none
}
.h4 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none
}
.h5 {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.h6 {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.h7 {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
sup {
  top: 0;
  font-size: .7em !important;
  vertical-align: super !important
}
body, html {
  min-width: 320px;
  line-height: 1
}
html {
  overflow-y: scroll
}
html.is-fixed, html.is-fixed body, html.is-mobile-menu-open, html.is-mobile-menu-open body, html.is-search, html.is-search body {
  overflow: hidden
}
body {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  color: #1f2a44;
  background-color: #fff
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor
}
.icon-sales {
  width: 1.220703125em
}
.icon-location {
  width: .724609375em
}
.icon-montreal {
  width: .3740234375em
}
.icon-moscow {
  width: .4208984375em
}
.icon-pagi-arrow-next, .icon-pagi-arrow-prev {
  width: .578125em
}
.icon-parts {
  width: 1.541015625em
}
.icon-plane {
  width: 1.0419921875em
}
.icon-repair {
  width: .9990234375em
}
.icon-share {
  width: 1.0029296875em
}
.icon-social {
  width: 1.5908203125em
}
.icon-supplier-portal {
  width: 1.4990234375em
}
.icon-twitter {
  width: 1.23046875em
}
.icon-warranty {
  width: .6357421875em
}
.icon-youtube {
  width: .826171875em
}
.icon-arrow-down {
  width: .73046875em
}
.icon-arrow-dropdown {
  width: 1.5927734375em
}
.icon-arrow-left {
  width: 1.3701171875em
}
.icon-arrow-play {
  width: .9111328125em
}
.icon-arrow-right {
  width: 1.3701171875em
}
.icon-arrow-up {
  width: .73046875em
}
.icon-bangkok {
  width: .90234375em
}
.icon-berlin {
  width: .376953125em
}
.icon-card-portal {
  width: 1.40234375em
}
.icon-check {
  width: 1.1298828125em
}
.icon-diagnostic {
  width: 1.0205078125em
}
.icon-exchanges {
  width: 1.1640625em
}
.icon-facebook {
  width: .51953125em
}
.icon-green {
  width: .71875em
}
.icon-like {
  width: 1.154296875em
}
.icon-linkedin {
  width: 1.0458984375em
}
.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 60px;
  transition: all .3s ease;
  color: #1f2a44;
  background-color: #fff;
  border: 2px solid #fff
}
.btn[target=_blank] {
  position: relative;
  padding-right: 52px
}
.btn[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url(/assets/svg/external-link-ebony-clay.svg) no-repeat scroll 50%;
  background-size: contain;
  width: 14px;
  height: 14px
}
.btn:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0)
}
.btn-outline {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 60px;
  transition: all .3s ease;
  color: #fff;
  background-color: rgba(0, 169, 224, 0);
  border: 2px solid #00a9e0
}
.btn-outline[target=_blank] {
  position: relative;
  padding-right: 52px
}
.btn-outline[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url(/assets/svg/external-link-ebony-clay.svg) no-repeat scroll 50%;
  background-size: contain;
  width: 14px;
  height: 14px
}
.btn-outline:hover {
  color: #1f2a44;
  background-color: #00a9e0
}
.btn-outline[target=_blank]:after {
  background-image: url(/assets/svg/external-link-white.svg)
}
.btn-outline[target=_blank]:hover:after {
  background-image: url(/assets/svg/external-link-ebony-clay.svg)
}
.btn-black {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 60px;
  transition: all .3s ease;
  color: #fff;
  background-color: #000;
  border: 2px solid #000
}
.btn-black[target=_blank] {
  position: relative;
  padding-right: 52px
}
.btn-black[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url(/assets/svg/external-link-ebony-clay.svg) no-repeat scroll 50%;
  background-size: contain;
  width: 14px;
  height: 14px
}
.btn-black:hover {
  color: #000;
  background-color: #fff
}
.btn-blue {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 60px;
  transition: all .3s ease;
  color: #1f2a44;
  background-color: #00a9e0;
  border: 2px solid #00a9e0
}
.btn-blue[target=_blank] {
  position: relative;
  padding-right: 52px
}
.btn-blue[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url(/assets/svg/external-link-ebony-clay.svg) no-repeat scroll 50%;
  background-size: contain;
  width: 14px;
  height: 14px
}
.btn-blue:hover {
  color: #fff;
  background-color: rgba(0, 169, 224, 0)
}
.btn-alt {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 50px;
  transition: all .3s ease;
  color: #1f2a44;
  background-color: #fff;
  border: 2px solid #fff
}
.btn-alt[target=_blank] {
  position: relative;
  padding-right: 52px
}
.btn-alt[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url(/assets/svg/external-link-ebony-clay.svg) no-repeat scroll 50%;
  background-size: contain;
  width: 14px;
  height: 14px
}
.btn-alt:hover {
  background-color: hsla(0, 0%, 100%, 0)
}
.btn-outline-alt, .form__input--submit input {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 60px;
  transition: all .3s ease;
  color: #1f2a44;
  background-color: rgba(0, 169, 224, 0);
  border: 2px solid #00a9e0
}
.btn-outline-alt[target=_blank], .form__input--submit input[target=_blank] {
  position: relative;
  padding-right: 52px
}
.btn-outline-alt[target=_blank]:after, .form__input--submit input[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url(/assets/svg/external-link-ebony-clay.svg) no-repeat scroll 50%;
  background-size: contain;
  width: 14px;
  height: 14px
}
.btn-blue-alt, .btn-outline-alt:hover, .form__input--submit input:hover {
  background-color: #00a9e0
}
.btn-blue-alt {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 60px;
  transition: all .3s ease;
  color: #1f2a44;
  border: 2px solid #00a9e0
}
.btn-blue-alt[target=_blank] {
  position: relative;
  padding-right: 52px
}
.btn-blue-alt[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url(/assets/svg/external-link-ebony-clay.svg) no-repeat scroll 50%;
  background-size: contain;
  width: 14px;
  height: 14px
}
.btn-blue-alt:hover {
  background-color: rgba(0, 169, 224, 0)
}
.btn-dark {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 60px;
  transition: all .3s ease;
  background-color: #1f2a44;
  border: 2px solid #1f2a44;
  color: #fff
}
.btn-dark[target=_blank] {
  position: relative;
  padding-right: 52px
}
.btn-dark[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url(/assets/svg/external-link-ebony-clay.svg) no-repeat scroll 50%;
  background-size: contain;
  width: 14px;
  height: 14px
}
.btn-dark-outline, .btn-dark:hover {
  background-color: rgba(31, 42, 68, 0);
  color: #1f2a44
}
.btn-dark-outline {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 60px;
  transition: all .3s ease;
  border: 2px solid #1f2a44
}
.btn-dark-outline[target=_blank] {
  position: relative;
  padding-right: 52px
}
.btn-dark-outline[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url(/assets/svg/external-link-ebony-clay.svg) no-repeat scroll 50%;
  background-size: contain;
  width: 14px;
  height: 14px
}
.btn-dark-outline:hover {
  background-color: #1f2a44;
  color: #fff
}
.cloud {
  position: absolute;
  top: 50%;
  z-index: 1;
  pointer-events: none
}
.cloud__image {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/img/cloud.png);
  background-position: 50%;
  width: 1821px;
  height: 941px;
  max-width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.cloud__vertical-center {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.cloud--align-left {
  left: 0
}
.cloud--align-left .cloud__alignment {
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%)
}
.cloud--align-center {
  left: 50%
}
.cloud--align-center .cloud__alignment {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.cloud--align-right {
  right: 0
}
.cloud--align-right .cloud__alignment {
  -webkit-transform: translateX(35%);
  transform: translateX(35%)
}
.cloud--rotate .cloud__rotation {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.cloud--size-small .cloud__scale {
  -webkit-transform: scale(.5);
  transform: scale(.5)
}
.cloud--size-medium .cloud__scale {
  -webkit-transform: scale(.75);
  transform: scale(.75)
}
.cloud--size-big .cloud__scale {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.columns-2:after, .columns-2:before {
  content: "";
  display: table
}
.columns-2:after {
  clear: both
}
.columns-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: calc(50% - 10px)
}
.columns-2 > :nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.columns-2 > :last-child {
  margin-right: 0
}
.columns-3:after, .columns-3:before {
  content: "";
  display: table
}
.columns-3:after {
  clear: both
}
.columns-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 13.33333px);
  max-width: calc(33.33333% - 13.33333px);
  width: calc(33.33333% - 13.33333px)
}
.columns-3 > :nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.columns-3 > :last-child {
  margin-right: 0
}
.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.list-nav li:not(:last-child) {
  border-bottom: 1px solid #dfdfdf
}
.list-nav a {
  transition: color .3s ease;
  padding: 14px 0;
  display: flex;
  align-items: center
}
.list-nav a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.list-nav span {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.list-nav .icon {
  margin-left: auto;
  font-size: 9px
}
.social-share-popup {
  display: none;
  position: absolute;
  padding: 5px;
  background: #fff;
  right: -3px;
  bottom: calc(100% + 18px);
  flex-wrap: wrap;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .15)
}
.social-share-popup:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: 100%;
  right: 0
}
.social-share-popup.show {
  display: flex
}
.resp-sharing-button__icon, .resp-sharing-button__link {
  display: block
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 3px
}
.resp-sharing-button {
  border-radius: 50%;
  transition: 25ms ease-out;
  /* padding: 11px; */
  padding: 6px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 21px
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: .4em;
  vertical-align: top;
  display: block
}
.resp-sharing-button__link i {
  width: 1.1em;
  height: 1.1em;
  line-height: 1.1em;
  margin-right: .4em;
  vertical-align: top;
  display: block
}
.resp-sharing-button--small svg, .resp-sharing-button__link i {
  margin: 0;
  vertical-align: middle
}
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}
.resp-sharing-button__icon--solid, .resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}
.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}
.resp-sharing-button--pinterest {
  background-color: #bd081c
}
.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}
.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}
.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}
.resp-sharing-button--reddit {
  background-color: #5f99cf
}
.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}
.resp-sharing-button--google {
  background-color: #dd4b39
}
.resp-sharing-button--google:hover {
  background-color: #c23321
}
.resp-sharing-button--linkedin:hover {
  background-color: #046293
}
.resp-sharing-button--email {
  background-color: #777
}
.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}
.resp-sharing-button--xing {
  background-color: #1a7576
}
.resp-sharing-button--xing:hover {
  background-color: #114c4c
}
.resp-sharing-button--whatsapp {
  background-color: #25d366
}
.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}
.resp-sharing-button--hackernews {
  background-color: #f60
}
.resp-sharing-button--hackernews:focus, .resp-sharing-button--hackernews:hover {
  background-color: #fb6200
}
.resp-sharing-button--vk {
  background-color: #507299
}
.resp-sharing-button--vk:hover {
  background-color: #43648c
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998
}
.resp-sharing-button--facebook:active, .resp-sharing-button--facebook:hover {
  background-color: #2d4373;
  border-color: #2d4373
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee
}
.resp-sharing-button--twitter:active, .resp-sharing-button--twitter:hover {
  background-color: #2795e9;
  border-color: #2795e9
}
.resp-sharing-button--tumblr {
  background-color: #35465c;
  border-color: #35465c
}
.resp-sharing-button--tumblr:active, .resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
  border-color: #222d3c
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5
}
.resp-sharing-button--linkedin:active, .resp-sharing-button--linkedin:hover {
  background-color: #046293;
  border-color: #046293
}
.table {
  margin: 40px auto 20px
}
.table table {
  width: 100%
}
.table table a {
  color: #00a9e0
}
.table table thead {
  border-bottom: 2px solid #000;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.table table thead tr th {
  padding-bottom: 20px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: left;
  vertical-align: bottom
}
.table table thead tr th:first-child {
  max-width: none;
  padding-left: 0
}
.table table thead tr th:last-child {
  padding-right: 0
}
.table table tbody tr {
  border-bottom: 1px solid rgba(61, 61, 61, .3);
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.table table tbody tr td {
  padding: 20px 7px;
  vertical-align: middle
}
.table table tbody tr td:first-child {
  text-align: left;
  padding-left: 0
}
.table table tbody tr td:last-child {
  padding-right: 0
}
.table table tbody tr td:before {
  display: none
}
.accordion__item__btn:after {
  display: block !important;
  clear: both !important;
  content: "" !important
}
.accordion__item .round-icon {
  display: block;
  float: left
}
.accordion__item__content {
  width: calc(100% - 45px);
  float: left
}
.accordion__item__content small {
  /*	display: block;
	font-weight: 700
*/
}
.accordion__item__panel {
  transition: max-height .4s ease-out;
  overflow-y: hidden;
  max-height: 0;
  padding-left: 45px
}
.block-image {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: calc(50% - 10px);
  color: #1f2a44
}
.block-image:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.block-image:last-child {
  margin-right: 0
}
.block-image__text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-left: calc(16.66667% + 3.33333px) !important;
  margin-top: 15px
}
.block-text {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(41.66667% - 11.66667px);
  max-width: calc(41.66667% - 11.66667px);
  width: calc(41.66667% - 11.66667px);
  color: #1f2a44
}
.block-text:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.block-text:last-child {
  margin-right: 0
}
.block-text__top-title {
  display: inline-block;
  border-top: 1px solid #1f2a44;
  padding-top: 15px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 30px
}
.block-text__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px
}
.block-text__text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.centered-text {
  text-align: center;
  margin-bottom: 60px
}
.centered-text .title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px
}
.centered-text .text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px
}
.centered-text .text a {
  color: #00a9e0
}
.centered-text .text p {
  margin-top: 25px;
  margin-bottom: 25px
}
.centered-text .text p:first-child {
  margin-top: 0
}
.centered-text .text p:last-child {
  margin-bottom: 0
}
.centered-text .text ul {
  padding-left: 0;
  list-style: none
}
.centered-text .text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px
}
.centered-text .text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 13px;
  background: #00a9e0;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 7px;
  margin-top: 7px;
  position: absolute;
  left: 0
}
.centered-text .text ul li:last-child {
  margin-bottom: 0
}
.engine-list .engine {
  align-items: center;
  margin-bottom: 140px
}
.engine-list .engine:last-child {
  margin-bottom: 0
}
.engine-list .engine:nth-child(2n) {
  flex-direction: row-reverse
}
.engine-list .engine h3 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 23px
}
.engine-list .engine .subtitle {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  margin-bottom: 19px
}
.engine-list .engine .text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 21px
}
.l-facility-finder .header-texts {
  margin-bottom: 30px;
  max-width: 890px
}
.l-facility-finder .header-texts .header-title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 15px
}
.l-facility-finder .header-texts .header-text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-facility-finder .header-texts .header-text a {
  color: #00a9e0
}
.l-facility-finder .header-texts .header-text p {
  margin-top: 25px;
  margin-bottom: 25px
}
.l-facility-finder .header-texts .header-text p:first-child {
  margin-top: 0
}
.l-facility-finder .header-texts .header-text p:last-child {
  margin-bottom: 0
}
.l-facility-finder .header-texts .header-text ul {
  padding-left: 0;
  list-style: none
}
.l-facility-finder .header-texts .header-text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px
}
.l-facility-finder .header-texts .header-text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 13px;
  background: #00a9e0;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 7px;
  margin-top: 7px;
  position: absolute;
  left: 0
}
.l-facility-finder .header-texts .header-text ul li:last-child {
  margin-bottom: 0
}
.l-facility-finder .bottom-texts {
  margin-top: 30px;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto
}
.l-facility-finder .bottom-texts .bottom-title {
  margin-bottom: 30px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-facility-finder .bottom-texts .bottom-text a {
  color: #00a9e0
}
.l-facility-finder .bottom-texts .bottom-text p {
  margin-top: 25px;
  margin-bottom: 25px
}
.l-facility-finder .bottom-texts .bottom-text p:first-child {
  margin-top: 0
}
.l-facility-finder .bottom-texts .bottom-text p:last-child {
  margin-bottom: 0
}
.l-facility-finder .bottom-texts .bottom-text ul {
  padding-left: 0;
  list-style: none
}
.l-facility-finder .bottom-texts .bottom-text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px
}
.l-facility-finder .bottom-texts .bottom-text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 13px;
  background: #00a9e0;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 7px;
  margin-top: 7px;
  position: absolute;
  left: 0
}
.l-facility-finder .bottom-texts .bottom-text ul li:last-child {
  margin-bottom: 0
}
.facility-finder .filters {
  margin-bottom: 30px
}
.facility-finder .btn-filter-by {
  display: block;
  width: 100%;
  text-align: center
}
.facility-finder .filters-group-1 {
  margin-bottom: 30px
}
.facility-finder .filters-group-2 .close-filter-by {
  text-align: center;
  margin-bottom: 30px
}
.facility-finder .filters-group-2 .close-filter-by a svg {
  font-size: 10px;
  margin-right: 10px
}
.facility-finder .filters-group-2 .close-filter-by a span {
  text-decoration: underline
}
.facility-finder .filters-group-title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  text-transform: uppercase;
  margin-bottom: 20px
}
.facility-finder .filter {
  margin-bottom: 20px
}
.facility-finder .filter label {
  display: block;
  margin-bottom: 15px;
  white-space: nowrap
}
.facility-finder .filter input {
  display: block;
  border: 1px solid #000;
  border-radius: 23px;
  padding: 0 20px;
  height: 45px;
  width: 100%;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  color: #2c2a29;
  background-color: #fff;
  background-color: transparent
}
.facility-finder .filter input.input-validation-error {
  border-color: red
}
.facility-finder .filter input:focus {
  border-color: #00a9e0
}
.facility-finder .filter input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 20px
}
.facility-finder .filter input:focus::-webkit-input-placeholder {
  color: transparent
}
.facility-finder .filter input:focus::-moz-placeholder {
  color: transparent
}
.facility-finder .filter input:focus:-ms-input-placeholder {
  color: transparent
}
.facility-finder .filter input:focus::-ms-input-placeholder {
  color: transparent
}
.facility-finder .filter input:focus::placeholder {
  color: transparent
}
.facility-finder .filter .multiselect, .facility-finder .filter select {
  display: block;
  border: 1px solid #000;
  border-radius: 23px;
  padding: 0 15px;
  height: 45px;
  width: 100%;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  position: relative;
  background: #fff url(/assets/svg/arrow-dropdown-ebony-clay.svg) no-repeat;
  background-size: 15px 9px;
  background-position: calc(100% - 20px) 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent
}
.facility-finder .filter .multiselect.input-validation-error, .facility-finder .filter select.input-validation-error {
  border-color: red
}
.facility-finder .filter .multiselect:focus, .facility-finder .filter select:focus {
  border-color: #00a9e0;
  background-image: url(/assets/svg/arrow-dropdown-ebony-clay-up.svg)
}
.facility-finder .filter .multiselect:disabled, .facility-finder .filter select:disabled {
  opacity: .5
}
.facility-finder .filter .multiselect {
  box-sizing: border-box;
  display: -ms-flexbox;
  flex-direction: column;
  height: auto;
  min-height: 45px
}
.facility-finder .filter .multiselect--active .multiselect__select {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
.facility-finder .filter .multiselect--above .multiselect__content-wrapper {
  bottom: 104%
}
.facility-finder .filter .multiselect__element:not(:nth-last-child(3)) {
  border-bottom: 1px solid #1f2a44
}
.facility-finder .filter .multiselect__tag {
  background: #1f2a44;
  background: none;
  color: #1f2a44;
  margin-bottom: 0;
  margin-right: 3px;
  padding: 0
}
.facility-finder .filter .multiselect__tag-icon {
  display: none
}
.facility-finder .filter .multiselect__tag-icon:hover {
  background: #00a9e0
}
.facility-finder .filter .multiselect__tag:not(:last-child):after {
  content: ",";
  display: inline;
  margin-left: -4px
}
.facility-finder .filter .multiselect__tags {
  align-items: center;
  background: none;
  display: flex;
  border: none;
  font-size: inherit;
  min-height: 43px;
  padding: 0 25% 0 0
}
.facility-finder .filter .multiselect__tags-wrap {
  display: block;
  line-height: 0;
  padding-top: 5px;
  padding-bottom: 5px
}
.facility-finder .filter .multiselect__placeholder {
  color: inherit;
  display: inline-block !important;
  margin: 0;
  padding: 0
}
.facility-finder .filter .multiselect__select {
  background: transparent !important;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important
}
.facility-finder .filter .multiselect__select:before {
  content: none
}
.facility-finder .filter .multiselect__single {
  background: transparent !important;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px
}
.facility-finder .filter .multiselect__content-wrapper {
  margin: 1px -15px 0;
  z-index: 10
}
.facility-finder .filter .multiselect__option {
  white-space: normal
}
.facility-finder .filter .multiselect__option--highlight {
  background: #00a9e0
}
.facility-finder .filter .multiselect__option--selected {
  background: #1f2a44;
  color: #fff
}
.facility-finder .filter .multiselect__option--selected.multiselect__option--highlight:after {
  background-color: transparent
}
.facility-finder .input-field, .facility-finder .input-search {
  position: relative
}
.facility-finder .input-search button {
  display: block;
  position: absolute;
  right: 20px;
  top: 14px;
  width: 15px;
  height: 15px
}
.facility-finder .input-search input {
  padding-right: 40px
}
.facility-finder .clear-input {
  font-size: 2em;
  position: absolute;
  right: 45px;
  top: 50%;
  padding-bottom: 6px;
  line-height: 1;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  z-index: 1
}
.facility-finder .clear-input:hover {
  cursor: pointer
}
.facility-finder .map-container {
  position: relative;
  overflow: hidden
}
.facility-finder .map-filters {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  z-index: 0
}
.facility-finder .map-filters__filter-label {
  text-align: center
}
.facility-finder .map-filters__button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap
}
.facility-finder .map-filters button {
  padding: 15px 12px;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px
}
.facility-finder .map-filters button:after, .facility-finder .map-filters button:before {
  content: "";
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  float: left;
  background-size: contain;
  background-repeat: no-repeat
}
.facility-finder .map-filters button:after {
  position: absolute;
  left: 32px;
  top: 15px
}
.facility-finder .map-filters button.type-owned:before {
  background-image: url(../images/marker-icon-owned-mobile.png)
}
.facility-finder .map-filters button.type-designated:before {
  background-image: url(../images/marker-icon-designated-mobile.png)
}
.facility-finder .map-filters button.type-all:before {
  background-image: url(../images/marker-icon-owned-mobile.png);
  margin-right: 22px
}
.facility-finder .map-filters button.type-all:after {
  background-image: url(../images/marker-icon-designated-mobile.png)
}
.facility-finder .map-filters button.disabled:before {
  opacity: .4
}
.facility-finder .vue-map-container {
  width: 100%;
  height: 800px;
  position: relative;
  max-height: calc(100vh - 150px)
}
.facility-finder .popup-tip-anchor {
  height: 0;
  position: absolute;
  width: 540px
}
.facility-finder .popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0
}
.facility-finder .popup-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  background-color: #fff;
  box-shadow: 0 7px 16px rgba(0, 0, 0, .2);
  z-index: 2;
  padding: 35px 50px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.facility-finder .popup-bubble-content .close-button {
  position: absolute;
  top: 35px;
  right: 25px;
  font-size: .6em
}
.facility-finder .popup-bubble-content .facility-logo {
  max-width: 200px;
  max-height: 60px;
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 20px
}
.facility-finder .popup-bubble-content .facility-type {
  font-style: italic;
  margin: 0 0 20px
}
.facility-finder .popup-bubble-content .facility-title {
  margin: 0 0 20px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.facility-finder .popup-bubble-content .facility-address, .facility-finder .popup-bubble-content .facility-regional-operations {
  margin: 0 0 20px
}
.facility-finder .popup-bubble-content .facility-regional-operations strong {
  font-weight: 600
}
.facility-finder .popup-bubble-content .details-button {
  color: #00a9e0;
  font-weight: 600
}
.facility-finder .popup-bubble-content .details-button .icon {
  font-size: .6em;
  margin-left: 8px
}
.facility-finder .map-facility-details {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 374px;
  max-width: 100%;
  background-color: #ceeeee;
  z-index: 1;
  padding: 34px 14px;
  box-sizing: border-box;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  display: flex;
  flex-flow: column;
  word-wrap: break-word
}
.facility-finder .map-facility-details.slide-enter-active, .facility-finder .map-facility-details.slide-leave-active {
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out
}
.facility-finder .map-facility-details.slide-enter, .facility-finder .map-facility-details.slide-leave-to {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.facility-finder .map-facility-details .close-facility {
  position: absolute;
  top: 34px;
  right: 34px;
  font-size: .6em
}
.facility-finder .map-facility-details .facility-details-header {
  padding: 0 20px
}
.facility-finder .map-facility-details .facility-details-scroll {
  flex: 1;
  overflow: hidden;
  position: relative
}
.facility-finder .map-facility-details .facility-details-scroll > div {
  width: 100%;
  height: 100%
}
.facility-finder .map-facility-details .facility-logo {
  max-width: 200px;
  max-height: 55px;
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 20px
}
.facility-finder .map-facility-details .facility-type {
  font-style: italic;
  margin: 0 0 20px
}
.facility-finder .map-facility-details .facility-title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 30px
}
.facility-finder .map-facility-details .facility-label {
  font-weight: 600;
  margin: 0 0 15px
}
.facility-finder .map-facility-details .facility-text {
  margin: 0 0 30px
}
.facility-finder .map-facility-details .facility-text a:not([class]) {
  color: #00a9e0
}
.facility-finder .map-facility-details .ss-container .ss-scroll {
  opacity: 1;
  background-color: #222944;
  width: 10px;
  border-radius: 0
}
.facility-finder .map-facility-details .ss-container .ss-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #e7e7e7;
  opacity: .4
}
.facility-finder .map-facility-details .ss-container .ss-content {
  padding: 0 38px 0 20px
}
.facility-finder .map-bottom-filters {
  background-color: #2c2a29;
  display: flex;
  justify-content: center;
  padding: 16px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  text-transform: uppercase;
  color: #989797
}
.facility-finder .map-bottom-filters > * {
  margin: 0 16px
}
.facility-finder .map-bottom-filters input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.facility-finder .map-bottom-filters input:checked + label {
  color: #fff
}
.facility-finder .map-bottom-filters label {
  cursor: pointer
}
.c-faq-item {
  background: #e4e4e4;
  padding: 25px;
  position: relative
}
.c-faq-item__question {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding-right: 35px
}
.c-faq-item__toggle-btn {
  position: absolute;
  top: 24px;
  right: 25px
}
.c-faq-item__toggle-btn .round-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00a9e0;
  margin-left: 15px;
  text-align: center;
  line-height: 30px;
  position: relative
}
.c-faq-item__toggle-btn .round-icon svg {
  color: #000;
  width: 40%;
  margin: 0;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%
}
.c-faq-item__toggle-btn.active .round-icon svg {
  display: none
}
.c-faq-item__toggle-btn.active .round-icon:after {
  content: "";
  display: block;
  background-color: #000;
  width: 40%;
  height: 1px;
  margin: 12px auto 0
}
.c-faq-item__answer {
  transition: max-height .4s ease-out;
  overflow-y: hidden;
  max-height: 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.c-faq-item__answer > div {
  padding-top: 30px
}
.form-fields {
  max-width: 600px
}
.form-section-title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 45px;
  margin-bottom: 25px;
  padding-bottom: 8px;
  padding-left: 0;
  border-bottom: 1px solid #1f2a44
}
.form-section-subtitle {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  text-transform: uppercase;
  margin-bottom: 30px
}
.form-section-text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 30px
}
.form-cols-2, .form-cols-3 {
  margin-bottom: 30px
}
.form-fields > .form-section-title:first-of-type {
  margin-top: 0
}
.form__input {
  margin-bottom: 30px
}
.form__input:last-child {
  margin-bottom: 0
}
.form__input .field-validation-error {
  display: block;
  margin-top: 10px;
  color: red
}
.form__input label {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  display: block
}
.form__input--fileupload.is-required label:after, .form__input--select.is-required label:after, .form__input--text.is-required label:after, .form__input--textarea.is-required label:after {
  content: " *"
}
.form__input--fileupload input {
  margin-top: 10px
}
.form__input--text {
  max-width: 450px
}
.form__input--text.text-medium {
  max-width: 250px
}
.form__input--text.text-small {
  max-width: 150px
}
.form__input--text input {
  display: block;
  border: 1px solid #000;
  border-radius: 23px;
  padding: 0 20px;
  height: 45px;
  width: 100%;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  color: #2c2a29;
  background-color: #fff;
  margin-top: 10px
}
.form__input--text input.input-validation-error {
  border-color: red
}
.form__input--text input:focus {
  border-color: #00a9e0
}
.form__input--text input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 20px
}
.form__input--select {
  max-width: 250px
}
.form__input--select select {
  display: block;
  border: 1px solid #000;
  border-radius: 23px;
  padding: 0 15px;
  height: 45px;
  width: 100%;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  position: relative;
  background: #fff url(/assets/svg/arrow-dropdown-ebony-clay.svg) no-repeat;
  background-size: 15px 9px;
  background-position: calc(100% - 20px) 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-top: 10px
}
.form__input--select select.input-validation-error {
  border-color: red
}
.form__input--select select:focus {
  border-color: #00a9e0;
  background-image: url(/assets/svg/arrow-dropdown-ebony-clay-up.svg)
}
.form__input--select select:disabled {
  opacity: .5
}
.form__input--checkbox label {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
  line-height: 30px;
  cursor: pointer
}
.form__input--checkbox label:last-of-type {
  margin-bottom: 0
}
.form__input--checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}
.form__input--checkbox label input + span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #000
}
.form__input--checkbox label input + span:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 4px;
  width: 10px;
  height: 16px;
  border: solid #00a9e0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.form__input--checkbox label input:checked + span:after {
  display: block
}
.form__input--checkbox label input:focus + span:before {
  border-color: #00a9e0
}
.form__input--radiobutton label {
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
  line-height: 30px;
  cursor: pointer
}
.form__input--radiobutton label:last-of-type {
  margin-bottom: 0
}
.form__input--radiobutton label input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}
.form__input--radiobutton label input + span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%
}
.form__input--radiobutton label input + span:after {
  content: "";
  position: absolute;
  display: none;
  top: 8px;
  left: 8px;
  width: 14px;
  height: 14px;
  border: 1px solid #00a9e0;
  border-radius: 50%;
  background: #00a9e0
}
.form__input--radiobutton label input:checked + span:after {
  display: block
}
.form__input--radiobutton label input:focus + span:before {
  border-color: #00a9e0
}
.form__input--textarea {
  max-width: 450px
}
.form__input--textarea textarea {
  border: 1px solid #000;
  border-radius: 30px;
  width: 100%;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 10px;
  background-color: #fff;
  padding: 15px 20px
}
.form__input--textarea textarea.input-validation-error {
  border-color: red
}
.form__input--textarea textarea:focus {
  border-color: #00a9e0
}
.form__input--submit {
  margin-top: 50px
}
.form__input--submit input {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.gated-content__first.is-hidden, .gated-content__second.is-hidden {
  display: none
}
.c-generic-banner {
  text-align: center;
  color: #fff;
  background-color: #1f2a44
}
.c-generic-banner__container {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 660px
}
.c-generic-banner__top-title {
  margin-bottom: 20px
}
.c-generic-banner__top-title > span {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding-top: 8px;
  border-top: 2px solid;
  display: inline-block
}
.c-generic-banner__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase
}
.c-generic-banner__small-title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none
}
.c-generic-banner__text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 30px
}
.c-generic-banner__btn {
  margin-top: 30px
}
.c-generic-banner--hero {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 1000px
}
.c-generic-banner--spacing-none {
  padding-top: 0;
  padding-bottom: 0
}
.c-generic-banner--spacing-small {
  padding-top: calc(4.375vw + 2.25px);
  padding-bottom: calc(4.375vw + 2.25px)
}
.c-generic-banner--spacing-medium {
  padding-top: calc(5.625vw + 15.75px);
  padding-bottom: calc(5.625vw + 15.75px)
}
.c-generic-banner--spacing-big {
  padding-top: calc(6.875vw + 29.25px);
  padding-bottom: calc(6.875vw + 29.25px)
}
.maintenance-solution-list .maintenance-solution {
  align-items: center;
  margin-bottom: 140px
}
.maintenance-solution-list .maintenance-solution:last-child {
  margin-bottom: 0
}
.maintenance-solution-list .maintenance-solution h3 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 23px
}
.maintenance-solution-list .maintenance-solution .subtitle {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  margin-bottom: 19px
}
.maintenance-solution-list .maintenance-solution .text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 21px
}
.c-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 2000
}
.c-modal.is-active {
  display: flex
}
.c-modal__background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .75);
  cursor: pointer
}

.c-modal__container, .c-modal__content, .c-modal__body {overflow:hidden;}
.c-modal__container * {display:block;}
.c-modal__container {
  max-width: 1300px;
  width: 100%;
  overflow: auto;
  position: relative;
  top: -20px
}
.c-modal__content {
  padding-top: 40px;
  position: relative
}
.c-modal__close {
  transition: color .3s ease;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0
}
.c-modal__close:hover {
  color: #00a9e0;
  border-color: currentColor
}
.c-modal .c-modal__close {
  font-size: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.pagination-container {
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center
}
.pagination-container .pagination {
  display: flex
}
.pagination-container li {
  position: relative
}
.pagination-container li:not(:last-child) {
  margin-right: 20px
}
.pagination-container li.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00a9e0;
  position: absolute;
  bottom: -2px;
  left: 0
}
.pagination-container a, .pagination-container span {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding: 4px;
  text-align: center
}
.pagination-container a {
  transition: color .3s ease
}
.pagination-container a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.pagination-container .PagedList-skipToNext .icon, .pagination-container .PagedList-skipToPrevious .icon {
  font-size: 12px
}
.c-slider-pages {
  color: #fff;
  background-color: #1f2a44
}
.c-slider-pages__header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between
}
.c-slider-pages__title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.c-slider-pages__control {
  margin-left: auto;
  position: relative;
  width: 50px
}
.c-slider-pages__post-title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px
}
.c-slider-pages__post-text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 24px
}
.swiper-pagination-progressbar {
  margin-right: auto;
  margin-left: auto;
  display: block;
  background-color: #1f2a44;
  height: 4px;
  width: 80%;
  max-width: 300px
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #00a9e0
}
.swiper--full-header .arrow-container, .swiper--full .arrow-container, .swiper--history .arrow-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0
}
.swiper--full-header .arrow-container > div, .swiper--full .arrow-container > div, .swiper--history .arrow-container > div {
  position: relative;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: 100%
}
.swiper--full-header .swiper-slide, .swiper--full .swiper-slide, .swiper--history .swiper-slide {
  text-align: center;
  max-width: 1300px;
  opacity: 0;
  min-height: 260px
}
.swiper--full-header .swiper-slide.transitionning, .swiper--full .swiper-slide.transitionning, .swiper--history .swiper-slide.transitionning {
  transition: opacity .5s ease-out
}
.swiper--full-header .swiper-slide.swiper-slide-active, .swiper--full .swiper-slide.swiper-slide-active, .swiper--history .swiper-slide.swiper-slide-active {
  opacity: 1
}
.swiper--full-header .swiper-slide img, .swiper--full .swiper-slide img, .swiper--history .swiper-slide img {
  display: inline-block
}
.swiper--full-header .swiper-slide-inner, .swiper--full .swiper-slide-inner, .swiper--history .swiper-slide-inner {
  position: relative
}
.swiper--full-header .swiper-button-next, .swiper--full-header .swiper-button-prev, .swiper--full .swiper-button-next, .swiper--full .swiper-button-prev, .swiper--tiles .swiper-button-next, .swiper--tiles .swiper-button-prev, .swiper--two-tiles .swiper-button-next, .swiper--two-tiles .swiper-button-prev {
  transition: background-color .3s ease;
  width: 50px;
  height: 50px;
  box-shadow: -8px 4px 25px rgba(0, 0, 0, .1);
  background-color: #fff;
  border-radius: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 12px auto
}
.swiper--full-header .swiper-button-next:hover, .swiper--full-header .swiper-button-prev:hover, .swiper--full .swiper-button-next:hover, .swiper--full .swiper-button-prev:hover, .swiper--tiles .swiper-button-next:hover, .swiper--tiles .swiper-button-prev:hover, .swiper--two-tiles .swiper-button-next:hover, .swiper--two-tiles .swiper-button-prev:hover {
  /* background-color: #00a9e0; */
  background-color: #6cf
}
.swiper--full-header .swiper-button-next, .swiper--full .swiper-button-next, .swiper--tiles .swiper-button-next, .swiper--two-tiles .swiper-button-next {
  /* background-image: url(/assets/svg/arrow-right.svg) */
}
.swiper--full-header .swiper-button-prev, .swiper--full .swiper-button-prev, .swiper--tiles .swiper-button-prev, .swiper--two-tiles .swiper-button-prev {
  /* background-image: url(/assets/svg/arrow-left.svg) */
}
.swiper--small-pages .swiper-button-next, .swiper--small-pages .swiper-button-prev {
  transition: color .3s ease;
  color: #fff;
  background-image: none;
  width: auto;
  height: auto;
  margin: 0;
  top: 3px
}
.swiper--small-pages .swiper-button-next:hover, .swiper--small-pages .swiper-button-prev:hover {
  color: #00a9e0;
  border-color: currentColor
}
.swiper--small-pages .swiper-button-next .icon, .swiper--small-pages .swiper-button-prev .icon {
  font-size: 11px
}
.swiper--small-pages .swiper-button-prev {
  left: 0
}
.swiper--small-pages .swiper-button-next {
  right: 0
}
.swiper--tiles .swiper-pagination-progressbar {
  position: static
}
.swiper--tiles .swiper-slide {
  height: auto
}
.tabs {
  display: flex;
  margin-bottom: 110px;
  overflow-x: hidden
}
.tabs:after, .tabs:before {
  content: "";
  display: block;
  border-bottom: 2px solid #000;
  width: 50%
}
.tabs ul {
  display: flex;
  justify-content: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  flex-shrink: 0
}
.tabs ul li {
  border-bottom: 2px solid #000;
  position: relative
}
.tabs ul li.current {
  border: 2px solid;
  border-color: #000 #000 transparent;
  margin-right: 9px;
  margin-left: 9px
}
.tabs ul li.current:after, .tabs ul li.current:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  background: #000;
  width: 11px
}
.tabs ul li.current:before {
  right: 100%
}
.tabs ul li.current:after {
  left: 100%
}
.tabs ul li.current a {
  padding-left: 72px;
  padding-right: 72px
}
.tabs ul li a {
  color: #00a9e0;
  display: block;
  padding: 18px 72px 17px 72px;
  text-transform: uppercase;
  white-space: nowrap
}
.tabs ul li.current a {
  color: #1f2a44
}
.tabs .tabs-select {
  display: block;
  border: 1px solid #000;
  border-radius: 23px;
  padding: 0 15px;
  height: 45px;
  width: 100%;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  position: relative;
  background: #fff url(/assets/svg/arrow-dropdown-ebony-clay.svg) no-repeat;
  background-size: 15px 9px;
  background-position: calc(100% - 20px) 50%;
  -moz-appearance: none;
  -webkit-appearance: none
}
.tabs .tabs-select.input-validation-error {
  border-color: red
}
.tabs .tabs-select:focus {
  border-color: #00a9e0;
  background-image: url(/assets/svg/arrow-dropdown-ebony-clay-up.svg)
}
.l-tabs .tabs {
  margin-bottom: 0
}
.c-tile-article {
  background-color: #e4e4e4
}
.c-tile-article__image {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75%
}
.c-tile-article__content {
  padding: 40px
}
.c-tile-article__title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 30px
}
.c-tile-article__title a {
  transition: color .3s ease
}
.c-tile-article__title a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.c-tile-article__text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 20px
}
.c-tile-article__text a {
  transition: color .3s ease
}
.c-tile-article__text a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.c-tile-article__date {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.c-tile-article__options {
  margin-top: 24px;
  padding-top: 30px;
  border-top: 1px solid #1f2a44;
  display: flex
}
.c-tile-article__link {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  transition: color .3s ease;
  color: #1f2a44;
  display: flex;
  align-items: baseline
}
.c-tile-article__link:hover {
  color: #00a9e0;
  border-color: currentColor
}
.c-tile-article__link .icon {
  font-size: 10px;
  margin-left: 14px;
  position: relative
}
.c-tile-article__link .icon-external-link {
  font-size: 14px
}
.c-tile-article__actions {
  margin-left: auto;
  display: flex
}
.c-tile-article__actions li {
  position: relative
}
.c-tile-article__actions li:not(:last-child) {
  margin-right: 15px
}
.c-tile-article__actions .icon {
  transition: color .3s ease;
  font-size: 14px;
  position: relative
}
.c-tile-article__actions .icon:hover {
  color: #00a9e0;
  border-color: currentColor
}
.c-tile-article__share .icon {
  top: -1px
}
.c-tile-box {
  max-width: 600px;
  padding: 80px 50px 40px;
  color: #fff;
  background: #1f2a44
}
.c-tile-box__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  max-width: 600px
}
.c-tile-box__content {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  max-width: 500px
}
.c-tile-box__link {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #fff
}
.c-tile-box__link a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  transition: color .3s ease
}
.c-tile-box__link a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.c-tile-box__link a svg {
  font-size: 10px
}
.c-tile-btn-play {
  display: flex;
  color: #00a9e0;
  align-items: center;
  align-self: flex-start
}
.c-tile-btn-play:hover {
  transition: color .3s ease
}
.c-tile-btn-play:hover:hover {
  color: #fff;
  border-color: currentColor
}
.c-tile-btn-play__container-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid;
  display: flex;
  justify-content: center;
  align-items: center
}
.c-tile-btn-play__label {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-left: 20px;
  color: #fff
}
.c-tile-image {
  width: 100%;
  padding-top: 31.25%;
  background-size: cover;
  background-repeat: no-repeat
}
.l-block-section.l-image {
  padding: 0
}
.c-tile-media {
  position: relative;
  color: #fff;
  background-color: #2c2a29;
  background-position: right 0;
  background-size: cover
}
.c-tile-media__filter {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2c2a29, rgba(44, 42, 41, 0))
}
.c-tile-media__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%
}
.c-tile-media__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase
}
.c-tile-media__action {
  margin-top: auto
}
.c-tile-media__title + .c-tile-media__btn {
  margin-top: 30px
}
.c-tile-media--align-right {
  display: flex;
  justify-content: flex-end
}
.c-tile-media--quote .c-tile-media__quote {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none
}
.c-tile-media--quote .c-tile-media__author {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 40px
}
.c-tile-post__category {
  margin-bottom: 20px
}
.c-tile-post__category > span {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding-top: 8px;
  border-top: 2px solid;
  display: inline-block
}
.c-tile-post__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase
}
.c-tile-post__title--small {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none
}
.c-tile-post__title--smallest {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none
}
.c-tile-post__content {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.c-tile-post__content a {
  color: #00a9e0
}
.c-tile-post__content p {
  margin-top: 25px;
  margin-bottom: 25px
}
.c-tile-post__content p:first-child {
  margin-top: 0
}
.c-tile-post__content p:last-child {
  margin-bottom: 0
}
.c-tile-post__content ul {
  padding-left: 0;
  list-style: none
}
.c-tile-post__content ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px
}
.c-tile-post__content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 13px;
  background: #00a9e0;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 7px;
  margin-top: 7px;
  position: absolute;
  left: 0
}
.c-tile-post__content ul li:last-child {
  margin-bottom: 0
}
.c-tile-post__list-nav {
  margin-top: 10px
}
.c-tile-post__btn {
  margin-top: 30px
}
.slider-rectangle-btn {
  margin-top: 30px
}
.c-tile-post__btn + .c-tile-post__btn {
  margin-left: 25px;
  margin-right: 25px
}
.slider-rectangle-btn + .slider-rectangle-btn {
  margin-left: 25px;
  margin-right: 25px
}
.c-tile-post__category + .c-tile-post__title {
  margin-top: 26px
}
.c-tile-post__title + .c-tile-post__content {
  margin-top: 20px
}
.related-block-container {
  background-image: url('/assets/img/bg/related-bg-1.png');/*  */
  background-size:auto auto;
  background-repeat: repeat;
  display: flex;
  justify-content: space-between;
}
.related-block {
  display: inline-block;
  width: 33.3331%;
  color: #fff;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
  align-items: left;
  background-position: 50%;
  background-size: cover;
  padding: 60px 60px 60px 100px
}
.related-block:nth-child(2) {background:rgba(96,96,96,0.06);}
.related-block .top-title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  display: inline-block;
  border-top: 1px solid #fff;
  padding-top: 10px;
  margin-bottom: 40px
}
.related-block .title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 500px
}
.related-block .text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 30px
}
.related-block a {
  /*
	font-family: Barlow Semi Condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	font-size: calc(.125vw + 14.35px);
	letter-spacing: .6px;
	line-height: 1.2em;
	text-transform: none;
	border: 2px solid #00a9e0;
	margin-top: 40px;
	padding: 10px 30px;
	border-radius: 30px;
	display: inline-block
	*/
}
.related-block a:hover {
  /*
	background-color: #00a9e0;
	color: #000
	*/
}
.related-block .related-block-inner {
  width: 100%;
  /* max-width: 500px */
}
.related-block:first-child {
  align-items: flex-end;
  padding-left: 50px
}
.related-block:last-child {
  padding-right: 50px
}
.l-block-section.l-related-blocks {
  padding: 0
}
.o-container-max {
  max-width: 1200px
}
.o-container-max, .o-container-outer-max {
  margin-right: auto;
  margin-left: auto;
  display: block
}
.o-container-outer-max {
  max-width: 1920px
}
.o-container-full {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%
}
.o-container-max-padding {
  max-width: 1200px
}
.o-container-max-padding, .o-container-outer-max-padding {
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding-right: 25px;
  padding-left: 25px
}
.o-container-outer-max-padding {
  max-width: 1920px
}
.o-container-full-padding {
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 100%
}
.o-row {
  display: flex;
  flex-flow: row wrap
}
.alert-banner {
  display: none;
  background-color: #cc0001;
  color: #fff;
  padding: 30px 0;
  width: 100%;
  position: relative;
  z-index: 25;
  transition: all .25s ease-out
}
.alert-banner.-is-fixed {
  position: fixed;
  top: 70px
}
.alert-banner.-show {
  display: block
}
.alert-banner__close-button {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  transition: all .25s ease-out
}
.alert-banner__close-button:hover {
  color: #000
}
.alert-banner__container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px
}
.alert-banner__icon {
  font-size: 26px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.alert-banner__icon .svg {
  font-size: 40px;
  margin-right: 10px
}
.alert-banner__message {
  font-size: 26px;
  margin-top: 10px;
  line-height: 1
}
.alert-banner__link {
  border-color: #fff;
  padding: 5px 30px;
  font-size: 20px;
  white-space: nowrap
}
.alert-banner__link:hover {
  background-color: #fff
}
.l-anchors-nav {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  background: #fff;
  z-index: 30;
  display: none;
  background-position: top;
  background-repeat: no-repeat
}
.l-anchors-nav__container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.l-anchors-nav.is-fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0
}
.l-anchors-nav .items-nav .parent-item {
  margin-top: 10px;
  display: block
}
.l-anchors-nav .items-nav .parent-item svg {
  margin-right: 5px;
  font-size: 11px
}
.l-anchors-nav .items-nav .siblings-items {
  padding-bottom: 5px
}
.l-anchors-nav .items-nav .siblings-items > span {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none
}
.l-anchors-nav .items-nav .siblings-items > span.has-children {
  cursor: pointer
}
.l-anchors-nav .items-nav .siblings-items > span svg {
  margin-left: 3px;
  font-size: 10px;
  vertical-align: 25%
}
.l-anchors-nav .items-nav .siblings-items div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 100%;
  background-position: center -70px;
  background-repeat: no-repeat
}
.l-anchors-nav .items-nav .siblings-items div ul {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding: 5px 0 30px
}
.l-anchors-nav .items-nav .siblings-items div li a {
  display: block;
  padding: 10px 0
}
.l-anchors-nav .items-nav .siblings-items.is-active > span svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.l-anchors-nav .items-nav .siblings-items.is-active div {
  display: block
}
.l-anchors-nav .items-nav a {
  transition: color .3s ease
}
.l-anchors-nav .items-nav a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-anchors-nav .anchors {
  display: flex
}
.l-anchors-nav .anchors li {
  align-items: center;
  margin: 0 18px
}
.l-anchors-nav .anchors li:first-child {
  margin-left: 0
}
.l-anchors-nav .anchors li:last-child {
  margin-right: 0
}
.l-anchors-nav .anchors li a {
  transition: color .3s ease;
  position: relative
}
.l-anchors-nav .anchors li a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-anchors-nav .anchors li a:after {
  content: "";
  display: block;
  background: #00a9e0;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transition: all .15s ease-out
}
.l-anchors-nav .anchors li a.active:after {
  left: -2px;
  width: calc(100% + 4px)
}
.l-article-banner__content-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px
}
.l-article-banner__content-wrapper .banner-image {
  width: 100%
}
.l-article-header.l-content-header .header-title {
  font-size: 54px
}
.l-article-header.l-content-header .header-subtitle {
  margin-bottom: 75px;
  text-transform: uppercase
}
.l-article-header.l-content-header .author {
  color: #00a9e0
}
.l-article-header.l-content-header .header-content {
  display: flex;
  align-items: center;
  max-width: 100%
}
.l-article-header.l-content-header .header-content a {
  transition: color .3s ease;
  color: #1f2a44
}
.l-article-header.l-content-header .header-content a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-article-header.l-content-header .header-content .item-logo {
  width: 140px;
  margin-right: 20px
}
.l-article-wrapper.l-content-wrapper .content-items {
  margin-right: auto;
  margin-left: auto
}
.l-article-wrapper.l-content-wrapper .content-items .text {
  font-size: 1.4em
}
.l-article-wrapper.l-content-wrapper .content-items .subtitle {
  font-family: Barlow Semi Condensed, sans-serif;
  line-height: 1.4em
}
.l-articles-list__grid-container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  flex: 0 0 auto;
  height: 100%;
  margin-bottom: 20px
}
.l-articles-list__grid-container:last-child {
  margin-bottom: 0
}
.l-articles-list__related .related-title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 15px
}
.l-articles-list__related .c-topics-list {
  margin-bottom: 30px
}
.l-articles-list__related .c-topics-list:before {
  content: "";
  display: table
}
.l-articles-list__related .c-topics-list:after {
  content: "";
  display: table;
  clear: both
}
.l-articles-list__related .c-topics-list > li > a {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 600;
  text-align: center
}
.l-articles-list__related .c-recent-posts-list {
  display: flex;
  flex-flow: row wrap
}
.l-articles-list__related .c-recent-posts-list > li {
  width: 100%;
  flex: 0 0 auto;
  height: calc(33.33333% - 13.33333px);
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap
}
.l-articles-list__related .c-recent-posts-list > li:last-child {
  margin-bottom: 0
}
.l-articles-list__related .c-recent-posts-list__post-image {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: calc(50% - 10px)
}
.l-articles-list__related .c-recent-posts-list__post-image:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-articles-list__related .c-recent-posts-list__post-image:last-child {
  margin-right: 0
}
.l-articles-list__related .c-recent-posts-list__post-content {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: calc(50% - 10px)
}
.l-articles-list__related .c-recent-posts-list__post-content:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-articles-list__related .c-recent-posts-list__post-content:last-child {
  margin-right: 0
}
.l-articles-list__related .c-recent-posts-list .c-tile-article__title {
  margin-bottom: 5px
}
.l-engine-applications {
  color: #1f2a44
}
.l-engine-applications__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  text-align: center;
  margin-bottom: 30px
}
.l-engine-applications__text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  text-align: center;
  margin-bottom: 60px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: calc(50% - 10px);
  margin-left: calc(25% + 5px) !important
}
.l-engine-applications__text:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-engine-applications__text:last-child {
  margin-right: 0
}
.l-engine-applications .features-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%
}
.l-engine-applications .features-list__element {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(25% - 15px);
  max-width: calc(25% - 15px);
  width: calc(25% - 15px);
  margin-bottom: 80px
}
.l-engine-applications .features-list__element:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-engine-applications .features-list__element:last-child {
  margin-right: 0
}
.l-engine-applications .features-list__element:nth-child(4n) {
  margin-right: 0;
  margin-left: auto
}
.l-engine-applications .features-list__element._hide {
  display: none
}
.l-engine-applications .features-list__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  margin-bottom: 20px
}
.l-engine-applications .features-list__text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-engine-applications__more-button {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  display: block;
  margin: auto;
  background-color: #00a9e0;
  padding: 15px 30px;
  border-radius: 30px;
  position: relative
}
.l-engine-applications__more-button .text-hidden {
  display: none
}
.l-engine-applications__more-button .icon {
  margin-left: 20px;
  max-width: 15px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: -2px
}
.l-engine-applications__more-button._open .text {
  display: none
}
.l-engine-applications__more-button._open .text-hidden {
  display: inline
}
.l-engine-applications__more-button._open .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.l-engine-applications__more-button._hide {
  display: none
}
.l-block-section {
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: calc(7.5vw + 21px);
  padding-bottom: calc(7.5vw + 21px)
}
.l-block-section--top-spacing-medium {
  padding-top: calc(6.25vw + 7.5px)
}
.l-block-section--bottom-spacing-medium {
  padding-bottom: calc(6.25vw + 7.5px)
}
.l-block-section--top-spacing-small {
  padding-top: calc(5vw + -6px)
}
.l-block-section--bottom-spacing-small {
  padding-bottom: calc(5vw + -6px)
}
.l-block-section--top-spacing-none {
  padding-top: 0
}
.l-block-section--bottom-spacing-none {
  padding-bottom: 0
}
.l-block-section.block-about-sp {
  padding-bottom: 1em !important
}
.l-block-section__container, .l-full-section__container {
  /* max-width: 1300px; */
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: relative;
  z-index: 15
}
.l-breadcrumb {
  padding: 20px 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3
}
.l-breadcrumb__container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  display: block
}
.l-breadcrumb a {
  text-decoration: underline
}
.l-breadcrumb a:hover {
  text-decoration: none
}
.l-breadcrumb a.mobile-back {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #1f2a44
}
.l-breadcrumb a.mobile-back svg {
  margin-right: 0;
  font-size: 12px
}
.l-career-opportunities {
  background-position: center bottom 120px;
  background-position: bottom calc(7.5vw + 21px)
}
.l-career-opportunities.l-block-section--bottom-spacing-medium {
  background-position: center bottom 90px;
  background-position: bottom calc(6.25vw + 7.5px)
}
.l-career-opportunities.l-block-section--bottom-spacing-small {
  background-position: center bottom 60px;
  background-position: bottom calc(5vw + -6px)
}
.l-career-opportunities.l-block-section--bottom-spacing-none {
  background-position: center bottom 0
}
.l-career-opportunities__list-block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(66.66667% - 6.66667px);
  max-width: calc(66.66667% - 6.66667px);
  width: calc(66.66667% - 6.66667px);
  margin-left: calc(33.33333% + 6.66667px) !important;
  margin-bottom: 130px
}
.l-career-opportunities__list-block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-career-opportunities__list-block:last-child {
  margin-right: 0
}
.l-career-opportunities__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 30px
}
.l-career-opportunities__text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 30px
}
.l-career-opportunities__list {
  border-top: 1px solid #000;
  margin-bottom: 40px
}
.l-career-opportunities__list.list-nav li {
  border-bottom: 1px solid #e4e4e4
}
.l-career-opportunities__list.list-nav li a {
  justify-content: space-between
}
.l-career-opportunities__list.list-nav li a div span {
  margin-right: 10px
}
.l-career-opportunities__btn:first-of-type {
  margin-right: 25px
}
.l-career-opportunities__banner {
  background-color: #1f2a44;
  width: 100%;
  padding: 30px 10px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative
}
.l-career-opportunities__banner:after, .l-career-opportunities__banner:before {
  content: "";
  background-color: #1f2a44;
  position: absolute;
  height: 100%;
  width: 30%;
  top: 0
}
.l-career-opportunities__banner:before {
  left: -30%
}
.l-career-opportunities__banner:after {
  right: -30%
}
.l-career-opportunities__banner_text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  color: #fff;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(41.66667% - 11.66667px);
  max-width: calc(41.66667% - 11.66667px);
  width: calc(41.66667% - 11.66667px);
  display: flex;
  align-items: center
}
.l-career-opportunities__banner_text:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-career-opportunities__banner_text:last-child {
  margin-right: 0
}
.l-career-opportunities__banner_icon {
  color: #00a9e0;
  height: 35px;
  width: 35px;
  margin-right: 30px;
  flex-shrink: 0
}
.l-careers-overview__section-name {
  margin-bottom: 20px
}
.l-careers-overview__section-name > span {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding-top: 8px;
  border-top: 2px solid;
  display: inline-block
}
.l-careers-overview .list-nav {
  margin-top: 10px
}
.l-children-tiles__container {
  display: flex;
  align-items: flex-start
}
.l-children-tiles__content {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(25% - 15px);
  max-width: calc(25% - 15px);
  width: calc(25% - 15px)
}
/*
.l-children-tiles__content.product-sp {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(30% - 15px);
  max-width: calc(30% - 15px);
  width: calc(30% - 15px)
}
*/
.l-children-tiles__content:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-children-tiles__content:last-child {
  margin-right: 0
}
.l-children-tiles__top-title {
  margin-bottom: 20px
}
.l-children-tiles__top-title > span {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding-top: 8px;
  border-top: 2px solid;
  display: inline-block
}
.l-children-tiles__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none
}
.l-children-tiles__tiles-list {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 13.33333px);
  max-width: calc(33.33333% - 13.33333px);
  width: calc(33.33333% - 13.33333px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 100px
}
.l-children-tiles__tiles-list:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-children-tiles__tiles-list:last-child {
  margin-right: 0
}
.l-children-tiles__tiles-list:nth-child(2) {
  margin-left: calc(3.33333% + 1.66667px) !important;
  margin-top: 0
}
.l-children-tiles__tile {
  color: #fff;
  background-color: #1f2a44;
  width: 100%;
  flex: 0 0 auto;
  height: calc(33.33333% - 13.33333px);
  margin-bottom: 20px;
  padding: 45px 50px
}
.l-children-tiles__tile:last-child {
  margin-bottom: 0
}
.l-children-tiles__tile a:link *, .l-children-tiles__tile a:visited * {
  color: #fff;
  transition: all 300ms ease 0s;
}
.l-children-tiles__tile a:hover *, .l-children-tiles__tile a:active * {
  color: #6cf;
}
.l-children-tiles__tile_image {
  margin-bottom: 25px
}
.l-children-tiles__tile_image.prod-sp-2 {
  max-width: 70%;
}
.l-children-tiles__tile_image.prod-sp-4 {
  max-width: 62%;
}
.l-children-tiles__tile_title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  margin-bottom: 25px
}
.l-children-tiles__tile_title a {
  transition: color .3s ease
}
.l-children-tiles__tile_title a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-children-tiles__tile_text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 30px
}
.l-children-tiles__tile_link {
  padding-top: 30px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  position: relative
}
.l-children-tiles__tile a .l-children-tiles__tile_link {
  border-top: 1px solid #fff;
}
.l-children-tiles__tile a:hover .l-children-tiles__tile_link {
  border-top: 1px solid #6cf;
}
.l-children-tiles__tile_link a {
  transition: color .3s ease
}
.l-children-tiles__tile_link a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-children-tiles__tile_link .icon {
  position: absolute;
  right: 0;
  max-width: 15px;
  height: 16px
}
.l-columns-with-icons__blocks {
  display: flex;
  flex-flow: row wrap
}
.l-columns-with-icons__blocks .block img {
  margin-bottom: 20px;
  max-width: 50px;
  max-height: 50px;
  height: auto;
  width: auto
}
.l-columns-with-icons__blocks .block .title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 10px
}
.l-columns-with-icons__blocks .block .text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-columns-with-icons__blocks .block .text a {
  color: #00a9e0
}
.l-columns-with-icons__blocks .block .text p {
  margin-top: 25px;
  margin-bottom: 25px
}
.l-columns-with-icons__blocks .block .text p:first-child {
  margin-top: 0
}
.l-columns-with-icons__blocks .block .text p:last-child {
  margin-bottom: 0
}
.l-columns-with-icons__blocks .block .text ul {
  padding-left: 0;
  list-style: none
}
.l-columns-with-icons__blocks .block .text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px
}
.l-columns-with-icons__blocks .block .text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 13px;
  background: #00a9e0;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 7px;
  margin-top: 7px;
  position: absolute;
  left: 0
}
.l-columns-with-icons__blocks .block .text ul li:last-child {
  margin-bottom: 0
}
.l-columns-with-icons__blocks--nb-3 .block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(25% - 15px);
  max-width: calc(25% - 15px);
  width: calc(25% - 15px)
}
.l-columns-with-icons__blocks--nb-3 .block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-columns-with-icons__blocks--nb-3 .block:last-child {
  margin-right: 0
}
.l-columns-with-icons__blocks--nb-3 .block:first-child {
  margin-left: calc(16.66667% + 3.33333px) !important
}
.l-columns-with-icons__blocks--nb-3 .block:nth-child(3n+2) {
  -webkit-transform: translateY(60px);
  transform: translateY(60px)
}
.l-columns-with-icons__blocks--nb-4 .block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(25% - 15px);
  max-width: calc(25% - 15px);
  width: calc(25% - 15px)
}
.l-columns-with-icons__blocks--nb-4 .block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-columns-with-icons__blocks--nb-4 .block:last-child {
  margin-right: 0
}
.l-columns-with-icons__blocks--nb-4 .block:nth-child(2n+2) {
  -webkit-transform: translateY(60px);
  transform: translateY(60px)
}
.l-company-overview__container {
  max-width: none;
  padding: 0
}
.l-company-overview__name {
  margin-bottom: 20px
}
.l-company-overview__name > span {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding-top: 8px;
  border-top: 2px solid;
  display: inline-block
}
.l-content-header {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}
.l-content-header[style*=background-image]:after {
  content: "";
  display: block;
  background: #fff;
  opacity: .7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.l-content-header--center {
  text-align: center
}
.l-content-header--center .l-content-header__container > * {
  margin-left: auto;
  margin-right: auto
}
.l-content-header.l-block-section {
  padding-top: calc(2.5vw + 57px)
}
.l-content-header .header-category {
  text-align: left
}
.l-content-header .header-category > span {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding-top: 8px;
  border-top: 2px solid;
  display: inline-block
}
.l-content-header .header-category:last-child {
  margin-bottom: 0
}
.l-content-header .header-title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* font-size: 90px; */
  font-size: calc(5.25vw + 6.7px);
  line-height: .9em;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 600px
}
.l-content-header .header-title.anyarc-sp {
  max-width: 960px
}
.l-content-header .header-subtitle {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  margin-top: 15px;
  max-width: 600px
}
.l-content-header .header-content {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 20px;
  max-width: 640px
}
.content-contact-sp {
  font-size:17px;
  line-height:1.4 !important;
}

.l-content-header .header-content.anyarc-sp {
  max-width: 900px
}
.l-content-header .header-content a {
  color: #00a9e0
}
.l-content-header .header-content p {
  margin-top: 25px;
  margin-bottom: 25px
}
.l-content-header .header-content p:first-child {
  margin-top: 0
}
.l-content-header .header-content p:last-child {
  margin-bottom: 0
}
.l-content-header .header-content ul {
  padding-left: 0;
  list-style: none
}
.l-content-header .header-content ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px
}
.l-content-header .header-content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 13px;
  background: #00a9e0;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 7px;
  margin-top: 7px;
  position: absolute;
  left: 0
}
.l-content-header .header-content ul li:last-child {
  margin-bottom: 0
}
.l-content-header .header-image {
  margin-bottom: 25px
}
.l-content-header .header-btn {
  margin-top: 30px
}
.l-content-header .header-background-image {
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 50%;
  width: 100%
}
.l-content-header .header-background-image__container {
  display: flex;
  flex-flow: column nowrap;
  background-color: hsla(0, 0%, 89.4%, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15%;
  justify-content: center;
  align-items: center
}
.l-content-header .header-background-image__video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.l-content-header .header-background-image__video-container video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  height: 100%
}
.l-content-header .header-background-image .header-image {
  margin-left: auto;
  margin-right: auto
}
.l-content-header .header-background-image .header-content {
  color: #000;
  max-width: 600px
}
.l-content-with-block {
  background-size: contain;
  background-position: 60% 0
}
.l-content-with-block__container {
  display: flex;
  flex-flow: row wrap
}
.l-content-with-block__content {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(41.66667% - 11.66667px);
  max-width: calc(41.66667% - 11.66667px);
  width: calc(41.66667% - 11.66667px)
}
.l-content-with-block__content:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-content-with-block__content:last-child {
  margin-right: 0
}
.l-content-with-block__content_top-title {
  display: inline-block;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  border-top: 1px solid #1f2a44;
  padding-top: 10px;
  margin-bottom: 40px
}
.l-content-with-block__content_title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 35px
}
.l-content-with-block__content_text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 25px
}
.l-content-with-block__block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 13.33333px);
  max-width: calc(33.33333% - 13.33333px);
  width: calc(33.33333% - 13.33333px);
  margin-left: calc(25% + 5px) !important;
  background-color: #1f2a44;
  color: #fff;
  padding: 85px 50px 45px;
  margin-top: 190px
}
.l-content-with-block__block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-content-with-block__block:last-child {
  margin-right: 0
}
.l-content-with-block__block_title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  margin-bottom: 20px
}
.l-content-with-block__block_text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 55px
}
.l-content-with-block__block_link {
  margin-top: 40px;
  border-top: 1px solid #fff;
  padding-top: 30px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  position: relative
}
.l-content-with-block__block_link a {
  transition: color .3s ease
}
.l-content-with-block__block_link a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-content-with-block__block_link .icon {
  position: absolute;
  right: 0;
  max-width: 15px;
  height: 16px
}
.l-content-wrapper .content-items {
  max-width: 960px
}
.l-content-wrapper .content-items:after {
  display: block !important;
  clear: both !important;
  content: "" !important
}
.l-content-wrapper .content-items--full-width {
  max-width: none
}
.l-content-wrapper .content-items > *, .block-career-sp .header-title {
  margin-top: 30px;
  margin-bottom: 30px
}
.l-content-wrapper .content-items > :first-child {
  margin-top: 0
}
.l-content-wrapper .content-items .title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none
}
.l-content-wrapper .content-items .subtitle {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none
}
.l-content-wrapper .content-items .title + .subtitle {
  margin-top: -15px
}
.l-content-wrapper .content-items .text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-content-wrapper .content-items .big-text {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase
}
.l-content-wrapper .content-items .small-text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-content-wrapper .content-items .big-text a, .l-content-wrapper .content-items .small-text a, .l-content-wrapper .content-items .text a {
  color: #00a9e0
}
.l-content-wrapper .content-items .big-text p, .l-content-wrapper .content-items .small-text p, .l-content-wrapper .content-items .text p {
  margin-top: 25px;
  margin-bottom: 25px
}
.l-content-wrapper .content-items .big-text p:first-child, .l-content-wrapper .content-items .small-text p:first-child, .l-content-wrapper .content-items .text p:first-child {
  margin-top: 0
}
.l-content-wrapper .content-items .big-text p:last-child, .l-content-wrapper .content-items .small-text p:last-child, .l-content-wrapper .content-items .text p:last-child {
  margin-bottom: 0
}
.l-content-wrapper .content-items .big-text ul, .l-content-wrapper .content-items .small-text ul, .l-content-wrapper .content-items .text ul {
  padding-left: 0;
  list-style: none
}
.l-content-wrapper .content-items .big-text ul li, .l-content-wrapper .content-items .small-text ul li, .l-content-wrapper .content-items .text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px
}
.l-content-wrapper .content-items .big-text ul li:before, .l-content-wrapper .content-items .small-text ul li:before, .l-content-wrapper .content-items .text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 13px;
  background: #00a9e0;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 7px;
  margin-top: 7px;
  position: absolute;
  left: 0
}
.l-content-wrapper .content-items .big-text ul li:last-child, .l-content-wrapper .content-items .small-text ul li:last-child, .l-content-wrapper .content-items .text ul li:last-child {
  margin-bottom: 0
}
.l-content-wrapper .content-items .quote {
  color: #fff;
  background: #000;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  padding: 60px 50px;
  max-width: 400px
}
.l-content-wrapper .content-items .quote-with-source {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin: 2.75em 0
}
.l-content-wrapper .content-items .quote-with-source em {
  display: block;
  font-style: italic
}
.l-content-wrapper .content-items .quote-with-source__text {
  margin-right: auto;
  margin-left: auto;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 300;
  margin-bottom: 45px;
  width: 90%
}
.l-content-wrapper .content-items .quote-with-source__text q:after, .l-content-wrapper .content-items .quote-with-source__text q:before {
  color: #00a9e0;
  display: block;
  font-size: 1.2em;
  line-height: .5
}
.l-content-wrapper .content-items .quote-with-source__text q:before {
  margin-left: -5%
}
.l-content-wrapper .content-items .quote-with-source__text q:after {
  float: right;
  margin-right: -1.5%;
  line-height: .35
}
.l-content-wrapper .content-items .quote-with-source__source {
  font-size: 1.1em;
  text-align: center
}
.l-content-wrapper .content-items .quote-with-source__source:before {
  content: "-";
  display: inline-block;
  margin-right: 2px
}
.l-content-wrapper .content-items .image {
  margin-right: 70px;
  margin-bottom: 70px;
  float: left;
  max-width: 430px
}
.l-content-wrapper .content-items .image img {
  max-width: 100%;
  height: auto;
  display: block
}
.l-content-wrapper .content-items .full-image {
  max-width: 1280px;
  width: 100%
}
.l-content-wrapper .content-items .full-image img {
  margin: auto
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 25;
  transition: all .25s ease-out;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  /* display: block; */
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  display: none
}
.cookie-banner.show {
  /*
  display: block
  */
}
.cookie-banner__container {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00a9e0;
  /* padding: 30px 100px; */
  padding: 24px 100px;
  background-color: #1f2a44;
  position: relative;
  font-size: 20px;
  line-height: 1.2em;
}
.cookie-banner__container a {
  color: #fff;
  text-decoration: underline;
  transition: all .25s ease-out
}
.cookie-banner__container a:hover {
  color: #00a9e0
}
.cookie-banner__close-button {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  color: #fff;
  transition: all .25s ease-out
}
.cookie-banner__close-button:hover {
  color: #00a9e0
}
.l-customer-portal-panel {
  height: 100vh;
  position: absolute;
  right: 0;
  top: calc(70px + (100% - 70px)/2);
  transition: -webkit-transform .25s cubic-bezier(.4, 0, 1, 1);
  transition: transform .25s cubic-bezier(.4, 0, 1, 1);
  transition: transform .25s cubic-bezier(.4, 0, 1, 1), -webkit-transform .25s cubic-bezier(.4, 0, 1, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background-color: #e4eff1;
  padding: 45px;
  color: #1f2a44;
  z-index: 19;
  width: calc((100% - 1200px)/2 + 260px);
  min-width: 308px
}
.l-customer-portal-panel .slider-rectangle-btn {
  margin-top: 0 !important;
}
.l-customer-portal-panel .slider-rectangle-btn a {
  margin-left: 0 !important;
}
.l-customer-portal-panel--mobile {
  position: relative;
  top: auto;
  right: auto;
  height: auto;
  width: auto;
  min-width: 0;
  -webkit-transform: none;
  transform: none;
  transition: none
}
.l-customer-portal-panel--mobile .close-customer-portal {
  display: none
}
.l-customer-portal-panel--mobile .l-customer-portal-panel__inner {
  max-width: none
}
.l-customer-portal-panel.in {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.l-customer-portal-panel__inner {
  max-width: 210px;
  position: relative
}
.l-customer-portal-panel .close-customer-portal {
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 0;
  transition: color .3s ease
}
.l-customer-portal-panel .close-customer-portal:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-customer-portal-panel h3 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  margin-bottom: 20px;
  padding-right: 20px
}
.l-customer-portal-panel form {
  margin-bottom: 40px
}
.l-customer-portal-panel .form-input {
  margin-bottom: 25px;
  position: relative
}
.l-customer-portal-panel .form-input input {
  border-bottom: 1px solid #1f2a44;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  height: 32px;
  width: 100%
}
.l-customer-portal-panel .form-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #e4eff1 inset
}
.l-customer-portal-panel .form-input .form-floating-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 0 0;
  transition: all .15s ease-out;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-customer-portal-panel .form-input input:focus + .form-floating-label, .l-customer-portal-panel .form-input input:valid + .form-floating-label {
  font-size: 75%;
  -webkit-transform: translate3d(0, -75%, 0);
  transform: translate3d(0, -75%, 0)
}
.l-customer-portal-panel .form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px
}
.l-customer-portal-panel .form-bottom a {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-left: 25px
}
.l-customer-portal-panel .form-text, .l-customer-portal-panel .text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  line-height: 1.3;
  margin-bottom: 30px
}
.l-customer-portal-panel .form-text p, .l-customer-portal-panel .text p {
  margin-top: 10px;
  margin-bottom: 10px
}
.l-customer-portal-panel .form-text p:first-child, .l-customer-portal-panel .text p:first-child {
  margin-top: 0
}
.l-customer-portal-panel .form-text p:last-child, .l-customer-portal-panel .text p:last-child {
  margin-bottom: 0
}
.l-customer-portal-panel .form-bottom a, .l-customer-portal-panel .form-text a, .l-customer-portal-panel .text a {
  color: #1f2a44;
  text-decoration: underline
}
.l-customer-portal-panel .form-bottom a:hover, .l-customer-portal-panel .form-text a:hover, .l-customer-portal-panel .text a:hover {
  text-decoration: none
}
.l-customer-portal__container {
  color: #fff;
  display: flex
}
.l-customer-portal__big-block {
  background-color: #1f2a44;
  padding: 60px 50px 45px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: calc(50% - 10px);
  position: relative
}
.l-customer-portal__big-block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-customer-portal__big-block:last-child {
  margin-right: 0
}
.l-customer-portal__big-block_title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: 20px
}
.l-customer-portal__big-block_btn {
  margin-top: 30px
}
.l-customer-portal__big-block_btn:first-of-type {
  margin-top: 40px;
  margin-right: 20px
}
.l-customer-portal__big-block:after, .l-customer-portal__big-block:before {
  content: "";
  position: absolute;
  background-color: #1f2a44;
  height: 100%;
  z-index: 0;
  top: 0
}
.l-customer-portal__big-block:before {
  width: 60%;
  left: -60%
}
.l-customer-portal__big-block:after {
  display: none
}
.l-customer-portal__small-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1f2a44;
  padding: 60px 50px 50px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 13.33333px);
  max-width: calc(33.33333% - 13.33333px);
  width: calc(33.33333% - 13.33333px)
}
.l-customer-portal__small-block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-customer-portal__small-block:last-child {
  margin-right: 0
}
.l-customer-portal__small-block_title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  padding-bottom: 20px
}
.l-customer-portal__small-block_link {
  margin-top: 40px;
  border-top: 1px solid #fff;
  padding-top: 30px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  position: relative
}
.l-customer-portal__small-block_link a {
  transition: color .3s ease
}
.l-customer-portal__small-block_link a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-customer-portal__small-block_link .icon {
  position: absolute;
  right: 0;
  max-width: 15px;
  height: 16px
}
.l-customer-portal__text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.container-engine-features {
  background-color: #1f2a44;
  color: #fff;
  padding-left: 110px;
  position: relative;
  background-position: top;
  margin-right: -60px;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px
}
.container-engine-features .top-title {
  border-top: 1px solid #fff;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  display: inline-block;
  padding-top: 15px;
  margin-bottom: 30px
}
.container-engine-features h2 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px
}
.container-engine-features .text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  max-width: 300px;
  margin-bottom: 40px
}
.container-engine-features img {
  position: absolute;
  top: 50%;
  left: calc(50% - 400px)
}
.container-engine-features .features-list li {
  margin-bottom: 30px
}
.container-engine-features .features-list li:last-child {
  margin-bottom: 0
}
.container-engine-features .features-list li > a {
  display: block;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  transition: color .3s ease
}
.container-engine-features .features-list li > a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.container-engine-features .features-list li > div > div {
  padding-top: 25px;
  padding-bottom: 10px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  max-width: 800px
}
.container-engine-features .features-list li .round-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #00a9e0;
  border-radius: 15px;
  vertical-align: top;
  margin-right: 15px
}
.container-engine-features .features-list li .round-icon svg {
  color: #000;
  width: 40%;
  margin: auto;
  display: block
}
.container-engine-features .features-list li > a.active .round-icon svg {
  display: none
}
.container-engine-features .features-list li > a.active .round-icon:after {
  content: "";
  display: block;
  background-color: #000;
  width: 40%;
  height: 2px;
  margin: 15px auto 0
}
.l-block-section.l-engine-features {
  position: relative
}
.l-engine-intro__carousel {
  background: transparent url(../images/engine-360.png) no-repeat bottom
}
.l-engine-intro__carousel__inner {
  position: relative
}
.l-engine-intro__carousel .swiper-slide {
  text-align: right;
  min-height: 0
}
.l-engine-intro__carousel .swiper-slide img {
  display: inline-block
}
.l-engine-intro__image {
  text-align: right
}
.l-engine-intro__image > img {
  display: inline-block
}
.l-engine-intro__content .big-text {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none
}
.l-engine-intro__content .text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-engine-overview .l-block-section__container.l-engine-overview__container {
  display: flex;
  align-items: center;
  color: #1f2a44
}
.l-engine-overview__image {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: calc(50% - 10px);
  margin-left: calc(-33.33333% - 6.66667px) !important
}
.l-engine-overview__image:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-engine-overview__image:last-child {
  margin-right: 0
}
.l-engine-overview__info {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(75% - 5px);
  max-width: calc(75% - 5px);
  width: calc(75% - 5px);
  margin-left: calc(8.33333% + 1.66667px) !important
}
.l-engine-overview__info:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-engine-overview__info:last-child {
  margin-right: 0
}
.l-engine-overview__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(55.55556% - 8.88889px);
  max-width: calc(55.55556% - 8.88889px);
  width: calc(55.55556% - 8.88889px);
  margin-left: calc(22.22222% + 4.44444px) !important
}
.l-engine-overview__title:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-engine-overview__title:last-child {
  margin-right: 0
}
.l-engine-overview__text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 80px;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(55.55556% - 8.88889px);
  max-width: calc(55.55556% - 8.88889px);
  width: calc(55.55556% - 8.88889px);
  margin-left: calc(22.22222% + 4.44444px) !important
}
.l-engine-overview__text:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-engine-overview__text:last-child {
  margin-right: 0
}
.l-engine-overview__blocks, .l-engine-overview__blocks-2 {
  display: flex;
  flex-flow: row wrap
}
.l-engine-overview__blocks-2 .l-engine-overview__block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 13.33333px);
  max-width: calc(33.33333% - 13.33333px);
  width: calc(33.33333% - 13.33333px);
  display: flex
}
.l-engine-overview__blocks-2 .l-engine-overview__block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-engine-overview__blocks-2 .l-engine-overview__block:last-child {
  margin-right: 0
}
.l-engine-overview__blocks-2 .l-engine-overview__block:nth-child(2n) {
  margin-top: 0;
  margin-right: 0;
  margin-left: calc(33.33333% + 6.66667px) !important
}
.l-engine-overview__block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 13.33333px);
  max-width: calc(33.33333% - 13.33333px);
  width: calc(33.33333% - 13.33333px);
  display: flex
}
.l-engine-overview__block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-engine-overview__block:last-child {
  margin-right: 0
}
.l-engine-overview__block .icon {
  min-width: 30px;
  min-height: 30px;
  margin-right: 25px;
  color: #00a9e0
}
.l-engine-overview__block:nth-child(2n) {
  margin-top: 75px
}
.l-engine-overview__block:nth-child(3n) {
  margin-right: 0;
  margin-left: auto
}
.l-engine-overview__block__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  margin-bottom: 20px
}
.l-engine-overview__block__text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-engine-overview__block__text a {
  color: #00a9e0
}
.l-engine-overview__block__text p {
  margin-top: 25px;
  margin-bottom: 25px
}
.l-engine-overview__block__text p:first-child {
  margin-top: 0
}
.l-engine-overview__block__text p:last-child {
  margin-bottom: 0
}
.l-engine-overview__block__text ul {
  padding-left: 0;
  list-style: none
}
.l-engine-overview__block__text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px
}
.l-engine-overview__block__text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 13px;
  background: #00a9e0;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 7px;
  margin-top: 7px;
  position: absolute;
  left: 0
}
.l-engine-overview__block__text ul li:last-child {
  margin-bottom: 0
}
.l-engine-overview.landing-page .l-engine-overview__block {
  align-items: baseline
}
.l-engine-overview.landing-page .l-engine-overview__block__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  color: #00a9e0;
  font-weight: 600
}
.l-engine-specifications__title, .l-prod-specifications_title {
  text-align: center;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 30px
}
.l-engine-specifications__intro-text, .l-prod-specifications_intro-text {
  text-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 auto 100px;
  max-width: 500px
}
.l-engine-specifications__intro-text a, .l-prod-specifications_intro-text a {
  color: #00a9e0
}
.l-engine-specifications__intro-text b, .l-prod-specifications_intro-text b {
  color: #888;
  font-weight: normal;
}
.l-engine-specifications__intro-text a:hover, .l-prod-specifications_intro-text a:hover {
  color: #6cf
}
.l-engine-specifications__intro-text p, .l-prod-specifications_intro-text p {
  margin-top: 25px;
  margin-bottom: 25px
}
.l-engine-specifications__intro-text p:first-child, .l-prod-specifications_intro-text p:first-child {
  margin-top: 0
}
.l-engine-specifications__intro-text p:last-child, .l-prod-specifications_intro-text p:last-child {
  margin-bottom: 0
}
.l-engine-specifications__intro-text ul, .l-prod-specifications_intro-text ul {
  padding-left: 0;
  list-style: none
}
.l-engine-specifications__intro-text ul li, .l-prod-specifications_intro-text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px
}
.l-engine-specifications__intro-text ul li:before, .l-prod-specifications_intro-text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 13px;
  background: #00a9e0;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 7px;
  margin-top: 7px;
  position: absolute;
  left: 0
}
.l-engine-specifications__intro-text ul li:last-child, .l-prod-specifications_intro-text ul li:last-child {
  margin-bottom: 0
}
.l-engine-specifications__bottom-text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 40px
}
.l-engine-specifications__bottom-text a {
  color: #00a9e0
}
.l-engine-specifications__bottom-text p {
  margin-top: 25px;
  margin-bottom: 25px
}
.l-engine-specifications__bottom-text p:first-child {
  margin-top: 0
}
.l-engine-specifications__bottom-text p:last-child {
  margin-bottom: 0
}
.l-engine-specifications__bottom-text ul {
  padding-left: 0;
  list-style: none
}
.l-engine-specifications__bottom-text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px
}
.l-engine-specifications__bottom-text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 13px;
  background: #00a9e0;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 7px;
  margin-top: 7px;
  position: absolute;
  left: 0
}
.l-engine-specifications__bottom-text ul li:last-child {
  margin-bottom: 0
}
.l-faq-list__items > * {
  margin-bottom: 20px
}
.l-featured-content__container {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start
}
.l-featured-content__text-block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 13.33333px);
  max-width: calc(33.33333% - 13.33333px);
  width: calc(33.33333% - 13.33333px)
}
.l-featured-content__text-block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-featured-content__text-block:last-child {
  margin-right: 0
}
.l-featured-content__text-block_title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px
}
.l-featured-content__text-block_text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 30px
}
.l-featured-content__featured-block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: calc(50% - 10px);
  margin-left: calc(16.66667% + 3.33333px) !important;
  background-color: #1f2a44;
  padding: 75px 50px 50px;
  margin-top: -325px
}
.l-featured-content__featured-block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-featured-content__featured-block:last-child {
  margin-right: 0
}
.l-featured-content__featured-block_title {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 40px
}
.l-footer-bottom {
  background-color: #2c2a29;
  color: #fff
}
.l-footer-bottom a, .l-footer-bottom span {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 1px
}
.l-footer-bottom a {
  transition: color .3s ease
}
.l-footer-bottom a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-footer-bottom__container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  display: flex
}
.l-footer-bottom__copyright {
  line-height: 1.2
}
.l-footer-bottom__nav {
  display: flex
}
.l-footer-bottom__nav > div:not(:last-child) {
  margin-right: 40px
}
.l-footer-bottom__nav-alt {
  display: flex
}
.l-footer-bottom__nav-alt > div:not(:last-child) {
  margin-right: 20px
}
.l-footer-main {
  background-color: #1f2a44;
  color: #fff;
  position: relative;
  overflow: hidden
}
.l-footer-main__container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  display: block
}
.l-footer-main__logo {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  color: #00a9e0;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px
}
.l-footer-main__logo img {
  width: 100%;
  max-width: 280px
}
.l-footer-main__container-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px
}
.l-footer-main__nav-primary {
  display: flex
}
.l-footer-main__nav-primary a {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  transition: color .3s ease
}
.l-footer-main__nav-primary a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-footer-main__nav-primary a[target=_blank]:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background: transparent url(/assets/svg/external-link-white.svg) no-repeat scroll 50%;
  background-size: contain;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px)
}
.l-footer-main__nav-primary a[target=_blank]:hover:after {
  background-image: url(/assets/svg/external-link-scooter.svg)
}
.l-footer-main__nav-options {
  background-color: #f2ce00;
  color: #1f2a44;
  display: flex;
  height: 70px;
  align-items: center;
  position: relative
}
.l-footer-main__nav-options > div {
  transition: color .3s ease
}
.l-footer-main__nav-options > div:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-footer-main__nav-options > div:last-child a > span span {
  display: block
}
.l-footer-main__nav-options > div:last-child a > span span:first-child {
  font-size: 12px
}
.l-footer-main__nav-options .icon {
  color: #1f2a44;
  margin-right: 12px;
  font-size: 20px
}
.l-footer-main__nav-options a {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  height: 70px
}
.l-footer-main__nav-options a:hover, .l-footer-main__nav-options a:hover .icon {
  color: #00a9e0
}
.l-footer-main__container-contact-social {
  display: flex
}
.l-footer-main__contact {
  width: 100%
}
.l-footer-main__contact > div:not(.item-phones) {
  transition: color .3s ease
}
.l-footer-main__contact > div:not(.item-phones):hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-footer-main__contact .icon {
  flex: 0 0 auto;
  margin-right: 12px;
  font-size: 14px;
  min-width: 20px
}
.l-footer-main__contact .icon.icon-phone {
  align-self: flex-start;
  margin-top: 4px
}
.l-footer-main__contact a, .l-footer-main__contact span {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-footer__socials {
  margin: auto;
}
.l-footer-main__social {
  display: flex
}
.l-footer-main__social.row-2nd {
  padding-top: 20px;
}
.l-footer-main__social > div:not(:last-child) {
  margin-right: 20px
}
.l-footer-main__social > div.item-youtube a {
  font-size: 20px
}
.l-footer-main__social a, .l-footer-main__social em {
  /* background-color: #2c2a29; */
  transition: color .3s ease;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  display: block
}
.l-footer-main__social a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-footer-main__social span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
.l-full-carousel__carousel {
  position: relative;
  z-index: 2
}
.l-full-carousel .swiper-slide {
  /* height: calc(100vh - 400px) */
}
.l-full-carousel .c-tile-post {
  left: 50px;
  z-index: 10;
  text-align: left;
  max-width: 720px
}
.l-full-carousel .c-tile-post__category {
  text-align: left
}
.l-full-carousel .c-tile-post__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  /*
  font-size: 90px;
  font-size: calc(5.25vw + 20.7px);
  */
  font-size: 72px;
  font-size: calc(5.25vw + 6.7px);
  font-size: 72px;
  font-size: calc(5.25vw + 6.7px);
  line-height: .9em;
  letter-spacing: 0;
  text-transform: uppercase
}
.l-full-carousel .swiper-pagination-progressbar {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
/*
.l-full-carousel-images {
  position: absolute;
  z-index: 0;
  left: 0;
  top: -130px;
  width: 100%
}
.l-full-carousel-images i {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  opacity: 0;
  transition: opacity .5s ease-out
}
.l-full-carousel-images i.is-active {
  opacity: 1
}
*/
.l-generic-banner__container {
  padding: 0;
  max-width: none
}
.l-generic-content.alignment-center {
  text-align: center
}
.l-generic-content.alignment-center .c-tile-post {
  margin-right: auto;
  margin-left: auto;
  display: block
}
.l-header-alt {
  padding-top: 5vh
}
.l-header-alt .header-main-logo {
  padding-top: 15px;
  padding-bottom: 15px
}
.header-main-wrapper {
  height: 130px
}
.header-main-wrapper:hover {}
.l-header-main {
  position: relative;
  z-index: 20;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100% auto;
}
.l-header-main:not(.is-over):not(.is-fixed):not(.is-search) {
  background-image: none !important;
  background-color: transparent
}
.l-header-main .header-main-logo {
  margin-right: auto;
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .15s ease-out
}
.l-header-main .header-main-logo .item-logo {
  display: block;
  /* height: 100px; */
  height: 80px;
  width: auto;
  transition: all .15s ease-out
}
.l-header-main .header-main-logo .item-logo img {
  max-height: 100%;
  max-width: none;
  width: auto
}
.l-header-main .primary-menu svg {
  display: none
}
.l-header-main .primary-menu > ul {
  display: flex;
  justify-content: space-between;
  height: 100%
}
.l-header-main .primary-menu > ul > li {
  height: 100%
}
.l-header-main .primary-menu > ul > li.has-children:hover .sub-menu {
  display: block
}
.l-header-main .primary-menu > ul > li > a {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  transition: color .3s ease;
  color: #1f2a44;
  text-transform: uppercase;
  display: inline-block;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 18px;
  position: relative
}
.l-header-main .primary-menu > ul > li > a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-header-main .primary-menu > ul > li > a[target=_blank]:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background: transparent url(/assets/svg/external-link-ebony-clay.svg) no-repeat scroll 50%;
  background-size: contain;
  width: 14px;
  height: 14px
}
.l-header-main .primary-menu > ul > li > a[target=_blank]:hover:after {
  background-image: url(/assets/svg/external-link-scooter.svg)
}
.l-header-main .primary-menu .sub-menu {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;
  top: 100%;
  padding-top: 25px;
  padding-bottom: 50px;
  background-position: center -130px;
  transition: background-position .15s ease-out;
  background-color: #fff
}
.l-header-main .primary-menu .sub-menu:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, hsla(0, 0%, 84.7%, .3) 0, hsla(0, 0%, 84.7%, 0))
}
.l-header-main .primary-menu .sub-menu__container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  display: flex;
  align-items: flex-start;
  position: relative
}
.l-header-main .primary-menu .sub-menu .sub-menu-group {
  flex: 1;
  margin: 0 20px
}
.l-header-main .primary-menu .sub-menu .sub-menu-group:first-child {
  margin-left: 0
}
.l-header-main .primary-menu .sub-menu .sub-menu-group:last-child {
  margin-right: 0
}
.l-header-main .primary-menu .sub-menu .sub-menu-group h3 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  text-transform: uppercase;
  margin-bottom: 20px
}
.l-header-main .primary-menu .sub-menu .sub-menu-group ul {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-header-main .primary-menu .sub-menu .sub-menu-group ul li {
  margin-bottom: 20px
}
.l-header-main .primary-menu .sub-menu .sub-menu-group ul li a {
  transition: color .3s ease
}
.l-header-main .primary-menu .sub-menu .sub-menu-group ul li a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-header-main .primary-menu .sub-menu .sub-menu-group ul li a[target=_blank]:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background: transparent url(/assets/svg/external-link-ebony-clay.svg) no-repeat scroll 50%;
  background-size: contain;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px)
}
.l-header-main .primary-menu .sub-menu .sub-menu-group ul li a[target=_blank]:hover:after {
  background-image: url(/assets/svg/external-link-scooter.svg)
}
.l-header-main .primary-menu .sub-menu .sub-menu-group ul li:last-child {
  margin-bottom: 0
}
.l-header-main .header-search-link {
  display: flex;
  align-items: center;
  margin-left: 22px;
  margin-right: 40px;
  font-size: 16px
}
.l-header-main .header-search-link a {
  color: #1f2a44
}
.l-header-main .header-search {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #e4eff1
}
.l-header-main .header-search.in {
  display: block
}
.l-header-main .header-search__container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: relative
}
.l-header-main .header-search .form-top {
  max-width: 880px;
  position: relative
}
.l-header-main .header-search input[type=text] {
  color: #1f2a44;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #1f2a44;
  width: 100%;
  height: 84px
}
.l-header-main .header-search input[type=text]::-webkit-input-placeholder {
  color: rgba(31, 42, 68, .6)
}
.l-header-main .header-search input[type=text]::-moz-placeholder {
  color: rgba(31, 42, 68, .6)
}
.l-header-main .header-search input[type=text]:-ms-input-placeholder {
  color: rgba(31, 42, 68, .6)
}
.l-header-main .header-search input[type=text]::-ms-input-placeholder {
  color: rgba(31, 42, 68, .6)
}
.l-header-main .header-search input[type=text]::placeholder {
  color: rgba(31, 42, 68, .6)
}
.l-header-main .header-search input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0
}
.l-header-main .header-search .close-header-form {
  color: #1f2a44;
  font-size: 16px;
  position: absolute;
  right: 50px;
  top: 15px;
  transition: color .3s ease
}
.l-header-main .header-search .close-header-form:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-header-main .header-search .nb-results {
  display: block;
  color: #1f2a44;
  position: absolute;
  bottom: 10px;
  right: 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-header-main .header-search .search-results-list {
  margin-top: 50px;
  max-height: calc(100vh - 410px);
  overflow-y: auto
}
.l-header-main .header-search .search-results-inner {
  max-width: 880px
}
.l-header-main .header-search .search-result-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #626880
}
.l-header-main .header-search .search-result-item a {
  color: #1f2a44;
  transition: color .3s ease
}
.l-header-main .header-search .search-result-item a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-header-main .header-search .search-result-item a h3 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  text-transform: uppercase;
  margin-bottom: 15px
}
.l-header-main .header-search .search-result-item a .summary {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-header-main .mobile-menu-toggle {
  display: block;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  right: 0;
  padding: 20px 20px 18px;
  cursor: pointer;
  z-index: 2002;
  transition: all .25s ease-out;
  will-change: transform
}
.l-header-main .mobile-menu-toggle.is-open {
  -webkit-transform: translate(4px);
  transform: translate(4px)
}
.l-header-main .mobile-menu-toggle.is-up {
  -webkit-transform: translateY(-62px);
  transform: translateY(-62px)
}
.l-header-main .mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #2c2a29;
  z-index: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: all .25s ease-out
}
.l-header-main .mobile-menu-toggle span:first-child {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}
.l-header-main .mobile-menu-toggle span:last-child {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%
}
.l-header-main .mobile-menu-toggle.is-open span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(0);
  transform: rotate(45deg) translate(0);
  background: #232323
}
.l-header-main .mobile-menu-toggle.is-open span:nth-last-child(2) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(.2);
  transform: rotate(0deg) scale(.2)
}
.l-header-main .mobile-menu-toggle.is-open span:last-child {
  -webkit-transform: rotate(-45deg) translate(0);
  transform: rotate(-45deg) translate(0)
}
.l-header-main .mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  margin-top: 62px;
  z-index: 2001;
  height: calc(100vh - 62px);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% + 300px) -62px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate(100%);
  transform: translate(100%);
  transition: -webkit-transform .4s cubic-bezier(.77, .2, .05, 1);
  transition: transform .4s cubic-bezier(.77, .2, .05, 1);
  transition: transform .4s cubic-bezier(.77, .2, .05, 1), -webkit-transform .4s cubic-bezier(.77, .2, .05, 1)
}
.l-header-main .mobile-menu .behind-close {
  display: block;
  position: absolute;
  top: -62px;
  right: 0;
  width: 64px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: calc(100% + 300px) 0
}
.l-header-main .mobile-menu__content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 25px;
  padding-bottom: 100px
}
.l-header-main .mobile-menu.is-open {
  -webkit-transform: none;
  transform: none
}
.l-header-main .mobile-menu .phone-number {
  display: flex;
  justify-content: space-between;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(66, 66, 66, .3)
}
.l-header-main .mobile-menu .phone-number strong {
  font-weight: 500
}
.l-header-main .mobile-menu .primary-menu svg {
  display: inline-block
}
.l-header-main .mobile-menu .primary-menu > ul {
  display: block
}
.l-header-main .mobile-menu .primary-menu > ul > li {
  margin: 0;
  display: block;
  border-bottom: 1px solid rgba(66, 66, 66, .3)
}
.l-header-main .mobile-menu .primary-menu > ul > li > a {
  padding: 20px 0;
  display: block;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  position: relative
}
.l-header-main .mobile-menu .primary-menu > ul > li > a svg {
  float: right;
  font-size: 16px;
  margin-top: 5px
}
.l-header-main .mobile-menu .primary-menu > ul > li > a.expanded svg {
  display: none
}
.l-header-main .mobile-menu .primary-menu > ul > li > a.expanded:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 31px;
  width: 16px;
  height: 2px;
  background-color: #1f2a44
}
.l-header-main .mobile-menu .sub-menu {
  display: none !important;
  position: static;
  background-image: none !important;
  background-color: transparent !important;
  padding-top: 10px;
  padding-bottom: 5px
}
.l-header-main .mobile-menu .sub-menu:before {
  display: none
}
.l-header-main .mobile-menu .sub-menu.show {
  display: block !important
}
.l-header-main .mobile-menu .sub-menu__container {
  display: block;
  padding-left: 0;
  padding-right: 0
}
.l-header-main .mobile-menu .sub-menu .sub-menu-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px
}
.l-header-main .mobile-menu .sub-menu .mobile-link, .l-header-main .mobile-menu .sub-menu .sub-menu-group h3 {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  text-transform: uppercase
}
.l-header-main .mobile-menu .sub-menu .mobile-link svg, .l-header-main .mobile-menu .sub-menu .sub-menu-group h3 svg {
  font-size: 11px;
  margin-left: 13px
}
.l-header-main .mobile-menu .sub-menu .mobile-link.expanded svg, .l-header-main .mobile-menu .sub-menu .sub-menu-group h3.expanded svg {
  display: none
}
.l-header-main .mobile-menu .sub-menu .mobile-link.expanded:after, .l-header-main .mobile-menu .sub-menu .sub-menu-group h3.expanded:after {
  content: "";
  display: inline-block;
  margin-left: 13px;
  width: 10px;
  height: 2px;
  background-color: #1f2a44;
  vertical-align: 20%
}
.l-header-main .mobile-menu .sub-menu .mobile-link {
  display: block;
  text-transform: uppercase;
  margin-bottom: 30px
}
.l-header-main .mobile-menu .sub-menu .mobile-link svg {
  font-size: 8px
}
.l-header-main .mobile-menu .sub-menu ul {
  display: none;
  padding-left: 20px
}
.l-header-main .mobile-menu .sub-menu ul.show {
  display: block
}
.l-header-main .mobile-menu form {
  margin-top: 25px;
  position: relative
}
.l-header-main .mobile-menu form .close-header-form {
  display: none
}
.l-header-main .mobile-menu form input {
  background: #fff;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding: 10px 25px;
  border-radius: 25px;
  display: block;
  width: 100%
}
.l-header-main .mobile-menu form input:focus + button {
  color: #00a9e0
}
.l-header-main .mobile-menu form button {
  font-size: 14px;
  position: absolute;
  top: 12px;
  right: 20px
}
.l-header-main .mobile-menu form button span {
  display: none
}
.header-right-links {
  background-color: #f2ce00;
  color: #1f2a44;
  display: flex;
  align-items: center;
  height: 70px;
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto
}
#_userlogin b, #_userlogin-foot b {
  font-weight: normal;
}
#_userlogin em, #_userlogin-foot em {
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
}
.header-right-links i, #_userlogin em, #_userlogin-foot em, .l-footer-main__nav-options i {
  margin-right: 8px;
  font-size: 20px
}
.header-right-links .icon {
  color: #1f2a44;
  margin-right: 8px;
  font-size: 20px
}
.header-right-links > div {
  transition: color .3s ease;
  height: 70px;
  transition: all .15s ease-out
}
.header-right-links > div:hover {
  color: #00a9e0;
  border-color: currentColor
}
.header-right-links > div a {
  border-right: 1px solid #1f2a44
}
.header-right-links > div:last-child a {
  border-right: 0
}
.header-right-links a {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  white-space: nowrap;
  height: 70px
}
.header-right-links a:hover, .header-right-links a:hover .icon {
  color: #00a9e0
}
/*
.header-right-links a > span span:first-child:not(:last-child), .l-footer-main__nav-options .item-support a > span span:first-child:not(:last-child) 
*/
.header-right-links a > span span:last-child, .l-footer-main__nav-options .item-support a > span span:last-child {
  display: block;
  font-size: 12px
}
.l-header-top {
  padding: 15px 0;
  height: 50px;
  background-color: #2c2a29;
  color: #fff
}
.l-header-top__container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  display: flex
}
.l-header-top .header-links {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-left: auto;
  color: #e4e4e4;
  display: flex
}
.l-header-top .header-links > div {
  display: flex;
  height: 20px;
  align-items: center
}
.l-header-top .header-links > div:not(:last-child):after {
  margin: 0 14px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: currentColor
}
.l-header-top .header-links b {
  font-size: 14px;
  font-weight: normal;
}
.l-header-top .header-links i, .l-header-top .header-links .icon {
  font-size: 14px;
  margin-right: 6px;
  position: relative
}
.l-header-top .header-links a {
  transition: color .3s ease
}
.l-header-top .header-links a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-highlights__list .highlight {
  padding-left: 55px;
  background: transparent url(/assets/svg/circle-blue.svg) no-repeat 0 0;
  text-align: left
}
.l-history-slider__carousel {
  position: relative;
  z-index: 2
}
.l-history-slider .swiper-container {
  overflow: visible
}
.l-history-slider .swiper-slide img {
  position: absolute;
  right: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  pointer-events: none
}
.l-history-slider .swiper-pagination-progressbar {
  position: relative;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto
}
.l-history {
  background-size: 100%
}
.l-history h2 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase
}
.l-history h3 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none
}
.l-history h4 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none
}
.l-history:after, .l-history:before {
  background: #00a9e0;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  width: 100%
}
.l-history:before {
  margin-left: 0;
  top: 75px
}
.l-history:after {
  margin-right: 0;
  bottom: 95px
}
.l-history .swiper-container {
  position: relative;
  z-index: 2
}
.l-history .green-line {
  position: absolute;
  top: 55px;
  z-index: 10;
  width: 100%;
  text-align: center;
  margin-left: 75px
}
.l-history .green-line:before {
  background: #00a9e0;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  vertical-align: middle;
  width: 100%;
  left: 0;
  top: 16px
}
.l-history .icon-circle {
  width: 29px;
  height: 29px;
  color: #00a9e0;
  background: #000;
  position: relative
}
.l-history .image-container > div {
  height: auto
}
.l-history .image-container img {
  border: 10px solid #fff;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 570px
}
.l-history .info-container > div {
  background-color: #000;
  padding: 120px 90px 50px 50px;
  color: #fff;
  vertical-align: top;
  text-align: left
}
.l-history .info-container h4 {
  margin-top: 15px
}
.l-history .info-container p {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 22px
}
.l-history .swiper-pagination {
  margin: 50px 0 65px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}
.l-history .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 18px
}
.l-history .swiper-pagination-bullet {
  background: #00a9e0;
  opacity: 1;
  margin: 0 15px;
  height: 12px;
  width: 12px;
  position: relative;
  display: block;
  cursor: pointer;
  flex: 0 0 12px
}
.l-history .swiper-pagination-bullet-active {
  background: #000
}
.l-history .swiper-button-next, .l-history .swiper-button-prev {
  background-image: none;
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  width: auto;
  height: auto;
  font-size: 20px;
  padding: 5px 10px;
  top: 74px;
  z-index: 20;
  line-height: 1
}
.l-history .swiper-button-next svg, .l-history .swiper-button-prev svg {
  font-size: 10px;
  margin: 0 5px;
  position: relative;
  top: -3px
}
.l-history .swiper-button-next span, .l-history .swiper-button-prev span {
  position: relative;
  top: -1px
}
.l-history .swiper-button-prev {
  left: 0
}
.l-history .swiper-button-next {
  right: 0
}
.l-history .swiper-button-disabled {
  opacity: 0
}
.l-history .black-box {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  padding: 5px 10px;
  font-size: 20px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 -1px
}
.l-history .year-group {
  display: block;
  width: auto;
  max-width: 0;
  transition: max-width .25s ease-out;
  position: relative;
  overflow-x: hidden
}
.l-history .year-group > span {
  display: inline-flex;
  flex-wrap: nowrap;
  padding: 0 16px
}
.l-jobs-listing .return-to-list {
  display: block;
  margin-bottom: 30px;
  transition: color .3s ease
}
.l-jobs-listing .return-to-list:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-jobs-listing .return-to-list svg {
  margin-right: 10px;
  font-size: 12px
}
.l-jobs-listing iframe {
  width: 100% !important
}
.l-jobs-opportunities-content .columns {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start
}
.l-jobs-opportunities-content .column .title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 15px
}
.l-jobs-opportunities-content .column .text {
  margin-bottom: 30px
}
.l-jobs-opportunities-content .column .text a {
  color: #00a9e0
}
.l-jobs-opportunities-content .column .text p {
  margin-top: 25px;
  margin-bottom: 25px
}
.l-jobs-opportunities-content .column .text p:first-child {
  margin-top: 0
}
.l-jobs-opportunities-content .column .text p:last-child {
  margin-bottom: 0
}
.l-jobs-opportunities-content .column .text ul {
  padding-left: 0;
  list-style: none
}
.l-jobs-opportunities-content .column .text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px
}
.l-jobs-opportunities-content .column .text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 13px;
  background: #00a9e0;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 7px;
  margin-top: 7px;
  position: absolute;
  left: 0
}
.l-jobs-opportunities-content .column .text ul li:last-child {
  margin-bottom: 0
}
.l-jobs-opportunities-content .column:last-child .title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none
}
.l-jobs-opportunities-content .column img {
  margin-bottom: 35px
}
.l-locations-listing__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  text-align: center;
  margin-bottom: 60px
}
.l-locations-listing__location {
  background-color: #e4e4e4;
  padding: 50px
}
.l-locations-listing__location_region {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding-bottom: 30px
}
.l-locations-listing__location_title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  padding-bottom: 30px
}
.l-locations-listing__location_text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-locations-listing__location_link {
  margin-top: 40px;
  border-top: 1px solid #fff;
  padding-top: 30px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  position: relative
}
.l-locations-listing__location_link a {
  transition: color .3s ease
}
.l-locations-listing__location_link a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-locations-listing__location_link .icon {
  position: absolute;
  right: 0;
  max-width: 15px;
  height: 16px
}
.l-main, .l-wrapper {
  position: relative;
  z-index:0;
}
.l-media-contacts .l-articles-list__grid {
  align-items: stretch
}
.l-media-contacts .l-articles-list__grid li {
  height: auto
}
.l-media-contacts .c-tile-article__options {
  display: block
}
.l-media-contacts .c-tile-article__phone {
  margin-bottom: 10px
}
.l-media-contacts .c-tile-article--last {
  background: #1f2a44;
  color: #fff;
  height: 100%
}
.l-media-contacts .c-tile-article--last .c-tile-article__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
  padding-top: 60px
}
.l-media-contacts .c-tile-article--last .c-tile-article__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none
}
.l-media-contacts .c-tile-article--last .c-tile-article__options {
  margin-top: auto;
  border-top-color: #fff
}
.l-media-contacts .c-tile-article--last .c-tile-article__link {
  color: #fff;
  transition: color .3s ease
}
.l-media-contacts .c-tile-article--last .c-tile-article__link:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-newsletter-banner__container {
  padding: 0;
  max-width: none
}
.l-newsletter-banner__form-container .form-input {
  margin: 1.4em 0
}
.l-newsletter-banner__form-container .form-input input {
  display: block;
  border-radius: 23px;
  height: 45px;
  width: 100%;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  color: #2c2a29;
  background-color: #fff;
  margin: auto;
  max-width: 470px;
  font-weight: 600;
  border: 1px solid #e4e4e4;
  padding: 0 30px;
  height: 50px
}
.l-newsletter-banner__form-container .form-input input.input-validation-error {
  border-color: red
}
.l-newsletter-banner__form-container .form-input input:focus {
  border-color: #00a9e0
}
.l-newsletter-banner__form-container .form-input input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 20px
}
.l-newsletter-banner__form-container .form-input input::-webkit-input-placeholder {
  color: #1f2a44
}
.l-newsletter-banner__form-container .form-input input::-moz-placeholder {
  color: #1f2a44
}
.l-newsletter-banner__form-container .form-input input:-ms-input-placeholder {
  color: #1f2a44
}
.l-newsletter-banner__form-container .form-input input::-ms-input-placeholder {
  color: #1f2a44
}
.l-newsletter-banner__form-container .form-input input::placeholder {
  color: #1f2a44
}
.l-newsletter-banner__form-container .form-bottom svg {
  font-size: 12px;
  margin-left: 70px
}
.l-newsletter-banner__form-container .btn-blue {
  font-weight: 600
}
.l-newsletter-banner__form-container .btn-blue:hover {
  color: #1f2a44
}
.l-newsletter-banner__form-container .field-validation-error {
  display: block;
  margin-top: 10px;
  color: red
}
.l-newsletter-banner__success-container {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 1.4em
}
.l-newsletter-banner .c-generic-banner {
  background-color: #e4eff1;
  color: #000
}
.l-newsletter-banner .c-generic-banner__container {
  max-width: 660px
}
.l-newsletter-banner .c-generic-banner__text {
  margin-top: .5em
}
.l-newsletter-banner .c-generic-banner__title {
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  font-family: Barlow Condensed, sans-serif;
  text-transform: uppercase
}
.l-newsletter-banner .fade-enter-active, .l-newsletter-banner .fade-leave-active {
  transition: opacity .5s
}
.l-newsletter-banner .fade-enter, .l-newsletter-banner .fade-leave-to {
  opacity: 0
}
.l-newsroom-details .content-items {
  max-width: 900px
}
.l-newsroom-details .title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: calc(8.75vw + -15.5px)
}
.l-newsroom-details .text a {
  color: #00a9e0
}
.l-newsroom-details .text p {
  margin-top: 25px;
  margin-bottom: 25px
}
.l-newsroom-details .text p:first-child {
  margin-top: 0
}
.l-newsroom-details .text p:last-child {
  margin-bottom: 0
}
.l-newsroom-details .text ul {
  padding-left: 0;
  list-style: none
}
.l-newsroom-details .text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px
}
.l-newsroom-details .text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 13px;
  background: #00a9e0;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 7px;
  margin-top: 7px;
  position: absolute;
  left: 0
}
.l-newsroom-details .text ul li:last-child {
  margin-bottom: 0
}
.l-other-market-engines .tiles-carousel-container, .l-other-market-engines .tiles-carousel-wrapper {
  position: relative
}
.l-other-market-engines .tiles-carousel-container .texts .title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  max-width: 240px;
  margin-bottom: 30px
}
.l-other-market-engines .tiles-carousel-container .texts .text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-other-market-engines .swiper-slide__inner {
  background-color: #e4e4e4;
  padding: 40px 50px
}
.l-other-market-engines .swiper-slide .thumbnail {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center
}
.l-other-market-engines .swiper-slide .thumbnail img {
  max-width: 300px;
  width: 100%
}
.l-other-market-engines .swiper-slide .content {
  min-height: 110px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-other-market-engines .swiper-slide .link {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-other-market-engines .swiper-slide .link svg {
  margin-left: 20px;
  font-size: 10px
}
.l-other-market-engines .swiper-pagination {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  position: static
}
.l-products-overview__container {
  max-width: none
}
.l-related-articles__container {
  display: flex
}
.l-related-articles__info {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(25% - 15px);
  max-width: calc(25% - 15px);
  width: calc(25% - 15px)
}
.l-related-articles__info:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-related-articles__info:last-child {
  margin-right: 0
}
.l-related-articles__top-title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  border-top: 1px solid #1f2a44;
  padding-top: 15px;
  display: inline-block;
  margin-bottom: 20px
}
.l-related-articles__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px
}
.l-related-articles__text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 30px
}
.l-related-articles__articles {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(66.66667% - 6.66667px);
  max-width: calc(66.66667% - 6.66667px);
  width: calc(66.66667% - 6.66667px);
  margin-left: calc(8.33333% + 1.66667px) !important;
  margin-top: 100px
}
.l-related-articles__articles:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-related-articles__articles:last-child {
  margin-right: 0
}
.l-related-articles__btn {
  text-align: center
}
.l-related-articles__article {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(75% - 5px);
  max-width: calc(75% - 5px);
  width: calc(75% - 5px);
  background-color: #e4e4e4;
  margin-bottom: 50px
}
.l-related-articles__article:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-related-articles__article:last-child {
  margin-right: 0
}
.l-related-articles__article:nth-child(2n) {
  margin-left: calc(25% + 5px) !important
}
.l-related-articles__article_image {
  display: block;
  width: 60%;
  position: relative;
  min-height: 230px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat
}
.l-related-articles__article_link {
  width: 100%;
  display: flex;
  align-items: stretch;
  transition: color .3s ease
}
.l-related-articles__article_link:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-related-articles__article_text {
  padding: 50px 30px;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start
}
.l-related-articles__article_title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-related-articles__article_read-more {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  vertical-align: bottom;
  margin-top: 20px
}
.l-related-articles__article_read-more svg {
  margin-left: 20px;
  font-size: 10px
}
.l-related-blog-articles .l-related-articles__articles {
  margin-top: 0
}
.l-related-blog-articles .l-related-articles__article {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(80% - 4px);
  max-width: calc(80% - 4px);
  width: calc(80% - 4px);
  background-color: #e4e4e4;
  margin-bottom: 50px
}
.l-related-blog-articles .l-related-articles__article:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-related-blog-articles .l-related-articles__article:last-child {
  margin-right: 0
}
.l-related-blog-articles .l-related-articles__article:nth-child(2n) {
  margin-left: calc(20% + 4px) !important
}
.l-related-blog-articles .l-related-articles__article_title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-related-blog-articles .l-related-articles__article_image {
  width: 45%
}
.l-related-blog-articles .l-related-articles__article_text {
  width: 55%
}
.l-sales-reps .c-modal .c-modal__close {
  color: #1f2a44;
  top: 60px;
  right: 20px
}
.l-sales-reps .c-modal .c-modal__close:hover {
  color: #00a9e0
}
.l-sales-reps__container .tabs {
  margin-bottom: 60px
}
.l-sales-reps__tabs-select {
  display: none
}
.l-sales-reps__category {
  margin-bottom: 30px
}
.l-sales-reps__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  text-align: center;
  margin-bottom: 60px
}
.l-sales-reps__category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}
.l-sales-reps__region {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  margin-bottom: 30px
}
.l-sales-reps__show-lightbox {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(16.66667% - 16.66667px);
  max-width: calc(16.66667% - 16.66667px);
  width: calc(16.66667% - 16.66667px);
  margin-bottom: 30px
}
.l-sales-reps__show-lightbox:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-sales-reps__show-lightbox:last-child {
  margin-right: 0
}
.l-sales-reps__show-lightbox:nth-child(6n) {
  margin-right: 0;
  margin-left: auto
}
.l-sales-reps__show-lightbox_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: color .3s ease
}
.l-sales-reps__show-lightbox_link:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-sales-reps__show-lightbox_label {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-sales-reps__show-lightbox_image {
  margin-right: 20px
}
.l-sales-reps__show-lightbox .c-modal__container {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: calc(50% - 10px)
}
.l-sales-reps__show-lightbox .c-modal__container:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-sales-reps__show-lightbox .c-modal__container:last-child {
  margin-right: 0
}
.l-sales-reps__lightbox.nb-sales-reps-1 .c-modal__container {
  max-width: 500px
}
.l-sales-reps__lightbox.nb-sales-reps-2 .c-modal__container {
  max-width: 900px
}
.l-sales-reps__lightbox__container {
  background-color: #fff;
  color: #1f2a44;
  padding: 70px 50px 60px
}
.l-sales-reps__lightbox_top-title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 35px
}
.l-sales-reps__lightbox_sections {
  display: flex;
  flex-wrap: wrap
}
.l-sales-reps__lightbox_section {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 13.33333px);
  max-width: calc(33.33333% - 13.33333px);
  width: calc(33.33333% - 13.33333px)
}
.l-sales-reps__lightbox_section:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-sales-reps__lightbox_section:last-child {
  margin-right: 0
}
.l-sales-reps__lightbox_section:nth-child(3n) {
  margin-right: 0;
  margin-left: auto
}
.l-sales-reps__lightbox.nb-sales-reps-2 .l-sales-reps__lightbox_section {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: calc(50% - 10px)
}
.l-sales-reps__lightbox.nb-sales-reps-2 .l-sales-reps__lightbox_section:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-sales-reps__lightbox.nb-sales-reps-2 .l-sales-reps__lightbox_section:last-child {
  margin-right: 0
}
.l-sales-reps__lightbox.nb-sales-reps-2 .l-sales-reps__lightbox_section:nth-child(2n) {
  margin-right: 0;
  margin-left: auto
}
.l-sales-reps__lightbox.nb-sales-reps-1 .l-sales-reps__lightbox_section {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%
}
.l-sales-reps__lightbox.nb-sales-reps-1 .l-sales-reps__lightbox_section:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-sales-reps__lightbox.nb-sales-reps-1 .l-sales-reps__lightbox_section:last-child {
  margin-right: 0
}
.l-sales-reps__lightbox.nb-sales-reps-1 .l-sales-reps__lightbox_section:nth-child(1n) {
  margin-right: 0;
  margin-left: auto
}
.l-sales-reps__lightbox_title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #1f2a44;
  margin-bottom: 40px
}
.l-sales-reps__lightbox_person-name {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase
}
.l-sales-reps__lightbox_person-title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 30px
}
.l-sales-reps__lightbox_person-phone {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 600
}
.l-sales-reps__lightbox_person-cell {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 600
}
.l-sales-reps__lightbox_person-email {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  transition: color .3s ease;
  font-weight: 600
}
.l-sales-reps__lightbox_person-email:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-sales-reps__lightbox_person-note {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 30px
}
.l-search-results .search-title {
  margin-bottom: 40px;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none
}
.l-search-results .search-result-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b8b8b8
}
.l-search-results .search-result-item:last-child {
  margin-bottom: 0
}
.l-search-results .search-result-item__link {
  transition: color .3s ease
}
.l-search-results .search-result-item__link:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-search-results .search-result-item__title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-search-results .search-result-item__summary {
  margin-top: 10px
}
.l-services-support__container {
  display: flex;
  align-items: flex-start
}
.l-services-support__contact-block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 13.33333px);
  max-width: calc(33.33333% - 13.33333px);
  width: calc(33.33333% - 13.33333px)
}
.l-services-support__contact-block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-services-support__contact-block:last-child {
  margin-right: 0
}
.l-services-support__image {
  margin-top: -50%;
  margin-bottom: 50px;
  width: 70%
}
.l-services-support__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 35px
}
.l-services-support__contact {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 35px
}
.l-services-support__contact a {
  text-decoration: underline
}
.l-services-support__contact a:hover {
  text-decoration: none
}
.l-services-support__block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 13.33333px);
  max-width: calc(33.33333% - 13.33333px);
  width: calc(33.33333% - 13.33333px);
  background-color: #1f2a44;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 50px 40px
}
.l-services-support__block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-services-support__block:last-child {
  margin-right: 0
}
.l-services-support__block.block-2 {
  margin-top: 100px
}
.l-services-support__block__title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none
}
.l-services-support__block__text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin: 50px 0;
  min-height: 80px
}
.l-services-support__block__text strong {
  font-weight: 500
}
.l-services-support__block__text p:first-child {
  margin-bottom: 20px
}
.l-services-support__block__link {
  border-top: 1px solid #fff;
  padding-top: 30px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  position: relative
}
.l-services-support__block__link a {
  transition: color .3s ease
}
.l-services-support__block__link a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-services-support__block__link .icon {
  position: absolute;
  right: 0;
  max-width: 15px;
  height: 24px
}
.l-share-article__link-wrapper {
  position: relative;
  display: inline-block
}
.l-share-article__link {
  display: inline-block
}
.l-share-article__link svg {
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px)
}
.l-share-article .social-share-popup {
  right: 28px
}
.l-share-article-new .l-share-article__link-wrapper {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1f2a44;
  text-align: right
}
.l-share-article-new .l-share-article__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px
}
.l-share-article-new .l-share-article__link {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  transition: color .3s ease
}
.l-share-article-new .l-share-article__link:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-share-article-new .social-share-popup {
  right: 0
}
.l-support-contact .title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  margin-bottom: 15px
}
.l-support-contact .text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 5px
}
.l-support-contact .phone {
  color: #00a9e0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: calc(.25vw + 16.7px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 15px;
  display: block
}
.l-support-contact .small-text {
  margin-top: 15px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none
}
.l-support-contact .btn {
  margin-top: 25px
}
.l-sitemap ul ul {
  margin-left: 30px;
  margin-top: 5px
}
.l-sitemap li {
  margin-bottom: 5px
}
.l-sitemap a {
  transition: color .3s ease
}
.l-sitemap a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-small-pages-carousel__container {
  position: relative;
  display: flex
}
.l-testimonial-slider {
  background-size: 100%
}
.l-testimonial-slider__carousel {
  position: relative;
  z-index: 2
}
.l-testimonial-slider__carousel .swiper-wrapper {
  align-items: center
}
.l-testimonial-slider .swiper-slide {
  text-align: center;
  max-width: 1300px;
  min-height: 260px;
  margin-left: auto;
  margin-right: auto
}
.l-testimonial-slider .swiper-slide img {
  display: inline-block
}
.l-testimonial-slider h2 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: calc(3vw + 20.4px);
  line-height: .875em;
  letter-spacing: 0;
  text-transform: uppercase
}
.l-testimonial-slider h3 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  text-align: center;
  margin-bottom: 30px
}
.l-testimonial-slider h4 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none
}
.l-testimonial-slider__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto
}
.l-testimonial-slider .text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  text-align: center;
  max-width: 800px;
  margin: 0 auto
}
.l-testimonial-slider .quote {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none
}
.l-testimonial-slider .person {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 100px
}
.l-testimonial-slider .person strong {
  display: block;
  font-weight: 500
}
.l-testimonial-slider .swiper-slide {
  margin-bottom: 75px
}
.l-testimonial-slider .swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.l-testimonial-slider .testimonial--style-1 img {
  position: relative;
  left: -200px;
  z-index: -10
}
.l-testimonial-slider .testimonial--style-2 {
  margin-top: 120px
}
.l-testimonial-slider .testimonial--style-2 .c-tile-media {
  margin: 0 auto;
  max-width: 1200px
}
.l-testimonial-slider .testimonial--style-2 * {
  text-align: left
}
.l-testimonial-slider .block-1 {
  position: relative;
  width: 579px;
  min-height: 477px;
  padding: 80px;
  background-color: #1f2a44;
  margin-top: -18%;
  text-align: left
}
.l-testimonial-slider .block-1 a {
  margin-top: 30px
}
.l-testimonial-slider .block-1 h2 {
  color: #fff;
  margin-bottom: 30px
}
.l-testimonial-slider .block-1 .text {
  color: #fff;
  text-align: left
}
.l-testimonial-slider .block-2 {
  position: absolute;
  width: 395px;
  padding: 50px;
  background-color: #e4e4e4;
  top: 25%;
  left: 600px;
  text-align: left
}
.l-text-video__container {
  max-width: none;
  padding: 0
}
.l-text-video__col-media {
  display: flex;
  justify-content: flex-end
}
.l-text-video__col-media .c-tile-media__container {
  width: 100%;
  max-width: 725px
}
.l-three-blocks-content_title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  color: #1f2a44;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 600;
  text-transform: uppercase
}
.l-three-blocks-content__block-container {
  color: #fff;
  display: flex
}
.l-three-blocks-content__block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 13.33333px);
  max-width: calc(33.33333% - 13.33333px);
  width: calc(33.33333% - 13.33333px);
  background-color: #1f2a44;
  padding: 60px 50px 50px;
  position: relative
}
.l-three-blocks-content__block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-three-blocks-content__block:last-child {
  margin-right: 0
}
.l-three-blocks-content__block:nth-child(3n) {
  margin-right: 0;
  margin-left: auto
}
.l-three-blocks-content__block_image {
  max-width: 80%;
  padding-bottom: 20px
}
.l-three-blocks-content__block_title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  padding-bottom: 20px
}
.l-three-blocks-content__block_text a {
  color: #00a9e0
}
.l-three-blocks-content__block_text p {
  margin-top: 25px;
  margin-bottom: 25px
}
.l-three-blocks-content__block_text p:first-child {
  margin-top: 0
}
.l-three-blocks-content__block_text p:last-child {
  margin-bottom: 0
}
.l-three-blocks-content__block_text ul {
  padding-left: 0;
  list-style: none
}
.l-three-blocks-content__block_text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px
}
.l-three-blocks-content__block_text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 13px;
  background: #00a9e0;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 7px;
  margin-top: 7px;
  position: absolute;
  left: 0
}
.l-three-blocks-content__block_text ul li:last-child {
  margin-bottom: 0
}
.l-three-blocks-content__block_link {
  margin-top: 40px;
  border-top: 1px solid #fff;
  padding-top: 30px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  position: relative
}
.l-three-blocks-content__block_link a {
  transition: color .3s ease
}
.l-three-blocks-content__block_link a:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-three-blocks-content__block_link .icon {
  position: absolute;
  right: 0;
  max-width: 15px;
  height: 16px
}
.l-tiles-carousel__container {
  position: relative
}
.l-tiles-carousel__name {
  margin-bottom: 20px
}
.l-tiles-carousel__name > span {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  padding-top: 8px;
  border-top: 2px solid;
  display: inline-block
}
.l-tiles-carousel__grid {
  position: relative
}
.l-tiles-carousel__col-list {
  position: relative
}
.l-tiles-carousel__col-list-inner {
  position: relative
}
.l-which-system {
  padding-top: 0
}
.l-which-system__container {
  display: flex;
  align-items: flex-start
}
.l-which-system__title {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(25% - 15px);
  max-width: calc(25% - 15px);
  width: calc(25% - 15px);
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none
}
.l-which-system__title:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-which-system__title:last-child {
  margin-right: 0
}
.l-which-system__form {
  margin-left: calc(8.33333% + 1.66667px) !important;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 13.33333px);
  max-width: calc(33.33333% - 13.33333px);
  width: calc(33.33333% - 13.33333px)
}
.l-which-system__form:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0
}
.l-which-system__form:last-child {
  margin-right: 0
}
.l-which-system__form .form__input {
  max-width: 100%
}
.l-which-system__form .form__input--submit {
  margin-top: 20px;
  text-align: right
}
.l-which-system__form .form-section-text, .l-which-system__form label {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 600
}
.l-which-system__form .form-section-text {
  text-transform: uppercase
}
.l-which-system__products-link {
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: calc(.125vw + 14.35px);
  letter-spacing: .6px;
  line-height: 1.2em;
  text-transform: none;
  transition: color .3s ease;
  font-weight: 600;
  margin-top: 50px;
  text-align: right
}
.l-which-system__products-link:hover {
  color: #00a9e0;
  border-color: currentColor
}
.l-which-system__products-link .icon {
  max-width: 15px;
  height: 16px;
  margin-left: 15px;
  padding-top: 5px
}
.l-world-presence {
  background-size: cover;
  background-position: 50% 0;
  display: flex;
  justify-content: center;
  align-items: center
}
.l-world-presence__container {
  max-width: 500px;
  margin-left: 0;
  margin-right: 0
}
body, .l-wrapper {
  /* background-attachment: fixed;
  background-size: cover;
  */
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
body {
  background-image: url(/assets/img/default-header.png);
}
body.template-products-page {
  background-image: url(/assets/img/default-header.jpg);
}

.l-wrapper {
  margin-right: auto;
  margin-left: auto;
  display: block;
  /* max-width: 1920px; */
  overflow: hidden;
}
.l-wrapper__landing-page {
  background-position: top
}
.page-404 {
  background-color: #000
}
body.template-engine-details-page .l-content-header {
  padding-bottom: 0;
  z-index: 2
}
body.template-engine-details-page .l-content-header + .l-engine-intro {
  padding-top: 0;
  margin-top: -120px
}
body.editing-mode .l-block-section {
  position: relative;
  min-height: 100px;
  border: 1px dotted #1f2a44
}
body.editing-mode .section-content-wrapper .content-items > *, body.editing-mode .section-highlights .higlights-list > * {
  min-height: 100px;
  border: 1px dotted #1f2a44;
  padding: 30px;
  margin: 30px 0
}
body.editing-mode .rendering-details {
  text-transform: uppercase;
  background: #00a9e0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  display: block
}
.scChromeControls *, .scChromeDropDown *, .scInsertionHandle, .scSortingHandle {
  letter-spacing: 0
}
.scChromeControls img, .scChromeDropDown img {
  display: inline
}
.mobile-only {
  display: none
}
.hidden {
  display: none !important
}
.hover-scale__background-image {
  transition: background-size .2s ease-in-out;
  background-size: auto 100%;
  position: relative;
  overflow: hidden
}
.hover-scale__background-image:before {
  background-color: #e4eff1;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  height: 100%;
  position: absolute;
  top: 0;
  transition: opacity .2s ease-in-out;
  width: 100%
}
.hover-scale:hover .hover-scale__background-image {
  background-size: auto 110%
}
.hover-scale:hover .hover-scale__background-image:before {
  opacity: .5
}
@media (min-width:1920px) {
  body:after {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    content:'{"outer-max":{"value": "1920px", "active": true}, "outer":{"value": "1320px", "active": true}, "large":{"value": "1200px", "active": true}, "desktop":{"value": "1024px", "active": true}, "tablet":{"value": "768px", "active": true}, "phone":{"value": "520px", "active": true}, "small":{"value": "375px", "active": true}}'
  }
}
@media (min-width:1320px) {
  body:after {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    content:'{"outer-max":{"value": "1920px", "active": false}, "outer":{"value": "1320px", "active": true}, "large":{"value": "1200px", "active": true}, "desktop":{"value": "1024px", "active": true}, "tablet":{"value": "768px", "active": true}, "phone":{"value": "520px", "active": true}, "small":{"value": "375px", "active": true}}'
  }
}
@media (min-width:1200px) {
  body:after {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    content:'{"outer-max":{"value": "1920px", "active": false}, "outer":{"value": "1320px", "active": false}, "large":{"value": "1200px", "active": true}, "desktop":{"value": "1024px", "active": true}, "tablet":{"value": "768px", "active": true}, "phone":{"value": "520px", "active": true}, "small":{"value": "375px", "active": true}}'
  }
}
@media (min-width:1024px) {
  body:after {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    content:'{"outer-max":{"value": "1920px", "active": false}, "outer":{"value": "1320px", "active": false}, "large":{"value": "1200px", "active": false}, "desktop":{"value": "1024px", "active": true}, "tablet":{"value": "768px", "active": true}, "phone":{"value": "520px", "active": true}, "small":{"value": "375px", "active": true}}'
  }
}
@media (min-width:768px) {
  body:after {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    content:'{"outer-max":{"value": "1920px", "active": false}, "outer":{"value": "1320px", "active": false}, "large":{"value": "1200px", "active": false}, "desktop":{"value": "1024px", "active": false}, "tablet":{"value": "768px", "active": true}, "phone":{"value": "520px", "active": true}, "small":{"value": "375px", "active": true}}'
  }
}
@media (min-width:520px) {
  body:after {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    content:'{"outer-max":{"value": "1920px", "active": false}, "outer":{"value": "1320px", "active": false}, "large":{"value": "1200px", "active": false}, "desktop":{"value": "1024px", "active": false}, "tablet":{"value": "768px", "active": false}, "phone":{"value": "520px", "active": true}, "small":{"value": "375px", "active": true}}'
  }
}
@media (min-width:375px) {
  body:after {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    content:'{"outer-max":{"value": "1920px", "active": false}, "outer":{"value": "1320px", "active": false}, "large":{"value": "1200px", "active": false}, "desktop":{"value": "1024px", "active": false}, "tablet":{"value": "768px", "active": false}, "phone":{"value": "520px", "active": false}, "small":{"value": "375px", "active": true}}'
  }
}
.sitecore-todo {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: calc(.75vw + 20.1px);
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: none;
  background: #ff0;
  padding: 10px;
  color: #000
}
.sitecore-todo:before {
  content: "TO DO:";
  display: inline-block
}
@media print {
  * {
    font-family: Serif !important
  }
  article, div, h1, h2, h3, h4, h5, h6, img, li, p, section, ul {
    position: static !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    float: none !important;
    overflow-y: visible !important;
    margin: 0 0 30px !important;
    padding: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    background-color: transparent !important;
    background-image: none !important;
    text-align: left !important;
    text-transform: none !important;
    color: #000 !important;
    letter-spacing: 0 !important
  }
  #main article, #main div, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main img, #main li, #main p, #main section, #main ul {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .l-block-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 60px !important;
    margin-top: 60px !important
  }
  #footer, .btn, .btn-alt, .btn-blue, .btn-blue-alt, .btn-outline, .btn-outline-alt, .c-tile-btn-play__container-icon, .form__input--submit input, .l-anchors-nav, .l-engine-intro__carousel, .l-full-carousel, .l-header, .l-image, .l-related-articles, .l-related-blocks, .l-services-support__image, .l-small-pages-carousel, .l-testimonial-slider, .l-tiles-carousel, .rellax, .round-icon, .swiper--full, .swiper--full-header, .swiper--history, .swiper--small-pages, .swiper--tiles, .swiper--two-tiles, .tabs, :after, :before, svg {
    display: none !important
  }
  .block-text__top-title {
    border-top: 0 !important
  }
  .accordion__item__btn {
    margin-bottom: 30px !important
  }
  .table table tbody tr td {
    visibility: visible !important;
    opacity: 1 !important;
    padding: 12px 7px !important;
    height: auto !important;
    z-index: 1 !important;
    -webkit-transform: none !important;
    transform: none !important
  }
  .table table tbody tr td:before {
    display: inline-block !important
  }
}
/* ===== video-header ===== */
.l-video-header .header-background-image .header-content {
  color: #000;
  max-width: 600px
}
.l-video-header .c-tile-media {
  background-position: 50%;
  padding: 54.25% 0 0;
  position: relative;
  overflow: hidden
}
.l-video-header .c-tile-media__action {
  margin-top: 0
}
.l-video-header .c-tile-media__container {
  align-items: center;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%
}
.l-video-header .c-tile-media .c-tile-btn-play {
  align-self: center;
  color: #fff
}
.l-video-header .c-tile-media .c-tile-btn-play:hover {
  color: #00a9e0
}
.l-video-header .c-tile-media .c-tile-btn-play__container-icon {
  height: 130px;
  height: calc(6.25vw + 47.5px);
  width: 130px;
  width: calc(6.25vw + 47.5px)
}
.l-video-header .c-tile-media .c-tile-btn-play__container-icon .icon-arrow-play {
  height: 45%;
  width: 100%
}
.l-video-header .header-title {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  font-size: calc(1.875vw + 20.25px);
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  max-width: 600px
}
.l-video-header .header-title.anyarc-sp {
  text-align: center;
  text-transform: uppercase;
}
.l-video-header .l-video-header__container > * {
  margin-left: auto;
  margin-right: auto
}
.l-video-header .l-video-header__container > * {
  margin-left: auto;
  margin-right: auto
}
l-video-header .l-video-header__container > * {
  margin-left: auto;
  margin-right: auto
}