@import "../vendor/cabinet-grotesk/css/cabinet-grotesk.css";
@import "../vendor/satoshi/css/satoshi.css";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Satisfy&display=swap");
:root {
  --family-sans: "Satoshi-Regular", sans-serif;
  --family-sans-alt: "CabinetGrotesk-Bold";
  --family-serif: "Libre Baskerville", serif;
  --family-mono: "Fira Code", monospace;
}

:root {
  --color-brand-100: #f5f5f5;
  --color-brand-200: #8F8374;
  --color-brand-300: #D9D9D9;
  --color-brand-400: #B3B3B3;
  --color-brand-500: #757575;
  --color-brand-600: #444444;
  --color-brand-700: #383838;
  --color-brand-800: #2C2C2C;
  --color-brand-900: #1E1E1E;
  --color-brand-1000: #111111;
  --color-white-100: rgba(255,255,255, 0.05);
  --color-white-200: rgba(255,255,255, 0.1);
  --color-white-300: rgba(255,255,255, 0.2);
  --color-white-400: rgba(255,255,255, 0.4);
  --color-white-500: rgba(255,255,255, 0.7);
  --color-white-600: rgba(255,255,255, 0.8);
  --color-white-700: rgba(255,255,255, 0.85);
  --color-white-800: rgba(255,255,255, 0.9);
  --color-white-900: rgba(255,255,255, 0.95);
  --color-white-1000: rgba(255,255,255, 1);
  --color-black-100: rgba(0,0,0, 0.05);
  --color-black-200: rgba(0,0,0, 0.1);
  --color-black-300: rgba(0,0,0, 0.2);
  --color-black-400: rgba(0,0,0, 0.4);
  --color-black-500: rgba(0,0,0, 0.7);
  --color-black-600: rgba(0,0,0, 0.8);
  --color-black-700: rgba(0,0,0, 0.85);
  --color-black-800: rgba(0,0,0, 0.9);
  --color-black-900: rgba(0,0,0, 0.95);
  --color-black-1000: rgba(0,0,0, 1);
  --color-green-100: #EBFFEE;
  --color-green-200: #CFF7D3;
  --color-green-300: #AFF4C6;
  --color-green-400: #85E0A3;
  --color-green-500: #14AE5C;
  --color-green-600: #009951;
  --color-green-700: #008043;
  --color-green-800: #02542D;
  --color-green-900: #024023;
  --color-green-1000: #062D1B;
  --color-pink-100: #FCF1FD;
  --color-pink-200: #FAE1FA;
  --color-pink-300: #F5C0EF;
  --color-pink-400: #F19EDC;
  --color-pink-500: #EA3FB8;
  --color-pink-600: #D732A8;
  --color-pink-700: #BA2A92;
  --color-pink-800: #8A226F;
  --color-pink-900: #57184A;
  --color-pink-1000: #3F1536;
  --color-red-100: #FEE9E7;
  --color-red-200: #FDD3D0;
  --color-red-300: #FCB3AD;
  --color-red-400: #F4776A;
  --color-red-500: #EC221F;
  --color-red-600: #C00F0C;
  --color-red-700: #900B09;
  --color-red-800: #690807;
  --color-red-900: #4D0B0A;
  --color-red-1000: #300603;
  --color-slate-100: #F3F3F3;
  --color-slate-200: #E3E3E3;
  --color-slate-300: #CDCDCD;
  --color-slate-400: #B2B2B2;
  --color-slate-500: #949494;
  --color-slate-600: #767676;
  --color-slate-700: #5A5A5A;
  --color-slate-800: #434343;
  --color-slate-900: #303030;
  --color-slate-1000: #242424;
  --color-yellow-100: #FFFBE8;
  --color-yellow-200: #FFF1C2;
  --color-yellow-300: #FFE8A3;
  --color-yellow-400: #E8B931;
  --color-yellow-500: #E5A000;
  --color-yellow-600: #BF6A02;
  --color-yellow-700: #975102;
  --color-yellow-800: #682D03;
  --color-yellow-900: #522504;
  --color-yellow-1000: #401B01;
}

:root {
  --weight-100: 100;
  --weight-200: 200;
  --weight-300: 300;
  --weight-400: 400;
  --weight-500: 500;
  --weight-600: 600;
  --weight-700: 700;
  --weight-800: 800;
  --weight-900: 900;
  --space-0: 0;
  --space-050: 2px;
  --space-100: 4px;
  --space-150: 6px;
  --space-200: 8px;
  --space-300: 12px;
  --space-400: 16px;
  --space-600: 24px;
  --space-800: 32px;
  --space-1200: 48px;
  --space-1600: 64px;
  --space-2400: 96px;
  --space-4000: 160px;
  --space-negative-100: -4px;
  --space-negative-200: -8px;
  --space-negative-300: -12px;
  --space-negative-400: -16px;
  --space-negative-600: -24px;
  --radius-100: 4px;
  --radius-200: 8px;
  --radius-400: 16px;
  --radius-full: 9999px;
  --device-100: 320px;
  --device-200: 480px;
  --device-250: 540px;
  --device-300: 768px;
  --device-400: 960px;
  --device-500: 1024px;
  --device-600: 1280px;
  --device-700: 1440px;
  --device-650: 1680px;
  --device-800: 1920px;
}

