.page-loader {
  display: none !important; }

.site-header--floating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--brand--primary-color-opacity);
  z-index: 99999;
  box-shadow: 0 0 1rem;
  will-change: transform;
  transition: transform 450ms ease;
  transform: translateY(-100%); }
  .site-header--floating .wrapper {
    height: 90px; }
  .site-header--floating .logo--floating {
    aspect-ratio: unset;
    width: 125px;
    height: auto; }
    .site-header--floating .logo--floating a {
      display: block; }
      .site-header--floating .logo--floating a svg .cls-1 {
        fill: var(--brand--light); }
      .site-header--floating .logo--floating a svg .cls-2 {
        fill: var(--brand--accent-color); }
      .site-header--floating .logo--floating a:hover svg .cls-1 {
        fill: var(--brand--accent-color); }
  .site-header--floating.animate-in {
    transform: translateY(0); }
  .site-header--floating .primary-navigation li a {
    color: white; }

.primary-navigation li {
  cursor: pointer; }
  .primary-navigation li a:after {
    bottom: 12px !important;
    height: 1px !important; }
  .primary-navigation li:hover a:after {
    transform: scaleX(1); }

.home-hero.flexi .home-hero__text a {
  transition: all 1000ms cubic-bezier(0.16, 1, 0.3, 1);
  left: 0 !important;
  transform: translateX(-33%);
  transition-delay: 0;
  pointer-events: none; }

.home-hero.flexi .home-hero__text a.is-active {
  left: 0 !important;
  transform: translateX(0);
  pointer-events: all; }

body.home .projects-intro__text {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto; }

.intro-statement__heading {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }

.split-content span.logo-icon {
  bottom: -5rem;
  left: -4rem;
  mix-blend-mode: plus-lighter;
  transition-delay: 0s !important;
  transition-timing-function: none !important;
  transition: none !important; }

.loader > * {
  animation: loaderSpin 0.5s ease-in-out;
  animation-iteration-count: infinite; }

@keyframes loaderSpin {
  0% {
    transform: scaleX(1);
    opacity: 0.5; }
  50% {
    transform: scaleX(0);
    opacity: 1; }
  100% {
    transform: scaleX(1);
    opacity: 0.5; } }

.project-grid {
  position: relative; }
  .project-grid .loader {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 6rem;
    left: 50%;
    transform: translateX(-50%) scale(2);
    z-index: 1;
    transition: opacity 250ms ease; }
  .project-grid.loading .project-grid__title {
    opacity: 0; }
  .project-grid.loading .loader {
    opacity: 1; }
  .project-grid.loading .project-grid__items {
    opacity: 0; }
  .project-grid.loading .project-grid__cta {
    opacity: 0.1;
    pointer-events: none; }
  .project-grid-filter select {
    cursor: pointer;
    transition: opacity 50ms ease; }
    .project-grid-filter select:hover {
      opacity: 0.7; }
  .project-grid--main {
    min-height: 64rem; }

@keyframes loaderBgSpin {
  0% {
    opacity: 0.3; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 0.3; } }

body:not(.loaded) .flickity-cell {
  transition: none; }

.project-carousel {
  --height: 90vw;
  --height: 450px; }
  @media (min-width: 768px) {
    .project-carousel {
      --height: 450px; } }
  @media (min-width: 992px) {
    .project-carousel {
      --height: 450px; } }
  @media (min-width: 1464px) {
    .project-carousel {
      --height: 650px; } }
  .project-carousel .wrapper {
    max-width: 100vw; }
  .project-carousel__items {
    height: var(--height); }
  .project-carousel__item.zoom-hover {
    transition: none; }
  .project-carousel__item:nth-child(3n+1) .project-carousel__item-image {
    aspect-ratio: 500 / 650;
    width: auto;
    height: var(--height); }
  .project-carousel__item:nth-child(3n+2) .project-carousel__item-image {
    aspect-ratio: 600 / 650;
    width: auto;
    height: var(--height); }
    @media (max-width: 768px) {
      .project-carousel__item:nth-child(3n+2) .project-carousel__item-image {
        aspect-ratio: 500 / 650; } }
  .project-carousel__item:nth-child(3n+3) .project-carousel__item-image {
    aspect-ratio: 500 / 650;
    width: auto;
    height: var(--height); }
  .project-carousel__item-image:before {
    opacity: 0.5; }
  .project-carousel__item-text {
    left: 0;
    right: auto; }

