/*** Variables ***/
/*** Functions ***/
/* NKTheme Style Overrides */
.nkshare-btn {
  font-size: 14px;
  background: #000;
}
.nkshare-btn:hover {
  background: #eb4d00;
}

#nkshare__trigger {
  padding: 13px 30px;
}
#nkshare__trigger::after {
  margin-top: -3px;
}

#nkshare__overlay form .nkshare__form--content .nkshare__add-recipient:hover {
  background: rgba(0, 0, 0, 0.1);
}
#nkshare__overlay form .nkshare__form--content .nkshare__form--loading-icon svg circle:first-child {
  stroke: #eb4d00;
}
#nkshare__overlay .nkshare__tab-nav--trigger.active {
  border-color: #000;
}
#nkshare__overlay .nkshare__social-share--btn .icon {
  background: #000;
}
#nkshare__overlay .nkshare__social-share--btn:hover .icon {
  background: #eb4d00;
}

/*** Framework ***/
.p-fixed {
  position: fixed;
}

.p-relative {
  position: relative;
}

.p-sticky {
  position: sticky;
  top: 124px;
}

.z-index-1 {
  z-index: 1;
}

.z-index-n1 {
  z-index: -1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-n2 {
  z-index: -2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-n3 {
  z-index: -3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-n4 {
  z-index: -4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-n5 {
  z-index: -5;
}

.abs-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.abs-center-fit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.abs-topleft {
  position: absolute;
  left: 0;
  top: 0;
}

.abs-topleft-fit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.abs-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.abs-topright-fit {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.abs-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}

.abs-bottomleft-fit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.abs-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}

.abs-bottomright-fit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.flex-1 {
  flex: 1;
}

.fit-size {
  width: 100%;
  height: 100%;
}

.fit-width {
  width: 100%;
}

.fit-height {
  height: 100%;
}

.fit-height-50 {
  height: 50%;
}

.fit-min-height {
  min-height: 100%;
}

.fit-screen-height {
  height: 100vh;
}

.frame, .frame--auto, .frame--5-6, .frame--5-4, .frame--3-4, .frame--4-3, .frame--2-3, .frame--3-2, .frame--9-16, .frame--16-9, .frame--1-2, .frame--2-1, .frame--1-1, .frame--thumbnail {
  position: relative;
  overflow: hidden;
}
.frame > img, .frame--auto > img, .frame--5-6 > img, .frame--5-4 > img, .frame--3-4 > img, .frame--4-3 > img, .frame--2-3 > img, .frame--3-2 > img, .frame--9-16 > img, .frame--16-9 > img, .frame--1-2 > img, .frame--2-1 > img, .frame--1-1 > img, .frame--thumbnail > img, .frame > video, .frame--auto > video, .frame--5-6 > video, .frame--5-4 > video, .frame--3-4 > video, .frame--4-3 > video, .frame--2-3 > video, .frame--3-2 > video, .frame--9-16 > video, .frame--16-9 > video, .frame--1-2 > video, .frame--2-1 > video, .frame--1-1 > video, .frame--thumbnail > video {
  position: absolute;
}

.frame--thumbnail {
  padding-bottom: 63.41%;
}

.frame--1-1 {
  padding-bottom: 100%;
}

.frame--2-1 {
  padding-bottom: 50%;
}

.frame--1-2 {
  padding-bottom: 200%;
}

.frame--16-9 {
  padding-bottom: 56.25%;
}

.frame--9-16 {
  padding-bottom: 177.77%;
}

.frame--3-2 {
  padding-bottom: 66.67%;
}

.frame--2-3 {
  padding-bottom: 150%;
}

.frame--4-3 {
  padding-bottom: 75%;
}

.frame--3-4 {
  padding-bottom: 133.33%;
}

.frame--5-4 {
  padding-bottom: 80%;
}

.frame--5-6 {
  padding-bottom: 120%;
}

.img-cover, .frame > img, .frame--auto > img, .frame > video, .frame--auto > video, .frame--thumbnail > img, .frame--thumbnail > video, .frame--1-1 > img, .frame--1-1 > video, .frame--2-1 > img, .frame--2-1 > video, .frame--1-2 > img, .frame--1-2 > video, .frame--16-9 > img, .frame--16-9 > video, .frame--9-16 > img, .frame--9-16 > video, .frame--3-2 > img, .frame--3-2 > video, .frame--2-3 > img, .frame--2-3 > video, .frame--4-3 > img, .frame--4-3 > video, .frame--3-4 > img, .frame--3-4 > video, .frame--5-4 > img, .frame--5-4 > video, .frame--5-6 > img, .frame--5-6 > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.frame--auto {
  height: auto;
}
.frame--auto > img, .frame--auto > video {
  height: auto;
}

.frame--flexible img {
  max-width: 100%;
  max-height: 800px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width : 1299px) {
  .frame--flexible img {
    max-height: 650px;
  }
}
@media screen and (max-width : 991px) {
  .frame--flexible img {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width : 767px) {
  .frame--flexible img {
    max-height: 350px;
  }
}

.round-circle {
  border-radius: 50%;
}

.round-corner {
  border-radius: 16px;
}

.bg-blur {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-gray {
  background: #606266;
}

.bg-dark {
  background: #1D1D1B;
}

.bg-dark-less {
  background: #2e2e2c;
}

.bg-background {
  background: #F5F5F5;
}

.bg-background-light {
  background: #F8F8F8;
}

.bg-primary {
  background: #EB4D00;
}

.bg-accent {
  background: #538abf;
}

.bg-gradient {
  background: linear-gradient(to right, #EB4D00 0%, #EB4D00 100%);
}

.bg-pattern-dots, .bg-pattern-dots--light {
  background-image: radial-gradient(#DDDDDD 2px, transparent 0);
  background-size: 10px 10px;
  background-position: -12px -10px;
}

.bg-pattern-dots--light {
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 2px, transparent 0);
}

.bg-pattern-lines--light {
  height: 130px;
  background-image: url(../img/testimonial-pattern-dark.svg);
  background-size: cover;
}
.bg-pattern-lines--light.home {
  margin-left: -1px;
}
@media (min-width: 992px) {
  .bg-pattern-lines--light.home {
    width: 250px;
  }
}

.bg-pattern-triangles, .bg-pattern-triangles--gray {
  background-color: transparent;
  background-image: linear-gradient(-45deg, transparent, transparent 50%, black 50%, black);
  background-size: 30px 30px;
}
@media screen and (max-width : 767px) {
  .bg-pattern-triangles, .bg-pattern-triangles--gray {
    background-size: 20px 20px;
  }
}

.bg-pattern-triangles--gray {
  background-image: linear-gradient(-45deg, transparent, transparent 50%, rgba(29, 29, 27, 0.15) 50%, rgba(29, 29, 27, 0.15));
}

.bg-accent-triangles--white,
.bg-accent-triangles--black,
.bg-accent-triangles--blue {
  background-color: transparent;
  background-size: 100% auto;
  background-position: top right;
  background-repeat: no-repeat;
  pointer-events: none;
}

.bg-accent-triangles--white {
  background-image: url(../img/accent-lines-triangles-white-gradient.svg);
}

.bg-accent-triangles--black {
  background-image: url(../img/accent-lines-triangles-black-gradient.svg);
}

.bg-accent-triangles--blue {
  background-image: url(../img/accent-lines-triangles-blue-gradient.svg);
}

.bg-accent-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
.bg-accent-lines:not(.fluid-height) {
  height: 100%;
}
.bg-accent-lines.blue {
  background-image: url(../img/accent-lines-wave-blue-gradient.svg);
}
.bg-accent-lines.black {
  background-image: url(../img/accent-lines-wave-black-gradient.svg);
  opacity: 0.25;
}

.bg-side, .bg-side--right, .bg-side--left {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
}

.bg-side--left {
  right: 100%;
}

.bg-side--right {
  left: 100%;
}

.bg-side-decor {
  z-index: 1;
  position: relative;
}
.bg-side-decor::after {
  z-index: -1;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, 0);
  width: 960px;
  height: 580px;
  border-radius: 1000px;
  background: #EB4D00;
  -webkit-clip-path: polygon(50% calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), 50% calc(100% + 1px));
          clip-path: polygon(50% calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), 50% calc(100% + 1px));
}

.box-shadow {
  box-shadow: 0 24px 50px rgba(29, 29, 27, 0.05);
}

.box-shadow--light {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.box-shadow--heavy {
  box-shadow: 0 50px 40px rgba(0, 0, 0, 0.2);
}

.hover-zoom img {
  transition: 0.3s;
}
.hover-zoom:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

.hover-lift:hover {
  transform: translate(0, -5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.filter-gray-scale {
  filter: grayscale(100%);
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.rect-default, .rect-right, .rect-bottom {
  position: relative;
}
.rect-default::after, .rect-right::after, .rect-bottom::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width : 1299px) {
  .rect-default::after, .rect-right::after, .rect-bottom::after {
    border-width: 40px !important;
  }
}

.rect-bottom::after {
  border-bottom: 90px solid #EB4D00;
}

.rect-right::after {
  border-right: 90px solid #EB4D00;
}

.divider {
  height: 1px;
  border-bottom: 1px solid;
}

.divider--medium {
  border-bottom: 2px solid;
}

.divider--thick {
  border-bottom: 4px solid;
}

.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

.color-text-gray {
  color: #506576;
}

.color-gray {
  color: #606266;
}

.color-dark {
  color: #1D1D1B;
}

.color-dark-less {
  color: #2e2e2c;
}

.color-primary {
  color: #EB4D00;
}

.color-accent {
  color: #538abf;
}

.color-red {
  color: red;
}

.pre-headline, .link-cta, .table th {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pre-headline-bold {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.headline::before {
  content: "";
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 2px;
  background: #EB4D00;
}

.hline, .hline--left {
  position: relative;
}
.hline::before, .hline--left::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1000px;
  height: 1px;
  background: rgba(80, 101, 118, 0.2);
}
@media screen and (max-width : 767px) {
  .hline::before, .hline--left::before {
    display: none;
  }
}

.hline--left::before {
  right: calc(100% + 40px);
}

.divider-to-right, .divider-to-right--primary {
  display: flex;
  align-items: center;
}
.divider-to-right::after, .divider-to-right--primary::after {
  content: "";
  flex: 1;
  margin-left: 10px;
  display: block;
  height: 8px;
  background: #000;
}

.divider-to-right--primary::after {
  background: #EB4D00;
}

.text-140 {
  font-size: 140px;
  line-height: 1;
}

.text-120 {
  font-size: 120px;
  line-height: 1;
}

.text-104 {
  font-size: 104px;
  line-height: 1;
}

.text-88 {
  font-size: 88px;
  line-height: 1;
}

.text-64 {
  font-size: 64px;
  line-height: 1.1;
}

.text-56 {
  font-size: 56px;
  line-height: 1.1;
}

.text-48 {
  font-size: 48px;
  line-height: 1.2;
}

.text-46 {
  font-size: 46px;
  line-height: 1.2;
}

.text-40 {
  font-size: 40px;
  line-height: 1.2;
}

.text-36 {
  font-size: 36px;
  line-height: 1.2;
}

.text-32 {
  font-size: 32px;
  line-height: 1.3;
}

.text-28 {
  font-size: 28px;
  line-height: 1.3;
}

.text-26 {
  font-size: 26px;
  line-height: 1.4;
}

.text-24 {
  font-size: 24px;
  line-height: 1.4;
}

.text-22 {
  font-size: 22px;
  line-height: 1.4;
}

.text-20 {
  font-size: 20px;
  line-height: 1.6;
}

.text-18 {
  font-size: 18px;
  line-height: 1.6;
}

.text-16 {
  font-size: 16px;
  line-height: 1.6;
}

.text-15 {
  font-size: 15px;
}

.text-14 {
  font-size: 14px;
}

.text-13 {
  font-size: 13px;
}

.text-12 {
  font-size: 12px;
}

.text-10 {
  font-size: 10px;
}

@media (min-width: 576px) {
  .text-sm-140 {
    font-size: 140px;
    line-height: 1;
  }
  .text-sm-120 {
    font-size: 120px;
    line-height: 1;
  }
  .text-sm-104 {
    font-size: 104px;
    line-height: 1;
  }
  .text-sm-88 {
    font-size: 88px;
    line-height: 1;
  }
  .text-sm-64 {
    font-size: 64px;
    line-height: 1.1;
  }
  .text-sm-56 {
    font-size: 56px;
    line-height: 1.1;
  }
  .text-sm-48 {
    font-size: 48px;
    line-height: 1.2;
  }
  .text-sm-46 {
    font-size: 46px;
    line-height: 1.2;
  }
  .text-sm-40 {
    font-size: 40px;
    line-height: 1.2;
  }
  .text-sm-36 {
    font-size: 36px;
    line-height: 1.2;
  }
  .text-sm-32 {
    font-size: 32px;
    line-height: 1.3;
  }
  .text-sm-28 {
    font-size: 28px;
    line-height: 1.3;
  }
  .text-sm-26 {
    font-size: 26px;
    line-height: 1.4;
  }
  .text-sm-24 {
    font-size: 24px;
    line-height: 1.4;
  }
  .text-sm-22 {
    font-size: 22px;
    line-height: 1.4;
  }
  .text-sm-20 {
    font-size: 20px;
    line-height: 1.6;
  }
  .text-sm-18 {
    font-size: 18px;
    line-height: 1.6;
  }
  .text-sm-16 {
    font-size: 16px;
    line-height: 1.6;
  }
  .text-sm-15 {
    font-size: 15px;
  }
  .text-sm-14 {
    font-size: 14px;
  }
  .text-sm-13 {
    font-size: 13px;
  }
  .text-sm-12 {
    font-size: 12px;
  }
  .text-sm-10 {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .text-md-140 {
    font-size: 140px;
    line-height: 1;
  }
  .text-md-120 {
    font-size: 120px;
    line-height: 1;
  }
  .text-md-104 {
    font-size: 104px;
    line-height: 1;
  }
  .text-md-88 {
    font-size: 88px;
    line-height: 1;
  }
  .text-md-64 {
    font-size: 64px;
    line-height: 1.1;
  }
  .text-md-56 {
    font-size: 56px;
    line-height: 1.1;
  }
  .text-md-48 {
    font-size: 48px;
    line-height: 1.2;
  }
  .text-md-46 {
    font-size: 46px;
    line-height: 1.2;
  }
  .text-md-40 {
    font-size: 40px;
    line-height: 1.2;
  }
  .text-md-36 {
    font-size: 36px;
    line-height: 1.2;
  }
  .text-md-32 {
    font-size: 32px;
    line-height: 1.3;
  }
  .text-md-28 {
    font-size: 28px;
    line-height: 1.3;
  }
  .text-md-26 {
    font-size: 26px;
    line-height: 1.4;
  }
  .text-md-24 {
    font-size: 24px;
    line-height: 1.4;
  }
  .text-md-22 {
    font-size: 22px;
    line-height: 1.4;
  }
  .text-md-20 {
    font-size: 20px;
    line-height: 1.6;
  }
  .text-md-18 {
    font-size: 18px;
    line-height: 1.6;
  }
  .text-md-16 {
    font-size: 16px;
    line-height: 1.6;
  }
  .text-md-15 {
    font-size: 15px;
  }
  .text-md-14 {
    font-size: 14px;
  }
  .text-md-13 {
    font-size: 13px;
  }
  .text-md-12 {
    font-size: 12px;
  }
  .text-md-10 {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .text-lg-140 {
    font-size: 140px;
    line-height: 1;
  }
  .text-lg-120 {
    font-size: 120px;
    line-height: 1;
  }
  .text-lg-104 {
    font-size: 104px;
    line-height: 1;
  }
  .text-lg-88 {
    font-size: 88px;
    line-height: 1;
  }
  .text-lg-64 {
    font-size: 64px;
    line-height: 1.1;
  }
  .text-lg-56 {
    font-size: 56px;
    line-height: 1.1;
  }
  .text-lg-48 {
    font-size: 48px;
    line-height: 1.2;
  }
  .text-lg-46 {
    font-size: 46px;
    line-height: 1.2;
  }
  .text-lg-40 {
    font-size: 40px;
    line-height: 1.2;
  }
  .text-lg-36 {
    font-size: 36px;
    line-height: 1.2;
  }
  .text-lg-32 {
    font-size: 32px;
    line-height: 1.3;
  }
  .text-lg-28 {
    font-size: 28px;
    line-height: 1.3;
  }
  .text-lg-26 {
    font-size: 26px;
    line-height: 1.4;
  }
  .text-lg-24 {
    font-size: 24px;
    line-height: 1.4;
  }
  .text-lg-22 {
    font-size: 22px;
    line-height: 1.4;
  }
  .text-lg-20 {
    font-size: 20px;
    line-height: 1.6;
  }
  .text-lg-18 {
    font-size: 18px;
    line-height: 1.6;
  }
  .text-lg-16 {
    font-size: 16px;
    line-height: 1.6;
  }
  .text-lg-15 {
    font-size: 15px;
  }
  .text-lg-14 {
    font-size: 14px;
  }
  .text-lg-13 {
    font-size: 13px;
  }
  .text-lg-12 {
    font-size: 12px;
  }
  .text-lg-10 {
    font-size: 10px;
  }
}
@media (min-width: 1300px) {
  .text-xl-140 {
    font-size: 140px;
    line-height: 1;
  }
  .text-xl-120 {
    font-size: 120px;
    line-height: 1;
  }
  .text-xl-104 {
    font-size: 104px;
    line-height: 1;
  }
  .text-xl-88 {
    font-size: 88px;
    line-height: 1;
  }
  .text-xl-64 {
    font-size: 64px;
    line-height: 1.1;
  }
  .text-xl-56 {
    font-size: 56px;
    line-height: 1.1;
  }
  .text-xl-48 {
    font-size: 48px;
    line-height: 1.2;
  }
  .text-xl-46 {
    font-size: 46px;
    line-height: 1.2;
  }
  .text-xl-40 {
    font-size: 40px;
    line-height: 1.2;
  }
  .text-xl-36 {
    font-size: 36px;
    line-height: 1.2;
  }
  .text-xl-32 {
    font-size: 32px;
    line-height: 1.3;
  }
  .text-xl-28 {
    font-size: 28px;
    line-height: 1.3;
  }
  .text-xl-26 {
    font-size: 26px;
    line-height: 1.4;
  }
  .text-xl-24 {
    font-size: 24px;
    line-height: 1.4;
  }
  .text-xl-22 {
    font-size: 22px;
    line-height: 1.4;
  }
  .text-xl-20 {
    font-size: 20px;
    line-height: 1.6;
  }
  .text-xl-18 {
    font-size: 18px;
    line-height: 1.6;
  }
  .text-xl-16 {
    font-size: 16px;
    line-height: 1.6;
  }
  .text-xl-15 {
    font-size: 15px;
  }
  .text-xl-14 {
    font-size: 14px;
  }
  .text-xl-13 {
    font-size: 13px;
  }
  .text-xl-12 {
    font-size: 12px;
  }
  .text-xl-10 {
    font-size: 10px;
  }
}
.line-height-1 {
  line-height: 1;
}

.line-height-1-1 {
  line-height: 1.1;
}

.line-height-1-2 {
  line-height: 1.2;
}

.line-height-1-3 {
  line-height: 1.3;
}

.line-height-1-4 {
  line-height: 1.4;
}

.line-height-1-5 {
  line-height: 1.5;
}

.line-height-1-6 {
  line-height: 1.6;
}

.line-height-1-7 {
  line-height: 1.7;
}

.line-height-1-8 {
  line-height: 1.8;
}

.line-height-1-9 {
  line-height: 1.9;
}

.font-primary {
  font-family: "Poppins", Helvetica, sans-serif;
}

.font-cond {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
}

/*.font-secondary
 * font-family: $font-secondary */
.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-spacing {
  letter-spacing: 2px;
}

.text-italic {
  font-style: italic;
}

.text-allcaps {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

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

.text-nowrap {
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1300px) {
  .text-xl-center {
    text-align: center;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.opacity-1 {
  opacity: .1;
}

.opacity-2 {
  opacity: .2;
}

.opacity-3 {
  opacity: .3;
}

.opacity-4 {
  opacity: .4;
}

.opacity-5 {
  opacity: .5;
}

.opacity-6 {
  opacity: .6;
}

.opacity-7 {
  opacity: .7;
}

.opacity-8 {
  opacity: .8;
}

.opacity-9 {
  opacity: .9;
}

/*** Animations ***/
.reveal {
  display: block;
}
@media screen and (max-width : 991px) {
  .reveal[data-animation=fade-reveal] {
    opacity: 1;
  }
  .reveal[data-animation=slide-reveal-ltr], .reveal[data-animation=slide-reveal-rtl], .reveal[data-animation=slide-reveal-ttb], .reveal[data-animation=slide-reveal-btt] {
    opacity: 1;
    transform: translate(0, 0);
  }
  .reveal[data-animation=mask-reveal-ltr], .reveal[data-animation=mask-reveal-rtl], .reveal[data-animation=mask-reveal-ttb], .reveal[data-animation=mask-reveal-btt], .reveal[data-animation=mask-reveal-cts] {
    opacity: 1;
    -webkit-clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
            clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
  }
  .reveal[data-animation=zoom-reveal-out] {
    overflow: hidden;
  }
  .reveal[data-animation=zoom-reveal-out] > img:not([aria-hidden=true]), .reveal[data-animation=zoom-reveal-out] > video {
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.001);
  }
}
@media screen and (min-width : 992px) {
  .reveal[data-animation=fade-reveal] {
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=fade-reveal][data-speed=slow] {
    transition: opacity 1.1s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=fade-reveal][data-speed=fast] {
    transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=fade-reveal].revealed {
    opacity: 1;
  }
  .reveal[data-animation=slide-reveal-ltr], .reveal[data-animation=slide-reveal-rtl], .reveal[data-animation=slide-reveal-ttb], .reveal[data-animation=slide-reveal-btt] {
    opacity: 0;
    will-change: transform, opacity;
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1), transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=slide-reveal-ltr][data-speed=slow], .reveal[data-animation=slide-reveal-rtl][data-speed=slow], .reveal[data-animation=slide-reveal-ttb][data-speed=slow], .reveal[data-animation=slide-reveal-btt][data-speed=slow] {
    transition: opacity 1.1s cubic-bezier(0.65, 0, 0.35, 1), transform 1.1s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=slide-reveal-ltr][data-speed=fast], .reveal[data-animation=slide-reveal-rtl][data-speed=fast], .reveal[data-animation=slide-reveal-ttb][data-speed=fast], .reveal[data-animation=slide-reveal-btt][data-speed=fast] {
    transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1), transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=slide-reveal-ltr].revealed, .reveal[data-animation=slide-reveal-rtl].revealed, .reveal[data-animation=slide-reveal-ttb].revealed, .reveal[data-animation=slide-reveal-btt].revealed {
    opacity: 1;
    transform: translate(0, 0);
  }
  .reveal[data-animation=slide-reveal-ltr] {
    transform: translateX(-30px);
  }
  .reveal[data-animation=slide-reveal-rtl] {
    transform: translateX(30px);
  }
  .reveal[data-animation=slide-reveal-ttb] {
    transform: translateY(-30px);
  }
  .reveal[data-animation=slide-reveal-btt] {
    transform: translateY(30px);
  }
  .reveal[data-animation=mask-reveal-ltr], .reveal[data-animation=mask-reveal-rtl], .reveal[data-animation=mask-reveal-ttb], .reveal[data-animation=mask-reveal-btt], .reveal[data-animation=mask-reveal-cts] {
    overflow: hidden;
    opacity: 0;
    will-change: clip-path;
    transition: opacity 0.7s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 0.7s cubic-bezier(0.65, 0, 0.35, 1), clip-path 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 0.7s cubic-bezier(0.65, 0, 0.35, 1), clip-path 0.7s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=mask-reveal-ltr][data-speed=slow], .reveal[data-animation=mask-reveal-rtl][data-speed=slow], .reveal[data-animation=mask-reveal-ttb][data-speed=slow], .reveal[data-animation=mask-reveal-btt][data-speed=slow], .reveal[data-animation=mask-reveal-cts][data-speed=slow] {
    transition: opacity 1.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 1.5s cubic-bezier(0.65, 0, 0.35, 1), clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 1.5s cubic-bezier(0.65, 0, 0.35, 1), clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=mask-reveal-ltr][data-speed=fast], .reveal[data-animation=mask-reveal-rtl][data-speed=fast], .reveal[data-animation=mask-reveal-ttb][data-speed=fast], .reveal[data-animation=mask-reveal-btt][data-speed=fast], .reveal[data-animation=mask-reveal-cts][data-speed=fast] {
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1), clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1), clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=mask-reveal-ltr].revealed, .reveal[data-animation=mask-reveal-rtl].revealed, .reveal[data-animation=mask-reveal-ttb].revealed, .reveal[data-animation=mask-reveal-btt].revealed, .reveal[data-animation=mask-reveal-cts].revealed {
    opacity: 1;
    -webkit-clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
            clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
  }
  .reveal[data-animation=mask-reveal-ltr] {
    -webkit-clip-path: polygon(calc(0% - 1px) calc(0% - 1px), calc(0% - 1px) calc(0% - 1px), calc(0% - 1px) calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
            clip-path: polygon(calc(0% - 1px) calc(0% - 1px), calc(0% - 1px) calc(0% - 1px), calc(0% - 1px) calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
  }
  .reveal[data-animation=mask-reveal-rtl] {
    -webkit-clip-path: polygon(100% calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), 100% calc(100% + 1px));
            clip-path: polygon(100% calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), 100% calc(100% + 1px));
  }
  .reveal[data-animation=mask-reveal-ttb] {
    -webkit-clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(0% - 1px), calc(0% - 1px) 0%);
            clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(0% - 1px), calc(0% - 1px) 0%);
  }
  .reveal[data-animation=mask-reveal-btt] {
    -webkit-clip-path: polygon(calc(0% - 1px) 100%, 100% calc(100% + 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
            clip-path: polygon(calc(0% - 1px) 100%, 100% calc(100% + 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
  }
  .reveal[data-animation=mask-reveal-cts] {
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
            clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  .reveal[data-animation=zoom-reveal-out] {
    overflow: hidden;
  }
  .reveal[data-animation=zoom-reveal-out] > img:not([aria-hidden=true]), .reveal[data-animation=zoom-reveal-out] > video {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
    transition: 0.5s;
  }
  .reveal[data-animation=zoom-reveal-out].revealed > img:not([aria-hidden=true]), .reveal[data-animation=zoom-reveal-out].revealed > video {
    transform: translate(-50%, -50%) scale(1.001);
    opacity: 1;
  }
  .reveal[data-animation=gray-scale-reveal] {
    filter: grayscale(100);
    transition: 1s 1s;
  }
  .reveal[data-animation=gray-scale-reveal].revealed {
    filter: grayscale(0);
  }
  .reveal[data-animation=text-reveal] {
    opacity: 0;
  }
  .reveal[data-animation=text-reveal] .link-wrap {
    transition: 0.3s 0.3s;
  }
  .reveal[data-animation=text-reveal]:not(.revealed) .link-wrap {
    opacity: 0;
  }
  .reveal[data-animation=text-reveal].splitting {
    opacity: 1;
  }
  .reveal[data-animation=text-reveal] .word-wrap {
    -webkit-clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
            clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
  }
  .reveal[data-animation=text-reveal] .word {
    display: inline-block;
    transform: translate(0, 120%);
    transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=text-reveal] .word.revealed {
    transform: translate(0, 0);
  }
}

/*** Main style ***/
* {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  background: #fff;
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1D1D1B;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.hide-scrollbar {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
}
p:last-child {
  margin-bottom: 0;
}

q {
  display: block;
}

blockquote {
  margin: 0;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

img {
  display: block;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

svg {
  display: block;
  transition: 0.3s;
}

table, td, th {
  text-align: left;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table th, .table td {
  padding: 20px;
  min-width: 180px;
  border-bottom: 1px solid #1D1D1B;
  vertical-align: top;
}
@media screen and (max-width : 767px) {
  .table th, .table td {
    padding: 15px;
  }
}
.table th {
  background: #1D1D1B;
  color: #fff;
}
@media screen and (max-width : 991px) {
  .table--stack-md th:not(:first-child) {
    display: none;
  }
  .table--stack-md td {
    padding: 5px 20px;
    display: block;
  }
  .table--stack-md td:not(:last-child) {
    border-bottom-color: transparent;
  }
  .table--stack-md td:first-child {
    padding-top: 30px;
  }
  .table--stack-md td:last-child {
    padding-bottom: 30px;
  }
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  color: inherit;
}
button:focus-visible, input:focus-visible, optgroup:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid #EB4D00;
}

button {
  padding: 0;
  background: none;
  border: none;
  font: inherit;
  text-transform: inherit;
  line-height: 1;
  text-align: inherit;
  cursor: pointer;
  transition: 0.3s;
}

a {
  text-decoration: none;
  color: #1D1D1B;
  transition: all 0.3s;
}

.skip-to-content-link {
  z-index: 150;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  padding: 4px 8px 1px;
  background: #538abf;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
}

.skip-to-content-link:focus {
  transform: translate(-50%, 0);
}

.link-cta {
  display: inline-flex;
  align-items: center;
  color: #538abf;
  font-weight: 500;
  font-size: 12px;
}
.link-cta svg {
  margin-right: 10px;
}
.link-cta span {
  padding-bottom: 2px;
}

.link-cta--light {
  color: white;
}

.link-arrow {
  position: relative;
  padding-right: 28px;
  display: inline-block;
  color: #538abf;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
.link-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 15 15' fill='none' stroke='%23538ABF'%3E%3Cpath d='M13.612 6.92H0M6.652 0l7.346 6.364v1.272L6.652 14'%3E%3C/path%3E%3C/svg%3E") no-repeat center/contain;
  transition: 0.3s;
}
.link-arrow:hover span, .link-arrow:focus span, .hover--link-arrow:hover .link-arrow span, .hover--link-arrow:focus .link-arrow span {
  background-size: 100% 100%;
}

.link-arrow--light {
  color: #fff;
}
.link-arrow--external::after {
  display: none;
}
.link-arrow--external svg {
  margin-left: 8px;
  transform: translate(0, 2px);
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: #BBC5CB;
  transition: 0.3s;
}

.link-arrow-big {
  position: relative;
  margin-bottom: 5px;
  padding-right: 60px;
  display: inline-block;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.1;
}
.link-arrow-big::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 38px;
  height: 38px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 15 15' fill='none' stroke='%231D1D1B'%3E%3Cpath d='M13.612 6.92H0M6.652 0l7.346 6.364v1.272L6.652 14'%3E%3C/path%3E%3C/svg%3E") no-repeat center/contain;
}
@media screen and (max-width : 1299px) {
  .link-arrow-big {
    font-size: 48px;
    line-height: 1.2;
  }
  .link-arrow-big::before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width : 991px) {
  .link-arrow-big {
    padding-right: 40px;
    font-size: 26px;
    line-height: 1.4;
  }
  .link-arrow-big::before {
    width: 20px;
    height: 20px;
  }
}

.link--stroke--bg, .links--stroke--bg a {
  background-image: linear-gradient(#1D1D1B 0%, #1D1D1B 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  transition: 0.3s;
}
.link--stroke--bg:hover, .links--stroke--bg a:hover {
  background-size: 100% 100%;
  color: #fff;
}

.link--stroke, .link--stroke--secondary, .links--stroke--secondary a, .link--stroke--light, .cms-content--light p > a, .cms-content--light li > a, .cms-content--light .link-wrap > a, .cms-content--light h1 a, .cms-content--light h2 a, .cms-content--light h3 a, .cms-content--light h4 a, .cms-content--light h5 a, .cms-content--light h6 a, .links--stroke--light a, .link--stroke--dark, .cms-content--dark p > a, .cms-content--dark li > a, .cms-content p > a, .cms-content li > a, .links--stroke--dark a, .links--stroke a,
.link--stroke--hover,
.link--stroke--secondary--hover,
.links--stroke--secondary--hover a,
.link--stroke--light--hover,
.links--stroke--light--hover a,
.link--stroke--dark--hover,
.links--stroke--dark--hover a,
.links--stroke--hover a {
  background-image: linear-gradient(transparent calc(100% - 1px), #EB4D00 1px);
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: 0.3s;
}

.link--stroke, .link--stroke--secondary, .links--stroke--secondary a, .link--stroke--light, .cms-content--light p > a, .cms-content--light li > a, .cms-content--light .link-wrap > a, .cms-content--light h1 a, .cms-content--light h2 a, .cms-content--light h3 a, .cms-content--light h4 a, .cms-content--light h5 a, .cms-content--light h6 a, .links--stroke--light a, .link--stroke--dark, .cms-content--dark p > a, .cms-content--dark li > a, .cms-content p > a, .cms-content li > a, .links--stroke--dark a, .links--stroke a,
.link--stroke--hover:hover,
.link--stroke--secondary--hover:hover,
.links--stroke--secondary--hover a:hover,
.link--stroke--light--hover:hover,
.links--stroke--light--hover a:hover,
.link--stroke--dark--hover:hover,
.links--stroke--dark--hover a:hover,
.links--stroke--hover a:hover,
.link--stroke--hover:focus,
.link--stroke--secondary--hover:focus,
.links--stroke--secondary--hover a:focus,
.link--stroke--light--hover:focus,
.links--stroke--light--hover a:focus,
.link--stroke--dark--hover:focus,
.links--stroke--dark--hover a:focus,
.links--stroke--hover a:focus,
.hover--links--stroke:hover .link--stroke--hover,
.hover--links--stroke:hover .link--stroke--secondary--hover,
.hover--links--stroke:hover .links--stroke--secondary--hover a,
.links--stroke--secondary--hover .hover--links--stroke:hover a,
.hover--links--stroke:hover .links--stroke--light--hover a,
.links--stroke--light--hover .hover--links--stroke:hover a,
.hover--links--stroke:hover .link--stroke--dark--hover,
.hover--links--stroke:hover .links--stroke--dark--hover a,
.links--stroke--dark--hover .hover--links--stroke:hover a,
.hover--links--stroke:hover .links--stroke--hover a,
.links--stroke--hover .hover--links--stroke:hover a,
.hover--links--stroke:hover .link--stroke--light--hover {
  background-size: 100% 100%;
}

.link--stroke:hover, .link--stroke--secondary:hover, .links--stroke--secondary a:hover, .link--stroke--light:hover, .cms-content--light p > a:hover, .cms-content--light li > a:hover, .cms-content--light .link-wrap > a:hover, .cms-content--light h1 a:hover, .cms-content--light h2 a:hover, .cms-content--light h3 a:hover, .cms-content--light h4 a:hover, .cms-content--light h5 a:hover, .cms-content--light h6 a:hover, .links--stroke--light a:hover, .link--stroke--dark:hover, .cms-content--dark p > a:hover, .cms-content--dark li > a:hover, .cms-content p > a:hover, .cms-content li > a:hover, .links--stroke--dark a:hover, .links--stroke a:hover,
.link--stroke:focus,
.link--stroke--secondary:focus,
.links--stroke--secondary a:focus,
.link--stroke--light:focus,
.cms-content--light p > a:focus,
.cms-content--light li > a:focus,
.cms-content--light .link-wrap > a:focus,
.cms-content--light h1 a:focus,
.cms-content--light h2 a:focus,
.cms-content--light h3 a:focus,
.cms-content--light h4 a:focus,
.cms-content--light h5 a:focus,
.cms-content--light h6 a:focus,
.links--stroke--light a:focus,
.link--stroke--dark:focus,
.cms-content--dark p > a:focus,
.cms-content--dark li > a:focus,
.cms-content p > a:focus,
.cms-content li > a:focus,
.links--stroke--dark a:focus,
.links--stroke a:focus,
.link--stroke--hover,
.link--stroke--secondary--hover,
.links--stroke--secondary--hover a,
.link--stroke--light--hover,
.links--stroke--light--hover a,
.link--stroke--dark--hover,
.links--stroke--dark--hover a,
.links--stroke--hover a,
.hover--links--stroke:hover .link--stroke--dark,
.hover--links--stroke:hover .cms-content--dark p > a,
.cms-content--dark .hover--links--stroke:hover p > a,
.hover--links--stroke:hover .cms-content--dark li > a,
.cms-content--dark .hover--links--stroke:hover li > a,
.hover--links--stroke:hover .cms-content p > a,
.cms-content .hover--links--stroke:hover p > a,
.hover--links--stroke:hover .cms-content li > a,
.cms-content .hover--links--stroke:hover li > a,
.hover--links--stroke:hover .link--stroke--light,
.hover--links--stroke:hover .cms-content--light p > a,
.cms-content--light .hover--links--stroke:hover p > a,
.hover--links--stroke:hover .cms-content--light li > a,
.cms-content--light .hover--links--stroke:hover li > a,
.hover--links--stroke:hover .cms-content--light .link-wrap > a,
.cms-content--light .hover--links--stroke:hover .link-wrap > a,
.hover--links--stroke:hover .cms-content--light h1 a,
.cms-content--light h1 .hover--links--stroke:hover a,
.hover--links--stroke:hover .cms-content--light h2 a,
.cms-content--light h2 .hover--links--stroke:hover a,
.hover--links--stroke:hover .cms-content--light h3 a,
.cms-content--light h3 .hover--links--stroke:hover a,
.hover--links--stroke:hover .cms-content--light h4 a,
.cms-content--light h4 .hover--links--stroke:hover a,
.hover--links--stroke:hover .cms-content--light h5 a,
.cms-content--light h5 .hover--links--stroke:hover a,
.hover--links--stroke:hover .cms-content--light h6 a,
.cms-content--light h6 .hover--links--stroke:hover a {
  background-size: 0% 100%;
}

.link--stroke--dark, .cms-content--dark p > a, .cms-content--dark li > a, .cms-content p > a, .cms-content li > a, .links--stroke--dark a {
  background-image: linear-gradient(transparent calc(100% - 1px), #1D1D1B 1px);
}

.link--stroke--light, .cms-content--light p > a, .cms-content--light li > a, .cms-content--light .link-wrap > a, .cms-content--light h1 a, .cms-content--light h2 a, .cms-content--light h3 a, .cms-content--light h4 a, .cms-content--light h5 a, .cms-content--light h6 a, .links--stroke--light a {
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
}

.link--stroke--secondary, .links--stroke--secondary a {
  background-image: linear-gradient(transparent calc(100% - 1px), #538abf 1px);
}

.link--stroke--dark--hover, .links--stroke--dark--hover a {
  background-image: linear-gradient(transparent calc(100% - 1px), #1D1D1B 1px);
}

.link--stroke--light--hover, .links--stroke--light--hover a {
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
}

.link--stroke--secondary--hover, .links--stroke--secondary--hover a {
  background-image: linear-gradient(transparent calc(100% - 1px), #538abf 1px);
}

.links--color a {
  color: #EB4D00;
}

.links--color--dark a {
  color: #1D1D1B;
}

.links--color--light a {
  color: #fff;
}

button:focus-visible, a:focus-visible {
  outline: 2px solid #EB4D00;
}

.btn {
  z-index: 1;
  position: relative;
  padding: 15px 32px 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 0;
  background: #1D1D1B;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  -webkit-appearance: none;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width : 767px) {
  .btn {
    white-space: normal;
  }
}
.btn span {
  display: block;
}
.btn svg, .btn img {
  transform: translateY(-1px);
  margin-right: 12px;
}
.btn img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn:hover .btn__text > span:nth-child(1), .btn:focus .btn__text > span:nth-child(1), .hover--btn:hover .btn .btn__text > span:nth-child(1) {
  visibility: hidden;
  transform: translate(0, -50px);
}
.btn:hover .btn__text > span:nth-child(2), .btn:focus .btn__text > span:nth-child(2), .hover--btn:hover .btn .btn__text > span:nth-child(2) {
  visibility: visible;
  transform: translate(0, 0);
}

.btn__text {
  position: relative;
}
.btn__text > span {
  transition: 0.4s;
}
.btn__text > span:nth-child(1), .btn__text > span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}
.btn__text > span:nth-child(2) {
  visibility: hidden;
  transform: translate(0, 50px);
}
.btn__text > span:nth-child(3) {
  opacity: 0;
}

.btn--external svg {
  margin: 0 0 0 12px;
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: #fff;
  transition: 0.3s;
}

.btn--dark {
  background: #000;
  color: #fff;
}
.btn--light {
  background: #fff;
  color: #1D1D1B;
}

.btn--primary {
  border-color: #EB4D00;
}

.btn--arrow::after {
  content: "";
  margin-left: 20px;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='6.2' viewBox='0 0 14 6.2'%3E%3Cpath d='M8.433,3.518H0v-1H8.433V0L14,3.025,8.433,6.2Z' fill='%23FFFFFF'/%3E%3C/svg%3E") no-repeat center/contain;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-basics ul > li, ul.list-basic > li, .cms-content ul > li {
  position: relative;
  padding-bottom: 5px;
  padding-left: 35px;
}
.list-spacing .list-basics ul > li, .list-spacing ul.list-basic > li, .list-spacing .cms-content ul > li, .cms-content .list-spacing ul > li {
  margin-bottom: 10px;
}
.list-basics ul > li::before, ul.list-basic > li::before, .cms-content ul > li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #EB4D00;
}

.list-checks ul > li, ul.list-checks > li {
  position: relative;
  margin-left: 0;
  margin-bottom: 5px;
  padding-left: 75px;
}
.list-checks ul > li::before, ul.list-checks > li::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 2px;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0,4.839,3.043,7.882,10.926,0' transform='translate(7 8)' fill='none' stroke='%23EB4D00' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media screen and (max-width : 767px) {
  .list-checks ul > li, ul.list-checks > li {
    padding-left: 50px;
  }
  .list-checks ul > li::before, ul.list-checks > li::before {
    left: 5px;
  }
}

.list-arrows ul > li, ul.list-arrows > li {
  position: relative;
  margin-left: 0;
  margin-bottom: 4px;
  padding-left: 18px;
}
.list-arrows ul > li::before, ul.list-arrows > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M4.355,5.992,0,10.533,1.529,12,7.274,5.993,1.529,0,0,1.467Z' transform='translate(2.4)' fill='%23EB4D00'/%3E%3C/svg%3E");
}

@media screen and (min-width : 768px) {
  .list-2-col ul, ul.list-2-col, ul.list-3-col, ul.list-4-col {
    -moz-columns: 2;
         columns: 2;
  }
  .list-2-col ul > li, ul.list-2-col > li, ul.list-3-col > li, ul.list-4-col > li {
    width: calc(100% - 30px);
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
}

@media screen and (min-width : 768px) {
  ul.list-2-col--reflow {
    -moz-columns: unset;
         columns: unset;
    display: flex;
    flex-wrap: wrap;
  }
  ul.list-2-col--reflow > li {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width : 992px) {
  ul.list-3-col, ul.list-4-col {
    -moz-columns: 3;
         columns: 3;
  }
}

ul.list-3-col--reflow {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width : 768px) {
  ul.list-3-col--reflow > li {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width : 992px) {
  ul.list-3-col--reflow > li {
    width: calc(33% - 30px);
  }
}

@media screen and (min-width : 1300px) {
  ul.list-4-col {
    -moz-columns: 4;
         columns: 4;
  }
}

.list-spacing ul > li, ul.list-spacing > li {
  margin-bottom: 15px;
}

.block-text-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.media-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.media-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(0, 0, 0, 0);
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px !important;
}

.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-thumbnail {
  position: relative;
  padding-bottom: 57.5%;
  overflow: hidden;
}
.post-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1px;
  width: 60px;
  height: 60px;
  line-height: 1;
}
@media screen and (max-width : 767px) {
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
  }
}
.pagination .page-numbers.current {
  background: #1D1D1B;
  color: #fff;
}
.pagination .page-numbers:hover:not(.current):not(.dots), .pagination .page-numbers:focus:not(.current):not(.dots) {
  transform: translate(0, -5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.cms-content > *:first-child {
  margin-top: 0;
}
.cms-content > *:last-child {
  margin-bottom: 0;
}
.cms-content figure {
  position: relative;
  margin: 40px auto;
}
.cms-content figure img {
  width: 100%;
  max-height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cms-content figure:not(:hover) figcaption {
  visibility: hidden;
  opacity: 0;
}
.cms-content figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}
@media screen and (max-width : 767px) {
  .cms-content figure figcaption {
    font-size: 12px;
  }
}
.cms-content > h2 {
  margin: 30px 0 10px;
  font-size: 26px;
  line-height: 1.4;
}
@media screen and (max-width : 767px) {
  .cms-content > h2 {
    font-size: 22px;
    line-height: 1.4;
  }
}
.cms-content > h3 {
  margin: 30px 0 15px;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width : 767px) {
  .cms-content > h3 {
    font-size: 20px;
    line-height: 1.6;
  }
}
.cms-content > h4 {
  margin: 20px 0 10px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width : 767px) {
  .cms-content > h4 {
    font-size: 18px;
    line-height: 1.6;
  }
}
.cms-content p {
  margin-top: 0;
  margin-bottom: 25px;
}
.cms-content p + ul {
  margin-top: -10px;
}
.cms-content ul {
  margin-bottom: 30px;
}
.cms-content ul:last-child {
  margin-bottom: 0;
}
.cms-content ul li {
  margin-left: 5px;
  /** &::after
  * content: ''
  * position: absolute
  * left: 0
  * top: 10px
  * width: 8px
  * height: 8px
  * background: $c-primary **/
}
.cms-content ol {
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 35px;
}
.cms-content ol:last-child {
  margin-bottom: 0;
}
.cms-content ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
}
.cms-content ol p {
  margin-bottom: 10px;
}
.cms-content blockquote {
  margin: 40px auto;
}
.cms-content blockquote p {
  margin-bottom: 0px;
  padding-left: 22px;
  max-width: 720px;
  border-left: 8px solid #EB4D00;
  color: #EB4D00;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
}
.cms-content blockquote p:first-child {
  padding-bottom: 25px !important;
}
@media screen and (max-width : 991px) {
  .cms-content blockquote p {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media screen and (max-width : 767px) {
  .cms-content blockquote p {
    font-size: 24px;
    line-height: 1.4;
  }
}
.cms-content blockquote sub {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}
.cms-content iframe {
  margin: 20px 0 40px;
  display: block;
  width: 100%;
}
.cms-content table, .cms-content td, .cms-content th {
  text-align: left;
}
.cms-content table {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
}
.cms-content table:last-child {
  margin-bottom: 0;
}
.cms-content table th, .cms-content table td {
  padding: 5px 20px;
}
@media screen and (max-width : 767px) {
  .cms-content table th, .cms-content table td {
    padding: 15px;
  }
}
.cms-content table th {
  padding: 15px 20px 10px;
  background: #1D1D1B;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
.cms-content table tr {
  border-bottom: 1px solid #1D1D1B;
}
.cms-content img {
  max-width: 100%;
}

.cms-content--light {
  color: #fff;
}
.cms-content--light p > a, .cms-content--light li > a, .cms-content--light .link-wrap > a, .cms-content--light h1 a, .cms-content--light h2 a, .cms-content--light h3 a, .cms-content--light h4 a, .cms-content--light h5 a, .cms-content--light h6 a {
  color: #fff;
}
.cms-content--light ul li::before {
  background: #fff;
}

.site-alert {
  position: relative;
  background: #EB4D00;
  color: #fff;
  transition: 0.25s;
  overflow: hidden;
}
.site-alert.inactive {
  visibility: hidden;
  margin-bottom: 0;
}
.site-alert a {
  color: #fff;
}

.site-alert__container {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width : 767px) {
  .site-alert__container {
    padding-right: 30px;
    justify-content: flex-start;
    text-align: left;
  }
}

.site-alert__close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
}
.site-alert__close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8,9.06,1.066,16,0,14.933,6.928,8,0,1.067,1.066,0,8,6.94,14.934,0,16,1.067,9.073,8,16,14.933,14.934,16Z' fill='%23FFFFFF'/%3E%3C/svg%3E") no-repeat center/contain;
}

.site-alert--secondary {
  background: #728FA1;
  color: #1D1D1B;
}
.site-alert--secondary .site-alert__close::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8,9.06,1.066,16,0,14.933,6.928,8,0,1.067,1.066,0,8,6.94,14.934,0,16,1.067,9.073,8,16,14.933,14.934,16Z' fill='%231D1D1B'/%3E%3C/svg%3E") no-repeat center/contain;
}

.cookies-alert {
  z-index: 90;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 25px 0;
  display: flex;
  width: 100%;
  background: white;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.cookies-alert.inactive {
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 100%);
}
.cookies-alert .btn {
  min-width: 200px;
}

.cookies-alert__x {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width : 991px) {
  .cookies-alert__x {
    right: 5px;
    top: 5px;
  }
}
.cookies-alert__x::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8,9.06,1.066,16,0,14.933,6.928,8,0,1.067,1.066,0,8,6.94,14.934,0,16,1.067,9.073,8,16,14.933,14.934,16Z' fill='%231D1D1B'/%3E%3C/svg%3E") no-repeat center/contain;
}

.header-reserved-space {
  height: 84px;
}
@media screen and (max-width : 991px) {
  .header-reserved-space {
    height: 64px;
  }
}
.has-header-transparent .header-reserved-space:not(.keep) {
  height: 0;
}

.header-wrap {
  z-index: 90;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.2s, top 0s;
}

.header {
  position: relative;
  width: 100%;
  height: 84px;
  transition: 0.3s;
  /*.scrolled:not(.menu-panel-active) &
  * &:not(.whole-menu-hover):not(.menu-hover)
  * background: $c-white */
}
.header.menu-hover {
  background: black;
}
.header.menu-hover, .header.whole-menu-hover {
  background: black;
  /*a, button
  * color: $c-dark */
}
.scrolled:not(.no-sticky-header) .header {
  position: fixed;
  top: 0 !important;
  background: black;
}
@media screen and (max-width : 991px) {
  .header {
    height: 64px !important;
  }
}

.header__bg {
  position: absolute;
  left: 170px;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
}
@media screen and (max-width : 991px) {
  .header__bg {
    left: 115px;
  }
}

.header__logo {
  position: relative;
  padding: 25px 0;
  width: 170px;
  height: 100%;
}
@media screen and (max-width : 991px) {
  .header__logo {
    padding: 20px 0;
    width: 115px;
  }
}
.header__logo img {
  margin: auto;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}

.header__logo-img--light {
  display: none;
}

.menu-hover .header__logo-img--light,
.whole-menu-hover .header__logo-img--light,
.has-header-transparent:not(.scrolled) .header__logo-img--light,
.scrolled:not(.no-sticky-header) .header__logo-img--light,
.menu-panel-active .header__logo-img--light {
  display: block;
}
.menu-hover .header__logo-img--dark,
.whole-menu-hover .header__logo-img--dark,
.has-header-transparent:not(.scrolled) .header__logo-img--dark,
.scrolled:not(.no-sticky-header) .header__logo-img--dark,
.menu-panel-active .header__logo-img--dark {
  display: none;
}

.header__nav {
  z-index: 1;
  margin-left: 25px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width : 1299px) {
  .header__nav {
    margin-left: 10px;
  }
}
@media screen and (max-width : 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav-item {
  position: relative;
  margin: 0 15px;
  height: 100%;
  transition: 0.3s;
}
@media screen and (max-width : 991px) {
  .header__nav-item {
    margin: 0 12px;
    font-size: 14px;
  }
}
.header__nav-item:hover .header__submenu, .header__nav-item.hover .header__submenu {
  visibility: visible;
  opacity: 1;
}
.header__nav-link {
  z-index: 1;
  position: relative;
  padding: 30px 0;
  display: block;
  height: 100%;
  background-image: linear-gradient(to top, transparent calc(100% - 2px), #EB4D00 2px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 0% 100%;
  color: white;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width : 991px) {
  .header__nav-link {
    padding: 20px 0;
    font-size: 14px;
  }
}
.header__nav-link:hover, .header__nav-link:focus, .current-menu-item .header__nav-link, .header__nav-item.hover .header__nav-link {
  background-size: 100% 100%;
  color: #EB4D00;
}

.header__nav-extra {
  flex: 1;
  padding-left: 60px;
  text-align: right;
}

/* .header__nav-extra
 * ul
 * display: flex
 * &:hover, &.hover
 * .header__nav-extra-item:not(:hover)
 * //opacity: .6
 *
 * @media screen and (max-width : 991px)
 * display: none */
.header__nav-extra-item {
  position: relative;
  margin-right: 25px;
  display: inline-block;
  height: 100%;
  transition: 0.3s;
}
.header__nav-extra-link, .header__nav-extra__dropdown-toggle {
  z-index: 1;
  position: relative;
  padding: 15px 0;
  display: inline-flex;
  align-items: center;
  color: white;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
}
.header__nav-extra-link:hover, .header__nav-extra__dropdown-toggle:hover, .header__nav-extra-link:focus, .header__nav-extra__dropdown-toggle:focus {
  color: #EB4D00;
}
.header__nav-extra-link svg, .header__nav-extra__dropdown-toggle svg {
  margin-right: 10px;
  fill: #1D1D1B;
  transition: 0.3s;
}
.current-menu-item .header__nav-extra-link, .current-menu-item .header__nav-extra__dropdown-toggle {
  color: #EB4D00;
  height: 30px;
}

.header__nav-extra__dropdown-toggle {
  margin-right: 25px;
  text-transform: capitalize;
}
.header__nav-extra__dropdown-toggle.priority-nav-is-hidden {
  display: none;
}
.header__nav-extra__dropdown-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 30px;
}

.header__nav-extra__dropdown-wrapper {
  display: inline-block;
}

.header__nav-extra__dropdown {
  position: absolute;
  right: -80px;
  top: calc(100% + 15px);
  padding: 10px 40px;
  min-width: 300px;
  background: black;
  transition: 0.3s;
}
.header__nav-extra__dropdown:not(.active) {
  visibility: hidden;
  opacity: 0;
}
.header__nav-extra__dropdown li {
  display: block;
}
.header__nav-extra__dropdown li a {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

.header__submenu-bg {
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 450px;
  background: #fff;
  transition: 0.1s 0.1s;
}
.menu-hover .header__submenu-bg {
  visibility: visible;
  opacity: 1;
}

.header__submenu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  transition: 0.1s 0.1s;
}
.header__submenu nav {
  padding: 20px 0;
}

.header__submenu-item:not(:last-child) {
  margin-bottom: 10px;
}

.header__submenu-link {
  display: block;
  color: #1D1D1B !important;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  text-transform: uppercase;
}
.header__submenu-link:hover, .header__submenu-link:focus {
  color: #EB4D00 !important;
  /*span
  * background-size: 100% 100% */
}

.header__megamenu {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 50px 0 60px;
  width: 100%;
  min-height: 500px;
  background: black;
  color: white;
  font-size: 18px;
  line-height: 1.6;
  transition: 0.2s;
}
.header__megamenu:not(.active) {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s 0.1s;
}
@media screen and (max-width : 991px) {
  .header__megamenu {
    display: none;
  }
}

.header__megamenu-link {
  color: white;
}

.header__megamenu__link-box {
  margin-left: -30px;
  padding-left: 30px;
  padding-bottom: 40px;
  display: block;
  max-width: 360px;
  border-left: 1px solid #1D1D1B;
  color: white;
}
.header__megamenu__link-box figure {
  position: relative;
  padding-bottom: 55%;
}

.search-bar {
  position: relative;
  height: 40px;
}
.search-bar input {
  padding: 10px 30px 10px 50px;
  width: 100%;
  height: 100%;
  line-height: 40px;
  border-radius: 30px;
  background: #1D1D1B;
  color: white;
  font-size: 14px;
  transition: 0.5s;
}
.search-bar input:focus {
  outline: 0;
}
.search-bar button {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px;
}
.search-bar button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.search-bar--outline {
  height: 60px;
}
.search-bar--outline input {
  background: transparent;
  border: 1px solid;
  color: #1D1D1B;
}
.search-bar--outline button svg {
  stroke: #1D1D1B;
}

.header__search {
  z-index: 1;
  position: relative;
  width: 30px;
  height: 40px;
  border-radius: 50px;
}
.header__search-open {
  padding: 10px;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width : 991px) {
  .header__search-open {
    margin-left: -10px;
  }
}
.header__search-open:hover svg {
  stroke: #EB4D00;
}
.form-revealed .header__search-open svg {
  opacity: 0;
}
.form-revealed .header__search-open::before {
  opacity: 1;
}
.header__search-open::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8,9.06,1.066,16,0,14.933,6.928,8,0,1.067,1.066,0,8,6.94,14.934,0,16,1.067,9.073,8,16,14.933,14.934,16Z' fill='%23FFFFFF'/%3E%3C/svg%3E") no-repeat center/contain;
}

.header__search-form {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  transition: 0.3s;
}
.header__search-form input {
  width: 250px;
}
.form-revealed .header__search-form {
  visibility: visible;
  opacity: 1;
}
.form-revealed .header__search-form input {
  width: 580px;
}
@media screen and (max-width : 1299px) {
  .form-revealed .header__search-form input {
    width: 480px;
  }
}

.search-panel {
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #EB4D00;
  color: #fff;
  transition: 0.3s;
}
.search-panel.active {
  visibility: visible;
  opacity: 1;
}

.search-panel__form {
  position: relative;
}
.search-panel .search-panel__form {
  margin-top: 20vh;
}
.search-panel__form input {
  padding: 15px 60px 15px 10px;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width : 991px) {
  .search-panel__form input {
    font-size: 24px;
    line-height: 1.4;
  }
}
.search-panel__form input::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}
.search-panel__form input::placeholder {
  color: #fff;
  opacity: 0.6;
}
.search-panel__form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px;
}
.search-panel__form button svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  transition: 0.2s;
}
.search-panel__close {
  padding: 10px;
}
@media screen and (max-width : 991px) {
  .search-panel__close {
    margin-left: -10px;
  }
  .search-panel__close svg {
    width: 16px;
    height: 16px;
  }
}

.search-panel__logo {
  height: 47px;
}
@media screen and (max-width : 991px) {
  .search-panel__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.menu-panel-toggle {
  display: flex;
  align-items: center;
}

.menu-panel-toggle__icon {
  position: relative;
  width: 22px;
  height: 18px;
}
.menu-panel-toggle__icon span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: white;
  transition: 0.3s;
  /*&:nth-child(2)
  * top: 50% */
}
.menu-panel-toggle__icon span:nth-child(1) {
  top: 5px;
}
.menu-panel-toggle__icon span:nth-child(2) {
  top: calc(100% - 5px);
}

.menu-panel {
  visibility: hidden;
  z-index: 80;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  transition: 0.4s, visibility 0.4s ease-out;
}
.menu-panel::after {
  opacity: 0;
  z-index: -1;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: black;
  transition: 0.4s ease-out;
}

.menu-panel__wrap {
  position: absolute;
  left: 0;
  top: 64px;
  padding-top: 10px;
  width: 100%;
  background: black;
  color: white;
  opacity: 0;
  transform: translate(0, -20px);
  transition: 0.3s ease-out;
}
@media screen and (min-width : 992px) {
  .menu-panel__wrap {
    top: 84px;
  }
}

.menu-panel__nav {
  padding: 20px 5px 0;
}

.menu-panel__nav-item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width : 992px) {
  .menu-panel__nav-item {
    padding: 10px 0;
  }
}
.menu-panel__nav-item.expanded .menu-panel__nav-link {
  color: #EB4D00;
}
.menu-panel__nav-item.expanded .menu-panel__subnav {
  visibility: visible;
}

.menu-panel__nav-link {
  display: block;
  color: white;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.3;
}

.menu-panel__expand-toggle {
  position: relative;
  width: 100%;
}

.menu-panel__expand-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
}
.menu-panel__expand-icon::before, .menu-panel__expand-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #EB4D00;
  transition: 0.3s;
}
.menu-panel__expand-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.menu-panel__nav-item.expanded .menu-panel__expand-icon::after {
  width: 0;
}

.menu-panel__subnav {
  display: none;
  padding-left: 15px;
}
.menu-panel__subnav .divider {
  margin-left: -15px;
}
.menu-panel__subnav .link-arrow {
  width: 100%;
}

.menu-panel__subnav-item:not(:last-child) {
  margin-bottom: 5px;
}

.menu-panel__subnav-link {
  display: block;
  color: white;
}

.menu-panel__nav-extra {
  padding: 0 5px;
}
.menu-panel__nav-extra li {
  margin-bottom: 10px;
}

.menu-panel__nav-extra-link {
  display: flex;
  color: white;
  font-size: 16px;
  line-height: 1.6;
}
.menu-panel__nav-extra-link.menu-panel__expand-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.menu-panel__nav-extra-link.menu-panel__expand-toggle::after {
  content: "";
  margin-left: 10px;
  margin-top: 8px;
  display: block;
  width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.162' height='8' viewBox='0 0 10.162 8'%3E%3Cg transform='translate(1.06)'%3E%3Crect width='8' height='8' fill='none'/%3E%3Cpath d='M0,7.333,3.618,3.662,0,0' transform='translate(7.688 2.191) rotate(90)' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  transition: 0.3s;
}

.menu-panel-active {
  overflow: hidden;
}
.menu-panel-active .header-wrap {
  top: 0 !important;
}
.menu-panel-active .header {
  border-bottom-color: transparent;
}
.menu-panel-active .header__search {
  visibility: hidden;
  opacity: 0;
}
.menu-panel-active .menu-panel-toggle span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-panel-active .menu-panel-toggle span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-panel-active .menu-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}
.menu-panel-active .menu-panel::after {
  opacity: 1;
}
.menu-panel-active .menu-panel .menu-panel__wrap {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.5s ease-out 0.2s;
}
.menu-panel-active .menu-panel__wrap::before {
  opacity: 1;
}

#top-scroll {
  position: fixed;
  z-index: 90;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  left: 15px;
  bottom: 15px;
  border: 0;
  width: 30px;
  height: 30px;
  background-color: #1D1D1B;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width : 991px) {
  #top-scroll {
    left: 10px;
    bottom: 10px;
  }
}
#top-scroll::before {
  content: "";
  width: 14px;
  height: 7px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='%23FFFFFF'%3E%3Cpath d='M14.014 9.09 17.5 5.649H0v-1.3h17.5L14.014.909l.92-.909L20 5l-5.066 5Z'/%3E%3C/svg%3E") no-repeat center/contain;
  transform: rotate(-90deg);
}
#top-scroll.active {
  visibility: visible;
  opacity: 1;
}
#top-scroll:hover {
  background-color: #EB4D00;
  animation: none;
}

.footer {
  z-index: 1;
  position: relative;
  padding: 100px 0;
  background: #1D1D1B;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translate(-50%, -5%);
  width: 100%;
  height: 100%;
  background: url(../img/logo-isec.svg) no-repeat center top/contain;
  pointer-events: none;
}
@media screen and (max-width : 767px) {
  .footer {
    padding: 40px 0 50px;
    font-size: 16px;
    line-height: 1.6;
  }
  .footer::before {
    left: 100%;
    transform: rotate(90deg) translate(-20%, 40%);
    transform-origin: left;
    width: 835px;
    height: 280px;
  }
}
.footer li {
  margin-bottom: 5px;
}
.footer a {
  color: #fff;
}

.nk-credit {
  display: inline-block;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.nk-credit:hover, .nk-credit:focus {
  opacity: 0.8;
}
.nk-credit svg {
  transform: translate(0, -2px);
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
}
.back-to-top {
  position: relative;
  padding: 25px;
  width: 100%;
  background: #EB4D00;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.back-to-top:hover {
  background: #cc4400;
}

.nkform__ajax-form {
  position: relative;
}
.nkform__ajax-form .nkform__content .nkform__content-inner {
  transition: 0.3s;
}
.nkform__ajax-form .nkform__content .nkform__submit {
  position: relative;
}
.nkform__ajax-form .nkform__content .nkform__loading-icon {
  visibility: hidden;
  display: block;
  margin-left: 20px;
  width: 48px;
  height: 48px;
  background: url(../img/loading.svg) center/contain no-repeat;
  opacity: 0;
  transition: 0.3s;
}
.nkform__ajax-form.submitting .nkform__loading-icon {
  visibility: visible;
  opacity: 1;
}
.nkform__ajax-form.submitting .nkform__content {
  pointer-events: none;
}
.nkform__ajax-form.submitting .nkform__content .nkform__content-inner {
  opacity: 0.5;
}
.nkform__ajax-form.submitting .nkform__content .nkform__submit > *:not(.nkform__loading-icon) {
  opacity: 0.5;
}

/* Anti-Spam Honeypot Field */
.nkform__field-hp {
  position: absolute;
  z-index: -1;
  display: block;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.nkform__messages .nkform__message {
  display: block;
  padding: 12px 18px;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  font-size: 15px;
}
.nkform__messages .nkform__message.error {
  color: #721c24;
  background-color: #f8d7da;
}
.nkform__messages .nkform__message.success {
  color: #155724;
  background-color: #d4edda;
}
.nkform__messages .nkform__message.info {
  color: #0c5460;
  background-color: #d1ecf1;
}
.nkform__messages .nkform__message p:first-child {
  margin-top: 0;
}
.nkform__messages .nkform__message p:last-child {
  margin-bottom: 0;
}

.field {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.6;
}
.field label {
  order: -1;
  margin-bottom: 3px;
  font-weight: 500;
}
.field input {
  padding: 12px 15px 8px;
  width: 100%;
  height: 48px;
  border-radius: 0;
  background: #fff;
  border: 1px solid rgba(96, 98, 102, 0.2);
  color: #1D1D1B;
  transition: 0.3s;
}
.field input[type=date] {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(0.021 0)'%3E%3Cpath d='M2.3,20A2.3,2.3,0,0,1,0,17.7V3.92a2.3,2.3,0,0,1,2.3-2.3H4.321V.654A.654.654,0,0,1,4.974,0h1.77A.655.655,0,0,1,7.4.654v.969h5.184V.654A.654.654,0,0,1,13.235,0h1.77a.655.655,0,0,1,.654.654v.969h2.024a2.3,2.3,0,0,1,2.3,2.3V17.7a2.3,2.3,0,0,1-2.3,2.3Zm-.757-2.276a.76.76,0,0,0,.759.759H17.683a.789.789,0,0,0,.78-.78V5.859H1.539Zm12.245-.758a.445.445,0,0,1-.443-.442V15.26a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.442.443v1.264a.445.445,0,0,1-.442.442Zm-5.121,0a.445.445,0,0,1-.443-.442V15.26a.445.445,0,0,1,.443-.443h2.7a.432.432,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.442Zm-5.122,0a.445.445,0,0,1-.443-.442V15.26a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.442Zm10.243-3.688a.445.445,0,0,1-.443-.443V11.571a.445.445,0,0,1,.443-.443h2.7a.446.446,0,0,1,.442.443v1.264a.445.445,0,0,1-.442.443Zm-5.121,0a.445.445,0,0,1-.443-.443V11.571a.445.445,0,0,1,.443-.443h2.7a.445.445,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.443Zm-5.122,0a.445.445,0,0,1-.443-.443V11.571a.445.445,0,0,1,.443-.443h2.7a.446.446,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.443ZM13.784,9.611a.445.445,0,0,1-.443-.443V7.9a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.442.443V9.168a.445.445,0,0,1-.442.443Zm-5.121,0a.445.445,0,0,1-.443-.443V7.9a.445.445,0,0,1,.443-.443h2.7A.433.433,0,0,1,11.8,7.9V9.168a.445.445,0,0,1-.443.443Zm-5.122,0A.445.445,0,0,1,3.1,9.168V7.9a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.443.443V9.168a.445.445,0,0,1-.443.443Z' transform='translate(0)' fill='%23d6001c'/%3E%3Cpath d='M2.3,20A2.3,2.3,0,0,1,0,17.7V3.92a2.3,2.3,0,0,1,2.3-2.3H4.321V.654A.654.654,0,0,1,4.974,0h1.77A.655.655,0,0,1,7.4.654v.969h5.184V.654A.654.654,0,0,1,13.235,0h1.77a.655.655,0,0,1,.654.654v.969h2.024a2.3,2.3,0,0,1,2.3,2.3V17.7a2.3,2.3,0,0,1-2.3,2.3Zm-.757-2.276a.76.76,0,0,0,.759.759H17.683a.789.789,0,0,0,.78-.78V5.859H1.539Zm12.245-.758a.445.445,0,0,1-.443-.442V15.26a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.442.443v1.264a.445.445,0,0,1-.442.442Zm-5.121,0a.445.445,0,0,1-.443-.442V15.26a.445.445,0,0,1,.443-.443h2.7a.432.432,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.442Zm-5.122,0a.445.445,0,0,1-.443-.442V15.26a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.442Zm10.243-3.688a.445.445,0,0,1-.443-.443V11.571a.445.445,0,0,1,.443-.443h2.7a.446.446,0,0,1,.442.443v1.264a.445.445,0,0,1-.442.443Zm-5.121,0a.445.445,0,0,1-.443-.443V11.571a.445.445,0,0,1,.443-.443h2.7a.445.445,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.443Zm-5.122,0a.445.445,0,0,1-.443-.443V11.571a.445.445,0,0,1,.443-.443h2.7a.446.446,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.443ZM13.784,9.611a.445.445,0,0,1-.443-.443V7.9a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.442.443V9.168a.445.445,0,0,1-.442.443Zm-5.121,0a.445.445,0,0,1-.443-.443V7.9a.445.445,0,0,1,.443-.443h2.7A.433.433,0,0,1,11.8,7.9V9.168a.445.445,0,0,1-.443.443Zm-5.122,0A.445.445,0,0,1,3.1,9.168V7.9a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.443.443V9.168a.445.445,0,0,1-.443.443Z' fill='%23EB4D00'/%3E%3C/g%3E%3C/svg%3E") no-repeat right 15px center/20px 20px;
  background-color: #fff;
}
.field input[type=date]::-webkit-inner-spin-button, .field input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.field input:required + label::after {
  content: "*";
  margin-left: 5px;
  color: red;
}
.field input:-webkit-autofill::first-line {
  font-family: "Poppins", Helvetica, sans-serif;
}
.field input:focus, .field input:not(:placeholder-shown), .field input:-webkit-autofill {
  outline: none !important;
}
.field input:focus:focus, .field input:not(:placeholder-shown):focus, .field input:-webkit-autofill:focus {
  border-color: #1D1D1B;
}
.field textarea {
  padding: 15px;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  border: 1px solid rgba(96, 98, 102, 0.2);
  transition: 0.3s;
}
.field textarea:focus {
  outline: none !important;
  border: 1px solid #1D1D1B;
}
.field textarea::-moz-placeholder {
  color: rgba(80, 101, 118, 0.8);
}
.field textarea::placeholder {
  color: rgba(80, 101, 118, 0.8);
}

.checkbox {
  position: relative;
}
.checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
}
.checkbox input {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.checkbox label {
  padding-left: 35px;
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}
.checkbox label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  background: #1D1D1B;
  -webkit-clip-path: polygon(100% 100%, 30% 100%, 30% 70%, 70% 70%, 70% 0, 100% 0);
          clip-path: polygon(100% 100%, 30% 100%, 30% 70%, 70% 70%, 70% 0, 100% 0);
  opacity: 0;
  transition: 0.3s;
}
.checkbox input:checked + label::after {
  opacity: 1;
}

.field-select {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.6;
}
.field-select label {
  order: -1;
  margin-bottom: 3px;
  font-weight: 500;
}
.field-select select {
  padding: 12px 30px 10px 15px;
}
.field-select select, .field-select .select2 {
  width: 100%;
  height: 48px;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0,0H10L5,6.25Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 2)'%3E%3Cpath d='M0,0H10L5,6.25Z' fill='%231D1D1B'/%3E%3C/g%3E%3C/svg%3E") no-repeat right 20px center/10px 10px;
  background-color: #fff;
  border: 1px solid rgba(96, 98, 102, 0.2);
  color: rgba(80, 101, 118, 0.8);
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.field-select select:focus, .field-select .select2:focus {
  border-color: #1D1D1B;
  outline: 0;
}
.field-select select:required + label::after, .field-select .select2:required + label::after {
  content: "*";
}
.field-select select option, .field-select .select2 option {
  color: #1D1D1B;
  font-size: 16px;
  line-height: 1.6;
}
.field-select .select2-selection--single {
  display: block;
  padding: 10px 30px 8px 15px;
  background: transparent;
  border: none;
}
.field-select .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: inherit;
}
.field-select .select2-selection__arrow {
  display: none;
}

.field-select-inline {
  position: relative;
  display: inline-flex;
}
.field-select-inline label {
  order: -1;
  margin-right: 8px;
}
.field-select-inline select {
  padding-right: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0,0H10L5,6.25Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 2)'%3E%3Cpath d='M0,0H10L5,6.25Z' fill='%231D1D1B'/%3E%3C/g%3E%3C/svg%3E") no-repeat right 0 top 4px/10px 10px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.field-select-inline option {
  width: 0;
}

.field-upload {
  position: relative;
  padding: 55px 20px;
  background: #F8F8F8;
  border: 1px dashed rgba(29, 29, 27, 0.2);
  text-align: center;
  transition: 0.3s;
}
.field-upload img {
  margin: 0 auto 15px;
  width: 36px;
}
.field-upload input {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.field-upload:hover, .field-upload:focus {
  background: rgba(96, 98, 102, 0.03);
}

#open-positions .field[data-filter-name=search] input[type=text] {
  padding-right: 48px;
}
#open-positions .field[data-filter-name=search] .clear {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 6px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #506576;
  stroke: #fff;
  stroke-width: 2px;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.2s;
  pointer-events: none;
}
#open-positions .field[data-filter-name=search] .clear svg {
  width: 16px;
  height: 16px;
}
#open-positions .field[data-filter-name=search].filled .clear {
  opacity: 1;
  pointer-events: auto;
}
#open-positions .field[data-filter-name=search].filled .clear:hover {
  opacity: 0.4;
}

.filter-panel {
  position: relative;
}
.filter-panel .field-select, .filter-panel .filter-view {
  transition: 0.3s;
}
.filter-panel .search-bar {
  height: 60px;
}
.filter-panel .search-bar input {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width : 768px) {
  .filter-panel.field-search-active .field-select, .filter-panel.field-search-active .filter-view {
    visibility: hidden;
    opacity: 0;
  }
}

.filter-search {
  display: none;
  width: 100%;
}
@media screen and (min-width : 768px) {
  .filter-search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 200px);
  }
}

.filter-search-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}
.field-search-active .filter-search-toggle {
  background: #EB4D00;
}
.field-search-active .filter-search-toggle img {
  opacity: 0;
}
.field-search-active .filter-search-toggle::before {
  opacity: 1;
}
.filter-search-toggle::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%231D1D1B'%3E%3Ctitle%3EClose%3C/title%3E%3Cpath d='M400 145.49L366.51 112 256 222.51 145.49 112 112 145.49 222.51 256 112 366.51 145.49 400 256 289.49 366.51 400 400 366.51 289.49 256 400 145.49z'/%3E%3C/svg%3E") no-repeat center/contain;
}

.filter-view {
  position: relative;
  margin-right: 10px;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: white;
  transition: 0.2s;
}
.filter-view:hover {
  background: #1D1D1B;
}
.filter-view.active {
  background: #EB4D00;
}
.filter-view img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.filter-select {
  position: relative;
  display: block;
}
.filter-select label {
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}
.filter-select label a {
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
  opacity: 0.8;
}
.filter-select select, .filter-select .select2 {
  padding: 15px 40px 13px 30px;
  width: 100% !important;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='none' d='M0 0h10v10H0z'/%3E%3Cpath fill='%23fff' d='M0 2h10L5 8.25Z'/%3E%3C/svg%3E") no-repeat right 20px center/10px 10px;
  background-color: #1D1D1B;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.2s;
}
@media screen and (max-width : 767px) {
  .filter-select select, .filter-select .select2 {
    font-size: 14px;
  }
}
.filter-select select:hover, .filter-select select:focus, .filter-select .select2:hover, .filter-select .select2:focus {
  outline: 0;
  border-color: #EB4D00;
}
.filter-select select option, .filter-select .select2 option {
  background: #fff;
  color: #1D1D1B;
}
.filter-select .select2-selection--single {
  background: transparent;
  border: none;
}
.filter-select .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: inherit;
}
.filter-select .select2-selection__arrow {
  display: none;
}

