@-webkit-keyframes scrollindicator {
  from {
    top: -22px;
  }
  to {
    top: 45px;
  }
}
@keyframes scrollindicator {
  from {
    top: -22px;
  }
  to {
    top: 45px;
  }
}
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
}
@-webkit-keyframes dashback {
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes dashback {
  to {
    stroke-dashoffset: 1000;
  }
}
@-webkit-keyframes upDownBounce {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes upDownBounce {
  50% {
    transform: translateY(-10px);
  }
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: 0 !important;
}
html {
  color: #515b71;
  font-family: 'mr-eaves-xl-modern', 'Helvetica', sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 325px) {
  html {
    font-size: calc(16px + 4 * ((100vw - 425px) / 775));
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
body {
  overflow-x: hidden;
  margin: 0;
  font-size: 1rem;
}
.button,
button,
input[type='submit'],
.primary-navigation__menu .primary-navigation__menu-button a,
.contact-form__form-container .gform_wrapper .top_label .row-five-upload label {
  z-index: 1;
  padding: 10px 27px;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: #02314e;
  background-color: transparent;
  border: 1px solid #d5a81a;
}
@media screen and (min-width: 600px) {
  .button,
  button,
  input[type='submit'],
  .primary-navigation__menu .primary-navigation__menu-button a,
  .contact-form__form-container .gform_wrapper .top_label .row-five-upload label {
    padding: 1.4vw 3.8vw;
  }
}
@media screen and (min-width: 1500px) {
  .button,
  button,
  input[type='submit'],
  .primary-navigation__menu .primary-navigation__menu-button a,
  .contact-form__form-container .gform_wrapper .top_label .row-five-upload label {
    padding: 25px 68px;
  }
}
a.button {
  display: inline-block;
}
button,
.button,
.primary-navigation__menu .primary-navigation__menu-button a,
.contact-form__form-container .gform_wrapper .top_label .row-five-upload label {
  position: relative;
  transition: color 0.2s ease-in;
}
button:before,
.button:before,
.primary-navigation__menu .primary-navigation__menu-button a:before,
.contact-form__form-container .gform_wrapper .top_label .row-five-upload label:before {
  bottom: -1px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: -1;
  content: '';
  background-color: #d5a81a;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease-in;
}
button:hover,
.button:hover,
.primary-navigation__menu .primary-navigation__menu-button a:hover,
.contact-form__form-container .gform_wrapper .top_label .row-five-upload label:hover,
button:active,
.button:active,
.primary-navigation__menu .primary-navigation__menu-button a:active,
.contact-form__form-container .gform_wrapper .top_label .row-five-upload label:active,
button:focus,
.button:focus,
.primary-navigation__menu .primary-navigation__menu-button a:focus,
.contact-form__form-container .gform_wrapper .top_label .row-five-upload label:focus {
  color: #fff;
}
button:hover:before,
.button:hover:before,
.primary-navigation__menu .primary-navigation__menu-button a:hover:before,
.contact-form__form-container .gform_wrapper .top_label .row-five-upload label:hover:before,
button:active:before,
.button:active:before,
.primary-navigation__menu .primary-navigation__menu-button a:active:before,
.contact-form__form-container .gform_wrapper .top_label .row-five-upload label:active:before,
button:focus:before,
.button:focus:before,
.primary-navigation__menu .primary-navigation__menu-button a:focus:before,
.contact-form__form-container .gform_wrapper .top_label .row-five-upload label:focus:before {
  transform: scaleX(1);
}
button:active:before,
.button:active:before,
.primary-navigation__menu .primary-navigation__menu-button a:active:before,
.contact-form__form-container .gform_wrapper .top_label .row-five-upload label:active:before {
  background-color: #bc920e;
}
input[type='submit'] {
  transition: all 0.2s ease-in;
}
input[type='submit']:active,
input[type='submit']:focus,
input[type='submit']:hover {
  color: #fff;
  background-color: #d5a81a;
}
p,
ul,
li {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.0002px;
  line-height: 1.5;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.picture-testimonial__name,
.cs-link__name {
  margin: 0;
  color: #02314e;
  font-family: 'bebas-neue', 'Impact', 'Arial Black', 'Arial', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}
h2,
.h2 {
  font-size: 2.75rem;
  letter-spacing: 0.01em;
  line-height: 1;
}
h3,
.h3 {
  font-size: 1.6rem;
  line-height: 1;
}
h4,
.h4,
.cs-link__name {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.07;
}
h5,
.h5,
.picture-testimonial__name {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  line-height: 1.27;
}
h6,
.h6 {
  font-size: 1rem;
  line-height: 1;
}
figure,
img,
video {
  height: auto;
  max-width: 100%;
}
.screen-reader-only,
#skipnav {
  overflow: hidden;
  position: absolute;
  height: 1px;
  margin: -1px;
  padding: 0;
  width: 1px;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
#skipnav:focus {
  left: 0;
  top: 0;
  height: auto;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  color: #f00;
  font-weight: bold;
  text-align: center;
  background: GhostWhite;
  border: 2px solid #f00;
  border-left: none;
  border-right: none;
  clip: auto;
}
.arrow-link {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.arrow-link:hover,
.arrow-link:focus {
  color: #d5a81a;
}
.arrow-link:active {
  color: #bc920e;
}
.arrow-link:active .arrow-link__arrow * {
  stroke: #bc920e;
}
.arrow-link__arrow {
  margin-left: 0.6vw;
}
.arrow-link__arrow * {
  transition: stroke 0.3s ease;
}
.bw-image {
  position: relative;
}
.bw-image__image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.bw-image__overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(2,49,78,0.15);
}
.fade-up,
.team-card,
.map-cta__title,
.map-cta__description,
.map-cta__button-holder,
.picture-testimonial__logo,
.picture-testimonial__quote,
.picture-testimonial__attribution,
.picture-testimonial__link-holder,
.cs-overview__content,
.cs-content__row,
.cookie-hero__title,
.cookie-hero__overview,
.about-us__headline,
.about-us__link,
.about-us__item,
.our-team__headline,
.our-team__description,
.our-team__link {
  opacity: 0;
  transform: translateY(25px);
}
.fade-up--big,
.home-hero__title,
.home-hero__title span {
  opacity: 0;
  transform: translateY(50px);
}
.filters {
  margin: 0;
  padding: 0 10px;
  padding-bottom: 2.1vw;
  list-style-type: none;
}
@media screen and (min-width: 900px) {
  .filters {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .filters {
    text-align: left;
  }
}
.filter {
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 10px;
  width: 32%;
}
.filter:first-child {
  margin-left: 0;
}
@media screen and (min-width: 900px) {
  .filter:first-child {
    margin-left: 3.2vw;
  }
}
@media screen and (min-width: 900px) {
  .filter {
    margin-left: 3.2vw;
    width: initial;
  }
}
.filter--active {
  border-left: 1px solid #d5a81a;
}
.filter--active .filter__link {
  color: #d5a81a;
}
.filter__link {
  color: #fff;
  font-family: 'bebas-neue', 'Impact', 'Arial Black', 'Arial', sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.filter__link:hover,
.filter__link:active,
.filter__link:focus {
  color: #d5a81a;
}
@media screen and (min-width: 900px) {
  .filter__link {
    font-size: 1.3rem;
  }
}
.hover-card {
  position: relative;
  margin-bottom: 2vw;
}
@media screen and (min-width: 466px) {
  .hover-card {
    margin-bottom: 1.4vw;
  }
}
.hover-card:hover .hover-card__overlay,
.hover-card:active .hover-card__overlay,
.hover-card:focus .hover-card__overlay {
  opacity: 1;
}
.hover-card:hover .hover-card__divider,
.hover-card:active .hover-card__divider,
.hover-card:focus .hover-card__divider {
  transform: scale(1);
}
.hover-card:hover .hover-card__category,
.hover-card:active .hover-card__category,
.hover-card:focus .hover-card__category,
.hover-card:hover .hover-card__title,
.hover-card:active .hover-card__title,
.hover-card:focus .hover-card__title {
  opacity: 1;
  transform: translateX(0);
}
.hover-card:hover .hover-card__image,
.hover-card:active .hover-card__image,
.hover-card:focus .hover-card__image {
  -webkit-filter: #808080;
          filter: #808080;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.hover-card__image {
  vertical-align: bottom;
  transition: -webkit-filter 0.1s ease;
  transition: filter 0.1s ease;
  transition: filter 0.1s ease, -webkit-filter 0.1s ease;
}
.hover-card__image-holder {
  position: relative;
}
.hover-card__image-holder:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  background: linear-gradient(to top, #071015, transparent);
}
.hover-card__overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2.78vw;
  background-color: rgba(213,168,26,0.8);
  opacity: 0;
  transition: opacity 0.1s ease;
}
@media screen and (max-width: 899px) {
  .hover-card__overlay {
    background-color: transparent;
    opacity: 1;
  }
}
.hover-card__overlay-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .hover-card__overlay-content {
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 466px) {
  .hover-card__overlay-content {
    flex-direction: row;
  }
}
@media screen and (min-width: 466px) {
  .hover-card__divider {
    bottom: 0;
    position: absolute;
    right: 50%;
    top: 0;
    width: 1px;
    content: '';
    background-color: #fff;
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 899px) {
  .hover-card__divider {
    display: none !important;
  }
}
.hover-card__category,
.hover-card__title {
  width: 50%;
}
.hover-card__category {
  position: relative;
  transform: translateX(-15px);
}
@media screen and (max-width: 899px) {
  .hover-card__category {
    display: none !important;
  }
}
@media screen and (min-width: 466px) {
  .hover-card__category {
    padding-right: 1.67vw;
  }
}
.hover-card__category,
.hover-card__title {
  opacity: 0;
  transform-origin: right center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 899px) {
  .hover-card__category,
  .hover-card__title {
    opacity: 1;
  }
}
.hover-card__category-icon {
  display: none;
}
@media screen and (min-width: 466px) {
  .hover-card__category-icon {
    display: block;
    max-width: 85px;
    margin: 0 auto;
  }
}
.hover-card__category-label {
  margin: 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}
.hover-card__title {
  margin: 0;
  color: #fff;
  font-family: 'bebas-neue', 'Impact', 'Arial Black', 'Arial', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateX(15px);
}
@media screen and (max-width: 899px) {
  .hover-card__title {
    bottom: 10px;
    left: 20px;
    position: absolute;
    transform: none !important;
  }
}
@media screen and (min-width: 466px) {
  .hover-card__title {
    padding-left: 1.67vw;
  }
}
.mobile-container,
.cs-text-image,
.cs-text,
.cs-image,
.case-study-grid,
.cs-slider,
.footer__container,
.secondary-footer__container,
.picture-testimonial__content,
.photo-cta__content,
.primary-navigation__container,
.cs-header__inner-content,
.cs-overview__content,
.basic-page,
.about-hero__content,
.about-team__content,
.about-story,
.about-values__title,
.about-values__cards,
.csa-header,
.contact-form__content,
.cookie-hero__content,
.team__cards,
.error-404,
.about-us__content,
.thanks__content {
  margin: 0 auto;
  width: 81%;
}
@media screen and (min-width: 900px) {
  .mobile-container,
  .cs-text-image,
  .cs-text,
  .cs-image,
  .case-study-grid,
  .cs-slider,
  .footer__container,
  .secondary-footer__container,
  .picture-testimonial__content,
  .photo-cta__content,
  .primary-navigation__container,
  .cs-header__inner-content,
  .cs-overview__content,
  .basic-page,
  .about-hero__content,
  .about-team__content,
  .about-story,
  .about-values__title,
  .about-values__cards,
  .csa-header,
  .contact-form__content,
  .cookie-hero__content,
  .team__cards,
  .error-404,
  .about-us__content,
  .thanks__content {
    width: 90%;
  }
}
.project-card {
  display: flex;
  overflow: hidden;
  position: relative;
  min-height: 250px;
  width: 34.8vw;
  color: #fff;
  text-align: left;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .project-card {
    min-height: 39vw;
  }
}
.project-card__background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.project-card__overlay {
  bottom: -1px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  background: linear-gradient(to top, #071015, rgba(7,16,21,0));
  transform: scaleY(0.42);
  transform-origin: bottom center;
  transition: transform 0.5s ease;
}
.project-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  max-width: calc(275px + 4.8vw);
  padding: 20px 20px 10px;
}
@media screen and (min-width: 600px) {
  .project-card__content {
    padding: 2.4vw 2.4vw 1.38vw;
  }
}
.project-card__category {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.project-card__title {
  margin-bottom: 5px;
  color: #fff;
}
.project-card__arrow {
  transform: translateX(-15px);
  transform-origin: left center;
  transition: transform 0.5s ease 0.25s;
}
.project-card__arrow * {
  stroke: transparent;
  transition: stroke 0.5s ease 0.25s;
}
.project-card:hover .project-card__overlay,
.project-card:active .project-card__overlay,
.project-card:focus .project-card__overlay {
  transform: scaleY(1);
}
.project-card:hover .project-card__arrow,
.project-card:active .project-card__arrow,
.project-card:focus .project-card__arrow {
  transform: translateX(0);
}
.project-card:hover .project-card__arrow *,
.project-card:active .project-card__arrow *,
.project-card:focus .project-card__arrow * {
  stroke: #d5a81a;
}
.team-card-block {
  padding: 0px 25px;
  display: flex;
}
@media screen and (min-width: 600px) {
  .team-card-block {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .team-card-block {
    width: 33.33%;
  }
}
.team-card {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  text-decoration: none;
  background-color: #fff;
}
.team-card:after {
  bottom: -3%;
  left: 3%;
  position: absolute;
  right: -3%;
  top: 3%;
  content: '';
  border: 1px solid #d5a81a;
}
@media screen and (min-width: 600px) {
  .team-card:after {
    bottom: -20px;
    left: 20px;
    position: absolute;
    right: -20px;
    top: 20px;
  }
}
.team-card--empty {
  background-color: transparent;
}
.team-card--empty:after {
  display: none;
}
.team-card__image {
  margin-left: 40px;
  width: calc(100% - 40px);
}
.team-card__text {
  margin-top: auto;
  padding: 30px 20px 30px 40px;
}
.team-card__text-inner {
  display: inline-block;
  position: relative;
}
.team-card__text-inner:after {
  bottom: 0;
  left: 0;
  position: absolute;
  height: 1px;
  width: 80px;
  content: '';
  background-color: #d5a81a;
  transform-origin: left center;
  transition: width 0.2s ease;
}
.team-card__name,
.team-card__position {
  display: inline-block;
  clear: both;
  margin: 0;
  transition: color 0.2s ease;
}
.team-card__name {
  color: #02314e;
  font-family: 'bebas-neue', 'Impact', 'Arial Black', 'Arial', sans-serif;
  font-size: 1.94rem;
  line-height: 1;
  text-transform: uppercase;
}
.team-card__position {
  padding-bottom: 12px;
  padding-right: 20px;
  color: #515b71;
  font-size: 1.11rem;
  letter-spacing: 0.01em;
}
.team-card:active .team-card__name,
.team-card:hover .team-card__name,
.team-card:focus .team-card__name,
.team-card:active .team-card__position,
.team-card:hover .team-card__position,
.team-card:focus .team-card__position {
  color: #d5a81a;
}
.team-card:active .team-card__text-inner:after,
.team-card:hover .team-card__text-inner:after,
.team-card:focus .team-card__text-inner:after {
  width: 100%;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignright,
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft,
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.case-studies {
  position: relative;
  padding: 90px 0 90px 8.5vw;
  color: #fff;
  background-color: #071015;
}
@media screen and (min-width: 600px) {
  .case-studies {
    padding: 12.5vw 0 12.5vw 5vw;
  }
}
@media screen and (min-width: 1000px) {
  .case-studies {
    padding-left: 6.7vw;
  }
}
.case-studies__content {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .case-studies__content {
    align-items: center;
    display: flex;
    padding-right: 0;
    text-align: left;
  }
}
.case-studies__overview {
  margin-bottom: 5vw;
  padding-right: 4vw;
}
@media screen and (min-width: 1000px) {
  .case-studies__overview {
    margin-bottom: 0;
    width: 23vw;
  }
}
.case-studies__headline {
  color: #fff;
}
.case-studies__description {
  margin: 1.7vw 0 2.4vw;
}
.case-studies__link-holder {
  margin: 0;
}
.case-studies__slider {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .case-studies__slider {
    width: 63.6vw;
  }
}
.case-studies__slider:after {
  bottom: -10px;
  position: absolute;
  right: 0;
  top: -10px;
  width: 19.3vw;
  content: '';
  background: linear-gradient(to left, #071015, rgba(7,16,21,0));
}
.case-studies__slider .slick-list {
  padding-right: 17.3vw;
}
@media screen and (min-width: 600px) {
  .case-studies__slider .slick-list {
    padding-right: 27.3vw;
  }
}
.case-studies__slider .project-card {
  display: flex !important;
}
.case-studies__slider .slick-slide {
  padding-right: 2.1vw;
}
.case-studies__controls {
  position: absolute;
  right: 5%;
  top: 7vw;
}
.case-studies--more-work .case-studies__controls {
  top: -7vw;
}
.case-studies__controls,
.case-studies__controls-mobile {
  margin: 4.2vw 0;
}
@media screen and (min-width: 1000px) {
  .case-studies__controls,
  .case-studies__controls-mobile {
    margin-top: 0;
  }
}
.case-studies__controls .button,
.case-studies__controls-mobile .button {
  padding: 10px 15px;
}
@media screen and (min-width: 600px) {
  .case-studies__controls .button,
  .case-studies__controls-mobile .button {
    padding: 1.1vw 1.4vw;
  }
}
.case-studies__controls .button svg *,
.case-studies__controls-mobile .button svg * {
  transition: stroke 0.5s;
}
.case-studies__controls .button:hover svg *,
.case-studies__controls-mobile .button:hover svg *,
.case-studies__controls .button:active svg *,
.case-studies__controls-mobile .button:active svg *,
.case-studies__controls .button:focus svg *,
.case-studies__controls-mobile .button:focus svg * {
  stroke: #fff;
}
.case-studies__controls .slick-prev,
.case-studies__controls-mobile .slick-prev {
  margin-right: 2.1vw;
}
.case-studies__controls .slick-prev svg,
.case-studies__controls-mobile .slick-prev svg {
  transform: rotate(180deg);
}
.case-studies--more-work .case-studies__content {
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .case-studies--more-work .case-studies__slider {
    margin-left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .case-studies--more-work .case-studies__overview {
    display: flex;
    flex-direction: column;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    padding-bottom: 5vw;
    padding-right: 3vw;
    padding-top: 5vw;
  }
}
.case-studies--more-work .case-studies__controls,
.case-studies--more-work .case-studies__controls-mobile {
  margin-bottom: 0;
}
.case-studies--more-work .case-studies__controls {
  display: none;
  margin-top: auto;
}
@media screen and (min-width: 1000px) {
  .case-studies--more-work .case-studies__controls {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .case-studies--more-work .case-studies__controls-mobile {
    display: none;
  }
}
.case-studies--more-work .arrow-link {
  font-weight: 300;
}
.cs-image-grid div {
  margin-bottom: 10px;
}
.cs-image-grid div:last-child {
  margin-bottom: 0;
}
.cs-fw-image img {
  display: block;
  height: auto;
  width: 100%;
}
.cs-half-images {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.cs-half-images img {
  width: calc(50% - 5px);
}
.cs-text-image {
  padding-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .cs-text-image {
    align-items: center;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
  }
}
.csti__text {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .csti__text {
    margin-left: 8.7vw;
    max-width: 385px;
    padding-bottom: 2.1vw;
    width: 27vw;
    text-align: left;
  }
}
.csti__text p:first-child {
  margin-top: 0;
}
.csti__text p:last-child {
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .csti__text p:last-child {
    margin-bottom: 0;
  }
}
.csti__text:after {
  bottom: -10px;
  left: calc(50% - 50px);
  position: absolute;
  height: 1px;
  width: 100px;
  content: '';
  background-color: #d5a81a;
}
@media screen and (min-width: 900px) {
  .csti__text:after {
    left: 0;
  }
}
.csti__image {
  position: relative;
  flex-grow: 1;
}
@media screen and (min-width: 900px) {
  .csti__image {
    margin-left: 7.3vw;
    max-width: 57%;
  }
}
.csti__image img {
  vertical-align: bottom;
  width: 100%;
}
.csti__image:after {
  bottom: -15px;
  left: 22%;
  position: absolute;
  right: -5%;
  height: 30px;
  width: 83%;
  content: '';
  background-color: #02314e;
}
@media screen and (min-width: 900px) {
  .csti__image:after {
    right: -12%;
    width: 90%;
  }
}
.cs-text-image--left-image .csti__image {
  order: -1;
}
@media screen and (min-width: 900px) {
  .cs-text-image--left-image .csti__image {
    margin-left: 0;
    margin-right: 7.3vw;
  }
}
@media screen and (min-width: 900px) {
  .cs-text-image--left-image .csti__text {
    margin-left: 0;
    margin-right: 7.3vw;
  }
}
.cs-text {
  max-width: 900px;
}
.cs-image img {
  display: block;
  margin: 0 auto;
}
.case-study-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  max-width: 1388px;
  padding: 4.2vw 20px 8.3vw;
  width: 98%;
}
@media screen and (min-width: 466px) {
  .case-study-grid {
    justify-content: space-between;
  }
}
.case-study-grid:before {
  left: 0;
  position: absolute;
  right: -2%;
  top: 0;
  height: 1px;
  content: '';
  background-color: #707070;
}
@media screen and (min-width: 1444px) {
  .case-study-grid:before {
    right: calc(((100vw - 1338px) / 2) * -1);
  }
}
.cs-grid__item {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 466px) {
  .cs-grid__item {
    width: 49%;
  }
}
@media screen and (min-width: 916px) {
  .cs-grid__item {
    width: 32.3%;
  }
}
.cs-slider {
  padding: 0 0 70px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .cs-slider {
    padding: 0 94px;
  }
}
.cs-slider button {
  bottom: 0;
  position: absolute;
  height: 50px;
  padding: 0;
  width: 54px;
}
.cs-slider button:before {
  transform: scaleX(1);
}
@media screen and (min-width: 900px) {
  .cs-slider button {
    bottom: initial;
    top: 50%;
    margin-top: -25px;
  }
}
.cs-slider button svg * {
  transition: stroke 0.2s ease;
  stroke: #fff;
}
.cs-slider button:hover svg *,
.cs-slider button:active svg * {
  stroke: #d5a81a;
}
.cs-slider button:hover:before,
.cs-slider button:active:before {
  transform: scaleX(0);
}
.cs-slider button.slick-prev {
  left: 50%;
  margin-left: -59px;
}
@media screen and (min-width: 900px) {
  .cs-slider button.slick-prev {
    left: 0;
    margin-left: 0;
  }
}
.cs-slider button.slick-prev svg {
  transform: rotate(180deg);
}
.cs-slider button.slick-next {
  right: 50%;
  margin-right: -59px;
}
@media screen and (min-width: 900px) {
  .cs-slider button.slick-next {
    right: 0;
    margin-right: 0;
  }
}
.flexible-content {
  margin-bottom: 11vw;
}
.footer {
  padding: 40px 0;
  background-color: #02314e;
}
@media screen and (min-width: 900px) {
  .footer {
    padding: 4.2vw 0 3.1vw;
  }
}
.footer__container,
.secondary-footer__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .footer__container,
  .secondary-footer__container {
    flex-direction: row;
  }
}
.footer__menu,
.footer__social-menu,
.secondary-footer__contact-info {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__menu-holder {
  padding: 40px 0;
}
@media screen and (min-width: 900px) {
  .footer__menu-holder {
    padding: 0 4.5vw;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.footer__menu {
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 425px) {
  .footer__menu {
    -moz-columns: 3;
         columns: 3;
  }
}
@supports (grid-auto-flow: column) {
@media screen and (min-width: 425px) {
    .footer__menu {
      display: grid;
      grid-auto-flow: column;
      grid-column-gap: 5vw;
      grid-template-rows: repeat(2, auto);
    }
}
@media screen and (min-width: 1500px) {
    .footer__menu {
      grid-column-gap: 70px;
    }
}
}
.footer__menu li {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 425px) {
  .footer__menu li {
    justify-content: flex-start;
  }
}
@supports (grid-auto-flow: column) {
  .footer__menu li {
    margin-bottom: 1.6vw;
    margin-top: 0;
  }
  .footer__menu li:last-child {
    margin-bottom: 0;
  }
@media screen and (min-width: 425px) {
    .footer__menu li:nth-child(2n+2) {
      margin-bottom: 0;
    }
}
}
.footer__menu a {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media screen and (min-width: 900px) {
  .footer__menu a {
    font-size: 0.8rem;
    letter-spacing: 0.00015em;
  }
}
.footer__menu a:hover,
.footer__menu a:focus {
  color: #d5a81a;
}
.footer__menu a:active {
  color: #515b71;
}
.footer__logo,
.footer__social {
  flex-grow: 1;
}
.footer__logo {
  padding-bottom: 3.1vw;
}
@media screen and (min-width: 900px) {
  .footer__logo {
    padding-bottom: 0;
    padding-right: 2vw;
  }
}
.footer__social-menu {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 3.1vw 2vw 0;
}
@media screen and (min-width: 900px) {
  .footer__social-menu {
    flex-direction: column;
    padding-top: 0;
  }
}
.footer__social-menu li {
  margin-right: 2vw;
}
.footer__social-menu li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .footer__social-menu li {
    margin-bottom: 2vw;
    margin-right: 0;
  }
  .footer__social-menu li:last-child {
    margin-bottom: 0;
  }
}
.footer__social-menu img {
  width: 29px;
}
.secondary-footer {
  padding: 40px 0;
  color: #02314e;
  background-color: #f0f1f2;
}
@media screen and (min-width: 900px) {
  .secondary-footer {
    padding: 1.4vw 0;
  }
}
.secondary-footer__address {
  margin-bottom: 1.4vw;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .secondary-footer__address {
    margin-bottom: 0;
    text-align: left;
  }
}
.secondary-footer__address p {
  margin: 0;
}
.secondary-footer__contact-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
@media screen and (min-width: 425px) {
  .secondary-footer__contact-info ul {
    text-align: left;
  }
}
.secondary-footer__contact-info li {
  margin-bottom: 2.5vw;
}
.secondary-footer__contact-info li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 425px) {
  .secondary-footer__contact-info li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .secondary-footer__contact-info li {
    margin-left: 5vw;
  }
}
.secondary-footer__contact-info li,
.secondary-footer__contact-info p,
.secondary-footer__contact-info a {
  color: #02314e;
  font-weight: 300;
  letter-spacing: 0.00001em;
}
@media screen and (min-width: 900px) {
  .secondary-footer__contact-info li,
  .secondary-footer__contact-info p,
  .secondary-footer__contact-info a {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .secondary-footer__contact-info li,
  .secondary-footer__contact-info p,
  .secondary-footer__contact-info a {
    font-size: 1rem;
  }
}
.secondary-footer__contact-info a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.secondary-footer__contact-info a:hover,
.secondary-footer__contact-info a:focus {
  color: #d5a81a;
}
.secondary-footer__contact-info a:active {
  color: #515b71;
}
.map-cta {
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  .map-cta {
    display: flex;
    min-height: 33.6vw;
  }
}
@media screen and (min-width: 900px) {
  .map-cta__content,
  .map-cta__map {
    width: 50%;
  }
}
.map-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 9.5vw;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .map-cta__content {
    padding: 2vw 5vw;
    text-align: left;
  }
}
.map-cta__description {
  margin: 2.2vw auto 2.9vw;
  max-width: 466px;
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .map-cta__description {
    margin: 2.2vw 0 2.9vw;
    font-size: 1rem;
  }
}
.map-cta__button-holder {
  margin: 0;
}
.map-cta__button-holder .button {
  display: block;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .map-cta__button-holder .button {
    display: inline-block;
    width: initial;
  }
}
.map-cta__map {
  display: none;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 900px) {
  .map-cta__map {
    display: initial;
  }
}
.map-cta__map svg {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .map-cta__map svg {
    height: 100%;
    width: auto;
  }
}
.map-cta__map-label {
  bottom: 5px;
  position: absolute;
  right: 10px;
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.picture-testimonial {
  overflow: hidden;
  position: relative;
  padding: 10.4vw 0 7.6vw;
}
.picture-testimonial__bg-image,
.picture-testimonial__overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.picture-testimonial__bg-image {
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.picture-testimonial__overlay {
  right: 15vw;
  background: linear-gradient(to right, #071015, rgba(7,16,21,0));
}
.picture-testimonial__content {
  position: relative;
  margin-left: 9.5%;
  max-width: 300px;
}
@media screen and (min-width: 600px) {
  .picture-testimonial__content {
    max-width: initial;
  }
}
.picture-testimonial__quote {
  margin-bottom: 1.4vw;
  margin-top: 2.1vw;
  max-width: 408px;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .picture-testimonial__quote {
    font-size: 1rem;
  }
}
.picture-testimonial__name {
  position: relative;
  margin-right: 1vw;
  padding-right: 1vw;
  color: #fff;
  font-size: 1.375rem;
}
@media screen and (min-width: 600px) {
  .picture-testimonial__name {
    font-size: 1.1rem;
  }
}
.picture-testimonial__name:after {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  content: '';
  background-color: #d5a81a;
}
.picture-testimonial__title {
  position: relative;
  top: -2px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 200;
}
@media screen and (min-width: 600px) {
  .picture-testimonial__title {
    font-size: 0.9rem;
  }
}
.picture-testimonial__attribution {
  margin: 0;
}
.picture-testimonial__link-holder {
  margin-bottom: 0;
  margin-top: 6.9vw;
}
.photo-cta {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.photo-cta:hover .photo-cta__overlay,
.photo-cta:active .photo-cta__overlay,
.photo-cta:focus .photo-cta__overlay {
  transform: scaleX(1.5);
}
.photo-cta:hover .photo-cta__background,
.photo-cta:active .photo-cta__background,
.photo-cta:focus .photo-cta__background {
  transform: scale(1.2);
}
.photo-cta:hover .photo-cta__arrow,
.photo-cta:active .photo-cta__arrow,
.photo-cta:focus .photo-cta__arrow {
  transform: translateX(0);
}
.photo-cta:hover .photo-cta__arrow *,
.photo-cta:active .photo-cta__arrow *,
.photo-cta:focus .photo-cta__arrow * {
  stroke: #d5a81a;
}
.photo-cta__background,
.photo-cta__overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.photo-cta__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 1.5s ease;
}
.photo-cta__overlay {
  background: linear-gradient(to right, rgba(7,16,21,0.87), rgba(7,16,21,0.73) 25%, transparent);
  transform-origin: left center;
  transition: transform 0.5s ease;
}
.photo-cta__content {
  position: relative;
  padding: 14vw 0;
}
.photo-cta__title {
  position: relative;
  margin: 0;
  margin-bottom: 1.4vw;
  max-width: 525px;
  padding-bottom: 1.4vw;
  color: #fff;
  transition: color 0.3s ease;
}
.photo-cta__title:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  height: 1px;
  content: '';
  background-color: #f0f1f2;
  transition: background-color 0.3s ease;
}
.photo-cta__link {
  margin: 0;
  color: #d5a81a;
  font-family: 'bebas-neue', 'Impact', 'Arial Black', 'Arial', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}
.photo-cta__arrow {
  transform: translateX(-15px);
  transform-origin: left center;
  transition: transform 0.5s ease 0.25s;
}
.photo-cta__arrow * {
  stroke: transparent;
  transition: stroke 0.5s ease 0.25s;
}
body.popup-is-open {
  overflow-y: hidden;
}
.popup-bio {
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow: auto;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 110;
  height: 100vh;
  background-color: #071015;
}
.popup-bio--hidden {
  z-index: -1;
  opacity: 0;
}
.popup-bio--hidden .popup-bio__images {
  transform: translateX(-100%);
}
.popup-bio--hidden .popup-bio__content {
  transform: translateX(100%);
}
@media screen and (min-width: 900px) {
  .popup-bio {
    flex-direction: row;
  }
}
.popup-bio__left {
  flex-direction: column;
  width: 100%;
  transform: translateX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  .popup-bio__left {
    display: flex;
    height: 100vh;
    width: 50vw;
  }
}
.popup-bio__headers {
  padding: 3.5vw 6.9vw 2.2vw;
  background-color: #02314e;
}
.popup-bio__headers * {
  color: #fff;
}
.popup-bio__img-slider {
  display: none;
  flex-grow: 1;
  background-color: #dbdcdd;
}
@media screen and (min-width: 900px) {
  .popup-bio__img-slider {
    display: block;
  }
}
.popup-bio__img-slider .slick-dots {
  padding: 0;
  width: 100%;
  text-align: center;
  list-style-type: none;
}
.popup-bio__img-slider .slick-dots li {
  display: inline-block;
  margin-right: 25px;
}
.popup-bio__img-slider .slick-dots li:last-child {
  margin-right: 0;
}
.popup-bio__img-slider .slick-dots li.slick-active button:before {
  transform: scaleX(1);
}
.popup-bio__img-slider .slick-dots button {
  height: 17px;
  padding: 0;
  width: 17px;
  border-color: #02314e;
  color: transparent;
  font-size: 1px;
}
.popup-bio__img-slider .slick-dots button:before {
  background-color: #02314e;
}
.popup-bio__img {
  height: 34vw;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.popup-bio__right {
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  .popup-bio__right {
    display: block;
    height: 100vh;
    width: 50vw;
  }
}
.popup-bio__name,
.popup-bio__position {
  margin: 0;
}
.popup-bio__position {
  font-size: 1.2rem;
}
.popup-bio__main {
  overflow: auto;
  padding: 10vw 5vw;
}
@media screen and (min-width: 900px) {
  .popup-bio__main {
    height: 100vh;
  }
}
.popup-bio__main a {
  color: #d5a81a;
}
.popup-bio__main p,
.popup-bio__main ul,
.popup-bio__main ol {
  color: #fff;
}
.popup-bio__main h1,
.popup-bio__main h2,
.popup-bio__main h3,
.popup-bio__main h4,
.popup-bio__main h5,
.popup-bio__main h6 {
  color: #d5a81a;
}
.popup-bio__main p {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.popup-bio__main p:first-child {
  margin-top: 0;
}
.popup-bio__close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px 15px;
  border-color: #d5a81a;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.popup-bio__close span {
  padding-right: 20px;
  color: #fff;
  line-height: 1px;
}
.popup-bio__close:before {
  background-color: #d5a81a;
  transform: scaleX(1);
}
.popup-bio__close:hover svg *,
.popup-bio__close:active svg *,
.popup-bio__close:focus svg *,
.popup-bio__close:hover span,
.popup-bio__close:active span,
.popup-bio__close:focus span {
  stroke: #d5a81a;
}
.popup-bio__close:hover:before,
.popup-bio__close:active:before {
  transform: scaleX(0);
}
@media screen and (min-width: 600px) {
  .popup-bio__close {
    padding: 1.1vw 1.4vw;
  }
}
.popup-bio__close svg * {
  stroke: #fff;
  transition: stroke 0.2s ease;
}
body.mobile-nav-open {
  overflow: hidden;
}
.primary-navigation {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  height: 105px;
  background-color: #071015;
}
.admin-bar .primary-navigation {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .primary-navigation {
    top: 32px;
  }
}
.primary-navigation__container {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
@media screen and (min-width: 900px) {
  .primary-navigation__container {
    padding: 65px 0 25px;
    align-items: center;
    padding: 1.4vw 0 2.1vw;
  }
}
.primary-navigation__menu {
  overflow-y: auto;
  z-index: 10;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  margin: 0;
  padding: 185px 9.5vw 0;
  list-style-type: none;
  background-color: #071015;
  background-image: url("../img/mobile-nav-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  border-bottom: 24px solid #d5a81a;
  transform: scaleY(0);
  transform-origin: top center;
}
.primary-navigation__menu:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  background: linear-gradient(to top, #071015, transparent);
}
@media screen and (min-width: 900px) {
  .primary-navigation__menu {
    overflow-y: initial;
    position: relative;
    height: auto;
    padding: 0;
    background-color: transparent;
    background-image: none;
    border-bottom: 0;
    transform: scaleY(1) !important;
  }
  .primary-navigation__menu:after {
    display: none;
  }
}
.primary-navigation__menu li {
  display: block;
  z-index: 15;
  position: relative;
  margin-bottom: 65px;
  opacity: 0;
  transform: translateY(15px);
}
@media screen and (min-width: 900px) {
  .primary-navigation__menu li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3.8vw;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.primary-navigation__menu li:last-child {
  margin-right: 0;
}
.primary-navigation__menu li.active a {
  color: #d5a81a;
}
.primary-navigation__menu a {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media screen and (min-width: 900px) {
  .primary-navigation__menu a {
    font-size: 0.8rem;
  }
}
.primary-navigation__menu a:hover,
.primary-navigation__menu a:focus {
  color: #d5a81a;
}
.primary-navigation__menu a:active {
  color: #515b71;
}
.primary-navigation__menu .primary-navigation__menu-button a {
  display: block;
  height: 66px;
  padding: 0;
  width: 100%;
  color: #d5a81a;
  font-size: 1.125rem;
  line-height: 66px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .primary-navigation__menu .primary-navigation__menu-button a {
    display: inline-block;
    height: initial;
    padding: 0.8vw 1.5vw;
    font-size: 0.8rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1500px) {
  .primary-navigation__menu .primary-navigation__menu-button a {
    padding: 15px 30px;
  }
}
.primary-navigation__logo {
  z-index: 11;
}
.primary-navigation__mobile-toggle {
  align-items: center;
  display: flex;
  z-index: 20;
  position: relative;
  height: 39px;
  padding: 0;
  width: 39px;
  border-radius: 0;
}
.primary-navigation__mobile-toggle:hover,
.primary-navigation__mobile-toggle:active,
.primary-navigation__mobile-toggle:focus {
  background-color: transparent;
  box-shadow: 0 0 0;
}
.primary-navigation__mobile-toggle:hover:before,
.primary-navigation__mobile-toggle:active:before,
.primary-navigation__mobile-toggle:focus:before {
  display: none;
}
.primary-navigation__mobile-toggle:hover .primary-navigation__navicon:before,
.primary-navigation__mobile-toggle:active .primary-navigation__navicon:before,
.primary-navigation__mobile-toggle:focus .primary-navigation__navicon:before {
  top: -8px;
}
.primary-navigation__mobile-toggle:hover .primary-navigation__navicon:after,
.primary-navigation__mobile-toggle:active .primary-navigation__navicon:after,
.primary-navigation__mobile-toggle:focus .primary-navigation__navicon:after {
  bottom: -8px;
}
@media screen and (min-width: 900px) {
  .primary-navigation__mobile-toggle {
    display: none;
  }
}
.primary-navigation__navicon {
  display: block;
  position: relative;
  height: 1px;
  margin-left: 12px;
  width: 15px;
  background-color: #d5a81a;
  transition: background-color 0.3s ease;
}
.primary-navigation__navicon:before,
.primary-navigation__navicon:after {
  left: 0;
  position: absolute;
  right: 0;
  height: 1px;
  width: 100%;
  content: '';
  background-color: #d5a81a;
  transition: all 0.3s ease;
}
.primary-navigation__navicon:before {
  top: -6px;
}
.primary-navigation__navicon:after {
  bottom: -6px;
}
.primary-navigation__navicon--open {
  background-color: transparent;
}
.primary-navigation__navicon--open:before {
  top: 0 !important;
  transform: rotate(45deg);
}
.primary-navigation__navicon--open:after {
  bottom: 0 !important;
  transform: rotate(-45deg);
}
.cs-header {
  margin-top: 105px;
  position: relative;
}
.cs-header__slider-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .cs-header__slider-container {
    max-height: calc( 100vh - 105px );
  }
}
.cs-header__slider {
  position: relative;
}
.cs-header__slider:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: linear-gradient(to top, #071015, transparent);
}
.cs-header__content {
  position: relative;
  padding-top: 60px;
  background-color: #071015;
  border-top: 12px solid #d5a81a;
}
@media screen and (min-width: 600px) {
  .cs-header__content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    padding-top: 0;
    background-color: transparent;
    border-top: 0;
  }
}
.cs-header__inner-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.25vw;
}
.cs-header__controls {
  padding-left: 6px;
}
.cs-header__controls ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cs-header__controls li {
  display: inline-block;
  margin-right: 12px;
}
.cs-header__controls button {
  height: 12px;
  padding: 0;
  width: 12px;
  color: transparent;
  border: 1px solid #fff;
}
.cs-header__controls button:before {
  background-color: #fff;
}
.cs-header__controls .slick-active button:before {
  transform: scaleX(1);
}
.cs-header__title {
  color: #fff;
}
.cs-header__details {
  margin: 0;
  padding: 0;
  padding-left: 6px;
  list-style-type: none;
}
.cs-header__details li {
  display: inline-block;
  margin-right: 4vw;
  color: #d5a81a;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.875;
  text-transform: uppercase;
}
.cs-header__right {
  display: none;
}
@media screen and (min-width: 1200px) {
  .cs-header__right {
    display: block;
  }
}
.cs-header__right img {
  max-width: 300px;
  width: 100%;
}
.cs-header__scroll-indicator {
  display: block;
  overflow: hidden;
  position: relative;
  height: 45px;
  margin-left: calc(50% - 22.5px);
  width: 45px;
}
.cs-header__scroll-indicator span {
  bottom: 0;
  left: 22px;
  position: absolute;
  top: 0;
  width: 2px;
  background-color: #fff;
}
.cs-header__scroll-indicator span:after {
  left: 0;
  position: absolute;
  top: -22px;
  height: 20px;
  width: 2px;
  content: '';
  background-color: #d5a81a;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scrollindicator;
          animation-name: scrollindicator;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.cs-overview {
  padding: 6.25vw 0 5.55vw;
}
.cs-overview__content {
  max-width: 1040px;
}
@media screen and (min-width: 600px) {
  .cs-overview__content {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}
.cs-overview__item {
  margin-bottom: 5vw;
}
.cs-overview__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .cs-overview__item {
    margin-bottom: 0;
    width: 43%;
  }
}
.cs-overview__item-label {
  margin-bottom: 2.1vw;
  margin-top: 0;
  padding-bottom: 1.1vw;
  border-bottom: 1px solid #dbdcdd;
}
.cs-content {
  padding: 5.1vw 0 14vw;
  background-color: #f0f1f2;
}
.cs-content__row {
  margin-bottom: 11vw;
}
.cs-content__row:last-child {
  margin-bottom: 0;
}
.cs-content__row .cs-image {
  width: 100%;
}
.cs-content__row .cs-image img {
  width: 100%;
}
.wp-video {
  width: 100% !important;
}
.basic-page {
  margin-top: 105px;
  padding: 10vw 0;
}
.basic-page h1 {
  margin-bottom: 0.63em;
}
.basic-page h2 {
  margin-bottom: 0.35em;
}
.basic-page h3 {
  margin-bottom: 0.4em;
}
.basic-page h4 {
  margin-bottom: 0.65em;
}
.basic-page h5 {
  margin-bottom: 0.75em;
}
.basic-page h6 {
  margin-bottom: 0.83em;
}
.basic-page p {
  margin-bottom: 1.12em;
}
.about-hero {
  margin-top: 105px;
  padding: 25vw 0;
}
.about-hero:after {
  bottom: -21px;
  left: 0;
  position: absolute;
  right: 16%;
  height: 42px;
  content: '';
  background-color: #02314e;
}
.about-hero__background,
.about-hero__gradient,
.about-team__background,
.about-team__gradient {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.about-hero__background,
.about-team__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-hero__gradient,
.about-team__gradient {
  background: linear-gradient(to right, rgba(7,16,21,0.6), rgba(7,16,21,0.55) 25%, transparent);
}
.about-hero__content,
.about-team__content {
  position: relative;
}
.about-hero__title {
  max-width: 825px;
  padding-left: 23px;
  color: #fff;
  border-left: 3px solid #d5a81a;
}
.about-story {
  max-width: 990px;
  padding: 15.2vw 0;
  text-align: center;
}
.about-story__description p {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.about-story__description p:first-child {
  margin-top: 0;
}
.about-story__description p:last-child {
  margin-bottom: 0;
}
.about-story__title {
  position: relative;
  margin-bottom: 2.7vw;
}
.about-story__title:after {
  bottom: -1.7vw;
  left: 50%;
  position: absolute;
  height: 1px;
  margin-left: -91px;
  width: 182px;
  content: '';
  background-color: #dbdcdd;
}
.about-team {
  padding: 13.8vw 0 10.4vw;
}
.about-team__content {
  max-width: 925px;
}
.about-team__title p {
  color: #fff;
  font-family: 'bebas-neue', 'Impact', 'Arial Black', 'Arial', sans-serif;
  font-size: 2.75rem;
  letter-spacing: 0.01em;
  line-height: 1.18;
  text-align: center;
}
.about-team__title p strong {
  color: #d5a81a;
}
.about-team__link {
  margin-bottom: 0;
  margin-top: 2.1vw;
  text-align: center;
}
.about-team__link a {
  color: #fff;
}
.about-team__gradient {
  background: linear-gradient(to top, #071015, transparent 80%);
}
.about-values {
  padding: 8.3vw 0;
  background-image: url("../img/values-background.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-values svg {
  display: none;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .about-values svg {
    display: block;
  }
}
.about-values #animated-lines path {
  stroke-dasharray: 75;
  -webkit-animation: dash 25s linear infinite;
          animation: dash 25s linear infinite;
}
.about-values #animated-lines path#_1-5 {
  -webkit-animation: dashback 25s linear infinite;
          animation: dashback 25s linear infinite;
}
.about-values__title {
  margin-bottom: 7vw;
  padding-bottom: 0.7vw;
  color: #fff;
  font-family: 'mr-eaves-xl-modern', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 900px) {
  .about-values__cards {
    display: none;
  }
}
.about-values__cards .slick-slide {
  align-items: center;
  display: flex;
  padding: 0 10px;
}
@media screen and (min-width: 425px) {
  .about-values__cards .slick-slide {
    padding: 0 25px;
  }
}
.about-values__card {
  align-items: center;
  justify-content: space-between;
  display: flex !important;
  padding: 20px 10px;
  background-color: #00263e;
  box-shadow: 0 0 22px rgba(0,0,0,0.17);
}
@media screen and (min-width: 425px) {
  .about-values__card {
    padding: 20px;
  }
}
.about-values__card img {
  display: block;
  height: auto;
  max-width: 50px;
}
.about-values__card p {
  margin: 0;
  max-width: 250px;
  padding: 0 20px;
  color: #fff;
  font-family: 'bebas-neue', 'Impact', 'Arial Black', 'Arial', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.07;
  text-transform: uppercase;
  border-left: 2px solid #d5a81a;
}
@media screen and (min-width: 425px) {
  .about-values__card p {
    padding-left: 20px;
    font-size: 1.3rem;
  }
}
.page-template-template-case-studies {
  background-color: #071015;
}
.csa-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 105px;
  padding: 5.5vw 0 4.2vw;
}
@media screen and (min-width: 1200px) {
  .csa-header {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.csa__title {
  margin: 0;
  margin-bottom: 4.2vw;
  color: #4d4d4d;
  font-size: 4.75rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  white-space: pre;
}
@media screen and (min-width: 1200px) {
  .csa__title {
    margin-bottom: 0;
    text-align: left;
  }
}
.contact-header {
  align-items: center;
  margin-top: 105px;
  padding: 7vw 0 10vw;
  background-color: #071015;
}
@media screen and (min-width: 900px) {
  .contact-header {
    display: flex;
  }
}
.contact-header__map-container {
  position: relative;
  margin-bottom: 40px;
  margin-left: calc(10% - 10px);
  padding-bottom: 39%;
  width: 80%;
}
@media screen and (min-width: 900px) {
  .contact-header__map-container {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 11.1vw;
    width: 57%;
  }
}
.contact-header__background {
  bottom: -20px;
  left: 20px;
  position: absolute;
  right: -20px;
  top: -20px;
  border: 1px solid #d5a81a;
}
.contact-header__map {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.contact-header__contact-info {
  margin: 0 auto;
  max-width: 291px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact-header__contact-info {
    margin: 0;
    text-align: left;
  }
}
.contact-header__contact-info,
.contact-header__title {
  color: #fff;
}
.contact-header__title {
  margin-bottom: 2.1vw;
  padding-bottom: 1.4vw;
  border-bottom: 1px solid #d5a81a;
}
.contact-header__phone,
.contact-header__address {
  margin: 0;
  font-family: 'bebas-neue', 'Impact', 'Arial Black', 'Arial', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 0.93;
  text-transform: uppercase;
}
.contact-header__address {
  margin-bottom: 2.1vw;
}
.contact-form {
  padding: 7.6vw 0 9.2vw;
  background-color: #f0f1f2;
}
.contact-form__content {
  max-width: 970px;
}
.contact-form__headline {
  margin: 0;
  margin-bottom: 2.8vw;
  padding-bottom: 2.1vw;
  border-bottom: 1px solid #dbdcdd;
}
.contact-form__form-container .gform_wrapper form {
  position: relative;
}
.contact-form__form-container .gform_wrapper ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form__form-container .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 2.5%;
}
@media screen and (min-width: 700px) {
  .contact-form__form-container .gform_wrapper ul.gform_fields li.gfield.row-one-text {
    margin-top: 0;
  }
}
.contact-form__form-container .gform_wrapper ul.gform_fields li.gfield.row-one-radios {
  margin-top: 0;
}
.contact-form__form-container .gform_wrapper .top_label li ul.gfield_radio {
  margin: 0;
  width: 100%;
}
.contact-form__form-container .gform_wrapper .top_label li ul.gfield_radio li {
  margin-top: 2.5%;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
}
@media screen and (min-width: 900px) {
  .contact-form__form-container .gform_wrapper .top_label li ul.gfield_radio li {
    margin-top: 0;
  }
}
.contact-form__form-container .gform_wrapper .top_label input.medium,
.contact-form__form-container .gform_wrapper .top_label input.small,
.contact-form__form-container .gform_wrapper .top_label input.large {
  width: 100% !important;
}
.contact-form__form-container .gform_wrapper .top_label input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.contact-form__form-container .gform_wrapper .top_label textarea {
  padding: 7px 22px;
  font-weight: 300;
  letter-spacing: 0.01em;
  background-color: transparent;
  border: 2px solid #515b71;
}
.contact-form__form-container .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
.contact-form__form-container .gform_wrapper .top_label input[type='radio'] {
  display: none;
}
.contact-form__form-container .gform_wrapper .top_label input[type='radio'] + label {
  position: relative;
  padding-left: 38px;
}
.contact-form__form-container .gform_wrapper .top_label input[type='radio'] + label:before {
  left: 0;
  position: absolute;
  top: 50%;
  height: 26px;
  margin-top: -13px;
  width: 26px;
  content: '';
  border: 2px solid #515b71;
}
.contact-form__form-container .gform_wrapper .top_label input[type='radio']:checked + label {
  font-weight: 300;
}
.contact-form__form-container .gform_wrapper .top_label input[type='radio']:checked + label:before {
  background-color: #515b71;
}
.contact-form__form-container .gform_wrapper .top_label .gfield_radio li label {
  margin: 0;
}
.contact-form__form-container .gform_wrapper .top_label .gfield_radio {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 900px) {
  .contact-form__form-container .gform_wrapper .top_label .gfield_radio {
    justify-content: flex-end;
  }
}
.contact-form__form-container .gform_wrapper .top_label .gfield_radio li {
  margin-left: 3.4vw !important;
}
.contact-form__form-container .gform_wrapper .top_label .gfield_radio li:first-child {
  margin-left: 0 !important;
}
.contact-form__form-container .gform_wrapper .top_label .gfield_radio label {
  white-space: nowrap;
}
.contact-form__form-container .gform_wrapper .top_label .row-five-upload {
  align-items: center;
  display: flex;
  position: relative;
}
.contact-form__form-container .gform_wrapper .top_label .ginput_container_fileupload {
  float: right;
}
.contact-form__form-container .gform_wrapper .top_label .ginput_container_fileupload input {
  display: none;
}
.contact-form__form-container .gform_wrapper label input,
.contact-form__form-container .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
.contact-form__form-container .gform_wrapper .gform_footer {
  bottom: 0;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  width: auto;
}
@media screen and (min-width: 641px) {
  .contact-form__form-container .gform_wrapper .gform_footer {
    right: 16px;
  }
}
.contact-form__form-container .gform_wrapper .gform_footer input[type='submit'] {
  margin: 0 !important;
  font-family: 'mr-eaves-xl-modern', 'Helvetica', sans-serif;
  font-size: 0.8rem;
}
.contact-form__form-container .row-one-text,
.contact-form__form-container .row-one-radios,
.contact-form__form-container .row-two-big,
.contact-form__form-container .row-two-small {
  flex-grow: 1;
}
.contact-form__form-container .row-one-text {
  margin-top: 2.5%;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .contact-form__form-container .row-one-text {
    margin-top: 0;
    width: 48%;
  }
}
@media screen and (min-width: 900px) {
  .contact-form__form-container .row-one-text {
    width: 28.04%;
  }
}
.contact-form__form-container .row-one-radios {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .contact-form__form-container .row-one-radios {
    width: 40.2%;
  }
}
.contact-form__form-container .row-two-big {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .contact-form__form-container .row-two-big {
    width: 65.4%;
  }
}
.contact-form__form-container .row-two-small {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .contact-form__form-container .row-two-small {
    width: 32.6%;
  }
}
.contact-form__form-container .row-three,
.contact-form__form-container .row-four {
  width: 100%;
}
.contact-form__form-container .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
  min-height: 0 !important;
  line-height: 1 !important;
}
.contact-form__file-label {
  margin-left: 10px;
  font-size: 0.7rem;
}
.cookie-hero {
  margin-top: calc( 3.5vw + 105px );
}
.cookie-hero__content {
  max-width: 970px;
  padding: 5vw 5vw 10.5vw;
  text-align: center;
}
@media screen and (min-width: 1500px) {
  .cookie-hero__content {
    padding: 50px 25px 175px 25px;
  }
}
.cookie-hero__title {
  position: relative;
  margin: 0 0 60px;
  color: #d5a81a;
  font-size: 2.75rem;
}
.cookie-hero__title:after {
  bottom: -30px;
  left: 50%;
  position: absolute;
  height: 1px;
  margin-left: -6.75vw;
  width: 13.5vw;
  content: '';
  background-color: #dbdcdd;
}
.cookie-hero__overview {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1500px) {
  .cookie-hero__overview {
    margin: 20px auto 0;
  }
}
.cookie-hero__cookie-stacks {
  position: relative;
  top: -7.4vw;
  margin-bottom: -7.4vw;
}
.cookie-hero__cookie-stacks img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1500px) {
  .cookie-hero__cookie-stacks {
    top: -115px;
    margin-bottom: -115px;
  }
}
.animated-arrow-block {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-animation: upDownBounce 1s infinite;
          animation: upDownBounce 1s infinite;
}
svg.animated-arrow {
  transform: rotateZ(90deg);
}
.team {
  background-color: #071015;
}
.team__header {
  margin-bottom: 7vw;
  margin-left: 5vw;
  padding-top: 10vw;
  width: 95vw;
  border-bottom: 1px solid #f0f1f2;
}
@media screen and (min-width: 1200px) {
  .team__header {
    margin-left: 10vw;
    width: 90vw;
    padding-top: 50px;
  }
}
.team__title {
  margin-bottom: 2.7vw;
  padding-left: 3.5vw;
  color: #f0f1f2;
}
.team__title p {
  margin: 0;
  margin-bottom: 4.2vw;
  color: #4d4d4d;
  font-size: 4.75rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .team__title p {
    margin-bottom: 0;
    text-align: left;
  }
}
.team__cards {
  display: flex;
  flex-wrap: wrap;
  max-width: 1110px;
}
.team__cards .team-outer-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.error-404 {
  margin-top: 105px;
  padding: 10vw 0;
}
.home-hero {
  position: relative;
  margin-top: 105px;
}
.home-hero__background {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .home-hero__background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding-bottom: 0;
    width: initial;
    background-color: #d5a81a;
  }
}
.home-hero__background-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 600px) {
  .home-hero__background-image {
    left: 25%;
  }
}
.home-hero__background-image img {
  display: block;
  height: 100%;
  width: auto;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .home-hero__background-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.home-hero__content {
  position: relative;
  padding: 9vw;
  background-color: #071015;
}
.home-hero__content:before {
  left: 0;
  position: absolute;
  top: -10px;
  z-index: 2;
  height: 20px;
  width: 91%;
  content: '';
  background-color: #d5a81a;
}
@media screen and (min-width: 600px) {
  .home-hero__content:before {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .home-hero__content {
    padding: 7vw 5vw;
    background-color: transparent;
  }
}
@media screen and (min-width: 1281px) {
  .home-hero__content {
    padding: 13.5vw 5vw;
  }
}
.home-hero__title {
  max-width: 735px;
  color: #fff;
}
.home-hero__title span {
  display: block;
  font-size: 0.74em;
  letter-spacing: 0.00001em;
  line-height: 1.67;
}
@media screen and (min-width: 600px) {
  .home-hero__title span {
    font-size: 0.56em;
  }
}
.cs-links {
  display: flex;
  flex-wrap: wrap;
}
.cs-links__link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 2.7vw 3.8vw;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #dbdcdd;
  transition: background-color 0.5s ease;
}
@media screen and (min-width: 425px) {
  .cs-links__link {
    padding-right: 1.6vw;
    width: 50%;
    border-right: 1px solid #dbdcdd;
  }
  .cs-links__link svg {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .cs-links__link {
    width: 25%;
    border-bottom: 0;
  }
}
.cs-links__link:last-child {
  border-bottom: 0;
  border-right: 0;
}
@media screen and (min-width: 425px) {
  .cs-links__link:nth-last-child(2) {
    border-bottom: 0;
  }
}
.cs-links__link:before {
  z-index: -1;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background-color: #02314e;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
}
.cs-links__link:hover:before,
.cs-links__link:active:before,
.cs-links__link:focus:before {
  transform: scale(1);
}
.cs-links__link:hover .cs-link__name,
.cs-links__link:active .cs-link__name,
.cs-links__link:focus .cs-link__name {
  color: #fff;
}
.cs-links__link:hover .cs-link__icon *,
.cs-links__link:active .cs-link__icon *,
.cs-links__link:focus .cs-link__icon * {
  stroke: #dbdcdd;
}
.cs-link__name {
  transition: color 0.5s ease;
}
.cs-link__icon-container {
  flex-shrink: 1;
  margin-left: 2.5vw;
}
.cs-link__icon {
  width: 100%;
}
.about-us {
  background-color: #f0f1f2;
}
.about-us__content {
  max-width: 1230px;
  padding: 10.1vw 0 3.7vw;
}
@media screen and (min-width: 1200px) {
  .about-us__content {
    display: flex;
    justify-content: space-between;
  }
}
.about-us__title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .about-us__title {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-us__title {
    margin-bottom: 0;
    text-align: left;
  }
}
.about-us__headline {
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) {
  .about-us__headline {
    margin-bottom: 2.77vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-us__headline {
    margin-top: 1.67vw;
    max-width: 350px;
  }
}
@media screen and (min-width: 1500px) {
  .about-us__headline {
    margin-bottom: 40px;
  }
}
.about-us__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 600px) {
  .about-us__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 0 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-us__items {
    max-width: 756px;
  }
}
.about-us__item {
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) {
  .about-us__item {
    margin-bottom: 3.3vw;
    width: 42%;
  }
}
.about-us__item-headline {
  margin-bottom: 1.2vw;
  padding-bottom: 0.63vw;
  border-bottom: 1px solid #dbdcdd;
}
@media screen and (min-width: 1500px) {
  .about-us__item-headline {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.about-us__item-description {
  margin: 0;
}
.our-team {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 1215px;
}
@media screen and (min-width: 1040px) {
  .our-team {
    display: block;
    padding: 11.8vw 0 13.2vw;
  }
}
.our-team__slider-container {
  display: flex;
  position: relative;
  height: 100%;
  max-width: 842px;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .our-team__slider-container {
    width: 70%;
  }
}
.our-team__slider-bar {
  bottom: -5px;
  left: 0;
  position: absolute;
  right: 5%;
  height: 20px;
  background-color: #d5a81a;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (min-width: 1040px) {
  .our-team__slider-bar {
    left: 5.9%;
    right: -7.7%;
  }
}
.our-team__slider {
  position: relative;
  width: 100%;
  opacity: 0;
}
@media screen and (min-width: 1040px) {
  .our-team__slider {
    float: left;
  }
}
.our-team__content {
  margin: 65px auto 140px;
  width: 85%;
}
@media screen and (min-width: 1040px) {
  .our-team__content {
    position: absolute;
    right: 0;
    top: 10vw;
    z-index: 10;
    width: 36%;
  }
}
.our-team__headline {
  margin: 0 0 4.2vw 0;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 0.8;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .our-team__headline {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1040px) {
  .our-team__headline {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .our-team__headline {
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 1500px) {
  .our-team__headline {
    margin: 0 0 40px 0;
  }
}
.our-team__description {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 1040px) {
  .our-team__description {
    float: right;
    margin: 0;
    max-width: 289px;
    width: 80%;
    font-size: 1rem;
    text-align: left;
  }
}
.our-team__image img {
  height: auto;
  width: 100%;
}
.our-team__link {
  text-align: center;
}
@media screen and (min-width: 1040px) {
  .our-team__link {
    float: right;
    margin-bottom: 0;
    margin-top: 3vw;
    max-width: 289px;
    width: 80%;
    text-align: left;
  }
}
@media screen and (min-width: 1500px) {
  .our-team__link {
    margin-top: 43px;
  }
}
.our-team__link .button {
  display: block;
  padding: 15px 20px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .our-team__link .button {
    padding: 1.5vw 2.1vw;
  }
}
@media screen and (min-width: 1040px) {
  .our-team__link .button {
    display: inline-block;
    width: initial;
  }
}
.thanks {
  background-color: #f0f1f2;
}
.thanks__content {
  padding: 14.6vw 0 15.3vw;
  text-align: center;
  background-image: url("../img/da-mark.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 37vw;
}
.thanks__title {
  font-size: 4.75rem;
  letter-spacing: 0.02em;
}
.thanks__subtitle {
  margin: 0;
  color: #d5a81a;
  font-family: 'bebas-neue', 'Impact', 'Arial Black', 'Arial', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.thanks__main-text {
  margin: 0.7vw auto 1.7vw;
  max-width: 425px;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */