@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/InterDisplay-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/InterDisplay-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/InterDisplay-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/InterDisplay-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/InterDisplay-Light.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/InterDisplay-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/InterDisplay-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/InterDisplay-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/InterDisplay-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/InterDisplay-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/InterDisplay-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/InterDisplay-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/InterDisplay-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/InterDisplay-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/InterDisplay-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/InterDisplay-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/InterDisplay-Black.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/InterDisplay-BlackItalic.woff2") format("woff2");
}
:root {
  --neutral-100: hsl(0, 0%, 100%);
  --neutral-200: hsl(0, 0%, 95%);
  --neutral-900: hsl(0, 0%, 0%);
  --accent-400: hsl(220, 100%, 30%);
  --primary-400: #d01b1b;
  --white-opacity-100: hsla(0, 0%, 100%, 0.1);
  --white-opacity-200: hsla(0, 0%, 100%, 0.2);
  --white-opacity-300: hsla(0, 0%, 100%, 0.3);
  --white-opacity-400: hsla(0, 0%, 100%, 0.4);
  --white-opacity-500: hsla(0, 0%, 100%, 0.5);
  --white-opacity-600: hsla(0, 0%, 100%, 0.6);
  --white-opacity-700: hsla(0, 0%, 100%, 0.7);
  --white-opacity-800: hsla(0, 0%, 100%, 0.8);
  --white-opacity-900: hsla(0, 0%, 100%, 0.9);
  --black-opacity-100: hsla(0, 0%, 0%, 0.1);
  --black-opacity-200: hsla(0, 0%, 0%, 0.2);
  --black-opacity-300: hsla(0, 0%, 0%, 0.3);
  --black-opacity-400: hsla(0, 0%, 0%, 0.4);
  --black-opacity-500: hsla(0, 0%, 0%, 0.5);
  --black-opacity-600: hsla(0, 0%, 0%, 0.6);
  --black-opacity-700: hsla(0, 0%, 0%, 0.7);
  --black-opacity-800: hsla(0, 0%, 0%, 0.8);
  --black-opacity-900: hsla(0, 0%, 0%, 0.9);
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "InterDisplay";
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8208rem + 0.2312vi, 1rem);
  color: var(--neutral-900);
  background-color: var(--neutral-100);
}

main {
  min-height: 100vh;
  min-height: 100svh;
  padding-top: 103px;
  overflow: hidden;
}
main.has-hero {
  padding-top: 0;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

p {
  line-height: 1.6;
  padding-top: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
  text-wrap: pretty;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

span {
  display: inline-block;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul[data-type=list] {
  margin: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem) 0;
  padding-left: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
ul[data-type=list] li {
  line-height: 1.6;
  list-style: disc;
}

ol {
  margin: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem) 0;
  padding-left: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
ol li {
  line-height: 1.6;
}

table {
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-collapse: collapse;
}
table th {
  font-weight: 700;
}
table td, table th {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px;
  text-align: center;
  display: grid;
  place-content: center;
  min-width: 150px;
}
table tr {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

svg {
  width: 100%;
  height: auto;
}

#main-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  opacity: 0;
  pointer-events: none;
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
}
#main-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.border-bottom-dark {
  border-bottom: 1px solid var(--white-opacity-200);
}

.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

@media screen and (min-width: 48em) {
  .animate-scroll-fade-in {
    opacity: 0;
    transform: translateY(40px);
  }
}

/* ------------------------- Split Words -------------------------------------------------- */
.split-words {
  position: relative;
  transform: translateY(0) translateZ(0) rotate(0.001deg);
}
.split-words .word {
  position: relative;
  overflow: hidden;
  transform: translateY(10%) rotate(0.001deg);
  margin: -0.17em 0 -0.08em 0;
}
.split-words .word .single-word-inner {
  position: relative;
  transform: translateY(6%) rotate(0.001deg);
  transform-origin: left top;
}
.split-words.animate-scroll {
  opacity: 0;
}
.split-words.animate-scroll .word .single-word-inner {
  transform: translateY(120%) rotate(6deg);
}

.image-reveal {
  position: relative;
}
.image-reveal .image {
  aspect-ratio: 1/1.1;
  overflow: hidden;
}
.image-reveal .image-inner {
  transform: scale(1.1);
}
.image-reveal .reveal {
  transform: scaleY(1);
  position: absolute;
  pointer-events: none;
  background-color: var(--neutral-200);
  transform-origin: bottom;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 1;
}

.btn {
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  outline: 0;
  border-radius: 100vw;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
  margin-left: -1em;
}
.btn .arrow {
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.btn .arrow:first-of-type {
  transform: scale(0) rotate(0.001deg);
  transform-origin: left;
}
.btn .arrow:first-of-type .arrow-fill {
  background-color: var(--accent-400);
  border: 0;
}
.btn .arrow:first-of-type .arrow-content {
  color: var(--neutral-100);
}
.btn .arrow:last-of-type {
  position: absolute;
  z-index: 2;
  right: 0;
  transform: scale(1) rotate(0.001deg);
  transform-origin: right;
}
.btn .btn-content {
  position: relative;
  height: 2.5em;
  transform: translateX(-2.5em) rotate(0.001deg);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.btn .btn-content .btn-fill {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2.125em;
  top: 0;
  left: 0;
}
.btn .btn-content .btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1em;
  position: relative;
  color: var(--neutral-900);
  border-radius: 1000em;
}
.btn[data-type=dark] .btn-content .btn-text {
  color: var(--neutral-100);
}
.btn[data-type=secondary] .arrow:last-of-type .arrow-fill {
  background-color: transparent;
  border: 1px solid var(--neutral-900);
}
.btn[data-type=secondary] .arrow:last-of-type .arrow-content {
  color: var(--neutral-900);
}
.btn[data-type=secondary-dark] .arrow:last-of-type .arrow-fill {
  background-color: transparent;
  border: 1px solid var(--neutral-100);
}
.btn[data-type=secondary-dark] .btn-content .btn-text {
  color: var(--neutral-100);
}
@media (hover) {
  .btn:hover .arrow:first-of-type {
    transform: scale(1) rotate(0.001deg);
  }
  .btn:hover .arrow:last-of-type {
    transform: scale(0) rotate(0.001deg);
  }
  .btn:hover .arrow .arrow-content {
    transform: rotate(-45deg);
  }
  .btn:hover .btn-content {
    transform: translateX(0em) rotate(0.001deg);
  }
}

.arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  transform: rotate(0.001deg);
}
.arrow .arrow-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--primary-400);
}
.arrow .arrow-content {
  width: 1em;
  position: relative;
  display: flex;
  color: #fff;
  transform: rotate(0.001deg);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.arrow .arrow-content svg polyline, .arrow .arrow-content svg line, .arrow .arrow-content svg path {
  stroke: currentColor;
  stroke-width: 2px;
}

.link {
  position: relative;
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}
.link::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-bottom: 1.5px solid #000;
  transition: border 0.3s ease, transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
  z-index: 2;
  transform: scaleX(0) rotate(0.001deg);
  transform-origin: right bottom;
}
.link span {
  padding: 0.2em 0 0.2em 0;
  white-space: nowrap;
  transition: transform 0.3s ease, color 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
  transform-origin: left bottom;
  color: #000;
}
.link span.duplicate {
  position: absolute;
  left: 0;
  transform: translateY(120%) rotate(-12deg);
  transform-origin: right top;
  user-select: none;
  pointer-events: none;
}
.link[data-type=icon] span {
  margin-top: 0.3rem;
}
.link[data-type=dark]::before {
  border-bottom: 1.5px solid #fff;
}
.link[data-type=dark] span {
  color: var(--neutral-100);
}