.select2-search, .select2-selection__clear {
  display: none;
}

.select2-results__option {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
}
.select2-results__option .wrap {
  padding-top: 3px;
}
.select2-results__option .wrap::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  border: 1px solid rgba(96, 98, 102, 0.2);
}
.select2-results__option .wrap::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(2px, -50%);
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-linecap='square' stroke-miterlimit='10' stroke-width='48' d='M416 128L192 384l-96-96'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0;
}
.select2-results__option.select2-results__option--selected {
  background: none;
}
.select2-results__option.select2-results__option--selected .wrap::before {
  background: #EB4D00;
  border-color: #EB4D00;
}
.select2-results__option.select2-results__option--selected .wrap::after {
  opacity: 1;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F5F5F5;
  color: #1D1D1B;
}

.clear-filter {
  position: relative;
  margin-right: 5px;
  padding: 2px 10px;
  padding-left: 24px;
  border-radius: 30px;
  background: #506576;
  color: #fff;
  text-transform: initial;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.8;
  transition: 0.3s;
}
.clear-filter:hover {
  opacity: 0.4;
}
.clear-filter::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg transform='translate(-4.708 -4)'%3E%3Ccircle cx='7' cy='7' r='7' transform='translate(4.708 4)' fill='%23fff'/%3E%3Cpath d='M.615,6,3,3.616,5.385,6,6,5.385,3.616,3,6,.615,5.385,0,3,2.384.615,0,0,.615,2.384,3,0,5.385Z' transform='translate(8.708 8)' fill='%23606266'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}

