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

:root {
  --soft-black: #1e1d1d;
  --light-grey: #e3e2e1;
  --pure-black: black;
  --white-smoke: #f8f7f4;
  --concrete: #bebab6;
  --medium-grey: #7c7975;
  --identity-color-1: #30c58f;
  --identity-color-2: #b2f100;
  --ss-bk-blue: #f7f8fa;
  --concrete-2: #c1c1c1;
  --rule-cs-headings: #eaeaea;
  --cornflower-blue: #618bff;
  --backgrounds: #f9f9f9;
  --sciops-blue: #2a3746;
  --peru: #c07e3c;
  --medium-orchid: #cb33d8;
  --royal-blue: #0167ff;
  --green: var(--soft-black);
}

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

body {
  color: var(--soft-black);
  cursor: none;
  background-color: #0000;
  background-image: url('../images/off-white-background.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1;
}

h1 {
  color: var(--soft-black);
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 6.75em;
  font-weight: 300;
  line-height: 1.2;
  display: inline-block;
}

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 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: var(--light-grey);
  letter-spacing: -.02em;
  text-transform: none;
  cursor: none;
  font-weight: 400;
  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 {
  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 {
  z-index: 3001;
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.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;
  align-items: flex-start;
  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-credits {
  flex-direction: row;
  padding-top: 5em;
  padding-bottom: 10em;
  display: flex;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
  font-family: Inter, sans-serif;
}

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

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
  font-size: 1em;
}

.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.home-hero-top {
  flex-flow: column;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 15%;
  padding-bottom: 4em;
  display: flex;
  overflow: hidden;
}

.section.home-hero-top.mob {
  z-index: 1001;
  background-color: #fff0;
  position: static;
}

.section.is-about {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: row;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 16%;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

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

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

.section.is-nav {
  z-index: 1000;
  background-image: none;
  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.carrusel {
  min-width: 4000px;
  padding-top: 50px;
  padding-bottom: 100px;
  display: none;
  overflow: hidden;
}

.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 {
  margin-bottom: .5em;
  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 {
  color: var(--pure-black);
  font-size: .83em;
}

.image {
  background-color: #0000;
  width: 100%;
  height: 50em;
}

.image-2 {
  color: #0000;
}

.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%;
  height: auto;
  padding-top: 26px;
  padding-bottom: 24px;
  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-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

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

.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;
  padding-top: 7px;
}

.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;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-overlay-none {
  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.is-contact {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: block;
}

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

.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-section-wrapper.intro {
  margin-bottom: 0;
}

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

.cs-header-wrapper.no-margin {
  margin-top: 0;
  margin-bottom: 4em;
}

.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 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  width: 25%;
  margin-left: 0;
  padding-right: 4em;
  font-weight: 500;
}

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

.nav-link.w--current {
  color: #000;
}

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

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

.div-is-50 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  overflow: hidden;
}

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

.div-is-50.cs-div-right {
  margin-left: 2em;
}

.div-is-50.cs-div-left {
  margin-right: 2em;
}

.div-is-50.work-page {
  margin-left: 1em;
}

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

.grid-footer {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: auto;
  padding-top: 6em;
  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;
}

.list {
  padding-left: 0;
}

.about-info-wrapper {
  width: 100%;
  margin-bottom: 1.5em;
}

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

.h1-is-name {
  color: var(--concrete);
  margin-left: -5px;
}

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

.about-wrapper {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.is-about {
  color: var(--soft-black);
  height: auto;
  margin-top: 0;
  margin-bottom: 1em;
  margin-right: 1em;
}

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

.divider.work {
  background-color: var(--concrete);
}

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

.line-footer {
  background-color: var(--medium-grey);
  opacity: .4;
  color: var(--identity-color-1);
  height: 2px;
  margin-bottom: 1.5em;
}

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

.cs-section-heading {
  text-transform: none;
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: 400;
  display: block;
  overflow: visible;
}

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

.is-regular {
  font-weight: 400;
}

.is-regular.exp {
  color: var(--white-smoke);
}

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

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

.experience-item {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.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: 1.5em;
  display: block;
  overflow: hidden;
}

.work-header-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 4em;
  display: flex;
}

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

.project-wrapper.work-page {
  flex-direction: row;
  padding-bottom: 4em;
  display: flex;
}

.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 {
  opacity: 1;
  width: 4em;
  display: block;
}

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

.footer-contact-item:hover {
  opacity: .5;
}

.line-1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4em;
  display: flex;
  position: static;
  overflow: visible;
}

.line-3 {
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 4em;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.all-caps {
  color: var(--pure-black);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .69em;
  font-weight: 600;
}

.h2 {
  display: inline;
  position: relative;
}

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

.profile-image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 30vh;
  display: flex;
  overflow: hidden;
}

.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(--identity-color-2);
  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%;
}

.arrow-down {
  width: auto;
  margin-left: auto;
  position: relative;
  inset: auto 0% 34% auto;
}

.arrow-down.large {
  height: 6.75em;
  position: static;
  inset: auto 4em 4em auto;
}

.arrow-down.large.home {
  color: #c2c2c2;
}

.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);
  border-color: #000;
}