@media (hover) {
  .link:hover::before {
    transform: scaleX(1) rotate(0.001deg);
    transform-origin: left bottom;
  }
  .link:hover span {
    transform: translateY(-120%) rotate(-12deg);
  }
  .link:hover span.duplicate {
    transform: translateY(0%) rotate(0.001deg);
  }
}
header {
  background-color: var(--neutral-900);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 1.5rem;
  z-index: 100;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
header.hero {
  background-color: transparent;
}
header.scroll {
  transform: translateY(-102%) rotate(0.001deg);
}
header.background {
  background-color: var(--neutral-900);
  padding-block: 1rem;
}
header nav {
  width: 100%;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header nav ul li.dropdown-parent {
  position: relative;
  color: var(--neutral-100);
}
header nav ul li.dropdown-parent a {
  text-transform: uppercase;
  font-weight: 600;
}
header nav ul li.dropdown-parent .arrow-flex {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
header nav ul li.dropdown-parent .arrow-flex svg {
  overflow: visible;
  width: 0.8rem;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
header nav ul li.dropdown-parent:hover .dropdown {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
header nav ul li.dropdown-parent:hover .arrow-flex svg {
  opacity: 0;
}
header nav ul li .dropdown {
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(-1deg) scale(0.9);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: bottom right;
  margin-left: -1.5rem;
  padding-top: 1.5rem;
  color: var(--neutral-900);
}
header nav ul li .dropdown .wrapper {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  border-radius: 10px;
  padding: 1rem;
  width: max-content;
}
header nav ul li .dropdown .wrapper ul {
  display: grid;
}
header nav ul li .dropdown .wrapper ul li {
  border-radius: 6px;
  position: relative;
}
header nav ul li .dropdown .wrapper ul li::after {
  content: "";
  background: url("/images/icons/arrow-right.svg") no-repeat center/1rem;
  width: 1rem;
  height: 1rem;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: scale(0) translateY(-50%);
  pointer-events: none;
  transform-origin: top left;
}
header nav ul li .dropdown .wrapper ul li a {
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vi, 0.8rem);
  display: grid;
  gap: 0.3rem;
  transition: 0.1s;
  width: 100%;
}
header nav ul li .dropdown .wrapper ul li a span {
  width: 100%;
  transition: 0.1s;
  padding: 0.8rem;
  padding-right: 4rem;
}
@media (hover) {
  header nav ul li .dropdown .wrapper ul li:hover, header nav ul li .dropdown .wrapper ul li:focus {
    background-color: hsla(0, 0%, 0%, 0.05);
  }
  header nav ul li .dropdown .wrapper ul li:hover span:first-of-type, header nav ul li .dropdown .wrapper ul li:focus span:first-of-type {
    color: var(--primary-400);
  }
  header nav ul li .dropdown .wrapper ul li:hover::after, header nav ul li .dropdown .wrapper ul li:focus::after {
    transform: scale(1) translateY(-50%);
  }
}
header nav ul li .dropdown .wrapper ul li.active {
  background-color: hsla(0, 0%, 100%, 0.05);
}
header nav ul li .dropdown .wrapper ul li.active span {
  color: var(--primary-400);
}
header nav ul li a span {
  text-transform: uppercase;
  font-weight: 600;
}
header nav ul li.link, header nav ul li.dropdown-parent {
  display: none;
}
header nav ul li.active::before {
  transform: scaleX(1) rotate(0.001deg);
  transform-origin: left bottom;
}
header nav ul svg.logo {
  max-width: 5rem;
}
header nav ul img.logo {
  max-width: 4.5rem;
}

@media screen and (min-width: 48em) {
  header nav ul li.link, header nav ul li.dropdown-parent {
    display: block;
  }
  #menu {
    display: none;
  }
}
.hamburger-wrap {
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1) 0s;
  z-index: 100;
}
.hamburger-wrap .hamburger {
  display: flex;
  height: 3em;
  width: 3em;
  background-color: var(--neutral-100);
  position: relative;
  right: 0;
  border-radius: 50%;
  transition: 0.7s cubic-bezier(0.5, 0.5, 0, 1), background-color 0.2s ease-in-out;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(0%, 0%) rotate(0.001deg);
  cursor: pointer;
  top: 0;
}
.hamburger-wrap .hamburger .hamburger-bar {
  position: absolute;
  width: 40%;
  height: 1.5px;
  background-color: var(--neutral-900);
  transition: 0.7s cubic-bezier(0.5, 0.5, 0, 1), background-color 0.2s ease-in-out;
}
.hamburger-wrap .hamburger .hamburger-bar:nth-child(1) {
  transform: translateY(-0.15em) rotate(0.001deg);
}
.hamburger-wrap .hamburger .hamburger-bar:nth-child(2) {
  transform: translateY(0.15em) rotate(0.001deg);
}
@media (hover) {
  .hamburger-wrap .hamburger:hover .hamburger-bar:nth-child(1) {
    transform: translateY(0.15em) rotate(0.001deg);
  }
  .hamburger-wrap .hamburger:hover .hamburger-bar:nth-child(2) {
    transform: translateY(-0.15em) rotate(0.001deg);
  }
}

@media (hover) {
  .nav-mobile-active .hamburger:hover .hamburger-bar:nth-child(1) {
    transform: translateY(0em) rotate(45deg) scaleX(1.2);
  }
  .nav-mobile-active .hamburger:hover .hamburger-bar:nth-child(2) {
    transform: translateY(0em) rotate(-45deg) scaleX(1.2);
  }
}
@media screen and (max-width: 1024px) {
  .hamburger-wrap {
    transform: translateY(0%) scale(1) rotate(0.001deg);
  }
}
#menu[data-menu-status=active] .hamburger-wrap {
  transform: translateY(0%) scale(1) rotate(0.001deg);
}
#menu[data-menu-status=active] .hamburger-wrap .hamburger {
  transform: translate(-0.9em, 0.9em) rotate(0.001deg);
}
#menu[data-menu-status=active] .hamburger-wrap .hamburger .hamburger-bar:nth-child(1) {
  transform: translateY(0em) rotate(45deg);
}
#menu[data-menu-status=active] .hamburger-wrap .hamburger .hamburger-bar:nth-child(2) {
  transform: translateY(0em) rotate(-45deg);
}
#menu[data-menu-status=active] .modal-nav-mobile .modal-block {
  pointer-events: all;
}
#menu[data-menu-status=active] .modal-nav-mobile .modal-block-background {
  width: 100%;
  height: 100%;
  transform: scale(1) rotate(0.001deg);
}
#menu[data-menu-status=active] .ul-mobile {
  transform: translateY(0) scale(1) rotate(0.001deg);
  opacity: 1;
}

.modal-nav-mobile {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  pointer-events: none;
  height: 100vh;
}
.modal-nav-mobile .modal-block {
  border-radius: 1.5em;
  padding: 0.25em 0.75em;
  padding: 0.5em 3.75em 0.5em 0.5em;
  pointer-events: none;
  position: relative;
  border-radius: 1.5em;
}
.modal-nav-mobile .modal-block .modal-block-background {
  background-color: var(--neutral-100);
  border-radius: 1.5em;
  transition: all 0.8s cubic-bezier(0.5, 0.5, 0, 1), background-color 0.2s ease-in-out, transform 0.8s cubic-bezier(0.5, 0.5, 0, 1) 0s;
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
  height: 3em;
}
.modal-nav-mobile .ul-mobile {
  position: relative;
  display: flex;
  flex-direction: column;
  transform: translateY(0) scale(0.1) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.5, 0.5, 0, 1);
  transform-origin: top right;
  padding: 1.5em 1.7em 1.5em 1.4em;
  opacity: 0;
  align-items: flex-start;
  gap: 0.3rem;
}
.modal-nav-mobile .ul-mobile li a {
  padding-block: 0.3rem;
}
.modal-nav-mobile .ul-mobile li a span {
  font-size: clamp(0.875rem, 0.8208rem + 0.2312vi, 1rem);
  color: var(--neutral-900);
  transition: all 0.8s cubic-bezier(0.5, 0.5, 0, 1), color 0.2s ease-in-out;
  font-weight: 450;
  position: relative;
  display: block;
  padding-right: 1em;
}
.modal-nav-mobile .ul-mobile li a span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -10%) scale(0) rotate(0.001deg);
  width: 0.3em;
  height: 0.3em;
  border-radius: 0.15em;
  background-color: var(--neutral-900);
  transition: all 0.8s cubic-bezier(0.5, 0.5, 0, 1), transform 0.8s cubic-bezier(0.5, 0.5, 0, 1), background-color 0.2s ease-in-out;
}
.modal-nav-mobile .ul-mobile li a span .count {
  font-size: 0.5em;
  font-weight: 500;
  margin-left: 0.3em;
  transform: translateY(-50%);
  display: inline-block;
}
.modal-nav-mobile .ul-mobile .modal-small-title {
  color: var(--neutral-900);
  transform: translateY(0em);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8em;
  opacity: 0.5;
  margin-bottom: 0.75em;
  margin-top: 0.2em;
}
.modal-nav-mobile .ul-mobile a {
  display: block;
}
.modal-nav-mobile .ul-mobile li.active a span {
  color: var(--primary-400);
}

.mobile-dropdown ul {
  display: grid;
  padding-left: 0.5rem;
}