#post-list-container {
  position: relative;
  min-height: 400px;
}
#post-list-container .loading,
#post-list-container .no-results {
  position: absolute;
  z-index: 1;
  display: none;
  padding: 140px 15px 70px 15px;
  width: 100%;
  left: 0;
  text-align: center;
}
#post-list-container .loading img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
}

#post-listing-results-map {
  position: relative;
  display: none;
  height: 80vh;
  max-height: 900px;
  min-height: 400px;
  /*.map-cluster
  * &::before
  * content: ' '
  * position: absolute
  * left: 0
  * top: 0
  * width: 100%
  * height: 100%
  * background: #000
  * opacity: 0
  * transition: 0.3s
  * mix-blend-mode: color
  * &:hover
  * &::before
  * opacity: 1*/
}
#post-listing-results-map .marker {
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 18px;
  background: url(/wp-content/themes/isec/assets/img/map/marker-location.png) top left/cover no-repeat;
  cursor: default;
}
#post-listing-results-map .marker:hover {
  z-index: 100001;
}
#post-listing-results-map .marker:hover .info {
  visibility: visible;
  opacity: 1;
}
#post-listing-results-map .marker:not(.active) .info {
  pointer-events: none;
}
#post-listing-results-map .marker.active {
  z-index: 2;
}
#post-listing-results-map .marker.active .tooltip {
  visibility: visible;
  opacity: 1;
}
#post-listing-results-map .marker.active .info {
  pointer-events: auto;
}
#post-listing-results-map .marker .tooltip {
  position: absolute;
  display: none;
  visibility: hidden;
  bottom: 10px;
  left: 50%;
  padding-bottom: 15px;
  max-width: 140px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.15s;
}
@media screen and (max-width : 991px) {
  #post-listing-results-map .marker .tooltip {
    display: block;
  }
}
#post-listing-results-map .marker .tooltip .tooltip__wrap {
  position: relative;
  padding: 5px 8px 7px 8px;
  border-radius: 3px;
  background: rgba(29, 29, 27, 0.8);
}
#post-listing-results-map .marker .tooltip .tooltip__wrap:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: solid transparent;
  border-color: rgba(29, 29, 27, 0);
  border-top-color: rgba(29, 29, 27, 0.8);
  border-width: 5px;
  width: 0;
  height: 0;
  white-space: nowrap;
  pointer-events: none;
}
#post-listing-results-map .marker .info {
  position: absolute;
  visibility: hidden;
  padding: 0 0 11px 11px;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s, bottom 0.3s;
}
@media screen and (max-width : 991px) {
  #post-listing-results-map .marker .info {
    display: none !important;
  }
}
#post-listing-results-map .marker .info.vert-above.horz-left {
  left: 6px;
  bottom: 0;
  transform: translate(-100%, 0%);
}
#post-listing-results-map .marker .info.vert-above.horz-right {
  left: 0;
  bottom: 0;
  transform: translate(0%, 0%);
}
#post-listing-results-map .marker .info.vert-below.horz-left {
  left: 6px;
  bottom: 5px;
  transform: translate(-100%, 100%);
}
#post-listing-results-map .marker .info.vert-below.horz-right {
  left: -3px;
  bottom: 7px;
  transform: translate(0%, 100%);
}
#post-listing-results-map .marker .info .info-wrapper {
  display: flex;
  width: 576px;
  padding: 16px;
  background: #fff;
}
#post-listing-results-map .marker .info .thumb-container {
  position: relative;
  overflow: hidden;
  min-width: 256px;
}
#post-listing-results-map .marker .info .thumb-container .project-thumb {
  display: block;
  width: 256px;
  height: 294px;
  -o-object-fit: cover;
     object-fit: cover;
}
#post-listing-results-map .marker .info .thumb-container .project-under-construction {
  padding-bottom: 3px;
}
#post-listing-results-map .marker .info .info-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 25px;
  font-family: "Poppins", Helvetica, sans-serif;
  line-height: 1.2;
}
#post-listing-results-map .marker .info .info-content .title {
  line-height: 1.1;
}
#post-listing-results-map .marker .info .info-content .title .project-link {
  background-image: linear-gradient(transparent calc(100% - 4px), #1D1D1B calc(100% - 3px), transparent calc(100% - 2px));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  transition: 0.3s;
}
#post-listing-results-map .marker .info .info-content .title .project-link:hover {
  background-size: 0% 100%;
}
#post-listing-results-map .marker .info .info-content .location {
  line-height: 1.2;
}
#post-listing-results-map .marker .info .info-content__contact {
  line-height: 1.2;
}
#post-listing-results-map .marker .info .info-content__contact .details {
  display: flex;
}
#post-listing-results-map .marker .info .info-content__contact .details img {
  display: block;
  margin-right: 15px;
  width: 65px;
  height: 73px;
  -o-object-fit: cover;
     object-fit: cover;
}
#post-listing-results-map .cluster {
  background: url(/wp-content/themes/isec/assets/img/map/marker-location.png) top left/cover no-repeat;
}

