.nav {
  z-index: 500;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 10px;
  margin-left: 40px;
  display: none;
  position: fixed;
  overflow: hidden;
}

.body {
  color: #0000;
  background-color: #202020;
  margin-top: 0;
  margin-left: 0;
  padding-right: 0;
  overflow: visible;
}

.hero {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  padding-top: 270px;
  display: flex;
}

.hero.is-about {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  max-width: 3800px;
  height: auto;
  padding-top: 0;
  font-family: Manrope, sans-serif;
}

.main {
  color: #0000;
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

.main.is-dark {
  color: #0000;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.main-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.main-hero.is-spacer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  min-height: 20px;
}

.main-hero_heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.main-hero_heading.is-title {
  width: auto;
  font-size: 2.4rem;
  font-weight: 400;
}

.main-hero_heading.is-title.is-underline {
  text-decoration: none;
}

.main-hero_heading.is-loading {
  color: #bac5ce;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
}

.heading {
  color: #9f989f;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
}

.heading.is-time {
  color: #ffffff87;
  background-color: #353535;
  border: 9px solid #353535;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 500;
}

.heading.is-time.is-title {
  background-color: #0000;
  border-color: #0000;
}

.heading.is-default {
  margin-top: 0;
  display: block;
}

.heading.is-default.is_title {
  font-size: 1.1rem;
}

.logo {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 44px;
  height: 54px;
  margin-left: 0;
  padding-top: 5px;
  display: block;
  position: fixed;
  overflow: hidden;
}

.header_vf {
  z-index: 100;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 27px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 40px;
  font-size: 16px;
  display: none;
  position: fixed;
  overflow: hidden;
}

.text-span {
  margin-left: 10px;
}

.sign {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50px;
  display: block;
}

.btn-animate-chars {
  color: #131313;
  cursor: pointer;
  border-radius: .25em;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 70px;
  max-width: 70px;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  display: block;
  position: relative;
}

.btn-animate-chars.w--current {
  margin-left: 0;
}

.btn-animate-chars__text {
  color: #e6f3ed;
  white-space: nowrap;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.btn-animate-chars__text.is-archive {
  font-size: 2.2rem;
}

.transition-column {
  background-color: #313b38;
  flex: 1;
}

.transition {
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
  min-width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
}

.spacer-nav {
  width: 50px;
  height: 80px;
}

.time_area {
  display: flex;
}

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

.global-content {
  width: 95%;
}

.line {
  background-color: #202020;
  border: 1px solid #3a3a3a;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.line.is_archive {
  margin-top: 30px;
  margin-bottom: 30px;
}

.directional-list__col-client {
  flex: 1;
  position: relative;
}

.direcitonal-list__eyebrow {
  color: #9d999f;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: .75em;
  line-height: 1;
}

.directional-list__border {
  z-index: 2;
  opacity: .3;
  -webkit-text-stroke-color: #3a3a3a;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.directional-list__border.is--item {
  top: 0;
  bottom: auto;
}

.directional-list__list {
  color: #787878;
}

.directional-list__info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  position: relative;
}

.directional-list__hover-tile {
  background-color: #343b38;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.directional-list__item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: inherit;
  justify-content: space-between;
  align-items: center;
  margin-top: -1px;
  padding: 2.25em 1.5em;
  font-family: Manrope, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.directional-list {
  color: #ffecde;
  -webkit-text-stroke-color: #404142;
  flex-flow: column;
  width: 90%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.directional-list__col-year {
  flex: none;
  min-width: 3em;
  position: relative;
}

.direcitonal-list__p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1;
}

.directional-list__col-award {
  min-width: 30%;
  position: relative;
}

.h-spacer {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  line-height: 1px;
  display: block;
}

.spacer-v {
  height: 50px;
}

.cursor-marquee {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  transform: translate(-50%, -50%);
}

.cursor-marquee__card {
  color: #000;
  background-color: #f0befa;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor-marquee__text-span {
  white-space: nowrap;
  transform-origin: 0;
  padding: .5em;
  font-size: 1.5em;
  line-height: 1;
  display: block;
  position: relative;
}

.cursor-marquee__text-span.is--duplicate {
  position: absolute;
  left: 100%;
}

.preview-item__heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.preview-item__inner {
  background-color: #0000;
  border: 0 solid #3c3c3c;
  border-bottom-width: 1px;
  width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  text-decoration: none;
}

.preview-item__inner.is-bottom {
  border-style: none;
  border-right-width: 1px;
}

.preview-collection {
  width: 100%;
  margin-top: .5em;
}

.preview-item {
  border-right: 1px #0000;
  width: 100%;
  text-decoration: none;
  transition: opacity .2s;
}

.preview-follower__inner {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.preview-list {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.preview-item__col {
  flex: 1;
}

.preview-item__col.is--large {
  max-width: 45%;
}

.preview-item__col.is--large.is_principal {
  margin-left: 9px;
}

.preview-item__col.is--small {
  max-width: 15%;
}

.preview-item__col.is--medium {
  max-width: 25%;
}

.preview-follower {
  z-index: 100;
  aspect-ratio: 1 / 1.25;
  pointer-events: none;
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  width: 20em;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.preview-item__visual {
  aspect-ratio: 1 / 1.25;
  border-right: 1px solid #0000;
  width: 20em;
  display: none;
  position: absolute;
  overflow: hidden;
}

.preview-item__text {
  color: #c8cfcb;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
}

.preview-item__text.is-grey {
  color: #939a97;
}

.preview-follower__label-span {
  background-color: #fff;
  border-radius: .25em;
  padding: .75em 1.25em;
  font-size: 1em;
}

.preview-follower__label {
  z-index: 2;
  color: #858080;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  position: absolute;
}

.preview-container {
  width: 100%;
  max-width: 165em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.preview-item__visual-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.preview-item__row {
  border-right: 1px solid #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.loading__progress {
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  left: 0;
}

.loading_text {
  z-index: 100;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 35px;
  padding-right: 35px;
  display: none;
  position: fixed;
}

.loading__numbers {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: #fff;
  flex-flow: row;
  align-items: flex-start;
  margin-left: 0;
  font-family: Manrope, sans-serif;
  font-size: calc(10vw + 10vh);
  font-weight: 300;
  display: flex;
  position: absolute;
  bottom: .1em;
  left: .23em;
}

.loading-screen {
  pointer-events: auto;
  letter-spacing: 0;
  background-color: #202020;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.loading__number {
  color: #4f5956;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.loading__percentage {
  color: #4f5956;
  letter-spacing: 0;
  text-transform: uppercase;
  will-change: transform;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.loading__progress-inner {
  transform-origin: bottom;
  background-color: #313b38;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.loading-container {
  z-index: 200;
  pointer-events: none;
  background-color: #202020;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loading__percentage-wrap {
  clear: left;
  color: #45534f;
  letter-spacing: 0;
  flex-flow: column;
  justify-content: flex-start;
  margin-top: .375em;
  font-family: Manrope, sans-serif;
  font-size: .3em;
  font-weight: 300;
  display: flex;
  overflow: hidden;
}

.loading__number-group {
  flex-flow: column;
  height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loading__number-group.is--second {
  color: #fff;
  letter-spacing: 0;
  margin-left: -10px;
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.loading__number-group.is--first {
  color: #45534f;
  letter-spacing: 0;
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.loading__number-group.is--third {
  color: #fff;
  letter-spacing: 0;
  margin-left: -10px;
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.loading__number-wrap {
  letter-spacing: 0;
  will-change: transform;
  flex-flow: column;
  margin-left: 0;
  padding-left: 0;
  font-style: normal;
  display: flex;
  position: relative;
}

.back-top__wrap {
  z-index: 100;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding: 2em;
  display: flex;
  position: fixed;
  inset: 0%;
}

.back-top__button {
  pointer-events: auto;
  background-color: #202020;
  border: min(.5em, 5px) solid #202020;
  border-radius: 1em;
  outline-style: none;
  width: max(5vw, 2.5rem);
  height: max(5vw, 2.5rem);
  padding: .5em;
  position: relative;
}

.back-top__arrow-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.back-top__arrow-row {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.back-top__arrow {
  color: #fff;
  width: 2.5em;
}

@media screen and (max-width: 991px) {
  .main-hero_heading, .preview-item__heading {
    font-size: 2em;
  }

  .preview-item__inner {
    border: 1px #000;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .preview-item {
    width: calc(50% - .5em);
  }

  .preview-list {
    grid-column-gap: 1em;
    grid-row-gap: 4em;
    flex-flow: wrap;
  }

  .preview-item__col.is--large {
    flex: none;
    order: -1;
    width: 100%;
    max-width: none;
  }

  .preview-item__col.is--large.is_principal {
    margin-left: 0;
  }

  .preview-item__col.is--small {
    text-align: right;
    max-width: 20%;
  }

  .preview-item__col.is--small.tablet--hide {
    display: none;
  }

  .preview-item__col.is--medium {
    order: -1;
    max-width: 80%;
  }

  .preview-follower {
    display: none;
  }

  .preview-item__visual {
    border-radius: .75em;
    order: -1;
    width: 100%;
    margin-bottom: 1em;
    display: block;
    position: relative;
  }

  .preview-item__row {
    grid-row-gap: .5em;
  }

  .back-top__wrap {
    padding: 1.25em;
  }

  .back-top__button {
    border-radius: .5em;
    padding: .4em;
  }
}

@media screen and (max-width: 767px) {
  .main-hero_heading {
    font-size: 1.6em;
  }

  .preview-item {
    width: 100%;
  }

  .preview-list {
    grid-row-gap: 3em;
  }

  .preview-container {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    font-size: 12px;
  }

  .body {
    overflow: visible;
  }

  .hero.is-about {
    height: auto;
    overflow: hidden;
  }

  .main.is-dark {
    justify-content: center;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .main-hero {
    width: 85%;
    height: auto;
    margin-left: 0;
    overflow: visible;
  }

  .main-hero.is-spacer {
    width: 20%;
    min-height: auto;
    display: none;
  }

  .main-hero_heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.4em;
  }

  .main-hero_heading.is-title {
    font-size: 2rem;
  }

  .main-hero_heading.is-title.is-underline {
    text-decoration: none;
  }

  .heading {
    width: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .heading.is-default {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    display: block;
  }

  .heading.is-default.is_title {
    font-size: 1rem;
  }

  .logo {
    justify-content: flex-start;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-top: 0;
    margin-left: 30px;
    padding-top: 0;
    display: flex;
  }

  .header_vf {
    display: none;
  }

  .btn-animate-chars {
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 0;
    display: block;
  }

  .btn-animate-chars.w--current {
    justify-content: flex-start;
    align-items: center;
    width: 100px;
    margin-left: 0;
    padding: 0;
    display: block;
  }

  .btn-animate-chars.is-email {
    display: none;
  }

  .btn-animate-chars__text.is-archive {
    font-size: 1.5rem;
  }

  .spacer-nav {
    width: 90px;
  }

  .global-content {
    justify-content: center;
    align-items: center;
    width: 85%;
    margin-left: 30px;
    display: block;
  }

  .line {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .directional-list {
    margin-left: 9px;
  }

  .direcitonal-list__p {
    text-align: left;
  }

  .cursor-marquee {
    display: none;
  }

  .preview-item__col.is--large.is_principal {
    margin-left: 0;
  }

  .preview-container {
    padding-left: 1.9em;
    padding-right: 1.9em;
  }

  .loading_text {
    font-size: 7px;
  }
}