@media (hover: hover) {
  .ul-mobile:hover li a > span::before {
    transform: translate(50%, -10%) scale(0) rotate(0.001deg);
  }
  .ul-mobile:hover li a:hover > span::before {
    transform: translate(50%, -10%) scale(1) rotate(0.001deg);
  }
}
@media screen and (max-width: 1024px) {
  .modal-nav-mobile .modal-block-background {
    transform: scale(1) rotate(0.001deg);
  }
}
@media screen and (max-width: 540px) {
  .ul-mobile li a > span {
    font-size: calc(var(--title-size) * 0.3);
  }
}
footer {
  background-color: var(--neutral-900);
  color: var(--neutral-100);
  padding: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem) 0 clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem) 0;
}
footer nav ul {
  display: flex;
  gap: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
footer nav span {
  text-transform: uppercase;
  font-weight: 600;
}
footer p {
  color: var(--white-opacity-700);
  max-width: 45ch;
}
footer svg {
  max-width: 1.5em;
}
footer svg path {
  fill: var(--white-opacity-700);
}
@media (hover) {
  footer svg path {
    fill: var(--white-opacity-700);
    transition: 0.1s;
  }
  footer svg:hover path {
    fill: var(--neutral-100);
  }
}
footer .footer-grid {
  display: grid;
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
footer .footer-grid .social {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
footer .footer-grid .social a {
  line-height: 0;
}
footer .bottom {
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vi, 0.8rem);
  color: var(--white-opacity-600);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
@media screen and (min-width: 62em) {
  footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
  footer .footer-grid .social {
    justify-self: end;
  }
}

.parallax-trigger {
  --trigger-height: 0;
  height: var(--trigger-height);
  overflow: hidden;
  position: relative;
}
.parallax-trigger .parallax-target {
  height: 100%;
}
.parallax-trigger .parallax-target img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .parallax-trigger .parallax-target {
    --parallax-height: 0;
    height: calc(100% + var(--parallax-height));
    transform: translateY(calc(var(--parallax-height) * -1));
  }
}

.hero-images-block {
  background-color: var(--neutral-900);
  color: var(--neutral-100);
  padding-top: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.hero-images-block .grid {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 3rem clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.hero-images-block .image {
  width: 100%;
}
.hero-images-block .image.small {
  aspect-ratio: 1/1.2;
  width: 100%;
  grid-column: 2/3;
  justify-self: end;
  align-self: flex-end;
}
.hero-images-block .image.large {
  grid-row: 1/2;
}
.hero-images-block .image img, .hero-images-block .image picture {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-images-block .text {
  grid-column: 1/3;
  max-width: 55ch;
  display: grid;
  justify-items: start;
  padding-bottom: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
@media (min-width: 900px) {
  .hero-images-block .grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .hero-images-block .image.small {
    width: 35%;
    justify-self: end;
    align-self: flex-start;
  }
  .hero-images-block .image.large {
    grid-row: 1/3;
    height: 100%;
  }
  .hero-images-block .text {
    grid-column: 2/3;
    justify-self: end;
    align-self: flex-end;
  }
  .hero-images-block[data-type=reverse] .image.large {
    grid-column: 2/3;
  }
  .hero-images-block[data-type=reverse] .image.small {
    grid-column: 1/2;
    justify-self: start;
  }
  .hero-images-block[data-type=reverse] .text {
    grid-column: 1/2;
    grid-row: 2/3;
    justify-self: start;
  }
}
@media (min-width: 1050px) {
  .hero-images-block .grid {
    grid-template-columns: 1fr 1fr;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.accordion .list-wrapper {
  display: grid;
  gap: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
@media screen and (min-width: 48em) {
  .accordion .list-wrapper {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
}
.accordion ul.list {
  display: grid;
  gap: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.accordion .accordion-item {
  display: flex;
  flex-direction: column;
  border-radius: 0.5em;
  background-color: var(--neutral-100);
  border: 1px solid var(--black-opacity-100);
}
.accordion .accordion-item .top {
  cursor: pointer;
  padding: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem) clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
  display: flex;
  align-items: center;
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
  justify-content: space-between;
}
.accordion .accordion-item .top h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
}
@media (hover) {
  .accordion .accordion-item .top:hover .plus .plus-fill, .accordion .accordion-item .topfocus .plus .plus-fill {
    background-color: var(--primary-400);
    border: 1px solid var(--primary-400);
  }
  .accordion .accordion-item .top:hover .plus .bar, .accordion .accordion-item .topfocus .plus .bar {
    background-color: var(--neutral-100);
  }
}
.accordion .accordion-item .bottom {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.5s cubic-bezier(0.5, 0, 0.25, 1);
  position: relative;
}
.accordion .accordion-item .bottom-wrap {
  overflow: hidden;
}
.accordion .accordion-item .bottom-wrap .bottom-content {
  padding: 0 clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem) clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem) clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
  display: grid;
  justify-items: start;
}
.accordion .accordion-item .bottom-wrap .bottom-content p {
  max-width: 60ch;
}
.accordion .accordion-item .bottom-wrap .bottom-content p:first-of-type {
  padding-top: 0;
}
.accordion .accordion-item .plus {
  display: flex;
  gap: 0.25em;
  width: 2em;
  height: 2em;
  border-radius: 100vw;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.accordion .accordion-item .plus .plus-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: transparent;
  border: 1px solid var(--black-opacity-400);
  transition: 0.1s;
}
.accordion .accordion-item .plus .bar {
  position: absolute;
  width: 35%;
  height: 1px;
  background-color: var(--neutral-900);
  transform: translateY(0) rotate(0.001deg);
  transition: background-color 0.1s;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.25, 1);
}
.accordion .accordion-item .plus .bar-bottom {
  transform: translateY(0) rotate(-90deg);
}
@media screen and (min-width: 62em) {
  .accordion .accordion-item .top {
    padding: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
  }
  .accordion .accordion-item .bottom-wrap .bottom-content {
    padding: 0 clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem) clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem) clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
  }
}
.accordion .accordion-item[data-accordion-status=active] .plus .bar, .accordion .accordion-item[data-accordion-status=active] .plus .bar-bottom {
  transform: translateY(0) rotate(180deg);
}
.accordion .accordion-item[data-accordion-status=active] .bottom {
  grid-template-rows: 1fr;
}

.section-stats .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.section-stats .stat {
  display: flex;
  flex-direction: column;
  justify-items: center;
  text-align: center;
}
.section-stats .stat span {
  font-size: clamp(1.8144rem, 1.5426rem + 1.1598vi, 2.4414rem);
  font-weight: 700;
}
.section-stats .stat p {
  color: var(--white-opacity-600);
  font-size: clamp(0.875rem, 0.8208rem + 0.2312vi, 1rem);
  padding-top: 0.5rem;
  font-weight: 500;
}
@media screen and (min-width: 48em) {
  .section-stats .stat span {
    font-size: clamp(2.1773rem, 1.7982rem + 1.6175vi, 3.0518rem);
  }
}
@media screen and (min-width: 62em) {
  .section-stats .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.carousel-grid {
  display: grid;
  gap: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
@media screen and (min-width: 62em) {
  .carousel-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem) clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
  }
}
.carousel-grid p {
  pointer-events: none;
}

.cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem) clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.cards-wrapper .swiper-outer {
  display: grid;
  grid-column: 1/4;
  justify-content: center;
}
.cards-wrapper .swiper-button-next {
  justify-self: start;
}
.cards-wrapper .swiper-button-prev {
  justify-self: end;
}
.cards-wrapper .swiper-button-next, .cards-wrapper .swiper-button-prev {
  grid-row: 2/3;
  margin-top: -1rem;
}
.cards-wrapper .swiper-pagination {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: flex-end;
}
@media screen and (min-width: 48em) {
  .cards-wrapper {
    display: grid;
    align-items: center;
    gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem) clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
  }
  .cards-wrapper .swiper-outer {
    grid-column: 2/3;
  }
  .cards-wrapper .swiper-button-next, .cards-wrapper .swiper-button-prev {
    margin-top: 0;
    grid-row: 1/2;
    align-self: flex-start;
    justify-self: center;
  }
  .cards-wrapper .swiper-button-next {
    grid-column: 3/4;
  }
  .cards-wrapper .swiper-button-prev {
    grid-column: 1/2;
  }
}
@media screen and (min-width: 62em) {
  .cards-wrapper {
    justify-self: center;
  }
}

.swiper {
  max-width: 40ch;
  margin-left: 0;
}
.swiper .swiper-slide {
  border-radius: 10px;
  padding: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
  opacity: 0;
  display: flex;
  flex-direction: column;
}
.swiper .swiper-slide.swiper-slide-visible {
  background-color: #fff;
  opacity: 1;
}
.swiper .swiper-slide.swiper-slide-prev, .swiper .swiper-slide.swiper-slide-next {
  background-color: #fdfdfd;
  opacity: 1;
}
.swiper .swiper-slide p {
  padding-bottom: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
  display: grid;
  gap: 1rem;
}
.swiper .swiper-slide p::before {
  display: block;
  content: "";
  background: url("/images/icons/quote-start.svg") no-repeat left top/2rem;
  padding-bottom: 1rem;
  opacity: 0.2;
}
.swiper .swiper-slide p::after {
  display: block;
  content: "";
  background: url("/images/icons/quote-end.svg") no-repeat left top/2rem;
  width: 2rem;
  height: 1rem;
  padding-top: 1rem;
  opacity: 0.2;
}
.swiper .swiper-slide .bottom {
  padding-top: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
  border-top: 1px solid var(--black-opacity-200);
  margin-top: auto;
}
.swiper .swiper-slide .bottom h3 {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
  font-weight: 700;
}
.swiper .swiper-slide .bottom h4 {
  padding-top: 0.2rem;
}
@media screen and (min-width: 48em) {
  .swiper {
    margin-left: auto;
  }
}

.swiper-button-next, .swiper-button-prev {
  display: grid;
  place-content: center;
  margin: 0;
  flex-shrink: 0;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none;
}
@media (hover) {
  .swiper-button-next.btn .arrow:last-of-type, .swiper-button-prev.btn .arrow:last-of-type {
    right: auto;
  }
  .swiper-button-next.btn .arrow:hover:first-of-type, .swiper-button-prev.btn .arrow:hover:first-of-type {
    transform: scale(1) rotate(0.001deg);
  }
  .swiper-button-next.btn .arrow:hover:last-of-type, .swiper-button-prev.btn .arrow:hover:last-of-type {
    transform: scale(0) rotate(0.001deg);
  }
  .swiper-button-next.btn .arrow:hover .arrow-content, .swiper-button-prev.btn .arrow:hover .arrow-content {
    transform: rotate(-45deg);
  }
  .swiper-button-next.btn .arrow .btn-content, .swiper-button-prev.btn .arrow .btn-content {
    transform: translateX(0em) rotate(0.001deg);
  }
}

.swiper-button-prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.swiper-pagination {
  position: unset;
  color: var(--neutral-100);
}
@media screen and (min-width: 62em) {
  .swiper-pagination {
    grid-column: 2/3;
  }
}

section.page-hero-video {
  height: 100vh;
  height: 100svh;
  color: var(--neutral-100);
  text-align: center;
  position: relative;
  overflow: hidden;
}
section.page-hero-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
  top: 0;
  left: 0;
}
section.page-hero-video::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section.page-hero-video .container {
  position: relative;
  height: 100%;
  z-index: 3;
  display: grid;
}
section.page-hero-video .content-wrapper {
  align-self: flex-end;
  padding-bottom: 8vh;
  display: grid;
}
section.page-hero-video span {
  text-transform: uppercase;
  padding-bottom: 1rem;
  color: var(--white-opacity-700);
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
}
section.page-hero-video h1 {
  align-self: flex-end;
  justify-self: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(2.1625rem, 0.3432rem + 5.2023vi, 4.375rem);
  max-width: 30ch;
}
section.page-hero-video h1 span {
  font-style: italic;
}
section.page-hero-video p {
  max-width: 55ch;
  margin-inline: auto;
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
}
@media screen and (min-width: 48em) {
  section.page-hero-video .content-wrapper {
    padding-bottom: 10vh;
  }
}
@media screen and (min-width: 1600px) {
  section.page-hero-video {
    height: 90vh;
    height: 90svh;
  }
}

.hero-bg-image {
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  position: relative;
}
.hero-bg-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.65) 80%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero-bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.hero-bg-image .container {
  position: relative;
  height: 100%;
  z-index: 3;
  display: grid;
}
.hero-bg-image .content-wrapper {
  align-self: flex-end;
  padding-bottom: 12vh;
  color: var(--neutral-100);
  text-align: center;
}
.hero-bg-image span {
  text-transform: uppercase;
  padding-bottom: 1rem;
  color: var(--white-opacity-700);
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
}
.hero-bg-image h1 {
  align-self: flex-end;
  justify-self: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(2.1625rem, 0.3432rem + 5.2023vi, 4.375rem);
  max-width: 30ch;
}
.hero-bg-image h1 span {
  font-style: italic;
}
.hero-bg-image p {
  max-width: 55ch;
  margin-inline: auto;
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
}
@media screen and (min-width: 1600px) {
  .hero-bg-image {
    height: 90vh;
    height: 90svh;
  }
}