@media screen and (min-width : 1300px) {
  .container-xxl, .container-xl, .container {
    padding: 0 60px;
  }
}

.social-media-site {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
.social-media-site svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #1D1D1B;
  transition: 0.3s;
}
.social-media-site:hover {
  background: #EB4D00;
}
.social-media-site:focus {
  box-shadow: 0px 0px 3px 2px #EB4D00;
}

.social-media-site--dark {
  background: #1D1D1B;
}
.social-media-site--dark svg {
  fill: #fff;
}

.social-media-site--dark:hover, .social-media-site--primary:hover {
  background: #EB4D00;
}
.social-media-site--dark:hover svg, .social-media-site--primary:hover svg {
  fill: #fff;
}

.social-share {
  font-weight: 500;
  font-size: 14px;
}

.social-share-icon {
  position: relative;
  width: 56px;
  height: 56px;
  background: #1D1D1B;
  transition: 0.3s;
}
.social-share-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #F5F5F5;
  transition: 0.3s;
}
.social-share:hover .social-share-icon, .social-share:focus .social-share-icon {
  background: #EB4D00;
}
.social-share:hover .social-share-icon svg, .social-share:focus .social-share-icon svg {
  fill: #fff;
}

.breadcrumb-wrap {
  margin-left: 170px;
  padding: 15px 40px;
  background: rgba(0, 0, 0, 0.3);
}
.breadcrumb-wrap.breadcrumb-dark {
  background: #e3ecf5;
}
@media screen and (max-width : 991px) {
  .breadcrumb-wrap {
    margin-left: 115px;
    padding: 15px 20px;
  }
}

.breadcrumb {
  z-index: 2;
  position: relative;
  padding-left: 14px;
  display: flex;
  align-items: center;
  list-style-type: none;
  font-size: 11px;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumb__item svg {
  fill: white;
}
.breadcrumb__item a {
  color: #fff;
}
.breadcrumb__item > a, .breadcrumb__item > span {
  transform: translate(0, 1px);
  line-height: 1.2;
}
.breadcrumb__item:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.breadcrumb__item:first-child a {
  transform: translate(0, -2px);
}
.breadcrumb__item:not(:first-child) {
  margin-left: 6px;
}
.breadcrumb__item:not(:first-child)::before {
  flex-shrink: 0;
  content: "";
  margin-right: 6px;
  display: block;
  width: 13px;
  height: 1px;
  background: #fff;
}
.breadcrumb__item.current {
  color: #fff;
}
@media screen and (max-width : 767px) {
  .breadcrumb__item.current {
    display: none;
  }
}
.breadcrumb-dark .breadcrumb__item {
  opacity: 1;
}
.breadcrumb-dark .breadcrumb__item svg {
  fill: #1D1D1B;
}
.breadcrumb-dark .breadcrumb__item a {
  color: #1D1D1B;
}
.breadcrumb-dark .breadcrumb__item.current {
  color: #1D1D1B;
}
.breadcrumb-dark .breadcrumb__item svg {
  fill: #1D1D1B;
}
.breadcrumb-dark .breadcrumb__item:not(:first-child)::before {
  background: #606266;
}

.hero {
  z-index: 1;
  position: relative;
}

.hero--has-bg {
  position: relative;
  display: flex;
  min-height: 900px;
  color: #fff;
}
@media screen and (max-width : 1299px) {
  .hero--has-bg {
    min-height: 800px;
  }
}
@media screen and (max-width : 767px) {
  .hero--has-bg {
    min-height: 600px;
  }
}
.hero--has-bg::after {
  z-index: -5;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1D1D1B;
}

.hero--fullscreen {
  height: calc(100vh - 84px);
  height: calc(var(--vh, 1vh) * 100 - 84px);
  max-height: unset;
}

.has-header-transparent .hero--fullscreen {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-height: unset;
}

.hero--xl {
  min-height: 1460px;
}
@media screen and (max-width : 991px) {
  .hero--xl {
    min-height: 1000px;
  }
}
@media screen and (max-width : 767px) {
  .hero--xl {
    min-height: 800px;
  }
}

.hero--lg {
  min-height: 1050px;
}
@media screen and (max-width : 991px) {
  .hero--lg {
    min-height: 600px;
  }
}

.hero--md2 {
  min-height: 920px;
}
@media screen and (max-width : 991px) {
  .hero--md2 {
    min-height: 560px;
  }
}

.hero--md {
  min-height: 640px;
}
@media screen and (max-width : 991px) {
  .hero--md {
    min-height: 500px;
  }
}

.hero--sm {
  min-height: 520px;
}
@media screen and (max-width : 991px) {
  .hero--sm {
    min-height: 400px;
  }
}

.hero--xs {
  height: 360px;
  min-height: 0;
}
@media screen and (max-width : 767px) {
  .hero--xs {
    height: 250px;
  }
}

.hero__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width : 768px) {
  .hero__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.hero__bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1D1D1B;
  overflow: hidden;
}
.hero__bg > img, .hero__bg > video {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--has-layer .hero__bg::before {
  z-index: 5;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.hero--has-layer .hero__bg::after {
  z-index: 6;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000 0%, transparent 100%);
  opacity: 0.3;
}
.hero--has-layer--gray .hero__bg::before {
  background: rgba(46, 46, 44, 0.8);
}
.hero--has-layer--gray .hero__bg::after {
  background: linear-gradient(to top, #2e2e2c 0%, transparent 80%);
  opacity: 1;
}
.hero--has-layer--bottom .hero__bg::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 100%), rgba(0, 0, 0, 0.1);
}

