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

body {
  color: #333;
  background-color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.distortion-bg {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.navigation {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  width: 100%;
  display: grid;
}

.link {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

.bg-image {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
}

.wrap {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.nav-text.scramble {
  text-align: left;
  font-family: Azeret Mono, sans-serif;
}

.link {
  padding: 0;
}

.container {
  flex-flow: column;
  align-items: center;
  margin: 32px;
  display: flex;
}

.top-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: minmax(1px, 1fr) auto;
  grid-template-columns: minmax(20vw, .25fr) 1.75fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo.links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr;
  grid-auto-columns: 1fr;
  height: 50px;
  margin-bottom: 2.5vh;
  text-decoration: none;
  display: block;
}

.city {
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.city.links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.links {
  position: static;
  bottom: 32px;
  left: 32px;
}

.logo-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 7.5rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.logo-text.w--current {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-text.left {
  width: auto;
}

.mode-switch {
  z-index: 960;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 500px;
  align-items: center;
  width: 45px;
  height: 25px;
  margin-bottom: 32px;
  margin-right: 32px;
  padding: 5px 4px;
  transition: border-color .3s;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  right: 0%;
}

.mode-switch:hover {
  border-color: #fff6;
}

.work {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 32px 32px auto;
}

.dot {
  background-color: #fff;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

.cursor-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrap.mbm-ex-div {
  z-index: 20;
}

.cursor-dot {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}

.cursor-dot.mbm-ex {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-width: 0;
  border-color: #0000;
  width: 14px;
  height: 14px;
}

.cursor {
  pointer-events: none;
  display: none;
}

.page-loader_percent {
  color: #0000;
  letter-spacing: -2px;
  font-family: Azeret Mono, sans-serif;
  font-size: 5vmin;
  font-weight: 300;
  line-height: 1;
}

.page-loader_component {
  z-index: 10;
  opacity: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader_text-fill {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 0%;
  display: flex;
  position: relative;
}

.page-loader_trigger {
  z-index: 50;
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.page-loader_text-wrapper {
  z-index: 10;
  align-self: center;
  align-items: flex-end;
  height: 5vmin;
  display: flex;
  position: relative;
}

.page-loader_text {
  color: #0000;
  letter-spacing: -2px;
  font-family: Azeret Mono, sans-serif;
  font-size: 5vmin;
  font-weight: 300;
  line-height: 1;
}

.page-loader_marquee {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: absolute;
}

.page-loader_marquee.is-bottom {
  margin-bottom: 32px;
  margin-left: 32px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.noise {
  z-index: 0;
  opacity: .5;
  background-image: url('../images/S9CS.gif');
  background-position: 0 0;
  background-size: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.page-loader_text-style {
  display: none;
}

.page-loader_marquee-text {
  flex: none;
  font-size: .875rem;
}

.arrow {
  width: .8rem;
}

.time_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.code {
  display: none;
}

.info-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5rem;
  text-decoration: none;
  display: flex;
}

.title-wrap {
  position: static;
  bottom: 32px;
  left: 32px;
}

.title-wrap.links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p {
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.p.title {
  line-height: 1;
}

.p.title.grey, .p.grey {
  color: #ffffff80;
}

.scramble {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 150%;
  display: flex;
  position: relative;
}

.scramble.auto {
  width: 150%;
}

.scramble.scramble-work {
  height: 20px;
}

.email-wrap {
  position: static;
  bottom: 32px;
  left: 32px;
}

.email-wrap.links {
  flex-direction: row;
  display: block;
}

.facebook-wrap {
  position: static;
  bottom: 32px;
  left: 32px;
}

.facebook-wrap.links {
  flex-direction: row;
  display: none;
}

.day-24h-sec {
  color: #ffffff80;
}

.mobile-image {
  width: 50vw;
  display: none;
  position: absolute;
  bottom: 32px;
  right: 32px;
}

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

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

.body-2 {
  background-color: #000;
}

.work-expand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  inset: auto 0 0 auto;
}

.work-list {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template-rows: 20px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 20px;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 16px 32px 32px 16px;
  display: grid;
  position: absolute;
  bottom: 0;
  right: 0;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.page-wrapper {
  flex-flow: column;
  width: 100vw;
  overflow: visible;
}

.hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.link-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.name {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15rem;
  font-weight: 700;
  line-height: 15rem;
  text-decoration: none;
}

.name-text {
  letter-spacing: -.2rem;
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  line-height: 1;
}

.title {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.image-2 {
  border-radius: 1.5rem;
  width: 100%;
}

.link-text {
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.nav-link-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  transition: all .3s cubic-bezier(.789, .002, .25, 1);
}

.name-wrap {
  width: 100%;
  position: fixed;
}

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

.section {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section.hero {
  z-index: -1;
  position: relative;
}

.section.projects {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 5rem;
  display: flex;
}

.section.contact {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white);
  flex-flow: column;
  padding-top: 5rem;
  display: flex;
}

.section.footer {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.section-header {
  color: #000;
  letter-spacing: -1px;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
}

.section-header.about {
  display: none;
}

.list-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all .3s linear;
  display: grid;
}

.list-item:hover {
  border-top: 1px solid #000;
  padding-left: 1rem;
}

.project-p {
  color: var(--black);
  text-transform: none;
  font-size: 1.25rem;
}

.project-p.last {
  color: #00000080;
  text-align: right;
}

.about-p {
  color: #000;
  text-transform: none;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.about-wrap {
  grid-column-gap: 20rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.contact-info {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  font-size: 1rem;
  display: flex;
}

.scramble-copy {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 150%;
  display: flex;
  position: relative;
}

.scramble-copy.auto {
  width: 150%;
}

.scramble-copy.scramble-work {
  height: 20px;
}

.contact-link {
  color: #000;
  text-align: left;
  text-decoration: none;
}

.contact-link.title {
  line-height: 1;
}

.contact-link.title.grey, .contact-link.grey {
  color: #ffffff80;
}

.copyright {
  color: #00000080;
  font-weight: 400;
}

.cursor-2 {
  display: none;
}

.cursor-dot-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}

.cursor-wrap-2 {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrap-2.mix-blend {
  z-index: 10;
}

.client-name {
  color: var(--black);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
}

.client-name.last {
  color: #00000080;
  text-align: right;
}

.thumb-wrap {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.nav-link-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.766, .002, .25, 1);
  display: flex;
}

.nav-link-wrapper:hover {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.copyright-year {
  color: #00000080;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .distortion-bg {
    z-index: 2;
    display: none;
  }

  .nav-menu {
    grid-template-columns: 3fr 1fr;
  }

  .top-grid {
    grid-template-columns: minmax(25vw, .25fr) 1.75fr .25fr 1fr;
  }

  .city.links {
    display: none;
  }

  .logo-text {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    font-size: 5rem;
  }

  .mode-switch {
    margin-bottom: 18px;
    margin-left: 15px;
  }

  .mode-switch.mbm-ex {
    width: 37px;
    height: 20px;
  }

  .page-loader_component {
    z-index: 10;
  }

  .page-loader_marquee.is-bottom {
    margin-bottom: 24px;
  }

  .title-wrap.links {
    justify-content: flex-start;
    align-items: center;
  }

  .scramble {
    height: 100%;
  }

  .scramble.auto {
    width: 200%;
  }

  .mobile-image {
    z-index: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .portrait {
    object-fit: contain;
    width: 60%;
    height: auto;
  }

  .work-expand {
    width: 100%;
    height: 100%;
  }

  .work-list {
    grid-template-columns: 1fr 1fr;
  }

  .section-header {
    font-size: 2.5rem;
  }

  .list-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .about-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .scramble-copy {
    height: 100%;
  }

  .scramble-copy.auto {
    width: 200%;
  }
}

@media screen and (max-width: 767px) {
  .distortion-bg {
    display: none;
  }

  .navigation {
    z-index: 10;
  }

  .logo-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-size: 3.5rem;
  }

  .mode-switch.mbm-ex {
    margin-bottom: 12px;
    margin-left: 10px;
  }

  .cursor-wrap, .cursor-dot {
    display: none;
  }

  .title-wrap.links {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .scramble.auto {
    width: 240%;
  }

  .work-list {
    grid-template-columns: 1fr;
  }

  .nav-link-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .about-p {
    font-size: 1.5rem;
  }

  .scramble-copy.auto {
    width: 240%;
  }

  .cursor-dot-2, .cursor-wrap-2 {
    display: none;
  }
}

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

  .link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-grid {
    grid-template-columns: minmax(25vw, .25fr) 1.75fr;
  }

  .clock.links {
    display: none;
  }

  .logo-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 3rem;
  }

  .mode-switch.mbm-ex {
    margin-bottom: 8px;
    margin-left: 7px;
  }

  .page-loader_percent {
    font-size: 13vmin;
  }

  .page-loader_text-fill {
    font-size: 4rem;
  }

  .page-loader_text-wrapper {
    height: 12vmin;
  }

  .page-loader_text {
    font-size: 13vmin;
  }

  .page-loader_marquee.is-bottom {
    margin-bottom: 28px;
    margin-left: 20px;
  }

  .info-wrap.links {
    margin-top: 8vh;
  }

  .scramble.auto {
    width: 100%;
  }

  .mobile-image {
    bottom: 70px;
    right: 20px;
  }

  .portrait {
    width: 80%;
  }

  .nav-link-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .section-header {
    font-size: 2rem;
  }

  .about-p {
    font-size: 1.25rem;
  }

  .scramble-copy.auto {
    width: 100%;
  }
}

#w-node-_5209bee1-f75f-8fad-d0e3-ea85b46be9b6-4b0fd111 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_9b8e3d09-1191-5f79-b4cf-80ff35734e66-4b0fd111 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b8e3d09-1191-5f79-b4cf-80ff35734e67-4b0fd111 {
  grid-area: 3 / 1 / 3 / 2;
}

#w-node-_8b5f6f70-6d28-38f3-2c4c-56cf6ae44b41-b1ac38e7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8b5f6f70-6d28-38f3-2c4c-56cf6ae44b46-b1ac38e7 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-_6b2f2e39-c645-81c0-2437-f3b2dadc6b1d-b1ac38e7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_39073116-6b7e-2c5e-7e58-4b764bc7a93f-b1ac38e7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5209bee1-f75f-8fad-d0e3-ea85b46be9b6-08511c52 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_9b8e3d09-1191-5f79-b4cf-80ff35734e66-08511c52 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b8e3d09-1191-5f79-b4cf-80ff35734e67-08511c52 {
  grid-area: 3 / 1 / 3 / 2;
}

#w-node-_0e9453b5-b1aa-0dbd-5709-d53fd0da09e1-d0da09dc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0e9453b5-b1aa-0dbd-5709-d53fd0da09e3-d0da09dc, #w-node-_5ca0566d-08e6-5e3f-6892-a59a8e0b339b-d0da09dc {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_5209bee1-f75f-8fad-d0e3-ea85b46be9b6-4b0fd111 {
    grid-column-end: 4;
  }

  #w-node-f3acb65f-e782-37fc-ec24-c328cdca3d16-4b0fd111 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9b8e3d09-1191-5f79-b4cf-80ff35734e66-4b0fd111 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a82844f0-0c43-7f2f-2886-d7a7b1ac38e7-b1ac38e7 {
    grid-row-start: 1;
  }

  #w-node-_6b2f2e39-c645-81c0-2437-f3b2dadc6b1d-b1ac38e7 {
    grid-column: 1 / 2;
  }

  #w-node-_39073116-6b7e-2c5e-7e58-4b764bc7a93f-b1ac38e7 {
    grid-column: 2 / 3;
  }

  #w-node-_5209bee1-f75f-8fad-d0e3-ea85b46be9b6-08511c52 {
    grid-column-end: 4;
  }

  #w-node-f3acb65f-e782-37fc-ec24-c328cdca3d16-08511c52 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9b8e3d09-1191-5f79-b4cf-80ff35734e66-08511c52 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0e9453b5-b1aa-0dbd-5709-d53fd0da09dd-d0da09dc {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0e9453b5-b1aa-0dbd-5709-d53fd0da09df-d0da09dc {
    grid-area: 2 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9b8e3d09-1191-5f79-b4cf-80ff35734e67-4b0fd111, #w-node-_9b8e3d09-1191-5f79-b4cf-80ff35734e67-08511c52 {
    grid-column-end: 3;
  }
}