:root {
  --layout-row: row;
  --layout-column: column;
  --align-start: flex-start;
  --align-center: center;
  --align-end: flex-end;
  --align-between: space-between;
  --align-around: space-around;
  --container-padding: var(--space-4);
  --section-gap: var(--space-6);
  --element-gap: var(--space-3);
  --scale-100: clamp(0.75rem, calc(0.75rem + 0.2vw), 0.8125rem);
  --scale-150: clamp(0.8125rem, calc(0.8125rem + 0.2vw), 0.875rem);
  --scale-200: clamp(0.875rem, calc(0.875rem + 0.2vw), 1rem);
  --scale-250: clamp(0.9375rem, calc(0.9375rem + 0.2vw), 1.15rem);
  --scale-300: clamp(1rem, calc(1rem + 0.2vw), 1.25rem);
  --scale-400: clamp(1rem, calc(1.188rem + 0.2vw), 1.45rem);
  --scale-500: clamp(1rem, calc(1.25rem + 0.2vw), 1.5rem);
  --scale-600: clamp(1rem, calc(1.5rem + 0.2vw), 2rem);
  --scale-700: clamp(1rem, calc(2rem + 0.2vw), 2.5rem);
  --scale-800: clamp(1rem, calc(2.5rem + 0.2vw), 3rem);
  --scale-900: clamp(1rem, calc(3rem + 0.2vw), 3.25rem);
  --scale-950: clamp(1rem, calc(3.25rem + 0.2vw), 4rem);
  --scale-1000: clamp(1rem, calc(4rem + 0.2vw), 4.25rem);
  --scale-1100: clamp(1rem, calc(8rem + 0.2vw), 9rem);
}

:root {
  --title-hero-family: var(--family-sans);
  --title-hero-size: var(--scale-1100);
  --title-hero-size-sm: var(--scale-1000);
  --title-hero-weight: var(--weight-700);
  --title-page-family: var(--family-sans);
  --title-page-size: var(--scale-800);
  --title-page-weight: var(--weight-700);
  --subtitle-family: var(--family-sans);
  --subtitle-size: var(--scale-700);
  --subtitle-weight: var(--weight-400);
  --heading-family: var(--family-sans);
  --heading-size-sm: var(--scale-400);
  --heading-size-base: var(--scale-500);
  --heading-size-lg: var(--scale-600);
  --heading-weight: var(--weight-600);
  --subheading-family: var(--family-sans);
  --subheading-size-sm: var(--scale-300);
  --subheading-size-md: var(--scale-400);
  --subheading-size-lg: var(--scale-500);
  --subheading-weight: var(--weight-400);
  --body-family: var(--family-sans);
  --body-size-xs: var(--scale-100);
  --body-size-sm: var(--scale-200);
  --body-size-md: var(--scale-300);
  --body-size-lg: var(--scale-400);
  --body-weight-regular: var(--weight-400);
  --body-weight-strong: var(--weight-600);
  --body-style-italic: italic;
}

:root {
  --surface-default: #F7F7F7;
  --surface-default-hover: var(--color-black-100);
  --surface-secondary: #F7F7F7;
  --surface-secondary-hover: var(--color-black-200);
  --surface-tertiary: var(--color-black-300);
  --surface-tertiary-hover: var(--color-black-400);
  --surface-background: #292928;
  --border-default: #3E3E3E;
  --border-default-on: #F6E2C8;
  --surface-neutral-default: var(--color-slate-700);
  --surface-neutral-hover: var(--color-slate-800);
  --surface-neutral-secondary: var(--color-slate-300);
  --surface-neutral-secondary-hover: var(--color-slate-400);
  --surface-neutral-tertiary: var(--color-slate-200);
  --surface-neutral-tertiary-hover: var(--color-slate-300);
  --surface-brand-default: #F6E2C8;
  --surface-brand-hover: var(--color-brand-900);
  --surface-brand-secondary: #8F8374;
  --surface-brand-secondary-hover: var(--color-brand-300);
  --surface-brand-tertiary: var(--color-brand-100);
  --surface-brand-tertiary-hover: var(--color-brand-200);
  --surface-positive-default: var(--color-green-500);
  --surface-positive-hover: var(--color-green-600);
  --surface-positive-secondary: var(--color-green-200);
  --surface-positive-secondary-hover: var(--color-green-300);
  --surface-positive-tertiary: var(--color-green-100);
  --surface-positive-tertiary-hover: var(--color-green-200);
  --surface-warning-default: var(--color-yellow-400);
  --surface-warning-hover: var(--color-yellow-500);
  --surface-warning-secondary: var(--color-yellow-200);
  --surface-warning-secondary-hover: var(--color-yellow-300);
  --surface-warning-tertiary: var(--color-yellow-100);
  --surface-warning-tertiary-hover: var(--color-yellow-200);
  --surface-danger-default: var(--color-red-500);
  --surface-danger-hover: var(--color-red-600);
  --surface-danger-secondary: var(--color-red-200);
  --surface-danger-secondary-hover: var(--color-red-300);
  --surface-danger-tertiary: var(--color-red-100);
  --surface-danger-tertiary-hover: var(--color-red-200);
}