ul.border-list {
  padding-top: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
ul.border-list li {
  border-bottom: 1px solid var(--black-opacity-200);
  padding-block: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
  text-transform: uppercase;
  font-weight: 500;
}
ul.border-list li:last-of-type {
  border-bottom: 0;
}

.auto-columns {
  display: grid;
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
}

.even-columns {
  display: grid;
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
@media screen and (min-width: 62em) {
  .even-columns {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}

.two-grid {
  display: grid;
}
.two-grid img {
  object-fit: cover;
  object-position: center;
}
.two-grid p {
  max-width: 55ch;
}
@media screen and (min-width: 62em) {
  .two-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .two-grid[data-type=reverse] div:last-of-type {
    order: -1;
  }
  .two-grid .image {
    width: 100%;
    height: 100%;
  }
  .two-grid img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
  width: fit-content;
  align-items: center;
}
.flex.justify-space-between {
  width: 100%;
  justify-content: space-between;
}

.pile {
  display: grid;
  grid-template-areas: "pile";
  place-content: center;
}
.pile > * {
  grid-area: pile;
}

/**
 * AUTO-GRID LAYOUT
 *
 * This CSS utility creates a responsive grid layout that automatically adjusts the number of columns
 * based on the available space and specified constraints. It aims to fit as many cells as possible
 * in a single row, while respecting minimum cell width and maximum columns constraints.
 *
 * Customizable Properties:
 * --auto-grid-min-size: Sets the minimum width for each cell in the grid.
 *                       Default is 10rem.
 * --auto-grid-max-columns: Sets the maximum number of columns in the grid.
 *                          Default is 'infinity' (as many as can fit).
 * --auto-grid-gap: Sets the horizontal gap between grid cells. It also sets
 *                  the vertical gap if --auto-grid-gap-vertical is not defined.
 *                  Default is 1rem.
 * --auto-grid-gap-vertical: Specifically sets the vertical gap between rows
 *                           of cells. If not set, it falls back to the value
 *                           of '--auto-grid-gap'.
 *
 * The grid utilizes CSS 'display: grid' with the 'auto-fit' feature and the 'minmax()'
 * function to ensure that cells expand to fill available space while maintaining
 * the set minimum size.
 *
 * Example Usage:
 * <div class="auto-grid" style="--auto-grid-min-size: 10rem; --auto-grid-max-columns: 3; --auto-grid-gap: 0.5rem;">
 *   <!-- grid items here -->
 * </div>
 *
 * The above example will create a grid with a minimum cell width of 10rem, a maximum
 * of 3 columns, and a gap of 0.5rem between both rows and columns.
 */
.auto-grid {
  --max-column-width: 100% / var(--auto-grid-max-columns, infinity) - var(--auto-grid-gap);
  --column-width: max(
    var(--max-column-width),
    min(var(--auto-grid-min-size, 10rem), 100%)
  );
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--column-width), 1fr));
  /* vertical gap falls back to general gap then falls back to 1rem*/
  gap: var(--auto-grid-gap-vertical, var(--auto-grid-gap, 1rem)) var(--auto-grid-gap, 1rem);
}

.clr-neutral-100 {
  color: var(--neutral-100);
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.clr-neutral-200 {
  color: var(--neutral-200);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.clr-neutral-900 {
  color: var(--neutral-900);
}

.bg-neutral-900 {
  background-color: var(--neutral-900);
}

.clr-accent-400 {
  color: var(--accent-400);
}

.bg-accent-400 {
  background-color: var(--accent-400);
}

.clr-primary-400 {
  color: var(--primary-400);
}

.bg-primary-400 {
  background-color: var(--primary-400);
}

.clr-white-opacity-100 {
  color: var(--white-opacity-100);
}

.bg-white-opacity-100 {
  background-color: var(--white-opacity-100);
}

.clr-white-opacity-200 {
  color: var(--white-opacity-200);
}

.bg-white-opacity-200 {
  background-color: var(--white-opacity-200);
}

.clr-white-opacity-300 {
  color: var(--white-opacity-300);
}

.bg-white-opacity-300 {
  background-color: var(--white-opacity-300);
}

.clr-white-opacity-400 {
  color: var(--white-opacity-400);
}

.bg-white-opacity-400 {
  background-color: var(--white-opacity-400);
}

.clr-white-opacity-500 {
  color: var(--white-opacity-500);
}

.bg-white-opacity-500 {
  background-color: var(--white-opacity-500);
}

.clr-white-opacity-600 {
  color: var(--white-opacity-600);
}

.bg-white-opacity-600 {
  background-color: var(--white-opacity-600);
}

.clr-white-opacity-700 {
  color: var(--white-opacity-700);
}

.bg-white-opacity-700 {
  background-color: var(--white-opacity-700);
}

.clr-white-opacity-800 {
  color: var(--white-opacity-800);
}

.bg-white-opacity-800 {
  background-color: var(--white-opacity-800);
}

.clr-white-opacity-900 {
  color: var(--white-opacity-900);
}

.bg-white-opacity-900 {
  background-color: var(--white-opacity-900);
}

.clr-black-opacity-100 {
  color: var(--black-opacity-100);
}

.bg-black-opacity-100 {
  background-color: var(--black-opacity-100);
}

.clr-black-opacity-200 {
  color: var(--black-opacity-200);
}

.bg-black-opacity-200 {
  background-color: var(--black-opacity-200);
}

.clr-black-opacity-300 {
  color: var(--black-opacity-300);
}

.bg-black-opacity-300 {
  background-color: var(--black-opacity-300);
}

.clr-black-opacity-400 {
  color: var(--black-opacity-400);
}

.bg-black-opacity-400 {
  background-color: var(--black-opacity-400);
}

.clr-black-opacity-500 {
  color: var(--black-opacity-500);
}

.bg-black-opacity-500 {
  background-color: var(--black-opacity-500);
}

.clr-black-opacity-600 {
  color: var(--black-opacity-600);
}

.bg-black-opacity-600 {
  background-color: var(--black-opacity-600);
}

.clr-black-opacity-700 {
  color: var(--black-opacity-700);
}

.bg-black-opacity-700 {
  background-color: var(--black-opacity-700);
}

.clr-black-opacity-800 {
  color: var(--black-opacity-800);
}

.bg-black-opacity-800 {
  background-color: var(--black-opacity-800);
}

.clr-black-opacity-900 {
  color: var(--black-opacity-900);
}

.bg-black-opacity-900 {
  background-color: var(--black-opacity-900);
}

.fs-200 {
  font-size: clamp(0.6076rem, 0.5936rem + 0.0599vi, 0.64rem);
}

.fs-300 {
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vi, 0.8rem);
}

.fs-400 {
  font-size: clamp(0.875rem, 0.8208rem + 0.2312vi, 1rem);
}

.fs-500 {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
}

.fs-600 {
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vi, 1.5625rem);
}

.fs-700 {
  font-size: clamp(1.512rem, 1.3208rem + 0.816vi, 1.9531rem);
  line-height: 1.2;
}

.fs-800 {
  font-size: clamp(1.8144rem, 1.5426rem + 1.1598vi, 2.4414rem);
  line-height: 1.2;
}

.fs-900 {
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vi, 3.0518rem);
  line-height: 1.2;
}

.section-padding {
  padding-block: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}

.mx-auto {
  margin-inline: auto;
}

.push-right {
  margin-left: auto;
}

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

.margin-1 {
  margin: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}
.margin-top-1 {
  margin-block-start: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}
.margin-bottom-1 {
  margin-block-end: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}
.margin-block-1 {
  margin-block: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}
.margin-left-1 {
  margin-inline-start: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}
.margin-right-1 {
  margin-inline-end: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}
.margin-inline-1 {
  margin-inline: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}

.padding-1 {
  padding: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}
.padding-top-1 {
  padding-block-start: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}
.padding-bottom-1 {
  padding-block-end: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}
.padding-block-1 {
  padding-block: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}
.padding-left-1 {
  padding-inline-start: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}
.padding-right-1 {
  padding-inline-end: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}
.padding-inline-1 {
  padding-inline: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}

.margin-2 {
  margin: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}
.margin-top-2 {
  margin-block-start: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}
.margin-bottom-2 {
  margin-block-end: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}
.margin-block-2 {
  margin-block: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}
.margin-left-2 {
  margin-inline-start: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}
.margin-right-2 {
  margin-inline-end: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}
.margin-inline-2 {
  margin-inline: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}

.padding-2 {
  padding: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}
.padding-top-2 {
  padding-block-start: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}
.padding-bottom-2 {
  padding-block-end: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}
.padding-block-2 {
  padding-block: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}
.padding-left-2 {
  padding-inline-start: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}
.padding-right-2 {
  padding-inline-end: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}
.padding-inline-2 {
  padding-inline: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}

