@font-face {
  font-family: Founders Grotesque;
  src: url('../fonts/Founders-Grotesque-Regular-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Approach Mono Rg;
  src: url('../fonts/APPROACH-MONO-RG.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Approach;
  src: url('../fonts/APPROACH-BLACK.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Approach;
  src: url('../fonts/APPROACH-MEDIUM.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Approachmonotrial Lt;
  src: url('../fonts/APPROACHMONOTRIAL-LT.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  margin-bottom: 0;
  font-family: Approach Mono Rg, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

h1 {
  color: #fff;
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Approach, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1em;
  text-decoration: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Approach, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Approach, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

a {
  color: #000;
}

.div-block {
  height: 100vh;
}

.html-embed, .background-video {
  width: 100vw;
  height: 100vh;
}

.background-video-2 {
  height: 100vh;
}

.image {
  height: 10rem;
  margin-top: 1em;
  margin-left: 1em;
}

.div-block-2 {
  display: flex;
}

.nav-header {
  color: #fff;
  mix-blend-mode: difference;
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 2.4vw;
  line-height: 1.1em;
  display: flex;
}

.nav-header.caps {
  text-transform: uppercase;
  overflow-wrap: normal;
  mix-blend-mode: difference;
  margin-bottom: .5em;
  margin-right: 1.5em;
  font-size: 1.4vw;
}

.nav-header.about {
  background-color: #0e0e0e00;
  font-size: 1.9rem;
}

.nav-header.paragraph {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-size: 2.25rem;
}

.container {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  position: absolute;
  inset: 2.5% auto auto 2%;
}

.container.about {
  max-width: 48%;
  inset: auto auto 2% 2%;
}

.helix-text {
  color: #fff;
  mix-blend-mode: difference;
  font-family: Hkgrotesk;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2em;
  display: none;
}

.design-studio-text {
  color: #fff;
  mix-blend-mode: difference;
  margin-bottom: 1em;
  font-family: Suisse Works;
  font-size: 1.8rem;
  font-weight: 500;
  display: none;
}

.main-body-large {
  color: #fff;
  mix-blend-mode: difference;
  width: 39vw;
  margin-bottom: auto;
  font-family: Approach, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.05em;
}

.logo-text-div {
  position: absolute;
  inset: auto auto 2% 2%;
}

.logo {
  mix-blend-mode: difference;
  max-width: 10vw;
  margin-bottom: 2em;
}

.logo.about {
  mix-blend-mode: normal;
}

.body {
  background-color: #171717;
}

.body.project {
  background-color: #bfbfbf;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.about {
  background-color: #0e0e0e;
}

.link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.link:hover {
  border-bottom: 2px solid #fff;
}

.link.w--current:hover {
  mix-blend-mode: normal;
}

.link.email {
  text-transform: none;
  font-size: 2.2vw;
}

.email-div {
  margin-bottom: 1em;
}

.cirka {
  font-family: Cirka Variable;
}

.social-overflow {
  flex-flow: row;
  grid-template: "Area Area"
                 "Area-2 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start space-between;
  align-items: start;
  padding: 0;
  display: block;
  overflow: hidden;
}

.rotate--2nd {
  margin-right: -2px;
}

.takeover {
  z-index: 50;
  background-color: #171717;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 6em 1em;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.menu-bottom {
  background-color: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 38px;
}

.menu-hover {
  width: 100%;
  height: 100%;
}

.menu-top {
  background-color: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 30px;
}

.menu-wrap {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-link {
  color: #fff;
  border-bottom: 0 solid #000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  padding: .3em .5em;
  line-height: 2rem;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.footer-link:hover {
  opacity: 1;
  color: #ffffffbf;
  text-decoration: none;
  transform: rotate(0);
}

.footer-link:active {
  color: #171717;
}

.footer-link.w--current:hover {
  text-decoration: none;
}

.footer-link.email {
  border-bottom-width: .25px;
  border-bottom-color: #fff;
  align-self: auto;
  margin-left: 1em;
  margin-right: 1em;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-link.email.nav {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
}

.menu-link {
  color: #ffffff7a;
  border-bottom: 0 solid #f8f8f833;
  padding: 1em 0;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link:focus {
  text-decoration: none;
}

.menu-link.w--current {
  color: #fff;
  border-bottom-width: 0;
}

.menu-link.w--current:hover {
  text-decoration: none;
}

.menu-button {
  z-index: 991;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 0;
}

.menu-button:hover {
  background-color: #fff3;
  border-radius: 50%;
}

.menu-button:focus {
  background-color: #ffffff0d;
}

.menu-button.w--open {
  color: #171717;
  background-color: #171717;
}

.menu-button.w--open:hover {
  background-color: #ffffff14;
}

.hidden-rotate--1st.w {
  margin-right: -3px;
}

.nav-link {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 .3em;
  font-size: 6em;
  transition: all .4s;
  display: flex;
}

.nav-link:focus {
  color: #f8f8f8;
}

.nav-link.w--current {
  color: #e1ff00;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 6em;
}

.nav-link.hidden {
  color: #fff;
  font-size: 6em;
  font-weight: 500;
  position: absolute;
  top: -12px;
  left: 9px;
}

.contact-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding: 7.5em 1em 0;
  display: flex;
}

.number {
  font-size: .9em;
}

.html-embed-2 {
  position: absolute;
}

.takeover-inner {
  z-index: 990;
  opacity: 1;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.social-link-wrap {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.social-link-wrap.nav {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center flex-start;
  place-items: center;
  margin-top: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.contact-overflow {
  margin-bottom: 4em;
  display: block;
  overflow: hidden;
}

.rotate--1st {
  margin-right: 0;
}

.rotate--1st.h {
  margin-right: 3px;
}

.rotate--1st.w {
  margin-right: -5px;
}

.social-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.social-link.nav {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 1em;
  padding-top: 4px;
  transition: all .2s;
  display: flex;
  position: static;
}

.social-link.nav:hover {
  color: #e1ff00;
  background-color: #3b3b3b;
  border-color: #0000;
}

.social-link.nav.no--space {
  color: #fff;
  margin-right: 0;
  padding-top: 4px;
}

.social-link.nav.no--space:hover {
  color: #e1ff00;
}

.secondary-link-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.nav-menu {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-links-wrapper {
  width: 50%;
  margin-right: 1em;
}

.social-wrap {
  display: block;
}

.get-in-touch {
  color: #17171770;
  font-weight: 500;
}

.get-in-touch.nav {
  color: #ffffff73;
  text-align: left;
  text-transform: uppercase;
  position: static;
}

.navbar-line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.navbar-menu {
  color: #fff;
  background-color: #17171780;
  width: 40vw;
  height: 100vh;
  padding: 4.5rem 2.5rem 2.5rem;
  font-family: Approach Mono Rg, sans-serif;
  bottom: 0%;
  left: 0;
  right: 0;
}

.container-navbar {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-link {
  color: #f7f6f1;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
}

.navbar {
  padding: 1rem;
}

.navbar-brand.w--current {
  padding-left: 0;
}

.navbar-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: .8rem;
  display: block;
}

.navbar-button.w--open {
  background-color: #fff0;
}

.link-2.is-contact {
  color: #f7f6f1;
  font-size: 1.25rem;
  text-decoration: none;
}

.link-2.is-social {
  border: 1px solid #afafaf;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.navbar-button-container {
  flex-direction: column;
  justify-content: space-between;
  width: 2rem;
  height: .7rem;
  display: flex;
  position: relative;
}

.navbar-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.navbar-overlay {
  filter: blur(50px);
  mix-blend-mode: normal;
  background-color: #191919b3;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.navbar-social {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.grid.is-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.logo-hero {
  mix-blend-mode: exclusion;
  width: 120px;
  position: fixed;
  inset: 1.1% auto auto 1%;
}

.body-1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Approach Mono Rg, sans-serif;
  line-height: 1.1em;
}

.body-1.top-right-stick {
  mix-blend-mode: exclusion;
  position: fixed;
  inset: .8% 1% auto auto;
}

.body-1.bottom-left-stick {
  z-index: 994;
  mix-blend-mode: exclusion;
  position: fixed;
  inset: auto auto 1em 1em;
}

.body-1.bottom-right-stick {
  z-index: 999;
  mix-blend-mode: exclusion;
  position: fixed;
  inset: auto 1em 1em auto;
}

.body-1.centre {
  text-align: center;
  letter-spacing: 0;
  order: 1;
  align-self: center;
  width: 400px;
  display: block;
}

.body-1.link {
  mix-blend-mode: normal;
  order: 1;
  margin-top: auto;
  margin-bottom: auto;
}

.body-1.link:hover {
  border-bottom-width: 1.5px;
}

.body-1.link.shorter {
  margin-top: auto;
  margin-bottom: auto;
}

.body-1.link.shorter:hover {
  border-bottom-width: 1.5px;
}

.body-1.list-hp {
  margin-bottom: 10px;
}

.lewis-latham-2024 {
  color: #fff;
  text-transform: uppercase;
  position: fixed;
  inset: auto auto 1% 1%;
}

.freelance-graphic-designer {
  color: #fff;
  text-transform: uppercase;
  font-family: Approach Mono Rg, sans-serif;
  position: fixed;
  inset: auto 1% 1% auto;
}

.about-me-on-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #171717;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: flex;
}

.div-block-3 {
  text-align: center;
  min-width: 1440px;
}

.section {
  height: 50vh;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding-left: .25em;
  padding-right: .25em;
  display: block;
}

.navbar-2 {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.noise {
  z-index: 999;
  opacity: .25;
  mix-blend-mode: overlay;
  background-image: url('../images/noise.gif');
  background-position: 0 0;
  background-size: 200px;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.padding-nav {
  padding: 80px;
}

.footer-social-link {
  margin-left: 12px;
}

.social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.menu-popup {
  z-index: 50;
  background-color: #171717;
  width: 0;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-button-2 {
  z-index: 100;
  width: 32px;
  position: relative;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Approach, sans-serif;
  font-size: 60px;
  font-weight: 900;
}

.div-block-4 {
  width: 100%;
  margin-left: 65px;
  margin-right: 65px;
}

.nav-content-wrapper {
  mix-blend-mode: difference;
  justify-content: space-between;
  display: flex;
}

.nav-bar {
  z-index: 200;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: fixed;
  top: 0;
}

.navigation-list {
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: column;
  font-weight: 500;
  display: flex;
}

.home-hero {
  justify-content: center;
  align-items: center;
}

.div-block-5 {
  width: 100%;
}

.image-2 {
  z-index: 999;
  width: 120px;
  position: fixed;
  inset: 1em auto auto 1em;
}

.link-block {
  mix-blend-mode: normal;
}

.link-block.w--current {
  opacity: 1;
  mix-blend-mode: difference;
}

.spacer {
  height: .5rem;
}

.project-container {
  text-align: center;
  max-width: 100%;
}

.work-header-hm {
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-bottom: auto;
}

.work-sub-hm {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Approach, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}

.container-4 {
  flex-flow: row-reverse;
  max-width: 100%;
  height: 25vh;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.div-right-align {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}

.div-left-align {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.tag {
  mix-blend-mode: difference;
  max-height: 75px;
}

.footer-dark {
  background-color: #171717;
  width: 100%;
  padding: 12em 1em 1em;
  font-family: Approachmonotrial Lt, sans-serif;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.footer-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-auto-columns: 1fr;
  margin-bottom: 4px;
  font-family: Approach Mono Rg, sans-serif;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2px;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: exclusion;
  align-self: flex-end;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.footer-link-2.left {
  align-self: flex-start;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  mix-blend-mode: exclusion;
  font-size: 10px;
  line-height: 11px;
}

.footer-copyright-center.contact-page {
  position: absolute;
  inset: auto 0% 1.5em;
}

.flex-block {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.portrait {
  opacity: 1;
  width: 200px;
}

.cover-1 {
  filter: none;
  background-image: url('../images/renegade-3840x2160-V3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.work-list {
  z-index: 2;
  background-color: #171717;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.list_item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 1em;
  transition: color .1s, background-color .1s;
  display: flex;
}

.list_visual-wrap {
  flex: none;
  width: 66.66%;
}

.list_visual-height {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.list_image {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.list_content-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.list_tab {
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-radius: 100vw;
  padding: .4em 1em;
  font-size: .9em;
  line-height: 1;
  display: inline-block;
}

.list_heading {
  letter-spacing: -.06em;
  text-transform: uppercase;
  max-width: 13em;
  margin-top: .6rem;
  margin-bottom: 5px;
  font-weight: 900;
  line-height: .8;
  text-decoration: none;
}

.div-block-6 {
  order: 1;
  align-self: center;
}

.html-embed-3 {
  height: 100vh;
}

.html-embed-4 {
  height: 100vh;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.div-block-8 {
  width: 100%;
  height: 100%;
}

.container-6 {
  z-index: 99;
  max-width: none;
  height: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 56.29%;
  position: relative;
}

.menu-link-2 {
  color: #ffffff7a;
  border-bottom: 0 solid #f8f8f833;
  margin-bottom: 5.1em;
  padding-left: 0;
  padding-right: 0;
  transition: color .3s;
  display: flex;
  position: relative;
}

.menu-link-2:hover {
  color: #f8f8f8;
  text-decoration: none;
  transform: translate(0);
}

.menu-link-2:focus {
  text-decoration: none;
}

.menu-link-2.w--current {
  color: #fff;
  border-bottom-width: 0;
}

.menu-link-2.w--current:hover {
  text-decoration: none;
}

.menu-button-3 {
  z-index: 999;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  transition: background-color .3s;
}

.menu-button-3:focus {
  background-color: #ffffff0d;
}

.menu-button-3.w--open {
  z-index: 992;
  color: #171717;
  background-color: #171717;
}

.nav-link-3 {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 .3em;
  font-size: 6em;
  transition: all .4s;
  display: flex;
}

.nav-link-3:focus {
  color: #f8f8f8;
}

.nav-link-3.w--current {
  color: #e1ff00;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 6em;
}

.nav-link-3.hidden {
  color: #fff;
  text-transform: uppercase;
  font-family: Approach, sans-serif;
  font-size: 6em;
  font-weight: 900;
  line-height: 1.2em;
  position: absolute;
  left: 9px;
}

.html-embed-5 {
  position: absolute;
}

.div-block-9 {
  width: 100vw;
  height: 100vh;
}

.embed {
  height: 100%;
}

.hero-div {
  z-index: -1;
  object-fit: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-video-3 {
  height: 100vh;
}

.video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video.contact-page {
  z-index: -50;
  position: sticky;
}

.html-embed-7 {
  width: 100%;
}

.paragraph {
  text-align: center;
  max-width: 500px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.video-cover {
  object-fit: fill;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.video-cover-2 {
  z-index: -999;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.video-cover-2._2 {
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding: 4em 1em 5em;
  position: relative;
}

.video-cover-2._3 {
  padding-left: 1em;
  padding-right: 1em;
}

.video-cover-2.home {
  position: relative;
}

.takeover-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-decoration: none;
  display: flex;
}

.takeover-h1 {
  letter-spacing: .5em;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Approachmonotrial Lt, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 2em;
}

.takeover-h1:hover {
  text-decoration: underline;
}

.overlay-text {
  clear: none;
}

.menu-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.menu-link-3 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 1.75rem;
  font-weight: 600;
  display: block;
}

.menu-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  font-size: .8rem;
  display: flex;
}

.menu-list-item {
  overflow: hidden;
}

.menu-top-2 {
  justify-content: space-between;
  display: flex;
}

.menu-brand {
  font-size: .85rem;
  font-weight: 600;
}

.menu {
  z-index: 99;
  pointer-events: auto;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  width: 35vw;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.nav-menu-button {
  z-index: 999;
  cursor: pointer;
  width: 1.25rem;
  max-height: 1.25rem;
}

.navbar-no-shadow {
  z-index: 990;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.container-regular {
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  background-color: #1f1f1f;
}

.nav-menu-2 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-end;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10rem 20rem 10rem 11rem;
  display: flex;
  position: relative;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.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;
}

.menu-button-4 {
  z-index: 999;
  mix-blend-mode: exclusion;
  padding: .8em 1em 1em;
  font-size: 14px;
}

.menu-button-4.w--open {
  background-color: #c8c8c800;
}

.helix {
  z-index: 999;
  mix-blend-mode: exclusion;
  max-width: 125px;
  position: fixed;
  inset: 1em auto auto 1em;
}

.link-block-2 {
  text-decoration: none;
  display: flex;
}

.heading-2 {
  letter-spacing: -3px;
}

.nav-wrapper {
  z-index: 100;
  padding-top: 2vw;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block-3 {
  align-items: center;
  display: flex;
}

.link-block-3.w--current {
  display: flex;
}

.nav-bar-2 {
  justify-content: space-between;
  display: flex;
}

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

.image-21 {
  width: 4vw;
  height: 4vw;
}

.image-21._2nd {
  margin-left: .5vw;
}

.menu-link-4 {
  color: #d4f7fb;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vw;
  padding-left: 3vw;
  padding-right: 3vw;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.menu-link-4:hover {
  color: #dda639;
}

.image-22 {
  width: 3.3vw;
}

.button {
  opacity: .8;
  color: #dda639;
  cursor: none;
  background-color: #031b1e;
  border: 2px solid #dda639;
  border-radius: 100px;
  padding: 1vw 4vw;
}

.button:hover {
  opacity: 1;
}

.button.menu {
  color: #031b1e;
  background-color: #dda639;
  margin-left: 1vw;
}

.menu-links-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.page-padding {
  padding-left: 5vw;
  padding-right: 5vw;
}

.page-padding.nav-padding {
  z-index: 501;
  padding-left: 2vw;
  padding-right: 2vw;
  position: relative;
}

.dropdown-menu {
  z-index: 500;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #031b1ebf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-23 {
  width: 4vw;
  height: 4vw;
}

.image-23._2nd {
  margin-left: .5vw;
}

.menu-link-5 {
  color: #d4f7fb;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vw;
  padding-left: 3vw;
  padding-right: 3vw;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.menu-link-5:hover {
  color: #dda639;
}

.image-24 {
  width: 3.3vw;
}

.div-block-11 {
  height: 50vh;
}

.html-embed-8 {
  margin-bottom: 0;
  position: fixed;
  inset: auto auto .35em 1em;
}

.load-swipe {
  z-index: 1001;
  background-color: #272727;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.loading {
  font-size: 1.3em;
  position: absolute;
}

.loading.one {
  position: static;
}

.loading.four {
  color: #fff;
  letter-spacing: .05em;
  font-size: 2.5em;
  font-weight: 500;
}

.loading.three {
  color: #e1ff00;
  font-size: 2.5em;
}

.loading.two {
  color: #5f5f5f;
  font-size: 2.5em;
}

.text-animate {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.spacer-2 {
  color: #1f1e1c;
}

.contact-wrap {
  z-index: 850;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-3 {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 500;
}

.home-headline {
  color: #dfd3c333;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  cursor: default;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: auto;
  margin-right: .25em;
  font-family: Approach Mono Rg, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: .9em;
  display: inline-block;
}

.text-scroll-wrap {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.text-scroll-wrap.top {
  z-index: 2;
  margin-bottom: .85em;
  overflow: visible;
}

.contact-home-cta {
  color: #171717;
  background-color: #e1ff00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.contact-home-cta:hover {
  color: #171717;
  text-decoration: none;
  transform: rotate(-23deg);
}

.contact-home-cta.red {
  background-color: #a23e48;
}

.text-animate-two {
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
  position: relative;
}

.text-sticky-wrap {
  padding-top: 4em;
  padding-bottom: 4em;
  position: sticky;
  overflow: hidden;
}

.contact-circle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  overflow: hidden;
}

.contact-circle:hover {
  transform: scale(1.1);
}

.grid-2 {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.link-3 {
  color: #868173;
  text-decoration: none;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.inspiration {
  text-align: center;
  width: 40%;
}

.grid__item-img {
  background-image: url('../images/et4_mockup_Front_Flat-Lifestyle_White.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.grid__item-img._4 {
  background-image: url('../images/e4994c3d4d0434660329c700dcab1421.jpg');
}

.grid__item-img._3 {
  background-image: url('../images/d34fe7f86b62d5c9a8ea3563492a4dd1.jpg');
  background-position: 50% 100%;
}

.grid__item-img._7 {
  background-image: url('../images/522766529c4c3bf01463adb0ac166139.jpg');
  background-position: 50% 0;
}

.grid__item-img._8 {
  background-image: url('../images/b9d0148eeab03722f420f39edf284e3e.jpg');
}

.grid__item-img._1 {
  background-image: url('../images/7fc58ad7cb2e0be89f203e62dbefbabc.jpg');
}

.grid__item-img._5 {
  background-image: url('../images/7a065899e7dc35a51369bec5fb55cecc.jpg');
}

.grid__item-img._6 {
  background-image: url('../images/cf1f55e2471ecd7387f59a46676fd10e.jpg');
}

.grid__item-img._2 {
  background-image: url('../images/292ee28739d4705c8bd4e6396fc13bc2.jpg');
}

.project-text {
  z-index: 20;
  color: #171717;
  object-fit: fill;
  flex-flow: row;
  height: 100vh;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: fixed;
}

.work-header {
  color: #171717;
  letter-spacing: -.06em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-style: normal;
  line-height: .8em;
}

.work-header.sub {
  letter-spacing: 0;
  margin-top: 4px;
  font-size: 18px;
  line-height: 1em;
}

.project-text-wrapper {
  align-self: center;
  width: 33.3vw;
}

.project-image-full {
  align-self: center;
  width: 100%;
  margin-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.project-image-half {
  align-self: flex-end;
  width: 60vw;
  margin-top: 1em;
  padding-right: 1em;
  position: relative;
  inset: 0% 0 auto auto;
}

.image-27 {
  width: 50%;
  position: relative;
}

.image-28 {
  align-self: center;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.work-wrapper {
  z-index: 20;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-15 {
  align-self: center;
  padding-left: 1em;
  padding-right: 1em;
}

.align-right {
  align-self: flex-end;
}

.text-block-4 {
  mix-blend-mode: exclusion;
  font-family: Approachmonotrial Lt, sans-serif;
}

.image-29 {
  margin-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
}

.work-body {
  text-transform: uppercase;
  font-family: Approach Mono Rg, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}

.video-2 {
  margin-top: 2em;
}

.vid-block {
  margin-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.vid-block._60vw {
  align-self: flex-end;
  width: 60vw;
  padding-left: 0;
}

.image-30 {
  z-index: 0;
  opacity: .02;
  mix-blend-mode: exclusion;
}

.arrow-down {
  z-index: 50;
  mix-blend-mode: exclusion;
  position: absolute;
  inset: auto 49% 1em 48.5%;
}

.about-wrapper-1 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.about-img {
  padding-left: 1em;
  padding-right: 1em;
}

.helix-spin {
  z-index: 1;
  mix-blend-mode: exclusion;
  width: 25vh;
  display: none;
  position: fixed;
  inset: auto;
}

.helix-spin.contact-page {
  z-index: 990;
  width: 10vh;
  display: none;
}

.sfl_large {
  opacity: .1;
  mix-blend-mode: difference;
  width: 100vw;
  padding-left: 1em;
  padding-right: 1em;
  display: none;
  position: absolute;
  inset: 3.75% 0% auto;
}

.image-32 {
  mix-blend-mode: exclusion;
  width: 5em;
  position: absolute;
  inset: auto auto 49%;
}

.about-div {
  align-self: flex-start;
}

.paragraph-2 {
  text-transform: uppercase;
}

.about-body {
  text-transform: uppercase;
  width: 50vw;
  margin-bottom: 0;
  line-height: 1.2em;
}

.div-block-18 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.line-spacer {
  background-color: #2b2b2b;
  height: 2px;
  margin-top: 4em;
  margin-bottom: 4em;
}

.line-spacer.black {
  background-color: #2b2b2b00;
  margin-top: 2em;
  margin-bottom: 2em;
}

.text-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 5.5em;
  margin-bottom: 5.5em;
  display: flex;
}

.link-block-4 {
  align-self: center;
  width: 60vw;
  text-decoration: none;
}

.link-block-4:hover {
  text-decoration: underline;
}

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

.marquee {
  grid-column-gap: 1rem;
  width: 100%;
  padding-top: 2.65rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.text-block {
  color: #444;
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Approach, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
}

.team_header {
  z-index: 10;
  padding: 1em;
  position: relative;
}

.team_item {
  color: #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  padding: 1em;
  transition: color .2s;
  display: flex;
  position: relative;
}

.styles {
  position: fixed;
  inset: 0% auto auto 0%;
}

.team_bg {
  z-index: -1;
  width: 100%;
  height: 0%;
  transition: height .2s;
  position: absolute;
  inset: 0% 0% auto;
}

.team_visual {
  z-index: 2;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.team_image {
  aspect-ratio: 16 / 9;
  opacity: 0;
  width: 25%;
  margin-left: 19%;
}

.team_title {
  width: 17%;
}

.team_name {
  text-align: right;
  order: 1;
  width: 50%;
}

.product_list {
  margin-top: 10rem;
  margin-bottom: 8rem;
  padding-left: 1em;
  padding-right: 1em;
}

.product_link {
  border-bottom: 1px solid #565656;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.product_link:focus:not(:focus-visible) {
  outline: none;
}

.product_img {
  aspect-ratio: 16 / 9;
  opacity: 0;
  pointer-events: none;
  object-fit: cover;
  width: 20%;
  position: absolute;
}

.product_content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product_title {
  color: var(--white);
  letter-spacing: -.06em;
  text-transform: uppercase;
  mix-blend-mode: difference;
  align-self: flex-end;
  font-family: Approach, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: .8em;
  text-decoration: none;
}

.product_number {
  color: var(--white);
  mix-blend-mode: difference;
  align-self: flex-end;
}

.product_number.view-project {
  text-transform: uppercase;
}

.div-block-19 {
  width: 35rem;
}

.arrow {
  align-self: flex-end;
  width: 3rem;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.contact-body {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-family: Approachmonotrial Lt, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: .85em;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-5:hover {
  text-decoration: underline;
}

.text-block-contact {
  z-index: 500;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8em;
  margin-left: 1em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-menu-3 {
  opacity: .98;
  width: 100%;
  height: 100vh;
  color: var(--white);
  text-transform: uppercase;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0% 0% 1em;
}

.nav-menu-photo-mask {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 325px;
  display: flex;
  position: relative;
}

.nav-menu-links {
  opacity: 1;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-menu-link-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Approachmonotrial Lt, sans-serif;
  font-size: 6vmin;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.small-links-wrapper {
  justify-content: center;
  align-items: flex-end;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-bar-menu-icon {
  height: 100%;
}

.nav-bar-3 {
  z-index: 999;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1em;
  padding-right: 1em;
  display: flex;
  position: fixed;
}

.nav-menu-photos-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
  overflow: hidden;
}

.navbar-v3 {
  z-index: 998;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-menu-number {
  color: #ff8d4f;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  position: relative;
  bottom: -2px;
}

.nav-menu-link {
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-link.nav-menu-link-4 {
  text-decoration: none;
}

.nav-menu-link.nav-menu-link-4.w--current {
  width: 100%;
}

.nav-menu-footer {
  width: 100%;
  height: 100px;
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: flex-end;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 1em;
}

.small-links {
  color: #fff;
  text-transform: uppercase;
  font-family: Approach Mono Rg, sans-serif;
  text-decoration: none;
  position: relative;
}

.small-links:hover {
  text-decoration: underline;
}

.h3-title {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-menu-item-numbers {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 15px;
  display: flex;
  position: relative;
}

.nav-menu-background {
  transform-origin: 50% 0;
  background-color: #444;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-bar-menu {
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-menu-photo-image {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.nav-menu-item-number {
  border: 2px solid #ff8d4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-bar-logo {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.code {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-7 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .nav-header {
    font-size: 2.3rem;
  }

  .nav-header.caps {
    font-size: 1.6rem;
  }

  .container {
    top: 2.5%;
    left: 5%;
  }

  .container.about {
    max-width: 90%;
    left: 5%;
  }

  .main-body-large {
    width: 80%;
    font-size: 1.9rem;
  }

  .logo-text-div {
    bottom: 2%;
    left: 5%;
  }

  .logo {
    max-width: 20vw;
  }

  .link {
    font-size: 1.4rem;
  }

  .link.email {
    font-size: 2.4rem;
  }

  .rotate--2nd {
    margin-right: -.2vw;
  }

  .takeover {
    font-size: 1em;
    overflow: auto;
  }

  .nav-link.hidden {
    display: none;
  }

  .takeover-inner {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    height: auto;
  }

  .rotate--1st.h {
    margin-right: .3vw;
  }

  .rotate--1st.w {
    margin-right: -.5vw;
  }

  .social-link.nav {
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .secondary-link-wrapper {
    padding-bottom: 2em;
  }

  .nav-menu {
    font-size: 1em;
  }

  .menu-links-wrapper {
    width: 60%;
  }

  .get-in-touch.nav {
    font-size: .9em;
  }

  .body-1.link, .body-1.link.shorter {
    font-size: 14px;
  }

  .noise {
    opacity: .2;
  }

  .nav-bar {
    z-index: 200;
  }

  .flex-block {
    margin-left: auto;
    margin-right: auto;
  }

  .work-list {
    padding-left: 1em;
    padding-right: 1em;
  }

  .list_item {
    flex-flow: column;
    width: 100%;
    margin-bottom: 4em;
    padding-right: 0;
  }

  .list_visual-wrap {
    width: 100%;
  }

  .nav-link-3.hidden {
    display: none;
  }

  .video-cover-2._2 {
    padding-top: 1em;
  }

  .takeover-h1 {
    font-size: 11vw;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
  }

  .nav-wrapper {
    padding-top: 3vw;
  }

  .link-block-3.w--current {
    width: 7vw;
  }

  .image-21._2nd {
    width: 7vw;
    height: 7vw;
  }

  .menu-link-4 {
    margin-top: 7vw;
    margin-bottom: 7vw;
  }

  .menu-link-4.w--current {
    cursor: pointer;
  }

  .menu-link-4.last {
    margin-bottom: 0;
  }

  .image-22 {
    width: 6vw;
  }

  .button {
    text-align: center;
    cursor: pointer;
    flex: 1;
    padding: 14px 50px;
    font-size: 2vw;
  }

  .button.menu {
    margin-left: 2vw;
  }

  .page-padding.nav-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dropdown-menu {
    align-items: center;
  }

  .image-23._2nd {
    width: 7vw;
    height: 7vw;
  }

  .menu-link-5 {
    margin-top: 7vw;
    margin-bottom: 7vw;
  }

  .menu-link-5.w--current {
    cursor: pointer;
  }

  .menu-link-5.last {
    margin-bottom: 0;
  }

  .image-24 {
    width: 6vw;
  }

  .overflow-hidden {
    flex: none;
  }

  .home-headline {
    font-size: 3.35em;
  }

  .text-sticky-wrap {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .project-text {
    height: 100%;
    margin-bottom: 8em;
    position: relative;
    top: 8em;
  }

  .project-text-wrapper {
    width: 100vw;
  }

  .project-image-half {
    width: 100vw;
    padding-left: 1em;
  }

  .about-body {
    width: 100%;
  }

  .div-block-18 {
    margin-top: 1rem;
    margin-bottom: 1em;
  }

  .text-block-5 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .link-block-4 {
    align-self: center;
  }

  .text-block {
    font-size: 21vw;
  }

  .team_list {
    grid-column-gap: 1em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .team_item {
    border-bottom-width: 0;
    padding: 0;
    display: block;
  }

  .team_visual {
    height: auto;
    position: relative;
  }

  .team_image {
    opacity: 1;
    width: 100%;
    margin-left: 0%;
  }

  .team_title {
    width: auto;
  }

  .team_name {
    text-align: left;
    width: auto;
  }

  .product_list {
    width: 100%;
  }

  .product_link {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
  }

  .product_link.view-case {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .product_img {
    opacity: 1;
    flex: none;
    width: 27%;
    position: relative;
  }

  .product_content {
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: flex-end;
    align-items: center;
    padding-right: 0;
  }

  .product_title {
    width: 100%;
    margin-bottom: 4px;
    font-size: 3.8rem;
  }

  .div-block-20 {
    margin-top: .25em;
  }

  .text-block-contact {
    width: 100%;
  }

  .nav-menu-link {
    width: 75%;
  }

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

  .text-block-7 {
    mix-blend-mode: exclusion;
  }
}

@media screen and (max-width: 767px) {
  .nav-header {
    margin-bottom: .5em;
    font-size: 1.4em;
  }

  .nav-header.caps {
    font-size: 1em;
  }

  .container {
    flex-direction: column;
  }

  .design-studio-text {
    line-height: 1.2em;
  }

  .main-body-large {
    width: 100%;
    font-size: 1.4rem;
  }

  .logo-text-div {
    right: 5%;
  }

  .logo {
    max-width: 8rem;
  }

  .link {
    font-size: 1rem;
  }

  .link.email {
    font-size: 1.4rem;
  }

  .takeover {
    align-items: center;
    overflow: auto;
  }

  .footer-link.email {
    justify-content: center;
  }

  .menu-link {
    overflow: hidden;
  }

  .nav-link {
    font-size: 6vw;
  }

  .contact-wrapper {
    margin-bottom: 2em;
  }

  .takeover-inner {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .social-link.nav {
    width: 45px;
    height: 45px;
  }

  .menu-links-wrapper {
    width: 100%;
    margin-bottom: 2em;
  }

  .get-in-touch.nav {
    font-size: .9em;
  }

  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .body-1.bottom-left-stick, .body-1.bottom-right-stick {
    display: none;
  }

  .navbar-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .noise {
    opacity: .15;
  }

  .padding-nav {
    padding-top: 124px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .menu-popup {
    background-color: #242424;
  }

  .div-block-4, .div-block-5 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .tag {
    display: none;
  }

  .footer-dark {
    position: relative;
    inset: auto 0% 0%;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .list_item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .list_visual-wrap {
    width: 100%;
  }

  .menu-link-2 {
    overflow: hidden;
  }

  .nav-link-3 {
    font-size: 6vw;
  }

  .helix-logo {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .contact-circle {
    width: 150px;
    height: 150px;
  }

  .product_list {
    margin-bottom: 4rem;
  }

  .arrow {
    width: 1rem;
  }

  .contact-body {
    font-size: 56px;
  }

  .text-block-contact {
    z-index: 2;
  }

  .nav-menu-link-text {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10vmin;
    line-height: 1.3;
  }

  .nav-bar-3 {
    height: 80px;
  }

  .nav-menu-photos-container {
    display: none;
  }

  .nav-menu-number {
    padding: 8px;
    font-size: 16px;
  }

  .nav-menu-link {
    width: 100%;
    left: 20px;
  }

  .nav-menu-link.nav-menu-link-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    left: auto;
  }

  .nav-menu-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-header {
    margin-bottom: .75em;
    font-size: 1.8em;
  }

  .nav-header.caps {
    margin-bottom: .75em;
    font-size: 1.2em;
  }

  .nav-header.paragraph {
    font-size: 1.25rem;
  }

  .container {
    display: flex;
    inset: 2% auto auto 4%;
  }

  .container.about {
    left: 4%;
  }

  .helix-text {
    text-align: center;
    line-height: .9em;
  }

  .design-studio-text {
    text-align: center;
    font-size: 1.8rem;
  }

  .main-body-large {
    font-size: 1.1rem;
  }

  .logo-text-div {
    bottom: 10%;
    left: 4%;
    right: 4%;
  }

  .logo {
    max-width: 6rem;
    margin-bottom: 1em;
  }

  .logo.about {
    display: none;
  }

  .body {
    line-height: 1.2em;
  }

  .heading {
    font-weight: 400;
  }

  .link {
    margin-bottom: .75em;
  }

  .email-div {
    margin-bottom: 1em;
  }

  .container-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .social-overflow {
    grid-template: "Area ."
                   "Area-2 Area-3"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center flex-start;
    place-items: center start;
    display: flex;
  }

  .takeover {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
    display: none;
    overflow: auto;
  }

  .footer-link {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-end center;
    align-self: auto;
    align-items: center;
    padding: .7em;
    display: flex;
  }

  .footer-link:hover {
    flex-wrap: nowrap;
  }

  .footer-link.email:hover {
    font-size: 1em;
  }

  .menu-link {
    color: #f8f8f8;
    border-bottom-style: solid;
    border-bottom-color: #f8f8f83b;
    padding: 1em 2em;
    overflow: hidden;
  }

  .menu-button {
    background-color: #17171780;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    transform: scale(.9);
  }

  .menu-button:hover {
    background-color: #27272780;
  }

  .menu-button.w--open {
    color: #171717;
    background-color: #27272780;
    border-radius: 50%;
  }

  .nav-link {
    color: #f8f8f8;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3em;
  }

  .nav-link.w--current {
    font-size: 3em;
  }

  .nav-link.hidden {
    display: none;
  }

  .contact-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .number {
    color: #f8f8f873;
    padding-top: 3px;
  }

  .takeover-inner {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .social-link-wrap {
    order: -1;
  }

  .social-link-wrap.nav {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-overflow {
    display: none;
  }

  .rotate--1st {
    margin-right: 2px;
  }

  .social-link {
    flex: 1;
  }

  .secondary-link-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .nav-menu {
    inset: 0% 0% auto;
  }

  .menu-links-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .get-in-touch {
    text-align: center;
    letter-spacing: -.02em;
  }

  .body-1.centre {
    width: 100%;
  }

  .about-me-on-home {
    height: 40rem;
  }

  .noise {
    opacity: .15;
  }

  .padding-nav {
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-dark {
    padding-top: .125em;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    font-family: Approach Mono Rg, sans-serif;
    font-size: 12px;
  }

  .flex-block {
    padding-left: 1em;
    padding-right: 1em;
  }

  .work-list {
    width: 100%;
    overflow: hidden;
  }

  .list_item {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .list_heading {
    font-size: 48px;
  }

  .menu-link-2 {
    color: #f8f8f8;
    border-bottom-style: solid;
    border-bottom-color: #f8f8f83b;
    padding: 1em 2em;
    overflow: hidden;
  }

  .menu-button-3 {
    background-color: #17171780;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    transform: scale(.9);
  }

  .menu-button-3:hover {
    background-color: #27272780;
  }

  .menu-button-3.w--open {
    color: #171717;
    background-color: #27272780;
    border-radius: 50%;
  }

  .nav-link-3 {
    color: #f8f8f8;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3em;
  }

  .nav-link-3.w--current {
    font-size: 3em;
  }

  .nav-link-3.hidden {
    display: none;
  }

  .video {
    min-height: 90vh;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-wrapper {
    padding-top: 6vw;
  }

  .link-block-3.w--current {
    width: 25vw;
  }

  .image-21._2nd {
    flex: none;
    width: 13vw;
    height: 12vw;
    margin-left: 2vw;
    display: block;
  }

  .menu-link-4 {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .image-22 {
    width: 10vw;
  }

  .button {
    text-align: center;
    padding: 15px 20px;
    font-size: 4vw;
  }

  .button.menu {
    margin-left: 3vw;
  }

  .image-23._2nd {
    flex: none;
    width: 13vw;
    height: 12vw;
    margin-left: 2vw;
    display: block;
  }

  .menu-link-5 {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .image-24 {
    width: 10vw;
  }

  .overflow-hidden {
    overflow: visible;
  }

  .loading.three {
    font-style: italic;
    font-weight: 400;
  }

  .home-headline {
    line-height: 1.1;
  }

  .text-scroll-wrap.top {
    position: sticky;
    top: 5em;
  }

  .contact-home-cta {
    font-size: .9em;
  }

  .text-sticky-wrap {
    z-index: 2;
    align-items: flex-start;
    height: 90vh;
    padding-top: 5em;
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
  }

  .work-header {
    font-size: 50px;
    line-height: .9em;
  }

  .arrow-down {
    bottom: 5em;
    left: 46%;
    right: 46%;
  }

  .about-img {
    object-fit: contain;
    height: 50vh;
  }

  .image-32 {
    display: none;
  }

  .line-spacer {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .marquee {
    padding-top: 3.25rem;
  }

  .text-block {
    font-size: 34vw;
  }

  .team_list {
    grid-template-columns: 100%;
  }

  .product_list {
    margin-top: 6rem;
  }

  .product_link {
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .product_img {
    width: 100%;
  }

  .product_title {
    font-size: 2.4rem;
  }

  .contact-body {
    font-size: 36px;
  }

  .nav-menu-3 {
    opacity: 1;
  }

  .nav-menu-links {
    justify-content: flex-start;
    align-items: center;
    padding-top: 12em;
    padding-bottom: 0;
  }

  .small-links-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-number {
    font-size: 12px;
    bottom: 0;
  }

  .nav-menu-link.nav-menu-link-4 {
    flex: 0 auto;
  }

  .nav-menu-footer {
    justify-content: flex-end;
    align-items: center;
    bottom: 6em;
  }

  .nav-bar-menu {
    max-width: 90px;
  }

  .nav-menu-item-number {
    border-width: 1px;
  }

  .image-33 {
    object-fit: cover;
    height: 50vh;
  }

  .html-embed-9 {
    margin-bottom: 0;
  }
}

#w-node-bbb6d70e-dfb1-1e2d-e6d7-1018bb32baf2-bb32baee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bbb6d70e-dfb1-1e2d-e6d7-1018bb32baf9-bb32baee, #w-node-_76c707c3-4784-67cc-a007-fc2cbe0020dc-bb32baee {
  justify-self: center;
}

#w-node-bbb6d70e-dfb1-1e2d-e6d7-1018bb32bafa-bb32baee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-bbb6d70e-dfb1-1e2d-e6d7-1018bb32baf2-bb32baee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-bbb6d70e-dfb1-1e2d-e6d7-1018bb32bafa-bb32baee {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Founders Grotesque';
  src: url('../fonts/Founders-Grotesque-Regular-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Approach Mono Rg';
  src: url('../fonts/APPROACH-MONO-RG.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Approach';
  src: url('../fonts/APPROACH-BLACK.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Approach';
  src: url('../fonts/APPROACH-MEDIUM.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Approachmonotrial Lt';
  src: url('../fonts/APPROACHMONOTRIAL-LT.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}