:root {
  --text-default: #F6E2C8;
  --text-default-on: #292928;
  --text-secondary: #8F8374;
  --text-secondary-on: var(--color-white-500);
  --text-tertiary: var(--color-black-400);
  --text-tertiary-on: var(--color-white-400);
  --text-neutral-default: var(--color-slate-900);
  --text-neutral-default-on: var(--color-slate-200);
  --text-neutral-secondary: var(--color-slate-700);
  --text-neutral-secondary-on: var(--color-slate-300);
  --text-neutral-tertiary: var(--color-slate-600);
  --text-neutral-tertiary-on: var(--color-slate-400);
  --text-on-neutral: var(--color-slate-100);
  --text-on-neutral-secondary: var(--color-slate-900);
  --text-on-neutral-tertiary: var(--color-slate-800);
  --text-brand-default: var(--color-brand-800);
  --text-brand-default-on: var(--color-brand-100);
  --text-brand-secondary: var(--color-brand-600);
  --text-brand-secondary-on: var(--color-brand-300);
  --text-brand-tertiary: var(--color-brand-500);
  --text-brand-tertiary-on: var(--color-brand-400);
  --text-on-brand: var(--color-brand-100);
  --text-on-brand-secondary: var(--color-brand-900);
  --text-on-brand-tertiary: var(--color-brand-800);
  --text-positive-default: var(--color-green-800);
  --text-positive-default-on: var(--color-green-200);
  --text-positive-secondary: var(--color-green-600);
  --text-positive-secondary-on: var(--color-green-400);
  --text-positive-tertiary: var(--color-green-500);
  --text-positive-tertiary-on: var(--color-green-600);
  --text-on-positive: var(--color-green-100);
  --text-on-positive-secondary: var(--color-green-800);
  --text-on-positive-tertiary: var(--color-green-800);
  --text-warning-default: var(--color-yellow-900);
  --text-warning-default-on: var(--color-yellow-200);
  --text-warning-secondary: var(--color-yellow-700);
  --text-warning-secondary-on: var(--color-yellow-400);
  --text-warning-tertiary: var(--color-yellow-600);
  --text-warning-tertiary-on: var(--color-yellow-600);
  --text-on-warning: var(--color-yellow-1000);
  --text-on-warning-secondary: var(--color-yellow-800);
  --text-on-warning-tertiary: var(--color-yellow-900);
  --text-danger-default: var(--color-red-700);
  --text-danger-default-on: var(--color-red-200);
  --text-danger-secondary: var(--color-red-600);
  --text-danger-secondary-on: var(--color-red-400);
  --text-danger-tertiary: var(--color-red-500);
  --text-danger-tertiary-on: var(--color-red-500);
  --text-on-danger: var(--color-red-100);
  --text-on-danger-secondary: var(--color-red-700);
  --text-on-danger-tertiary: var(--color-red-700);
  --text-disabled-default: var(--color-brand-400);
  --text-on-disabled: var(--color-brand-400);
  --text-on-overlay: var(--color-black-1000);
  --text-on-measurement: var(--color-pink-800);
}

@keyframes fade-variation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blurred-in {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes fade-from-bottom {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-from-top {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fade-from-top-sm {
  0% {
    transform: translateY(-5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes strafe-from-bottom {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes rounded-from-left {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes slide-from-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slides-left-to-right {
  0% {
    transform: translateX(-100%);
  }
  25% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1;
}

body {
  font-family: var(--body-family);
  color: var(--text-default);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--family-sans);
}

p {
  font-family: var(--body-family);
  font-size: var(--body-size-lg);
  line-height: 160%;
}

h1 {
  font-size: var(--title-hero-size);
  font-family: "Satoshi-Black", sans-serif;
  font-weight: 900;
  font-weight: 500;
}

h2 {
  font-size: var(--title-page-size);
  font-weight: var(--title-page-weight);
}

h3 {
  font-size: var(--subtitle-size);
  font-family: var(--family-sans);
  font-weight: var(--subtitle-weight);
}

h4 {
  font-size: var(--heading-size-md);
  font-weight: var(--heading-weight);
}

h5 {
  font-size: var(--title-page-size-md);
  font-weight: var(--title-page-weight);
}

.title {
  line-height: 120%;
}

.description, .paragraph {
  line-height: 160%;
}

body {
  height: 100%;
  margin: 0;
  background-color: var(--surface-background);
}

::selection {
  background-color: #000;
}

img {
  user-select: none;
}

.layout.debug [class*=container], .layout.debug [class*=section], .layout.debug header, .layout.debug footer {
  box-shadow: 0 0 0 3px gray;
}
.layout.debug [class*=container] > :hover, .layout.debug [class*=section] > :hover, .layout.debug header > :hover, .layout.debug footer > :hover {
  box-shadow: 0 0 0 3px black;
  background-color: rgba(255, 33, 33, 0.1);
}

.layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  gap: var(--space-900);
  overflow-x: hidden;
  width: 100%;
  background-color: var(--surface-background);
  animation: fade-in 0.5s ease-in-out both;
}

.container {
  max-width: var(--device-600);
  width: 100%;
}
.container--sm {
  max-width: var(--device-400);
  width: 100%;
}
.container--md {
  max-width: var(--device-600);
  width: 100%;
}
.container--lg {
  max-width: var(--device-800);
  width: 100%;
}

.text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: var(--space-400) 0;
  gap: var(--space-200);
}
.text-container p.description {
  font-size: var(--scale-500);
}

.buttons-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--space-400) 0;
  gap: var(--space-400);
}

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

[class^=button], a {
  text-decoration: none;
}

.button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1.4em 2.8em;
  gap: var(--space-400);
  width: fit-content;
  background-color: var(--surface-secondary);
  border-radius: 999px;
  border: 1px solid var(--surface-secondary-hover);
  color: var(--text-default);
  transition: all 300ms ease;
  font-weight: 600;
}
.button:hover {
  background-color: var(--surface-secondary-hover);
}

.button--primary {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1.1em 2.2em;
  gap: var(--space-400);
  width: fit-content;
  font-weight: 600;
}
@media (min-width: 768px) {
  .button--primary {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 1.4em 2.8em;
    gap: var(--space-400);
  }
}
.button--primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: var(--surface-brand-default);
  border-radius: 999px;
  transition: all 300ms ease;
}
.button--primary__icon {
  display: inline-block;
  z-index: 1;
}
.button--primary__icon path {
  fill: var(--text-default-on);
}
.button--primary__text {
  position: relative;
  color: var(--text-default-on);
  z-index: 1;
  font-size: var(--body-size-md);
  font-family: "Satoshi-Bold", sans-serif;
}
.button--primary:hover::after {
  filter: blur(0);
  box-shadow: 0 0 0 7px var(--color-brand-200);
  opacity: 1;
}

.reveal-title {
  visibility: hidden;
}

.reveal-title .word {
  display: inline-block; /* <- keeps the whole word together */
  white-space: nowrap; /* prevent word-break inside */
}

.reveal-title .char {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
  filter: blur(4px);
  transition-delay: var(--char-delay, 0ms);
}

.reveal-title.animate .char {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.st-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 0;
  width: 100%;
}
.st-header .container {
  width: 100%;
  max-width: 1380px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-600);
  gap: 0;
}
@media (min-width: 992px) {
  .st-header .container {
    width: calc(100% - var(--space-800) * 2);
    padding: var(--space-800);
  }
}
.st-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  z-index: -2;
}
.st-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--surface-background), transparent);
  z-index: -1;
  opacity: 0;
  transition: opacity 500ms ease;
}
.st-header .video-avatar {
  width: 39px;
  height: 39px;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .st-header .video-avatar {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }
}
.st-header .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: var(--space-600);
}
.st-header .logo img {
  width: 52px;
}
.st-header .logo svg path {
  fill: var(--text-default);
}
.st-header:hover::before {
  opacity: 1;
}