.margin-3 {
  margin: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.margin-top-3 {
  margin-block-start: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.margin-bottom-3 {
  margin-block-end: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.margin-block-3 {
  margin-block: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.margin-left-3 {
  margin-inline-start: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.margin-right-3 {
  margin-inline-end: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.margin-inline-3 {
  margin-inline: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}

.padding-3 {
  padding: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.padding-top-3 {
  padding-block-start: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.padding-bottom-3 {
  padding-block-end: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.padding-block-3 {
  padding-block: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.padding-left-3 {
  padding-inline-start: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.padding-right-3 {
  padding-inline-end: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
.padding-inline-3 {
  padding-inline: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}

.margin-4 {
  margin: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.margin-top-4 {
  margin-block-start: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.margin-bottom-4 {
  margin-block-end: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.margin-block-4 {
  margin-block: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.margin-left-4 {
  margin-inline-start: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.margin-right-4 {
  margin-inline-end: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.margin-inline-4 {
  margin-inline: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}

.padding-4 {
  padding: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.padding-top-4 {
  padding-block-start: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.padding-bottom-4 {
  padding-block-end: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.padding-block-4 {
  padding-block: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.padding-left-4 {
  padding-inline-start: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.padding-right-4 {
  padding-inline-end: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
.padding-inline-4 {
  padding-inline: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}

.margin-5 {
  margin: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
.margin-top-5 {
  margin-block-start: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
.margin-bottom-5 {
  margin-block-end: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
.margin-block-5 {
  margin-block: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
.margin-left-5 {
  margin-inline-start: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
.margin-right-5 {
  margin-inline-end: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
.margin-inline-5 {
  margin-inline: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}

.padding-5 {
  padding: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
.padding-top-5 {
  padding-block-start: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
.padding-bottom-5 {
  padding-block-end: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
.padding-block-5 {
  padding-block: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
.padding-left-5 {
  padding-inline-start: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
.padding-right-5 {
  padding-inline-end: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
.padding-inline-5 {
  padding-inline: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}

.margin-6 {
  margin: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
.margin-top-6 {
  margin-block-start: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
.margin-bottom-6 {
  margin-block-end: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
.margin-block-6 {
  margin-block: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
.margin-left-6 {
  margin-inline-start: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
.margin-right-6 {
  margin-inline-end: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
.margin-inline-6 {
  margin-inline: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}

.padding-6 {
  padding: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
.padding-top-6 {
  padding-block-start: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
.padding-bottom-6 {
  padding-block-end: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
.padding-block-6 {
  padding-block: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
.padding-left-6 {
  padding-inline-start: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
.padding-right-6 {
  padding-inline-end: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
.padding-inline-6 {
  padding-inline: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}

.margin-7 {
  margin: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
.margin-top-7 {
  margin-block-start: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
.margin-bottom-7 {
  margin-block-end: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
.margin-block-7 {
  margin-block: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
.margin-left-7 {
  margin-inline-start: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
.margin-right-7 {
  margin-inline-end: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
.margin-inline-7 {
  margin-inline: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}

.padding-7 {
  padding: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
.padding-top-7 {
  padding-block-start: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
.padding-bottom-7 {
  padding-block-end: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
.padding-block-7 {
  padding-block: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
.padding-left-7 {
  padding-inline-start: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
.padding-right-7 {
  padding-inline-end: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
.padding-inline-7 {
  padding-inline: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}

.margin-8 {
  margin: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}
.margin-top-8 {
  margin-block-start: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}
.margin-bottom-8 {
  margin-block-end: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}
.margin-block-8 {
  margin-block: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}
.margin-left-8 {
  margin-inline-start: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}
.margin-right-8 {
  margin-inline-end: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}
.margin-inline-8 {
  margin-inline: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}

.padding-8 {
  padding: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}
.padding-top-8 {
  padding-block-start: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}
.padding-bottom-8 {
  padding-block-end: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}
.padding-block-8 {
  padding-block: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}
.padding-left-8 {
  padding-inline-start: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}
.padding-right-8 {
  padding-inline-end: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}
.padding-inline-8 {
  padding-inline: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}

.margin-9 {
  margin: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}
.margin-top-9 {
  margin-block-start: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}
.margin-bottom-9 {
  margin-block-end: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}
.margin-block-9 {
  margin-block: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}
.margin-left-9 {
  margin-inline-start: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}
.margin-right-9 {
  margin-inline-end: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}
.margin-inline-9 {
  margin-inline: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}

.padding-9 {
  padding: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}
.padding-top-9 {
  padding-block-start: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}
.padding-bottom-9 {
  padding-block-end: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}
.padding-block-9 {
  padding-block: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}
.padding-left-9 {
  padding-inline-start: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}
.padding-right-9 {
  padding-inline-end: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}
.padding-inline-9 {
  padding-inline: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}

.margin-10 {
  margin: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}
.margin-top-10 {
  margin-block-start: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}
.margin-bottom-10 {
  margin-block-end: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}
.margin-block-10 {
  margin-block: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}
.margin-left-10 {
  margin-inline-start: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}
.margin-right-10 {
  margin-inline-end: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}
.margin-inline-10 {
  margin-inline: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}

.padding-10 {
  padding: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}
.padding-top-10 {
  padding-block-start: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}
.padding-bottom-10 {
  padding-block-end: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}
.padding-block-10 {
  padding-block: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}
.padding-left-10 {
  padding-inline-start: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}
.padding-right-10 {
  padding-inline-end: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}
.padding-inline-10 {
  padding-inline: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}

.container {
  --max-width: 90rem;
  width: min(90%, var(--max-width));
  margin-inline: auto;
}

.container[data-type=small] {
  --max-width: 50rem;
}

.container[data-type=medium] {
  --max-width: 70rem;
}

.container[data-type=large] {
  --max-width: 90%;
}

.container[data-type=full-bleed] {
  --max-width: 100%;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.gap-1 {
  gap: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}

.gap-2 {
  gap: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}

.gap-3 {
  gap: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}

.gap-4 {
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}

.gap-5 {
  gap: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}

.gap-6 {
  gap: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}

.gap-7 {
  gap: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}

.gap-8 {
  gap: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}

.gap-9 {
  gap: clamp(6.56rem, 4.25rem + 9.86vw, 13.13rem);
}

.gap-10 {
  gap: clamp(8.75rem, 5.67rem + 13.15vw, 17.5rem);
}

.row-gap-0 {
  row-gap: 0;
}

.ff-base {
  font-family: "InterDisplay";
}

.ff-accent {
  font-family: serif;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

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

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

.text-italic {
  font-style: italic;
}

.box-shadow-1 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.012), 0px 22px 18px rgba(0, 0, 0, 0.018), 0px 100px 80px rgba(0, 0, 0, 0.03);
}

.box-shadow-2 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.016), 0px 22px 18px rgba(0, 0, 0, 0.024), 0px 100px 80px rgba(0, 0, 0, 0.04);
}

.box-shadow-3 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.02), 0px 22px 18px rgba(0, 0, 0, 0.03), 0px 100px 80px rgba(0, 0, 0, 0.05);
}

.box-shadow-4 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.03), 0px 22px 18px rgba(0, 0, 0, 0.042), 0px 100px 80px rgba(0, 0, 0, 0.07);
}

.box-shadow-5 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.04), 0px 22px 18px rgba(0, 0, 0, 0.06), 0px 100px 80px rgba(0, 0, 0, 0.1);
}

.sub-heading {
  text-transform: uppercase;
  padding-bottom: 0.8rem;
  line-height: 1.4;
}

.heading-2 {
  text-transform: uppercase;
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vi, 3.0518rem);
  font-weight: 800;
  line-height: 1.1;
  text-wrap: balance;
}

.heading-3 {
  text-transform: uppercase;
  font-size: clamp(1.512rem, 1.3208rem + 0.816vi, 1.9531rem);
  font-weight: 700;
}

.round {
  border-radius: 50%;
  aspect-ratio: 1/1;
}

main#home-page .floating-elements {
  z-index: 200;
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
main#home-page .floating-elements .loading-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
main#home-page .floating-elements .loading-screen {
  background-color: var(--neutral-900);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
main#home-page .floating-elements #intro-logo svg {
  max-width: 7rem;
}
main#home-page .floating-elements #intro-logo img {
  max-width: 6.5rem;
}
main#home-page section.home-hero {
  height: 100vh;
  height: 100svh;
  color: var(--neutral-100);
  text-align: center;
  position: relative;
  overflow: hidden;
}
main#home-page section.home-hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
  top: 0;
  left: 0;
  transform: scale(1.3);
}
main#home-page section.home-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
main#home-page section.home-hero .container {
  position: relative;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
main#home-page section.home-hero .content-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
main#home-page section.home-hero .word-inner {
  transform: translateY(110%);
}
main#home-page section.home-hero .fade-in {
  opacity: 0;
  transform: translateY(100%);
}
main#home-page section.home-hero h1 {
  align-self: flex-end;
  justify-self: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(2.1625rem, 0.3432rem + 5.2023vi, 4.375rem);
  max-width: 20ch;
  padding-top: 120px;
  padding-bottom: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
main#home-page section.home-hero .hero-sub-grid {
  display: grid;
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
  align-self: flex-end;
  padding-bottom: 10vh;
  grid-template-columns: repeat(2, 1fr);
}
main#home-page section.home-hero h3 {
  display: grid;
  gap: 0.3rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vi, 1.5625rem);
}
main#home-page section.home-hero h3:nth-of-type(2) {
  display: none;
}
main#home-page section.home-hero h3 span {
  font-size: clamp(0.875rem, 0.8208rem + 0.2312vi, 1rem);
  font-weight: 600;
  color: var(--white-opacity-500);
}
@media screen and (min-width: 48em) {
  main#home-page section.home-hero h1 {
    padding-bottom: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
  }
  main#home-page section.home-hero .hero-sub-grid {
    display: flex;
    justify-content: space-between;
  }
  main#home-page section.home-hero h3:nth-of-type(2) {
    display: grid;
  }
}
main#home-page section.about .text {
  padding-bottom: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
  text-align: center;
  display: grid;
  justify-items: center;
}
main#home-page section.about .images {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
main#home-page section.about .images img, main#home-page section.about .images picture {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1.2;
}
main#home-page section.about .images picture:last-of-type {
  display: none;
}
@media screen and (min-width: 62em) {
  main#home-page section.about .text {
    padding-bottom: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
  }
  main#home-page section.about .images {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
    margin-bottom: 4rem;
  }
  main#home-page section.about .images picture:nth-last-of-type(2) {
    transform: translateY(4rem);
  }
  main#home-page section.about .images picture:last-of-type {
    display: block;
  }
}
main#home-page section.our-services {
  background-color: var(--neutral-900);
}
main#home-page section.our-services h2 {
  text-align: center;
  text-transform: uppercase;
  color: var(--white-opacity-700);
  padding-bottom: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
main#home-page section.our-services h2.desktop {
  display: none;
}
main#home-page section.our-services .services-grid {
  display: grid;
  gap: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
  grid-template-columns: 1fr 30%;
}
main#home-page section.our-services .services-grid .images {
  display: grid;
  grid-template-areas: "pile";
  place-content: center;
  overflow: hidden;
}
main#home-page section.our-services .services-grid .images .image {
  grid-area: pile;
  position: relative;
  overflow: hidden;
}
main#home-page section.our-services .services-grid .images .image .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
  z-index: 1;
}
main#home-page section.our-services .services-grid .images .image img, main#home-page section.our-services .services-grid .images .image picture {
  aspect-ratio: 1/1.1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main#home-page section.our-services .services-grid .images .image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 50%);
}
main#home-page section.our-services .services-grid .text {
  display: grid;
  align-content: center;
}
main#home-page section.our-services .services-grid .text ul {
  list-style: none;
  display: grid;
}
@media (hover: none) {
  main#home-page section.our-services .services-grid .text a {
    pointer-events: none;
  }
}
main#home-page section.our-services .services-grid .text li {
  cursor: pointer;
}
main#home-page section.our-services .services-grid .text li h3 {
  width: 100%;
  padding-block: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
  text-decoration: none;
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white-opacity-300);
}
main#home-page section.our-services .services-grid .text li h3 span.hidden {
  display: none;
}
@media (min-width: 500px) {
  main#home-page section.our-services .services-grid .text li h3 span.hidden {
    display: inline-block;
    color: var(--white-opacity-300);
  }
}
main#home-page section.our-services .services-grid .text li[data-cyclecard-status=active] h3 {
  color: var(--neutral-100);
}
main#home-page section.our-services .services-grid .text li[data-cyclecard-status=active] h3 span.hidden {
  color: var(--neutral-100);
}
main#home-page section.our-services .services-grid .text span {
  color: var(--black-opacity-400);
}
@media screen and (min-width: 48em) {
  main#home-page section.our-services h2 {
    padding-bottom: 0;
  }
  main#home-page section.our-services h2.desktop {
    display: block;
  }
  main#home-page section.our-services h2.mobile {
    display: none;
  }
  main#home-page section.our-services .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
    align-items: center;
    position: relative;
  }
  main#home-page section.our-services .services-grid::after {
    content: "";
    width: 1.5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white-opacity-200);
  }
  main#home-page section.our-services .services-grid .images img, main#home-page section.our-services .services-grid .images picture {
    max-height: 500px;
  }
  main#home-page section.our-services .services-grid .text {
    justify-items: center;
    order: -1;
  }
  main#home-page section.our-services .services-grid .text ul {
    padding-top: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
    justify-items: center;
    text-align: center;
  }
  main#home-page section.our-services .services-grid .text ul li h3 {
    text-align: center;
    font-size: clamp(1.26rem, 1.1289rem + 0.5595vi, 1.5625rem);
  }
}
main#home-page section.book {
  position: relative;
  height: auto;
}
main#home-page section.book .text-overlay {
  padding: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem) 5% clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem) 5%;
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(240, 240, 240));
}
main#home-page section.book .text-overlay p {
  max-width: 55ch;
}
main#home-page section.book .parallax-target {
  height: auto;
  display: none;
}
main#home-page section.book .parallax-target img {
  object-position: 20% 50%;
  position: unset;
}
main#home-page section.book picture.mobile-image img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 48em) {
  main#home-page section.book picture.mobile-image {
    display: none;
  }
  main#home-page section.book .text-overlay {
    position: absolute;
    bottom: 10%;
    right: 0%;
    padding-top: 0;
    background: none;
  }
  main#home-page section.book .text-overlay p {
    max-width: 49ch;
  }
  main#home-page section.book .parallax-target {
    display: block;
    height: calc(100% + var(--parallax-height));
  }
}
@media screen and (min-width: 62em) {
  main#home-page section.book {
    height: var(--trigger-height);
    max-height: 850px;
  }
  main#home-page section.book .text-overlay {
    position: absolute;
    left: auto;
    top: 20%;
    right: 5%;
    max-width: 55ch;
    padding: 0;
    margin: 0;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    background-color: transparent;
    color: var(--neutral-900);
  }
  main#home-page section.book .parallax-target img {
    position: absolute;
    object-position: 30% 40%;
  }
}
@media (min-width: 1400px) {
  main#home-page section.book .text-overlay {
    right: 10%;
  }
  main#home-page section.book .parallax-target img {
    object-position: 0% 30%;
  }
}
main#home-page section.cta .cta-grid {
  display: grid;
  gap: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
  align-items: start;
}
main#home-page section.cta .cta-grid .text {
  text-align: center;
  display: grid;
  justify-items: center;
}
main#home-page section.cta .cta-grid .text p {
  max-width: 40ch;
}
main#home-page section.cta .cta-grid .text .intro {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
  padding-bottom: 0.5rem;
}
main#home-page section.cta .cta-grid .text .heading {
  text-transform: uppercase;
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vi, 3.0518rem);
  font-weight: 800;
  line-height: 1.1;
}
main#home-page section.cta .cta-grid picture, main#home-page section.cta .cta-grid img {
  aspect-ratio: 1/1.2;
  object-fit: cover;
  object-position: center;
}
main#home-page section.cta .cta-grid .first-images {
  display: grid;
  grid-template-columns: 40% 1fr;
  margin-inline: 5%;
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
  align-items: center;
}
main#home-page section.cta .cta-grid .first-images picture:first-of-type {
  order: 2;
}
main#home-page section.cta .cta-grid .second-images {
  display: grid;
  grid-template-columns: 1fr 40%;
  margin-inline: 5%;
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
  align-items: center;
}
main#home-page section.cta .cta-grid .second-images picture:last-of-type {
  order: -1;
}
@media screen and (min-width: 48em) {
  main#home-page section.cta .cta-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
  }
  main#home-page section.cta .cta-grid .text {
    justify-self: center;
    align-self: center;
  }
  main#home-page section.cta .cta-grid .text p {
    margin-inline: auto;
  }
  main#home-page section.cta .cta-grid .text .intro {
    font-size: min(1.6vw, 1.5rem);
  }
  main#home-page section.cta .cta-grid .text .heading {
    font-size: min(3.5vw, 3.2rem);
  }
  main#home-page section.cta .cta-grid picture, main#home-page section.cta .cta-grid img {
    max-height: 500px;
  }
  main#home-page section.cta .cta-grid .first-images {
    gap: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
    grid-template-columns: 1fr;
  }
  main#home-page section.cta .cta-grid .first-images picture:first-of-type {
    justify-self: start;
    transform: translateX(-20%);
    order: -1;
  }
  main#home-page section.cta .cta-grid .first-images picture:last-of-type {
    width: 40%;
    justify-self: end;
  }
  main#home-page section.cta .cta-grid .second-images {
    grid-template-columns: 1fr;
    gap: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
  }
  main#home-page section.cta .cta-grid .second-images picture:first-of-type {
    max-width: 40%;
    justify-self: center;
  }
  main#home-page section.cta .cta-grid .second-images picture:last-of-type {
    max-width: 90%;
    justify-self: end;
    transform: translateX(10%);
    order: 2;
  }
}