span.logo-icon--scroll {
  margin-top: -0;
  aspect-ratio: 180 / 228.17;
  width: 180px;
  height: auto;
  transition: opacity 1750ms cubic-bezier(0.16, 1, 0.3, 1), top 1ms ease, left 1ms ease, transform 1750ms cubic-bezier(0.16, 1, 0.3, 1);
  mix-blend-mode: plus-lighter;
  opacity: 0;
  transform: translateY(3rem); }
  span.logo-icon--scroll.animate-in {
    opacity: 1;
    transform: translateY(0); }
  span.logo-icon--scroll.animate-out {
    opacity: 0;
    transform: translateY(0);
    transition: opacity 750ms cubic-bezier(0.16, 1, 0.3, 1), top 1ms ease, left 1ms ease, transform 1750ms cubic-bezier(0.16, 1, 0.3, 1); }

body.loaded span.logo-icon--scroll {
  opacity: 1;
  transform: translateY(0); }
  body.loaded span.logo-icon--scroll.animate-out {
    opacity: 0;
    transform: translateY(0);
    transition: opacity 750ms cubic-bezier(0.16, 1, 0.3, 1), top 1ms ease, left 1ms ease, transform 1750ms cubic-bezier(0.16, 1, 0.3, 1); }

.expertise-process-alt {
  margin-top: -2.5rem;
  --bg-color: #00413B;
  background-color: var(--bg-color);
  color: white;
  --left: 100px; }
  @media (max-width: 992px) {
    .expertise-process-alt {
      display: none; } }
  .expertise-process-alt.section--inner {
    padding-top: 8rem;
    padding-bottom: 7rem; }
  .expertise-process-alt .wrapper {
    max-width: 100vw; }
  .expertise-process-alt__viewport {
    position: relative;
    padding-left: var(--left);
    /*
		@media (max-width: 1200px) {
			padding-left: 0;
		}
		*/ }
  .expertise-process-alt__nav {
    position: absolute;
    bottom: 8rem;
    left: 0;
    left: var(--left);
    z-index: 9;
    align-items: flex-end;
    display: flex;
    gap: 0.5rem;
    /*
		@media (max-width: 1200px) {
			display: block;
			left: 0;
			right: 0;
			margin: 0 auto;
			bottom: unset;
			top: 3rem;
		}
		*/ }
    .expertise-process-alt__nav button {
      background: transparent;
      appearance: none;
      outline: none;
      border: none;
      margin: 0;
      padding-left: 0;
      padding-right: 0;
      transition: opacity 150ms ease;
      opacity: 0.5; }
      .expertise-process-alt__nav button:hover {
        opacity: 1; }
      .expertise-process-alt__nav button.disabled {
        opacity: 0.1;
        pointer-events: none; }
    .expertise-process-alt__nav button + button {
      transform: scaleX(-1); }
  .expertise-process-alt__items {
    height: 700px; }
  .expertise-process-alt__header, .expertise-process-alt__item {
    aspect-ratio: 620 / 700;
    width: 620px;
    height: auto;
    display: flex;
    align-self: stretch;
    flex: none;
    height: 700px; }
    @media (max-width: 1625px) {
      .expertise-process-alt__header, .expertise-process-alt__item {
        width: 600px; } }
    @media (max-width: 1600px) {
      .expertise-process-alt__header, .expertise-process-alt__item {
        width: 600px; } }
  .expertise-process-alt__item {
    display: flex;
    flex-direction: column;
    /*
		@media (max-width: 1200px) {

			width: 100vw;

			&:first-child {
				
				display: none;
				width: 0;
				height: 0;
				
			}
		}*/ }
    .expertise-process-alt__item .upper {
      padding-bottom: 5rem;
      justify-content: flex-end; }
      .expertise-process-alt__item .upper:before {
        content: '';
        display: block;
        width: 100%;
        right: 100%;
        bottom: 0;
        position: absolute;
        height: 1px;
        background-color: white; }
      .expertise-process-alt__item .upper:after {
        content: '';
        display: block;
        width: 100%;
        right: 0;
        bottom: 0;
        position: absolute;
        height: 1px;
        background-color: white; }
    .expertise-process-alt__item .lower {
      padding-top: 5rem; }
    .expertise-process-alt__item hr {
      position: absolute;
      width: 1px;
      height: 50px;
      top: 50%;
      background-color: white; }
    .expertise-process-alt__item.up hr {
      top: auto;
      bottom: 50%; }
    .expertise-process-alt__item--cta {
      justify-content: center;
      padding-left: 2rem; }
      .expertise-process-alt__item--cta .logo {
        margin-top: -4rem;
        margin-bottom: 2rem; }
      .expertise-process-alt__item--cta-content {
        margin-bottom: 0.6rem;
        font-family: var(--brand--heading-font);
        font-weight: 500;
        font-size: 32px;
        line-height: 1.3em;
        letter-spacing: var(--letterspacing-0);
        color: var(--brand--light); }
      .expertise-process-alt__item--cta a {
        font-family: var(--brand--heading-font);
        font-weight: 400;
        font-size: 20px;
        line-height: 1.3em;
        letter-spacing: var(--letterspacing-1); }
    .expertise-process-alt__item-subheading {
      font-family: var(--brand--heading-font);
      font-weight: 400;
      font-size: 20px;
      line-height: 1.3em;
      letter-spacing: var(--letterspacing-1);
      color: var(--brand--accent-color); }
    .expertise-process-alt__item-heading {
      margin-top: 0.5rem;
      margin-bottom: 0.75rem;
      font-family: var(--brand--heading-font);
      font-weight: 500;
      font-size: 32px;
      line-height: 1.3em;
      letter-spacing: var(--letterspacing-0);
      color: var(--brand--light); }
    .expertise-process-alt__item-content {
      font-family: var(--brand--heading-font);
      font-weight: 400;
      font-size: 20px;
      line-height: 1.5em;
      letter-spacing: var(--letterspacing-1);
      margin-bottom: 1rem;
      color: var(--brand--light);
      max-width: 460px;
      min-height: 120px; }
  .expertise-process-alt .upper,
  .expertise-process-alt .lower {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 50%; }
  .expertise-process-alt__header {
    position: absolute;
    top: 0;
    left: 0;
    left: var(--left);
    z-index: 9;
    pointer-events: none;
    aspect-ratio: 620 / 700;
    width: 620px;
    height: auto;
    display: flex;
    flex-direction: column;
    /*
		@media (max-width: 1200px) {
        	position: relative;
			width: 100%;
			aspect-ratio: unset;
			display: block;
			left: 0;
			margin: 8rem 0 6rem 0;

			&:before {
				display: none !important;
			}

			.upper {

				&:before, &:after {
					display: none !important;
				}

			}

			h3 {
				display: block;
				text-align: center;
				width: 100%;
			}

		}
		*/ }
    .expertise-process-alt__header:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 100%;
      width: 100%;
      height: 100%;
      background-color: var(--bg-color); }
    .expertise-process-alt__header:after {
      content: '';
      background-image: linear-gradient(to right, var(--bg-color) 70%, transparent);
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 9;
      pointer-events: none;
      height: 100%; }
    .expertise-process-alt__header .upper {
      z-index: 99;
      position: relative; }
      .expertise-process-alt__header .upper:before {
        content: '';
        background: white;
        width: 1px;
        height: 30%;
        position: absolute;
        bottom: 0; }
      .expertise-process-alt__header .upper:after {
        content: '';
        display: block;
        width: 100%;
        right: 0;
        bottom: 0;
        position: absolute;
        height: 1px;
        background-color: white; }