.cs-h2 {
  margin-top: -10px;
  margin-left: -6px;
  padding-left: 0;
}

.cs-section-title {
  width: 50%;
  margin-bottom: 4em;
}

.link-box {
  align-items: center;
  margin-top: .25em;
  display: flex;
}

.link-box.home-hero-arrow {
  display: inline-block;
  position: static;
  bottom: 4em;
}

.grid-home-hero {
  grid-column-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: start;
  width: 100%;
  height: auto;
}

.div-hero-subtext {
  margin-bottom: 40px;
}

.hero-subtext {
  margin-top: 0;
}

.hero-subtext.is-about {
  font-size: 5em;
}

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

.work-header {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.is-work-span {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.xl-heading {
  letter-spacing: -1.25vw;
  white-space: nowrap;
  margin-left: -1.5vw;
  margin-right: 4vw;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18vw;
}

.xl-heading.home {
  color: #fff;
}

.xl-heading.cc-grey {
  color: var(--concrete);
  padding-top: 0;
  padding-bottom: 0;
}

.container-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 4000px;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.hero-intro-copy {
  z-index: 1001;
  flex-direction: row;
  display: flex;
  position: static;
}

.body-white {
  background-color: var(--ss-bk-blue);
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.body-grey {
  background-color: var(--concrete);
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

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

.heading-25 {
  color: var(--white-smoke);
  font-size: 1.6em;
}

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

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

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

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

.marquee-text-2.cc-grey {
  color: var(--medium-grey);
}

.carrusel-overflow-hidden {
  min-width: 4000px;
  overflow: hidden;
}

.carrusel-wrapper-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.carrusel-flex {
  display: flex;
}

.wrap-50px {
  padding-top: 50px;
}

.section_carrusel {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  overflow: hidden;
}

.section-6 {
  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-6.is-nav {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: fixed;
}

.menu-contact-item-2, .menu-contact-item-3 {
  color: #f8f7f4;
  width: 48%;
  font-size: 1em;
}

.inahaus-logo {
  width: 23%;
}

.inahaus-logo:hover {
  opacity: .5;
}

.button-container {
  margin-top: -11px;
  margin-left: -70px;
  padding-top: 10px;
  display: block;
  position: relative;
}

.button-animation {
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #a03dee;
  border-radius: 8rem;
  justify-content: flex-start;
  align-items: center;
  width: 15rem;
  height: 4.7rem;
  padding: 1.25rem 1rem;
  font-weight: 400;
  transition-property: none;
  display: flex;
  position: static;
  overflow: hidden;
  transform: rotate(-4deg)scale(.5);
}

.button-animation:hover {
  background-color: var(--identity-color-2);
  box-shadow: none;
  opacity: .8;
  color: #000;
  border-style: none;
}

.icon-2-5x2-5 {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-2-5x2-5.is-left {
  position: absolute;
  left: 1.5rem;
}

.icon-2-5x2-5.is-right {
  display: none;
  position: absolute;
  right: 1.5rem;
}

.button-text-animation {
  font-size: 1.7rem;
  position: absolute;
  left: 4.75rem;
}

.button-text-animation:hover {
  color: #000;
  font-weight: 600;
}

.text-span---white {
  color: var(--white-smoke);
}

.text-span-medium {
  font-weight: 500;
}

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

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

.nav-link-2.w--current {
  color: #000;
}

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

.menu-contact-item-4 {
  color: #f8f7f4;
  width: 48%;
  font-size: 1em;
}

.nav-link-wrapper-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-contact-item-5 {
  color: #f8f7f4;
  width: 48%;
  font-size: 1em;
}

.top-navigation-original {
  z-index: 1000;
  position: fixed;
}

.parallax {
  box-sizing: border-box;
  object-fit: cover;
  background-image: url('../images/Header-100.jpg');
  background-size: auto;
  width: 900px;
  height: 380px;
  position: relative;
  top: 25vh;
}

.container-2 {
  position: static;
}

.wrap-100px {
  margin-top: 100px;
}

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

  h3 {
    font-size: 2.3em;
  }

  .container {
    flex-direction: row;
    align-items: center;
  }

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

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

  .container.is-credits {
    justify-content: space-between;
    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;
  }

  .image {
    height: auto;
  }

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

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

  .menu-overlay-none {
    display: none;
  }

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

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

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

  .nav-link {
    font-weight: 500;
  }

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

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

  .cs-section-heading, .is-regular {
    font-weight: 400;
  }

  .is-regular.exp {
    font-weight: 500;
  }

  .project-wrapper.work-page {
    flex-direction: row;
  }

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

  .profile-image-wrapper {
    height: auto;
  }

  .arrow-down.large.home {
    position: static;
  }

  .link-box {
    align-items: center;
    display: flex;
  }

  .body-grey {
    background-color: var(--concrete);
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
  }

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

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

  .inahaus-logo {
    width: 21%;
  }

  .text-span---white {
    color: var(--medium-grey);
  }

  .text-span-medium {
    font-weight: 500;
  }
}

@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;
    padding-bottom: 0;
  }

  .section.is-about {
    min-height: auto;
    padding-top: 25%;
    padding-bottom: 4em;
  }

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

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

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

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

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

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

  .menu-overlay-none {
    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-header-wrapper.no-margin {
    flex-direction: row;
  }

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

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

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

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

  .div-is-50.breaks-to-100 {
    width: 100%;
  }

  .div-is-50.cs-div-right {
    margin-left: 0;
  }

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

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

  .is-about {
    margin-top: 0;
    margin-right: 0;
  }

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

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

  .work-header-wrapper {
    padding-bottom: 8em;
  }

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

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

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

  .line-1 {
    padding-left: 2em;
  }

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

  .arrow-down.large {
    height: 5em;
  }

  .hero-subtext.is-about {
    font-size: 3.4em;
  }

  .heading-25 {
    font-size: 1.4em;
  }

  .carrusel-overflow-hidden {
    min-width: 5000px;
  }

  .inahaus-logo {
    width: 20%;
  }

  .button-animation {
    white-space: nowrap;
  }

  .nav-link-2 {
    font-size: 10px;
  }
}

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

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

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

  .rule {
    margin-bottom: 1em;
  }

  .nav-wrapper {
    justify-content: space-between;
    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;
  }

  .is-white {
    position: static;
  }

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

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

  .menu-overlay-none {
    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-header-wrapper.no-margin {
    flex-direction: column;
  }

  .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, .div-is-50 {
    width: 100%;
  }

  .div-is-50.cs-info-wrapper {
    width: 100%;
    margin-top: 2em;
    margin-right: 0;
  }

  .div-is-50.cs-div-right {
    margin-top: 2em;
  }

  .div-is-50.cs-div-left {
    margin-right: 0;
  }

  .div-is-50.work-page {
    margin-left: 0;
  }

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

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

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

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

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

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

  .project-wrapper {
    flex-direction: row;
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .project-wrapper.work-page {
    flex-direction: column-reverse;
    padding-bottom: 2em;
  }

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

  .profile-image-wrapper {
    height: auto;
  }

  .cursor {
    display: none;
  }

  .arrow-down.large {
    height: 3.8em;
  }

  .cs-h2 {
    margin-top: 0;
  }

  .cs-section-title {
    margin-bottom: 2em;
  }

  .hero-subtext {
    margin-top: -7px;
  }

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

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

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

  h1 {
    font-size: 3em;
  }

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

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

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

  .container.xpertise {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    height: auto;
    overflow: hidden;
  }

  .section.home-hero-top {
    align-items: flex-end;
    height: 100vh;
    padding-top: 45%;
  }

  .section.home-hero-top.mob {
    height: 60vh;
  }

  .section.is-about {
    min-height: auto;
    padding-top: 40%;
    padding-bottom: 0;
  }

  .section.is-nav {
    height: 100%;
  }

  .section.image {
    box-sizing: content-box;
    object-fit: fill;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    padding-top: 45px;
    overflow: hidden;
  }

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

  .menu-overlay-none {
    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-wrapper {
    display: none;
  }

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

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

  .div-is-50 {
    width: 100%;
    margin-bottom: 1em;
  }

  .div-is-50.cs-info-wrapper {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .div-is-50.breaks-to-100 {
    height: auto;
  }

  .div-is-50.cs-div-right {
    margin-top: 1em;
  }

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

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

  .h1-is-name {
    margin-left: 0;
  }

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

  .is-about {
    margin-top: auto;
  }

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

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

  .work-header-wrapper {
    padding-bottom: 50%;
  }

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

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

  .line-1 {
    flex-direction: row;
    padding-left: 0;
  }

  .line-3 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

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

  .cursor {
    display: none;
  }

  .arrow-down.large {
    height: 3em;
  }

  .cs-h2 {
    margin-left: 0;
  }

  .grid-home-hero {
    grid-template-columns: 5fr;
  }

  .div-hero-subtext {
    margin-bottom: 20px;
  }

  .hero-subtext {
    margin-top: 0;
    font-size: 2.2em;
  }

  .hero-subtext.is-about {
    font-size: 2.2em;
  }

  .xl-heading {
    margin-left: -2vw;
    font-size: 23vw;
    display: block;
  }

  .container-marquee {
    width: 478px;
  }

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

  .carrusel-wrapper-flex {
    overflow: visible;
  }

  .inahaus-logo {
    width: 30%;
  }

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

  .top-navigation-original {
    z-index: 1000;
    position: fixed;
  }
}

#w-node-c0f3df48-5a8b-7fa4-a208-d4223df2fa3c-7c2d580c {
  justify-self: end;
}

#w-node-c0f3df48-5a8b-7fa4-a208-d4223df2fa3d-7c2d580c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3acb2bf5-3b34-09ea-8f90-aedc99abdaba-b6cb4df5 {
  justify-self: end;
}

#w-node-_3acb2bf5-3b34-09ea-8f90-aedc99abdabb-b6cb4df5 {
  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;
}