main#about-page section.videos {
  background: linear-gradient(to bottom, #fff, #f1f1f1);
}
main#about-page section.videos .f-carousel__viewport {
  overflow: visible;
}
main#about-page section.videos .intro {
  display: grid;
  padding-bottom: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
}
main#about-page section.videos .intro .loop-lines {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  transform: translate3d(0, 0, 0) translateZ(0);
  -webkit-transform: translate3d(0, 0, 0) translateZ(0);
  isolation: isolate;
  backface-visibility: hidden;
  transform-style: flat;
  z-index: 0;
}
main#about-page section.videos .intro .loop-lines span.loop {
  position: absolute;
  height: 100%;
  z-index: 0;
  will-change: transform;
  text-transform: uppercase;
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vi, 3.0518rem);
  font-weight: 800;
  line-height: 1.1;
  font-style: italic;
}
main#about-page section.videos .intro .loop-lines span.loop[data-slideshow-slide-status=active] {
  transform: translateY(0%) rotate(0.001deg) translateZ(0);
  transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transform-origin: left bottom;
}
main#about-page section.videos .intro .loop-lines span.loop[data-slideshow-slide-status=not-active] {
  transform: translateY(100%) rotate(12deg) translateZ(0);
  transform-origin: left bottom;
}
main#about-page section.videos .intro .loop-lines span.loop[data-slideshow-slide-status=transition-out] {
  transform: translateY(-100%) rotate(12deg) translateZ(0);
  transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transform-origin: right bottom;
}
@media screen and (min-width: 62em) {
  main#about-page section.videos .intro {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  main#about-page section.videos .intro p {
    padding-top: 0;
  }
}
main#about-page section.videos #youtube-carousel {
  --f-carousel-slide-width: 90%;
  --f-carousel-spacing: 2rem;
}
main#about-page section.videos #youtube-carousel .f-carousel__slide img, main#about-page section.videos #youtube-carousel .f-carousel__slide picture {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
main#about-page section.videos #youtube-carousel .f-carousel__slide .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: var(--neutral-100);
  padding: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
  z-index: 2;
}
main#about-page section.videos #youtube-carousel .f-carousel__slide .text h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vi, 1.5625rem);
}
main#about-page section.videos #youtube-carousel .f-carousel__slide .text p {
  max-width: 55ch;
}
main#about-page section.videos #youtube-carousel .f-carousel__slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 1;
  pointer-events: none;
}
@media (hover) {
  main#about-page section.videos #youtube-carousel .f-carousel__slide:hover path.stroke-dotted {
    stroke-width: 4px;
    opacity: 1;
  }
  main#about-page section.videos #youtube-carousel .f-carousel__slide:hover path.stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300;
  }
  main#about-page section.videos #youtube-carousel .f-carousel__slide:hover path.icon {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 48em) {
  main#about-page section.videos #youtube-carousel {
    --f-carousel-slide-width: 70%;
    --f-carousel-spacing: 4rem;
  }
  main#about-page section.videos #youtube-carousel .f-carousel__slide img, main#about-page section.videos #youtube-carousel .f-carousel__slide picture {
    aspect-ratio: 16/9;
  }
  main#about-page section.videos #youtube-carousel .f-carousel__slide .text h2 {
    font-size: clamp(1.512rem, 1.3208rem + 0.816vi, 1.9531rem);
  }
}
main#about-page svg.play-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 50px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
main#about-page svg.play-btn path.icon {
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}
main#about-page svg.play-btn path.stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4, 5;
  stroke-width: 1px;
  transform-origin: 50% 50%;
  animation: spin 4s infinite linear;
  transition: opacity 1s ease, stroke-width 1s ease;
}
main#about-page svg.play-btn path.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
@media screen and (min-width: 48em) {
  main#about-page svg.play-btn {
    max-width: 85px;
  }
}
main#about-page .carousel-controls {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-left: 0.8rem;
  margin-top: clamp(0.38rem, 0.24rem + 0.56vw, 0.75rem);
}
main#about-page .carousel-controls #carousel-previous {
  transform: scaleX(-1);
}
main#about-page .carousel-controls #service-counter {
  transform: translateX(-6px);
}
main#about-page .carousel-controls #carousel-previous.disabled, main#about-page .carousel-controls #carousel-next.disabled {
  pointer-events: none;
  opacity: 0.3;
}
main#about-page section.team img {
  aspect-ratio: 1/1.1;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