.heading--expertise-process {
  font-family: var(--brand--heading-font);
  line-height: 1.2em;
  padding: 0 0 2rem 0;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0px;
  color: var(--brand--light);
  margin: -19px 0 0px -0.6rem;
  position: relative;
  font-size: 4.5rem;
  line-height: 0.9;
  background: linear-gradient(140deg, #ffffff, #75C4BF 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 40%;
  left: -5px; }
  .heading--expertise-process span {
    /*
		display: inline-block;
		*/
    display: none;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    height: var(--cta-arrow-big);
    width: var(--cta-arrow-big); }
    .heading--expertise-process span svg path {
      fill: var(--brand--accent-color); }

.home-hero:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--brand--bg-color);
  z-index: 9; }

.home-hero:after {
  content: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="281.954" height="356.463" viewBox="0 0 281.954 356.463"><g id="Group_162" data-name="Group 162" transform="translate(-1047.59 -367.5)"><path id="Path_3" data-name="Path 3" d="M258.625,48.626a78.316,78.316,0,0,1-24.718,7.816l101.2,220.578h28.3Z" transform="translate(965.354 446.442)" fill="%2375c4bf" stroke="%2375c4bf" stroke-width="1"/><path id="Path_4" data-name="Path 4" d="M176.164,276.99h28.275L305.015,56.424a78.291,78.291,0,0,1-24.723-7.779Z" transform="translate(872.204 446.473)" fill="%2375c4bf" stroke="%2375c4bf" stroke-width="1"/><path id="Path_5" data-name="Path 5" d="M322.178,57.053a57.2,57.2,0,1,0-57.2,57.051,57.192,57.192,0,0,0,57.2-57.051M282.957,88.242,264.931,48.95l-17.921,39.3a36.108,36.108,0,1,1,35.947-.005" transform="translate(923.208 368)" fill="%2375c4bf" stroke="%2375c4bf" stroke-width="1"/></g></svg>');
  aspect-ratio: 281.954 / 356.463;
  width: 225px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9; }