.btn-play {
  position: relative;
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: rgba(235, 77, 0, 0.75);
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width : 767px) {
  .btn-play {
    width: 80px;
    height: 80px;
  }
}
.btn-play svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
  transition: 0.3s;
}
.btn-play:hover, .hover--btn-play:hover .btn-play, .hover--btn-play:focus .btn-play {
  background: rgba(255, 255, 255, 0.75);
  animation: pulse 0.3s cubic-bezier(0.23, 0.98, 0.62, 1.58);
}
.btn-play:hover svg, .hover--btn-play:hover .btn-play svg, .hover--btn-play:focus .btn-play svg {
  fill: #EB4D00;
}
.btn-play.btn-play--big {
  width: 150px;
  height: 150px;
}
.btn-play.btn-play--big svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width : 767px) {
  .btn-play.btn-play--big {
    width: 100px;
    height: 100px;
  }
  .btn-play.btn-play--big svg {
    width: 16px;
    height: 16px;
  }
}
.btn-play.btn-play--small {
  width: 64px;
  height: 64px;
}
.btn-play.btn-play--small svg {
  width: 12px;
  height: 12px;
}

.btn-play-text {
  padding: 30px 60px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  white-space: nowrap;
}
@media screen and (max-width : 767px) {
  .btn-play-text {
    padding: 20px 30px;
  }
}
.btn-play-text svg {
  margin-right: 20px;
}
.btn-play-text svg path, .btn-play-text svg circle {
  transition: 0.3s;
}
.btn-play-text svg path {
  fill: #606266;
}
.btn-play-text svg circle {
  stroke: #606266;
}
.btn-play-text:hover, .btn-play-text:focus {
  background: rgba(235, 77, 0, 0.7);
  color: #fff;
  animation: pulse 0.3s cubic-bezier(0.23, 0.98, 0.62, 1.58);
}
.btn-play-text:hover svg path, .btn-play-text:focus svg path {
  fill: #fff;
}
.btn-play-text:hover svg circle, .btn-play-text:focus svg circle {
  stroke: #fff;
}

.btn-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #1D1D1B;
  transition: 0.3s;
}
.btn-arrow::before {
  content: "";
  width: 20px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='%231D1D1B'%3E%3Cpath d='M14.014 9.09 17.5 5.649H0v-1.3h17.5L14.014.909l.92-.909L20 5l-5.066 5Z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.btn-arrow.btn-arrow--reverse::before {
  transform: rotate(180deg);
}
.btn-arrow.btn-arrow--small {
  width: 40px;
  height: 40px;
}
@media screen and (min-width : 768px) {
  .btn-arrow.btn-arrow--big {
    width: 80px;
    height: 80px;
  }
  .btn-arrow.btn-arrow--big::before {
    width: 20px;
  }
}
.btn-arrow.btn-arrow--outline {
  border: 1px solid #1D1D1B;
}
.btn-arrow.btn-arrow--outline--light {
  border: 1px solid #fff;
}
.btn-arrow.btn-arrow--outline--light::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='%23FFFFFF'%3E%3Cpath d='M14.014 9.09 17.5 5.649H0v-1.3h17.5L14.014.909l.92-.909L20 5l-5.066 5Z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.btn-arrow.btn-arrow--dark-light {
  background: #2e2e2c;
}
.btn-arrow.btn-arrow--light {
  background: #fff;
}
.btn-arrow.btn-arrow--light::before {
  background: url("data:image/svg+xml,%3Csvg width='21' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' stroke='%231D1D1B' stroke-width='1.5' fill='none'%3E%3Cpath d='M20 9.5H0M11 1l9 7.727v1.546L11 18'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
.btn-arrow:not(.disabled):hover, .btn-arrow:not(.disabled):focus, .hover--btn-arrow:hover .btn-arrow:not(.disabled), .hover--btn-arrow:focus .btn-arrow:not(.disabled), .link-btn-arrow:hover .btn-arrow:not(.disabled), .link-btn-arrow:focus .btn-arrow:not(.disabled) {
  background: #EB4D00;
  border-color: transparent;
  animation: pulse 0.3s cubic-bezier(0.23, 0.98, 0.62, 1.58);
}
.btn-arrow:not(.disabled):hover::before, .btn-arrow:not(.disabled):focus::before, .hover--btn-arrow:hover .btn-arrow:not(.disabled)::before, .hover--btn-arrow:focus .btn-arrow:not(.disabled)::before, .link-btn-arrow:hover .btn-arrow:not(.disabled)::before, .link-btn-arrow:focus .btn-arrow:not(.disabled)::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='%23FFFFFF'%3E%3Cpath d='M14.014 9.09 17.5 5.649H0v-1.3h17.5L14.014.909l.92-.909L20 5l-5.066 5Z'/%3E%3C/svg%3E") no-repeat center/contain;
}

.btn-arrow--down::before {
  transform: rotate(90deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.link-btn-arrow {
  display: flex;
  align-items: center;
}
.link-btn-arrow span {
  margin-left: 15px;
  margin-top: 3px;
}

.link-btn-arrow--down .btn-arrow::before {
  transform: rotate(90deg);
}

.fancybox__container .fancybox__slide:not(.has-video) .carousel__button.is-close {
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  color: #1D1D1B;
  transition: 0.3s;
}
@media screen and (max-width : 767px) {
  .fancybox__container .fancybox__slide:not(.has-video) .carousel__button.is-close {
    right: 10px;
    top: 10px;
  }
}
.fancybox__container .fancybox__slide:not(.has-video) .carousel__button.is-close svg {
  width: 18px;
  height: 18px;
}

.fancybox__video {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}

.fancybox__heading {
  position: relative;
  padding-top: 20px;
}
.fancybox__logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: auto;
  height: 40px;
}
@media screen and (max-width : 991px) {
  .fancybox__logo {
    display: none;
  }
}

.fancybox__title {
  margin: auto;
  max-width: 600px;
}

.fancybox__toolbar {
  background: none;
}

@media screen and (max-width : 767px) {
  .fancybox__slide {
    padding: 40px 10px;
  }
}

.fancybox__caption {
  font-size: 14px;
  text-align: center;
  opacity: 0.8;
}

.fancybox__thumbs {
  padding: 5px;
  background: rgba(0, 0, 0, 0.3);
}
.fancybox__thumbs .carousel__slide {
  padding: 10px 5px;
}
.fancybox__thumbs .carousel__slide.has-inline::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='32' fill='%23EB4D00'/%3E%3Cg transform='translate(24.306 22.117)'%3E%3Cpath d='M0,19.877V0L19.748,9.938Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
.fancybox__thumbs .carousel__slide:not(.is-nav-selected) .fancybox__thumb {
  opacity: 0.6;
}
.fancybox__thumbs .carousel__slide:not(.is-nav-selected):hover .fancybox__thumb, .fancybox__thumbs .carousel__slide:not(.is-nav-selected):focus .fancybox__thumb {
  opacity: 1;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb {
  border-radius: 0;
  transition: 0.3s;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-radius: 0;
  border-color: #EB4D00;
}

.fancybox__backdrop::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.fancybox__backdrop img {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  filter: blur(40px);
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__content {
  color: #1D1D1B;
}
.fancybox__content *:focus:not(.carousel__button.is-close) {
  outline: none;
}

.gallery-overlay.fancybox__container {
  width: 100vw;
  -webkit-clip-path: polygon(calc(0% - 1px) 100%, 100% calc(100% + 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
          clip-path: polygon(calc(0% - 1px) 100%, 100% calc(100% + 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
  transition: 0.5s;
}
.gallery-overlay.fancybox__container .fancybox__caption,
.gallery-overlay.fancybox__container .fancybox__heading,
.gallery-overlay.fancybox__container .fancybox__thumbs {
  opacity: 0;
  transition: 0.5s;
}
.gallery-overlay.fancybox__container.is-animated[aria-hidden=false] {
  -webkit-clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
          clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
}
.gallery-overlay.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.gallery-overlay.fancybox__container.is-animated[aria-hidden=false] .fancybox__heading,
.gallery-overlay.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  opacity: 1;
}
.gallery-overlay.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.gallery-overlay.fancybox__container.is-animated.is-closing .fancybox__caption,
.gallery-overlay.fancybox__container.is-animated.is-closing .fancybox__nav,
.gallery-overlay.fancybox__container.is-animated.is-closing .fancybox__carousel,
.gallery-overlay.fancybox__container.is-animated.is-closing .fancybox__heading,
.gallery-overlay.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  animation: none;
}

.fancybox-fadeOut {
  animation: 0.5s ease both fancybox-fadeOut;
}

.fancybox-zoomOutDown {
  animation: 0.5s ease both fancybox-zoomOutDown;
}

.slider-fade .slider-slide {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.slider-fade .slider-slide.is-selected {
  visibility: visible;
  opacity: 1;
}
.slider-fade .is-selected .slider-slide {
  visibility: visible;
  opacity: 1;
}

.slider-nav button.disabled {
  pointer-events: none;
  opacity: 0;
}

@media screen and (min-width: 1650px) {
  .slider-nav--floating {
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
    display: flex;
  }
}

.flickity-page-dots .dot {
  position: relative;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  background: currentColor;
  transition: 0.3s;
}
@media screen and (max-width : 767px) {
  .flickity-page-dots .dot {
    margin: 0 12px;
    width: 18px;
    height: 18px;
  }
}
.flickity-page-dots .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.flickity-page-dots .dot:only-child {
  display: none;
}
.flickity-page-dots .dot:hover {
  background: rgba(255, 255, 255, 0.5);
}
.flickity-page-dots .dot.is-selected {
  background: #EB4D00;
}

.dots-outline .dot {
  background: transparent;
  border: 1px solid;
}
.dots-outline .dot.is-selected {
  background: currentColor;
}

.slider-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  background: black;
  transition: 0.15s;
}
@media screen and (max-width : 767px) {
  .slider-arrow {
    width: 60px;
    height: 60px;
  }
}
.slider-arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18.607'%3E%3Cg fill='none'%3E%3Cpath d='M0 .304h18v18H0z'/%3E%3Cpath stroke='%23FFFFFF' stroke-miterlimit='10' stroke-width='3' d='m5.727 17.554 8.14-8.26-8.14-8.24'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
.slider-arrow.slider-prev::before {
  transform: rotate(180deg);
}
.slider-arrow:not(.disabled):hover, .slider-arrow:not(.disabled):focus {
  background: #EB4D00;
}

.slider-dots button[aria-selected=false] {
  opacity: 0.4;
}

.slider-dots--circle {
  z-index: 1;
  position: relative;
  text-align: center;
}
.slider-dots--circle button {
  margin: 0 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
}
@media screen and (max-width : 767px) {
  .slider-dots--circle button {
    margin: 0 10px;
    width: 18px;
    height: 18px;
  }
}

.fact-slider__item {
  width: 100%;
}

.fact-slider__item-text {
  max-width: 700px;
}

.fact-image-slider {
  height: 100%;
  min-height: 400px;
}
@media screen and (min-width : 1300px) {
  .fact-image-slider {
    min-height: 500px;
  }
}
@media screen and (min-width : 1600px) {
  .fact-image-slider {
    min-height: 650px;
  }
}
.fact-image-slider .flickity-viewport {
  position: absolute;
  width: 100%;
}

.fact-image-slider__item {
  position: relative;
  width: 100%;
  height: 100%;
}

.stats-slider-wrap {
  margin-top: auto;
  margin-bottom: -1px;
  padding: 80px;
  width: 100%;
  background: white;
}
@media screen and (max-width : 767px) {
  .stats-slider-wrap {
    padding: 60px 30px;
  }
}

.stats-slider {
  padding-bottom: 25px;
}
.stats-slider__item {
  width: 100%;
}
@media screen and (min-width : 768px) {
  .slider-3-col .stats-slider__item {
    width: 50%;
  }
}
@media screen and (min-width : 992px) {
  .slider-3-col .stats-slider__item {
    width: 33.33%;
  }
}
@media screen and (max-width : 767px) {
  .stats-slider__item {
    text-align: center;
  }
}

.profile-slider {
  display: flex;
  flex-direction: column;
}

.profile-slider__item {
  margin-right: 30px;
  width: calc(50% - 15px);
}
@media screen and (min-width : 768px) {
  .profile-slider__item {
    width: calc(33.3% - 20px);
  }
}
@media screen and (min-width : 992px) {
  .profile-slider__item {
    width: calc(25% - 22.5px);
  }
}

.profile-slider-arrows, .pathway-slider-arrows {
  z-index: 1;
  display: flex;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width : 768px) {
  .profile-slider-arrows, .pathway-slider-arrows {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    justify-content: space-between;
  }
}
@media screen and (max-width : 767px) {
  .profile-slider-arrows, .pathway-slider-arrows {
    margin-top: 20px;
    order: 1;
    justify-content: center;
  }
}
.profile-slider-arrows button, .pathway-slider-arrows button {
  pointer-events: auto;
}
@media screen and (min-width : 768px) {
  .profile-slider-arrows button.slider-next, .pathway-slider-arrows button.slider-next {
    transform: translateX(50%);
  }
  .profile-slider-arrows button.slider-prev, .pathway-slider-arrows button.slider-prev {
    transform: translateX(-50%);
  }
}

.pathway-slider {
  display: flex;
  flex-direction: column;
}

.pathway-slider__item {
  margin-right: 30px;
  width: calc(50% - 15px);
}
@media screen and (min-width : 768px) {
  .pathway-slider__item {
    width: calc(33.3% - 20px);
  }
}

.quote-slider-wrap {
  z-index: 1;
  position: relative;
  padding: 55px 60px;
  height: 100%;
  color: #fff;
}
@media screen and (max-width : 767px) {
  .quote-slider-wrap {
    padding: 50px 20px;
  }
}

.quote-slider__item {
  width: 100%;
}
.quote-slider__item blockquote {
  padding-left: 22px;
  max-width: 600px;
  border-left: 8px solid #EB4D00;
  color: #EB4D00;
}
.quote-slider__item figcaption img {
  margin-right: 25px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quote-image-slider {
  flex: 1;
  min-height: 400px;
}
.quote-image-slider .flickity-viewport {
  position: absolute;
  width: 100%;
}

.quote-image-slider__item {
  position: relative;
  width: 100%;
  height: 100%;
}

.people-slider__item {
  margin-right: 30px;
  width: calc(50% - 15px);
}
@media screen and (max-width : 767px) {
  .people-slider__item {
    width: 100%;
  }
}

.people-slider__image {
  position: relative;
  padding-bottom: 120%;
}
.people-slider__image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, black 0%, transparent 100%);
}

.people-slider__image-text {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 25px;
  width: 100%;
  color: white;
}

.people-slider-arrows, .basic-slider-arrows {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width : 1299px) {
  .people-slider-arrows, .basic-slider-arrows {
    top: 30%;
  }
}
@media screen and (max-width : 991px) {
  .people-slider-arrows, .basic-slider-arrows {
    top: 25%;
  }
}
@media screen and (max-width : 767px) {
  .people-slider-arrows, .basic-slider-arrows {
    top: 30%;
  }
}
.people-slider-arrows button, .basic-slider-arrows button {
  pointer-events: auto;
}
@media screen and (min-width : 768px) {
  .people-slider-arrows button.slider-next, .basic-slider-arrows button.slider-next {
    transform: translateX(50%);
  }
  .people-slider-arrows button.slider-prev, .basic-slider-arrows button.slider-prev {
    transform: translateX(-50%);
  }
}

.photo-slider__item {
  width: 100%;
}

.photo-slider-nav {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.project-image-slider {
  height: 810px;
  background: #1D1D1B;
}
@media screen and (max-width : 1299px) {
  .project-image-slider {
    height: 650px;
  }
}
@media screen and (max-width : 767px) {
  .project-image-slider {
    height: 450px;
  }
}
.project-image-slider .flickity-viewport {
  position: absolute;
  width: 100%;
}

.project-image-slider__item {
  position: relative;
  width: 100%;
  height: 100%;
}

.project-slider-wrap {
  margin-top: -250px;
  padding: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, white 250px);
}
@media screen and (max-width : 767px) {
  .project-slider-wrap {
    margin-top: 0;
    padding: 30px 0;
  }
}

.project-slider__item {
  width: 100%;
}
.project-slider__item:not(.is-selected) a {
  visibility: hidden;
}

.award-slider-wrap {
  color: white;
}

.award-slider__item {
  width: 100%;
}

.award-box {
  padding: 15px;
  background: #2e2e2c;
  color: white;
}
.award-box a {
  color: white;
}

.award-box__logo {
  position: relative;
  height: 100%;
  min-height: 300px;
  background: white;
}
@media screen and (max-width : 767px) {
  .award-box__logo {
    min-height: 200px;
  }
}
.award-box__logo img {
  width: 70%;
  max-width: 260px;
  height: 80%;
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

.award-box__thumbnail {
  position: relative;
  height: 100%;
  min-height: 300px;
  background: #1D1D1B;
}

.basic-slider-arrows {
  top: 50%;
}
@media screen and (max-width : 991px) {
  .basic-slider-arrows {
    top: 400px;
  }
}
@media screen and (max-width : 767px) {
  .basic-slider-arrows {
    top: 300px;
    transform: translateY(-100%);
  }
}

.basic-slider {
  background: #fff;
  color: #1D1D1B;
}

.basic-slider__item {
  width: 100%;
}

.basic-slider__item-image {
  position: relative;
  padding-bottom: 105%;
  height: 100%;
}
@media screen and (max-width : 991px) {
  .basic-slider__item-image {
    padding-bottom: 0;
    height: 400px;
  }
}
@media screen and (max-width : 767px) {
  .basic-slider__item-image {
    height: 300px;
  }
}

.cms-media, .gallery-slider__item {
  position: relative;
}
.cms-media img, .gallery-slider__item img {
  width: 100%;
}
.cms-media figcaption, .gallery-slider__item figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  transition: 0.3s;
}
.cms-media:not(:hover) figcaption, .gallery-slider__item:not(:hover) figcaption {
  visibility: hidden;
  opacity: 0;
}

.gallery-slider {
  margin: auto;
}
.gallery-slider .flickity-viewport {
  overflow: unset;
  transition: 0.2s;
}
.gallery-slider .flickity-slider {
  display: flex;
  align-items: center;
}

.gallery-slider__item {
  padding: 0 40px;
  display: flex;
  align-items: center;
}
.gallery-slider__item img {
  max-width: 640px;
  max-height: 700px;
}
@media screen and (max-width : 991px) {
  .gallery-slider__item {
    padding: 0 30px;
  }
  .gallery-slider__item img {
    max-width: 450px;
    max-height: 550px;
  }
}
@media screen and (max-width : 767px) {
  .gallery-slider__item {
    padding: 0 20px;
  }
  .gallery-slider__item img {
    max-width: 250px;
    max-height: 300px;
  }
}
.gallery-slider__item:not(:hover) figcaption, .gallery-slider__item:not(:hover) .btn-play, .gallery-slider__item:not(.is-selected) figcaption, .gallery-slider__item:not(.is-selected) .btn-play {
  visibility: hidden;
  opacity: 0;
}
.gallery-slider__media {
  position: relative;
  transition: 0.5s;
}

.gallery-slider-nav {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  width: 100vw;
  max-width: 1340px;
  pointer-events: none;
}
.gallery-slider-nav button {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #538abf;
  color: #fff;
  text-align: center;
  pointer-events: auto;
}
.gallery-slider-nav button:hover {
  filter: brightness(90%);
}
@media screen and (max-width : 767px) {
  .gallery-slider-nav button {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
}

.gallery-slider-dots {
  max-width: 670px;
}

.pfp-slider .flickity-slider {
  display: flex;
  align-items: flex-end;
}
.pfp-slider .flickity-page-dots {
  bottom: -60px;
}
.pfp-slider h2 .text-underline {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.pfp-slider__item {
  width: 100%;
  color: #fff;
}

.pfp-slider__item-text {
  padding-bottom: 5px;
  max-width: 900px;
}

.pfp-image-slider {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pfp-image-slider, .pfp-image-slider .flickity-viewport {
  height: 100%;
}

.pfp-image-slider__item {
  width: 100%;
  min-height: 100%;
}
.pfp-image-slider__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transform-origin: left top;
  -o-object-fit: cover;
     object-fit: cover;
}
.pfp-image-slider__item img.active {
  animation: effect_zoom_out 8s linear forwards;
}
.pfp-image-slider__item img.paused {
  animation-play-state: paused !important;
}

@keyframes effect_zoom_out {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(1.1) translate(-50%, -50%);
  }
}
.section-tab-nav {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width : 991px) {
  .section-tab-nav.responsive-ready {
    display: none;
  }
}

.section-tab-nav-btn {
  margin: 0 18px;
  padding: 15px 0;
  border-bottom: 4px solid transparent;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  white-space: nowrap;
  transition: 0.3s;
}
@media screen and (max-width : 767px) {
  .section-tab-nav-btn {
    margin: 0 15px 20px;
    padding: 10px 0;
    border-bottom-color: rgba(235, 77, 0, 0.1);
    font-size: 14px;
  }
}
.section-tab-nav-btn:hover:not(.active) {
  color: #EB4D00;
}
.section-tab-nav-btn.active {
  border-bottom-color: currentColor;
}
.section-tab-nav-btn.section-tab-nav-btn--light {
  color: #fff;
}
.section-tab-content > .flickity-viewport {
  overflow: unset;
}
.section-tab-content::after {
  content: "flickity";
  display: none;
}

.section-tab-content__item {
  width: 100%;
}
.section-tab-content__item:not(.is-selected) {
  visibility: hidden;
}

.section-tab-select {
  display: none;
  padding: 15px 40px 13px 30px;
  width: 100%;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='none' d='M0 0h10v10H0z'/%3E%3Cpath fill='%23fff' d='M0 2h10L5 8.25Z'/%3E%3C/svg%3E") no-repeat right 20px center/10px 10px;
  background-color: #1D1D1B;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.2s;
}
@media screen and (max-width : 991px) {
  .section-tab-select.responsive-ready {
    display: block;
  }
}
.section-tab-select:hover, .section-tab-select:focus {
  outline: 0;
  border-color: #EB4D00;
}
.section-tab-select option {
  background: #fff;
  color: #1D1D1B;
}

.logo-frame {
  position: relative;
  display: block;
  height: 120px;
}
.logo-frame img, .logo-frame figure {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 140px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width : 767px) {
  .logo-frame img, .logo-frame figure {
    max-width: 100px;
    max-height: 60px;
  }
}
.logo-frame figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-frame--big {
  height: 120px;
}
@media screen and (max-width : 767px) {
  .logo-frame--big {
    height: 100px;
  }
}
.logo-frame--big img, .logo-frame--big figure {
  max-width: 400px;
  max-height: 170px;
}
@media screen and (max-width : 767px) {
  .logo-frame--big img, .logo-frame--big figure {
    max-width: 240px;
    max-height: 100px;
  }
}

.logo-frame--inline {
  height: auto;
}
.logo-frame--inline img, .logo-frame--inline figure {
  position: static;
  transform: translate(0, 0);
  width: auto;
  height: auto;
}

.contact-link {
  display: inline-flex;
  align-items: center;
}
.contact-link:hover span, .contact-link:focus span {
  background-size: 0% 100%;
}
.contact-link img {
  margin-right: 15px;
  width: 20px;
}
.contact-link--light span {
  color: #fff;
}

.contact-card {
  display: flex;
  align-items: stretch;
  background: #fff;
  color: #1D1D1B;
}
.contact-card a, .contact-card span {
  margin-top: 3px;
  line-height: 1;
}

.contact-card__photo {
  flex-shrink: 0;
  width: 300px;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width : 767px) {
  .contact-card__photo {
    width: 160px;
    min-height: 200px;
  }
}

.contact-card__main {
  flex: 1;
  position: relative;
  padding: 40px 30px;
}
@media screen and (max-width : 767px) {
  .contact-card__main {
    padding: 20px 20px;
    font-size: 14px;
  }
}

.page-tag, .project-list__type, .post-box__type {
  padding: 3px 8px 0;
  display: inline-block;
  max-width: calc(100% - 20px);
  border-radius: 12px;
  background: #EB4D00;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.post-box {
  display: block;
  transition: 0.3s;
}
.post-box--light {
  color: white;
}

a.post-box:hover .post-box__thumbnail img, a.post-box:focus .post-box__thumbnail img {
  width: 105%;
  height: 105%;
}
a.post-box:hover .post-box__title, a.post-box:focus .post-box__title {
  color: #EB4D00;
}

.post-box__thumbnail {
  position: relative;
  padding-bottom: 68.75%;
  overflow: hidden;
}
.post-box__thumbnail img {
  transition: 0.3s;
}

.post-box__type {
  position: absolute;
  left: 10px;
  top: 10px;
}

.post-box__content {
  margin-top: 15px;
}

.post-box__title {
  transition: 0.3s;
}

.collapsible-content {
  transition: opacity 0.3s;
  display: none;
}
.collapsible:not(.active) .collapsible-content {
  opacity: 0;
}

.collapsible-trigger {
  display: block;
  width: 100%;
  cursor: pointer;
}
.blockquote p {
  padding-left: 22px;
  max-width: 600px;
  border-left: 8px solid #EB4D00;
  color: #EB4D00;
  font-size: 26px;
  line-height: 1.4;
}
@media screen and (max-width : 767px) {
  .blockquote p {
    font-size: 22px;
    line-height: 1.4;
  }
}

.page-masthead {
  position: relative;
  width: 100%;
  height: 920px;
  background: #1D1D1B;
  overflow: hidden;
}
@media screen and (max-width : 1299px) {
  .page-masthead {
    height: 700px;
  }
}
@media screen and (max-width : 767px) {
  .page-masthead {
    height: 450px;
  }
}

.image-box {
  z-index: 1;
  position: relative;
  padding: 25px 40px;
  display: flex;
  align-items: flex-end;
  height: 500px;
  color: white;
  overflow: hidden;
}
@media screen and (max-width : 991px) {
  .image-box {
    height: 410px;
    padding: 30px;
  }
}
.image-box:hover .image-box__bg {
  width: 105%;
  height: 105%;
}
.image-box:hover .image-box__bg::after {
  opacity: 0.9;
}

.image-box__bg {
  z-index: -1;
  background: #1D1D1B;
  transition: 0.3s;
}
.image-box__bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black 0, rgba(29, 29, 27, 0) 55%);
  transition: 0.3s;
}

.image-box__text {
  max-width: 420px;
}

.filter-btn {
  position: relative;
  margin: 0 8px 10px;
  padding: 13px 12px 10px;
  border-radius: 20px;
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  transition: 0.3s;
}
.filter-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -1px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #1D1D1B;
  opacity: 0;
  transition: 0.3s;
}
.filter-btn.active {
  background: #1D1D1B;
  color: white;
}
.filter-btn.active::before {
  opacity: 1;
}
.filter-btn:hover:not(.active) {
  background: rgba(29, 29, 27, 0.1);
}

.filter-btn--light {
  border: 1px solid white;
  color: white;
}
.filter-btn--light::before {
  border-top: 8px solid white;
}
.filter-btn--light.active {
  background: white;
  color: #1D1D1B;
}
.filter-btn--light:hover:not(.active) {
  background: rgba(255, 255, 255, 0.1);
}

.project-tab-open {
  position: relative;
  font-size: 15px;
}
.project-tab-open:hover:not(.active) {
  opacity: 0.6;
}
.project-tab-open::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  transform: translate(-50%, 0);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #39393B;
  transition: 0.3s;
}
.project-tab-open.active::before {
  opacity: 1;
}

.project-tab-content {
  padding: 30px 40px 50px;
  border-radius: 6px;
  background: #39393B;
}
.project-tab-content ul {
  -moz-columns: 2;
       columns: 2;
  margin: 0 -30px;
}
@media screen and (max-width : 1299px) {
  .project-tab-content ul {
    margin: 0 -20px;
  }
}
.project-tab-content ul li {
  position: relative;
  margin: 0 30px;
  padding: 15px 0;
  padding-left: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width : 1299px) {
  .project-tab-content ul li {
    margin: 0 10px;
  }
}
.project-tab-content ul li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 19px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10'%3E%3Cpath fill='%23EB4D00' d='M14.014 9.09 17.5 5.649H0v-1.3h17.5L14.014.909l.92-.909L20 5l-5.066 5Z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.project-tab-content a {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width : 1299px) {
  .project-tab-content a {
    font-size: 14px;
  }
}
.project-tab-content a:hover {
  color: #EB4D00;
}

.region-wrap {
  position: relative;
}
.region-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 30px;
}
.region-wrap:hover .region-panel {
  visibility: visible;
  opacity: 1;
}

.region-open::after, .header__nav-extra__dropdown-toggle::after {
  content: "";
  margin-left: 8px;
  display: block;
  width: 8px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.039' height='8'%3E%3Cpath fill='none' d='M0 0h8v8H0z'/%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-miterlimit='10' d='m.355 2.191 3.671 3.618 3.662-3.618'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: 0.3s;
}
.region-wrap:hover .region-open, .region-wrap:hover .header__nav-extra__dropdown-toggle, .region-open[aria-expanded=true], [aria-expanded=true].header__nav-extra__dropdown-toggle {
  color: #EB4D00;
}
.region-wrap:hover .region-open::after, .region-wrap:hover .header__nav-extra__dropdown-toggle::after, .region-open[aria-expanded=true]::after, [aria-expanded=true].header__nav-extra__dropdown-toggle::after {
  transform: rotate(180deg);
}

@media screen and (min-width : 992px) {
  .region-panel {
    position: absolute;
    right: -80px;
    top: calc(100% + 15px);
    padding: 10px 40px;
    min-width: 300px;
    background: black;
    transition: 0.3s;
  }
  .region-panel:not(.active) {
    visibility: hidden;
    opacity: 0;
  }
}

.region-panel__item, .header__nav-extra__dropdown li {
  padding: 12px 0;
}
.region-panel__item:not(:last-child), .header__nav-extra__dropdown li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.region-panel__link, .header__nav-extra__dropdown li a {
  position: relative;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 18px;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width : 1299px) {
  .region-panel__link, .header__nav-extra__dropdown li a {
    font-size: 14px;
  }
}
a.region-panel__link:hover, .header__nav-extra__dropdown li a:hover {
  color: #EB4D00;
}

.region-panel__link::before, .header__nav-extra__dropdown li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10'%3E%3Cpath fill='%23EB4D00' d='M14.014 9.09 17.5 5.649H0v-1.3h17.5L14.014.909l.92-.909L20 5l-5.066 5Z'/%3E%3C/svg%3E") no-repeat center/contain;
}