main#about-page section.team .team-grid {
  display: grid;
  align-items: start;
  gap: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem) clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
main#about-page section.team .team-grid .profile-image {
  display: grid;
  grid-template-areas: "pile";
}
main#about-page section.team .team-grid .profile-image .image-item {
  grid-area: pile;
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  pointer-events: none;
  opacity: 0;
}
main#about-page section.team .team-grid .profile-image .image-item img {
  width: 100%;
}
main#about-page section.team .team-grid .profile-image .image-item[data-status=active] {
  opacity: 1;
  pointer-events: all;
}
main#about-page section.team .team-grid .profile-image .image-item .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
  flex-wrap: wrap;
}
main#about-page section.team .team-grid .profile-image .image-item .links .social {
  display: flex;
  gap: 0.8rem;
  align-items: start;
}
main#about-page section.team .team-grid .profile-image .image-item .links .social svg {
  width: 1.5em;
  height: 1.5em;
}
main#about-page section.team .team-grid .profile-image .image-item .links .social a {
  line-height: 0;
}
main#about-page section.team .team-grid .profile-image .image-item .links .btn {
  margin-top: 0;
}
main#about-page section.team .team-grid .profile-text {
  display: grid;
  grid-template-areas: "pile";
  justify-items: center;
}
main#about-page section.team .team-grid .profile-text .text-item {
  grid-area: pile;
  transform: translateY(50px);
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  pointer-events: none;
  opacity: 0;
  height: 0;
}
main#about-page section.team .team-grid .profile-text .text-item h3 {
  font-size: clamp(1.512rem, 1.3208rem + 0.816vi, 1.9531rem);
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 0.2rem;
}
main#about-page section.team .team-grid .profile-text .text-item h4 {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
  font-weight: 600;
  text-transform: uppercase;
}
main#about-page section.team .team-grid .profile-text .text-item p {
  max-width: 55ch;
}
main#about-page section.team .team-grid .profile-text .text-item[data-status=active] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  height: auto;
}
main#about-page section.team .team-grid .thumbnails {
  order: -1;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
main#about-page section.team .team-grid .thumbnails .thumbnail {
  position: relative;
  filter: grayscale(1);
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  width: 3.5rem;
  cursor: pointer;
}
main#about-page section.team .team-grid .thumbnails .thumbnail::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.7);
  z-index: 1;
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
main#about-page section.team .team-grid .thumbnails .thumbnail[data-status=active] {
  filter: none;
}
main#about-page section.team .team-grid .thumbnails .thumbnail[data-status=active]::after {
  opacity: 0;
}
@media screen and (min-width: 48em) {
  main#about-page section.team .team-grid {
    grid-template-columns: 1.5fr 2fr 0.5fr;
    gap: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
  }
  main#about-page section.team .team-grid .profile-text {
    grid-column: 2/3;
  }
  main#about-page section.team .team-grid .profile-text .text-item {
    height: 100%;
  }
  main#about-page section.team .team-grid .thumbnails {
    display: grid;
    grid-template-columns: 1fr;
    order: 3;
    border-bottom: 0;
    gap: 2rem;
    grid-column: 3/4;
  }
  main#about-page section.team .team-grid .thumbnails .thumbnail {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 62em) {
  main#about-page section.team .team-grid {
    grid-template-columns: 1.5fr 2fr 1fr;
  }
  main#about-page section.team .team-grid .thumbnails {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 62em) {
  main#book-page .bulk-section {
    background: url("/images/book/mascot.svg") no-repeat 30% 100%/12rem;
  }
}
main#book-page .bulk-grid {
  display: grid;
  gap: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
main#book-page .bulk-grid p {
  max-width: 48ch;
}
main#book-page .bulk-grid img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center bottom;
}
@media screen and (min-width: 62em) {
  main#book-page .bulk-grid {
    grid-template-columns: 2fr 1.5fr;
    align-items: center;
    gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
  }
  main#book-page .bulk-grid img {
    aspect-ratio: 1/1.1;
  }
}

#service-listing-page .service-grid {
  display: grid;
  gap: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
#service-listing-page .service-grid .text h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(1.8144rem, 1.5426rem + 1.1598vi, 2.4414rem);
}
#service-listing-page .service-grid .text p {
  color: var(--black-opacity-900);
}
#service-listing-page .service-grid .text ul {
  padding-top: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
#service-listing-page .service-grid .text ul li {
  border-bottom: 1px solid var(--black-opacity-200);
  padding-block: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
  text-transform: uppercase;
  font-weight: 500;
}
#service-listing-page .service-grid .text ul li:last-of-type {
  border-bottom: 0;
}
#service-listing-page .service-grid .image img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: 50% 30%;
}
@media screen and (min-width: 48em) {
  #service-listing-page .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
    align-items: center;
  }
  #service-listing-page .service-grid .text {
    padding-block: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem);
  }
  #service-listing-page .service-grid[data-type=reverse] .text {
    order: -1;
  }
  #service-listing-page .service-grid .image {
    width: 100%;
    height: 100%;
  }
  #service-listing-page .service-grid img, #service-listing-page .service-grid picture {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}

main#service-page .training-model {
  display: grid;
}
main#service-page .training-model img {
  aspect-ratio: 1/1.2;
  object-fit: cover;
  object-position: center;
}
main#service-page .training-model .text {
  padding: clamp(2.94rem, 1.9rem + 4.41vw, 5.88rem) 5%;
}
main#service-page .training-model .text h3:not(:first-of-type) {
  padding-top: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
main#service-page .training-model .single-image {
  margin-inline: 5%;
}
main#service-page .training-model .single-image img {
  aspect-ratio: 16/10;
}
main#service-page .training-model .double-image {
  margin-inline: 5%;
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
@media screen and (min-width: 62em) {
  main#service-page .training-model {
    gap: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
    grid-template-columns: 1fr 55ch 1fr;
  }
  main#service-page .training-model .text {
    padding: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem) 0;
  }
  main#service-page .training-model .text p, main#service-page .training-model .text li {
    color: var(--white-opacity-900);
  }
  main#service-page .training-model .text ol {
    list-style: decimal-leading-zero;
    padding-left: 2rem;
    margin: 0;
    padding-top: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
  }
  main#service-page .training-model .text ol li {
    line-height: 1.6;
  }
  main#service-page .training-model .text ol li::marker {
    color: var(--white-opacity-400);
  }
  main#service-page .training-model .single-image {
    align-self: center;
    transform: translateX(-15%);
    margin-inline: none;
  }
  main#service-page .training-model .single-image img {
    max-height: 550px;
    aspect-ratio: 1/1.2;
  }
  main#service-page .training-model .double-image {
    gap: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
    grid-template-columns: 1fr;
    margin-inline: none;
  }
  main#service-page .training-model .double-image picture:first-of-type {
    max-width: 50%;
    justify-self: center;
  }
  main#service-page .training-model .double-image picture:first-of-type img {
    max-height: 250px;
  }
  main#service-page .training-model .double-image picture:last-of-type {
    max-width: 90%;
    align-self: flex-end;
    transform: translateX(10%);
    justify-self: flex-end;
  }
  main#service-page .training-model .double-image picture:last-of-type img {
    max-height: 550px;
  }
}
main#service-page section.book {
  height: auto;
  position: relative;
  max-height: 850px;
}
main#service-page section.book .parallax-target {
  height: auto;
}
main#service-page section.book .parallax-target img {
  object-position: 20% 50%;
  aspect-ratio: 16/10;
  position: unset;
}
main#service-page section.book .text-overlay {
  padding: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem) 5% clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem) 5%;
}
main#service-page section.book .text-overlay p {
  max-width: 49ch;
}
@media screen and (min-width: 48em) {
  main#service-page section.book {
    height: var(--trigger-height);
  }
  main#service-page section.book .parallax-target {
    height: 100%;
  }
  main#service-page section.book .parallax-target img {
    aspect-ratio: unset;
    position: absolute;
  }
  main#service-page section.book .text-overlay {
    position: absolute;
    bottom: 5%;
    left: 0;
    margin: 5%;
    padding: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
    backdrop-filter: blur(1em);
    -webkit-backdrop-filter: blur(1em);
    color: var(--neutral-100);
    background-color: var(--black-opacity-200);
  }
  main#service-page section.book .text-overlay .btn-content .btn-text {
    color: var(--neutral-100);
  }
}
@media (min-width: 1025px) {
  main#service-page section.book .parallax-target {
    height: calc(100% + var(--parallax-height));
  }
}
@media screen and (min-width: 62em) {
  main#service-page section.book .text-overlay {
    bottom: 10%;
    left: 5%;
    max-width: 50%;
    margin: 0;
  }
  main#service-page section.book .parallax-target img {
    object-position: 100% 50%;
  }
}

