:root {
  --soft-black: #1e1d1d;
  --white-smoke: #f8f7f4;
  --concrete: #c8c4c1;
  --light-grey: #e3e2e1;
  --pure-black: black;
  --black-opacity--7: #1a1a1a12;
  --medium-grey: #908d8a;
  --rule-cs-headings: #eaeaea;
  --cornflower-blue: #618bff;
  --backgrounds: #f9f9f9;
  --ss-bk-blue: #f7f8fa;
  --sciops-blue: #2a3746;
  --peru: #c07e3c;
  --medium-orchid: #cb33d8;
  --royal-blue: #0167ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--soft-black);
  text-transform: uppercase;
  cursor: none;
  background-color: #0000;
  background-image: url('../images/off-white-background.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 112%;
  display: block;
}

h1 {
  color: var(--soft-black);
  letter-spacing: -4.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Funnel Sans, sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 96%;
}

h2 {
  color: var(--soft-black);
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.8em;
  font-weight: 300;
  line-height: 1.3;
}

h3 {
  color: var(--soft-black);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.4;
}

h4 {
  color: var(--soft-black);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.5;
}

h5 {
  color: var(--soft-black);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .83em;
  font-weight: 400;
  line-height: 2;
}

p {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: var(--soft-black);
  letter-spacing: -.02em;
  text-transform: none;
  cursor: none;
  line-height: 1.3;
  text-decoration: none;
}

a:hover {
  color: var(--soft-black);
}

li {
  text-indent: 0;
  white-space: normal;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1952px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.container.is-case-study {
  flex-direction: row;
  padding-top: 4em;
  padding-bottom: 0;
  display: flex;
}

.container.cs-hero-image {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.is-footer {
  justify-content: flex-end;
  height: 75%;
  display: flex;
}

.container.is-more-cs {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.container.more-archive {
  padding-bottom: 10em;
}

.container.is-top-margin {
  margin-top: 6em;
}

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

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section {
  z-index: 1000;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.section.is-footer {
  color: var(--soft-black);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 25%;
  padding-bottom: 0;
  display: flex;
}

.section.is-footer.ft {
  padding-top: 0%;
}

.section.is-nav {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: fixed;
}

.section.is-white {
  color: var(--soft-black);
  background-color: #fff;
}

.section.cs-hero-section {
  justify-content: flex-end;
  height: 80vh;
  padding-top: 10%;
  padding-bottom: 4em;
  display: flex;
}

.section.padding-top-200-mobile-160 {
  margin-top: 200px;
}

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

.paragraph {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.paragraph.large {
  letter-spacing: -.01rem;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph.large.is-bold {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.paragraph.small {
  font-size: .83em;
}

.rule {
  height: 2em;
  padding-bottom: 0;
}

.rule.for-menu {
  height: 1px;
  margin-bottom: .5em;
}

.nav-wrapper {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1952px;
  height: auto;
  padding: 10px 0 7px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.menu-wrapper {
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-end;
  height: 60px;
  margin-right: 0;
  padding: 20px 0 20px 20px;
  display: none;
}

.grid-content {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.grid-content.is-casestudy {
  justify-content: flex-start;
}

.grid-content.project-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.is-white {
  color: var(--white-smoke);
  display: block;
}

.grid-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 50%;
  display: flex;
  overflow: hidden;
}

.grid-bottom.is-contact-wrapper {
  flex-direction: column;
  height: auto;
  min-height: auto;
}

.rule {
  background-color: var(--concrete);
  height: 2px;
  margin-bottom: 1.5em;
}

.contact-item {
  color: var(--soft-black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1em;
  display: flex;
}

.navigation {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-overlay {
  z-index: 999;
  background-color: var(--soft-black);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-right: 0;
  padding: 4em;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-item-wrapper.is-white {
  color: var(--white-smoke);
  flex-direction: column;
  width: 100%;
  margin-bottom: .5em;
  font-size: 3em;
  display: flex;
}

.menu-item-wrapper.is-white.is-contact {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.menu-item {
  letter-spacing: -.03em;
  justify-content: space-between;
  align-items: center;
  padding-right: .2em;
  font-size: 1.5em;
  display: flex;
  overflow: hidden;
}

.menu-item.with-arrow {
  padding-right: 0;
  display: flex;
}

.menu-links-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90%;
  margin-top: 50px;
  display: flex;
}

.cs-hero-content-wrapper {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.sticky-nav-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: auto;
  padding-right: 169px;
  display: flex;
  position: sticky;
  top: 6em;
  bottom: 0;
}

.cs-content-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cs-section-link {
  padding-top: .75em;
  padding-bottom: .75em;
  font-size: .83em;
  font-weight: 400;
  line-height: 2;
}

.cs-section-link:hover {
  font-style: normal;
  font-weight: 500;
}

.cs-section-link:active {
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}

.cs-section-wrapper {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.cs-header-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 12em;
  display: flex;
}

.h5-section-header {
  width: auto;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
}

.cs-2-column-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  width: auto;
  margin-bottom: 0;
}

.nav-link-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1952px;
  display: flex;
}

.nav-link {
  letter-spacing: 0;
  text-transform: none;
  width: 25%;
  margin-left: 0;
  padding-right: 4em;
}

.nav-link:hover, .nav-link:focus {
  opacity: .5;
}

.nav-link.is-contact {
  margin-left: auto;
  padding-right: 0;
}

.nav-link.is-white {
  color: var(--white-smoke);
  letter-spacing: -.01em;
  text-transform: lowercase;
  font-weight: 400;
}

.nav-link.regular-s {
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  flex: 1;
  font-size: 14px;
  line-height: 112%;
}

.menu-link-wrapper {
  z-index: 3000;
  width: 30px;
  display: none;
  position: relative;
  inset: 0% 0% auto auto;
}

.div-is-25 {
  width: 25%;
  margin-left: 0;
}

.div-is-75 {
  flex-direction: column;
  justify-content: space-between;
  width: 75%;
  display: flex;
}

.footer-wrapper {
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 50px;
  display: block;
}

.grid-footer {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 4em;
}

.links_item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.arrow-small-link {
  flex: none;
  width: 1.4em;
  max-width: none;
  height: 1.2em;
  padding-top: 2px;
  padding-left: 7px;
  display: block;
}

.casestudy-link {
  border-radius: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-small {
  color: var(--soft-black);
  letter-spacing: -.01em;
  font-size: .83em;
  font-weight: 400;
}

.div-is-30 {
  width: 30%;
}

.div-is-60 {
  flex-direction: column;
  justify-content: flex-start;
  width: 65.5%;
  display: flex;
}

.div-is-60.is-results-content {
  margin-left: auto;
}

.div-is-60.cs-info-wrapper {
  justify-content: space-between;
  margin-right: 2em;
}

.cs-rich-text {
  margin-bottom: 8em;
}

.h3-header {
  padding-top: 72px;
  padding-bottom: 72px;
}

.more-cs-img {
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.collection-item-2 {
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.cs-title-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.cs-catagories {
  color: var(--soft-black);
  font-size: 0;
}

.img-cs-hero {
  width: 100%;
  max-width: none;
  height: 80%;
}

.arrow-external-link {
  width: 2.5em;
  height: auto;
  margin-left: auto;
}

.copyright {
  color: var(--soft-black);
  margin-bottom: -5px;
  margin-left: auto;
  padding-bottom: 0;
}

.home-link-wrapper {
  z-index: 1000;
  position: relative;
}

.menu-contact-links {
  justify-content: space-between;
  width: 100%;
  font-size: 3vw;
  display: flex;
}

.cs-hero-copy {
  margin-top: -6px;
  padding-right: 6em;
  line-height: 1.5;
}

.collection-list-wrapper-3 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: block;
}

.collection-list {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.menu-contact-item {
  color: var(--white-smoke);
  width: 48%;
  font-size: 1em;
}

.arrow-menu-contact {
  filter: invert();
  width: auto;
  max-width: none;
  height: .7em;
}

.arrow-menu-link {
  filter: invert();
  width: auto;
  max-width: none;
  height: .7em;
  transform: rotate(45deg);
}

.menu-arrow-down {
  opacity: .39;
  filter: invert();
  width: auto;
  max-width: none;
  height: .7em;
  transform: rotate(135deg);
}

.divider {
  background-color: var(--concrete);
  width: 100%;
  height: 1px;
  display: block;
}

.is-challenge {
  margin-top: 4em;
}

.rule-footer {
  background-color: var(--light-grey);
  opacity: .4;
  height: 1px;
  margin-bottom: 1.5em;
}

.rule-footer.ft {
  background-color: var(--light-grey);
}

.link-to-cs {
  width: 100%;
}

.home-link-white {
  color: var(--white-smoke);
  letter-spacing: -.01em;
  text-transform: lowercase;
  font-weight: 400;
}

.navigation-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-top: 25px;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.description-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.description-wrapper.work {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
}

.description-wrapper.cs-home {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
}

.description-wrapper.cs-home.pdf {
  flex-flow: column;
}

.link-block-extra {
  overflow: hidden;
}

.grid-about-2column {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  margin-top: 8em;
  margin-bottom: 8em;
}

.info-wrapper-link {
  color: var(--concrete);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.project-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 8em;
  display: flex;
}

.cs-work-img {
  min-width: 100%;
}

.archive-work-img {
  width: auto;
  margin-right: 1em;
}

.archive-collection-wrapper {
  margin-bottom: 0;
}

.project-header-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-bottom: 4em;
  display: flex;
}

.archive-info-wrapper {
  width: 100%;
  padding-bottom: 1.5em;
  padding-right: 2em;
}

.archive-image-wrapper {
  margin-bottom: 2em;
}

.archive-video-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 2em;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-title {
  margin-top: -5px;
  padding-bottom: 20px;
  font-weight: 400;
}

.arrow-right-black {
  width: 4em;
  display: block;
}

.archive-video.website {
  z-index: 10;
  border-radius: 10px;
  width: 75%;
  height: auto;
  position: absolute;
  overflow: hidden;
}

.cs-description-homepage {
  width: 30ch;
}

.cs-description-homepage.blur-text {
  letter-spacing: -.03em;
  text-transform: uppercase;
  max-width: 20ch;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.1;
}

.archive-description-wrapper {
  width: 45%;
  margin-left: 0;
}

.archive-info-h6 {
  margin-bottom: 0;
}

.archive-p {
  margin-bottom: .5em;
}

.archive-bkgrd-image {
  z-index: 0;
  object-fit: cover;
  position: relative;
}

.grid-4-column {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: auto;
  padding-top: 1em;
}

.archive-hero {
  align-items: flex-end;
  height: 75vh;
  padding-top: 10%;
  padding-bottom: 4em;
  display: flex;
}

.cs-wrapper-home {
  margin-top: 2em;
}

.all-caps {
  letter-spacing: .04em;
  text-transform: uppercase;
  max-width: 90%;
  font-size: .69em;
  font-weight: 300;
}

.h2 {
  line-height: 1;
  display: inline;
  position: relative;
}

.hp-project-title {
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
}

.hp-project-title.is-max-w30c {
  max-width: 25ch;
}

.photo-50-50 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.link-social {
  margin-right: 25px;
  display: flex;
}

.cursor {
  z-index: 100000;
  opacity: 0;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: fixed;
}

.cursor-dot {
  background-color: var(--soft-black);
  border: 1px solid #0000;
  border-radius: 100vw;
  width: 15px;
  height: 15px;
}

.cursor-dot.home {
  background-color: var(--soft-black);
  color: var(--soft-black);
}

.noisey-image-wrapper {
  margin-top: 10%;
}

.html-embed {
  color: var(--soft-black);
  cursor: none;
}

.archive-heading-wrapper {
  margin-top: 6em;
  margin-bottom: 6em;
}

.photo-contain {
  margin-top: 10%;
}

.home-button {
  background-color: #0000;
  border: 1.75px solid #000;
  border-radius: 100%;
  width: 18px;
  height: 18px;
}

.home-button.w--current {
  width: 14px;
  height: 14px;
}

.home-button.home-nav {
  border-color: var(--pure-black);
}

.grid-cs-project-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 4em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-cs-project-wrapper.top {
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 4em;
}

.grid-cs-project-wrapper.bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-image-wrapper {
  box-sizing: content-box;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tag-casestudy {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.container-marquee {
  width: 100%;
  height: auto;
  padding-top: 4vh;
  padding-bottom: 4vh;
  overflow: hidden;
}

.inner-container {
  white-space: nowrap;
  object-fit: fill;
  padding-left: 3.5em;
  display: inline-block;
}

.marquee-text {
  color: var(--soft-black);
  padding-right: 4vw;
}

.body-5 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.body-5.home {
  background-color: #0000;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-grey {
  text-transform: uppercase;
}

.btn-parent {
  z-index: 1;
  cursor: pointer;
  border: 1px solid #faf9f6;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 12.5em;
  height: 12.5em;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-bo {
  margin-bottom: .5em;
  font-weight: 300;
  line-height: 1.6;
}

.paragraph-bo.is-max-with {
  max-width: 60ch;
}

.rule-mini-2 {
  background-color: #908d8a;
  width: 25px;
  height: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

.divider-2 {
  background-color: #1e1d1d;
  width: 100%;
  height: 1.5px;
  display: none;
}

.hero {
  flex-flow: column;
  height: 100vh;
  min-height: 680px;
}

.hero.home-hero {
  flex-flow: row;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.hero-content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-content.home-hero-content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.parallax-image-wrapper {
  border: 1px none var(--black-opacity--7);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parallax-image-wrapper.hero-image-wrapper {
  flex: 1;
  min-height: 65vh;
}

.parallax-image-wrapper.first-about-image {
  height: 560px;
}

.parallax-image {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-hero-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr minmax(300px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.h1.max-width-960-tablet-760-mobile-440 {
  text-transform: uppercase;
  max-width: 660px;
  font-size: 99px;
  line-height: .9;
}

.hero-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5px;
  display: flex;
}

.rgbkineticslider {
  z-index: 1;
  object-fit: cover;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-nav-container {
  z-index: 2;
  height: 80px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.main-nav {
  background-color: #ff123d;
  background-image: url('../images/prev.svg');
  background-position: 50%;
  background-size: cover;
  width: 80px;
  height: 100%;
}

.main-nav.prev {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #00000017;
  margin-right: 10px;
}

.main-nav.next {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #00000017;
  background-image: url('../images/next.svg');
}

.div-block-15 {
  flex: 0 auto;
  width: 100%;
}

.div-block-16 {
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.nav_logomark {
  background-color: #0000;
  font-size: 20px;
}

.nav_logomark.w--current {
  color: #fff;
  flex: none;
  margin: -10px;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.nav_logomark.is-logo-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50px;
  display: flex;
}

.nav_logomark.is-logo-image.w--current {
  flex-flow: row;
  width: 58px;
  display: flex;
}

.image-13 {
  padding-right: 10px;
}

.left-arrow, .right-arrow, .slide-nav-2 {
  display: none;
}

.slider-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff0;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 5px;
  display: flex;
  overflow: clip;
}

.slider-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 420px;
  display: flex;
}

.text-span-2 {
  font-family: the-seasons, sans-serif;
}

.about-block-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.about-paragraph {
  margin-top: 4em;
}

.grid-9.is-credit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1.25fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-hidden {
  text-align: left;
  overflow: hidden;
}

.credit-component {
  position: relative;
}

.credit-component-image-wrapper {
  z-index: 200;
  pointer-events: none;
  width: 25rem;
  padding-top: 14.06rem;
  display: block;
  position: absolute;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin-top: 1em;
  display: flex;
}

.text-credit-number {
  min-width: 7rem;
  font-weight: 300;
}

.text-credit-number.is-bold {
  font-weight: 400;
}

.credit-component-image {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.container-large-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.credit-component-icon_arrow {
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg);
}

.credit-component-icon_arrow.down {
  transform: rotate(90deg);
}

.divider-line {
  z-index: 100;
  background-color: #afafaf;
  width: 100%;
  height: 1px;
  position: relative;
}

.link-3.is-credit {
  color: #191919;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-span-5 {
  font-family: the-seasons, sans-serif;
}

.mask-2, .slide-3 {
  width: 100%;
}

.light-box-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-123 {
  font-size: 6em;
  line-height: .9;
}

.text-123.blur-text {
  font-size: 6em;
}

.link-4 {
  text-transform: uppercase;
  font-size: 60px;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  font-family: the-seasons, sans-serif;
}

.dropdown {
  width: 100%;
  transition: flex-grow .7s;
}

.dropdown-toggle {
  border-top: .5px solid #000;
  border-bottom: .5px solid #000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.dropdown-toggle.w--open {
  border-bottom-style: none;
}

.dropdown-list {
  background-color: #8a7272;
  transition: transform 1s;
}

.dropdown-list.w--open {
  background-color: #fff0;
  border-bottom: 1px solid #000;
  position: relative;
}

.div-block-18 {
  min-height: 100%;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  transition: transform 1s;
  position: relative;
}

.div-block-19 {
  height: 100%;
  min-height: 300px;
  transition: transform .2s;
}

.link-block-5 {
  display: flex;
}

.superscript {
  color: var(--soft-black);
}

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

.testimonial-wrapper-four {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.testimonial-left {
  align-self: flex-start;
  width: 30%;
  margin-right: 64px;
  display: flex;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-end;
  align-items: stretch;
  display: flex;
}

.foot-contact-text {
  text-transform: uppercase;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.foot-contact-text.big-l {
  text-transform: capitalize;
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: 300;
}

.image-14 {
  display: block;
}

.slider-mobile-image {
  display: none;
}

.paragraph-2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (min-width: 1440px) {
  body {
    color: var(--soft-black);
    background-color: #fff;
  }

  h3 {
    font-size: 2.3em;
  }

  .container.is-case-study {
    justify-content: space-between;
    align-items: flex-start;
  }

  .container.is-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    flex-direction: row;
    height: auto;
    display: block;
  }

  .section.is-footer {
    padding-bottom: 0;
  }

  .section.cs-hero-section {
    flex-direction: column;
  }

  .paragraph {
    letter-spacing: 0;
  }

  .paragraph.large.is-bold {
    font-weight: 400;
  }

  .is-white {
    font-weight: 300;
  }

  .grid-bottom {
    align-items: flex-start;
  }

  .menu-overlay {
    display: none;
  }

  .sticky-nav-wrapper {
    position: sticky;
    top: 6em;
  }

  .cs-section-link {
    padding-bottom: .75em;
  }

  .cs-2-column-grid {
    grid-column-gap: 1.5rem;
  }

  .footer-wrapper {
    margin-bottom: 50px;
  }

  .divider {
    background-color: var(--soft-black);
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .project-header-wrapper {
    padding-bottom: 4em;
  }

  .paragraph-bo {
    letter-spacing: 0;
  }

  .divider-2 {
    background-color: #1e1d1d;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .parallax-image-wrapper.second-about-image {
    justify-content: center;
    align-items: flex-end;
  }

  .paragraph-2 {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 5em;
  }

  h2 {
    font-size: 3.8em;
  }

  h3 {
    font-size: 2em;
  }

  h4, h5, p, a {
    font-size: 14px;
  }

  .container {
    padding: 2em;
    font-size: 14px;
  }

  .container.cs-hero-image {
    padding-top: 0;
  }

  .section.cs-hero-section {
    flex-direction: column;
  }

  .section.padding-top-200-mobile-160 {
    margin-top: 10px;
  }

  .paragraph.large {
    font-size: 20px;
  }

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

  .nav-wrapper {
    justify-content: space-between;
  }

  .grid-content.project-wrapper {
    display: flex;
  }

  .grid-bottom.is-contact-wrapper {
    justify-content: flex-start;
    margin-top: 2em;
    margin-left: 0;
  }

  .navigation {
    padding-left: 2em;
    padding-right: 2em;
  }

  .menu-overlay {
    display: none;
  }

  .menu-item-wrapper.is-white {
    font-size: 2.7em;
  }

  .cs-hero-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .sticky-nav-wrapper {
    padding-right: 50px;
  }

  .cs-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .cs-header-wrapper {
    width: 100%;
  }

  .cs-2-column-grid {
    flex-direction: column;
    width: 75%;
    display: flex;
  }

  .nav-link {
    font-size: 14px;
  }

  .menu-link-wrapper {
    display: none;
  }

  .div-is-25 {
    width: 35%;
  }

  .grid-footer {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 50%;
    padding-top: 6em;
    display: flex;
  }

  .div-is-30 {
    width: 50%;
  }

  .div-is-60 {
    width: 100%;
  }

  .arrow-external-link {
    width: 1.3em;
  }

  .menu-contact-links {
    margin-top: auto;
    font-size: 4vw;
  }

  .cs-hero-copy {
    padding-right: 0;
  }

  .arrow-menu-link, .menu-arrow-down {
    height: .6em;
  }

  .description-wrapper {
    width: 100%;
    margin-top: 1em;
  }

  .project-header-wrapper {
    flex-direction: column;
  }

  .project-title {
    padding-right: 2em;
  }

  .arrow-right-black {
    width: 35px;
  }

  .cs-description-homepage.blur-text {
    line-height: 1;
  }

  .archive-description-wrapper {
    width: 50%;
  }

  .cs-wrapper-home {
    margin-top: 1em;
  }

  .grid-cs-project-wrapper {
    grid-template-columns: 1fr 1.25fr;
  }

  .grid-cs-project-wrapper.bottom {
    grid-row-gap: 2em;
    flex-flow: column;
    grid-template-columns: .25fr;
    display: flex;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hero.home-hero {
    min-height: 930px;
  }

  .parallax-image-wrapper.second-about-image {
    min-height: 880px;
  }

  .home-hero-text {
    flex-flow: column;
    display: flex;
  }

  .h1.max-width-960-tablet-760-mobile-440 {
    font-size: 13vw;
  }

  .hero-description {
    order: -1;
  }

  .slider-text {
    max-width: 450px;
  }

  .about-block-content {
    flex-flow: column;
    display: flex;
  }

  .grid-9.is-credit {
    grid-template-columns: .5fr 1fr 1fr .9fr;
  }

  .credit-component-image-wrapper {
    width: 16rem;
    margin-right: 2em;
    padding-top: 7rem;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }
}

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

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 1.5em;
  }

  .section.cs-hero-section {
    height: auto;
    padding-top: 100px;
  }

  .section.padding-top-200-mobile-160 {
    margin-top: 160px;
  }

  .paragraph {
    color: var(--soft-black);
  }

  .paragraph.large {
    font-size: 18px;
  }

  .rule {
    margin-bottom: 1em;
  }

  .nav-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-wrapper {
    z-index: 1001;
    display: block;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .grid-content.project-wrapper {
    flex-direction: row;
  }

  .is-white {
    position: static;
  }

  .footer-links-wrapper {
    justify-content: space-between;
  }

  .navigation {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .menu-overlay {
    padding: 50px 25px 100px;
    display: none;
    position: absolute;
  }

  .menu-item-wrapper.is-white.is-contact {
    font-size: 10px;
  }

  .menu-item-wrapper.is-contact {
    margin-top: auto;
  }

  .menu-item-wrapper.is-contact.is-white {
    width: 45%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .menu-item {
    overflow: hidden;
  }

  .menu-links-wrapper {
    justify-content: flex-start;
    height: 70%;
    margin-top: 75px;
  }

  .cs-hero-content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .sticky-nav-wrapper {
    display: none;
  }

  .cs-content-wrapper {
    width: 100%;
  }

  .cs-section-wrapper {
    margin-bottom: 0;
  }

  .cs-header-wrapper {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 3em;
  }

  .cs-2-column-grid {
    flex-direction: row;
    width: 100%;
  }

  .nav-link-wrapper {
    display: none;
  }

  .nav-link.w--current {
    padding-right: 0;
  }

  .menu-link-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 50px;
    height: 100%;
    display: flex;
    position: relative;
  }

  .div-is-25 {
    width: 50%;
  }

  .div-is-75 {
    width: 100%;
  }

  .grid-footer {
    padding-top: 4em;
  }

  .div-is-30 {
    width: 50%;
  }

  .div-is-60 {
    width: 100%;
    margin-top: 1em;
  }

  .menu-item-text {
    font-size: 1em;
  }

  .home-link-wrapper {
    z-index: 1000;
    display: block;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .lottie-menu {
    width: 25px;
  }

  .menu-contact-links {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .cs-hero-copy {
    margin-top: 1em;
    padding-right: 0;
    font-size: 2em;
  }

  .description-wrapper.cs-home {
    margin-top: -3.4em;
  }

  .grid-about-2column {
    flex-direction: column;
    display: flex;
  }

  .project-wrapper {
    flex-flow: wrap;
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .project-header-wrapper {
    flex-direction: column;
  }

  .archive-description-wrapper {
    width: 100%;
  }

  .grid-4-column {
    flex-direction: column;
    display: flex;
  }

  .archive-hero {
    height: auto;
    padding-top: 25%;
  }

  .cs-wrapper-home {
    margin-top: 0;
  }

  .photo-50-50, .photo-50-50.top {
    flex-direction: column;
  }

  .cursor {
    display: none;
  }

  .grid-cs-project-wrapper {
    flex-direction: column;
    display: flex;
  }

  .grid-cs-project-wrapper.top {
    flex-direction: column;
    margin-bottom: 2em;
  }

  .grid-cs-project-wrapper.bottom {
    flex-direction: column-reverse;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bo {
    color: #1e1d1d;
  }

  .grid-9.is-credit {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 24px .25fr 1fr 24px;
    display: block;
  }

  .credit-component-image-wrapper {
    padding-top: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-credit-number {
    border-top: .5px solid #ccc;
    margin-top: .5em;
    margin-bottom: 0;
    padding-top: .5em;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .paragraph-2 {
    color: #1e1d1d;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.4em;
    line-height: 1.3;
  }

  .container {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    padding: 0 1em;
    overflow: hidden;
  }

  .container.is-footer {
    height: auto;
  }

  .container.is-top-margin {
    margin-top: .5em;
    padding-top: .5em;
  }

  .container.hero-mobile {
    display: flex;
  }

  .container.hero-desktop {
    display: none;
  }

  .section.padding-top-200-mobile-160 {
    margin-top: 40px;
  }

  .grid-content.project-wrapper {
    flex-direction: column;
  }

  .navigation {
    padding-left: 1em;
    padding-right: 1em;
  }

  .menu-overlay {
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .menu-item-wrapper.is-white {
    font-size: 2em;
  }

  .menu-item {
    font-size: 1em;
  }

  .menu-item.with-arrow {
    font-size: 1.7em;
  }

  .cs-2-column-grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .nav-link.w--current {
    display: block;
  }

  .div-is-25, .div-is-30 {
    width: 100%;
  }

  .div-is-60.cs-info-wrapper {
    margin-bottom: 2em;
  }

  .cs-hero-copy {
    font-size: 1.5em;
  }

  .arrow-menu-contact {
    height: 1em;
  }

  .arrow-menu-link, .menu-arrow-down {
    height: .7em;
  }

  .project-wrapper {
    flex-direction: column;
  }

  .arrow-right-black {
    width: 30px;
    display: none;
  }

  .cs-description-homepage {
    width: 100%;
  }

  .archive-hero {
    padding-top: 100px;
  }

  .grid-cs-project-wrapper.top {
    margin-bottom: .5em;
  }

  .tag-casestudy {
    flex-direction: row;
    align-items: center;
    margin-top: 1em;
    display: flex;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-parent {
    width: 20em;
    height: 20em;
  }

  .rule-mini-2 {
    width: 9px;
    margin: 14px 0;
    display: block;
  }

  .hero.home-hero {
    height: 100%;
    min-height: auto;
  }

  .hero-content.home-hero-content {
    flex: 0 auto;
  }

  .parallax-image-wrapper.hero-image-wrapper {
    display: none;
  }

  .parallax-image-wrapper.first-about-image {
    height: 400px;
  }

  .parallax-image-wrapper.second-about-image {
    min-height: 450px;
  }

  .home-hero-text {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .hero-description {
    flex: 0 auto;
  }

  .right-arrow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .slider-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
  }

  .slider-text {
    height: 13em;
    position: relative;
  }

  .grid-9.is-credit {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 24px .25fr 1fr 24px;
    grid-auto-columns: 1fr;
  }

  .credit-component-image-wrapper {
    width: 14rem;
    padding-top: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-123.blur-text {
    font-size: 3.5em;
  }

  .link-4 {
    font-size: 29px;
  }

  .text-block-2 {
    white-space: pre-wrap;
    word-break: break-all;
  }

  .testimonial-right {
    align-self: flex-start;
    width: 100%;
  }

  .slider-mobile-image {
    display: block;
  }

  .text-span-10 {
    position: relative;
  }
}

#w-node-a5b5c1d1-29c5-c2e5-4b46-fddb18598e61-a80271b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e88565f0-c73d-bf53-0abb-453cd302f97d-a80271b2, #w-node-a9851f89-5ce4-9ac8-7d26-406486a8a8ba-a80271b2 {
  align-self: stretch;
}

#w-node-ad4fbc7d-988d-5a11-fba6-47ba7a2f255a-a80271b2, #w-node-_3f432d75-94cf-5d1e-ba01-3add8eaa5950-a80271b2, #w-node-_2d507ca6-f572-8246-38b3-f5707ea89cee-a80271b2, #w-node-_1f60377a-9256-c248-089e-b70dd830a706-a80271b2, #w-node-b08b2164-804b-24a9-0d6f-8ed1aa2359bb-a80271b2, #w-node-f1155d42-8bf6-efd9-42e9-28c89d9ef908-a80271b2 {
  justify-self: end;
}

#w-node-_794b78a0-5417-3305-778e-815d70914559-a80271b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_794b78a0-5417-3305-778e-815d7091455e-a80271b2 {
  align-self: end;
}

#w-node-_794b78a0-5417-3305-778e-815d7091456c-a80271b2, #w-node-f73b2307-b20f-1b47-ed04-9455084c3713-a80271b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f73b2307-b20f-1b47-ed04-9455084c3718-a80271b2 {
  align-self: end;
}

#w-node-f73b2307-b20f-1b47-ed04-9455084c3725-a80271b2, #w-node-_3be64fc5-59ca-0d7b-f655-8376e2afec0c-a80271b2, #w-node-_7550859b-457e-444e-72de-195b460355db-a80271b2, #w-node-_7550859b-457e-444e-72de-195b460355da-a80271b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_03603d3d-9826-d049-378f-61ee81757cbb-a80271b2, #w-node-_03603d3d-9826-d049-378f-61ee81757cbc-a80271b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_03603d3d-9826-d049-378f-61ee81757cbf-a80271b2 {
  justify-self: end;
}

#w-node-_6bdc8bd8-9756-7412-e0a2-51074d69c880-a80271b2, #w-node-_6bdc8bd8-9756-7412-e0a2-51074d69c882-a80271b2, #w-node-_6bdc8bd8-9756-7412-e0a2-51074d69c883-a80271b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bdc8bd8-9756-7412-e0a2-51074d69c886-a80271b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0c4ba6af-05f1-66d6-d56d-c3e9ea0a4fc1-a80271b2, #w-node-_0c4ba6af-05f1-66d6-d56d-c3e9ea0a4fc3-a80271b2, #w-node-_0c4ba6af-05f1-66d6-d56d-c3e9ea0a4fc4-a80271b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c4ba6af-05f1-66d6-d56d-c3e9ea0a4fc7-a80271b2 {
  justify-self: end;
}

#w-node-eb331081-e2b8-3271-ec62-f0f7983dffb8-a80271b2, #w-node-eb331081-e2b8-3271-ec62-f0f7983dffba-a80271b2, #w-node-eb331081-e2b8-3271-ec62-f0f7983dffbb-a80271b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb331081-e2b8-3271-ec62-f0f7983dffbe-a80271b2 {
  justify-self: end;
}

#w-node-c4b8f889-9b7d-e2e2-7c3c-e818cbcde6f9-a80271b2, #w-node-c4b8f889-9b7d-e2e2-7c3c-e818cbcde6fb-a80271b2, #w-node-c4b8f889-9b7d-e2e2-7c3c-e818cbcde6fc-a80271b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c4b8f889-9b7d-e2e2-7c3c-e818cbcde6ff-a80271b2 {
  justify-self: end;
}

#w-node-d06ae5e2-9683-1a67-9a0b-df0292996a2c-a80271b2, #w-node-d06ae5e2-9683-1a67-9a0b-df0292996a2e-a80271b2, #w-node-d06ae5e2-9683-1a67-9a0b-df0292996a2f-a80271b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d06ae5e2-9683-1a67-9a0b-df0292996a32-a80271b2 {
  justify-self: end;
}

#w-node-_77f0ab0d-5268-1be7-403d-49b4f53a2662-a80271b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_77f0ab0d-5268-1be7-403d-49b4f53a2664-a80271b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_77f0ab0d-5268-1be7-403d-49b4f53a2665-a80271b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f944dea4-6ed0-f161-f433-fc4a039f099a-a80271b2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-f944dea4-6ed0-f161-f433-fc4a039f099b-a80271b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_77f0ab0d-5268-1be7-403d-49b4f53a2668-a80271b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-c458546e-52b7-013f-9d28-5d5c608f6d2d-a80271b2, #w-node-_3264138d-e73c-43ff-7bef-43b5c7d00665-a80271b2, #w-node-f4cd5e1c-947a-57e3-a335-060568649970-a80271b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6295be72-55aa-80b0-a91e-e4db472dbb0c-472dbb08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6295be72-55aa-80b0-a91e-e4db472dbb13-472dbb08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_3400f508-4659-3d9c-ffd9-dc2d2ecb8acf-a80271b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ppeiko';
  src: url('../fonts/PPEiko-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}