.home-hero:before,
.home-hero:after {
  pointer-events: none;
  opacity: 1;
  transition: opacity 2550ms cubic-bezier(0.16, 1, 0.3, 1); }

.home-hero.animate-in:before,
.home-hero.animate-in:after {
  opacity: 0; }

.primary-navigation .sub-menu {
  padding: 1.4rem 2rem;
  gap: 0.4rem;
  display: flex;
  flex-direction: column;
  width: 260px; }
  .primary-navigation .sub-menu > li > a {
    margin-top: 0; }

.project-grid-filter__menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--brand--primary-color);
  display: flex;
  flex-direction: column;
  width: 260px;
  padding: 1.4rem 2rem;
  color: white;
  z-index: 99999999;
  gap: 1rem;
  gap: 0.4rem;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  font-size: 1.2rem; }
  .project-grid-filter__menu a {
    opacity: 1;
    display: block;
    font-weight: 400; }
    .project-grid-filter__menu a:hover {
      color: var(--brand--accent-color); }
    .project-grid-filter__menu a.is-active {
      text-decoration: none; }
  .project-grid-filter__menu.animate-in {
    opacity: 1;
    transition: opacity 250ms ease; }

.project-grid-filter {
  z-index: 9;
  font-family: var(--brand--nav-font); }

select.categories {
  width: 260px; }

.project-grid-filter__menu-toggler {
  cursor: pointer;
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid var(--brand--primary-color);
  padding-left: 2rem;
  padding-right: 5rem;
  height: 45px;
  color: var(--brand--primary-color);
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.17 7.89"><defs><style> .cls-1 { fill: %23005950; } </style></defs><g id="Group_47" data-name="Group 47"><g id="Group_48" data-name="Group 48"><path id="Path_15" data-name="Path 15" class="cls-1" d="M6.51,7.65L.24,1.38C-.08,1.06-.08.55.24.24S1.06-.08,1.38.24l5.71,5.71L12.79.24c.32-.32.83-.32,1.14,0s.32.83,0,1.14l-6.28,6.28c-.32.31-.83.31-1.14,0h0Z"/></g></g></svg>');
  background-size: 16px 10px;
  background-position: left 0 center;
  background-repeat: no-repeat;
  line-height: 1.9;
  width: 260px; }
  .project-grid-filter__menu-toggler:hover {
    opacity: 0.7; }

.popup--view-map__holder {
  aspect-ratio: 16/9; }
  .popup--view-map__holder iframe {
    width: 100%;
    height: 100%;
    object-fit: cover; }

body:not(.home) .site-header--floating .hamburger rect {
  fill: white; }

.mobile-navigation {
  z-index: 99999; }