main#contact-page .contact-grid {
  display: grid;
  gap: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
}
@media screen and (min-width: 62em) {
  main#contact-page .contact-grid {
    grid-template-columns: 1fr 1.3fr;
    width: min(90%, 90rem);
    margin-inline: auto;
    align-items: start;
  }
  main#contact-page .contact-grid .information {
    position: sticky;
    top: 5rem;
  }
}
main#contact-page .information .title {
  padding-bottom: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
main#contact-page .information h2 {
  text-transform: uppercase;
  opacity: 0.5;
}
main#contact-page .information ul {
  margin-top: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
  display: grid;
  gap: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
}
main#contact-page .information a {
  text-decoration: none;
  text-shadow: 0 calc(-1 * var(--_t, 0em)) #000, 0 calc(var(--h) - var(--_t, 0em)) #000;
}
main#contact-page .information .social svg {
  max-width: 1.8rem;
}
main#contact-page .confirmation {
  color: #24C958;
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
  margin-bottom: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
main#contact-page #contact-form button {
  margin-top: 0;
}
main#contact-page #contact-form p.error-msg {
  color: #B70000;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
main#contact-page #contact-form p.error-msg svg {
  max-width: 1.5rem;
}
main#contact-page .input-wrapper {
  position: relative;
  margin-top: 30px;
  margin-bottom: clamp(2.19rem, 1.42rem + 3.29vw, 4.38rem);
}
main#contact-page .input-wrapper.error .input {
  border-bottom: 1px solid #B70000;
}
main#contact-page .input-wrapper .input {
  width: 100%;
  padding: 1rem 0 1.2rem 0;
  color: #333;
  border: none;
  border-bottom: 1px solid var(--black-opacity-300);
  transition: border-color 250ms;
  background-color: transparent;
}
main#contact-page .input-wrapper .input:focus {
  outline: none;
  border-bottom-color: var(--neutral-900);
}
main#contact-page .input-wrapper .input::placeholder {
  color: transparent;
}
main#contact-page .input-wrapper .input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
main#contact-page .input-wrapper .label {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--black-opacity-600);
  pointer-events: none;
  transform-origin: left center;
  transition: transform 250ms;
}
main#contact-page .input:focus + .label,
main#contact-page .input:not(:placeholder-shown) + .label {
  transform: translateY(-100%) scale(0.75);
}
main#contact-page .input:placeholder-shown + .label + .clear {
  display: none;
}

main#keynote-page .speaker-grid .item {
  position: relative;
}
main#keynote-page .speaker-grid .item img {
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
main#keynote-page .speaker-grid .item h3 {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0.8rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
main#keynote-page .speaker-grid .item h4 {
  color: var(--black-opacity-800);
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
  border-radius: 100vw;
  background-color: var(--black-opacity-300);
  color: var(--neutral-100);
  padding: 0.3rem 0.5rem;
  backdrop-filter: blur(1em);
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vi, 0.8rem);
}
main#keynote-page .speaker-grid .item .image {
  position: relative;
}
main#keynote-page .speaker-grid .item .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 5%;
}
main#keynote-page .speaker-grid .item .btn .arrow:first-of-type .arrow-fill {
  background-color: var(--primary-400);
}
main#keynote-page .speaker-grid .item .btn .arrow:last-of-type .arrow-fill {
  background-color: var(--black-opacity-300);
}
@media (hover) {
  main#keynote-page .speaker-grid a.item:hover h3 {
    color: var(--neutral-100);
    transform: translate(5%, -3.5rem);
  }
  main#keynote-page .speaker-grid a.item:hover .btn .arrow:first-of-type {
    transform: scale(1) rotate(0.001deg);
  }
  main#keynote-page .speaker-grid a.item:hover .btn .arrow:last-of-type {
    transform: scale(0) rotate(0.001deg);
  }
  main#keynote-page .speaker-grid a.item:hover .btn .arrow .arrow-content {
    transform: rotate(-45deg);
  }
  main#keynote-page .speaker-grid a.item:hover .btn .btn-content {
    transform: translateX(0em) rotate(0.001deg);
  }
}
main#keynote-page section.offer-deliver {
  background-color: #f1f1f1;
}
main#keynote-page section.offer-deliver .box {
  background-color: var(--neutral-100);
  padding: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
main#keynote-page section.offer-deliver .box h2 {
  font-size: clamp(1.512rem, 1.3208rem + 0.816vi, 1.9531rem);
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
@media screen and (min-width: 48em) {
  main#keynote-page section.offer-deliver .box h2 {
    text-align: center;
  }
}
main#keynote-page section.offer-deliver .box ul {
  display: grid;
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
main#keynote-page section.offer-deliver .box ul li .head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
main#keynote-page section.offer-deliver .box ul li .head .positive {
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #008A49;
  flex-shrink: 0;
}
main#keynote-page section.offer-deliver .box ul li .head .positive svg {
  width: 60%;
}
main#keynote-page section.offer-deliver .box ul li .head .positive svg polyline {
  stroke-width: 3px;
  stroke: var(--neutral-100);
}
main#keynote-page section.offer-deliver .box ul li .head h3 {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
}
main#keynote-page section.offer-deliver .box ul li p {
  padding-top: 1rem;
}
main#keynote-page .service-grid {
  display: grid;
  gap: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
main#keynote-page .service-grid .text h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(1.8144rem, 1.5426rem + 1.1598vi, 2.4414rem);
}
main#keynote-page .service-grid .text ul {
  padding-top: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
main#keynote-page .service-grid .text ul li {
  border-bottom: 1px solid var(--black-opacity-200);
  padding-block: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem);
  text-transform: uppercase;
  font-weight: 500;
}
main#keynote-page .service-grid .text ul li:last-of-type {
  border-bottom: 0;
}
@media screen and (min-width: 48em) {
  main#keynote-page .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(4.38rem, 2.83rem + 6.57vw, 8.75rem);
    align-items: center;
  }
  main#keynote-page .service-grid[data-type=reverse] .text {
    order: -1;
  }
  main#keynote-page .service-grid picture, main#keynote-page .service-grid img {
    object-fit: cover;
    object-position: center;
    height: min(80vh, 600px);
  }
}

:root {
  --c-text: #5A5A64;
  --c-text-light: #A1A1B6;
  --c-text-selection: rgb(198, 18, 42);
  --c-background-selection: rgba(198, 18, 42, 0.15);
  --c-shadow: rgba(41, 41, 86, 0.06);
  --c-shadow-active: rgba(198, 18, 42, 0.15);
}

main#login-page {
  display: grid;
  align-items: center;
}
main#login-page h1 {
  font-weight: 600;
  padding-bottom: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
  color: var(--neutral-900);
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vi, 3.0518rem);
}
main#login-page section.login-form .container {
  width: min(90%, 600px);
  margin-inline: auto;
}
main#login-page section.login-form .container form {
  display: grid;
  gap: clamp(1.13rem, 0.75rem + 1.6vw, 2.19rem);
}
main#login-page section.login-form .container form a {
  color: transparent;
  text-shadow: 0 calc(-1 * var(--_t, 0em)) var(--neutral-900), 0 calc(var(--h) - var(--_t, 0em)) var(--neutral-900);
}
main#login-page section.login-form .container form .form-group {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
main#login-page section.login-form .container form .form-group:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
main#login-page section.login-form .container form .form-group:focus-within {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
main#login-page section.login-form .container form .form-group input {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  font-family: inherit;
  line-height: 21px;
  padding: clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem) 41px clamp(0.56rem, 0.36rem + 0.85vw, 1.13rem) 16px;
  opacity: var(--o, var(--default-o, 1));
  transition: filter 0.35s, transform 0.4s, opacity 0.25s;
}
main#login-page section.login-form .container form .form-group input::placeholder {
  color: #A1A1B6;
  transition: color 0.25s;
}
main#login-page section.login-form .container form .form-group input::selection {
  color: #C6122A;
  background: rgba(0, 0, 0, 0.15);
}
main#login-page section.login-form .container form .form-group input:focus::placeholder, main#login-page section.login-form .container form .form-group input:hover::placeholder {
  color: #5A5A64;
}
main#login-page section.login-form .container form label {
  color: var(--neutral-900);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vi, 0.8rem);
}
main#login-page section.login-form .container form label input {
  width: 1rem;
  height: 1rem;
}
main#login-page section.login-form .container form .flex {
  display: flex;
  align-items: center;
  gap: clamp(1.44rem, 0.91rem + 2.25vw, 2.94rem);
}
main#login-page section.login-form .container form .flex button {
  margin-top: 0;
}
main#login-page section.login-form .container form .flex a {
  text-decoration: none;
  color: var(--neutral-900);
}

#privacy-page h2 {
  margin-top: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
}
#privacy-page h3 {
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vi, 0.8rem);
  margin-top: clamp(0.75rem, 0.51rem + 1.03vw, 1.44rem);
}
#privacy-page a {
  color: var(--primary-400);
  word-break: break-all;
}
#privacy-page a:hover {
  color: var(--accent-400);
}
#privacy-page ol {
  display: grid;
  gap: 1rem;
}
#privacy-page ol p:first-child {
  margin: 0;
}

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