/* ----------------------
THEME TOGGLE
---------------------- */
.theme-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
}
.theme-toggle .light {
  display: none;
}
.theme-toggle svg path {
  stroke: var(--text-default);
}

.layout__lighten .theme-toggle .light {
  display: inline-block;
}
.layout__lighten .theme-toggle .dark {
  display: none;
}

.section--landing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 0;
  overflow: hidden;
  width: 100%;
}
.section--landing .video-gobo {
  position: absolute;
  top: 0%;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0.3;
  filter: blur(5px);
  user-select: none;
  pointer-events: none;
  overflow-x: hidden;
}
.section--landing .video-gobo__container {
  width: 100%;
}
.section--landing .video-gobo .video-gobo__container {
  height: 50%;
}
.section--landing .video-gobo video {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  object-fit: cover;
  transform: scale(3) rotate(-45deg) translateX(25%);
}
@media (min-width: 992px) {
  .section--landing .video-gobo {
    top: 0;
  }
  .section--landing .video-gobo .video-gobo__container {
    display: flex;
    justify-content: flex-end;
    height: auto;
  }
  .section--landing .video-gobo video {
    transform: scale(1) rotate(0);
  }
}
.section--landing .introduction {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 0;
  height: 100vh;
}
.section--landing .introduction p.label {
  animation: blurred-in 1s 3.5s ease-in-out both;
}
.section--landing h1 {
  font-size: var(--scale-700);
  font-family: var(--family-sans);
  text-align: center;
  max-width: 1100px;
  line-height: 130%;
  padding: var(--space-400);
}
.section--landing h1 strong {
  font-family: "Satoshi-bold", sans-serif;
}
.section--landing h1 strong i {
  font-family: var(--family-serif);
}
@media (min-width: 992px) {
  .section--landing h1 {
    font-size: var(--scale-900);
    max-width: 1180px;
  }
}
.section--landing .buttons-container {
  margin-top: 48px;
  animation: blurred-in 1s 4s ease-in-out both;
}

.section--name-dropping {
  margin-bottom: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-400);
  gap: 0;
  height: 100%;
  align-items: stretch;
  width: calc(100% - var(--space-800) * 2);
}
@media (min-width: 768px) {
  .section--name-dropping {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--space-400);
    gap: 0;
    height: 100%;
    align-items: stretch;
    max-width: 1280px;
  }
}

