@font-face {
  font-family: BDO Grotesk;
  src: url('../fonts/BDOGrotesk-DemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: BDO Grotesk;
  src: url('../fonts/BDOGrotesk-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: BDO Grotesk;
  src: url('../fonts/BDOGrotesk-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --swatches--dark: #0f0f0f;
  --fonts--body: var(--fonts--bdogrotesk);
  --swatches--white: #fff;
  --body--size-desktop: 1vw;
  --body--line-desktop: 1.5em;
  --body--size-tablet: 14px;
  --body--line-tablet: 1.5em;
  --fonts--headings: var(--fonts--bdogrotesk);
  --headings-xlarge--size-desktop: 14em;
  --headings-xlarge--line-desktop: .85em;
  --headings-xlarge--size-tablet: 4.7em;
  --headings-xlarge--line-tablet: .85em;
  --headings-large--size-desktop: 12em;
  --headings-large--line-desktop: 1.1em;
  --headings-large--size-tablet: 4.3em;
  --headings-large--line-tablet: 1em;
  --headings-medium--size-desktop: 8em;
  --headings-medium--line-desktop: 1em;
  --headings-medium--size-tablet: 3.75em;
  --headings-medium--line-tablet: 1em;
  --headings-small--size-desktop: 6em;
  --headings-small--line-desktop: 1em;
  --headings-small--size-tablet: 3em;
  --headings-small--line-tablet: .85em;
  --headings-xsmall--size-desktop: 1.6em;
  --headings-xsmall--line-desktop: 1.1em;
  --headings-xsmall--size-tablet: 1.375rem;
  --headings-xsmall--line-tablet: var(--headings-xsmall--line-desktop);
  --headings-mini--size-desktop: .7em;
  --headings-mini--line-desktop: 1.5em;
  --headings-mini--size-tablet: 1em;
  --headings-mini--line-tablet: 1em;
  --swatches--faded-white: #fff9;
  --body-small--size-desktop: .8em;
  --body-small--line-desktop: var(--body--line-desktop);
  --grey: #d1d1d1;
  --body-small--size-tablet: .9em;
  --body-small--line-tablet: var(--body-small--line-desktop);
  --fonts--bdogrotesk: "BDO Grotesk", sans-serif;
  --swatches--red: red;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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 {
  background-color: var(--swatches--dark);
  font-family: var(--fonts--body);
  color: var(--swatches--white);
  font-size: var(--body--size-desktop);
  line-height: var(--body--line-desktop);
  letter-spacing: -.03em;
  font-weight: 500;
}

h1 {
  font-family: var(--fonts--headings);
  color: var(--swatches--white);
  font-size: var(--headings-xlarge--size-desktop);
  line-height: var(--headings-xlarge--line-desktop);
  letter-spacing: -.05em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

h2 {
  font-family: var(--fonts--headings);
  font-size: var(--headings-large--size-desktop);
  line-height: var(--headings-large--line-desktop);
  letter-spacing: -.05em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

h3 {
  font-family: var(--fonts--headings);
  color: var(--swatches--white);
  font-size: var(--headings-medium--size-desktop);
  line-height: var(--headings-medium--line-desktop);
  letter-spacing: -.05em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

h4 {
  font-family: var(--fonts--headings);
  color: var(--swatches--white);
  font-size: var(--headings-small--size-desktop);
  line-height: var(--headings-small--line-desktop);
  letter-spacing: -.05em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

h5 {
  font-family: var(--fonts--headings);
  font-size: var(--headings-xsmall--size-desktop);
  line-height: var(--headings-xsmall--line-desktop);
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

h6 {
  font-family: var(--fonts--headings);
  font-size: var(--headings-mini--size-desktop);
  line-height: var(--headings-mini--line-desktop);
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

p {
  font-size: var(--body--size-desktop);
  line-height: var(--body--line-desktop);
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

blockquote {
  border-left: 5px solid var(--swatches--white);
  font-size: var(--body--size-desktop);
  line-height: var(--body--line-desktop);
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 10px 20px;
  font-style: italic;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.is-height {
  height: 100%;
}

.container.is-relative {
  position: relative;
}

.emp {
  color: #4daaec;
}

.work-hero {
  padding-top: 30px;
  padding-bottom: 30px;
}

.work-hero.fade {
  background-color: #f8fcff;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
}

.row.justify-between {
  justify-content: space-between;
}

.row.row-example {
  background-color: #f7f4ff;
  min-height: 175px;
}

.row.justify-around {
  justify-content: space-around;
}

.row.align-center {
  align-items: center;
}

.row.justify-center {
  justify-content: center;
}

.row.justify-center.project-split-image-text-text-container {
  align-items: center;
  height: 100%;
}

.row.align-end {
  align-items: flex-end;
}

.row.align-start {
  align-items: flex-start;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.styleguide-row {
  margin-bottom: 80px;
}

.inner-div-example {
  text-align: center;
  background-color: #f3faff;
  border: 1px solid #c0e5ff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.col {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}

.col.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col.col-2 {
  flex-basis: 16.67%;
  max-width: 16.6667%;
}

.col.col-2.col-m-12.styleguide-column-left {
  border-right: 2px solid var(--swatches--white);
}

.col.col-11 {
  flex-basis: 91.67%;
  max-width: 91.6667%;
}

.col.self-start {
  align-self: flex-start;
}

.col.col-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.col.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col.col-6.project-split-double-image-col {
  padding-top: 24px;
  padding-bottom: 24px;
}

.col.col-6.project-split-double-image-col.left {
  border-right: 2px solid var(--swatches--white);
}

.col.col-6.project-split-image-text-col {
  padding-top: 24px;
  padding-bottom: 24px;
}

.col.col-6.project-split-image-text-col.left {
  border-right: 2px solid var(--swatches--white);
}

.col.col-5 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.col.col-5.project-hero-description {
  margin-right: auto;
}

.col.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col.col-8 {
  flex-basis: 66.67%;
  max-width: 66.6667%;
}

.col.col-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
}

.col.col-4.project-tile-left, .col.col-4.footer-col--1, .col.col-4.footer-col--2 {
  border-right: 2px solid var(--swatches--white);
}

.col.col-4.footer-col {
  padding-top: 48px;
}

.col.col-4.team-col--1, .col.col-4.team-col--2 {
  border-right: 2px solid var(--swatches--white);
}

.col.col-4.team-col--3 {
  border-right: 2px solid #0000;
}

.col.col-4.licences-left {
  border-right: 2px solid var(--swatches--white);
}

.col.self-center {
  align-self: center;
}

.col.col-1 {
  flex-basis: 8.33%;
  max-width: 8.33333%;
}

.col.order-first {
  order: -1;
}

.col.order-last {
  order: 1;
}

.col.self-end {
  align-self: flex-end;
}

.col.col-10 {
  flex-basis: 83.33%;
  max-width: 83.3333%;
}

.grid-system-body {
  color: var(--swatches--dark);
  background-color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.homepage-hero {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  height: 75vh;
  position: sticky;
}

.homepage-philosophy-content {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-philosophy {
  width: 100%;
  padding-top: 250px;
  padding-bottom: 140px;
}

.footer {
  z-index: 99;
  background-color: #0f0f0f;
  padding-top: 140px;
  padding-bottom: 40px;
  position: relative;
}

.cta-text {
  color: var(--swatches--white);
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.homepage-philosophy-desc {
  max-width: 35ch;
  margin-bottom: 80px;
}

.cta {
  position: relative;
}

.homepage-selected-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.homepage-selected-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 30%;
  margin-top: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.project-tile-image-wrapper {
  height: 80vh;
  min-height: 600px;
  max-height: 900px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.project-tile-info {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.small-label {
  color: var(--swatches--faded-white);
  font-size: var(--body-small--size-desktop);
  line-height: var(--body-small--line-desktop);
  margin-bottom: .3em;
  font-weight: 400;
}

.project-tile-info-bottom {
  display: flex;
}

.project-tile-bottom-info {
  min-width: 100px;
  margin-right: 24px;
}

.image-2 {
  margin-left: auto;
}

.project-tile-border-bottom {
  border-bottom: 2px solid var(--swatches--white);
}

.project-tile-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
}

.project-tile {
  width: 100%;
  color: var(--swatches--white);
}

.cta-big-wrapper {
  color: var(--grey);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: .666667rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.footer-address {
  margin-top: 256px;
  margin-bottom: 90px;
  line-height: 1.2em;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-border-top {
  border: 1px solid var(--swatches--white);
}

.footer-link {
  color: var(--swatches--white);
  margin-bottom: 10px;
}

.bullet-span {
  background-image: url('../images/icon-bullet.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 40px;
  display: inline-block;
  position: relative;
}

.about-title-image {
  background-image: url('../images/8_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 20vw;
  height: 11vw;
  margin-top: -.5vw;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.about-title-image.top {
  background-image: url('../images/hero_1.avif');
  background-position: 50% 100%;
  flex: none;
  height: 11vw;
  margin-top: -.75vw;
  margin-left: .15em;
}

.about-title-image.bottom {
  background-image: url('../images/w-1_1.avif');
  flex: none;
  width: 20vw;
  height: 11vw;
  margin-top: -.75vw;
  margin-right: .15em;
}

.about-page-title {
  text-align: center;
  -webkit-text-stroke-color: var(--swatches--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  transform: translate(0);
}

.about-page-title.top {
  color: var(--swatches--white);
  white-space: nowrap;
  margin-top: 40px;
}

.about-page-title.bottom {
  color: var(--swatches--white);
  margin-top: .2em;
}

.about-hero-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.about-hero-top {
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  min-height: 90vh;
  display: flex;
}

.navigation-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
  position: relative;
}

.heading-small {
  color: var(--grey);
  letter-spacing: -.07em;
  text-transform: uppercase;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1;
  position: static;
}

.heading-small.width {
  width: 100%;
  max-width: 310px;
}

.heading-small.width.removed {
  max-width: none;
}

.heading-small.living {
  text-align: right;
  max-width: 25rem;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.heading-small.living.is-left {
  text-align: left;
}

.heading-small.nav-link {
  color: var(--swatches--dark);
  letter-spacing: -.05em;
  text-transform: none;
  font-size: 8rem;
  font-weight: 300;
  line-height: .9375;
}

.about-team-col-inner {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 56px;
}

.about-team-title {
  margin-top: 24px;
  margin-bottom: 24px;
}

.about-team-image {
  width: 100%;
}

.cta-big-text {
  color: var(--swatches--white);
  font-size: 2.5em;
  line-height: 1.5em;
}

.about-team-title-wrapper {
  border-top: 2px solid var(--swatches--white);
  border-bottom: 2px solid var(--swatches--white);
  text-align: center;
}

.about-partners-left {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.about-partners-text {
  max-width: 30ch;
}

.about-partner-wrapper {
  border-top: 2px solid var(--swatches--white);
  border-bottom: 2px solid var(--swatches--white);
  padding-top: 160px;
  padding-bottom: 160px;
}

.about-info-tile {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
}

.about-info-wrapper {
  border-bottom: 2px solid var(--swatches--white);
}

.huge-cta-wrapper {
  color: var(--swatches--white);
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.secondary-page-hero {
  border-bottom: 2px solid var(--swatches--white);
  justify-content: space-between;
  align-items: flex-end;
  height: 90vh;
  padding-bottom: 3em;
  display: flex;
}

.navigation {
  z-index: 99;
  width: 100%;
  max-width: 100svw;
}

.secondary-page-hero-description {
  max-width: 30ch;
  font-size: var(--body-small--size-desktop);
  line-height: var(--body-small--line-desktop);
  text-align: right;
  margin-bottom: 8px;
  padding-left: 20px;
}

.project-hero-image-wrapper {
  height: 85vh;
  min-height: 500px;
  max-height: 950px;
}

.project-hero-image, .image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-full-width-image {
  border-bottom: 2px solid var(--swatches--white);
  padding-top: 24px;
  padding-bottom: 24px;
}

.project-hero-info {
  border-bottom: 2px solid var(--swatches--white);
  padding-bottom: 90px;
}

.project-split-double-image-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.project-split-double-image {
  border-bottom: 2px solid var(--swatches--white);
  padding-top: 0;
  padding-bottom: 0;
}

.project-full-width-image-wrapper {
  object-fit: fill;
  width: 100%;
  height: 100%;
  max-height: 1000px;
}

.body-small {
  font-size: var(--body-small--size-desktop);
  align-items: center;
}

.body-small.licences-paragraph {
  max-width: 37ch;
  margin-top: 24px;
}

.header-hamburger {
  background-color: var(--swatches--white);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: relative;
}

.header-hamburger-line {
  background-color: var(--swatches--dark);
  transform-origin: 50%;
  width: 18px;
  height: 2px;
  color: var(--swatches--dark);
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.hamburger-lines {
  -webkit-text-stroke-color: var(--swatches--dark);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hamburger-trigger {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  top: 34px;
  right: 0;
}

.navigation-menu {
  z-index: 4;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-menu-single {
  width: 100%;
  color: var(--swatches--dark);
  flex: 0 auto;
  align-items: center;
  font-family: Satoshi, Arial, sans-serif;
  display: flex;
}

.navigation-menu-single.home.w--current {
  font-family: Satoshi, Arial, sans-serif;
}

.loader {
  z-index: 9999;
  background-color: #0f0f0f;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-4 {
  width: 100%;
}

.homepage-selected-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 123px;
  position: relative;
}

.header-logo-wrapper {
  width: 190px;
  position: relative;
}

.header-logo-wrapper.w--current {
  z-index: 1;
}

.heading-xsmall {
  letter-spacing: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.27273;
}

.project-split-image-text-textwrapper {
  height: 100%;
}

.about-subtitle {
  max-width: 38ch;
  margin-bottom: 140px;
}

.licences-left-first-cta {
  margin-top: 24px;
  margin-right: 26px;
  display: inline-block;
}

.licences-grid-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
}

.licences-image {
  aspect-ratio: 2 / 1.8;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.styleguide-left-content {
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: sticky;
  top: 24px;
}

.licences-section-wrapper {
  border-top: 2px solid var(--swatches--white);
}

.licensing-left-wrapper {
  padding-top: 24px;
  padding-bottom: 200px;
}

.styleguide-label {
  background-color: var(--swatches--white);
  color: var(--swatches--dark);
  text-align: right;
  text-transform: uppercase;
  margin-top: 6px;
  margin-left: -24px;
  padding-right: 24px;
  font-size: .7em;
}

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

.heading-xlarge {
  color: var(--grey);
  letter-spacing: -.07em;
  text-transform: uppercase;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}

.heading-large {
  color: var(--grey);
  letter-spacing: -.07em;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 300;
  line-height: .9375;
}

.heading-large.is-font {
  color: var(--swatches--white);
  text-align: center;
  text-transform: uppercase;
}

.heading-large.cc-pr-title {
  color: #ffe3ae;
  text-align: center;
  font-size: 9.625rem;
  line-height: 1.05195;
}

.heading-large.footer-l-text {
  letter-spacing: -.05em;
  text-transform: uppercase;
  max-width: 650px;
  font-size: 5.75rem;
  line-height: 1;
}

.heading-large.contact-title {
  text-transform: uppercase;
  font-size: 3.75rem;
  line-height: 1;
}

.huge-cta-text {
  display: flex;
}

.project-hero-title {
  margin-top: 4.5em;
  margin-bottom: 6em;
}

.heading-medium {
  color: var(--grey);
  letter-spacing: -.07em;
  text-transform: uppercase;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 7.5rem;
  font-weight: 300;
  line-height: 1.03333;
}

.heading-medium.is-center {
  text-align: center;
  margin-bottom: 24px;
}

.styleguide-block {
  padding-top: 120px;
}

.styleguide-divider {
  border-bottom: 2px solid var(--swatches--white);
  margin-top: 120px;
  margin-left: -24px;
}

.styleguide-color-box {
  border: 2px solid var(--swatches--white);
  text-align: center;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.styleguide-color-box.pink {
  background-color: var(--swatches--dark);
}

.styleguide-color-box.white {
  background-color: var(--swatches--white);
  color: var(--swatches--dark);
}

.styleguide-link {
  opacity: .5;
  color: var(--swatches--white);
  margin-bottom: 8px;
  transition: opacity .2s;
}

.styleguide-link.w--current {
  opacity: 1;
}

.styleguide-left-wrapper {
  height: 100%;
}

.grid-system-h2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2em;
  line-height: 1.125em;
}

.grid-system-h5 {
  letter-spacing: 0;
  font-weight: 400;
}

.cta-underline {
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.cta-underline-inner {
  z-index: 1;
  background-color: var(--swatches--white);
  position: absolute;
  inset: 0%;
}

.project-tile-image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project-split-double-image-content {
  width: 100%;
  height: 0;
  padding-bottom: 105%;
  position: relative;
}

.project-split-image-text-content {
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  position: relative;
}

.project-split-image-text {
  border-bottom: 2px solid var(--swatches--white);
  padding-top: 0;
  padding-bottom: 0;
}

.footer-logo-wrapper {
  max-width: 60%;
}

.about-hero-section {
  overflow: hidden;
}

.link-block {
  position: absolute;
  top: 53px;
  right: 100px;
}

.bubble {
  color: #eedff5;
  text-transform: uppercase;
  background-color: #011706;
  border-radius: 50px;
  padding: 10px 26px;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
}

.bubble.bubble--modal {
  background-color: var(--swatches--dark);
  width: 100%;
  color: var(--swatches--white);
  text-align: center;
}

.heading-mini {
  font-family: var(--fonts--headings);
  font-size: var(--headings-mini--size-desktop);
  line-height: var(--headings-mini--line-desktop);
  letter-spacing: -.03em;
  font-weight: 500;
}

.huge-cta-bracket.left {
  margin-right: 1em;
}

.huge-cta-bracket.right {
  margin-left: 1em;
}

.navigation-menu-container {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.navigation-menu-side {
  background-color: var(--swatches--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: none;
  position: relative;
}

.navigation-menu-bg {
  opacity: 0;
  background-color: #00000080;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.body-bg {
  background-color: var(--swatches--dark);
}

.hero-wrapper {
  justify-content: center;
  align-items: flex-start;
  max-width: 69rem;
  height: 100%;
  margin-top: 166px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero_bg {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 90vh;
  position: absolute;
  bottom: -60%;
}

.body-large {
  color: #b8b8b8;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.55556;
}

.body-large.is-philosophy-content {
  letter-spacing: -.02em;
  width: 100%;
  max-width: 382px;
  margin-bottom: 0;
}

.body-large.is-top {
  max-width: 276px;
  margin-top: 16px;
  margin-bottom: 0;
}

.body-large.about-content {
  width: 100%;
  max-width: 728px;
  color: var(--grey);
  letter-spacing: -.02em;
}

.heading-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
  position: relative;
}

.heading-wrapper.is-top {
  margin-top: 8px;
}

.visual-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.visual-left-img {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #ebebeb;
  letter-spacing: .12em;
  justify-content: flex-start;
  align-items: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-flex;
  position: relative;
}

.work-link.hide-desktop, .work-link.hide {
  display: none;
}

.pholosophy-wrap {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 366px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: 15%;
  display: flex;
}

.project-wrapper-block {
  flex-flow: column;
  display: flex;
}

.line-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-wrapper.is-left {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  position: static;
}

.project-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1px 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.project-block.is-second {
  grid-template-columns: 1fr 1px 2fr;
}

.project-middle-line {
  height: 100%;
}

.project-line {
  transform-origin: 50% 0;
  width: 1px;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #474747;
  transition: border-width .2s ease-in-out;
  transform: scale3d(1, 0, 1);
}

.project-line.cc {
  transform-style: preserve-3d;
}

.year {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  margin-top: 2rem;
  display: flex;
}

.place-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.place-text {
  color: #fff9;
  letter-spacing: -.02em;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125rem;
}

.place-text.is-white {
  color: #fff;
}

.link-wrap {
  background-color: #ffe3ae;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 3rem;
  display: flex;
}

.link-wrap.is-border {
  border: 1px solid #4d4d4d;
  transition: all .5s;
}

.link-wrap.is-border:hover {
  transform: rotate(44deg);
}

.middle-line-wrapper {
  margin-bottom: 0;
}

.middle-line {
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  transform-style: preserve-3d;
  background-color: #474747;
  transition: border-width .2s ease-in-out;
  transform: scale3d(0, 1, 1);
}

.project-img {
  object-fit: cover;
  width: 882px;
  min-height: 662px;
  max-height: 662px;
  box-shadow: 0 0 10px #f0f8ff, 0 0 20px #f0f8ff, 0 0 30px #f0f8ff;
}

.main-wrapper {
  overflow: clip;
}

.all-project {
  color: #d1d1d1;
  font-weight: 400;
}

.service {
  padding-top: 140px;
  padding-bottom: 140px;
}

.service-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: 0;
  display: grid;
}

.image-5 {
  margin-bottom: 50px;
}

.experience-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.experieence-left-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.description {
  text-align: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}

.slider {
  padding-top: 180px;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.slide-nav {
  display: none;
}

.slider-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.slider-content {
  color: #858585;
  max-width: 41.6875rem;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.42857;
}

.is-txt-white {
  color: var(--swatches--white);
}

.slider-content-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 24.25rem;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.pr-img {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  max-width: 6.5rem;
  height: 6.5rem;
}

.name {
  color: #ebebeb;
  letter-spacing: -.02em;
  margin-top: 1.5rem;
  margin-bottom: 4px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.profession {
  color: #fffc;
  letter-spacing: -.02em;
  text-transform: none;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.comma {
  margin-bottom: 24px;
}

.left-arrow {
  border: 1px solid #4d4d4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: auto 0 0;
  display: flex;
  bottom: -100px;
}

.left-arrow:hover {
  background-color: #ffe3ae;
}

.right-arrow {
  border: 1px solid #4d4d4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  bottom: -100px;
  left: 56px;
}

.right-arrow:hover {
  background-color: #ffe3ae;
}

.marquee {
  margin-top: 100px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.marquee-wrapper {
  margin-top: 140px;
}

.splide.is-second {
  margin-top: 1.875rem;
  display: none;
}

.splide__track {
  overflow: hidden;
}

.splide__slide {
  flex: none;
}

.horizontal-line-wrap {
  padding-left: 0;
  padding-right: 0;
}

.frame {
  cursor: pointer;
  position: relative;
}

.footer-wrapper-block {
  margin-top: 80px;
}

.frame-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100svh;
}

.footer-top-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-top-left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-top-right {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  text-transform: uppercase;
  display: flex;
}

.is-yellow {
  color: #ffe3ae;
}

.footer-link-connect {
  color: #ebebeb;
  letter-spacing: -.06em;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  margin-top: 200px;
  display: flex;
}

.botom-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.address {
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.back-to-top {
  border: 1px solid gray;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.work-wrapper-block {
  margin-top: 7.625rem;
}

.work-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1px 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.work-block.is-second {
  grid-template-columns: 1fr 1px 2fr;
}

.work-block.is-second.is-left-img {
  grid-template-columns: 2fr 1px 1fr;
}

.work-middle-line {
  height: 100%;
}

.more-project {
  justify-content: center;
  align-items: center;
  margin-top: 2.625rem;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10.375rem;
  display: grid;
}

.contact-right-block {
  min-height: 26.875rem;
}

.contact-details {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  margin-top: 72px;
  display: flex;
}

.contact-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.contact-subtitle {
  color: #ffe3ae;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.contact-info {
  color: var(--grey);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.125;
}

.hero-detail-wrapper {
  margin-top: 9.125rem;
}

.place-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.place-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  display: flex;
}

.hero-heading {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.glory {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  margin-top: 2rem;
}

.about.details {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.out-heading-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.gallery {
  margin-top: 4rem;
}

.gallery-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.details-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.details-block.is-left {
  grid-template-columns: 2fr 1px 1fr;
  place-items: center start;
  max-width: none;
  position: static;
}

.detail-left-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.detail-middle-block {
  height: 100%;
}

.living {
  padding-top: 24px;
  padding-bottom: 24px;
}

.living.removed {
  padding-top: 0;
  padding-bottom: 0;
}

.other-project {
  padding-top: 7.5rem;
}

.project-title-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.left-project-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.overlay {
  opacity: 0;
  background-color: #0000003d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.more {
  background-color: #ffe3ae;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.about-image {
  width: 100%;
  object-fit: cover;
}

.about-image.is-height {
  height: 100%;
}

.footer-logo {
  max-width: 279px;
}

.image-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}

.image-cover {
  position: relative;
  overflow: hidden;
}

.img-wrap {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.img-cover {
  overflow: hidden;
}

.border-line-wrapper {
  margin-bottom: 0;
}

.placeholder {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.visual-left-img-wrapper {
  z-index: auto;
  width: 32.375rem;
  position: relative;
}

.visual-right-img-wrapper {
  width: 100%;
  max-width: 15.375rem;
  position: relative;
  overflow: hidden;
}

.contact-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.panorama-overlay {
  z-index: 1;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  pointer-events: none;
  text-align: center;
  background-color: #00000070;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.panorama-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.similar-project-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 504px;
  max-height: 504px;
}

.counter {
  color: #ffe3ae;
  letter-spacing: -.07em;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 9.625rem;
  font-weight: 300;
  line-height: 1.05195;
}

.counter-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-block {
  z-index: 1;
  background-color: var(--swatches--dark);
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: auto;
}

.animation-block.is-top {
  top: 0;
  bottom: auto;
}

.work-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.service-title-wrap {
  position: sticky;
  top: 40px;
}

.lightbox-link, .lightbox-link-2 {
  width: 100%;
}

.work_hero-section {
  z-index: 1;
  height: calc(100vh + 1px);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.work_main-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.work_left {
  z-index: 999;
  flex: none;
  padding-top: 140px;
}

.work_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 53.125rem;
  margin-right: 4.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work_list-item-link {
  color: #fff9;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125rem;
}

.work_list-item-link.w--current {
  color: #fff9;
}

.work_list-item-link.is-active {
  color: #ffe3ae !important;
}

.work_list-item {
  text-decoration: none;
  list-style-type: none;
}

.work_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.work_gallery-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  transition: all;
  display: grid;
}

.work_gallery-wrapper.is-panorama {
  grid-template-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.is-left {
  width: 100%;
  max-width: 35.9375rem;
  position: absolute;
  top: -72px;
  left: -37%;
}

.is-right {
  width: 100%;
  max-width: 17.75rem;
  position: absolute;
  top: 22px;
  right: -14%;
}

.work_gallery-lightbox {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.work_gallery-lightbox.cc-background-video {
  aspect-ratio: 5.66 / 3.68;
  object-fit: cover;
}

.work_gallery-lightbox.is-hide {
  display: none;
}

.work_gallery-lightbox-image {
  aspect-ratio: 5.66 / 3.68;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work_gallery-lightbox-image.cc-small {
  aspect-ratio: 2.76 / 3.68;
}

.footer_link-block {
  position: relative;
}

.footer_link-underline {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -.125rem;
  left: 0;
}

.hamburger_close-button {
  z-index: 110;
  backface-visibility: visible;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: none;
  position: absolute;
  top: 34px;
  right: 0;
}

.arrow-rotate {
  transform: rotate(270deg);
}

.lightbox-link-12 {
  justify-content: center;
  align-items: flex-start;
}

.preloader-lottie {
  background-color: #0f0f0f;
  width: 100vw;
  margin-top: -20vh;
}

.nav-primary {
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.secondary-nav {
  position: fixed;
  inset: 0 0 auto;
  transform: translate(0, -100%);
}

.anime_line {
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  inset: auto 0% -5px;
}

.work_link-underline {
  background-color: #ebebeb;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
}

.work-wrap-v2 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.page-transition {
  z-index: 9999;
  background-color: #0f0f0f;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.page_transition-lottie {
  flex: none;
  height: 100vh;
}

.lightbox-link-13.is-height {
  height: 100%;
}

.page_load_wraper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .container.is-relative {
    position: relative;
  }

  .homepage-selected-wrapper {
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .heading-small {
    text-transform: uppercase;
    font-size: 3.75rem;
  }

  .homepage-selected-image {
    object-position: 50% 100%;
  }

  .line-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .project-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1px 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
  }

  .project-middle-line {
    height: 100%;
  }

  .project-line {
    background-color: #474747;
    width: 1px;
    height: 100%;
  }

  .year {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 32px;
    display: flex;
  }

  .place-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .place-text {
    color: #fff9;
    letter-spacing: -.02em;
    font-family: Satoshi, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .place-text.is-white {
    color: #fff;
  }

  .work-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1px 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
  }

  .work-block.is-second.is-left-img {
    grid-template-columns: 2fr 1px 1fr;
    place-items: center start;
  }

  .work-middle-line {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: var(--body--size-tablet);
    line-height: var(--body--line-tablet);
  }

  h1 {
    font-size: var(--headings-xlarge--size-tablet);
    line-height: var(--headings-xlarge--line-tablet);
  }

  h2 {
    font-size: var(--headings-large--size-tablet);
    line-height: var(--headings-large--line-tablet);
  }

  h3 {
    font-size: var(--headings-medium--size-tablet);
    line-height: var(--headings-medium--line-tablet);
  }

  h4 {
    font-size: var(--headings-small--size-tablet);
    line-height: var(--headings-small--line-tablet);
  }

  h5 {
    font-size: var(--headings-xsmall--size-tablet);
    line-height: var(--headings-xsmall--line-tablet);
  }

  h6 {
    font-size: var(--headings-mini--size-tablet);
    line-height: var(--headings-mini--line-tablet);
  }

  p {
    font-size: var(--body--size-tablet);
    line-height: var(--body--line-tablet);
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .row.justify-center.project-split-image-text-text-container {
    justify-content: flex-start;
  }

  .col.col-m-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-m-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-6.project-split-double-image-col.left.col-m-12 {
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .col.col-6.project-split-double-image-col.col-m-12 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .col.col-6.project-split-image-text-col.left.col-m-12 {
    border-right-style: none;
  }

  .col.col-6.about-hero-spacing {
    display: none;
  }

  .col.col-m-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-m-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-m-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-m-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-m-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-4.project-tile-left.col-m-12, .col.col-4.footer-col--1.footer-col.col-m-12, .col.col-4.footer-col--2.footer-col.col-m-6, .col.col-4.team-col--1.col-m-12, .col.col-4.team-col--2.col-m-12 {
    border-right-style: none;
  }

  .col.col-m-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-m-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-m-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-m-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .grid-system-body {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .homepage-philosophy-content {
    padding-bottom: 100px;
  }

  .homepage-philosophy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 7.5rem;
    padding-bottom: 40px;
  }

  .homepage-philosophy-desc {
    margin-bottom: 40px;
  }

  .homepage-selected-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
  }

  .homepage-selected-image-wrapper {
    padding-left: .5vw;
    padding-right: .5vw;
    display: none;
  }

  .project-tile-image-wrapper {
    min-height: 400px;
    max-height: 600px;
  }

  .project-tile-info {
    border: 1px #000;
    padding-bottom: 0;
  }

  .project-tile {
    color: var(--swatches--white);
  }

  .footer-address {
    margin-top: 48px;
    margin-bottom: 0;
    padding-bottom: 48px;
    font-size: 14px;
  }

  .footer-link {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .about-title-image.top {
    width: 20vw;
    height: 11vw;
    margin-top: -1vw;
    position: absolute;
    right: 8.2vw;
  }

  .about-title-image.bottom {
    width: 20vw;
    height: 11vw;
    position: absolute;
    top: .6vw;
    right: 77%;
  }

  .about-page-title {
    white-space: nowrap;
    font-size: 13vw;
  }

  .about-page-title.top {
    margin-top: 0;
    margin-left: -29vw;
  }

  .about-page-title.bottom {
    margin-left: 20vw;
  }

  .about-hero-top {
    min-height: 70vh;
    margin-top: 60px;
  }

  .navigation-header {
    height: 100px;
  }

  .heading-small {
    font-size: var(--headings-small--size-tablet);
    line-height: var(--headings-small--line-tablet);
  }

  .heading-small.width {
    max-width: none;
  }

  .heading-small.nav-link {
    line-height: 1;
  }

  .about-team-col-inner {
    border-bottom: 2px solid var(--swatches--white);
    padding-bottom: 36px;
  }

  .about-team-col-inner.last {
    border-bottom-style: none;
  }

  .about-team-title {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .about-partners-left {
    height: auto;
    margin-bottom: 60px;
  }

  .about-partners-text {
    max-width: 100%;
    margin-top: 8em;
  }

  .about-partner-wrapper {
    padding-top: 5em;
    padding-bottom: 24px;
  }

  .about-info-tile {
    padding-top: 80px;
  }

  .about-info-tile.borderbottom {
    border-bottom: 2px solid var(--swatches--white);
  }

  .huge-cta-wrapper {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .secondary-page-hero {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    min-height: 90vh;
  }

  .secondary-page-hero-description {
    font-size: var(--body-small--size-tablet);
    line-height: var(--body-small--line-tablet);
    text-align: left;
    margin-top: 16px;
    padding-left: 0;
  }

  .project-hero-image-wrapper {
    height: 60vh;
    min-height: 300px;
    max-height: 700px;
  }

  .project-split-double-image-wrapper {
    border-bottom: 2px solid var(--swatches--white);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .project-split-double-image-wrapper.right {
    border-bottom-style: none;
    min-height: 300px;
  }

  .hamburger-trigger {
    right: 0;
  }

  .navigation-menu {
    display: none;
  }

  .navigation-menu-single {
    flex: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .loader, .homepage-selected-image {
    display: none;
  }

  .project-tile-title-block {
    margin-bottom: 120px;
  }

  .footer-info {
    border-bottom: 2px solid var(--swatches--white);
  }

  .heading-xsmall {
    font-size: var(--headings-xsmall--size-tablet);
    line-height: var(--headings-xsmall--line-tablet);
  }

  .project-split-image-text-textwrapper {
    border-top: 2px solid var(--swatches--white);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-subtitle {
    margin-bottom: 80px;
  }

  .licences-grid-images {
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }

  .styleguide-left-content, .licensing-left-wrapper {
    border-bottom: 2px solid var(--swatches--white);
  }

  .styleguide-label {
    max-width: 250px;
    margin-top: 0;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .heading-xlarge {
    font-size: 6.5rem;
  }

  .heading-large {
    font-size: var(--headings-large--size-tablet);
    line-height: var(--headings-large--line-tablet);
  }

  .heading-large.cc-pr-title {
    font-size: 6rem;
  }

  .heading-large.contact-title {
    line-height: .94;
  }

  .project-hero-title {
    margin-top: 3em;
    margin-bottom: 4em;
  }

  .heading-medium {
    font-size: var(--headings-medium--size-tablet);
    line-height: var(--headings-medium--line-tablet);
  }

  .styleguide-block {
    padding-top: 60px;
  }

  .styleguide-divider {
    margin-top: 60px;
    margin-left: auto;
  }

  .footer-logo-wrapper {
    max-width: 30%;
  }

  .link-block {
    top: 30px;
    right: 80px;
  }

  .heading-mini {
    font-size: var(--headings-mini--size-tablet);
    line-height: var(--headings-mini--line-tablet);
  }

  .navigation-menu-side {
    width: 100%;
    left: 0;
  }

  .about-bottom {
    margin-top: 6em;
    margin-bottom: 6em;
  }

  .hero_bg {
    height: 68%;
    max-height: none;
    bottom: 5%;
  }

  .heading-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: minmax(min-content, max-content) .6fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-wrapper.is-top {
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(max-content, 1.4fr);
  }

  .work-link {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .pholosophy-wrap {
    margin-left: 0;
    margin-right: 0%;
  }

  .project-wrapper-block {
    margin-top: 5rem;
  }

  .project-wrapper-block.cc-work-page {
    margin-top: 3.25rem;
  }

  .project-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
  }

  .project-block.is-second {
    grid-template-columns: 1fr;
    place-items: center start;
    margin-top: 120px;
  }

  .project-block.is-top {
    margin-top: 120px;
  }

  .project-middle-line {
    width: 100%;
  }

  .project-line {
    width: 100%;
    height: 1px;
  }

  .project-line.cc {
    width: 1px;
    height: 100%;
  }

  .middle-line-wrapper.hide-tab {
    display: none;
  }

  .middle-line-wrapper.is-top {
    margin-top: 120px;
  }

  .service-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .service-wrap {
    max-width: 100%;
  }

  .slider {
    padding-top: 80px;
  }

  .slider-wrapper {
    place-items: center stretch;
  }

  .slider-right-block {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .marquee {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .marquee-wrapper {
    margin-top: 70px;
  }

  .horizontal-line-wrap.is-hide-mobile {
    display: none;
  }

  .footer-top-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .footer-top-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-bottom {
    margin-top: 80px;
  }

  .work-wrapper-block {
    margin-top: 10.375rem;
  }

  .work-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
  }

  .work-block.is-second {
    grid-template-columns: 1fr;
    place-items: center start;
    margin-top: 120px;
  }

  .work-block.is-second.is-left-img {
    grid-template-columns: 2fr;
  }

  .work-block.is-second.is-removed {
    margin-top: 0;
  }

  .work-middle-line {
    width: 100%;
  }

  .more-project {
    margin-top: 2.125rem;
  }

  .contact-wrapper {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr;
  }

  .contact-details {
    margin-top: 3.75rem;
  }

  .glory {
    margin-top: 1.5rem;
  }

  .about.details {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .out-heading-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .gallery {
    margin-top: 2rem;
  }

  .gallery-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .details-block.is-left {
    margin-top: 5.75rem;
    margin-bottom: 5.75rem;
  }

  .other-project-block {
    margin-top: 2rem;
  }

  .about-image {
    min-height: 26.875rem;
  }

  .image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .placeholder {
    display: none;
  }

  .visual-left-img-wrapper {
    width: 100%;
  }

  .counter {
    font-size: 6rem;
  }

  .service-title-wrap {
    position: static;
  }

  .work_hero-section {
    height: auto;
    overflow: clip;
  }

  .work_main-wrapper {
    flex-flow: column;
  }

  .work_left {
    z-index: 20;
    background-color: var(--swatches--dark);
    width: calc(100% + 4px);
    max-width: none;
    margin-left: -2px;
    padding-bottom: 1.25rem;
    position: sticky;
    top: 0;
  }

  .work_right {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .work_list-item-link.w--current {
    color: #ffe3ae;
  }

  .work_list-item-link.is-active {
    color: #fff9 !important;
  }

  .work_list-item-link.is-active.w--current {
    color: #ffe3ae !important;
  }

  .work_list {
    flex-flow: row;
    justify-content: space-between;
  }

  .work_gallery-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .is-left {
    max-width: 25rem;
    top: -54px;
    left: -20%;
  }

  .is-right {
    max-width: 15rem;
    top: -6px;
    right: -7%;
  }

  .max-width-100vw {
    max-width: 100vw;
  }

  .preloader-lottie {
    flex: none;
    height: 100vh;
    margin-top: 0;
  }

  .nav-primary.cc-workpage {
    position: fixed;
  }

  .page_load_wraper {
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .col.col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-sm-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-sm-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-sm-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-sm-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-sm-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-sm-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-sm-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-sm-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .homepage-hero {
    height: 100vh;
  }

  .homepage-philosophy-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .homepage-philosophy {
    padding-bottom: 120px;
  }

  .footer {
    padding-bottom: 4rem;
  }

  .homepage-philosophy-desc {
    margin-bottom: 30px;
  }

  .homepage-selected-image-wrapper {
    padding-left: .8vw;
    padding-right: .8vw;
  }

  .project-tile-image-wrapper {
    min-height: 300px;
    max-height: 400px;
  }

  .image-2 {
    width: 38px;
    height: 38px;
  }

  .cta-big-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .about-title-image.top {
    left: 73%;
    right: auto;
  }

  .about-title-image.bottom {
    margin-top: -1vw;
    top: 1.5vw;
    right: 81%;
  }

  .heading-small.width {
    font-size: 2rem;
    line-height: 1.25;
  }

  .heading-small.about-title {
    letter-spacing: -.02em;
    font-size: 2rem;
    line-height: 1.25;
  }

  .heading-small.living {
    font-size: 2rem;
    line-height: 1.25;
  }

  .heading-small.nav-link {
    font-size: 2.625rem;
  }

  .cta-big-text {
    font-size: 24px;
  }

  .huge-cta-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .secondary-page-hero-description {
    max-width: none;
  }

  .homepage-selected-image {
    display: none;
  }

  .licences-grid-images {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: column;
  }

  .heading-xlarge {
    font-size: 3.75rem;
    line-height: .933333;
  }

  .heading-large.cc-pr-title {
    text-align: left;
    letter-spacing: -.04em;
    line-height: 1;
  }

  .heading-large.footer-l-text {
    font-size: 3rem;
  }

  .huge-cta-text {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .project-hero-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-medium.is-font {
    font-size: 3.75rem;
    line-height: .933333;
  }

  .styleguide-color-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-wrapper {
    height: auto;
  }

  .hero_bg {
    bottom: 0%;
  }

  .body-large.is-philosophy-content {
    letter-spacing: -.01em;
  }

  .body-large.is-top {
    letter-spacing: 0;
    max-width: 18.5rem;
    margin-top: .75rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .heading-wrapper.is-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .visual-img {
    max-width: none;
  }

  .work-link.hide-desktop {
    align-self: center;
    margin-top: 2rem;
    display: block;
  }

  .work-link.hide-mobile {
    display: none;
  }

  .pholosophy-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .project-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: .125rem;
    display: grid;
  }

  .project-line.cc {
    transform-origin: 0%;
    width: 100%;
    height: 1px;
    transform: scale3d(0, 1, 1);
  }

  .year {
    margin-top: 0;
  }

  .link-wrap {
    margin-top: 0;
    margin-left: auto;
  }

  .middle-line {
    flex: 0 auto;
    display: none;
  }

  .middle-line.show-mobile {
    display: block;
  }

  .service {
    padding-top: 120px;
    padding-bottom: 5rem;
  }

  .service-wrap {
    grid-column-gap: 3.25rem;
    grid-row-gap: 3.25rem;
    grid-template-columns: 1fr;
  }

  .image-5 {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: .5rem;
    margin-bottom: 1.25rem;
    margin-left: .5rem;
  }

  .experience-block {
    grid-template-columns: 1fr;
  }

  .experieence-left-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .description {
    text-align: left;
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .slider {
    padding-top: 120px;
  }

  .slider-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .slider-content {
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .slider-right-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider-content-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .pr-img {
    width: 3rem;
    height: 3rem;
  }

  .name {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .profession {
    font-size: 1.125rem;
  }

  .comma {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.25rem;
  }

  .left-arrow {
    bottom: -100px;
    left: 45%;
    transform: translate(-50%);
  }

  .right-arrow {
    bottom: -100px;
    left: auto;
    right: 45%;
    transform: translate(50%);
  }

  .marquee {
    margin-top: 100px;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .marquee-wrapper {
    margin-top: 7.5rem;
  }

  .splide.is-second {
    display: block;
  }

  .horizontal-line-wrap.is-hide-mobile {
    display: none;
  }

  .footer-wrapper-block {
    margin-top: 2.5rem;
  }

  .frame-img {
    min-height: 40rem;
  }

  .frame-img.work_gallery-lightbox-image {
    min-height: auto;
    max-height: none;
  }

  .footer-top-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-top-right {
    grid-column-gap: 5.3125rem;
    grid-row-gap: 5.3125rem;
  }

  .footer-bottom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    margin-top: 6rem;
  }

  .botom-right {
    justify-content: space-between;
    width: 100%;
  }

  .address {
    letter-spacing: 0;
  }

  .back-to-top {
    width: 3.75rem;
    height: 3.75rem;
  }

  .back-to-top-arrows {
    width: 1.5rem;
  }

  .work-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: end;
    width: 100%;
    display: grid;
  }

  .contact-subtitle {
    font-size: .875rem;
    line-height: 1;
  }

  .contact-info {
    font-size: 1.5rem;
    line-height: 1.16667;
  }

  .hero-heading {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .glory {
    height: auto;
  }

  .details-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .details-block.is-left {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
  }

  .detail-left-block {
    justify-content: flex-start;
    align-items: center;
  }

  .detail-middle-block {
    width: 100%;
  }

  .living {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .other-project-wrapper-block {
    flex-flow: column;
    display: flex;
  }

  .other-project-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-logo {
    max-width: 14.9375rem;
  }

  .image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-6 {
    width: 3.5rem;
    height: 3.5rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .counter {
    line-height: 1;
  }

  .work_right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .work_list-item {
    flex: none;
  }

  .work_gallery-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .is-left {
    max-width: 18rem;
    top: -35px;
    left: -18%;
  }

  .is-right {
    max-width: 10rem;
    top: 2px;
    right: -12%;
  }

  .work_gallery-lightbox-image {
    aspect-ratio: 3.44 / 4.24;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .row {
    flex-wrap: wrap;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-xs-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-xs-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-xs-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-xs-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-xs-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-xs-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .homepage-philosophy-content {
    padding-top: 0;
  }

  .homepage-philosophy {
    margin-top: 0;
    padding-top: 120px;
    overflow: hidden;
  }

  .homepage-selected-wrapper {
    grid-template-columns: 1fr;
    place-items: start;
    margin-left: 16px;
    margin-right: 16px;
  }

  .navigation-menu-single.works, .navigation-menu-single.home, .navigation-menu-single.contacts {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-xsmall.all-caps {
    text-transform: uppercase;
  }

  .heading-xlarge {
    font-size: 3.75rem;
    line-height: .933333;
  }

  .heading-xlarge.is-font {
    font-size: 3.75rem;
    line-height: .94;
  }

  .heading-large.is-font {
    text-align: left;
    font-size: 3.75rem;
    line-height: .933333;
  }

  .heading-large.footer-l-text {
    font-size: 3rem;
  }

  .heading-medium.is-center {
    border-bottom: 1px solid #474747;
    padding-bottom: 24px;
  }

  .footer-logo-wrapper {
    max-width: 60%;
  }

  .navigation-menu-container {
    padding-left: 24px;
  }

  .navigation-menu-side {
    padding-bottom: 7em;
  }

  .hero_bg {
    height: 58%;
    bottom: 3%;
  }

  .body-large {
    letter-spacing: -.01em;
  }

  .heading-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: minmax(min-content, max-content) minmax(5.125rem, auto);
    width: 100vw;
    margin-left: -16px;
  }

  .heading-wrapper.is-top {
    grid-template-columns: 1fr minmax(max-content, 1fr);
  }

  .visual-img, .visual-left-img {
    object-fit: cover;
  }

  .work-link.hide-mobile {
    display: none;
  }

  .pholosophy-wrap {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .project-wrapper-block {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .line-wrapper.is-left {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .project-right {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .year {
    justify-content: flex-start;
    align-items: stretch;
  }

  .place-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }

  .place-text {
    font-size: .875rem;
    line-height: 1rem;
  }

  .project-img {
    aspect-ratio: 3.44 / 4.3;
    object-fit: cover;
    min-height: 430px;
    max-height: 430px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .service {
    padding-top: 80px;
  }

  .service-wrap {
    margin-top: 0;
  }

  .experience-block {
    margin-left: 16px;
    margin-right: 16px;
  }

  .slider-wrappper {
    margin-left: 8px;
    margin-right: 8px;
  }

  .slider-content-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pr-img {
    width: 5rem;
    height: 5rem;
  }

  .profession {
    text-align: left;
  }

  .left-arrow {
    left: calc(50% - 28px);
  }

  .right-arrow {
    right: calc(50% - 28px);
  }

  .splide__slide {
    flex: none;
  }

  .horizontal-line-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper-block {
    margin-top: 52px;
  }

  .footer-top-right {
    width: 100%;
  }

  .botom-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .address {
    text-decoration: none;
    color: #fff !important;
  }

  .back-to-top {
    width: 60px;
    height: 60px;
  }

  .back-to-top-arrows {
    width: 1.125rem;
    max-width: 18px;
  }

  .work-block.is-second.is-removed {
    margin-top: 0;
  }

  .work-right {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contact-right-block {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .glory {
    aspect-ratio: 3.44 / 4.3;
    max-width: none;
  }

  .gallery-block, .details-wrapper-block {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .detail-left-block {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .living.removed {
    aspect-ratio: 3.44 / 4.3;
    object-fit: cover;
  }

  .other-project-block {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .about-image {
    aspect-ratio: 3.44 / 4.3;
    min-height: auto;
    object-fit: cover;
  }

  .visual-right-img-wrapper {
    max-width: 30vw;
  }

  .similar-project-img {
    aspect-ratio: 3.44 / 4.3;
    object-fit: cover;
    min-height: 300px;
    max-height: 300px;
  }

  .counter-block {
    justify-content: flex-start;
    align-items: center;
  }

  .about-test {
    text-align: center;
  }

  .work_left {
    overflow: auto;
  }

  .work_gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .is-left {
    max-width: 15rem;
    top: -82px;
    left: -35%;
  }

  .is-right {
    max-width: 8rem;
    top: 75px;
    right: -3%;
  }

  .work_gallery-lightbox.cc-background-video {
    aspect-ratio: 3.43 / 2.23;
  }

  .page-transition, .page_transition-lottie {
    height: 100%;
  }
}

#w-node-_33a5377f-88dc-0f1a-b034-40896eb8385a-6eb83859, #w-node-_33a5377f-88dc-0f1a-b034-40896eb8385c-6eb83859, #w-node-e9c5ac75-4c84-045b-2c4b-94509cb93a3d-9cb93a36, #w-node-e9c5ac75-4c84-045b-2c4b-94509cb93a37-9cb93a36, #w-node-e9c5ac75-4c84-045b-2c4b-94509cb93a39-9cb93a36, #w-node-e9c5ac75-4c84-045b-2c4b-94509cb93a3b-9cb93a36, #w-node-dae286dd-5be0-41ce-7959-fd806108ebc2-9cb93a36, #w-node-e9c5ac75-4c84-045b-2c4b-94509cb93a3f-9cb93a36, #w-node-e9c5ac75-4c84-045b-2c4b-94509cb93a40-9cb93a36, #w-node-e9c5ac75-4c84-045b-2c4b-94509cb93a41-9cb93a36, #w-node-e9c5ac75-4c84-045b-2c4b-94509cb93a42-9cb93a36, #w-node-_2d2c7c55-35c6-4271-aa04-25baa103b8e1-a103b8e0, #w-node-_2d2c7c55-35c6-4271-aa04-25baa103b8e3-a103b8e0, #w-node-_2d2c7c55-35c6-4271-aa04-25baa103b8e5-a103b8e0, #w-node-_2d2c7c55-35c6-4271-aa04-25baa103b8e7-a103b8e0, #w-node-_2d2c7c55-35c6-4271-aa04-25baa103b8e9-a103b8e0, #w-node-_2d2c7c55-35c6-4271-aa04-25baa103b8eb-a103b8e0, #w-node-_2d2c7c55-35c6-4271-aa04-25baa103b8ed-a103b8e0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c1a7f147-95e8-e691-6dfa-625f5728d0bc-425ad827, #w-node-_933b5a0b-dbd9-5196-feb2-d32bd2d54462-425ad827, #w-node-_5a0a1b89-7741-c610-95da-a71545f73d9c-425ad827, #w-node-_99f3f60c-f5c5-c182-36b0-6fa59a74cd22-425ad827, #w-node-a525b5a9-01a0-c413-1e83-a8901796bb17-425ad827, #w-node-_1bc538a2-9697-802c-bcff-f1c58ed0a103-425ad827, #w-node-_646164f2-f396-8089-c6f6-5764e7bd662c-425ad827, #w-node-_478b5e0c-c519-c4af-113f-29a230a7f9ed-425ad827, #w-node-_484ddab7-75d4-bdd1-f4ed-b643036b07a7-425ad827, #w-node-cf6046d9-f7eb-c82f-1b6b-f798a1009da7-425ad827, #w-node-ddabab54-1f0c-00b7-38f3-7df0c58c07b8-425ad827, #w-node-_48bffadb-33a3-95c4-8b82-7ee897546bdb-425ad827, #w-node-c3889c1b-88f1-43b4-e533-c9d798318ee1-425ad827, #w-node-ba086f8d-bf03-a919-ddf0-63a05599bc0c-425ad827, #w-node-b3e8bf5e-4681-b555-6616-0ab3a3e401bb-425ad827, #w-node-_809b05f9-31ec-3392-be9b-4f1e9e1b5ea7-425ad827, #w-node-af9c00a4-63be-e393-aadb-058ea9b82061-425ad827, #w-node-e63b2046-da66-e1d8-d8e7-470db8972038-425ad827, #w-node-_32ec19b6-1063-1c44-4958-ea3e7ffdb51b-425ad827, #w-node-_895cd30a-f278-4edb-b14c-20f21a2c81f7-425ad827, #w-node-_7f8525d5-2b81-9b05-f377-1957a017e34c-425ad827, #w-node-_100a51fd-243f-d719-e3ff-557fd330af3e-425ad827, #w-node-_4f9b8a19-8457-aac5-6721-6c50c485511f-425ad827, #w-node-_20fcf2b1-23fc-d655-33a3-d1688c85ad88-425ad827, #w-node-_71036b66-44e6-4cd8-bef4-b2d08664d644-425ad827, #w-node-_61036c32-ad9d-7937-f17e-9c22979bdec0-425ad827, #w-node-_7e7a080c-edf0-a5aa-8f4a-707aff91be86-425ad827, #w-node-_4188a2d3-bbd8-928d-2d2e-cc665334e278-425ad827, #w-node-f0333d6b-3d1c-509f-eafa-2f14b8cff255-425ad827, #w-node-e580ddcf-39c1-f791-3c33-445e4899131a-425ad827, #w-node-_3f312376-14f7-7887-8d06-4561b90879ac-425ad827, #w-node-_91df2d86-5b8a-f530-b782-80fbe7915d70-425ad827, #w-node-a997cdef-0742-972c-0d82-a20d70ba3c42-425ad827, #w-node-_8151b0f8-c429-2ada-0f46-b79985e911be-6f635447, #w-node-_8c784638-a019-fc61-e5c0-a04ab1478d67-6f635447, #w-node-f86149ea-bab9-213e-0609-8c38b3a8483b-6f635447, #w-node-e138437a-a1bf-de22-810f-3e6f0e4a9ec9-6f635447, #w-node-_754e4a1e-dff4-b6fb-a514-d150db13b3a4-6f635447, #w-node-_7af1e888-f729-5028-95d4-62c66ba9a21b-9880d92b, #w-node-_7af1e888-f729-5028-95d4-62c66ba9a21b-3ae12b93, #w-node-_7af1e888-f729-5028-95d4-62c66ba9a21b-f78497ea, #w-node-_7af1e888-f729-5028-95d4-62c66ba9a21b-3ed4c477, #w-node-_948b6b93-4087-f279-fa62-d91ab3d73c78-3ed4c477, #w-node-_7af1e888-f729-5028-95d4-62c66ba9a21b-75259e7d, #w-node-_7af1e888-f729-5028-95d4-62c66ba9a21b-0265d17a, #w-node-dd92cb5c-e033-3cb2-edf6-74e54152df6e-606f9d67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1bf86fd1-a9aa-2e19-98cf-1c6ea49abe22-9880d921 {
    order: 9999;
  }

  #w-node-_1bf86fd1-a9aa-2e19-98cf-1c6ea49abe1e-9880d921 {
    order: -9999;
  }

  #w-node-_7af1e888-f729-5028-95d4-62c66ba9a21b-9880d92b {
    grid-column: span 1 / span 1;
  }

  #w-node-cb157ed7-cda5-cde4-a0c3-fab0c6c1514b-9880d92f {
    order: 9999;
  }

  #w-node-cb157ed7-cda5-cde4-a0c3-fab0c6c1515d-9880d92f, #w-node-_4dbf3a24-45f6-a6df-ca6b-c12e7d52fd44-9880d92f {
    order: -9999;
  }

  #w-node-_4dbf3a24-45f6-a6df-ca6b-c12e7d52fd32-9880d92f, #w-node-_2022a9e9-5b8a-4bc5-ea66-8b9e8e2a7883-9880d92f {
    order: 9999;
  }

  #w-node-_2022a9e9-5b8a-4bc5-ea66-8b9e8e2a7895-9880d92f, #w-node-f96f0db8-d85d-72aa-d507-d91559ff602d-9880d92f {
    order: -9999;
  }

  #w-node-f96f0db8-d85d-72aa-d507-d91559ff6031-9880d92f, #w-node-_3d2aac3f-04c7-ac66-c55f-f4dcf4c1280c-9880d92f {
    order: 9999;
  }

  #w-node-_3d2aac3f-04c7-ac66-c55f-f4dcf4c1281e-9880d92f, #w-node-_9f8baf4b-f17c-f187-ec46-b5b34bfa5be1-9880d92f {
    order: -9999;
  }

  #w-node-_9f8baf4b-f17c-f187-ec46-b5b34bfa5be5-9880d92f {
    order: 9999;
  }

  #w-node-_7af1e888-f729-5028-95d4-62c66ba9a21b-3ae12b93, #w-node-_7af1e888-f729-5028-95d4-62c66ba9a21b-f78497ea, #w-node-_7af1e888-f729-5028-95d4-62c66ba9a21b-3ed4c477, #w-node-_948b6b93-4087-f279-fa62-d91ab3d73c78-3ed4c477, #w-node-_7af1e888-f729-5028-95d4-62c66ba9a21b-75259e7d, #w-node-_7af1e888-f729-5028-95d4-62c66ba9a21b-0265d17a, #w-node-dd92cb5c-e033-3cb2-edf6-74e54152df6e-606f9d67 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4752413c-b13d-9af0-efb5-c0bbe970029f-9880d921, #w-node-_1bf86fd1-a9aa-2e19-98cf-1c6ea49abe23-9880d921, #w-node-_4366b809-724d-1e52-302a-ac462c2e0d8c-9880d921 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_237c0348-22f3-f681-6a93-c6136f32b117-9880d92b {
    order: 9999;
  }

  #w-node-dea51fc8-1921-b01b-0331-6c32fc3597d1-9880d92b {
    order: -9999;
  }

  #w-node-_3ecc463a-8ea4-e4e5-ca27-9390a2adcc9c-9880d92b {
    order: 9999;
  }

  #w-node-_3ecc463a-8ea4-e4e5-ca27-9390a2adcca1-9880d92b {
    order: -9999;
  }

  #w-node-f8dcb6a1-0ef9-6a18-342a-9af710f7ed10-9880d92b {
    order: 9999;
  }

  #w-node-f8dcb6a1-0ef9-6a18-342a-9af710f7ed15-9880d92b {
    order: -9999;
  }

  #w-node-_5b7bc467-0d6b-e3c9-fe55-76e10f93e322-9880d92b {
    order: 9999;
  }

  #w-node-_5b7bc467-0d6b-e3c9-fe55-76e10f93e327-9880d92b {
    order: -9999;
  }

  #w-node-_54689f22-9290-5a02-d85e-aaec39a5ad4f-9880d92b {
    order: 9999;
  }

  #w-node-_54689f22-9290-5a02-d85e-aaec39a5ad54-9880d92b {
    order: -9999;
  }

  #w-node-cb157ed7-cda5-cde4-a0c3-fab0c6c1514c-9880d92f, #w-node-_4dbf3a24-45f6-a6df-ca6b-c12e7d52fd33-9880d92f, #w-node-_2022a9e9-5b8a-4bc5-ea66-8b9e8e2a7884-9880d92f, #w-node-f96f0db8-d85d-72aa-d507-d91559ff6032-9880d92f, #w-node-_3d2aac3f-04c7-ac66-c55f-f4dcf4c1280d-9880d92f, #w-node-_9f8baf4b-f17c-f187-ec46-b5b34bfa5be6-9880d92f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_237c0348-22f3-f681-6a93-c6136f32b117-3ae12b93 {
    order: 9999;
  }

  #w-node-dea51fc8-1921-b01b-0331-6c32fc3597d1-3ae12b93 {
    order: -9999;
  }

  #w-node-_3ecc463a-8ea4-e4e5-ca27-9390a2adcc9c-3ae12b93 {
    order: 9999;
  }

  #w-node-_3ecc463a-8ea4-e4e5-ca27-9390a2adcca1-3ae12b93 {
    order: -9999;
  }

  #w-node-_237c0348-22f3-f681-6a93-c6136f32b117-f78497ea {
    order: 9999;
  }

  #w-node-dea51fc8-1921-b01b-0331-6c32fc3597d1-f78497ea {
    order: -9999;
  }

  #w-node-_237c0348-22f3-f681-6a93-c6136f32b117-3ed4c477 {
    order: 9999;
  }

  #w-node-dea51fc8-1921-b01b-0331-6c32fc3597d1-3ed4c477 {
    order: -9999;
  }

  #w-node-_3ecc463a-8ea4-e4e5-ca27-9390a2adcc9c-3ed4c477 {
    order: 9999;
  }

  #w-node-_3ecc463a-8ea4-e4e5-ca27-9390a2adcca1-3ed4c477 {
    order: -9999;
  }

  #w-node-_237c0348-22f3-f681-6a93-c6136f32b117-75259e7d {
    order: 9999;
  }

  #w-node-dea51fc8-1921-b01b-0331-6c32fc3597d1-75259e7d {
    order: -9999;
  }

  #w-node-_237c0348-22f3-f681-6a93-c6136f32b117-0265d17a {
    order: 9999;
  }

  #w-node-dea51fc8-1921-b01b-0331-6c32fc3597d1-0265d17a {
    order: -9999;
  }

  #w-node-_3ecc463a-8ea4-e4e5-ca27-9390a2adcc9c-0265d17a {
    order: 9999;
  }

  #w-node-_3ecc463a-8ea4-e4e5-ca27-9390a2adcca1-0265d17a {
    order: -9999;
  }

  #w-node-dd92cb5c-e033-3cb2-edf6-74e54152df80-606f9d67 {
    order: 9999;
  }

  #w-node-dd92cb5c-e033-3cb2-edf6-74e54152df85-606f9d67 {
    order: -9999;
  }
}


@font-face {
  font-family: 'BDO Grotesk';
  src: url('../fonts/BDOGrotesk-DemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BDO Grotesk';
  src: url('../fonts/BDOGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BDO Grotesk';
  src: url('../fonts/BDOGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}