@font-face {
  font-family: Fkdisplay;
  src: url('../fonts/FKDisplay-RegularAlt.woff2') format("woff2"), url('../fonts/FKDisplay-RegularAlt.woff') format("woff"), url('../fonts/FKDisplay-RegularAlt.ttf') format("truetype"), url('../fonts/FKDisplay-RegularAlt.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik Mono;
  src: url('../fonts/aeonik_mono_regular.woff2') format("woff2"), url('../fonts/aeonik_mono_regular.eot') format("embedded-opentype"), url('../fonts/aeonik_mono_regular.woff') format("woff"), url('../fonts/aeonik_mono_regular.ttf') format("truetype"), url('../fonts/aeonikmono-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Regular.woff2') format("woff2"), url('../fonts/Aeonik-Regular.woff') format("woff"), url('../fonts/Aeonik-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---text-color: #13120f;
  --_grid---screen-padding: 30px;
  --_grid---gap: 15px;
  --_colors---main-background: #d6d6d6;
  --_typography---font-family--aeonik: Aeonik, Arial, sans-serif;
  --_typography---paragraph--font-size: 16px;
  --_typography---paragraph--font-weight: 400;
  --_typography---font-family--fk-display: Fkdisplay, Arial, sans-serif;
  --_typography---heading-1--font-weight: 400;
  --_typography---heading-1--letter-spacing: -3px;
  --_typography---heading-1--font-size: 70px;
  --_typography---heading-1--line-height: 84px;
  --_typography---heading-2--font-size: 67.34px;
  --_typography---heading-2--line-height: 74px;
  --_typography---heading-2--font-weight: 400;
  --_typography---heading-2--letter-spacing: -2px;
  --_typography---heading-4--font-size: 37.9px;
  --_typography---heading-4--line-height: 42px;
  --_typography---heading-3--font-size: 50.52px;
  --_typography---heading-3--line-height: 60px;
  --_typography---heading-3--font-weight: 400;
  --_typography---heading-3--letter-spacing: -1.5px;
  --_typography---heading-4--font-weight: 400;
  --_typography---heading-4--letter-spacing: -.85px;
  --_typography---heading-5--font-size: 28.43px;
  --_typography---heading-5--line-height: 32px;
  --_typography---heading-5--font-weight: 400;
  --_typography---heading-5--letter-spacing: -.75px;
  --_typography---heading-6--font-size: 21.33px;
  --_typography---heading-6--line-height: 28px;
  --_typography---heading-6--font-weight: 400;
  --_typography---heading-6--letter-spacing: -.5px;
  --_typography---paragraph--line-height: 22px;
  --_typography---paragraph--letter-spacing: 0px;
  --_typography---font-family--aeonik-mono: "Aeonik Mono", Arial, sans-serif;
  --_typography---small-mono--font-size: 11px;
  --_typography---small-mono--line-height: 14px;
  --_typography---small-mono--font-weight: 400;
  --_typography---small-mono--letter-spacing: 0px;
  --_grid---column-1: 8.3333%;
  --_grid---column-2: 16.6667%;
  --_grid---column-4: 33.3333%;
  --_grid---column-3: 25%;
  --_grid---column-6: 50%;
  --_grid---column-12: 100%;
  --_grid---column-7: 58.3333%;
  --_grid---column-8: 66.6667%;
  --_grid---column-5: 41.6667%;
  --_grid---column-10: 83.3333%;
  --_grid---column-9: 75%;
  --_grid---column-11: 91.6667%;
  --_colors---red: #ed0a30;
  --_grid---columns: 12;
  --_colors---border-color: #13120f1a;
}

body {
  color: #333;
  --_grid---screen-padding: 30px;
  --_grid---gap: 15px;
  --_grid---column-1: 8.3333%;
  --_grid---column-2: 16.6667%;
  --_grid---column-4: 33.3333%;
  --_grid---column-3: 25%;
  --_grid---column-6: 50%;
  --_grid---column-12: 100%;
  --_grid---column-7: 58.3333%;
  --_grid---column-8: 66.6667%;
  --_grid---column-5: 41.6667%;
  --_grid---column-10: 83.3333%;
  --_grid---column-9: 75%;
  --_grid---column-11: 91.6667%;
  --_grid---columns: 12;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  color: var(--_colors---text-color);
  text-decoration: none;
}

.site-header {
  z-index: 999;
  width: 100%;
  padding: 30px var(--_grid---screen-padding);
  justify-content: space-between;
  display: flex;
  position: fixed;
  pointer-events: none;
}

.site-header > div {
    pointer-events: all;
}

.site-footer {
  min-height: 100vh;
}

.section {
  flex-flow: column;
  padding-bottom: 200px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.section.latest--projects {
  padding-left: 0;
  padding-right: 0;
}

.section.home-headline-1-sec {
  justify-content: center;
  padding-top: 100px;
}

.container {
  grid-column-gap: var(--_grid---gap);
  grid-row-gap: var(--_grid---gap);
  flex-flow: row;
  gap: 20px;
  width: 100%;
  display: flex;
}

.container.h-justify {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container.h-center {
  justify-content: center;
}

.container.h-end {
  justify-content: end;
}

.container.footer-bottom-cont {
  align-items: flex-end;
}

.container.latest-projects-hero {
  padding-top: 0;
  padding-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container.v-flex {
  flex-flow: column;
}

.container.v-flex.our-impact-inner {
  justify-content: flex-start;
  align-items: flex-start;
}

.col-1 {
  grid-column-gap: var(--_grid---gap);
  grid-row-gap: var(--_grid---gap);
  flex-flow: column;
  display: flex;
}

.body {
  background-color: var(--_colors---main-background);
  font-family: var(--_typography---font-family--aeonik);
  color: var(--_colors---text-color);
  font-size: var(--_typography---paragraph--font-size);
  font-weight: var(--_typography---paragraph--font-weight);
}

.heading-1 {
  font-family: var(--_typography---font-family--fk-display);
  color: var(--_colors---text-color);
  font-size: 4vw;
  line-height: 1.1em;
  font-weight: var(--_typography---heading-1--font-weight);
  letter-spacing: var(--_typography---heading-1--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-1.cta-headline {
  width: 100%;
  font-size: var(--_typography---heading-1--font-size);
  line-height: var(--_typography---heading-1--line-height);
  text-align: center;
}

.heading-1.heading-line-edit {
  font-size: var(--_typography---heading-1--font-size);
  line-height: var(--_typography---heading-1--font-size);
}

.heading-2 {
  font-family: var(--_typography---font-family--fk-display);
  color: var(--_colors---text-color);
  font-size: var(--_typography---heading-2--font-size);
  line-height: var(--_typography---heading-2--line-height);
  font-weight: var(--_typography---heading-2--font-weight);
  letter-spacing: var(--_typography---heading-2--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3 {
  font-family: var(--_typography---font-family--fk-display);
  color: var(--_colors---text-color);
  font-size: var(--_typography---heading-3--font-size);
  line-height: var(--_typography---heading-3--line-height);
  font-weight: var(--_typography---heading-3--font-weight);
  letter-spacing: var(--_typography---heading-3--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3.op-1 {
  opacity: .15;
}

.heading-4 {
  font-family: var(--_typography---font-family--fk-display);
  font-size: var(--_typography---heading-4--font-size);
  line-height: var(--_typography---heading-4--line-height);
  font-weight: var(--_typography---heading-4--font-weight);
  letter-spacing: var(--_typography---heading-4--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-4.service-heading {
  width: 350px;
}

.heading-5 {
  font-family: var(--_typography---font-family--fk-display);
  color: var(--_colors---text-color);
  font-size: var(--_typography---heading-5--font-size);
  line-height: var(--_typography---heading-5--line-height);
  font-weight: var(--_typography---heading-5--font-weight);
  letter-spacing: var(--_typography---heading-5--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-6 {
  font-family: var(--_typography---font-family--aeonik);
  color: var(--_colors---text-color);
  font-size: var(--_typography---heading-6--font-size);
  line-height: var(--_typography---heading-6--line-height);
  font-weight: var(--_typography---heading-6--font-weight);
  letter-spacing: var(--_typography---heading-6--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-6.work-title-heading {
  text-transform: uppercase;
}

.paragraph {
  font-family: var(--_typography---font-family--aeonik);
  color: var(--_colors---text-color);
  font-size: var(--_typography---paragraph--font-size);
  line-height: var(--_typography---paragraph--line-height);
  font-weight: var(--_typography---paragraph--font-weight);
  letter-spacing: var(--_typography---paragraph--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

.small-mono {
  font-family: var(--_typography---font-family--aeonik-mono);
  color: var(--_colors---text-color);
  font-size: var(--_typography---small-mono--font-size);
  line-height: var(--_typography---small-mono--line-height);
  font-weight: var(--_typography---small-mono--font-weight);
  letter-spacing: var(--_typography---small-mono--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.small-mono.toggle-text {
  color: var(--_colors---main-background);
  margin-top: 1px;
  line-height: 11px;
}

.column-1 {
  width: var(--_grid---column-1);
  flex-flow: column;
  display: flex;
}

.column-2 {
  width: var(--_grid---column-2);
  flex-flow: column;
  display: flex;
}

.column-3 {
  width: var(--_grid---column-3);
  grid-column-gap: var(--_grid---gap);
  grid-row-gap: var(--_grid---gap);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.column-3.footer-right-col {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.column-3.hero-right-col {
  justify-content: space-around;
  align-items: flex-end;
}

.column-3.hero-left-col {
  justify-content: space-between;
}

.column-3.footer-top-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.column-4 {
  width: var(--_grid---column-4);
  grid-column-gap: var(--_grid---gap);
  grid-row-gap: var(--_grid---gap);
  flex-flow: column;
  display: flex;
}

.column-5 {
  width: var(--_grid---column-5);
  flex-flow: column;
  display: flex;
}

.column-5.start-a-project {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: flex-start;
}

.column-6 {
  width: var(--_grid---column-6);
  grid-column-gap: var(--_grid---gap);
  grid-row-gap: var(--_grid---gap);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.column-6.our-impact-col {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
}

.column-6.main-headline-col {
  margin-right: var(--_grid---column-1);
}

.column-6.latest-projects-cont {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 50px;
}

.column-7 {
  width: var(--_grid---column-7);
  flex-flow: column;
  display: flex;
}

.column-7.h-center.cta-col {
  width: var(--_grid---column-9);
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

.column-8 {
  width: var(--_grid---column-8);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-9 {
  width: var(--_grid---column-9);
  flex-flow: column;
  display: flex;
}

.column-10 {
  width: var(--_grid---column-12);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.column-10.bottom-justify {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-self: center;
  margin-top: 100px;
}

.column-10.cta-col {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

.column-10.col-10-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.column-10.our-impact-col {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.column-11 {
  width: var(--_grid---column-11);
  flex-flow: column;
  display: flex;
}

.column-12 {
  width: var(--_grid---column-12);
  grid-column-gap: var(--_grid---gap);
  grid-row-gap: var(--_grid---gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-12.our-impact-col {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.color-swatch {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 216px;
  display: flex;
}

.color-swatch.main-background {
  background-color: var(--_colors---main-background);
  border: 1px solid #13120f;
}

.color-swatch.text-color {
  background-color: var(--_colors---text-color);
}

.color-swatch.red {
  background-color: var(--_colors---red);
}

.color-swatch.is-main-bg {
  background-color: var(--_colors---main-background);
  border: 1px solid #13120f;
}

.color-swatch.is-text {
  background-color: var(--_colors---text-color);
}

.color-swatch.is-red {
  background-color: var(--_colors---red);
}

.style-tag {
  font-family: var(--_typography---font-family--aeonik-mono);
  color: var(--_colors---text-color);
  font-size: var(--_typography---small-mono--font-size);
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 1px solid #13120f;
  border-radius: 999px;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 10px;
  display: inline-flex;
}

.section-title {
  font-family: var(--_typography---font-family--aeonik-mono);
  color: var(--_colors---text-color);
  font-size: var(--_typography---small-mono--font-size);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.text-strip {
  border-top: 1px solid #13120f;
  align-items: baseline;
  gap: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.meta {
  font-family: var(--_typography---font-family--aeonik-mono);
  color: var(--_colors---text-color);
  font-size: var(--_typography---small-mono--font-size);
  letter-spacing: .5px;
  white-space: nowrap;
  margin-left: auto;
}

.grid-cell {
  background-color: var(--_colors---red);
  font-family: var(--_typography---font-family--aeonik-mono);
  color: #e0e0e0;
  font-size: var(--_typography---small-mono--font-size);
  text-align: center;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 12px;
}

.text-row {
  border-top: 1px solid #13120f;
  align-items: baseline;
  gap: 16px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.site-navigation {
  background-color: var(--_colors---text-color);
  border-radius: 7.5px;
  justify-content: space-between;
  align-items: center;
  width: 420px;
  padding: 13.5px;
  display: flex;
  position: relative;
}

.site-branding {
  width: 70px;
  color: var(--_colors---main-background);
  align-items: center;
  line-height: 1em;
  display: flex;
}

.link-block {
  color: var(--_colors---text-color);
  text-decoration: none;
}

.site-nav-toggle {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.toggle-lines {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}

.toggle-line {
  background-color: var(--_colors---red);
  width: 100%;
  height: 1px;
  padding: 0;
  display: block;
  position: absolute;
  inset: 7px auto auto 0%;
}

.site-logo-link {
  color: var(--_colors---main-background);
  text-decoration: none;
}

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

.header-clock {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.header-clock-icon {
  width: 13px;
  color: var(--_colors---red);
}

.small-mono {
  display: block;
}

.small-mono.scroll-text {
  opacity: .5;
  margin-left: 100px;
  padding-bottom: 75px;
}

.small-mono.work-tag {
  background-color: var(--_colors---red);
}

.small-mono.carousel-work-tag {
  background-color: var(--_colors---red);
  border-radius: 5px;
  padding: 5px 10px;
  white-space: nowrap;
}

.primary-button {
  grid-column-gap: 2.5px;
  grid-row-gap: 2.5px;
  font-family: var(--_typography---font-family--aeonik-mono);
  color: var(--_colors---main-background);
  font-size: var(--_typography---small-mono--font-size);
  line-height: var(--_typography---small-mono--font-size);
  font-weight: var(--_typography---small-mono--font-weight);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-text {
  color: var(--_colors---text-color);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 20px;
  line-height: 1em;
  overflow: hidden;
  box-shadow: 0 5px 10px #00000003;
}

.button-text:where(.w-variant-44ef3552-70de-c120-848a-34f84ec469e2) {
  border: 1px solid var(--_colors---red);
  background-color: var(--_colors---red);
  color: var(--_colors---text-color);
}

.button-icon {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  line-height: 1em;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px #00000003;
}

.button-icon:where(.w-variant-44ef3552-70de-c120-848a-34f84ec469e2) {
  border: 1px solid var(--_colors---red);
  background-color: var(--_colors---red);
  color: var(--_colors---text-color);
}

.button-icon-svg {
  width: 20px;
  color: var(--_colors---red);
  line-height: 1em;
  display: block;
}

.button-icon-svg:where(.w-variant-44ef3552-70de-c120-848a-34f84ec469e2) {
  color: var(--_colors---text-color);
}

.button-icon-svg.clone {
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(-100%, -50%);
}

.h-end {
  align-items: end;
}

.homepage-hero.section {
  flex-flow: row;
  min-height: 100vh;
  padding-top: 125px;
  padding-bottom: 0;
}

.h-flex {
  flex-direction: row;
}

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

.div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.home-spline-canvas {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

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

.our-studio {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.our-studio-section.section {
  justify-content: center;
  min-height: 100vh;
  padding-top: 200px;
}

.section-sub-title {
  text-align: center;
  white-space: nowrap;
  border: 1px solid #13120f1a;
  border-bottom-style: none;
  border-radius: 5px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.sub-title-text.small-mono {
  color: var(--_colors---red);
}

.our-vision-section.section {
  justify-content: center;
  min-height: 100vh;
}

.our-vision {
  width: 65%;
  margin-left: var(--_grid---column-2);
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.our-impact-section.section {
  padding-bottom: 0;
}

.info-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #f9f9f9;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 400px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #0000000d;
}

.info-box:where(.w-variant-b8db8904-5b84-e35d-19c1-dccd37dcc3e7) {
  background-color: var(--_colors---red);
}

.info-box.info-box-full {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  max-width: 500px;
  min-height: auto;
}

.info-box.info-box-partner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  min-height: 200px;
  padding: 30px 50px;
}

.align-right {
  text-align: right;
}

.our-services-section.services {
  z-index: 2;
  border-style: dashed none none;
  border-width: 1px;
  border-color: var(--_colors---red);
  min-height: 100vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.service-container.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 110px 30px 30px;
}

.basic-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin: 0;
  padding: 0;
  display: flex;
}

.list-item, .basic-list-item {
  list-style-type: none;
}

.basic-list-item.small-mono {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.basic-list-item.small-mono:where(.w-variant-3ff76c7d-30ba-7efb-f442-a01e2b55a59c) {
  color: var(--_colors---red);
}

.list-item-svg {
  width: 5px;
  height: 10px;
  color: var(--_colors---red);
  line-height: 1em;
}

.featured-work {
  border-radius: 5px;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 0 5px 10px #0000000d;
}

.work-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  display: flex;
}

.work-image {
  border-radius: 5px;
  width: 100%;
  height: 250px;
  min-height: auto;
  max-height: none;
  overflow: hidden;
}

.work-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--_colors---main-background);
  background-color: #fff;
  flex-flow: column-reverse;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.work-tags {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.work-tag.small-mono {
  background-color: var(--_colors---red);
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}

.v-end {
  justify-content: end;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 65%;
  display: flex;
}

.latest-projects-section.section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  height: 90vh;
  padding-bottom: 0;
}

.centered-slider-bullet {
  background-color: #0000;
  border-radius: 100em;
  width: 2em;
  height: 2em;
  padding: 0;
  position: relative;
}

.centered-slider-bullet:focus {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #fcfcfc;
}

.centered-slider-button {
  background-color: #efeeec1a;
  border: 1px solid #efeeec1a;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: 0;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.centered-slider-button:hover {
  background-color: #efeeec33;
  border-color: #efeeec40;
}

.centered-slider-button.is--prev {
  transform: rotate(-180deg);
}

.slider-button-arrow {
  justify-content: center;
  align-items: center;
  width: 1.25em;
}

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

.slide-demo__eyebrow {
  text-transform: uppercase;
  font-size: .75em;
  line-height: 1.2;
}

.slide-demo__details {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.centered-slider-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide-demo__avatar {
  border-radius: 100em;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
}

.centered-slider-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 4em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  overflow: clip;
}

.centered-slider-slide__inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: #f9f9f9;
  border: 1px solid #efeeec1a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25vw;
  padding: 15px;
  display: flex;
  position: relative;
}

.centered-slider-buttons {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.centered-slider-bullet__list {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.centered-slider-content {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-slider-slide {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .25em;
  transition: opacity .25s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.latest-projects-wrap-section.section {
  overflow: hidden;
}

.latest-projects {
  flex-flow: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.carousel-project {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.carousel-project-title {
  max-width: 100%;
  margin-top: 25px;
}

.carousel-project-image {
  border-radius: 7.5px;
  height: 400px;
  min-height: 400px;
  overflow: hidden;
}

.carousel-project-meta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  white-space: break-spaces;
  flex-flow: column;
  width: 100%;
  margin-bottom: 35px;
  margin-top: 20px;
  display: flex;
}

.project-link-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.cta-section.section {
  min-height: 100vh;
  padding-top: 200px;
}

.footer-section.section {
  justify-content: space-between;
  min-height: 100vh;
  max-height: 100vh;
  padding-top: 50px;
  padding-bottom: 30px;
}

.red {
  color: var(--_colors---red);
}

.list-item-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.list-item-link.light {
  color: var(--_colors---main-background);
}

.column-cell {
  grid-column-gap: var(--_grid---gap);
  grid-row-gap: var(--_grid---gap);
  flex-flow: column;
  display: flex;
}

.pe--spline--loader {
  position: fixed;
}

.site-nav-wrap {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  background-color: var(--_colors---text-color);
  border-radius: 7.5px;
  flex-flow: column;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 102% 0% auto;
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-menu-item-link {
  color: var(--_colors---main-background);
  font-size: var(--_typography---heading-4--font-size);
  line-height: var(--_typography---heading-4--line-height);
  text-transform: uppercase;
}

.main-menu-item-link.footer-menu-item-link {
  color: var(--_colors---text-color);
}

.site-nav-footer {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.site-nav-footer-right {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.light {
  color: var(--_colors---main-background);
}

.menu-toggle-svg {
  color: var(--_colors---red);
}

.code-embed {
  position: fixed;
}

.div-block-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  margin-top: 200px;
  display: flex;
}

.info-box-bottom {
  grid-column-gap: var(--_grid---gap);
  grid-row-gap: var(--_grid---gap);
  flex-flow: column;
  display: flex;
}

.info-box-top {
  justify-content: space-between;
  display: flex;
}

.info-box-top.v-center {
  justify-content: center;
}

.infobox-svg {
  width: 25px;
  height: 25px;
}

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

.self-center.made-in-lux-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 300px;
  display: flex;
}

.services-head.container {
  padding: var(--_grid---screen-padding);
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-6 {
  margin-top: 100px;
}

.service-text {
  width: 300px;
}

.services-progress {
  position: absolute;
  inset: auto auto 30px 50%;
  transform: translate(-50%);
}

.service-indexes {
  height: var(--_typography---heading-2--line-height);
  overflow: hidden;
}

.service-index {
  text-align: right;
}

.service-titles {
  height: var(--_typography---heading-4--line-height);
  text-align: right;
  overflow: hidden;
}

.service-title {
  text-align: left;
  white-space: nowrap;
}

.service-title.hide-desktop {
  display: none;
}

.unsplash-image {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  display: block;
}

.motionpath-wrap {
  width: 100%;
  height: 450vh;
  position: relative;
  overflow: clip;
}

.motionpath-content-item__label {
  color: #13131399;
  background-color: #fff;
  border-radius: 100em;
  padding: .5em .75em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.2;
}

.motionpath-content-item__label.small-mono {
  border-radius: 5px;
}

.motionpath-content-title {
  z-index: 0;
  color: #1313130f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30vw;
  line-height: .8;
  position: absolute;
}

.motionpath-content-item__visual {
  aspect-ratio: 1 / 1.5;
  border-radius: .75em;
  flex: none;
  width: max(25vw, 12rem);
  overflow: hidden;
}

.motionpath-content-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.motionpath-content-path {
  width: 100vmax;
  height: 100%;
  max-height: 65vh;
}

.motionpath-content-inner {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.motionpath-content-wrap {
  z-index: 1;
  position: absolute;
}

.motionpath-content-item__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

.motionpath-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.motionpath-svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.motionpath-content-item__details {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  /* white-space: nowrap; */
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.motionpath-content-item__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.latest-projects-text {
  width: 400px;
}

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

.div-block-7 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-8 {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 200px;
  margin-bottom: 200px;
  display: flex;
}

.svg {
  color: var(--_colors---text-color);
}

.partner-svg {
  width: 100px;
}

.partner-logo {
  width: 150px;
}

.div-block-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.div-block-11 {
  margin-right: 100px;
}

.made-in-lux.self-center {
  width: 90px;
}

.display-none {
  display: none;
}

@media screen and (min-width: 1440px) {
  .column-10 {
    width: var(--_grid---column-10);
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font-family--aeonik: Aeonik, Arial, sans-serif;
    --_typography---paragraph--font-size: 16px;
    --_typography---paragraph--font-weight: 400;
    --_typography---font-family--fk-display: Fkdisplay, Arial, sans-serif;
    --_typography---heading-1--font-weight: 400;
    --_typography---heading-1--letter-spacing: -2.04px;
    --_typography---heading-1--font-size: 61.04px;
    --_typography---heading-1--line-height: 63.92px;
    --_typography---heading-2--font-size: 48.83px;
    --_typography---heading-2--line-height: 53.66px;
    --_typography---heading-2--font-weight: 400;
    --_typography---heading-2--letter-spacing: -1.45px;
    --_typography---heading-4--font-size: 31.25px;
    --_typography---heading-4--line-height: 37px;
    --_typography---heading-3--font-size: 39.06px;
    --_typography---heading-3--line-height: 46.39px;
    --_typography---heading-3--font-weight: 400;
    --_typography---heading-3--letter-spacing: -1.16px;
    --_typography---heading-4--font-weight: 400;
    --_typography---heading-4--letter-spacing: -.41px;
    --_typography---heading-5--font-size: 25px;
    --_typography---heading-5--line-height: 28.14px;
    --_typography---heading-5--font-weight: 400;
    --_typography---heading-5--letter-spacing: -.66px;
    --_typography---heading-6--font-size: 20px;
    --_typography---heading-6--line-height: 26.25px;
    --_typography---heading-6--font-weight: 400;
    --_typography---heading-6--letter-spacing: -.47px;
    --_typography---paragraph--line-height: 22px;
    --_typography---paragraph--letter-spacing: 0px;
    --_typography---font-family--aeonik-mono: "Aeonik Mono", Arial, sans-serif;
    --_typography---small-mono--font-size: 11px;
    --_typography---small-mono--line-height: 14px;
    --_typography---small-mono--font-weight: 400;
    --_typography---small-mono--letter-spacing: 0px;
    --_grid---screen-padding: 30px;
    --_grid---gap: 15px;
    --_grid---column-1: 12.5%;
    --_grid---column-2: 25%;
    --_grid---column-4: 50%;
    --_grid---column-3: 37.5%;
    --_grid---column-6: 50%;
    --_grid---column-12: 100%;
    --_grid---column-7: 87.5%;
    --_grid---column-8: 100%;
    --_grid---column-5: 62.5%;
    --_grid---column-10: 100%;
    --_grid---column-9: 100%;
    --_grid---column-11: 100%;
    --_grid---columns: 12;
  }

  .section {
    padding-bottom: 100px;
  }

  .container.service-top-cont {
    display: none;
  }

  .container.service-center-cont {
    margin-top: 75px;
  }

  .container.footer-top-cont {
    justify-content: space-between;
  }

  .heading-1 {
    font-size: 50px;
  }

  .heading-2.service-index-heading {
    font-size: var(--_typography---heading-4--font-size);
    line-height: var(--_typography---heading-4--line-height);
  }

  .heading-4 {
    font-size: var(--_typography---heading-4--font-size);
  }

  .column-2.services-sub-cont {
    width: var(--_grid---column-4);
    order: -9999;
  }

  .column-3 {
    width: var(--_grid---column-6);
  }

  .column-3.footer-right-col {
    width: var(--_grid---column-4);
  }

  .column-3.hero-right-col {
    width: var(--_grid---column-6);
    justify-content: space-between;
  }

  .column-3.hero-left-col {
    width: var(--_grid---column-7);
  }

  .column-3.v-end.service-bottom-left-cont {
    width: var(--_grid---column-6);
  }

  .column-3.footer-top-left {
    margin-top: 75px;
  }

  .column-3.service-cont-list {
    width: var(--_grid---column-8);
  }

  .column-3.service-bottom-right-cont {
    width: var(--_grid---column-6);
  }

  .column-4.h-center.site-header-center {
    width: var(--_grid---column-8);
    align-items: start;
  }

  .column-4.site-header-left {
    display: none;
  }

  .column-5.services-index-cont {
    width: var(--_grid---column-1);
  }

  .column-5.service-titles-cont {
    width: var(--_grid---column-7);
  }

  .column-6 {
    width: var(--_grid---column-6);
  }

  .column-6.main-headline-col {
    text-align: right;
    align-items: flex-end;
    margin-right: 0%;
  }

  .column-6.latest-projects-cont {
    padding-top: 100px;
  }

  .column-6.info-box-col {
    width: var(--_grid---column-10);
  }

  .column-6.service-bottom-center-cont, .column-6.footer-top-center-cont {
    display: none;
  }

  .column-7.h-center.cta-col {
    width: var(--_grid---column-12);
  }

  .site-navigation {
    width: 300px;
  }

  .header-clock {
    display: flex;
  }

  .small-mono.scroll-text {
    margin-left: 0;
  }

  .homepage-hero.section {
    min-height: 100vh;
    margin-bottom: 0;
  }

  .div-block-2 {
    margin-bottom: 125px;
  }

  .our-studio {
    width: 100%;
  }

  .our-vision {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    margin-left: 0%;
  }

  .info-box, .info-box:where(.w-variant-b8db8904-5b84-e35d-19c1-dccd37dcc3e7) {
    min-height: 300px;
  }

  .info-box.info-box-partner {
    min-height: 150px;
  }

  .featured-work {
    align-self: end;
    width: 80%;
  }

  .services-head.container {
    justify-content: flex-end;
  }

  .div-block-6 {
    margin-top: 75px;
  }

  .services-progress {
    display: none;
  }

  .service-indexes {
    height: var(--_typography---heading-4--line-height);
  }

  .service-index {
    line-height: var(--_typography---heading-4--line-height);
  }

  .service-title {
    text-align: right;
  }

  .service-title.hide-desktop {
    display: none;
  }

  .motionpath-content-item__visual {
    width: max(50vw, 12rem);
  }

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

@media screen and (max-width: 767px) {
  .motionpath-content-item__label {
    font-size: .625em;
  }

  .motionpath-content-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .motionpath-content-path {
    max-height: 70vh;
  }

  .motionpath-content-inner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .motionpath-content-item__title {
    font-size: 1.25em;
  }

  .motionpath-content-item__details {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-top: 1em;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font-family--aeonik: Aeonik, Arial, sans-serif;
    --_typography---paragraph--font-size: 16px;
    --_typography---paragraph--font-weight: 400;
    --_typography---font-family--fk-display: Fkdisplay, Arial, sans-serif;
    --_typography---heading-1--font-weight: 400;
    --_typography---heading-1--letter-spacing: -1.6px;
    --_typography---heading-1--font-size: 47.78px;
    --_typography---heading-1--line-height: 50.04px;
    --_typography---heading-2--font-size: 39.81px;
    --_typography---heading-2--line-height: 43.75px;
    --_typography---heading-2--font-weight: 400;
    --_typography---heading-2--letter-spacing: -1.18px;
    --_typography---heading-4--font-size: 22.65px;
    --_typography---heading-4--line-height: 28px;
    --_typography---heading-3--font-size: 33.18px;
    --_typography---heading-3--line-height: 39.41px;
    --_typography---heading-3--font-weight: 400;
    --_typography---heading-3--letter-spacing: -.99px;
    --_typography---heading-4--font-weight: 400;
    --_typography---heading-4--letter-spacing: -.36px;
    --_typography---heading-5--font-size: 23.04px;
    --_typography---heading-5--line-height: 25.93px;
    --_typography---heading-5--font-weight: 400;
    --_typography---heading-5--letter-spacing: -.61px;
    --_typography---heading-6--font-size: 19.2px;
    --_typography---heading-6--line-height: 25.2px;
    --_typography---heading-6--font-weight: 400;
    --_typography---heading-6--letter-spacing: -.45px;
    --_typography---paragraph--line-height: 22px;
    --_typography---paragraph--letter-spacing: 0px;
    --_typography---font-family--aeonik-mono: "Aeonik Mono", Arial, sans-serif;
    --_typography---small-mono--font-size: 11px;
    --_typography---small-mono--line-height: 14px;
    --_typography---small-mono--font-weight: 400;
    --_typography---small-mono--letter-spacing: 0px;
    --_grid---screen-padding: 20px;
    --_grid---gap: 15px;
    --_grid---column-1: 25%;
    --_grid---column-2: 50%;
    --_grid---column-4: 100%;
    --_grid---column-3: 75%;
    --_grid---column-6: 100%;
    --_grid---column-12: 100%;
    --_grid---column-7: 100%;
    --_grid---column-8: 100%;
    --_grid---column-5: 100%;
    --_grid---column-10: 100%;
    --_grid---column-9: 100%;
    --_grid---column-11: 100%;
    --_grid---columns: 12;
  }

  .site-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }

  .section.latest--projects {
    overflow: visible;
  }

  .container.h-justify, .container.footer-bottom-cont {
    flex-flow: column;
  }

  .container.service-center-cont {
    flex-flow: column;
    margin-top: 25px;
  }

  .container.footer-top-cont {
    padding-top: 50px;
  }

  .container.service-bottom-cont {
    flex-flow: column;
  }

  .heading-1 {
    text-align: left;
    font-size: 40px;
  }

  .heading-1.cta-headline {
    text-align: left;
  }

  .heading-1.heading-line-edit {
    text-align: center;
    font-size: 38px;
  }

  .heading-4 {
    text-align: left;
  }

  .heading-4.home-hero-headline {
    text-align: center;
  }

  .column-3.footer-right-col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .column-3.hero-right-col {
    width: var(--_grid---column-12);
  }

  .column-3.hero-left-col {
    width: var(--_grid---column-12);
    min-height: 85vh;
    padding-top: 30px;
  }

  .column-4.h-center.site-header-center, .column-6 {
    width: var(--_grid---column-12);
  }

  .column-6.our-impact-col {
    align-items: center;
  }

  .column-6.main-headline-col {
    width: var(--_grid---column-12);
    align-items: center;
    margin-top: 150px;
    margin-right: 0%;
  }

  .column-6.latest-projects-cont {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .column-6.info-box-col {
    width: var(--_grid---column-3);
  }

  .column-10.our-impact-col.bottom-justify {
    flex-flow: column;
    padding-bottom: 30px;
  }

  .site-navigation {
    width: 100%;
  }

  .small-mono.scroll-text {
    display: none;
  }

  .homepage-hero.section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: flex-start;
    padding-top: 100px;
  }

  .div-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    margin-bottom: 25px;
  }

  .our-studio {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .our-studio-section.section {
    padding-top: 75px;
  }

  .service-container.container {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    border-top: 1px dashed var(--_colors---red);
    min-height: auto;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .featured-work {
    width: 100%;
  }

  .work-tags {
    display: none;
  }

  .centered-slider-slide__inner {
    width: 100%;
  }

  .centered-slider-slide {
    width: 85vw;
  }

  .carousel-project-title {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .carousel-project-meta {
    display: none;
  }

  .cta-section.section {
    min-height: 65vh;
    padding-top: 100px;
  }

  .code-embed.spline-code {
    pointer-events: none;
  }

  .div-block-4 {
    margin-top: 100px;
  }

  .div-block-5 {
    margin-top: 150px;
  }

  .services-head.container {
    padding-top: 100px;
    display: none;
  }

  .service-titles {
    text-align: left;
  }

  .service-title.hide-desktop {
    display: block;
  }

  .service-titles-wrap {
    text-align: left;
  }

  .motionpath-content-item__visual {
    width: max(55vw, 12rem);
  }

  .motionpath-content-item {
    flex-flow: column;
  }

  .motionpath-content-wrap, .motionpath-content-list {
    height: 100%;
  }

  .div-block-7 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .div-block-9 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .div-block-10 {
    width: 100%;
  }

  .hide-mobile {
    display: none;
  }

  .hero-sub-text {
    text-align: center;
  }
}


@font-face {
  font-family: 'Fkdisplay';
  src: url('../fonts/FKDisplay-RegularAlt.woff2') format('woff2'), url('../fonts/FKDisplay-RegularAlt.woff') format('woff'), url('../fonts/FKDisplay-RegularAlt.ttf') format('truetype'), url('../fonts/FKDisplay-RegularAlt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik Mono';
  src: url('../fonts/aeonik_mono_regular.woff2') format('woff2'), url('../fonts/aeonik_mono_regular.eot') format('embedded-opentype'), url('../fonts/aeonik_mono_regular.woff') format('woff'), url('../fonts/aeonik_mono_regular.ttf') format('truetype'), url('../fonts/aeonikmono-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.woff2') format('woff2'), url('../fonts/Aeonik-Regular.woff') format('woff'), url('../fonts/Aeonik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
section.clients {
  max-width: 100vw;
  overflow: hidden;
  padding-top: 200px;
}
.clients-carousel {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  vertical-align: center;
  --gap: 250px;
  padding-left: var(--gap);
  gap: var(--gap);
  width: fit-content;
  margin-bottom: 50px;
}

.clients-carousel {
  animation: scroll-right var(--scroll-duration) linear infinite;
}

.clients-carousel.left-to-right {
  animation: scroll-left var(--scroll-duration) linear infinite;
}

.clients-carousel .client {
  width: var(--itemWidth)
}

.clients-carousel .client svg { 
  width: 100%;
  height: fit-content;
}

.clients-carousel .client svg,
.clients-carousel .client svg path {
  fill: #13120f;
}

@keyframes scroll-right {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-1 * var(--scroll-width))); }
}

@keyframes scroll-left {
  from { transform: translateX(calc(-1 * var(--scroll-width))); }
  to { transform: translateX(0); }
}