[data-aos=name-dropping] .avatar:nth-child(1) {
  z-index: 0;
  animation: slide-from-left 0.5s 0ms linear;
}
[data-aos=name-dropping] .avatar:nth-child(1) img {
  animation: rounded-from-left 0.5s 0ms linear both;
}
[data-aos=name-dropping] .avatar:nth-child(2) {
  z-index: 1;
  animation: slide-from-left 0.5s 150ms linear;
}
[data-aos=name-dropping] .avatar:nth-child(2) img {
  animation: rounded-from-left 0.5s 150ms linear both;
}
[data-aos=name-dropping] .avatar:nth-child(3) {
  z-index: 2;
  animation: slide-from-left 0.5s 350ms linear;
}
[data-aos=name-dropping] .avatar:nth-child(3) img {
  animation: rounded-from-left 0.5s 350ms linear both;
}
[data-aos=name-dropping] .avatar:nth-child(4) {
  z-index: 3;
  animation: slide-from-left 0.5s 450ms linear;
}
[data-aos=name-dropping] .avatar:nth-child(4) img {
  animation: rounded-from-left 0.5s 450ms linear both;
}
[data-aos=name-dropping] .avatar:nth-child(5) {
  z-index: 4;
  animation: slide-from-left 0.5s 550ms linear;
}
[data-aos=name-dropping] .avatar:nth-child(5) img {
  animation: rounded-from-left 0.5s 550ms linear both;
}

.name-dropping__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--space-800);
  gap: var(--element-gap);
  border-bottom: 3px solid var(--surface-brand-default);
  border-left: 3px solid var(--surface-brand-default);
}
@media (min-width: 768px) {
  .name-dropping__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--space-800) var(--space-1600);
    gap: var(--element-gap);
    box-sizing: border-box;
    border-bottom: 3px solid var(--surface-brand-default);
    border-left: 0;
    border-right: 3px solid var(--surface-brand-default);
  }
}
.name-dropping__logos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: var(--space-800);
  gap: var(--element-gap);
  border-bottom: 3px solid var(--surface-brand-default);
  border-right: 3px solid var(--surface-brand-default);
}
@media (min-width: 768px) {
  .name-dropping__logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: var(--space-800) 0;
    gap: var(--element-gap);
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    border-bottom: 3px solid var(--surface-brand-default);
    border-right: 0;
    max-width: calc(100% - 400px);
  }
}
@media (min-width: 768px) {
  .name-dropping__logos .swiper-wrapper {
    transition-timing-function: linear !important;
  }
}
.name-dropping__logos .swiper-slide {
  height: auto;
  transition: all 0.3s ease-in-out;
}
.name-dropping__logos .swiper-slide img {
  width: clamp(100px, 100%, 200px);
}
@media (min-width: 768px) {
  .name-dropping__logos .swiper-slide img {
    width: clamp(100px, 20vw, 200px);
  }
}
.name-dropping__logos .swiper-slide svg {
  width: clamp(100px, 100%, 200px);
}
@media (min-width: 768px) {
  .name-dropping__logos .swiper-slide svg {
    width: clamp(100px, 20vw, 200px);
  }
}
.name-dropping__logos .swiper-slide svg path {
  fill: var(--text-default);
}

.name-dropping__head__avatars-list .avatar {
  display: inline-block;
  margin-right: -24px;
}
.name-dropping__head__avatars-list img {
  display: inline-block;
  transform-origin: center center;
  border: 3px solid var(--border-avatar);
  border-radius: 999px;
}
.name-dropping__head__text p {
  font-size: var(--body-size-md);
  font-weight: 600;
  width: 100%;
  max-width: 250px;
}