.highlight-tag {
  z-index: 1;
  position: relative;
  padding: 4px 6px 3px;
  display: inline-block;
  border-radius: 14px;
  border: 1px solid #EB4D00;
  color: #EB4D00;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width : 768px) {
  .highlight-tag {
    padding: 4px 8px 3px;
    font-size: 14px;
  }
}

.scroll-down {
  display: inline-flex;
  align-items: center;
  color: white;
}
.scroll-down span {
  margin-left: 20px;
  display: inline-block;
  line-height: 1.3;
}
@media screen and (min-width : 768px) {
  .scroll-down span {
    margin-left: 30px;
  }
}

.scroll-down--dark {
  color: #1D1D1B;
}

.scroll-down--center {
  flex-direction: column;
}
.scroll-down--center .btn-arrow {
  order: 1;
  margin-top: 20px;
}
.scroll-down--center span {
  margin-left: 0;
}

.line-thru-text {
  position: relative;
  display: inline-block;
}
.line-thru-text::before, .line-thru-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2000px;
  height: 1px;
  background: #1D1D1B;
}
.line-thru-text::before {
  right: calc(100% + 8px);
}
.line-thru-text::after {
  left: calc(100% + 5px);
}

.case-study--light {
  color: white;
}

a.case-study:hover {
  color: #EB4D00;
}
a.case-study:hover .case-study__thumbnail img {
  width: 105%;
  height: 105%;
}

.case-study__thumbnail {
  position: relative;
  padding-bottom: 120%;
  max-width: 420px;
  overflow: hidden;
}
.case-study__thumbnail img {
  transition: 0.3s;
}

.case-study__open-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 88px;
  height: 88px;
  background: rgba(235, 77, 0, 0.75);
}
@media screen and (max-width : 767px) {
  .case-study__open-icon {
    width: 60px;
    height: 60px;
  }
}
.case-study__open-icon::before, .case-study__open-icon::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 3px;
  background: white;
}
.case-study__open-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.case-study__logo img {
  max-width: 120px;
  max-height: 55px;
}

.employee {
  position: relative;
  padding-bottom: 120%;
  display: block;
  background: #1D1D1B;
  color: white;
}
.employee:hover img {
  width: 105%;
  height: 105%;
}

.employee__thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.employee__thumbnail::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black 0%, transparent 35%);
}
.employee__thumbnail img {
  transition: 0.3s;
}

.employee__info {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.employee__info-text {
  flex: 1;
  padding: 20px;
}

.employee__open-icon {
  position: relative;
  width: 88px;
  height: 88px;
  background: rgba(235, 77, 0, 0.75);
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .employee__open-icon {
    display: none;
  }
}
.employee__open-icon::before, .employee__open-icon::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 3px;
  background: white;
}
.employee__open-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.case-study-detail-container {
  background: #fff;
}
.case-study-detail-container .fancybox__backdrop {
  display: none;
}
.case-study-detail-container .fancybox__slide {
  padding: 0;
}
.case-study-detail-container .fancybox__nav {
  display: none;
}

.case-study-detail {
  display: none;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width : 767px) {
  .case-study-detail {
    margin: 0;
    width: auto;
  }
}

