:root {
  --background-black: #0d0b02b5;
  --white: #fff;
  --text--off-white: #e7e7e7;
  --theme--primary-color: #e2c376;
  --text--white-subdued: #c5c5c5;
  --light-grey: #ffffff94;
  --text--pure-black: #000000e0;
  --theme--primary-faded: #e2c37640;
  --grey-line: #525252;
  --faded-black: #242424;
  --card--card-black: #000;
  --theme--primary-color2\<deleted\|variable-5d1f325e-fa33-fc24-2c58-cfb2e8dec28b\>: #e9a87c;
  --ok: var(--gradient1);
  --text--grey-darker: #888;
  --gradient1: #af20be;
  --text--grey: #aaa;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  background-color: var(--background-black);
  color: var(--white);
  font-family: Afacad Flux, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--text--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  margin-bottom: 0;
}

a {
  color: var(--theme--primary-color);
  height: 40px;
  text-decoration: none;
}

img {
  max-width: 100%;
  margin-top: auto;
  padding: 0;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.display-heading-1 {
  z-index: 6;
  color: var(--theme--primary-color);
  margin-bottom: 1.5rem;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.15em;
  position: relative;
}

.hero-heading {
  z-index: 2;
  color: var(--theme--primary-color);
  letter-spacing: .01em;
  will-change: transform;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  max-width: 100%;
  font-size: 8vw;
  font-weight: 500;
  line-height: 100%;
}

.heading-h1 {
  color: var(--theme--primary-color);
  margin-bottom: 2rem;
  font-size: calc(3vw + 1.75rem);
  font-weight: 400;
  line-height: 1.1em;
}

.heading-h2 {
  color: var(--white);
  margin-bottom: 1.5rem;
  font-size: calc(2vw + 2rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1em;
}

.heading-h3 {
  z-index: 10;
  perspective: 2000px;
  color: var(--theme--primary-color);
  letter-spacing: .01em;
  margin-bottom: 1rem;
  font-size: calc(1.5vw + 1.75rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.15em;
  position: relative;
  transform: perspective(2000px);
}

.heading-h4 {
  color: var(--theme--primary-color);
  margin-bottom: 1rem;
  font-size: calc(1vw + 1rem);
  font-weight: 600;
  line-height: 1.3em;
}

.heading-h6 {
  color: var(--white);
  font-size: 1rem;
  line-height: 120%;
}

.heading-h5 {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-32 {
  color: var(--theme--primary-color);
  font-size: calc(.75vw + 1.5rem);
  line-height: 1.25em;
}

.paragraph-24 {
  color: var(--white);
  font-size: calc(1vw + 1rem);
  line-height: 1.2em;
}

.paragraph-20 {
  color: var(--theme--primary-color);
  font-size: calc(.75vw + 1rem);
  line-height: 1.3em;
}

.paragraph-18 {
  color: var(--text--white-subdued);
  font-size: calc(.35vw + 1rem);
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-16 {
  color: var(--text--white-subdued);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-14 {
  color: var(--text--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: calc(.6vw + .65rem);
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-12 {
  color: var(--text--white-subdued);
  font-size: calc(.75vw + .45rem);
  line-height: 1.4em;
}

.nav-menu-button {
  padding: 0;
}

.nav-bar {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: calc(1vw + 4rem);
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.page-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.field-label {
  color: var(--text--off-white);
  margin-bottom: .5rem;
  font-weight: 400;
}

.project-2-container {
  perspective: 3500px;
  justify-content: center;
  align-items: center;
  width: 88%;
  min-width: 920px;
  max-width: 1500px;
  height: 52vw;
  min-height: 500px;
  display: flex;
  position: relative;
}

.secondary-button {
  background-color: var(--theme--primary-color);
  color: var(--background-black);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4rem;
  padding: 1rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4em;
  transition: box-shadow .2s, transform .2s;
}

.secondary-button:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 12px #00000029;
}

.secondary-button.primary-button-grey {
  background-color: var(--light-grey);
  color: var(--text--pure-black);
}

.showcase-image-link-container {
  position: relative;
}

.project-hero-title-line {
  background-color: var(--theme--primary-color);
  width: 24px;
  height: 2px;
  margin-bottom: 1rem;
  margin-right: 10px;
  font-size: 1.1em;
}

.project-long-image-container {
  width: 100%;
  padding: 6rem 4rem;
  display: block;
  position: relative;
}

.project-long-image-container.max-width {
  display: flex;
}

.awards-links-container {
  opacity: .73;
  color: var(--theme--primary-color);
  letter-spacing: 1.5px;
  border-bottom: 1px solid #63636380;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: calc(.6vw + 1rem);
  font-weight: 500;
  line-height: 1.2em;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.awards-links-container:hover {
  opacity: 1;
}

.generic-wrapper {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.project-hero-details-text {
  color: var(--text--white-subdued);
  text-shadow: 1px 1px 9px #0000001a;
  font-size: 1em;
  font-weight: 400;
}

.research-icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-hero-text-name {
  color: var(--theme--primary-color);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.project-hero-details-wrapper {
  width: 25%;
}

.project-hero-title-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-hero-title-container.margin-bottom-32 {
  justify-content: flex-start;
  align-items: center;
}

.project-hero-details-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: flex;
}

.project-hero-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image {
  box-shadow: 0 0 64px 0 var(--theme--primary-faded);
  width: 100%;
}

.project-long-image-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.project-hero-details-title {
  color: var(--text--off-white);
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-right: 28px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

.project-footer {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  padding: 292px 2rem 108px;
  line-height: 1.5em;
  display: flex;
}

.project-footer-link {
  color: var(--grey-line);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: color .2s;
}

.project-footer-link:hover {
  color: var(--theme--primary-color);
}

.project-footer-link.w--current {
  color: var(--theme--primary-color);
  font-weight: 500;
}

.project-image-screenshot {
  width: 100%;
  box-shadow: 0 18px 42px #0000001a;
}

.project-image-screenshot.project_image-screenshot--spacer {
  margin-bottom: 3vw;
}

.project-long-image-text-container {
  width: 100%;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 94%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container.navigation-container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.intro-container {
  width: 68%;
  max-width: 60rem;
  padding-top: 0;
}

.container.global-container-medium {
  overflow-wrap: normal;
  display: flex;
  position: relative;
}

.container.global-container-medium.global-container-hero {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 7.5rem;
  padding-bottom: 20vh;
  position: relative;
}

.container.container-footer {
  flex-flow: wrap;
  justify-content: space-between;
}

.container.container-hero {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.narrow {
  width: 60%;
  min-width: 50px;
}

.project-1-image-container {
  z-index: 2;
  perspective: 3500px;
  perspective-origin: 10%;
  transform-origin: 0%;
  border-radius: 2px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  transform: perspective(3500px);
}

.project-1-button {
  z-index: 4;
  color: var(--theme--primary-color);
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 25% 20% auto;
}

.home-list-view {
  background-color: var(--white);
  color: var(--text--pure-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.home-list-view.body-1-project {
  background-color: var(--white);
}

.quote-slide {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.skill-card {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.scrolling-logo-container {
  grid-column-gap: 5vw;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.scrolling-logo-wrapper {
  opacity: .73;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 8vw;
  max-height: 2.6vw;
  display: flex;
  position: static;
}

.scrolling-logo-image {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav-links-conatiner {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-logo-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.nav-logo {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.nav-link {
  color: var(--text--white-subdued);
  text-align: center;
  letter-spacing: .05em;
  cursor: pointer;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  height: 100%;
  font-size: calc(.25vw + 1rem);
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.nav-link:hover {
  color: var(--theme--primary-color);
}

.nav-link.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link.nav-item-dropdown {
  padding-left: 0;
  padding-right: 20px;
}

.nav-link.nav_link--contact {
  border: 1px solid var(--theme--primary-color);
  border-radius: 3rem;
  align-self: auto;
  height: auto;
  padding: 4px 16px;
  transition: border-color .3s, background-color .3s, color .3s;
}

.nav-link.nav_link--contact:hover {
  background-color: var(--theme--primary-color);
  color: var(--background-black);
}

.nav-sub-container {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: black black var(--light-grey);
  color: var(--theme--primary-color);
  background-color: #fff0;
  max-width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
}

.text-field:hover, .text-field:active {
  border-bottom-color: var(--theme--primary-color);
}

.text-field::placeholder {
  color: var(--light-grey);
}

.text-field.text-field-light {
  background-color: var(--faded-black);
  color: #0a0a0a;
  border-color: #c0c0c066;
  border-radius: 2px;
}

.text-field.text-field-light::placeholder {
  color: #0a0a0a99;
}

.form-input-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-grid {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 8fr 11fr;
  width: 100%;
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-me-section {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.conatct-card {
  border: 1px solid var(--faded-black);
  background-color: var(--card--card-black);
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 3vw;
  display: flex;
  position: relative;
}

.point-title {
  color: var(--theme--primary-color);
  margin-bottom: 1vw;
  font-size: calc(.7vw + .85rem);
  font-weight: 600;
  line-height: 1.3em;
}

.grid-case-study-2x1 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 3fr 6fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.grid-2x2 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
  position: relative;
}

.project-section {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.project-section.project-section-grey {
  background-color: #00000008;
  width: 100%;
}

.project-section.top-image-section {
  z-index: 1;
  margin-top: -20vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.grid-case-study-2x1-reverse {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 12fr 7fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.next-project {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.next-project-text {
  color: var(--text--white-subdued);
  width: 100%;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

.next-project-line {
  background-color: var(--grey-line);
  width: 1px;
  height: 80px;
  margin: 24px auto;
}

.next-project-line.line-inside {
  background-color: var(--theme--primary-color);
  height: 0%;
}

.next-project-title {
  color: var(--theme--primary-color);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4em;
}

.footer {
  border-top: 1.5px solid var(--grey-line);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

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

.project-long-image-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  min-height: 80vh;
  padding-right: 6vw;
  display: flex;
  position: sticky;
  top: 10vh;
}

.project-long-image-wrapper {
  flex-flow: column;
  width: 60%;
  display: flex;
}

.style-button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.margin-bottom-4 {
  margin-bottom: .25rem;
}

.margin-bottom-32 {
  margin-bottom: 2rem;
}

.margin-bottom-80 {
  margin-bottom: 5rem;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.styles-contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rich-text-block {
  color: var(--text--off-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
}

.rich-text-block h1, .rich-text-block h2 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-block h6, .rich-text-block h5 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-block h4 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.rich-text-block h3 {
  color: var(--theme--primary-color);
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-block p {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.6em;
}

.rich-text-block blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-block img {
  width: 140%;
  display: inline-block;
  position: relative;
}

.rich-text-block a {
  color: var(--theme--primary-color2\<deleted\|variable-5d1f325e-fa33-fc24-2c58-cfb2e8dec28b\>);
  text-decoration: underline;
  transition: opacity .3s;
}

.rich-text-block a:hover {
  opacity: .81;
}

.styles-sticky-wrap {
  position: sticky;
  top: 6.5rem;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.style-margins-container {
  background-color: #f3f3f3;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid #d3d3d3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.margin-bottom-96 {
  margin-bottom: 6rem;
}

.styles-line {
  background-color: #d3d3d3;
  width: 100%;
  height: 2px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hero--section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 600px;
  margin: 60px auto auto;
  font-family: Inter, sans-serif;
  display: flex;
  position: static;
}

.hero--section.section-hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.hero--section.intro {
  flex-flow: row;
  min-height: 80svh;
  display: block;
}

.hero--section.quotes {
  overflow: hidden;
}

.hero--section.section-logos {
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: hidden;
}

.hero--section.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hero--section.hero-section {
  border-bottom-style: none;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 92px;
  display: flex;
}

.primary-button {
  border: 1.5px solid var(--light-grey);
  color: var(--theme--primary-color);
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 6rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.4em;
  transition: color .4s, border .4s, background-color .4s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white);
  color: var(--text--pure-black);
}

.primary-button:active {
  border-color: #d4d3d1;
}

.primary-button:focus {
  border-color: #a1a09c;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.styles-text-wrap {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.metrics-value {
  color: var(--theme--primary-color);
  text-align: center;
  word-break: break-all;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.label-heading {
  background-color: var(--theme--primary-color);
  color: var(--background-black);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  padding: 1px 6px;
  font-size: calc(.5vw + .75rem);
  font-weight: 500;
  line-height: 1.2em;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.metrics-heading {
  color: var(--theme--primary-color);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.margin-bottom-72 {
  margin-bottom: 4.5rem;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-copyright-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-links {
  color: var(--theme--primary-color);
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
}

.contact-links:hover {
  opacity: .8;
  text-decoration: underline;
}

.contact-list {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  border: 1px solid var(--grey-line);
  color: #fff;
  background-color: #ffffff0d;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  min-height: 30vh;
  padding: 3vw;
  font-weight: 400;
  position: relative;
}

.contact-list-icon {
  color: var(--theme--primary-color);
  width: 1.5rem;
  height: 1.5rem;
}

.error-message {
  background-color: #2b2b2b;
  border: 1px solid #ca4949;
  border-radius: .5rem;
  margin-top: 1.5rem;
  padding: 1rem;
}

.contact-list-icon-wrapper {
  color: #162b4c;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact-list-item {
  align-items: center;
  display: flex;
}

._404-image {
  filter: invert();
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navha-hamburger-button {
  z-index: 201;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.375rem;
  height: 3.375rem;
  display: none;
  position: relative;
}

.project-description-text {
  color: var(--text--white-subdued);
  flex: none;
  font-size: 17px;
}

.project-hero-small {
  background-color: var(--theme--primary-faded);
  background-image: url('../images/Noise_1Noise.webp');
  background-position: 0 0;
  background-size: 256px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-top: 28rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-dot {
  background-color: var(--text--white-subdued);
  border-radius: 8px;
  flex: none;
  width: 4px;
  height: 4px;
}

.roles-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.project-hero-small-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.screen-shot-container {
  background-color: #0000000f;
  width: 100%;
  padding: 4vw;
}

.project-screen-shot {
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 12px 32px #0000001a;
}

.contact-divider-line {
  background-color: var(--light-grey);
  width: 100%;
  height: 1.5px;
}

.hero-contact-link {
  color: var(--theme--primary-color);
  word-break: break-all;
  font-size: calc(.9vw + .5rem);
  font-weight: 400;
  line-height: 1.4em;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.hero-contact-link:hover {
  color: var(--text--off-white);
}

.grid---ratio-1x2 {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: start;
  width: 100%;
  margin-left: 3px;
  padding-left: 15px;
}

.title-wrapper-sticky {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 36rem;
  display: flex;
  position: sticky;
  top: 8.5rem;
}

.press-logos-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  max-width: 100%;
}

.press-logo-container {
  aspect-ratio: 3 / 2;
  background-color: var(--card--card-black);
  width: 100%;
  padding: 2.25vw;
}

.press-logo-image {
  opacity: .85;
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-description {
  color: var(--text--off-white);
  text-align: right;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
}

.hero-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-top-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-description-wrapper {
  width: 50%;
  max-width: 30rem;
  height: 100%;
}

.hero-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-background {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.hero-background.background-mobile {
  display: none;
}

.project__container {
  perspective: 3500px;
  align-items: center;
  width: 76%;
  min-width: 920px;
  max-width: 1500px;
  height: 42vw;
  min-height: 500px;
  display: flex;
  position: relative;
}

.templates_wrapper {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  border: 1px solid #0000;
  border-radius: .5vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: box-shadow .5s;
  display: flex;
  overflow: hidden;
}

.templates_wrapper:hover {
  border-color: #78787880;
  box-shadow: 0 1vw 3vw #fff6;
}

.contact-text-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.contact-heading {
  color: var(--theme--primary-color);
  text-align: center;
  letter-spacing: .02em;
  font-size: 16vw;
  font-style: italic;
  line-height: 1em;
}

.nav-link-2 {
  opacity: .74;
  color: #fff;
  cursor: pointer;
  border-bottom-width: 2px;
  border-bottom-color: #0000;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-2:hover {
  opacity: 1;
}

.nav-link-2.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link-2.nav-item-dropdown {
  padding-left: 0;
  padding-right: 20px;
}

.nav-links-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 4.4rem;
  display: flex;
}

.line {
  background-color: var(--light-grey);
  transform-origin: 0%;
  width: 100%;
  height: 1.5px;
  margin-top: 15px;
}

.about-text-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  padding-right: 2vw;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav_link-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.success-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-background-fade-overlay {
  background-image: linear-gradient(180deg, #0000, #02020200 92%, var(--background-black));
  width: 100%;
  height: 100%;
  position: absolute;
}

.project-grid {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 24vw;
  display: grid;
}

.project-image-wrapper {
  perspective: 3500px;
  border-radius: .5vw;
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: perspective(3500px);
}

.project-heading {
  color: var(--white);
  margin-bottom: .5rem;
  font-size: calc(1vw + 1rem);
  font-weight: 600;
  line-height: 1.2em;
}

.project-text-wrapper {
  margin-top: 1.25vw;
}

.project-background-image {
  aspect-ratio: 3.25 / 4;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: relative;
}

.project-link-wrapper {
  width: 100%;
  position: relative;
}

.project-link-wrapper.project-even {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  bottom: -50%;
}

.card {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  background-color: var(--card--card-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card.services {
  grid-column-gap: 13vw;
  grid-row-gap: 13vw;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vw;
}

.label-2 {
  color: var(--theme--primary-color);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: calc(.5vw + .5rem);
  font-weight: 500;
  line-height: 1.2em;
}

.skills-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
  transform: perspective(1000px);
}

.skill-title {
  color: var(--theme--primary-color);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3em;
}

.awards-title {
  color: var(--theme--primary-color);
}

.awards-subheading {
  color: #ddd;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.4em;
}

.awards-logo-wrapper {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 8rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.line-2 {
  opacity: .73;
  background-color: #63636380;
  width: 100%;
  height: 1px;
}

.awards-links-wrapper {
  opacity: .73;
  color: #fff;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #63636380;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: calc(.6vw + 1rem);
  font-weight: 500;
  line-height: 1.2em;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.awards-links-wrapper:hover {
  opacity: 1;
}

.awards-logo {
  filter: invert();
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.awards-grid {
  width: 100%;
}

.quote-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.quote-mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.quote-arrow {
  border: 1px solid var(--theme--primary-color);
  color: var(--theme--primary-color);
  width: 48px;
  height: 48px;
  margin-bottom: -64px;
  font-size: 1.4em;
  inset: auto 0% 0% auto;
}

.quote-arrow.gallery-arrow-left {
  margin-right: 72px;
}

.slide-nav {
  align-items: center;
  height: 48px;
  margin-bottom: -64px;
  font-size: 12px;
  display: flex;
}

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

.quote-name {
  color: #fff;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 500;
}

.quote-card {
  background-color: var(--card--card-black);
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 6vw;
  display: flex;
}

.quote-heading {
  color: #fff;
  margin-bottom: 24px;
  font-size: calc(1vw + 1rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.quote-title {
  opacity: .73;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.quote-text-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.quote-profile-image-wrapper {
  border-radius: 60px;
  flex: none;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  overflow: hidden;
}

.quote-profile-image {
  aspect-ratio: 1;
}

.contact-subheading-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 6vh;
  display: flex;
}

.contact-link {
  color: var(--theme--primary-color);
  text-align: right;
  word-break: break-all;
  font-size: 7vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  transition: color .3s;
}

.contact-link:hover {
  color: var(--white);
}

.hero-contact-info-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.hero-heading-wrapper {
  width: 40%;
  margin-bottom: auto;
}

.values-italics {
  font-style: italic;
  font-weight: 600;
}

.values-list-container {
  width: 100%;
}

.values-heading {
  color: var(--theme--primary-color);
  letter-spacing: .01em;
  font-size: 2rem;
  line-height: 1.3em;
}

.values-text-container {
  max-width: 22rem;
  margin-left: auto;
}

.values-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: .0625rem solid #333;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: flex;
}

.values-side-container {
  padding-left: 57px;
}

.values-image {
  flex: none;
  width: 20px;
}

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

.label {
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-bottom: -2.8rem;
  margin-left: -25%;
  display: flex;
  position: relative;
}

.intro-text-white {
  color: #f5f5f5;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1.3em;
}

.italic-text {
  color: var(--theme--primary-color);
  text-shadow: 0 3px 20px var(--theme--primary-color);
  font-style: italic;
  font-weight: 400;
}

.footer-span-link {
  color: #fff;
  transition: color .2s;
}

.footer-span-link:hover {
  color: #797979;
}

.footer-link {
  color: #b6b6b6;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #fff;
}

.footer-link:active {
  color: #0e2244;
}

.footer-text {
  color: #b6b6b6;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer-bottom-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  width: auto;
  display: flex;
}

.footer-alt {
  border-top: 1px solid #85858533;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.scrolling-logo-outer-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  color: var(--text--white-subdued);
}

.frame-427318958 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1628px;
  text-decoration: none;
  display: flex;
}

.group-490 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1638px;
  height: 1127px;
  text-decoration: none;
  display: flex;
}

.hero-page {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1628px;
  text-decoration: none;
  display: flex;
}

.image {
  overflow: clip;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.grid-layout.y-center {
  align-items: center;
}

.grid-layout.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout.grid-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

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

.paragraph-xl {
  margin-bottom: 1rem;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.pricing-4-tabs-menu.utility-margin-bottom-2rem {
  justify-content: flex-start;
  position: relative;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-vertical.y-center {
  justify-content: center;
}

.flex-layout.y-center {
  align-items: center;
}

.flex-layout.flex-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-layout.flex-gap-xxs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon {
  width: 2rem;
  height: 2rem;
}

.paragraph-s {
  margin-bottom: 1rem;
}

.navnav, .navnav-sub-container {
  height: 40px;
}

.brand {
  color: var(--text--pure-black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.brand.w--current {
  color: var(--white);
}

.nav-link-3 {
  vertical-align: baseline;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
  position: static;
}

.containerr {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  flex-flow: column;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2 {
  position: static;
}

.container-3 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.hero-image {
  object-fit: fill;
  margin-top: -100px;
  display: inline-block;
  overflow: clip;
}

.containerrrr {
  height: auto;
  margin-top: 0;
  display: inline-block;
}

.cell {
  color: var(--white);
  justify-content: center;
  align-items: center;
}

.heading-2 {
  font-size: 50px;
  font-weight: 700;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  text-align: center;
}

.section-copy.hero-section {
  background-color: #000;
  border-bottom-style: none;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: auto;
  display: flex;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto 140px;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 2rem;
  display: block;
}

.container.heloo {
  height: 0%;
}

.heading-for-all {
  color: var(--faded-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.text-block-6 {
  font-size: 12px;
  font-weight: 500;
}

.heading-3 {
  color: var(--text--pure-black);
  font-weight: 600;
}

.heading-4 {
  color: var(--text--pure-black);
  text-align: center;
}

.paragraphie {
  color: var(--faded-black);
  text-align: left;
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.image-2 {
  margin-top: 52px;
}

.container-copy {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
}

.image-3 {
  margin-top: 20px;
  padding: 0 60px 60px;
}

.section-grey {
  background-color: #f9f7f7;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 750px;
  display: block;
  position: relative;
}

.section-grey.section-hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section-grey.intro {
  flex-flow: row;
  min-height: 80svh;
  display: block;
}

.section-grey.quotes {
  overflow: hidden;
}

.section-grey.section-logos {
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section-grey.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-grey.hero-section {
  border-bottom-style: none;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 92px;
  display: flex;
}

.text-block-7 {
  color: var(--text--pure-black);
  text-align: right;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
}

.text-block-8 {
  color: var(--text--pure-black);
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
}

.image-4 {
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 20px;
}

.section-copy {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.image-5 {
  margin-top: -35px;
  padding: 50px;
}

.container-copy {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 0;
}

.image-6 {
  margin-top: auto;
}

.section-copy1 {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 1500px;
  display: flex;
  position: relative;
}

.section-copy1.section-hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section-copy1.intro {
  flex-flow: row;
  min-height: 80svh;
  display: block;
}

.section-copy1.quotes {
  overflow: hidden;
}

.section-copy1.section-logos {
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section-copy1.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-copy1.hero-section {
  border-bottom-style: none;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 92px;
  display: flex;
}

.container-copy {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-7 {
  vertical-align: baseline;
  margin: -42px auto auto;
  padding: 80px 120px 0;
  display: block;
}

.section-copy {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 1000px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-8 {
  border-radius: 10px;
  margin-top: auto;
}

.image-9 {
  border-radius: 20px;
}

.cell-3 {
  justify-content: flex-end;
  align-items: flex-start;
}

.text-block-9 {
  color: var(--text--pure-black);
}

.image-10 {
  filter: drop-shadow(0 2px 5px #00000047);
  margin-top: 20px;
}

.list-item {
  color: var(--background-black);
}

.list {
  color: var(--text--pure-black);
  font-size: 20px;
  font-weight: 400;
}

.list-2 {
  color: var(--text--pure-black);
  white-space: normal;
  word-break: normal;
  font-size: 30px;
}

.image-11 {
  margin-top: -42px;
}

.quick-stack {
  padding-top: 20px;
}

.text-block-10 {
  color: var(--background-black);
}

.cell-4 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.image-12 {
  margin-top: auto;
}

.text-block-11 {
  color: var(--text--pure-black);
  text-align: right;
  margin-left: 182px;
}

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

.figure {
  color: var(--light-grey);
}

.figure-copy {
  color: var(--light-grey);
  margin-left: 253px;
}

.image-13 {
  margin-top: auto;
}

.container-5 {
  margin-bottom: 49px;
  margin-left: 100px;
  padding-top: 100px;
}

.section-copy-3 {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1200px;
  display: block;
  position: relative;
}

.section-copy-3.section-hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section-copy-3.intro {
  flex-flow: row;
  min-height: 80svh;
  display: block;
}

.section-copy-3.quotes {
  overflow: hidden;
}

.section-copy-3.section-logos {
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section-copy-3.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-copy-3.hero-section {
  border-bottom-style: none;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 92px;
  display: flex;
}

.cell-6 {
  font-size: 20px;
}

.section-1 {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  display: block;
  position: relative;
}

.section-1.section-hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section-1.intro {
  flex-flow: row;
  min-height: 80svh;
  display: block;
}

.section-1.quotes {
  overflow: hidden;
}

.section-1.section-logos {
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section-1.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-1.hero-section {
  border-bottom-style: none;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 92px;
  display: flex;
}

.rich-text-block-2 {
  font-size: 30px;
  font-weight: 500;
}

.section-copie {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 750px;
  margin-bottom: 140px;
  display: block;
  position: relative;
}

.section-copie.section-hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section-copie.intro {
  flex-flow: row;
  min-height: 80svh;
  display: block;
}

.section-copie.quotes {
  overflow: hidden;
}

.section-copie.section-logos {
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section-copie.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-copie.hero-section {
  border-bottom-style: none;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 92px;
  display: flex;
}

.section-2 {
  padding-top: 40px;
}

.image-14 {
  margin-top: auto;
}

.image-15 {
  filter: drop-shadow(0 2px 5px #00000045);
  margin-top: auto;
}

.cell-7 {
  justify-content: center;
  align-items: center;
  padding-bottom: 119px;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.cell-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.background-video {
  filter: blur() drop-shadow(0 2px 5px #0000005e);
  margin-top: 60px;
  padding: 115px 133px;
}

.section-copy {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 800px;
  margin-top: auto;
  display: block;
  position: relative;
}

.section-copy.section-hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section-copy.intro {
  flex-flow: row;
  min-height: 80svh;
  display: block;
}

.section-copy.quotes {
  overflow: hidden;
}

.section-copy.section-logos {
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section-copy.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-copy.hero-section {
  border-bottom-style: none;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 92px;
  display: flex;
}

.heading-for-all-copy {
  color: var(--faded-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.paragraph-33 {
  color: var(--text--pure-black);
}

.container-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto 140px;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 2rem;
  display: block;
}

.container-copy.heloo {
  height: 0%;
}

.spline {
  min-width: auto;
  min-height: auto;
}

.text-block-12 {
  margin-top: -88px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.background-video-2 {
  border-radius: 10px;
  position: static;
}

.background-video-3 {
  object-fit: cover;
}

.gradient-blob {
  width: 1200px;
  height: 600px;
  position: absolute;
  top: 50px;
  left: 50px;
}

.pratice {
  background-color: var(--white);
  flex-flow: column;
  display: flex;
}

.mockup-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 100px;
  display: flex;
}

.mockup {
  filter: drop-shadow(5px 10px 13px #000000b3);
  border-radius: 0;
  max-width: 25%;
  margin-top: auto;
  padding: 44px;
}

.code-embed {
  font-size: 10px;
  font-weight: 300;
  display: block;
  position: static;
}

.graident-ellipse {
  background-color: var(--ok);
  opacity: .28;
  filter: blur(20px);
  background-image: radial-gradient(circle, #aa138e, #fff);
  border-radius: 1000px;
  width: 300px;
  height: 300px;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: -9% 65px 21% -15%;
}

.section-3 {
  position: relative;
}

.body-copie {
  background-color: var(--white);
  color: var(--text--pure-black);
  flex-flow: column;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  display: block;
}

.body-copie.body-1-project {
  background-color: var(--white);
}

.image-16 {
  background-color: var(--background-black);
  width: 100%;
  height: 100%;
  margin-top: auto;
}

.co-hop-hero {
  background-color: var(--background-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 1300px;
  display: flex;
}

.body-2 {
  background-color: var(--card--card-black);
}

.hero-cohop-section {
  flex-flow: column;
  display: flex;
}

.image-17 {
  filter: drop-shadow(0 5px 10px #000000b3);
  margin-top: auto;
}

.co-hop-sections {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: 68px;
  display: flex;
}

.navbar {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
}

.container-6 {
  flex-flow: row;
  display: block;
}

.image-18, .image-19 {
  margin-top: auto;
}

.image-20 {
  margin-top: 0;
}

.co-op {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -66px;
  margin-bottom: 68px;
  display: flex;
}

.image-21 {
  padding: 2px;
}

.co-hop-sections-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.image-22 {
  margin-top: auto;
  padding-top: 0;
}

.co-op-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -111px;
  margin-bottom: 68px;
  display: flex;
}

.hero-woodhouse {
  flex-flow: column;
  display: flex;
}

.section-woodhouse {
  background-color: var(--card--card-black);
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.image-23, .image-24, .image-25 {
  margin-top: auto;
}

.background-video-4 {
  margin-top: 30px;
  margin-bottom: auto;
  padding-bottom: 0;
}

.image-26 {
  margin-top: auto;
}

.image-27 {
  margin-top: auto;
  margin-bottom: 36px;
}

.image-28 {
  margin-top: 20px;
}

.image-29, .image-30 {
  margin-top: auto;
}

.section-woodhouse-copy {
  background-color: var(--white);
  flex-flow: column;
  margin-top: auto;
  display: flex;
  position: relative;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  height: 500px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  position: static;
}

.reels {
  width: 300px;
  height: 500px;
  margin-left: 40px;
  position: relative;
}

.background-video-5 {
  width: 300px;
  height: 500px;
  overflow: hidden;
}

.quick-stack-3 {
  padding-left: 220px;
  padding-right: 220px;
}

.image-31 {
  margin-top: auto;
}

.section-woodhouse-copy {
  flex-flow: column;
  margin-top: auto;
  display: flex;
}

.nav {
  z-index: 2147483647;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  color: var(--text--pure-black);
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-menu, .nav-link-4, .nav-link-5 {
  color: var(--white);
}

.nav-linkk {
  color: var(--faded-black);
  -webkit-text-stroke-color: var(--text--off-white);
  padding-top: 10px;
}

.nav-linkk.w--current {
  color: var(--card--card-black);
}

.text-block-13 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  display: flex;
}

.section-woodhouse-jump-copy {
  flex-flow: column;
  margin-top: auto;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.button {
  color: var(--card--card-black);
  background-color: #fff;
  border: .75px solid #ffffff80;
  border-radius: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 13.5px;
  position: absolute;
  bottom: 40px;
  left: 437px;
  right: auto;
}

.nav-copy {
  z-index: 2147483647;
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-3 {
  position: relative;
}

.quick-stack-4 {
  margin-top: 178px;
}

.hero-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 757px;
  height: 391px;
  margin-top: 140px;
  display: flex;
  overflow: visible;
}

.hero-text {
  width: 600px;
  margin-left: 200px;
  font-size: 100px;
  display: block;
  inset: auto 0% 0% auto;
}

.hero-canvas {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: 52% 0% 0% 500px;
}

.text-block-14 {
  color: var(--card--card-black);
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-weight: 900;
  display: block;
}

.hero-description {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  display: block;
}

.text-block-15 {
  color: var(--background-black);
  text-align: left;
  min-width: 300px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-34 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.heading-5 {
  flex-flow: column;
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-weight: 900;
  display: flex;
}

.rich-text-block-3 {
  color: var(--text--pure-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  display: block;
}

.paragraph-34-copy {
  width: 450px;
  margin-top: 12px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.paragraph-35 {
  margin-top: 7px;
  margin-bottom: auto;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.image-32 {
  border-radius: 100%;
  max-width: 100px;
  position: absolute;
  top: 125px;
  left: 400px;
  right: auto;
}

.div-block-4 {
  width: 100%;
  position: static;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: DM Serif Text, sans-serif;
  display: flex;
}

.image-33 {
  max-width: 5%;
  padding: 0;
  position: absolute;
  inset: 14% auto auto 2%;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

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

.lin {
  width: 100%;
  height: 1px;
}

.text-block-16 {
  color: var(--card--card-black);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-17 {
  text-align: center;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 15px;
}

.quick-stack-5 {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.link {
  color: var(--card--card-black);
}

.cell-9 {
  justify-content: flex-end;
  align-items: center;
}

.cell-10 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
}

.homepage-footer-link {
  color: var(--text--pure-black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  font-weight: 400;
  display: block;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -200px;
  margin-bottom: 140px;
  display: flex;
}

.starr {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.image-34 {
  max-width: 30%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.text-block-18 {
  color: var(--card--card-black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 15px;
  display: flex;
}

.image-35 {
  max-width: 5%;
  padding-top: 101px;
}

.lineee {
  background-color: var(--card--card-black);
  transform-origin: 0%;
  width: 100%;
  height: 1.5px;
  margin-top: 165px;
}

.line-copy {
  background-color: var(--light-grey);
  transform-origin: 0%;
  width: 100%;
  height: 1.5px;
  margin-top: 15px;
}

.lottie-animation {
  margin-top: 127px;
}

.image-36 {
  border-radius: 100px;
  max-width: 10%;
  margin: auto 126px 21px -2px;
  padding: 14px;
  position: absolute;
}

.body-3 {
  background-color: var(--white);
  margin-top: auto;
}

.image-37 {
  margin-top: auto;
}

.scale-section {
  min-height: 150vh;
}

.copy-section {
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  height: 750px;
  font-family: Inter, sans-serif;
  font-weight: 900;
  display: flex;
}

.body-4 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-6 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 100px;
}

.image-38 {
  margin-top: auto;
}

.rogers-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.image-39 {
  margin-top: 40px;
}

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

.text-block-19 {
  color: var(--grey-line);
  max-width: 50%;
  font-family: Inter, sans-serif;
  font-size: 14px;
  position: absolute;
  top: 811px;
  bottom: -185px;
  left: 537px;
}

.background-video-6 {
  max-width: 50%;
  max-height: 400px;
  display: flex;
  position: relative;
  left: auto;
}

.cell-11 {
  justify-content: center;
  align-items: center;
}

.image-40 {
  margin-top: auto;
}

.quick-stack-6 {
  padding-top: 0;
}

.image-41 {
  margin-top: 60px;
  margin-bottom: 10px;
}

.section-5 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-42 {
  margin-top: 100px;
}

.image-43 {
  margin-top: 15px;
}

.section-6 {
  margin-top: 40px;
  margin-bottom: 50px;
}

.image-44 {
  margin-top: auto;
}

.black-rogers {
  margin-bottom: 220px;
}

.home-hero {
  flex-flow: column;
  height: 750px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

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

.starss {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.body {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-45 {
  margin-top: -12px;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-12 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rogers-link {
  height: 100%;
  margin-top: auto;
  margin-left: 50px;
  margin-right: 50px;
  overflow: hidden;
}

.div-imgage {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 277px;
  display: flex;
  overflow: hidden;
}

.div-imgage-copy {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.co-hop-link {
  object-fit: fill;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.image-47 {
  padding-top: 0;
}

.div-imgage-copy-copy {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding: 0 51px 51px;
  display: flex;
}

.poster-design-link {
  width: 100%;
  height: 55.0486%;
  margin-top: auto;
  display: block;
  overflow: hidden;
}

.imagee-copy {
  width: 100%;
  margin-top: auto;
  display: block;
  overflow: hidden;
}

.text-block-20 {
  color: var(--card--card-black);
  display: flex;
}

.comingsoonection {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 650px;
  display: flex;
  overflow: hidden;
}

.image-48 {
  border-radius: 20px;
  margin-top: auto;
}

.woohouse {
  flex: none;
  height: 500px;
  max-height: 70%;
  margin-top: auto;
  margin-left: 50px;
  margin-right: 50px;
}

.adpt-link {
  width: 100%;
  height: auto;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.silent-film-link {
  width: 100%;
  height: 55.0486%;
  margin-top: auto;
  display: block;
  overflow: hidden;
}

.image-49 {
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
}

.rogers {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.image-50 {
  width: 100px;
}

.link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-top: 145px;
  display: flex;
}

.lottie-animation-2 {
  width: 40px;
  max-width: 80%;
  margin-top: -6px;
}

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

.image-hover-section {
  background-image: url('../images/Screenshot-2025-06-17-at-9.11.53-PM.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  height: 500px;
  line-height: 500px;
  position: static;
}

.hover-title {
  opacity: 0;
  color: var(--white);
  transition: opacity .3s;
  position: absolute;
  top: 450px;
  left: 85px;
  transform: translate(-50px, -50px);
}

.read-more {
  background-color: #ffffffbf;
  border-radius: 999px;
  width: 100px;
  height: 40px;
  position: absolute;
  top: 475px;
  left: 35px;
  right: auto;
}

.text-block-21 {
  width: 100px;
  max-width: 100%;
  height: 40px;
  max-height: 100%;
  font-size: 5px;
  display: inline-block;
  position: absolute;
  top: 450px;
}

.text-block-22 {
  object-fit: none;
  height: 35px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  top: 5px;
  left: 14px;
}

.code-embed-2 {
  margin-top: auto;
  margin-bottom: -75px;
}

.about-me-section {
  background-color: #000;
}

.about-home {
  background-color: var(--card--card-black);
  margin-bottom: -30px;
}

.about-div {
  background-color: #fff;
}

.text-block-23 {
  color: var(--card--card-black);
  font-family: Inter, sans-serif;
}

.section-7 {
  background-color: var(--card--card-black);
}

.section-about {
  z-index: 2;
  font-family: DM Serif Text, sans-serif;
}

.section-about.is--slider {
  margin-bottom: 5em;
  position: relative;
}

.code-embed-3 {
  font-family: DM Serif Text, sans-serif;
}

.conatiner-about {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.conatiner-about.is--slide3r {
  padding-top: 0;
  padding-bottom: 0;
}

.about-wrap {
  text-align: center;
  width: 49%;
  margin-left: auto;
  margin-right: auto;
}

.splide_list {
  display: flex;
}

.splide_slide {
  flex: none;
  width: 33.33%;
  height: auto;
  margin-left: auto;
  padding-left: .52em;
  padding-right: .52em;
}

.image-51 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.code-embed-4 {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-wave {
  z-index: 2;
  width: 992px;
  height: 66px;
  margin-top: -.6vw;
  margin-bottom: -1px;
  position: relative;
  top: -300px;
}

.code-embed-5 {
  margin-top: -.6vw;
  margin-bottom: -.6vw;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-8 {
  background-color: #000;
  padding-top: 0;
  position: relative;
}

.slide {
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  flex-flow: column;
  margin-left: 140px;
  margin-right: 140px;
  display: flex;
}

.image-52 {
  box-sizing: border-box;
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.slide-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.mask {
  width: 100%;
  height: 100%;
}

.div-block-10 {
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin: auto;
  display: flex;
  position: relative;
}

.background-video-7 {
  object-fit: cover;
  width: 1000px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-53 {
  border-radius: 20px;
}

.body-5 {
  background-color: var(--white);
}

.link-block-2 {
  flex-flow: column;
  display: flex;
}

.link-2 {
  color: var(--text--pure-black);
}

.link-3 {
  color: var(--card--card-black);
}

.image-54 {
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.image-55 {
  margin-bottom: 29px;
}

.project-link {
  height: auto;
  margin-bottom: auto;
  padding-top: 0;
}

.project-link-copy {
  height: auto;
  margin-bottom: auto;
  padding: 100px 126px 126px;
}

.section-8 {
  width: 100%;
}

.hero-illustration {
  width: 100%;
  margin-top: 129px;
  margin-bottom: 35px;
  position: relative;
}

.svg-container {
  width: 100%;
}

.code-embed-6, .svg_animation {
  display: none;
}

.div-block-12 {
  pointer-events: none;
  width: 100%;
  padding: 100px 80px 80px;
  position: absolute;
  inset: -10% 0% 0%;
}

.heading-7 {
  color: var(--card--card-black);
  text-align: center;
  font-family: Anton, sans-serif;
  font-size: 64px;
}

.subscript {
  font-size: 2rem;
  line-height: 1;
}

.div-block-13 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  pointer-events: auto;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-36 {
  color: var(--card--card-black);
  text-align: center;
  width: 100%;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}

.div-block-14 {
  width: 100%;
  height: 100%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.div-block-15 {
  width: 100%;
  height: 100%;
  margin-top: -57px;
  position: relative;
}

.image-56 {
  width: 100%;
}

.tower {
  width: 8%;
  position: absolute;
  inset: 15% 15% auto auto;
}

.dumbbell {
  width: 5%;
  position: absolute;
  inset: 44% auto auto 32%;
}

.pc_icon {
  width: 15%;
  position: absolute;
  inset: auto auto 10% 52%;
}

.tree {
  width: 4%;
  position: absolute;
  inset: auto auto 21% 13%;
}

.tree-2 {
  width: 4%;
  position: absolute;
  inset: auto auto 6% 35%;
}

.figma_icon {
  width: 8%;
  position: absolute;
  inset: 34% auto auto 48%;
}

.temple_of_heaven {
  width: 16%;
  position: absolute;
  inset: 44% auto auto 10%;
}

.tree-3 {
  width: 4%;
  position: absolute;
  inset: 35% auto auto 12.5%;
}

.camera {
  width: 6%;
  position: absolute;
  inset: 23% auto auto 15%;
}

.hedgehog {
  width: 7%;
  position: absolute;
  inset: auto auto 16% 23%;
}

.single_tree {
  width: 4%;
  position: absolute;
  inset: auto auto 6% 35%;
}

.a_tree {
  width: 2%;
  position: absolute;
  inset: 57% auto auto 35%;
}

.a_tree-2 {
  width: 2%;
  position: absolute;
  inset: 49% 28% auto auto;
}

.a_tree-3 {
  width: 2%;
  position: absolute;
  inset: 56% 9% auto auto;
}

.a_tree-4 {
  width: 2%;
  position: absolute;
  inset: auto 44% 7% auto;
}

.group_tree {
  width: 8%;
  position: absolute;
  inset: auto 38% 3% auto;
}

.div-block-16 {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  width: 250px;
  height: auto;
  padding: 10px;
  display: flex;
  position: absolute;
  bottom: 96%;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 2px 8px 3px #0000001a;
}

.div-block-16.is-tower {
  bottom: 75%;
}

.div-block-16.is_camera {
  bottom: -8%;
}

.image-57 {
  border-radius: 10px;
  width: 100%;
}

.text-block-24 {
  color: var(--text--grey-darker);
  margin-top: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-17 {
  position: absolute;
  inset: 0% 0% auto;
}

.villain {
  width: 1%;
  position: absolute;
  inset: 50% 35.8% auto auto;
}

.villain-2 {
  width: 1%;
  position: absolute;
  inset: 70% 27.8% auto auto;
}

.villain-3 {
  width: 1%;
  position: absolute;
  inset: 68% auto auto 39%;
}

.villain-4 {
  width: 1%;
  position: absolute;
  inset: 36% auto auto 20%;
}

.villain-5 {
  width: 1%;
  position: absolute;
  inset: 82% auto auto 18%;
}

.section-9 {
  width: 100%;
  padding: 100px 60px;
}

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

.heading-8 {
  color: var(--card--card-black);
  font-family: Anton, sans-serif;
  font-size: 100px;
  line-height: 1.2;
}

.div-block-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.code-embed-7 {
  color: var(--card--card-black);
  justify-content: flex-start;
  align-items: flex-end;
  width: 80px;
  height: 100%;
  transition: all .3s;
  display: flex;
  transform: rotate(-45deg);
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.div-block-21 {
  background-color: #000;
  width: 35%;
  height: 3px;
  transition: width .3s;
}

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

.navbar-logo-left {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 10px 10px 0;
}

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

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

.navbar-brand {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-menu-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 12px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  width: 100%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Anton, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

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

.nav-link-6:focus-visible, .nav-link-6[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-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

.text-block-25 {
  color: var(--text--pure-black);
  font-family: Anton, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.list-item-2 {
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.text-block-26 {
  color: var(--grey-line);
  text-align: right;
  margin-top: -13px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  display: block;
}

.image-58 {
  text-align: left;
  border-radius: 10px;
  margin-left: 37px;
  display: block;
}

.image-59 {
  vertical-align: middle;
  object-fit: fill;
  border-radius: 10px;
  display: block;
  position: relative;
  left: 42px;
}

.link-4 {
  color: var(--text--pure-black);
}

.section-10 {
  margin-top: 162px;
}

.seletced-work {
  margin-top: 80px;
}

.heading-7-copy {
  color: var(--card--card-black);
  text-align: left;
  font-family: Anton, sans-serif;
  font-size: 64px;
}

.paragraph-36-copy {
  color: var(--card--card-black);
  text-align: left;
  width: 100%;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}

.group_tree-footer {
  width: 8%;
  position: absolute;
  inset: auto 38% 18% auto;
}

.tree-3-footer {
  width: 4%;
  position: absolute;
  inset: 30% auto auto 8.5%;
}

.a_tree-5 {
  width: 2%;
  position: absolute;
  inset: 35% 22% auto auto;
}

.footer_content_wrap {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 80px 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.a_tree-6 {
  width: 2%;
  position: absolute;
  inset: 43% auto auto 35%;
}

.text-block-24-copy {
  color: var(--text--grey-darker);
  margin-top: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.image-60 {
  padding-left: 40px;
  padding-right: 40px;
}

.section-11 {
  height: 24px;
}

.background-video-8 {
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .display-heading-1 {
    font-size: 4rem;
  }

  .hero-heading {
    font-size: 12vw;
    line-height: 100%;
  }

  .paragraph-24, .paragraph-20 {
    font-size: 1.25rem;
  }

  .paragraph-18 {
    font-size: 1.1em;
  }

  .paragraph-12 {
    color: #6f6c67;
  }

  .nav-menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    display: flex;
  }

  .menu-icon-line-middle {
    background-color: var(--text--off-white);
    flex: none;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--text--off-white);
    flex: none;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-button {
    z-index: 2;
    color: #fff;
  }

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

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom {
    background-color: var(--text--off-white);
    flex: none;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-bar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    min-height: 4rem;
  }

  .project-2-container {
    width: 90%;
    min-width: auto;
  }

  .secondary-button.primary-button-grey {
    position: relative;
  }

  .project-long-image-container {
    width: 100%;
    min-width: auto;
    padding: 80px 32px;
  }

  .awards-links-container {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .project-footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .project-image-screenshot.project_image-screenshot--spacer {
    margin-bottom: 2vw;
  }

  .project-long-image-text-container {
    max-width: none;
  }

  .container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .container.intro-container {
    width: 100%;
    min-width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container.narrow {
    width: 80%;
    min-width: auto;
  }

  .project-1-image-container {
    width: 100%;
    min-height: 480px;
    max-height: 80vw;
  }

  .project-1-button {
    right: 10%;
  }

  .scrolling-logo-container {
    grid-column-gap: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .scrolling-logo-wrapper {
    width: 10vw;
    max-height: 3vw;
  }

  .nav-links-conatiner {
    z-index: 1;
    background-color: var(--background-black);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 4rem;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .nav-logo {
    z-index: 2;
    position: relative;
  }

  .nav-link {
    border-top: 1px none var(--grey-line);
    border-bottom: 1px solid var(--grey-line);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 24px;
    font-size: 20px;
    display: flex;
  }

  .nav-link:active {
    opacity: .7;
  }

  .nav-link.nav-item-dropdown {
    border-bottom: 1px solid var(--grey-line);
    border-top-style: none;
    padding-left: 24px;
  }

  .nav-link.nav_link--contact {
    border-style: solid none none;
    border-color: var(--light-grey);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-sub-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--grey-line);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .contact-me-section {
    padding-bottom: 4rem;
  }

  .conatct-card {
    padding: 2rem;
  }

  .grid-case-study-2x1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .project-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-case-study-2x1-reverse {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .next-project-title {
    font-size: 3rem;
    line-height: 1.2em;
  }

  .project-long-image-text-wrapper {
    padding-right: 24px;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 2.5fr;
  }

  .hero--section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero--section.section-hero {
    padding-top: 5.5rem;
  }

  .primary-button {
    padding: .75rem 1.25rem;
  }

  .label-heading {
    font-size: calc(.5vw + .75rem);
  }

  .contact-links {
    font-size: 1.1em;
  }

  .success-message {
    flex: 1;
    padding: 1.25rem;
  }

  .navha-hamburger-button {
    background-color: #f3f3f3;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    padding: .9rem;
    transition: background-color .3s;
    display: flex;
  }

  .navha-hamburger-button:hover {
    background-color: #d3d3d3;
  }

  .project-hero-small {
    padding-top: 12rem;
    padding-bottom: 2rem;
  }

  .roles-container {
    margin-top: 1rem;
  }

  .project-hero-small-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .screen-shot-container {
    padding: 8vw;
  }

  .hero-contact-link {
    font-size: calc(.85vw + .75rem);
  }

  .grid---ratio-1x2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 8fr;
  }

  .title-wrapper-sticky {
    position: relative;
    top: 0;
  }

  .press-logos-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .press-logo-container {
    padding: 4.25vw;
  }

  .nav-wrapper {
    border-bottom-style: none;
    justify-content: space-between;
  }

  .hero-description {
    margin-top: 0;
    font-size: 2.35vw;
  }

  .hero-text-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hero-top-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .project__container {
    width: 90%;
    min-width: auto;
  }

  .contact-heading {
    font-size: 16vw;
  }

  .nav-link-2 {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px #5c5c5c;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
    font-size: 20px;
    display: flex;
  }

  .nav-link-2:active {
    opacity: .7;
  }

  .nav-link-2.nav-item-dropdown {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    padding-left: 24px;
  }

  .nav-links-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
  }

  .about-text-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .contact-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .hero-background-fade-overlay {
    background-image: linear-gradient(180deg, var(--background-black), #0000 25%, #02020200 75%, var(--background-black));
  }

  .project-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .project-image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-heading {
    font-size: calc(1vw + 1.25rem);
  }

  .project-text-wrapper {
    margin-top: 1.25rem;
  }

  .label-2 {
    font-size: calc(.5vw + .75rem);
  }

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

  .awards-links-wrapper {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .slide-nav {
    font-size: 1.7vw;
  }

  .quote-card {
    padding: 2rem;
  }

  .quote-profile-image-wrapper {
    width: 64px;
    height: 64px;
  }

  .contact-subheading-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 2rem;
  }

  .hero-contact-info-wrapper {
    margin-top: 2rem;
  }

  .hero-heading-wrapper {
    width: auto;
  }

  .values-heading {
    font-size: 2.4em;
  }

  .label {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .intro-text-white {
    font-size: 2.25em;
  }

  .grid-layout.y-center {
    align-items: center;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout.tablet-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .image-2 {
    margin-top: 27px;
  }

  .section-grey {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-grey.section-hero {
    padding-top: 5.5rem;
  }

  .section-copy1 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-copy1.section-hero {
    padding-top: 5.5rem;
  }

  .section-copy-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-copy-3.section-hero {
    padding-top: 5.5rem;
  }

  .section-1 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-1.section-hero {
    padding-top: 5.5rem;
  }

  .section-copie {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-copie.section-hero {
    padding-top: 5.5rem;
  }

  .section-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-copy.section-hero {
    padding-top: 5.5rem;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .heading-7 {
    font-size: 43px;
  }

  .paragraph-36 {
    font-size: 16px;
  }

  .container-8 {
    max-width: 728px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading-7-copy {
    font-size: 43px;
  }

  .paragraph-36-copy {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .display-heading-1 {
    font-size: 3.5rem;
  }

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

  .heading-h4 {
    font-size: 1.5em;
  }

  .paragraph-32 {
    font-size: 2rem;
  }

  .paragraph-24, .paragraph-20 {
    width: 100%;
  }

  .paragraph-14 {
    font-size: calc(.6vw + .75rem);
    line-height: 1.5em;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .nav-bar {
    height: auto;
    min-height: 4rem;
  }

  .project-2-container {
    width: 100%;
    height: auto;
    min-height: 60vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .secondary-button {
    padding: 16px 22px;
  }

  .project-long-image-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-long-image-container.max-width {
    flex-direction: column;
  }

  .awards-links-container {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .project-hero-text-name {
    font-size: 1.4em;
  }

  .project-hero-details-wrapper {
    width: 100%;
  }

  .project-hero-details-grid {
    flex-direction: column;
    margin-bottom: 0;
  }

  .project-footer {
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .project-footer-link {
    margin: 12px 16px;
  }

  .project-image-screenshot.project_image-screenshot--spacer {
    margin-bottom: 1.25vw;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.intro-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.global-container-medium.global-container-hero {
    padding-bottom: 15vh;
  }

  .container.narrow {
    width: 90%;
  }

  .project-1-image-container {
    height: 90vh;
    min-height: 400px;
  }

  .project-1-button {
    letter-spacing: 3px;
    right: 5%;
  }

  .skill-card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .scrolling-logo-container {
    width: 200vw;
  }

  .scrolling-logo-wrapper {
    width: 20vw;
    max-height: 5vw;
  }

  .nav-links-conatiner {
    padding-top: 64px;
  }

  .nav-link {
    padding: 24px;
  }

  .contact-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 11fr;
  }

  .contact-me-section {
    padding-top: 5.5rem;
    padding-bottom: 2rem;
  }

  .conatct-card {
    padding: 1.5rem;
  }

  .grid-case-study-2x1 {
    grid-template-columns: 12fr;
  }

  .project-section.top-image-section {
    margin-top: -15vh;
  }

  .grid-case-study-2x1-reverse {
    grid-template-columns: 12fr;
  }

  .project-long-image-text-wrapper {
    width: 100%;
    min-height: auto;
    max-height: none;
    margin-bottom: 32px;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .project-long-image-wrapper {
    width: 100%;
  }

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

  .metrics-value {
    font-size: 2.2rem;
  }

  .footer-bottom-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-links {
    font-size: 1em;
  }

  .navha-hamburger-button {
    height: 3.375rem;
  }

  .project-hero-small {
    min-height: 50vh;
    padding-top: 80px;
  }

  .roles-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-contact-link {
    font-size: calc(.85vw + .85rem);
  }

  .press-logos-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 1rem;
  }

  .press-logo-container {
    padding: 5.25vw;
  }

  .hero-description {
    text-align: center;
    font-size: 1.25rem;
  }

  .hero-top-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-description-wrapper {
    width: 100%;
  }

  .hero-background {
    display: none;
  }

  .hero-background.background-mobile {
    display: block;
  }

  .project__container {
    width: 100%;
    min-height: 68vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .templates_wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .nav-link-2 {
    padding: 24px;
  }

  .contact-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .project-heading {
    font-size: calc(1vw + 1.5rem);
  }

  .project-link-wrapper.project-even {
    bottom: auto;
  }

  .card.services {
    padding: 2rem 1.5rem;
  }

  .skills-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .awards-subheading {
    margin-top: 8px;
  }

  .awards-links-wrapper {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .slide-nav {
    display: none;
  }

  .quote-card {
    padding: 2rem;
  }

  .quote-heading {
    font-size: 1.4em;
  }

  .quote-title {
    font-size: 12px;
  }

  .quote-profile-image-wrapper {
    width: 56px;
    height: 56px;
    margin-right: 8px;
  }

  .contact-link {
    font-size: 8vw;
  }

  .hero-contact-info-wrapper {
    margin-top: 1.5rem;
  }

  .values-italics {
    font-size: 2.2rem;
  }

  .values-heading {
    font-size: 1.8em;
  }

  .values-text-container {
    max-width: 20rem;
    padding-left: 2rem;
  }

  .values-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .label {
    margin-left: 0;
  }

  .intro-text-white {
    font-size: 2em;
  }

  .footer-text {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .services-empty-space {
    display: none;
  }

  .grid-layout.grid-gap-xxl {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-layout.grid-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

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

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

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

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

  .heading-7 {
    font-size: 28px;
  }

  .subscript {
    font-size: 16px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-6 {
    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;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .heading-7-copy {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .display-heading-1 {
    margin-bottom: 1rem;
    font-size: calc(.75rem + 11vw);
  }

  .hero-heading {
    font-size: 15vw;
  }

  .heading-h3 {
    line-height: 14vw;
  }

  .heading-h6 {
    margin-bottom: .5rem;
  }

  .heading-h5 {
    margin-bottom: .75px;
  }

  .paragraph-32 {
    font-size: 1.6rem;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .project-2-container {
    align-items: center;
    width: 100%;
    min-height: 100svh;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .secondary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awards-links-container {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .project-hero-details-text {
    font-size: 1em;
  }

  .project-hero-section {
    perspective-origin: 0 0;
  }

  .project-hero-details-title {
    font-size: 1em;
  }

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

  .container {
    flex-wrap: nowrap;
  }

  .container.intro-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.global-container-medium.global-container-hero {
    padding-bottom: 18vh;
  }

  .container.container-footer {
    flex-direction: column;
  }

  .container.narrow {
    width: 100%;
  }

  .project-1-image-container {
    width: 114%;
    height: 60vh;
    min-height: 300px;
    max-height: 180vw;
    margin-left: -10vw;
  }

  .project-1-button {
    font-size: 16px;
  }

  .scrolling-logo-wrapper {
    width: 25vw;
    max-height: 8vw;
  }

  .nav-sub-container {
    z-index: 7;
  }

  .grid-case-study-2x1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-2x2 {
    grid-template-columns: 1fr;
  }

  .next-project-title {
    font-size: 2.2rem;
  }

  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .rich-text-block h1 {
    font-size: 3.2rem;
  }

  .rich-text-block h2 {
    font-size: 2.4rem;
  }

  .rich-text-block h3 {
    font-size: 1.7rem;
  }

  .hero--section.section-hero {
    padding-top: 4rem;
  }

  .metrics-value {
    font-size: 1.8rem;
  }

  .footer-bottom-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .project-hero-small {
    perspective-origin: 0 0;
    padding-top: 10rem;
  }

  .roles-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    margin-bottom: 1rem;
  }

  .screen-shot-container {
    padding: 0;
  }

  .press-logos-grid {
    grid-column-gap: .5625em;
    grid-row-gap: .5625em;
    grid-template-columns: 1fr 1fr;
  }

  .press-logo-container {
    padding: 8.25vw;
  }

  .hero-description {
    font-size: 1.1rem;
    line-height: 1.4em;
  }

  .hero-top-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: space-between;
    align-items: center;
  }

  .hero-background {
    opacity: .8;
  }

  .project__container {
    align-items: center;
    width: 100%;
    min-height: 96vh;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .contact-heading {
    font-size: 15vw;
  }

  .skill-title {
    font-size: 1.25rem;
  }

  .awards-logo-wrapper {
    width: 6rem;
    height: 2rem;
    margin-top: 8px;
  }

  .awards-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .quote-card {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .quote-heading {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .quote-profile-image-wrapper {
    margin-right: 12px;
  }

  .contact-subheading-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 1rem;
  }

  .values-text-container {
    max-width: none;
    padding-left: 0;
  }

  .values-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .values-image {
    display: none;
  }

  .intro-text-white {
    font-size: 1.8em;
  }

  .footer-bottom-links-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-alt {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .scrolling-logo-outer-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-layout.desktop-5-column.tablet-2-column {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grid-layout.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .section-copy.section-hero, .section-grey.section-hero, .section-copy.section-hero, .section-copy1.section-hero, .section-copy.section-hero, .section-copy-3.section-hero, .section-1.section-hero, .section-copie.section-hero, .section-copy.section-hero {
    padding-top: 4rem;
  }

  .container-7 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .div-block-12 {
    padding: 20px;
  }

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

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

  .container-8 {
    max-width: none;
  }

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

  .heading-7-copy {
    font-size: 24px;
  }

  .paragraph-36-copy {
    font-size: 14px;
    line-height: 1.2;
  }

  .footer_content_wrap {
    padding: 20px;
  }
}

#w-node-_9b3174f3-bace-d5a7-4624-27f54c539355-40c24638 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_46fb8634-ca9b-73b2-3118-622cf137dacb-1e382319 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

/* ===== MOBILE LAYOUT ===== */
.mobile-screen-message {
  display: none;
}

@media screen and (max-width: 767px) {
  /* Hide hero and selected work on mobile */
  #hero-section,
  .seletced-work {
    display: none !important;
  }

  /* Show mobile message */
  .mobile-screen-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 48px 32px;
    text-align: center;
    background: #fff;
  }

  .mobile-screen-message p {
    font-family: Anton, sans-serif;
    font-size: clamp(22px, 7vw, 32px);
    font-weight: 400;
    line-height: 1.15;
    color: #1a1b1f;
    margin: 0 0 80px;
  }

  .mobile-screen-message p:last-child {
    margin-bottom: 0;
  }

  /* Navbar: hide logo and hamburger, force links visible */
  .navbar-brand {
    display: none !important;
  }

  .menu-button-2 {
    display: none !important;
  }

  .nav-menu-wrapper.w-nav-menu {
    display: flex !important;
    justify-content: center;
    width: 100%;
    background: transparent;
    position: static !important;
  }

  .nav-menu-two {
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    padding: 4px 0 !important;
    border-radius: 0;
    background: transparent;
    gap: 0;
  }

  /* Hide "Home" link on mobile */
  .nav-menu-two .list-item-2:first-child {
    display: none;
  }

  .nav-link-6 {
    padding: 10px 18px;
    font-size: 14px;
  }

  /* Thin border under nav */
  .navbar-logo-left-container {
    border-bottom: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
  }

  /* Footer: keep visible, adjust heading size */
  #footer-section {
    display: block;
  }

  .heading-8 {
    font-size: clamp(48px, 13vw, 80px);
    line-height: 1;
  }

  .div-block-19 {
    flex-wrap: wrap;
  }

  .code-embed-7 {
    width: 60px;
    height: 60px;
  }
}