.section--works {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  gap: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section--works {
    gap: var(--space-2400);
  }
}
.section--works .title-container {
  font-weight: 600;
  text-align: center;
}
.section--works .title-container .section-label {
  display: inline-block;
  margin-bottom: var(--space-200);
}
.section--works .title-container h2 {
  font-size: var(--scale-1000);
  font-family: var(--family-serif);
  font-weight: bold;
  font-style: italic;
  line-height: 120%;
}
.section--works .section-label {
  margin-bottom: var(--space-2400);
}
@media (min-width: 992px) {
  .section--works .section-label {
    margin-bottom: 0;
  }
}
.section--works .works__preview {
  max-width: var(--device-600);
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 var(--space-1200) 0;
  gap: var(--space-1200);
  color: var(--text-default);
  text-decoration: none;
  border: 2px solid transparent;
  border-bottom: 4px solid var(--border-default);
  transition: all 350ms ease-in-out;
}
@media (min-width: 992px) {
  .section--works .works__preview {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: var(--space-1200);
    gap: var(--space-1200);
    width: calc(100% - var(--space-1200) * 2);
    border-radius: 16px;
    margin-top: var(--space-400);
    border-bottom: 0;
  }
  .section--works .works__preview.video {
    min-height: 575px;
  }
  .section--works .works__preview:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  .section--works .works__preview:nth-child(2n+1) .work__preview__text {
    margin-left: var(--space-1200);
  }
  .section--works .works__preview:nth-child(2n+1) .work__preview__text h3, .section--works .works__preview:nth-child(2n+1) .work__preview__text p {
    max-width: 100%;
  }
}
@media (min-width: 1921px) {
  .section--works .works__preview {
    margin-top: var(--space-2400);
  }
}
.section--works .works__preview.study {
  border-radius: 0;
}
@media (min-width: 992px) {
  .section--works .works__preview.study {
    border-radius: 16px;
  }
  .section--works .works__preview.study::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -24px;
    left: -1px;
    width: calc(100% - 1px);
    height: 46px;
    border: 2px solid var(--border-default);
    border-top: 2px solid transparent;
    border-radius: 0 0 16px 16px;
    z-index: -1;
    transition: all 350ms ease-in-out;
    opacity: 0;
  }
}
.section--works a.works__preview {
  background-color: var(--works-preview-bg);
  transition: all 350ms ease-in-out;
}
@media (min-width: 992px) {
  .section--works a.works__preview:hover {
    background-color: var(--works-hover-bg);
  }
  .section--works a.works__preview:hover::after {
    border: 2px solid var(--border-default);
    border-top: 2px solid transparent;
  }
}
.section--works a.works__preview:hover .keyword {
  border: 2px solid var(--surface-brand-default);
  color: var(--text-primary);
}
.section--works .work__preview__text {
  max-width: var(--device-300);
  padding: 0 var(--space-1200);
  height: max-content;
}
@media (min-width: 992px) {
  .section--works .work__preview__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: var(--space-600) 0;
    gap: var(--space-300);
    max-width: var(--device-200);
    box-sizing: border-box;
    flex: 1;
    height: 576px;
  }
}
.section--works .work__preview__text h3 {
  margin-bottom: var(--space-800);
  font-size: var(--subtitle-size);
  line-height: 140%;
  font-family: var(--work-title-font);
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .section--works .work__preview__text h3 {
    max-width: 80%;
  }
}
.section--works .work__preview__text h3::after {
  content: "";
  display: block;
  width: 150px;
  height: 6px;
  background-color: var(--border-default-on);
  margin-top: var(--space-1200);
}
.section--works .work__preview__text p {
  font-size: var(--body-size-md);
  font-weight: 600;
  margin-bottom: var(--space-1200);
}
@media (min-width: 992px) {
  .section--works .work__preview__text p {
    max-width: 96%;
  }
}
.section--works .work__preview__text .keywords {
  display: inline-block;
  margin-bottom: var(--space-400);
}
.section--works .work__preview__text .keyword {
  position: relative;
  display: inline-block;
  padding: var(--space-100) var(--space-300);
  border: 2px solid var(--text-secondary);
  border-radius: 999px;
  color: var(--text-secondary);
  margin-right: var(--space-100);
  font-weight: 600;
  transition: all 350ms ease-in-out;
}
.section--works .work__preview__text .keyword.highlight {
  color: var(--text-secondary);
}
.section--works .work__preview__text .keyword .mask {
  overflow: hidden;
  border-radius: 999px;
  position: absolute;
  top: -2px;
  left: -5px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
.section--works .work__preview__text .keyword .mask::after {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--surface-brand-default), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  animation: 4s ease-in-out slides-left-to-right infinite;
}
.section--works .work__preview__text .foot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  gap: var(--space-300);
}
.section--works .work__preview__text .foot img {
  max-height: 24px;
}
.section--works .work__preview__text .foot img.compact {
  max-height: 48px;
}
.section--works .work__preview__text .foot svg path {
  fill: var(--surface-brand-default);
}
.section--works .work__preview__text .foot .date {
  font-size: var(--body-size-sm);
  color: var(--text-secondary);
}
.section--works .work__preview__visual {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .section--works .work__preview__visual {
    border-radius: 8px;
    max-width: 60%;
    height: 576px;
  }
}
.section--works .work__preview__visual video {
  width: 100%;
  background-size: cover;
}
.section--works .work__preview__visual img {
  width: 100%;
}

:root {
  --surface-background-darken: #292928;
  --surface-background-lighten: #F9F4ED;
  --surface-brand-darken: #F6E2C8;
  --surface-brand-lighten: #3D3933;
  --text-default-darken: #F6E2C8;
  --text-default-lighten: #3D3933;
  --text-color-secondary-darken: #F6E2C8;
  --text-color-secondary-lighten: #3D3933;
  --works-preview-bg: rgba(255,255,255,0.01);
  --works-hover-bg: rgba(255,255,255,0.03);
  --border-avatar: #3D3933;
  --card-service-bg: #313131;
  --card-service-border: #3E3E3E;
  --card-tag-bg: #454340;
  --card-tag-text: #F6E2C8
  --card-text-default: #F6E2C8;
  --work-title-font: var(--family-sans);
}

.layout__lighten {
  --surface-background: #F9F4ED;
  --surface-brand-default: #3D3933;
  --text-default: #3D3933;
  --text-default-on: #F9F4ED;
  --text-secondary: #3D3933;
  --border-default-on: #3D3933;
  --works-hover-bg: rgba(0,0,0,0.1);
  --works-preview-bg: rgba(0,0,0,0.05);
  --border-avatar: #f9f4ed;
  --card-text-default: #F6E2C8;
  --work-title-font: "Satoshi-Medium";
}

