:root {
  --black: #0a100d;
  --white-smoke: #eff3f5;
  --midnight-blue: #2b2d42;
}

body {
  background-color: var(--black);
  color: #edf2f4;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.hero-section {
  z-index: 55;
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-top-wrapper {
  z-index: 70;
  width: auto;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  position: absolute;
  inset: 0%;
}

.hero-top-wrapper.preloader {
  overflow: hidden;
}

.hero-top-wrapper.og {
  position: relative;
}

.large-heading {
  color: #010304;
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.15;
}

.large-heading.offset-right {
  color: #010304;
}

.large-heading.smaller {
  font-size: 5vw;
}

.large-heading.white {
  color: #fff;
}

.large-heading.white.absolute {
  z-index: 70;
  position: static;
}

.sketchable {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.section-bottom-wrapper {
  z-index: 5;
  border-top: .0625rem solid #000000ad;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-link {
  color: #010304;
  font-size: 1rem;
  text-decoration: none;
}

.hero-link:hover {
  text-decoration: line-through;
}

.section {
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  margin-top: 8rem;
  position: relative;
}

.section-heading-wrapper {
  border-top: 1px solid #000000ad;
  border-bottom: .0625rem solid #000000ad;
  justify-content: center;
  align-items: center;
  padding: 1% 2%;
  display: flex;
}

.work-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.work-item-wrapper {
  color: var(--white-smoke);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.work-item-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 31.25rem;
}

.work-item-image.top {
  object-position: 50% 0%;
}

.work-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13rem;
  font-weight: 400;
}

.info-wrapper {
  padding-left: 2%;
  padding-right: 2%;
}

.overflow-none {
  overflow: hidden;
}

.overflow-none.full {
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.overflow-none.opacity0 {
  opacity: 0;
}

.image-cover {
  z-index: 1;
  background-color: var(--black);
  mix-blend-mode: color-burn;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.card-hover {
  z-index: 6;
  color: #fff;
  background-color: #00000080;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.track {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.works-title {
  z-index: 90;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 18vh;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.works-title.med-size {
  font-size: 13vh;
}

.divider {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 5vh;
  display: flex;
  overflow: hidden;
}

.divider.works {
  background-color: #fff;
  width: 2.8125rem;
  height: .25rem;
  min-height: auto;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}

.infinite-marquee {
  display: none;
}

.muted {
  opacity: .8;
}

.muted.pointer {
  cursor: pointer;
}

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

.cursor-wrap.mbm-ex {
  opacity: 0;
  transition: opacity .2s;
}

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

.cursor {
  display: none;
}

.text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: none;
  position: relative;
}

.hover-gif {
  width: 250px;
  height: 250px;
  position: absolute;
}

.hover-gif.pointer-off {
  z-index: 1;
  inset: auto 0% 0%;
}

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

.med-headin {
  color: #010304;
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.15;
}

.med-headin.offset-right {
  color: #010304;
}

.med-headin.smaller {
  font-size: 5vw;
}

.med-headin.hidden {
  display: none;
}

.med-headin.hidden.opacity0 {
  opacity: 0;
}

.preload {
  z-index: 69;
  background-color: #101111;
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
  inset: 0%;
}

.large-headingplh {
  color: #010304;
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.15;
}

.large-headingplh.offset-right {
  color: #010304;
}

.large-headingplh.smaller {
  font-size: 5vw;
}

.large-headingplh.opacity0 {
  opacity: 0;
}

.preloaderdivmain {
  z-index: 800;
  display: block;
  position: fixed;
  inset: 0%;
}

.link {
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

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

.link.underline-trail.hero-link {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.link.underline-trail.cta.hidden.w--current {
  display: block;
}

.link.underline-trail.cta.none, .custom-styles {
  display: none;
}

.text-block {
  text-transform: none;
}

.skillsdiv {
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  border-bottom-style: none;
  border-bottom-color: #000000ad;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  display: grid;
}

.categorylistingitem, .k {
  color: #010304;
}

.text-block-3, .text-block-4 {
  color: red;
}

.skillsrow {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  border-bottom: .0625rem solid #000000ad;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4vh;
  display: grid;
}

.numberheading {
  color: #010304;
}

.categorylistingsdiv {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5vh;
  display: grid;
}

.category-heading {
  color: #010403;
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.15;
}

.category-heading.offset-right {
  color: #010304;
}

.category-heading.smaller {
  font-size: 5vw;
}

.category-heading.white {
  color: #fff;
}

.category-heading.white.absolute {
  z-index: 70;
  position: static;
}

.numberheadingt {
  color: #010304;
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.15;
}

.numberheadingt.offset-right {
  color: #010304;
}

.numberheadingt.smaller {
  font-size: 5vw;
}

.numberheadingt.white {
  color: #fff;
}

.numberheadingt.white.absolute {
  z-index: 70;
  position: static;
}

.numberheadingt.muted {
  margin-top: 1.5vh;
  font-weight: 700;
}

.categorylistingtext {
  color: #010304;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

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

.back {
  color: #010304;
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.15;
}

.back.offset-right {
  color: #010304;
}

.back.smaller {
  font-size: 5vw;
}

.back.white {
  color: #fff;
}

.back.white.absolute {
  z-index: 70;
  position: static;
}

.name {
  color: #010304;
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.15;
}

.name.offset-right {
  color: #010304;
}

.name.smaller {
  font-size: 5vw;
}

.name.white {
  color: #fff;
}

.name.white.absolute {
  z-index: 70;
  position: static;
}

.clients {
  color: #010304;
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.clients.offset-right {
  color: #010304;
}

.clients.smaller {
  font-size: 5vw;
}

.clients.white {
  color: #fff;
}

.clients.white.absolute {
  z-index: 70;
  position: static;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.none {
  display: none;
}

.plasticsheet {
  z-index: 99999;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

  .card-hover {
    display: none;
  }

  .works-title {
    font-size: 9vh;
  }

  .divider {
    min-height: 2.8125rem;
  }

  .cursor-wrap.mbm-ex {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cursor-wrap, .cursor-dot {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-top-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .section-bottom-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 8%;
  }

  .section-bottom-wrapper.vertical {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-direction: column;
    bottom: 0%;
  }

  .section-heading-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .work-grid {
    grid-template-columns: 1fr;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .info-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .med-headin, .large-headingplh {
    font-size: 8vw;
  }

  .link.underline-trail.padto {
    padding-top: 5%;
  }

  .skillsdiv {
    padding-bottom: 21vh;
  }

  .skillsrow {
    flex-flow: column;
    display: flex;
  }

  .categorylistingsdiv {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
  }

  .category-heading, .numberheadingt, .back, .name, .clients {
    font-size: 8vw;
  }
}

#w-node-_55cd2b29-b9e9-63af-51b6-9f6509b2cead-1008354c {
  justify-self: end;
}

#w-node-cea1db95-7e5c-9255-f43e-6044b88e45e7-1008354c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_230028a8-02a6-665f-e746-4277552fd1a8-1008354c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