.case-study-detail__bg {
  height: 400px;
}
@media screen and (max-width : 767px) {
  .case-study-detail__bg {
    min-height: 300px;
  }
}
@media screen and (min-width : 1300px) {
  .case-study-detail__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.case-study-detail__title {
  max-width: 630px;
}

.case-study-detail__project-info {
  padding: 30px;
  height: 100%;
  background: #F5F5F5;
  border-top: 4px solid #1D1D1B;
}
@media screen and (min-width : 768px) {
  .case-study-detail__project-info {
    margin-left: 30px;
    margin-right: -60px;
  }
}

.profile-detail-container {
  background: #fff;
}
.profile-detail-container .fancybox__backdrop {
  display: none;
}
.profile-detail-container .fancybox__slide {
  padding: 0;
}
.profile-detail-container .fancybox__nav {
  display: none;
}

.profile-detail {
  display: none;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width : 1299px) {
  .profile-detail .carousel__button {
    color: #fff !important;
  }
}
@media screen and (max-width : 767px) {
  .profile-detail {
    margin: 0;
    width: auto;
  }
}

.profile-detail__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.profile-detail__photo {
  margin: auto;
  padding: 0 30px;
  max-width: 700px;
}
.profile-detail__photo .btn-play {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.sp-panel {
  background: white;
  box-shadow: 0 50px 40px rgba(0, 0, 0, 0.2);
}

.sp-panel__header {
  padding: 60px 70px;
}
@media screen and (max-width : 767px) {
  .sp-panel__header {
    padding: 40px 30px;
  }
}

.sp-panel__item {
  position: relative;
  padding: 40px 70px;
  border-top: 1px solid rgba(29, 29, 27, 0.15);
}
@media screen and (max-width : 767px) {
  .sp-panel__item {
    padding: 30px 30px;
  }
}

.sp-panel__toggle {
  padding-right: 30px;
}

.sp-panel__toggle-icon {
  position: absolute;
  right: 60px;
  top: 45px;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
@media screen and (max-width : 991px) {
  .sp-panel__toggle-icon {
    right: 50px;
  }
}
@media screen and (max-width : 767px) {
  .sp-panel__toggle-icon {
    right: 30px;
    top: 35px;
    width: 20px;
    height: 20px;
  }
}
.sp-panel__toggle-icon::before, .sp-panel__toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 4px;
  background: #1D1D1B;
  transition: 0.3s;
}
.sp-panel__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sp-panel__toggle:hover .sp-panel__toggle-icon::before, .sp-panel__toggle:hover .sp-panel__toggle-icon::after {
  background: #EB4D00;
}
.sp-panel__item.active .sp-panel__toggle-icon::after {
  width: 0;
}

.sp-panel__title {
  transform: translate(0, 2px);
  transition: 0.3s;
}
.sp-panel__toggle:hover .sp-panel__title {
  color: #EB4D00;
}

.expertise {
  display: flex;
  align-items: stretch;
  min-height: 240px;
  background: white;
}
@media screen and (max-width : 1299px) {
  .expertise {
    min-height: 180px;
  }
}
@media screen and (max-width : 767px) {
  .expertise {
    min-height: 140px;
  }
}
.expertise:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  color: #EB4D00;
}
.expertise:hover img {
  width: 105%;
  height: 105%;
}

.expertise__thumbnail {
  position: relative;
  width: 300px;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width : 1299px) {
  .expertise__thumbnail {
    width: 200px;
  }
}
@media screen and (max-width : 767px) {
  .expertise__thumbnail {
    width: 160px;
  }
}
.expertise__thumbnail img {
  transition: 0.3s;
}

.expertise__text {
  flex: 1;
  position: relative;
  padding: 35px 30px 60px;
}
@media screen and (max-width : 767px) {
  .expertise__text {
    padding: 20px;
    padding-bottom: 55px;
  }
}

.expertise__arrow {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media screen and (max-width : 767px) {
  .expertise__arrow {
    left: 20px;
    bottom: 20px;
  }
}
.expertise__arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='%231D1D1B'%3E%3Cpath d='M14.014 9.09 17.5 5.649H0v-1.3h17.5L14.014.909l.92-.909L20 5l-5.066 5Z'/%3E%3C/svg%3E") no-repeat center/contain;
}

.project-list {
  padding: 25px 0;
  display: block;
  border-bottom: 1px solid rgba(29, 29, 27, 0.2);
  font-size: 14px;
}
.project-list:hover {
  background: #F8F8F8;
}
.project-list:hover .project-list__title {
  color: #EB4D00;
}

.project-list__thumbnail {
  flex-shrink: 0;
  position: relative;
  width: 195px;
  height: 120px;
}
@media screen and (max-width : 767px) {
  .project-list__thumbnail {
    width: 120px;
    height: 80px;
  }
}

@media screen and (min-width : 768px) {
  .project-list__type {
    position: absolute;
    left: 10px;
    top: 10px;
  }
}
@media screen and (max-width : 767px) {
  .project-list__type {
    margin-top: 10px;
  }
}

.project-list__title {
  transition: 0.3s;
}

.gallery-grid-image {
  position: relative;
  padding-bottom: 80%;
  display: block;
  overflow: hidden;
}
.gallery-grid-image:hover img {
  width: 105%;
  height: 105%;
}
.gallery-grid-image img {
  transition: 0.3s;
}
.gallery-grid-image:not(:hover) figcaption {
  visibility: hidden;
  opacity: 0;
}
.gallery-grid-image figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
}

@media screen and (max-width : 1599px) {
  .values-slider .flickity-viewport {
    overflow: unset;
  }
}
.values-slider .flickity-page-dots {
  z-index: -1;
  bottom: calc(100% + 20px);
}
.values-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: 3px solid black;
  border-right: 3px solid black;
  pointer-events: none;
}
.values-slider::after {
  content: "flickity";
  display: none;
}
@media screen and (max-width : 767px) {
  .values-slider::after {
    content: "";
  }
}

.values-slider__item {
  position: relative;
  width: 25%;
  min-height: 480px;
  border-top: 3px solid black;
  border-right: 3px solid black;
  color: #fff;
  text-align: center;
  pointer-events: auto !important;
}
@media screen and (max-width : 1299px) {
  .values-slider__item {
    width: 33.34%;
  }
}
@media screen and (max-width : 991px) {
  .values-slider__item {
    width: 50%;
  }
}
@media screen and (max-width : 767px) {
  .values-slider__item {
    width: 100%;
    min-height: 300px;
  }
}
.values-slider__item:hover .our-value__details, .values-slider__item:focus .our-value__details {
  visibility: visible;
  opacity: 1;
}

.our-value__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  width: 100%;
}
.our-value__title span {
  background-image: linear-gradient(#EB4D00 0%, #EB4D00 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 3px;
}

.our-value__details {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  width: calc(100% + 6px);
  min-height: calc(100% + 30px);
  background: #EB4D00;
  transition: 0.3s;
}
@media screen and (max-width : 1299px) {
  .our-value__details {
    padding: 40px 20px;
  }
}

.org-list {
  padding-left: 95px;
}
@media screen and (max-width : 767px) {
  .org-list {
    padding-left: 55px;
  }
}

.org-list__title {
  position: relative;
}
.org-list__title::before {
  content: "";
  position: absolute;
  right: calc(100% + 15px);
  top: 15px;
  width: 80px;
  height: 1px;
  background: #1D1D1B;
}
@media screen and (max-width : 767px) {
  .org-list__title::before {
    top: 12px;
    width: 40px;
  }
}

.org-list_logo img {
  width: 180px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width : 767px) {
  .org-list_logo img {
    width: 140px;
    height: 50px;
  }
}

.timeline {
  position: relative;
}

.timeline__line {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translate(-50%, 5px);
  width: 1px;
  height: 100%;
  background: white;
  transition: 0.5s;
}
@media screen and (max-width : 991px) {
  .timeline__line {
    top: 0;
    left: 0;
  }
}
.timeline__line:not(.active) {
  opacity: 0;
}

.timeline__label {
  position: absolute;
  left: 0;
  bottom: calc(100% + 15px);
  transform: rotate(-90deg);
  transform-origin: left;
  white-space: nowrap;
}

.timeline__dot {
  position: absolute;
  left: 1px;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
}

.timeline__date {
  z-index: 1;
  position: relative;
  margin-top: -75px;
  text-shadow: 2px 15px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width : 991px) {
  .timeline__date {
    margin-top: -50px;
  }
}

.timeline__item {
  position: relative;
}
@media screen and (min-width : 992px) {
  .timeline__item.left {
    padding-right: 60px;
  }
  .timeline__item.right {
    padding-left: 60px;
  }
}
@media screen and (max-width : 991px) {
  .timeline__item {
    padding-left: 60px;
  }
}
@media screen and (max-width : 767px) {
  .timeline__item {
    padding-left: 40px;
  }
}
.timeline__item.has-divider {
  padding-bottom: 40px;
  border-bottom: 1px solid white;
}
.timeline__item.has-divider::before, .timeline__item.has-divider::after {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  bottom: 0;
  transform: translate(-50%, 50%) rotate(-60deg);
  width: 20px;
  height: 1px;
  background: white;
}
.timeline__item.has-divider::after {
  left: calc(50% + 5px);
}
.timeline__item .frame--flexible {
  min-height: 100px;
}
@media screen and (max-width : 1299px) {
  .timeline__item .frame--flexible {
    min-height: 50px;
  }
}

.profile:not(.no-zoom) {
  display: block;
}
.profile:not(.no-zoom):hover img {
  width: 105%;
  height: 105%;
}

.profile__thumbnail {
  position: relative;
  overflow: hidden;
}
.profile__thumbnail img {
  transition: 0.3s;
}

.profile-wrap {
  display: flex;
}

.profile--small {
  width: 190px;
}
.profile--small .profile__thumbnail {
  height: 230px;
}
@media screen and (max-width : 767px) {
  .profile--small {
    width: 160px;
  }
  .profile--small .profile__thumbnail {
    height: 190px;
  }
}

.profile__quote {
  flex: 1;
  margin-left: -30px;
  padding: 30px 40px;
  background: #F5F5F5;
}
@media screen and (max-width : 767px) {
  .profile__quote {
    padding: 30px 20px;
    text-align: center;
  }
}

.grid-lines {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.grid-lines::before {
  content: "";
  margin: auto;
  display: block;
  width: 1px;
  height: 180px;
  border-right: 1px solid;
}
@media screen and (max-width : 991px) {
  .grid-lines::before {
    height: 100px;
  }
}

.grid-lines__intro {
  width: 100%;
  border-top: 1px solid;
}

.grid-lines__cell {
  position: relative;
  margin: 0 -1px -1px 0;
  padding-bottom: 15%;
  width: calc(20% + 1px);
  border: 1px solid;
}
@media screen and (max-width : 1299px) {
  .grid-lines__cell {
    padding-bottom: 20%;
    width: calc(25% + 1px);
  }
}
@media screen and (max-width : 991px) {
  .grid-lines__cell {
    padding-bottom: 25%;
    width: calc(33.33% + 1px);
  }
}
@media screen and (max-width : 767px) {
  .grid-lines__cell {
    padding-bottom: 35%;
    width: calc(50% + 1px);
  }
}
.grid-lines__cell .logo-frame {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width : 768px) {
  .grid-lines__cell .logo-frame img {
    width: 180px;
  }
}

.client-list {
  position: relative;
}
.client-list > li {
  position: unset !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='6' width='6'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23EB4D00' /%3E%3C/svg%3E") no-repeat left 10px top 8px/5px 5px;
}
.client-list > li::before {
  display: none;
}

.client-list__item:not(.has-tooltip) {
  background: none;
}
.client-list__item.has-tooltip:hover .client-list__item-tooltip-wrap {
  visibility: visible;
  opacity: 1;
}

.client-list__item-tooltip-wrap {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  transform: translate(0, 8px);
  transition: 0.1s;
}
.client-list__item-tooltip-wrap::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: calc(100% - 1px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #000;
}
.client-list__item-tooltip-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 10px;
}

.client-list__item-tooltip {
  padding: 20px 25px;
  width: 300px;
  max-height: 200px;
  background: #000;
  color: #fff;
  font-size: 14px;
  overflow-y: scroll;
}
.client-list__item-tooltip li {
  position: relative;
  padding-left: 15px;
}
.client-list__item-tooltip li::before {
  content: "-";
  position: absolute;
  left: 5px;
  top: 0;
}
.client-list__item-tooltip a {
  color: #fff;
}

.news-wrap:not(:last-child)::after {
  content: "";
  margin: 50px 0;
  display: block;
  height: 1px;
  background: #1D1D1B;
}
@media screen and (max-width : 767px) {
  .news-wrap:not(:last-child)::after {
    margin: 25px 0;
  }
}

.news {
  display: flex;
}
@media screen and (max-width : 767px) {
  .news {
    flex-direction: column;
  }
}
.news:hover img {
  width: 105%;
  height: 105%;
}

.news__thumbnail {
  margin-right: 8%;
  width: 33.33%;
}
@media screen and (max-width : 767px) {
  .news__thumbnail {
    margin-bottom: 20px;
    width: 100%;
  }
}
.news__thumbnail img {
  transition: 0.3s;
}

.news__text {
  flex: 1;
  padding: 30px 0;
}
@media screen and (max-width : 991px) {
  .news__text {
    padding: 0;
  }
}

.aligned-to-logo {
  margin-left: 170px;
}
@media screen and (max-width : 991px) {
  .aligned-to-logo {
    margin-left: 115px;
  }
}

.orgs-box {
  padding: 70px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: white;
}
@media screen and (max-width : 1299px) {
  .orgs-box {
    padding: 50px;
  }
}
@media screen and (max-width : 767px) {
  .orgs-box {
    padding: 30px;
  }
}

.orgs-box__logo {
  width: 100%;
  margin: 20px auto;
}
@media screen and (max-width : 1299px) {
  .orgs-box__logo {
    margin: 0 auto;
  }
}

.orgs-box__text {
  margin-top: auto;
  max-width: 340px;
}
.orgs-box__text::before {
  content: "";
  margin-bottom: 20px;
  display: block;
  width: 65px;
  height: 2px;
  background: #EB4D00;
}

.safety-alert {
  margin-top: 1px;
  padding: 15px 40px;
  align-items: center;
  background: #F5F5F5;
}
.safety-alert img {
  margin-bottom: 10px;
  width: 100px;
}
@media screen and (max-width : 991px) {
  .safety-alert {
    padding: 15px 20px;
  }
}
@media screen and (min-width : 768px) {
  .safety-alert {
    display: flex;
  }
  .safety-alert img {
    margin-bottom: 5px;
    width: 180px;
  }
}

.safety-alert__divider {
  display: block;
  width: 1px;
  height: 40px;
  background: #1D1D1B;
}
@media screen and (max-width : 767px) {
  .safety-alert__divider {
    display: none;
  }
}

.pathway {
  display: block;
}
.pathway:hover {
  color: #EB4D00;
}
.pathway:hover .pathway__thumbnail img {
  width: 105%;
  height: 105%;
}

.pathway__thumbnail {
  position: relative;
  padding-bottom: 120%;
  overflow: hidden;
}
.pathway__thumbnail img {
  transition: 0.3s;
}

.flexible-tab-nav {
  margin-bottom: -1px;
  display: flex;
  width: 100%;
}
@media screen and (max-width : 767px) {
  .flexible-tab-nav {
    display: none;
  }
}

.flexible-tab-nav__item {
  position: relative;
  width: 100%;
}
@media screen and (min-width : 768px) {
  .flexible-tab-nav__item {
    flex-grow: 1;
    width: 0;
  }
  .flexible-tab-nav__item:not(:last-child) {
    border-right: 1px solid white;
  }
}

.flexible-tab-btn {
  position: relative;
  padding: 20px;
  width: 100%;
  height: 100%;
  background: #EB4D00;
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width : 992px) {
  .flexible-tab-btn {
    padding: 30px 10px;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width : 767px) {
  .flexible-tab-btn {
    text-align: left;
  }
}
.flexible-tab-btn:hover {
  background: #cc4400;
}
.flexible-tab-btn.active, .flexible-tab-btn[aria-expanded=true] {
  background: white;
  border-bottom: 1px solid rgba(29, 29, 27, 0.1);
  color: #1D1D1B;
}

.flexible-tab-btn__toggle-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  transition: 0.3s;
}
@media screen and (min-width : 768px) {
  .flexible-tab-btn__toggle-icon {
    display: none;
  }
}
.flexible-tab-btn__toggle-icon::before, .flexible-tab-btn__toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: white;
  transition: 0.3s;
}
.flexible-tab-btn__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.flexible-tab-btn[aria-expanded=true] .flexible-tab-btn__toggle-icon::before, .flexible-tab-btn[aria-expanded=true] .flexible-tab-btn__toggle-icon::after {
  background: #1D1D1B;
}
.flexible-tab-btn[aria-expanded=true] .flexible-tab-btn__toggle-icon::after {
  width: 0;
}

@media screen and (max-width : 767px) {
  .flexible-tab-content::after {
    content: "";
  }
}
.flexible-tab-content .section-tab-content__item {
  visibility: visible;
}
@media screen and (min-width : 768px) {
  .flexible-tab-content .collapsible-trigger {
    display: none;
  }
}
.flexible-tab-content .collapsible:not(:last-child) .collapsible-trigger[aria-expanded=false] {
  border-bottom: 1px solid white;
}
.contact-row {
  display: flex;
  flex-wrap: wrap;
}

.contact-col {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
}
@media screen and (min-width : 768px) {
  .contact-col {
    margin-bottom: 20px;
    width: 50%;
  }
}
@media screen and (min-width : 992px) {
  .contact-col {
    width: 25%;
  }
  .contact-col:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid;
    opacity: 0.2;
  }
}

.jobs-list__head button {
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jobs-list__head button.sorted svg {
  opacity: 1;
}
.jobs-list__head button.sorted.desc svg {
  transform: rotate(180deg);
}
.jobs-list__head button svg {
  display: inline-block;
  margin-left: 7px;
  width: 10px;
  height: 10px;
  opacity: 0;
  transition: opacity 0.15s;
}

.job {
  padding: 30px 0;
  display: block;
  border-bottom: 1px solid #606266;
}
@media screen and (max-width : 767px) {
  .job {
    padding: 20px 0;
  }
}
.job:hover {
  background: #F8F8F8;
}

.flickity-enabled.is-fade > .flickity-viewport > .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade > .flickity-viewport > .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.flickity-prev-next-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 190px;
  border-radius: 0;
  width: 88px;
  height: 88px;
  background: #000;
  transition: 0.15s;
}
@media screen and (max-width : 767px) {
  .flickity-prev-next-button {
    width: 60px;
    height: 60px;
  }
}
.flickity-prev-next-button:disabled {
  opacity: 0;
}
.flickity-prev-next-button:hover {
  background: #EB4D00;
}
.flickity-prev-next-button.previous {
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width : 767px) {
  .flickity-prev-next-button.previous {
    transform: translateY(-50%);
  }
}
.flickity-prev-next-button.next {
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width : 767px) {
  .flickity-prev-next-button.next {
    transform: translateY(-50%);
  }
}
.flickity-prev-next-button .flickity-button-icon {
  position: relative;
  left: auto;
  top: auto;
  width: 16px;
  height: 16px;
  fill: #fff;
}

@media screen and (min-width : 992px) {
  #foundation-intro {
    min-height: 709px;
  }
}/*# sourceMappingURL=main.css.map */