.section--services {
  min-height: 100vh;
  max-width: var(--device-600);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-1200) 0;
  gap: var(--space-1200);
}
@media (min-width: 992px) {
  .section--services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 50vh 0;
    gap: var(--space-1200);
    margin-top: 50vh;
  }
  .section--services .myServiceSwiper, .section--services .text-container {
    width: 50%;
  }
}
.section--services .text-container {
  max-width: 80%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--padding);
  gap: var(--element-gap);
  margin-bottom: var(--space-600);
}
.section--services .text-container h2 {
  line-height: 140%;
  max-width: var(--device-500);
  font-family: "Satoshi-Light";
  font-size: var(--subtitle-size);
}
.section--services .text-container h2 strong {
  font-family: "Satoshi-Bold";
}
@media (min-width: 992px) {
  .section--services .text-container {
    margin-bottom: var(--space-1200);
  }
  .section--services .text-container h2 {
    font-size: var(--title-page-size);
  }
}
.section--services .myServiceSwiper {
  max-width: 100%;
  width: 80%;
  height: 557px;
  position: relative;
}
@media (min-width: 992px) {
  .section--services .myServiceSwiper {
    width: 374px;
    height: 657px;
  }
}
.section--services .myServiceSwiper .swiper-slide .card--service {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--padding);
  gap: var(--element-gap);
  width: calc(370px - var(--space-800) * 2);
  height: calc(553px - var(--space-800) * 2);
  background-color: var(--card-service-bg);
  border: 2px solid var(--card-service-border);
  border-radius: 34px;
  padding: var(--space-800);
}
@media (min-width: 992px) {
  .section--services .myServiceSwiper .swiper-slide .card--service {
    height: calc(653px - var(--space-800) * 2);
  }
}
.section--services .myServiceSwiper .card__new {
  position: absolute;
  top: var(--space-800);
  right: var(--space-800);
  background-color: #F6E2C8;
  color: #313131;
  text-transform: uppercase;
  font-family: "Satoshi-Black";
  font-size: 12px;
  padding: var(--space-100) var(--space-300);
  border-radius: 99px;
}
.section--services .myServiceSwiper .card__visual {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--padding);
  gap: var(--element-gap);
  max-height: 351px;
}
.section--services .myServiceSwiper .card__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  gap: var(--space-400);
  width: 100%;
}
.section--services .myServiceSwiper .card__text h3 {
  font-family: "Satoshi-Bold";
  line-height: 140%;
  color: var(--card-text-default);
  font-size: var(--heading-size-lg);
}
@media (min-width: 992px) {
  .section--services .myServiceSwiper .card__text h3 {
    font-size: var(--subtitle-size);
  }
}
.section--services .myServiceSwiper .card__text p {
  font-size: var(--body-size-md);
  line-height: 140%;
  font-family: "Satoshi-Medium";
  color: var(--card-text-default);
  opacity: 0.8;
}
.section--services .myServiceSwiper .card__keywords {
  display: none;
}
@media (min-width: 992px) {
  .section--services .myServiceSwiper .card__keywords {
    display: flex;
    flex-flow: wrap;
    gap: var(--space-150);
    padding-top: var(--space-800);
  }
}
.section--services .myServiceSwiper .card__keywords .tag {
  font-size: var(--body-size-xs);
  padding: var(--space-100) var(--space-300);
  border-radius: 99px;
  background-color: var(--card-tag-bg);
  color: var(--card-text-default);
  display: inline-block;
  font-family: "Satoshi-Bold";
}
.section--services .myServiceSwiper .swiper-slide-shadow {
  border-radius: 34px;
}
.section--services .myServiceSwiper .next-slide-btn {
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background-color: rgb(246, 226, 200);
  color: #313131;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Satoshi-Black";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -140px;
  right: 25%;
  z-index: 10;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  user-select: none;
}
.section--services .myServiceSwiper .next-slide-btn .laptop {
  display: none;
}
.section--services .myServiceSwiper .next-slide-btn:hover {
  background-color: #C7BDB1;
}
.section--services .myServiceSwiper .next-slide-btn.animate-click {
  transform: scale(0.84);
}
@media (min-width: 992px) {
  .section--services .myServiceSwiper .next-slide-btn {
    background-color: #F6E2C8;
    bottom: -80px;
    right: -80px;
  }
  .section--services .myServiceSwiper .next-slide-btn .mobile {
    display: none;
  }
  .section--services .myServiceSwiper .next-slide-btn .laptop {
    display: inline-block;
  }
}
.section--services .services__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-1600);
  gap: 0;
  max-width: 680px;
  padding-top: 240px;
}
.section--services .services__stack .services__stack__text p {
  text-align: center;
  text-transform: uppercase;
  font-size: var(--body-size-sm);
  font-weight: 600;
  letter-spacing: 0.2em;
}
.section--services .services__stack .softwares-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--space-1600);
  gap: var(--space-400);
  flex-wrap: wrap;
  width: 100%;
}
.section--services .services__stack .software {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: var(--element-gap);
  width: 58px;
  height: 58px;
  border-radius: 8px;
  border: 2px solid transparent;
  box-shadow: 0 1px 4px 0 var(--color-black-200), 0 1px 4px 0 var(--color-black-100);
  transition: all 250ms ease-in-out;
}
.section--services .services__stack .software:hover {
  background-color: var(--surface-secondary-hover);
  border: 2px solid #3E3E3E;
}
.section--services .services__stack .software svg path {
  fill: var(--text-default);
}

