@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0e0e0e;
  --off-white-62: #ede9e39e;
  --white: white;
  --off-white-82: #ede9e3d1;
  --off-white: #ede9e3;
  --off-white-22: #ede9e338;
  --black-2: #0d0d0d;
  --off-white-15: #ede9e326;
  --off-white-40: #ede9e366;
  --off-white-28: #ede9e347;
  --off-white-18: #ede9e32e;
  --dim-grey-66666: #666;
  --gold: #ffcb30;
  --pink: #fbbebb;
  --medium-blue: #2a31b7;
  --yellowshade: #e9b92c;
  --grey: #868686;
  --old-lace: #f4f0e3;
  --blue: #2e36cb;
}

body {
  background-color: var(--black);
  color: var(--off-white-62);
  font-family: Suisseintl, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
}

p {
  color: var(--off-white-82);
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8;
}

a {
  text-decoration: none;
}

.c-container {
  width: 95%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.c_project {
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
}

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

.c_about {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.about_grid {
  z-index: 1;
  mix-blend-mode: difference;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.c_process {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.process_grid {
  grid-column-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.process_item {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.process-number {
  font-weight: 300;
}

.process-head {
  color: var(--off-white);
  font-size: 1.25rem;
  font-weight: 500;
}

.about-text-link {
  border-bottom: 2px solid var(--white);
  cursor: pointer;
}

.c_about-inner {
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.about_image-wrapper {
  width: 32rem;
  position: absolute;
  inset: 0%;
}

.about_image {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.c-header {
  z-index: 1;
  mix-blend-mode: difference;
  margin-bottom: 8rem;
  position: relative;
}

.trigger {
  display: none;
}

.heading-rg {
  z-index: 2;
  font-size: 2.5rem;
  line-height: 1;
}

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

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

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

.nav-logo_img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.embed-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-link {
  grid-column-gap: .75rem;
  letter-spacing: .2px;
  align-items: center;
  font-size: .875rem;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

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

.nav-link_wrapper {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.nav-logo_name {
  color: var(--white);
  letter-spacing: 3.41px;
  font-size: 1rem;
  font-weight: 700;
}

.c_nav_hamburger {
  background-color: #171717;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 16px;
  display: none;
}

.nav-logo_img-wrapper {
  flex: none;
  width: 2.5rem;
  height: 2rem;
}

.nav-logo_text {
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.c_nav {
  z-index: 99;
  border-bottom: .5px solid var(--off-white-22);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0e0e0ecc;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: fixed;
  top: 0;
}

.nav-logo_title {
  color: #f2f2f280;
  letter-spacing: .2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.hamburger-line {
  background-color: #a7a7a7;
  width: 100%;
  height: 1.5px;
}

.hamburger-line.cc-middle {
  margin-top: 4px;
  margin-bottom: 4px;
}

.c_nav-logo {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.link_arrow {
  width: 18px;
  height: 18px;
}

.c_hero {
  background-color: var(--black-2);
  max-height: 900px;
  position: relative;
}

.hero_subtext {
  grid-row-gap: 6px;
  letter-spacing: -.025em;
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.4;
  display: flex;
}

.hero_profile-icon {
  background-color: #4caf7d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.hero_text-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  max-width: 35rem;
  display: flex;
}

.hero_profile {
  grid-column-gap: 1rem;
  letter-spacing: 1.5px;
  align-items: center;
  display: flex;
}

.c_hero-inner {
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 12rem;
  padding-bottom: 6rem;
  display: flex;
}

.c_nav-inner {
  grid-column-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project_list {
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.project_item {
  padding-bottom: 4rem;
  position: relative;
}

.project_text-wrapper {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.project_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 9fr 7fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.project_grid.is-reverse {
  grid-template-columns: 7fr 9fr;
}

.project_text-wrapper-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project_text-wrapper-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 2.25rem;
  display: flex;
}

.project_tag-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: none;
}

.project_tag {
  border: 1px solid var(--off-white-22);
  border-radius: 1.5rem;
  padding: .35rem .875rem;
  font-size: .75rem;
  transition: border-color .4s;
}

.text-opacity-15 {
  color: var(--off-white-15);
}

.text-opacity-40 {
  color: var(--off-white-40);
}

.text-opacity-22 {
  color: var(--off-white-22);
}

.copyright {
  margin-bottom: 8px;
  font-size: .75rem;
}

.project_title-wrapper {
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.project_meta {
  font-size: .75rem;
  transition: color .4s;
}

.project_title {
  grid-column-gap: 8px;
  border-bottom: 1px solid var(--off-white-62);
  color: var(--off-white);
  align-items: center;
  padding-bottom: 2px;
  font-size: 1.5rem;
  font-weight: 700;
  transition: color .4s;
  display: flex;
}

.project_year {
  color: var(--off-white-22);
  font-size: .875rem;
  transition: color .4s;
}

.nav-divider {
  background-color: var(--off-white-28);
  width: .5px;
  height: 13px;
}

.project_image-wrapper {
  border: .5px solid var(--off-white-22);
  border-radius: 8px;
  transition: transform .4s, box-shadow .4s, border-color .4s;
  overflow: hidden;
}

.project_image-bar {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ede9e30d;
  border-bottom: .5px solid #ede9e30f;
  align-items: center;
  height: 20px;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.project_image-dot {
  background-color: #ede9e31f;
  border-radius: 50%;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
}

.project_image-url {
  color: var(--off-white-62);
  letter-spacing: .04em;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  margin-left: 5px;
  font-size: 9px;
}

.project_image {
  background-color: #ede9e308;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.c_cta {
  text-align: center;
  border-bottom: .5px solid #ede9e314;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.cta-text {
  color: #ede9e3;
  letter-spacing: -.015em;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.cta-btn {
  grid-column-gap: .75rem;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--off-white-18);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--off-white-18);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--off-white-18);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--off-white-18);
  color: var(--off-white-62);
  letter-spacing: .07em;
  text-transform: uppercase;
  border-radius: 1.25rem;
  align-items: center;
  margin-top: 1rem;
  padding: .75rem 26px .75rem 1.5rem;
  font-size: .875rem;
  text-decoration: none;
  transition-property: border-color, color;
  transition-duration: .4s, .4s;
  transition-timing-function: ease, ease;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-btn:hover {
  border-top-color: var(--white);
  border-right-color: var(--white);
  border-bottom-color: var(--white);
  border-left-color: var(--white);
  color: var(--white);
  border-color: #ede9e373;
}

.c_footer-inner {
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.footer_link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer_link {
  color: #ede9e347;
  font-size: 10px;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.footer_link:hover {
  color: #ede9e3;
}

.project_info {
  grid-column-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.project_num {
  color: var(--off-white-22);
  font-size: .875rem;
  transition: color .4s;
}

.project_description {
  grid-row-gap: 1rem;
  color: var(--off-white-62);
  flex-flow: column;
  transition: color .4s;
  display: flex;
}

.cta_inner {
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.anchor {
  width: 100%;
  position: absolute;
  top: -4.625rem;
}

.project-btn {
  grid-column-gap: .75rem;
  border: 1px solid var(--off-white-18);
  color: var(--off-white-62);
  letter-spacing: .07em;
  text-transform: uppercase;
  border-radius: 1.25rem;
  align-items: center;
  padding: .75rem 26px .75rem 1.5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: border-color .4s, color .4s;
  display: flex;
  position: relative;
}

.about_grid-wrapper {
  position: relative;
}

.about_tags {
  font-size: 1rem;
  line-height: 1.8;
}

@media screen and (min-width: 1440px) {
  .about_grid {
    mix-blend-mode: normal;
  }

  .about_image {
    filter: brightness(85%) contrast(120%) grayscale();
  }

  .heading-rg {
    z-index: 5;
  }

  .hero_subtext {
    top: 80px;
  }

  .project_grid {
    grid-template-columns: 9fr 7fr;
  }
}

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

  .process_grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .process_item {
    padding-right: 0;
  }

  .hero_subtext {
    top: 33px;
  }

  .hero_text-wrapper {
    left: 50px;
    right: 50px;
  }

  .project_grid {
    grid-template-columns: 5fr;
  }

  .project_grid.is-reverse {
    grid-template-columns: 7fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4rem;
  }

  h3 {
    font-size: 4em;
  }

  h4 {
    font-size: 3em;
  }

  p {
    font-size: 1rem;
  }

  .c_project, .c_about {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .about_grid {
    grid-template-columns: 1.75fr;
  }

  .c_process {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .process_item {
    grid-row-gap: 1rem;
  }

  .c_about-inner {
    grid-row-gap: 3rem;
  }

  .c-header {
    margin-bottom: 6rem;
  }

  .heading-rg {
    font-size: 2rem;
  }

  .nav-link:hover {
    background-color: #f2f0ef00;
  }

  .c_nav_hamburger {
    display: flex;
  }

  .nav-logo_text {
    display: none;
  }

  .hamburger-line {
    transition: transform .4s, opacity .4s;
  }

  .hero_subtext {
    align-self: auto;
    font-size: 1.25rem;
  }

  .hero_text-wrapper {
    grid-row-gap: 2rem;
  }

  .hero_profile {
    font-size: .875rem;
    display: flex;
  }

  .c_hero-inner {
    grid-row-gap: 2rem;
    align-items: flex-start;
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .project_list {
    grid-row-gap: 2.5rem;
  }

  .project_item {
    padding-bottom: 2.5rem;
  }

  .project_grid.is-reverse {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .c_cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta-text {
    font-size: 2.5rem;
  }

  .c_footer-inner {
    flex-flow: column;
  }

  .about_tags {
    font-size: .875rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  h3 {
    font-size: 6em;
  }

  h4 {
    font-size: 4em;
  }

  .c-container {
    width: 90%;
  }

  .about_image-wrapper {
    display: none;
  }

  .c-header {
    margin-bottom: 4rem;
  }

  .heading-rg {
    font-size: 1.5rem;
  }

  .nav-link_wrapper {
    grid-row-gap: 1rem;
    flex-flow: wrap;
    right: 16px;
  }

  .hero_subtext {
    font-size: 1rem;
  }

  .c_nav-inner {
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .project_text-wrapper-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .project_text-wrapper-bottom {
    padding-left: 0;
  }

  .cta-text {
    font-size: 2rem;
  }

  .project_info {
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .about_tags {
    font-size: .75rem;
  }
}

#w-node-_4075d4ab-e62f-a666-5cda-be28f6bd6052-0c02fc70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5931038e-e9f4-32b9-83a5-e1ce18af7670-0c02fc70, #w-node-_70319743-4092-218f-2284-d823aec98933-0c02fc70, #w-node-_7e20e158-8cac-b5a4-829e-f2e041c81794-0c02fc70, #w-node-_9a8dce54-76b5-d1ac-bb2b-8fbc70fa4f3a-0c02fc70 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}