@font-face {
  font-family: Golos Text;
  src: url('../fonts/Golos-Text_Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Golos Text;
  src: url('../fonts/Golos-Text_DemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Golos Text;
  src: url('../fonts/Golos-Text_Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Golos Text;
  src: url('../fonts/Golos-Text_Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Golos UI;
  src: url('../fonts/Golos-UI_Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Golos UI;
  src: url('../fonts/Golos-UI_Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Golos UI;
  src: url('../fonts/Golos-UI_Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adapta;
  src: url('../fonts/Typekiln---AdaptaText-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adapta;
  src: url('../fonts/Typekiln---AdaptaDisplay-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #090909;
  --white: white;
  --border-white: #ffffff26;
  --border-black: #09090940;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
}

h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}

h5 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--black);
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 340px;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.layout {
  box-sizing: border-box;
  background-color: #000;
  width: 100%;
  height: auto;
}

.section {
  padding: 12vw 8vw;
}

.section.footer-black {
  z-index: 5;
  background-color: var(--black);
  color: var(--white);
  padding-top: 6vw;
  padding-bottom: 6vw;
  font-family: Golos UI, sans-serif;
  position: relative;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.display-2 {
  letter-spacing: -.03em;
  font-family: Adapta, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.projects-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
}

.project-thumb {
  position: relative;
  overflow: hidden;
}

.image-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.thumb-overlay {
  z-index: 5;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-video-overlay {
  z-index: 0;
  opacity: .64;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-info {
  z-index: 5;
  width: 100%;
  max-width: 20vw;
  position: relative;
}

.overlay-heading {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1.25;
}

.slide-tab {
  color: #ffffff40;
  background-color: #0000;
  padding: 0;
  transition: color .4s;
}

.slide-tab:hover {
  color: var(--white);
}

.slide-tab.w--current {
  color: var(--white);
  background-color: #0000;
}

.tabs-slider {
  width: 100%;
  height: 90vh;
  display: flex;
}

.tab-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-pane-video {
  z-index: 0;
  opacity: .4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tab-pane-video .vimeo-background-iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}

.tab-lightbox {
  color: #fff;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 12vw 8vw;
}

.quote {
  z-index: 5;
  width: 63%;
  margin-left: 0;
  margin-right: 0;
  font-size: 250%;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}

.tab-line-bg {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  position: relative;
}

.tabs-content {
  background-color: #1f1f1f;
  width: 100%;
  display: flex;
}

.tabs-menu {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center stretch;
  padding-bottom: 6.25vw;
  padding-left: 8vw;
  padding-right: 8vw;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-subheadline {
  font-size: 80%;
}

.tab-headline {
  margin-bottom: 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
}

.caption-margin-bottom {
  opacity: .5;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 70%;
  font-weight: 500;
}

.scale-thumb-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template-rows: auto;
  margin-bottom: -12vw;
  padding-bottom: 12vw;
  overflow: hidden;
}

.post-description {
  z-index: 15;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 80%;
  display: flex;
  position: absolute;
  inset: auto 0% 24px;
}

.scale-thumb-content {
  z-index: 10;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.scale-thumb {
  z-index: 0;
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 28.125vw;
  transition: padding-top .4s, padding-bottom .4s, box-shadow .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000;
}

.scale-thumb:hover {
  z-index: 5;
  box-shadow: 0 10px 40px 3px #1b1b1b80;
}

.card-headline {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

.image-background {
  z-index: 0;
  opacity: .5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.caption {
  opacity: .5;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 70%;
  font-weight: 500;
}

.bg-black {
  background-color: var(--black);
  color: var(--white);
}

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

.display-none {
  display: none;
}

.footer-large-heading {
  letter-spacing: -.02em;
  width: 100%;
  max-width: 50vw;
  font-family: Adapta, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.footer-cta-link {
  color: inherit;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.footer-cta-link:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 4px;
}

.footer-cta-link:hover .footer-cta-tooltip,
.footer-cta-link:focus .footer-cta-tooltip,
.footer-cta-link:focus-visible .footer-cta-tooltip,
.footer-cta-link.is-copied .footer-cta-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.footer-cta-tooltip {
  background-color: var(--white);
  border-radius: 999px;
  color: var(--black);
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
  left: 0;
  line-height: 1.4;
  opacity: 0;
  padding: 8px 16px;
  pointer-events: none;
  position: absolute;
  top: 110%;
  transform: translateY(-10px);
  transition: opacity .2s ease, transform .2s ease;
  white-space: nowrap;
  z-index: 2;
}

.footer-cta-link .hover-line {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.footer-cta-link:hover .hover-line,
.footer-cta-link:focus .hover-line,
.footer-cta-link:focus-visible .hover-line {
  transform: scaleX(1);
}

.footer-info-grid {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  border-top: 1px solid var(--border-white);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 2fr;
  width: 100%;
  margin-top: 6vw;
  padding-top: 6vw;
}

.footer-heading-wrapper {
  padding-bottom: 6vw;
}

.footer-copyright-grid {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  opacity: .5;
  letter-spacing: .1em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
  padding-top: 6vw;
  font-size: 70%;
  font-weight: 400;
}

.vertical-list {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-link {
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.hover-line {
  z-index: 5;
  background-color: var(--white);
  opacity: .6;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hover-line.bg-black {
  background-color: var(--black);
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border-white);
  color: var(--white);
  background-color: #0000;
  height: 64px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  transition: border .4s;
}

.text-field:hover, .text-field:focus {
  border-bottom-color: var(--white);
}

.form {
  display: flex;
}

.submit-button {
  border-bottom: 1px solid var(--border-white);
  background-color: #0000;
  width: 64px;
  height: 64px;
  transition: padding .4s;
}

.submit-button:hover {
  padding-left: 30px;
  padding-right: 0;
}

.display-1 {
  letter-spacing: -.03em;
  font-family: Adapta, sans-serif;
  font-size: 144px;
  font-weight: 700;
  line-height: 1;
}

.contact-grid {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.contact-item {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  border-top: 1px solid var(--border-black);
  grid-template-rows: auto;
  padding-top: 3vw;
}

.contact-header-wrapper {
  padding-top: 3vw;
}

.contact-item-list {
  grid-column-gap: 0px;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

._1st-section {
  padding-top: 24vw;
  padding-left: 8vw;
  padding-right: 8vw;
}

.black-link {
  color: var(--black);
  position: relative;
  overflow: hidden;
}

.tab-pane {
  width: 100%;
}

.tag-small {
  box-shadow: inset 0 0 0 1px var(--border-white);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  margin: 4px;
  padding: 12px 16px;
}

.bg-image-wrapper {
  z-index: -50;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.large-heading {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
}

.lightbox-item {
  width: 100%;
  padding: 3vw 8vw;
}

.section-large-top {
  z-index: 5;
  padding-top: 60vh;
  padding-bottom: 12vw;
  position: relative;
}

.utility-grid {
  grid-column-gap: 0px;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
}

.underline-link {
  border-bottom: 1px solid var(--border-black);
  transition: border .4s;
}

.underline-link:hover {
  border-bottom-color: var(--black);
}

.underline-link.white {
  border-bottom-color: var(--border-white);
  color: var(--white);
}

.underline-link.white:hover {
  border-bottom-color: var(--white);
}

.form-wrapper {
  background-color: var(--black);
  padding: 16px;
}

.colour-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 100px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 100px;
  width: 100%;
}

.bg-white {
  background-color: var(--white);
  color: var(--black);
}

.footer-logo {
  height: 32px;
  margin-bottom: 16px;
}

.navbar {
  background-color: #0000;
  width: 100%;
  height: 80px;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.brand {
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
  width: auto;
  padding: 0;
  display: flex;
}

.brand-logo {
  width: auto;
  height: 48px;
}

.brand-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .2px;
  white-space: nowrap;
}

.bg-video {
  z-index: 0;
  opacity: .64;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link {
  background-color: #8f8f8f40;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  padding: 16px;
  transition: background-color .4s;
  display: flex;
}

.social-link:hover {
  background-color: #363636;
}

.nav-menu-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-large {
  max-width: 40vw;
  font-size: 120%;
}

.images-thumbs {
  grid-template-rows: auto;
  margin-top: 32px;
}

.div-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.display-1-tablet {
  letter-spacing: -.03em;
  font-family: Adapta, sans-serif;
  font-size: 144px;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 64%;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.text-block {
  font-family: Georgia, Times, Times New Roman, serif;
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 1.11vw;
    font-size: 2.6vw;
  }

  h2 {
    margin-bottom: 1.11vw;
    font-size: 2.22vw;
  }

  h3 {
    margin-bottom: .55vw;
    font-size: 1.66vw;
  }

  h4 {
    margin-bottom: .55vw;
    font-size: 1.25vw;
  }

  h5 {
    margin-bottom: .3vw;
    font-size: 1vw;
  }

  h6 {
    margin-bottom: .3vw;
    font-size: .83vw;
  }

  p {
    margin-bottom: 1.11vw;
  }

  .utility-page-content {
    border-radius: .55vw;
    width: 24vw;
    padding: 2.2vw;
  }

  .section {
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .body {
    font-size: 1.11vw;
  }

  .display-2 {
    font-size: 5vw;
  }

  .projects-grid {
    grid-column-gap: .555vw;
    grid-row-gap: .555vw;
  }

  .overlay-heading {
    font-size: 1.66vw;
  }

  .tab-line {
    height: .07vw;
  }

  .tab-lightbox {
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .tab-line-bg {
    height: .07vw;
  }

  .tabs-menu {
    grid-column-gap: 1.11vw;
    grid-row-gap: 1.11vw;
    object-position: 50% 50%;
    padding-bottom: 2vw;
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .caption-margin-bottom {
    margin-bottom: 2.22vw;
  }

  .post-description {
    bottom: 1.66vw;
  }

  .scale-thumb-content {
    padding: 1.66vw;
  }

  .card-headline {
    font-size: 2.5vw;
  }

  .footer-large-heading {
    font-size: 5.5vw;
  }

  .footer-info-grid, .footer-copyright-grid {
    grid-column-gap: 2.22vw;
    grid-row-gap: 2.22vw;
  }

  .vertical-list {
    grid-row-gap: .55vw;
  }

  .hover-line {
    height: .07vw;
  }

  .text-field {
    height: 4.44vw;
    font-size: 1.11vw;
  }

  .submit-button {
    width: 4.44vw;
    height: 4.44vw;
  }

  .display-1 {
    font-size: 10vw;
  }

  ._1st-section {
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .tag-small {
    border-radius: .277vw;
    margin: .277vw;
    padding: .83vw 1.11vw;
    box-shadow: inset 0 0 0 .07vw #ffffff1a;
  }

  .large-heading {
    font-size: 6.25vw;
  }

  .lightbox-item {
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .form-wrapper {
    padding: 1.11vw;
  }

  .footer-logo {
    height: 2.22vw;
    margin-bottom: 1.11vw;
  }

  .navbar {
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .brand {
    width: 6.25vw;
  }

  .social-link {
    width: 3.33vw;
    height: 3.33vw;
    padding: 1.11vw;
  }

  .images-thumbs {
    margin-top: 2.22vw;
  }

  .display-1-tablet {
    font-size: 10vw;
  }

  .rich-text-block {
    color: var(--white);
  }
}

@media screen and (max-width: 991px) {
  .thumb-overlay {
    background-color: #1b1b1b80;
  }

  .thumb-overlay.none-mobile, .bg-video-overlay {
    display: none;
  }

  .overlay-info {
    max-width: none;
    padding: 16px;
  }

  .overlay-heading {
    font-size: 20px;
  }

  .overlay-subheading {
    display: none;
  }

  .tabs-slider {
    width: 100%;
  }

  .tab-lightbox {
    padding-top: 100px;
  }

  .quote {
    width: 75%;
    font-size: 28px;
    line-height: 1.5;
  }

  .post-description {
    display: none;
  }

  .scale-thumb, .scale-thumb:hover {
    box-shadow: none;
  }

  .card-headline {
    font-size: 24px;
  }

  .none-mobile {
    display: none;
  }

  .footer-large-heading {
    max-width: none;
  }

  .hover-line {
    display: none;
  }

  .submit-button:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .display-1 {
    letter-spacing: -.04em;
    font-size: 80px;
  }

  .bg-image-wrapper {
    z-index: 0;
    width: 100%;
    height: 50vh;
    margin-bottom: 3vw;
    position: relative;
  }

  .large-heading {
    font-size: 32px;
  }

  .lightbox-item {
    padding-bottom: 8vw;
  }

  .navbar-container {
    align-items: center;
  }

  .bg-video {
    height: 55vh;
    position: absolute;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: row;
    padding: 8vw;
  }

  .social-link {
    background-color: var(--border-white);
    margin: 16px;
  }

  .social-link:hover {
    background-color: var(--border-white);
  }

  .menu-button {
    background-color: var(--white);
    color: var(--black);
  }

  .menu-button.w--open {
    background-color: var(--black);
    color: var(--white);
  }

  .nav-menu-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block {
    z-index: 10;
    height: 55vh;
    padding: 8vw;
    position: absolute;
  }

  .display-1-tablet {
    letter-spacing: -.01em;
    font-size: 40px;
    line-height: 1.2;
    display: block;
    position: relative;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section.footer-black {
    padding-top: 12vw;
  }

  .display-2 {
    letter-spacing: -.02em;
    font-size: 44px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .overlay-subheading {
    display: block;
  }

  .tabs-slider {
    min-height: 60vh;
  }

  .tab-lightbox {
    padding-top: 100px;
  }

  .quote {
    font-size: 24px;
  }

  .tabs-menu {
    grid-auto-flow: row;
  }

  .caption-margin-bottom {
    margin-bottom: 3vw;
  }

  .scale-thumb-grid {
    grid-template-columns: 1fr;
  }

  .scale-thumb {
    height: 56.25vw;
  }

  .footer-large-heading {
    letter-spacing: -.01em;
    font-size: 10vw;
  }

  .footer-info-grid {
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
  }

  .footer-copyright-grid {
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
    padding-top: 12vw;
  }

  .display-1 {
    letter-spacing: -.03em;
    font-size: 64px;
  }

  .contact-item {
    grid-template-columns: 1fr;
  }

  ._1st-section {
    padding-top: 200px;
  }

  .large-heading {
    font-size: 24px;
  }

  .section-large-top {
    padding-top: 50vh;
  }

  .utility-grid {
    grid-template-columns: 1fr;
  }

  .bg-video {
    height: 45vh;
  }

  .div-block {
    height: 45vh;
    padding-top: 80px;
  }

  .display-1-tablet {
    letter-spacing: 0;
    font-size: 30px;
  }

  .team-slider, .hero-heading-left, .hero-heading-right {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }

  .image-cover {
    height: auto;
  }

  .thumb-overlay {
    background-color: var(--black);
    height: auto;
    padding: 32px 16px;
    position: relative;
  }

  .quote {
    width: 100%;
    font-size: 20px;
  }

  .display-1 {
    font-size: 48px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-header-wrapper {
    padding-top: 0;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }
}

#w-node-d5b0659e-6c12-b1b0-da35-64479d168670-47568add {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_778b1b08-f300-4c15-6872-c26cf9582797-47568add {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-cb2c87e4-a830-4991-f69b-0bf63bcacc5f-47568add {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_7aae2ea2-6be9-6bb8-736a-8a97d2599e5b-47568add {
  grid-area: 3 / 5 / 4 / 10;
}

#w-node-_947448d9-d688-08a9-4ca1-48c1e44b9c7c-47568add {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-cb50fce0-8f82-6f7a-2e5d-fe44077f8e3a-47568add {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-d2ac24aa-c7a1-6b94-8fb3-ad650fd4dd10-47568add {
  grid-area: 5 / 5 / 6 / 10;
}

#w-node-a31ac62b-98d1-0328-18b4-cb318eb2e8fb-47568add {
  grid-area: 6 / 3 / 7 / 8;
}

#w-node-f880bf88-8647-7cd1-7e7e-21ae83f2c404-47568add {
  grid-area: 6 / 8 / 7 / 13;
}

#w-node-_40ad1a98-3173-5ab2-e936-fbcee11fbe02-47568add {
  grid-area: 7 / 4 / 8 / 11;
}

#w-node-_79a5e5ba-4900-a51b-15d6-917ca7c4c5cd-c983a3a7, #w-node-b9f88f73-3158-f49c-7f10-46aee491194c-c983a3a7 {
  justify-self: start;
}

#w-node-ac3766f7-9303-7678-610e-9351779502e7-c983a3a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5aa96b1-18a8-3571-f908-df2d07e597e9-47568ae1, #w-node-e5aa96b1-18a8-3571-f908-df2d07e597ed-47568ae1, #w-node-cba59529-916c-2c61-0708-3759ddb6ff8d-47568ae1, #w-node-d19e366b-9d22-6551-7fe3-5ecbfdebb7b0-47568ae1, #w-node-_7a52d593-a7df-96d9-1aee-3c38222f7fd1-47568ae1, #w-node-_7a52d593-a7df-96d9-1aee-3c38222f7fd5-47568ae1, #w-node-_7a52d593-a7df-96d9-1aee-3c38222f7fd9-47568ae1, #w-node-_7a52d593-a7df-96d9-1aee-3c38222f7fdd-47568ae1 {
  justify-self: start;
}

#w-node-_3470e624-9aee-ab1d-08e2-24b3ce22de06-47568ae5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_61460151-3988-147a-0848-8b29da5c450b-47568ae7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-d5b0659e-6c12-b1b0-da35-64479d168670-47568add, #w-node-_778b1b08-f300-4c15-6872-c26cf9582797-47568add, #w-node-cb2c87e4-a830-4991-f69b-0bf63bcacc5f-47568add, #w-node-_7aae2ea2-6be9-6bb8-736a-8a97d2599e5b-47568add, #w-node-_947448d9-d688-08a9-4ca1-48c1e44b9c7c-47568add, #w-node-cb50fce0-8f82-6f7a-2e5d-fe44077f8e3a-47568add, #w-node-d2ac24aa-c7a1-6b94-8fb3-ad650fd4dd10-47568add, #w-node-a31ac62b-98d1-0328-18b4-cb318eb2e8fb-47568add, #w-node-f880bf88-8647-7cd1-7e7e-21ae83f2c404-47568add, #w-node-_40ad1a98-3173-5ab2-e936-fbcee11fbe02-47568add {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac3766f7-9303-7678-610e-9351779502e7-c983a3a7 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Golos Text';
  src: url('../fonts/Golos-Text_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src: url('../fonts/Golos-Text_DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src: url('../fonts/Golos-Text_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src: url('../fonts/Golos-Text_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos UI';
  src: url('../fonts/Golos-UI_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos UI';
  src: url('../fonts/Golos-UI_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos UI';
  src: url('../fonts/Golos-UI_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adapta';
  src: url('../fonts/Typekiln---AdaptaText-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adapta';
  src: url('../fonts/Typekiln---AdaptaDisplay-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