.commercial__testimonials {
  width: 100%;
  max-width: 1180px;
}
.commercial__testimonials .swiper-testimonials {
  padding: var(--space-600);
  background-color: var(--card-service-bg);
  background-color: transparent;
  border: 2px solid var(--card-service-border);
  border-radius: 34px;
  width: calc(100% - var(--space-600) * 2);
  cursor: grab;
}
@media (min-width: 768px) {
  .commercial__testimonials .swiper-testimonials {
    padding: var(--space-1600);
    width: calc(100% - var(--space-1600) * 2);
    margin-top: var(--space-2400);
    margin-bottom: var(--space-2400);
  }
}
.commercial__testimonials .swiper-testimonials .swiper-slide {
  opacity: 0;
  transition: opacity 1000ms ease;
  min-height: 320px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: var(--space-1200);
  padding-bottom: var(--space-800);
}
@media (min-width: 768px) {
  .commercial__testimonials .swiper-testimonials .swiper-slide {
    padding-bottom: var(--space-800);
  }
}
.commercial__testimonials .swiper-testimonials .swiper-slide p {
  max-width: 100%;
  text-align: center;
  font-family: var(--work-title-font);
}
@media (min-width: 768px) {
  .commercial__testimonials .swiper-testimonials .swiper-slide p {
    max-width: 80%;
    font-size: var(--scale-600);
  }
}
.commercial__testimonials .swiper-testimonials .swiper-slide .author span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.commercial__testimonials .swiper-testimonials .swiper-slide .author .signature {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: var(--scale-700);
}
.commercial__testimonials .swiper-testimonials .swiper-slide .author .job {
  color: #8F8374;
  font-family: "Satoshi-Bold";
}
.commercial__testimonials .swiper-testimonials .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.commercial__testimonials .swiper-testimonials .swiper-pagination {
  position: relative;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commercial__testimonials .swiper-testimonials .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  background-color: transparent;
  opacity: 1;
  border-radius: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commercial__testimonials .swiper-testimonials .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  filter: blur(2px);
  opacity: 0.5;
  transition: all 300ms ease-in-out;
  border-radius: 999px;
  border: 0;
  background-size: cover;
  background-position: center;
}
.commercial__testimonials .swiper-testimonials .swiper-pagination .swiper-pagination-bullet:hover::before {
  opacity: 0.75;
  filter: blur(0);
}
.commercial__testimonials .swiper-testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  filter: blur(0);
  opacity: 1;
  height: 72px;
  width: 72px;
}
.commercial__testimonials .swiper-testimonials .swiper-pagination .swiper-pagination-bullet:nth-child(1)::before {
  background-image: url("../../../medias/avatars/nicolas_large.png");
}
.commercial__testimonials .swiper-testimonials .swiper-pagination .swiper-pagination-bullet:nth-child(2)::before {
  background-image: url("../../../medias/avatars/isaac_large.png");
}

.section--about {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--space-1200) 0;
  gap: var(--space-2400);
  max-width: var(--device-600);
}
.section--about .video-about {
  max-width: 480px;
  border-radius: 16px;
  overflow: hidden;
}
.section--about .video-about video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1) rotate(0);
}
.section--about .text-container {
  max-width: 100%;
  padding-top: 40vh;
}
.section--about .text-container h3 {
  line-height: 140%;
  max-width: var(--device-500);
  font-family: "Satoshi-Regular";
  line-height: 160%;
  color: #BBAD99;
}
.section--about .text-container h3 b {
  font-family: "Satoshi-Bold";
  opacity: 1;
  color: var(--text-default);
}
.section--about .text-container h3 strong i {
  font-family: var(--family-serif);
}

.section--contact {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.section--contact .video-gobo {
  position: absolute;
  top: 0%;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0.3;
  filter: blur(5px);
  user-select: none;
  pointer-events: none;
  overflow-x: hidden;
}
.section--contact .video-gobo__container {
  width: 100%;
}
.section--contact .video-gobo .video-gobo__container {
  height: 50%;
}
.section--contact .video-gobo video {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  object-fit: cover;
  transform: scale(2) rotate(90deg) translateX(40%);
}
@media (min-width: 992px) {
  .section--contact .video-gobo {
    top: 0;
  }
  .section--contact .video-gobo .video-gobo__container {
    display: flex;
    justify-content: flex-end;
    height: auto;
  }
  .section--contact .video-gobo video {
    transform: scale(1) rotate(45deg) translate(15%, -15%);
  }
}
.section--contact .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 var(--space-600);
}
.section--contact .text-container h2 {
  line-height: 160%;
}
.section--contact .text-container p {
  max-width: var(--device-300);
  width: 100%;
  margin-top: var(--space-400);
  font-family: var(--work-title-font);
}
.section--contact .buttons-container {
  margin: 42px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--contact .credit {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding-top: var(--space-800);
}
.section--contact .credit p.label {
  font-size: 14px;
}
.section--contact .credit a {
  color: #8F8374;
}
.section--contact .credit a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .section--contact .credit {
    position: absolute;
    bottom: 32px;
  }
}
.section--contact .footer-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 var(--space-600);
  gap: 0;
  justify-content: space-between;
  width: 100%;
  max-width: var(--device-600);
  padding-top: 4vh;
}
@media (min-width: 992px) {
  .section--contact .footer-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 var(--space-600);
    gap: 0;
    justify-content: space-between;
    padding-top: 20vh;
    width: 90vw;
    max-width: var(--device-600);
  }
}
.section--contact .footer-menu a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--surface-brand-default);
  font-size: var(--scale-200);
  font-family: "Satoshi-Bold", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: var(--space-400);
}
.section--contact .footer-menu a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: var(--surface-brand-default);
  transition: width 0.2s ease-in-out;
  margin-top: 6px;
}
.section--contact .footer-menu a:hover::after {
  width: 100%;
}
.section--contact .footer-menu a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

body {
  background-color: var(--surface-background);
}

.layout {
  transition: background-color 250ms ease-in-out;
}

p.label {
  font-size: var(--body-size-md);
  font-family: "Satoshi-Bold";
  color: #8F8374;
  margin-bottom: var(--space-300);
}

/*# sourceMappingURL=main.css.map */
