@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/inter/Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/inter/Inter-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/inter/Inter-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/inter/Inter-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/inter/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/inter/Inter-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter/Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter/Inter-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter/Inter-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/inter/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/inter/Inter-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/inter/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/inter/Inter-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/inter/Inter-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/inter/Inter-BlackItalic.woff2") format("woff2");
}
:root {
  --neutral-100: white;
  --neutral-200: #f7f7f7;
  --neutral-800: #1f1f1f;
  --neutral-900: black;
  --primary-400: #179b45;
  --white-opacity-100: rgba(255, 255, 255, 0.1);
  --white-opacity-200: rgba(255, 255, 255, 0.2);
  --white-opacity-300: rgba(255, 255, 255, 0.3);
  --white-opacity-400: rgba(255, 255, 255, 0.4);
  --white-opacity-500: rgba(255, 255, 255, 0.5);
  --white-opacity-600: rgba(255, 255, 255, 0.6);
  --white-opacity-700: rgba(255, 255, 255, 0.7);
  --white-opacity-800: rgba(255, 255, 255, 0.8);
  --white-opacity-900: rgba(255, 255, 255, 0.9);
  --black-opacity-100: rgba(0, 0, 0, 0.1);
  --black-opacity-200: rgba(0, 0, 0, 0.2);
  --black-opacity-300: rgba(0, 0, 0, 0.3);
  --black-opacity-400: rgba(0, 0, 0, 0.4);
  --black-opacity-500: rgba(0, 0, 0, 0.5);
  --black-opacity-600: rgba(0, 0, 0, 0.6);
  --black-opacity-700: rgba(0, 0, 0, 0.7);
  --black-opacity-800: rgba(0, 0, 0, 0.8);
  --black-opacity-900: rgba(0, 0, 0, 0.9);
}

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

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
  font-weight: unset;
  font-size: unset;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

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

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

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(1.00rem, calc(0.96rem + 0.19vw), 1.13rem);
  color: var(--neutral-900);
  background-color: var(--neutral-100);
}

main {
  min-height: 100vh;
  min-height: 100svh;
  padding-top: 77px;
}
main.has-hero {
  padding-top: 0;
}
@media screen and (min-width: 48em) {
  main {
    padding-top: 96px;
  }
}

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

p {
  line-height: 1.5;
  text-wrap: pretty;
  padding-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}

a {
  display: block;
  color: inherit;
}

span {
  display: inline-block;
}

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

ol {
  margin: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem) 0;
  padding-left: clamp(1.44rem, calc(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;
}

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

.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;
  padding: 0.1em 0;
}
.split-words .word .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 .word-inner {
  transform: translateY(120%) rotate(6deg);
}

#mc_embed_signup {
  width: 100vw !important;
  max-width: 600px;
}

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

.button {
  border: 0;
  width: fit-content;
  text-decoration: none;
  position: relative;
  padding: 1em 1.4em;
  border-radius: 100vw;
  color: var(--neutral-100);
  overflow: hidden;
  cursor: pointer;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  mask-image: radial-gradient(white, black);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  margin-top: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.button .button-text {
  position: relative;
  z-index: 2;
}
.button .fill-container {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding-bottom: 100%;
  transform: translateY(-50%) rotate(180deg);
  background-color: var(--neutral-800);
}
.button .fill-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-400);
  border-radius: 50%;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(100%);
}
.button[data-type=secondary] {
  border: 1px solid var(--neutral-900);
  color: var(--neutral-900);
}
.button[data-type=secondary] .fill-container {
  background-color: transparent;
}
@media (hover) {
  .button[data-type=secondary]:hover, .button[data-type=secondary]:focus {
    border: 1px solid var(--primary-400);
    color: var(--neutral-100);
  }
  .button[data-type=secondary]:hover .fill-container::after, .button[data-type=secondary]:focus .fill-container::after {
    transform: translateY(0);
  }
}
.button[data-type=blur] {
  backdrop-filter: blur(1em);
  -webkit-backdrop-filter: blur(1em);
}
.button[data-type=blur] .fill-container {
  background-color: var(--white-opacity-200);
}
.button[data-type=white] {
  color: var(--neutral-900);
}
.button[data-type=white] .fill-container {
  background-color: var(--neutral-100);
}
@media (hover) {
  .button[data-type=white]:hover, .button[data-type=white]:focus {
    color: var(--neutral-100);
  }
  .button[data-type=white]:hover .fill-container::after, .button[data-type=white]:focus .fill-container::after {
    transform: translateY(0);
  }
}
@media (hover) {
  .button:hover .fill-container, .button:focus .fill-container {
    transform: translateY(-50%) rotate(0);
  }
  .button:hover .fill-container::after, .button:focus .fill-container::after {
    transform: translateY(0);
  }
}

.swipe {
  --h: 1.2em;
  text-wrap: nowrap;
  line-height: var(--h);
  color: transparent;
  text-shadow: 0 calc(-1*var(--_t,0em)) #fff, 0 calc(var(--h) - var(--_t,0em)) #fff;
  overflow: hidden;
  transition: 0.3s;
}
@media (hover) {
  .swipe:hover {
    --_t: var(--h);
  }
}
.swipe:not(:hover) {
  transition: none;
}
.swipe[data-type=dark] {
  text-shadow: 0 calc(-1*var(--_t,0em)) #000, 0 calc(var(--h) - var(--_t,0em)) #000;
}

.underline {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 0.08em;
  background-position-y: 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  background-position-x: 100%;
  width: max-content;
}
@media (hover: hover) {
  .underline:hover, .underline:focus {
    background-size: 100% 0.1em;
    background-position-x: 0%;
  }
}
.underline[data-type=dark] {
  background-image: linear-gradient(#fff, #fff);
}

.portrait-card {
  overflow: hidden;
  aspect-ratio: 1/1.2;
  position: relative;
}
.portrait-card picture, .portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
.portrait-card .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: var(--neutral-100);
  font-size: clamp(1.73rem, calc(1.56rem + 0.71vw), 2.20rem);
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding-inline: 2rem;
}
.portrait-card .button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  margin: 0 0 clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) 0;
}
.portrait-card::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #0000006b;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (hover) {
  .portrait-card:hover img, .portrait-card:focus img {
    scale: 1.06;
    rotate: 0.5deg;
  }
}

.landscape-card {
  position: relative;
  overflow: hidden;
}
.landscape-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/10;
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
.landscape-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: var(--neutral-100);
  padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  width: 100%;
  max-width: 80%;
}
.landscape-card .content .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
.landscape-card .content .tags span {
  display: block;
  border: 1px solid var(--white-opacity-500);
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
  font-weight: 300;
  border-radius: 100vw;
  padding: 0.3em 0.8em;
}
.landscape-card .content h2 {
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.landscape-card .card-button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  z-index: 2;
  backdrop-filter: blur(1em);
  -webkit-backdrop-filter: blur(1em);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100vw;
  display: grid;
  place-content: center;
  background-color: var(--white-opacity-200);
}
.landscape-card .card-button svg {
  transform: rotate(180deg);
}
.landscape-card::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
  top: 0;
  left: 0;
}
@media (hover) {
  .landscape-card:hover img, .landscape-card:focus img {
    scale: 1.06;
    rotate: 0.5deg;
  }
}

.news-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  position: relative;
}
.news-card .image {
  overflow: hidden;
}
.news-card .image img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  width: 100%;
}
.news-card .title {
  padding-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  line-height: 1.4;
  font-weight: 500;
}
.news-card .flex {
  padding-top: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.news-card .date {
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
  padding: 0;
}
@media (hover) {
  .news-card:hover .image img, .news-card:focus .image img {
    scale: 1.06;
    rotate: 0.5deg;
  }
  .news-card:hover .arrow .arrow-content, .news-card:focus .arrow .arrow-content {
    transform: rotate(-45deg);
  }
  .news-card:hover .arrow:first-of-type, .news-card:focus .arrow:first-of-type {
    transform: scale(1) rotate(0.001deg);
  }
  .news-card:hover .arrow:last-of-type, .news-card:focus .arrow:last-of-type {
    transform: scale(0) rotate(0.001deg);
  }
}

header {
  background-color: var(--neutral-800);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
header.background {
  background-color: var(--neutral-800) !important;
  border-bottom: 0 !important;
}
header.has-hero {
  background-color: transparent;
}
@media screen and (min-width: 48em) {
  header.has-hero {
    border-bottom: 1px solid var(--white-opacity-200);
  }
}
header.scroll {
  transform: translateY(-102%) rotate(0.001deg);
}
header .desktop-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  grid-auto-flow: column;
  align-items: center;
}
header a.logo {
  color: var(--neutral-100);
  font-size: clamp(1.73rem, calc(1.56rem + 0.71vw), 2.20rem);
  text-decoration: none;
  justify-self: center;
}
header a.logo img {
  max-width: 8rem;
}
@media screen and (min-width: 48em) {
  header a.logo img {
    max-width: 10rem;
  }
}
header .inner {
  display: flex;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  align-items: center;
}
@media screen and (min-width: 48em) {
  header .inner {
    padding-block: 1.5rem;
  }
}
header .deco-line {
  display: none;
}
header .cheeseburger {
  display: flex;
  position: relative;
  cursor: pointer;
}
header .cheeseburger .cheeseburger-inner {
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
header .cheeseburger .cheeseburger-inner .bar {
  position: absolute;
  width: 1.5em;
  height: 1px;
  background-color: var(--neutral-100);
}
header .cheeseburger .cheeseburger-inner .bar:nth-child(1) {
  transform: translate(0%, -0.35em) rotate(0.001deg);
}
header .cheeseburger .cheeseburger-inner .bar:nth-child(3) {
  transform: translate(-25%, 0.35em) rotate(0.001deg);
  width: 1em;
}
header .cheeseburger .cheeseburger-inner .bar:nth-child(3)::before {
  transform: translateX(-300%);
}
@media (hover) {
  header .cheeseburger .cheeseburger-inner .bar {
    transition: transform 0.8s cubic-bezier(0.3, 1, 0.3, 1), background-color 0.4s cubic-bezier(0.3, 0, 0.3, 1);
    transform: translate(0%, 0em) rotate(0.001deg);
  }
  header .cheeseburger .cheeseburger-inner .bar::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--neutral-100);
    transform: translateX(-150%);
  }
}
@media (hover: hover) {
  header .cheeseburger:hover .cheeseburger-inner .bar:nth-child(1), header .cheeseburger:focus .cheeseburger-inner .bar:nth-child(1) {
    transform: translate(150%, -0.35em) rotate(0.001deg);
  }
  header .cheeseburger:hover .cheeseburger-inner .bar:nth-child(2), header .cheeseburger:focus .cheeseburger-inner .bar:nth-child(2) {
    transform: translate(150%, 0em) rotate(0.001deg);
  }
  header .cheeseburger:hover .cheeseburger-inner .bar:nth-child(3), header .cheeseburger:focus .cheeseburger-inner .bar:nth-child(3) {
    transform: translate(275%, 0.35em) rotate(0.001deg);
  }
}
header nav.desktop {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vi, 1rem);
}
header nav.desktop ul {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
header nav.desktop ul li:not(.button) {
  display: none;
}
header nav.desktop ul li.active {
  transition: none;
  position: relative;
  color: var(--primary-400);
  overflow: visible;
  text-shadow: none;
}
header nav.desktop ul li a {
  text-decoration: none;
}
header nav.desktop ul li.dropdown-parent {
  position: relative;
  color: var(--neutral-100);
}
header nav.desktop ul li.dropdown-parent:hover .dropdown {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
header nav.desktop ul li .arrow-flex {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
header nav.desktop ul li .arrow-flex img {
  width: 0.7rem;
}
header nav.desktop ul li .dropdown {
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotateX(-12deg) scale(0.9);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: top left;
  margin-left: -1.5rem;
  padding-top: 1.5rem;
  color: var(--neutral-100);
}
header nav.desktop ul li .dropdown .wrapper {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  background-color: var(--neutral-800);
  border-radius: 12px;
  display: flex;
  gap: 2rem;
  padding: 1rem;
  width: max-content;
}
header nav.desktop ul li .dropdown .wrapper span.dropdown-title {
  text-transform: uppercase;
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
  color: var(--white-opacity-400);
  font-weight: 300;
  padding: 0.8rem 0 0.6rem 0.6rem;
}
header nav.desktop ul li .dropdown .wrapper ul {
  display: grid;
  gap: 0.3rem;
}
header nav.desktop ul li .dropdown .wrapper ul li {
  border-radius: 6px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
header nav.desktop ul li .dropdown .wrapper ul li a {
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
  display: grid;
  gap: 0.3rem;
  padding: 0.7rem;
  transition: 0.1s;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  position: relative;
}
header nav.desktop ul li .dropdown .wrapper ul li a span {
  color: var(--neutral-100);
  font-weight: 300;
}
header nav.desktop ul li .dropdown .wrapper ul li a::after {
  content: "";
  background: url("/images/icons/arrow-right.svg") no-repeat center;
  width: 0.8rem;
  height: 1rem;
  opacity: 0;
  transition: 0.1s;
}
@media (hover: hover) {
  header nav.desktop ul li .dropdown .wrapper ul li:hover, header nav.desktop ul li .dropdown .wrapper ul li:focus {
    background-color: rgba(255, 255, 255, 0.05);
  }
  header nav.desktop ul li .dropdown .wrapper ul li:hover span, header nav.desktop ul li .dropdown .wrapper ul li:focus span {
    color: var(--primary-400);
  }
  header nav.desktop ul li .dropdown .wrapper ul li:hover a::after, header nav.desktop ul li .dropdown .wrapper ul li:focus a::after {
    opacity: 1;
  }
}
header nav.desktop ul li .dropdown .wrapper ul li.active {
  background-color: rgba(255, 255, 255, 0.05);
}
header nav.desktop ul li .dropdown .wrapper ul li.active span {
  color: var(--primary-400);
}
header .button {
  display: none;
  padding: 0.8em 1.4em;
  margin: 0;
  justify-self: end;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vi, 1rem);
}
@media (min-width: 500px) {
  header .button {
    display: block;
  }
}
@media (min-width: 1300px) {
  header nav.desktop ul li:not(.button) {
    display: block;
  }
  header .deco-line {
    width: 1px;
    height: 25px;
    display: block;
    background-color: var(--white-opacity-400);
    transition: background-color 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  }
}

.side-nav {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-101%) rotate(0.001deg);
  transition: transform 0.8s cubic-bezier(0.75, 0, 0.25, 1);
  pointer-events: all;
  transition-delay: 0.1s;
  min-width: 33.333%;
  z-index: 100;
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  height: 100vh;
  height: 100svh;
  padding-top: 3vh;
  overflow: scroll;
}
.side-nav[data-navigation-status=active] {
  transform: translateX(0%) rotate(0.001deg);
  transition-delay: 0s;
}
.side-nav .close {
  position: relative;
  cursor: pointer;
}
.side-nav .close .close-inner {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: rotate(-45deg);
  overflow: hidden;
}
.side-nav .close .close-inner .bar {
  position: absolute;
  width: 1.5em;
  height: 1px;
  background-color: var(--neutral-100);
  transition: transform 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transform: rotate(0.001deg) translateX(0%);
}
.side-nav .close .close-inner .bar:nth-child(1) {
  transform: rotate(90deg) translateX(0%);
  transition-delay: 0.1s;
}
@media (hover) {
  .side-nav .close .bar::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--neutral-100);
    transform: translateX(-250%);
  }
  .side-nav .close:hover .close-inner .bar:nth-child(1) {
    transform: rotate(90deg) translateX(250%);
  }
  .side-nav .close:hover .close-inner .bar:nth-child(2) {
    transform: rotate(0.001deg) translateX(250%);
  }
}
.side-nav .wrapper {
  max-width: 85%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.side-nav h3 {
  text-transform: uppercase;
  color: var(--white-opacity-500);
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
  padding: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem) 0 clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem) 0;
}
.side-nav nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  padding-bottom: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.side-nav nav ul {
  font-size: clamp(1.44rem, calc(1.33rem + 0.48vw), 1.76rem);
  display: grid;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  font-weight: 500;
}
.side-nav nav li.active {
  text-shadow: 0 calc(-1*var(--_t,0em)) var(--primary-400), 0 calc(var(--h) - var(--_t,0em)) var(--primary-400);
}
.side-nav nav a {
  text-decoration: none;
}
.side-nav .bottom {
  border-top: 1px solid var(--white-opacity-200);
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem) clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  padding: 5vh 0;
}
.side-nav .bottom h3 {
  padding: 0;
}
.side-nav .bottom ul {
  margin-top: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  display: grid;
  gap: 1rem;
  color: var(--neutral-100);
}
.side-nav .bottom ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.side-nav .bottom ul span {
  color: var(--white-opacity-400);
}
.side-nav .bottom ul a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .side-nav {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.pattern-bar {
  height: 0.5rem;
  width: 100%;
  background: url("/images/icons/og-pattern.svg") repeat-x center/30rem;
}

footer .main-footer {
  background-color: var(--neutral-800);
}
footer .main-footer-grid {
  display: grid;
  justify-items: flex-start;
  gap: 0 2rem;
}
footer .main-footer-grid div {
  padding-block: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
footer .main-footer-grid div:first-of-type {
  border: 0;
  padding-left: 0;
  padding-bottom: 0;
}
footer .main-footer-grid div:not(:nth-of-type(1), :nth-of-type(2)) {
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
footer .main-footer-grid svg {
  width: 5rem;
}
footer .main-footer-grid svg path, footer .main-footer-grid svg circle {
  fill: var(--neutral-100);
}
footer .main-footer-grid h3 {
  text-transform: uppercase;
  color: var(--white-opacity-500);
}
footer .main-footer-grid ul {
  margin-top: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  display: grid;
  gap: 1rem 2rem;
  color: var(--neutral-100);
}
footer .main-footer-grid ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer .main-footer-grid ul span {
  color: var(--white-opacity-400);
}
footer .main-footer-grid ul a {
  display: block;
  text-decoration: none;
}
footer .bottom-footer {
  margin-top: -1px;
  border-top: 1px solid var(--white-opacity-100);
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
  padding-block: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  background-color: var(--neutral-800);
  color: var(--white-opacity-600);
}
footer .bottom-footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-items: flex-start;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem) clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
footer .bottom-footer-grid div:first-of-type {
  border: 0;
  padding-left: 0;
}
footer .bottom-footer-grid a, footer .bottom-footer-grid span {
  color: var(--white-opacity-500);
  text-decoration: none;
}
footer .bottom-footer-grid a:hover, footer .bottom-footer-grid span:hover {
  color: var(--neutral-100);
}
footer .bottom-footer #back-to-top {
  cursor: pointer;
}
@media (min-width: 500px) {
  footer .main-footer-grid {
    gap: 0;
  }
  footer .main-footer-grid div:first-of-type {
    grid-column: 1/3;
  }
  footer .main-footer-grid div:not(:nth-of-type(1), :nth-of-type(2)) {
    padding-top: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  }
  footer .bottom-footer {
    padding-block: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  }
}
@media (min-width: 1200px) {
  footer .main-footer .two-grid, footer .bottom-footer .two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  footer .main-footer-grid, footer .bottom-footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  footer .main-footer-grid div, footer .bottom-footer-grid div {
    border-left: 1px solid var(--white-opacity-100);
    padding-left: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  }
  footer .main-footer-grid div:first-of-type {
    grid-column: auto;
    padding-block: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  }
  footer .bottom-footer {
    padding: 0;
  }
  footer .bottom-footer-grid {
    display: grid;
    gap: 0;
  }
  footer .bottom-footer-grid div {
    padding-block: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  }
}

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

.logos-wrapper {
  overflow: hidden;
  display: grid;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.logos-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.logos-wrapper .row .marquee-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.logos-wrapper .row .marquee-wrapper .marquee {
  top: 0;
  width: 100%;
  overflow: visible;
  position: relative;
  padding-right: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.logos-wrapper .row .marquee-wrapper .marquee .marquee-inner {
  display: flex;
  position: relative;
  width: 120%;
  left: -10%;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.logos-wrapper .row .marquee-wrapper .marquee .marquee-inner .marquee-item {
  display: grid;
  place-items: center;
  background: var(--neutral-100);
  aspect-ratio: 3/1.7;
  width: 12.5vw;
  min-width: 150px;
  border-radius: 0.5rem;
}
@media (min-width: 1024px) {
  .logos-wrapper .row .marquee-wrapper .marquee .marquee-inner .marquee-item {
    min-width: 300px;
  }
}
.logos-wrapper .row .marquee-wrapper .marquee .marquee-inner .marquee-item img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  max-height: 50%;
  max-width: 50%;
}

:root {
  --f-carousel-dots-height: 120px;
  --f-carousel-dots-height: 0px;
  --f-carousel-dots-width: 4rem;
  --f-carousel-dot-width: 4rem;
  --f-carousel-dot-height: 1.5px;
  --f-carousel-dot-radius: 0;
  --f-carousel-dot-color: hsl(141, 74%, 35%);
}

.f-carousel {
  overflow-x: clip;
  --f-carousel-slide-width: 100%;
  --f-carousel-spacing: 1.5rem;
}
.f-carousel .f-carousel__viewport {
  transition: 0.3s;
  overflow: visible;
}
.f-carousel .f-carousel__dots {
  position: unset;
  justify-content: center;
  gap: 1rem;
  bottom: unset;
  padding: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem) 0 clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem) 0;
}
.f-carousel .f-carousel__dots li button {
  justify-content: flex-start;
}
.f-carousel .f-carousel__dots.is-dynamic li.is-next button {
  transform: scale(0.8);
}
.f-carousel .f-carousel__dots.is-dynamic li.is-after-next button {
  transform: scale(0.6);
}
.f-carousel .f-carousel__dots.is-dynamic li.is-prev button {
  transform: scale(0.8);
}
.f-carousel .f-carousel__dots.is-dynamic li.is-before-prev button {
  transform: scale(0.6);
}
.f-carousel .f-button {
  --f-button-next-pos: 3%;
  --f-button-prev-pos: 3%;
  backdrop-filter: blur(1em);
  -webkit-backdrop-filter: blur(1em);
  background-color: var(--white-opacity-100);
  border-radius: 100vw;
  width: 3.5rem;
  height: 3.5rem;
}
.f-carousel .f-button svg {
  stroke: var(--neutral-100);
}
@media screen and (min-width: 48em) {
  .f-carousel .f-button {
    width: 4rem;
    height: 4rem;
  }
}

.page-hero {
  min-height: 75vh;
  min-height: 75svh;
  display: grid;
  align-items: center;
}
.page-hero .content {
  color: var(--neutral-100);
}
.page-hero .content h1 {
  font-size: clamp(2.49rem, calc(2.16rem + 1.42vw), 3.43rem);
}
.page-hero .content p {
  max-width: 55ch;
}
.page-hero[data-type=about] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/images/about/hero.jpg") no-repeat center 30%/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/images/about/hero.webp") no-repeat center 30%/cover) {
  .page-hero[data-type=about] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/images/about/hero.webp") no-repeat center 30%/cover;
  }
}
.page-hero[data-type=digital-print] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/digital-print/ninja-warrior.jpg") no-repeat center 30%/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/digital-print/ninja-warrior.webp") no-repeat center 30%/cover) {
  .page-hero[data-type=digital-print] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/digital-print/ninja-warrior.webp") no-repeat center 30%/cover;
  }
}
.page-hero[data-type=built-up-letters] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/built-up-letters/decathlon.jpg") no-repeat center 30%/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/built-up-letters/decathlon.webp") no-repeat center 30%/cover) {
  .page-hero[data-type=built-up-letters] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/built-up-letters/decathlon.webp") no-repeat center 30%/cover;
  }
}
.page-hero[data-type=fascia-signs] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/fascia-signs/b&q.jpg") no-repeat center 30%/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/fascia-signs/b&q.webp") no-repeat center 30%/cover) {
  .page-hero[data-type=fascia-signs] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/fascia-signs/b&q.webp") no-repeat center 30%/cover;
  }
}
.page-hero[data-type=flex-face-signs] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/flex-face-signs/hertz.jpg") no-repeat center 30%/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/flex-face-signs/hertz.webp") no-repeat center 30%/cover) {
  .page-hero[data-type=flex-face-signs] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/flex-face-signs/hertz.webp") no-repeat center 30%/cover;
  }
}
.page-hero[data-type=totem-signs] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/totem-signs/salvation-army.jpg") no-repeat center 30%/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/totem-signs/salvation-army.webp") no-repeat center 30%/cover) {
  .page-hero[data-type=totem-signs] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/services/totem-signs/salvation-army.webp") no-repeat center 30%/cover;
  }
}
@media screen and (min-width: 93em) {
  .page-hero {
    min-height: 60vh;
    min-height: 60svh;
  }
}

.page-blocks {
  display: grid;
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  padding: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem) 0 clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0;
}
.page-blocks h2, .page-blocks h3, .page-blocks h4 {
  padding-top: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  text-wrap: pretty !important;
}
.page-blocks h2 {
  font-size: clamp(1.73rem, calc(1.56rem + 0.71vw), 2.20rem);
  line-height: 1.2;
  font-weight: 500;
}
.page-blocks h3 {
  font-size: clamp(1.44rem, calc(1.33rem + 0.48vw), 1.76rem);
  line-height: 1.3;
  font-weight: 500;
}
.page-blocks h4 {
  font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
  line-height: 1.3;
  font-weight: 500;
}
.page-blocks .block {
  display: grid;
}
.page-blocks .block.text > *:first-child {
  padding-top: 0;
  margin-top: 0;
}
.page-blocks .block.text p {
  padding-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.page-blocks .block.text p a {
  display: inline;
  text-decoration: underline;
  color: var(--primary-400);
}
@media (min-width: 768px) {
  .page-blocks .block.text p {
    padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  }
}
.page-blocks .block.text strong {
  font-weight: 700;
}
.page-blocks .block.text em {
  font-style: italic;
}
.page-blocks .block.text ul {
  list-style: disc;
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem) 0 0 1rem;
}
.page-blocks .block.text ul li {
  line-height: 1.6;
}
.page-blocks .block.text ol li {
  line-height: 1.6;
}
.page-blocks .block.image img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
.page-blocks .block.quote {
  justify-content: center;
}
.page-blocks .block.quote img {
  width: 100%;
  max-width: 4rem;
}
.page-blocks .block.quote p {
  font-size: clamp(1.44rem, calc(1.33rem + 0.48vw), 1.76rem);
  line-height: 1.4;
}
.page-blocks .block.quote span {
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  color: var(--black-opacity-500);
  display: block;
}
.page-blocks .block.file {
  background-color: var(--primary-400);
  justify-content: unset;
  color: var(--neutral-100);
  justify-self: center;
  width: 100%;
}
.page-blocks .block.file a {
  text-decoration: none;
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.page-blocks .block.file .file_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-blocks .block.file img {
  width: 1.5rem;
}
.page-blocks .block.gallery {
  max-width: 1600px;
  margin-inline: auto;
  display: block;
}
.page-blocks .block.gallery .f-carousel {
  --f-carousel-slide-width: 80%;
  --f-carousel-spacing: 1.5rem;
}
.page-blocks .block.gallery .f-button {
  backdrop-filter: blur(1em);
  -webkit-backdrop-filter: blur(1em);
  border-radius: 100vw;
  width: 50px;
  height: 50px;
  top: 40%;
  --f-button-bg: $color-neutral-100;
  --f-button-prev-pos: 5%;
  --f-button-next-pos: 5%;
}
.page-blocks .block.gallery img.slider_image {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
.page-blocks .block.gallery span.gallery-counter {
  display: block;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .page-blocks .block.gallery .f-carousel {
    --f-carousel-slide-width: 55%;
    --f-carousel-spacing: 2rem;
  }
  .page-blocks .block.gallery .f-button {
    width: 60px;
    height: 60px;
  }
}
.page-blocks .block.youtube {
  display: block;
}
.page-blocks .block.youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.pager-wrapper {
  display: grid;
  justify-content: center;
  padding-bottom: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.pager-wrapper ol.pager {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.pager-wrapper ol.pager a {
  text-decoration: none;
  color: var(--black-opacity-300);
}

section.icons-grid {
  padding-block: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
section.icons-grid h2 {
  text-align: center;
  padding-bottom: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
section.icons-grid ul {
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
section.icons-grid ul li {
  background-color: var(--neutral-100);
  padding: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
section.icons-grid ul li span:first-of-type {
  display: block;
  padding-bottom: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
section.icons-grid ul li img {
  max-width: 4rem;
  padding-bottom: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
section.icons-grid ul li h3 {
  font-size: clamp(1.44rem, calc(1.33rem + 0.48vw), 1.76rem);
  font-weight: 500;
}
@media screen and (min-width: 48em) {
  section.icons-grid ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 62em) {
  section.icons-grid ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

section.split-hero {
  display: grid;
  background-color: var(--neutral-100);
}
section.split-hero .text {
  display: grid;
  justify-content: center;
  padding: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem) 5%;
}
section.split-hero .text h1 {
  font-size: clamp(2.07rem, calc(1.84rem + 1.01vw), 2.75rem);
  font-weight: 500;
}
section.split-hero .text p {
  max-width: 50ch;
}
section.split-hero .image {
  aspect-ratio: 16/10;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.split-hero .image[data-type=about] {
  background: url("/images/about/hero.jpg") no-repeat center 30%/cover;
}
@supports (background: url("/images/about/hero.webp") no-repeat center 30%/cover) {
  section.split-hero .image[data-type=about] {
    background: url("/images/about/hero.webp") no-repeat center 30%/cover;
  }
}
section.split-hero .image[data-type=digital-print] {
  background: url("/images/services/digital-print/listing.jpg") no-repeat center 30%/cover;
}
@supports (background: url("/images/services/digital-print/listing.webp") no-repeat center 30%/cover) {
  section.split-hero .image[data-type=digital-print] {
    background: url("/images/services/digital-print/listing.webp") no-repeat center 30%/cover;
  }
}
section.split-hero .image[data-type=built-up-letters] {
  background: url("/images/services/built-up-letters/listing.jpg") no-repeat center 30%/cover;
}
@supports (background: url("/images/services/built-up-letters/listing.webp") no-repeat center 30%/cover) {
  section.split-hero .image[data-type=built-up-letters] {
    background: url("/images/services/built-up-letters/listing.webp") no-repeat center 30%/cover;
  }
}
section.split-hero .image[data-type=fascia-signs] {
  background: url("/images/services/fascia-signs/listing.jpg") no-repeat center 30%/cover;
}
@supports (background: url("/images/services/fascia-signs/listing.webp") no-repeat center 30%/cover) {
  section.split-hero .image[data-type=fascia-signs] {
    background: url("/images/services/fascia-signs/listing.webp") no-repeat center 30%/cover;
  }
}
section.split-hero .image[data-type=flex-face-signs] {
  background: url("/images/services/flex-face-signs/listing.jpg") no-repeat center 30%/cover;
}
@supports (background: url("/images/services/flex-face-signs/listing.webp") no-repeat center 30%/cover) {
  section.split-hero .image[data-type=flex-face-signs] {
    background: url("/images/services/flex-face-signs/listing.webp") no-repeat center 30%/cover;
  }
}
section.split-hero .image[data-type=totem-signs] {
  background: url("/images/services/totem-signs/salvation-army.jpg") no-repeat center 30%/cover;
}
@supports (background: url("/images/services/totem-signs/salvation-army.webp") no-repeat center 30%/cover) {
  section.split-hero .image[data-type=totem-signs] {
    background: url("/images/services/totem-signs/salvation-army.webp") no-repeat center 30%/cover;
  }
}
@media screen and (min-width: 48em) {
  section.split-hero {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  section.split-hero .text {
    order: -1;
    padding: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem) 5%;
  }
  section.split-hero .image {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

section.video-hero {
  display: grid;
  align-items: end;
  color: var(--neutral-100);
  overflow: hidden;
  position: relative;
  height: 65vh;
  height: 65svh;
}
section.video-hero h1 {
  padding-bottom: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  color: var(--neutral-100);
  font-weight: 700;
  line-height: 1;
  font-size: clamp(2rem, 1.5rem + 3.2vi, 5.5rem);
}
section.video-hero span {
  font-size: clamp(2rem, 1.5rem + 3.2vi, 5.5rem);
  font-weight: 700;
  line-height: 1.1;
}
section.video-hero p {
  font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
  max-width: 55ch;
}
section.video-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.video-hero .container {
  position: relative;
  z-index: 3;
  padding-bottom: 4rem;
}
section.video-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 48em) {
  section.video-hero {
    height: 720px;
  }
}

/**
 * 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(--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);
}

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

.two-grid {
  display: grid;
  gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.two-grid p {
  max-width: 50ch;
}
.two-grid .parallax-trigger {
  aspect-ratio: 1/1.1;
}
@media screen and (min-width: 62em) {
  .two-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
    align-items: center;
  }
  .two-grid .text {
    padding-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  }
  .two-grid[data-type=reverse] div:last-of-type {
    order: -1;
  }
}

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

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

.grid {
  display: grid;
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
@media screen and (min-width: 48em) {
  .grid.two {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  }
}
@media screen and (min-width: 48em) {
  .grid.three {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 62em) {
  .grid.three {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  }
}
@media screen and (min-width: 48em) {
  .grid.four {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 62em) {
  .grid.four {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 75em) {
  .grid.four {
    grid-template-columns: repeat(4, 1fr);
  }
}

.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-800 {
  color: var(--neutral-800);
}

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

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

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

.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.69rem, calc(0.69rem + 0.04vw), 0.72rem);
}

.fs-300 {
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
}

.fs-400 {
  font-size: clamp(1.00rem, calc(0.96rem + 0.19vw), 1.13rem);
}

.fs-500 {
  font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
}

.fs-600 {
  font-size: clamp(1.44rem, calc(1.33rem + 0.48vw), 1.76rem);
}

.fs-700 {
  font-size: clamp(1.73rem, calc(1.56rem + 0.71vw), 2.20rem);
  line-height: 1.2;
}

.fs-800 {
  font-size: clamp(2.07rem, calc(1.84rem + 1.01vw), 2.75rem);
  line-height: 1.2;
}

.fs-900 {
  font-size: clamp(2.49rem, calc(2.16rem + 1.42vw), 3.43rem);
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, calc(0.24rem + 0.56vw), 0.75rem);
}

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

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

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

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

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

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

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

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

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

.ff-base {
  font-family: "Inter", sans-serif;
}

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

.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: 1.2rem;
}

.heading-1 {
  font-size: clamp(2.49rem, calc(2.16rem + 1.42vw), 3.43rem);
  text-wrap: balance;
  font-weight: 500;
  line-height: 1.2;
}

.heading-2 {
  font-size: clamp(2.07rem, calc(1.84rem + 1.01vw), 2.75rem);
  text-wrap: balance;
  font-weight: 500;
  line-height: 1.2;
}

.heading-3 {
  font-size: clamp(1.44rem, calc(1.33rem + 0.48vw), 1.76rem);
  text-wrap: balance;
  font-weight: 500;
  line-height: 1.2;
}

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

main#about-page {
  overflow: hidden;
}
main#about-page html {
  --progress-width: 0;
}
main#about-page section.timeline {
  position: relative;
}
main#about-page section.timeline ul.x-scroll-wrapper {
  width: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item {
  position: relative;
  padding-left: 2rem;
  padding-bottom: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item h3 {
  font-weight: 500;
  font-size: clamp(1.44rem, calc(1.33rem + 0.48vw), 1.76rem);
  padding-top: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item p {
  padding-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd) {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd)::after {
  top: 0%;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(even)::after {
  top: 0%;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item::before, main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--primary-400);
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item::before {
  top: 0;
  width: 1px;
  height: 100%;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item::after {
  width: 15px;
  height: 15px;
  border-radius: 10rem;
  transform: translateX(-50%);
  z-index: 3;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child {
  padding-bottom: 0;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child::before {
  display: none;
}
@media screen and (min-width: 48em) {
  main#about-page section.timeline {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
  }
  main#about-page section.timeline ul.x-scroll-wrapper {
    flex-direction: row;
    gap: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
    align-items: center;
  }
  main#about-page section.timeline ul.x-scroll-wrapper::before, main#about-page section.timeline ul.x-scroll-wrapper::after {
    content: "";
    position: absolute;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  main#about-page section.timeline ul.x-scroll-wrapper::before {
    width: 100%;
    background-color: var(--primary-400);
    opacity: 10%;
    z-index: -1;
  }
  main#about-page section.timeline ul.x-scroll-wrapper::after {
    width: var(--progress-width);
    background-color: var(--primary-400);
    z-index: -1;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item {
    width: 500px;
    height: 50%;
    padding-bottom: 0;
    display: grid !important;
    grid-template-rows: 1fr 1fr;
    height: 100%;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item h3 {
    padding-top: 0;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item picture {
    aspect-ratio: 16/10;
    object-fit: cover;
    object-position: center;
    max-width: 70%;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(even) {
    align-self: auto;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(even)::after {
    top: 50%;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(even) picture {
    order: 2;
    margin-top: 5rem;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(even) div {
    margin-bottom: 5rem;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd) {
    align-self: auto;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd)::after {
    top: 50%;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd)::before {
    bottom: 0;
    top: auto;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd) div {
    margin-top: 5rem;
    align-self: flex-end;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd) picture {
    margin-bottom: 5rem;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item::before {
    height: 50%;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item::after {
    transform: translate(-50%, -50%);
    top: 50%;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 2rem;
    text-align: right;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child picture {
    justify-self: flex-end;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child::before, main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child::after {
    left: auto;
    right: 0;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child::before {
    display: block;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child::after {
    transform: translate(50%, -50%);
  }
}

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-container .loading-screen {
  background: url("/images/icons/pattern-new.svg") repeat center/cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
main#home-page .floating-elements .loading-container .loading-screen img {
  width: min(70%, 450px);
}
main#home-page section.hero {
  height: 100vh;
  height: 100svh;
  display: grid;
  align-items: center;
  color: var(--neutral-100);
  overflow: hidden;
  position: relative;
}
main#home-page section.hero h1 {
  padding-bottom: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  color: var(--white-opacity-800);
  font-weight: 300;
}
main#home-page section.hero span {
  font-size: clamp(2rem, 1.5rem + 3.2vi, 5.5rem);
  font-weight: 700;
  line-height: 1.1;
}
main#home-page section.hero p {
  font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
}
main#home-page section.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(1.5);
}
@keyframes bounce {
  50% {
    transform: translate(-50%, -1.5rem);
  }
}
main#home-page section.hero svg {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 5;
  width: 2.5rem;
  animation: bounce 2.5s infinite;
  animation-play-state: running;
}
main#home-page section.hero svg path {
  opacity: 0.8;
}
main#home-page section.hero .word-inner {
  transform: translateY(110%);
}
main#home-page section.hero .fade-in {
  opacity: 0;
  transform: translateY(100%);
}
main#home-page section.hero .container {
  position: relative;
  z-index: 3;
}
main#home-page section.hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
main#home-page section.about-us {
  background: linear-gradient(to bottom, #fff, #f8f8f8);
  border-bottom: 1px solid var(--black-opacity-200);
}
main#home-page section.about-us .about-image {
  position: relative;
}
main#home-page section.about-us .about-image img.established {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  padding: 1rem;
  max-width: 50%;
  transform: rotate(-30deg);
}
@media screen and (min-width: 48em) {
  main#home-page section.about-us .about-image img.established {
    max-width: 40%;
  }
}
@media screen and (min-width: 62em) {
  main#home-page section.about-us {
    background: url("/images/home/established-logo-dark.svg") no-repeat 105% 115%/30%, linear-gradient(to bottom, #fff, #f8f8f8);
  }
}
main#home-page section.our-process h2.mobile {
  text-align: center;
  padding-bottom: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
main#home-page section.our-process h2.desktop {
  display: none;
}
main#home-page section.our-process .process-grid {
  display: grid;
}
main#home-page section.our-process .process-grid .images {
  display: none;
  grid-template-areas: "pile";
  place-content: center;
  overflow: hidden;
}
main#home-page section.our-process .process-grid .images .image {
  grid-area: pile;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1.1;
}
main#home-page section.our-process .process-grid .images .image .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  padding: 0.6em 1em;
}
main#home-page section.our-process .process-grid .images .image .button span {
  text-wrap: nowrap;
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
}
main#home-page section.our-process .process-grid .images .image picture {
  width: 100%;
  height: 100%;
}
main#home-page section.our-process .process-grid .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main#home-page section.our-process .process-grid .text a {
  text-decoration: none;
  font-weight: 500;
  padding-block: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#home-page section.our-process .process-grid .text ul {
  list-style: none;
  display: grid;
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#home-page section.our-process .process-grid .text li {
  border-bottom: 1px solid var(--black-opacity-100);
  display: flex;
  align-items: center;
  cursor: pointer;
}
main#home-page section.our-process .process-grid .text li:last-of-type {
  border-bottom: 0;
}
main#home-page section.our-process .process-grid .text li::after {
  content: "";
  background: url("/images/icons/arrow-right.svg") no-repeat center/0.5rem;
  width: 0.8rem;
  height: 1rem;
}
main#home-page section.our-process .process-grid .text span {
  color: var(--black-opacity-400);
}
main#home-page section.our-process .process-grid .text h3 {
  width: 100%;
  text-decoration: none;
  padding-left: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  font-size: clamp(1.44rem, calc(1.33rem + 0.48vw), 1.76rem);
}
@media screen and (min-width: 48em) {
  main#home-page section.our-process .process-grid {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  }
  main#home-page section.our-process .process-grid .images {
    display: grid;
  }
  main#home-page section.our-process .process-grid .images .image .button {
    padding: 1.1em 1.5em;
  }
  main#home-page section.our-process .process-grid .images .image .button span {
    font-size: clamp(1.00rem, calc(0.96rem + 0.19vw), 1.13rem);
  }
  main#home-page section.our-process .process-grid .text a {
    pointer-events: all;
  }
}
@media screen and (min-width: 62em) {
  main#home-page section.our-process h2.desktop {
    display: block;
  }
  main#home-page section.our-process h2.mobile {
    display: none;
  }
  main#home-page section.our-process .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
  }
  main#home-page section.our-process .process-grid .text a {
    pointer-events: all;
    padding-block: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  }
}
@media (hover) {
  main#home-page section.our-process .process-grid .text li[data-cyclecard-status=active] h3 {
    color: var(--primary-400);
  }
}
main#home-page section.challenge-green {
  background-color: var(--primary-400);
  color: var(--neutral-100);
  text-align: center;
  padding-block: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
  position: relative;
  overflow: hidden;
}
main#home-page section.challenge-green img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
  width: 100%;
}
main#home-page section.challenge-green .container {
  position: relative;
  z-index: 2;
}
main#home-page section.challenge-green span.who {
  font-style: italic;
  font-weight: 300;
  display: block;
  padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) 0 clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem) 0;
}
main#home-page section.challenge-green .button {
  margin-inline: auto;
  margin-top: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#home-page section.challenge-green p {
  max-width: 55ch;
  margin-inline: auto;
}
@media screen and (min-width: 48em) {
  main#home-page section.challenge-green img {
    width: 65%;
  }
}
main#home-page #services-carousel {
  --f-carousel-spacing: 1.5rem;
  --f-carousel-slide-width: calc(100% / 1.3);
}
main#home-page #services-carousel .f-button {
  display: none;
}
@media screen and (min-width: 48em) {
  main#home-page #services-carousel {
    --f-carousel-slide-width: calc(100% / 2);
  }
  main#home-page #services-carousel .f-button {
    display: block;
    top: 40%;
  }
}
@media screen and (min-width: 62em) {
  main#home-page #services-carousel {
    --f-carousel-slide-width: calc(100% / 3.5);
  }
}
main#home-page span#service-counter {
  display: block;
  text-align: center;
}
main#home-page section.showcase {
  --f-carousel-dot-color: hsl(141, 74%, 35%);
  --f-carousel-dots-height: 0;
  background-color: var(--neutral-200);
  padding-block: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
main#home-page section.showcase .wrapper {
  position: relative;
}
main#home-page section.showcase .wrapper #showcase-carousel {
  --f-carousel-spacing: 1.5rem;
  --f-carousel-slide-width: calc(100% / 1.3);
}
main#home-page section.showcase .wrapper #showcase-carousel .bg-image {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/10;
}
main#home-page section.showcase .wrapper #showcase-carousel .content {
  padding-top: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
main#home-page section.showcase .wrapper #showcase-carousel .content h2 {
  display: none;
}
main#home-page section.showcase .wrapper #showcase-carousel .content h3 {
  font-size: clamp(2.07rem, calc(1.84rem + 1.01vw), 2.75rem);
  font-weight: 500;
}
main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation {
  padding-top: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
  display: flex;
  align-items: end;
  justify-content: center;
}
main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation button.f-button {
  display: none;
  border-radius: 100vw;
  width: 4rem;
  height: 4rem;
  background-color: var(--neutral-100);
}
main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation button.f-button svg {
  stroke: var(--neutral-900);
}
main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation li.is-current {
  position: relative;
}
main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation li.is-current::after {
  content: "";
  width: 4rem;
  height: 1.5px;
  background-color: var(--primary-400);
  opacity: 0.2;
  position: absolute;
  left: 0;
  z-index: 1;
}
main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation li.is-current .f-carousel__dot {
  position: relative;
  z-index: 2;
  background-color: var(--primary-400);
}
main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation .dots-and-count {
  display: grid;
  justify-items: center;
  gap: 1.6rem;
}
main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation .dots-and-count .f-carousel__dots {
  position: unset;
  padding: 0;
}
main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation .dots-and-count span#showcase-counter {
  color: var(--neutral-900);
}
@media screen and (min-width: 62em) {
  main#home-page section.showcase {
    padding: 0;
    --f-carousel-dot-color: hsl(0, 0%, 100%);
  }
  main#home-page section.showcase .wrapper #showcase-carousel {
    --f-carousel-spacing: 0;
    --f-carousel-slide-width: 100%;
  }
  main#home-page section.showcase .wrapper #showcase-carousel .f-carousel__slide {
    padding-block: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
    display: grid;
    min-height: 80vh;
  }
  main#home-page section.showcase .wrapper #showcase-carousel .bg-image {
    aspect-ratio: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  main#home-page section.showcase .wrapper #showcase-carousel .content {
    position: relative;
    z-index: 2;
    right: 5%;
    width: min(100%, 50ch);
    backdrop-filter: blur(1.5em);
    -webkit-backdrop-filter: blur(1.5em);
    background-color: var(--black-opacity-200);
    align-self: center;
    justify-self: end;
    border-radius: 5px;
    color: var(--neutral-100);
    padding: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem) clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem) clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem) clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
    text-align: center;
  }
  main#home-page section.showcase .wrapper #showcase-carousel .content h2 {
    display: block;
  }
  main#home-page section.showcase .wrapper #showcase-carousel .content .button {
    margin-inline: auto;
    color: var(--neutral-900);
  }
  main#home-page section.showcase .wrapper #showcase-carousel .content .button .fill-container {
    background-color: var(--neutral-100);
  }
  main#home-page section.showcase .wrapper #showcase-carousel .content .button:hover {
    color: var(--neutral-100);
  }
  main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation {
    padding-top: 0;
    width: min(100%, 50ch);
    position: absolute;
    top: 85%;
    right: 5%;
    transform: translateY(-50%);
    justify-content: space-between;
    backdrop-filter: blur(1.5em);
    -webkit-backdrop-filter: blur(1.5em);
    background-color: var(--black-opacity-200);
    padding: 1rem;
    border-radius: 5px;
    overflow: hidden;
  }
  main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation button.f-button {
    display: grid;
  }
  main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation li.is-current::after {
    background-color: var(--neutral-100);
  }
  main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation li.is-current .f-carousel__dot {
    background-color: var(--neutral-100);
  }
  main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation .dots-and-count span#showcase-counter {
    color: var(--neutral-100);
  }
}
@media screen and (min-width: 93em) {
  main#home-page section.showcase .wrapper #showcase-carousel .content {
    right: 10%;
  }
  main#home-page section.showcase .wrapper #showcase-carousel .carousel-navigation {
    right: 10%;
  }
}
main#home-page section.news .title {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
main#home-page section.news .title .button {
  margin: 0;
}
main#home-page section.news .news-grid {
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#home-page section.news .news-grid a.article {
  text-decoration: none;
  position: relative;
}
main#home-page section.news .news-grid a.article img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
main#home-page section.news .news-grid a.article .article-text h3 {
  font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
}
main#home-page section.news .news-grid a.article .article-text p {
  font-weight: 300;
}
main#home-page section.news .news-grid a.article:first-of-type img {
  aspect-ratio: 16/10;
}
main#home-page section.news .news-grid a.article:first-of-type .article-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  color: var(--neutral-100);
  z-index: 2;
}
main#home-page section.news .news-grid a.article:first-of-type::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
main#home-page section.news .news-grid a.article:not(:first-of-type) {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  align-items: center;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#home-page section.news .news-grid a.article:not(:first-of-type) img {
  aspect-ratio: 1;
}
@media screen and (min-width: 62em) {
  main#home-page section.news .news-grid {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  main#home-page section.news .news-grid a.article .image {
    overflow: hidden;
  }
  main#home-page section.news .news-grid a.article:first-of-type {
    grid-row: 1/4;
    grid-column: 1/2;
  }
  main#home-page section.news .news-grid a.article:first-of-type .image {
    height: 100%;
  }
  main#home-page section.news .news-grid a.article:first-of-type img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 62em) and (hover) {
  main#home-page section.news .news-grid a.article:first-of-type:hover img, main#home-page section.news .news-grid a.article:first-of-type:focus img {
    scale: 1.06;
    rotate: 0.5deg;
  }
}
@media screen and (min-width: 62em) {
  main#home-page section.news .news-grid a.article:not(:first-of-type) {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 62em) and (hover) {
  main#home-page section.news .news-grid a.article:not(:first-of-type):hover img, main#home-page section.news .news-grid a.article:not(:first-of-type):focus img {
    scale: 1.06;
    rotate: 0.5deg;
  }
}
main#home-page section.newsletter-section {
  position: relative;
}
main#home-page section.newsletter-section img {
  aspect-ratio: 16/10;
  object-fit: cover;
}
main#home-page section.newsletter-section picture:not(.mobile) {
  display: none;
}
main#home-page section.newsletter-section .text-overlay {
  margin-inline: 5%;
  padding: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem) 0 clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0;
}
@media screen and (min-width: 48em) {
  main#home-page section.newsletter-section {
    height: 100vh;
    max-height: 750px;
  }
  main#home-page section.newsletter-section picture.mobile {
    display: none;
  }
  main#home-page section.newsletter-section picture:not(.mobile) {
    display: block;
  }
  main#home-page section.newsletter-section img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main#home-page section.newsletter-section .text-overlay {
    max-width: 50%;
    padding: 0;
    margin-inline: 0;
    color: var(--neutral-100);
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 2;
  }
  main#home-page section.newsletter-section .text-overlay p {
    max-width: 55ch;
  }
}

: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 {
  padding-bottom: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
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, calc(0.75rem + 1.60vw), 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, calc(0.36rem + 0.85vw), 1.13rem) 41px clamp(0.56rem, calc(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.83rem, calc(0.81rem + 0.10vw), 0.90rem);
}
main#login-page section.login-form .container form label input {
  width: 1rem;
  height: 1rem;
}
main#login-page section.login-form .container form .flex {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}
main#login-page section.login-form .container form .flex button {
  margin: 0;
  width: 100%;
}
main#login-page section.login-form .container form .flex button div {
  text-align: center;
  justify-content: center;
}
main#login-page section.login-form .container form .flex a {
  text-decoration: none;
}

main#service-page .the-team h2 {
  margin-bottom: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#service-page .the-team .team-container .gallery-wrap {
  display: grid;
  gap: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
main#service-page .the-team .team-container .gallery-wrap .item {
  flex: 1;
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: grid;
  align-items: end;
}
main#service-page .the-team .team-container .gallery-wrap .item img, main#service-page .the-team .team-container .gallery-wrap .item picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/10;
}
main#service-page .the-team .team-container .gallery-wrap .item ul {
  padding-top: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  display: grid;
  gap: 0.4rem;
  text-align: center;
}
main#service-page .the-team .team-container .text-wrap {
  display: none;
}
main#service-page .the-team .team-container .text-wrap ul {
  text-align: center;
}
@media (min-width: 700px) {
  main#service-page .the-team .team-container .gallery-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem) clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  }
}
@media (min-width: 850px) {
  main#service-page .the-team .team-container .gallery-wrap {
    display: flex;
    height: clamp(22.50rem, calc(11.25rem + 23.44vw), 30.00rem);
    gap: 0;
  }
  main#service-page .the-team .team-container .gallery-wrap .item {
    transition: 0.8s cubic-bezier(0.75, 0, 0.25, 1);
    aspect-ratio: 0;
    filter: grayscale(1);
  }
  main#service-page .the-team .team-container .gallery-wrap .item[data-signage-status=active] {
    flex: 3;
    filter: grayscale(0);
  }
  main#service-page .the-team .team-container .gallery-wrap .item picture {
    position: absolute;
    top: 0;
    left: 0;
  }
  main#service-page .the-team .team-container .gallery-wrap .item ul {
    display: none;
  }
  main#service-page .the-team .team-container .text-wrap {
    padding-top: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
    display: grid;
    align-items: start;
  }
  main#service-page .the-team .team-container .text-wrap ul {
    opacity: 0;
    transform: translateY(40%);
    transition: 0.8s cubic-bezier(0.75, 0, 0.25, 1);
    display: grid;
    gap: 0.4rem;
    font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
  }
  main#service-page .the-team .team-container .text-wrap ul[data-signage-status=active] {
    opacity: 1;
    transform: translateY(0);
  }
}
main#service-page section.recent-projects {
  padding-block: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
  border-top: 1px solid var(--black-opacity-200);
}
main#service-page section.recent-projects h2 {
  text-align: center;
  padding-bottom: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
main#service-page section.recent-projects .project-grid {
  display: grid;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
@media screen and (min-width: 48em) {
  main#service-page section.recent-projects .project-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

main#project-page section.hero {
  display: grid;
  background-color: var(--neutral-200);
}
main#project-page section.hero .text {
  display: grid;
  justify-content: center;
  padding: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem) 5% clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 5%;
}
main#project-page section.hero .text h1 {
  font-size: clamp(2.07rem, calc(1.84rem + 1.01vw), 2.75rem);
  font-weight: 500;
}
main#project-page section.hero .text p {
  max-width: 50ch;
}
main#project-page section.hero .image {
  aspect-ratio: 16/10;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 48em) {
  main#project-page section.hero {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  main#project-page section.hero .text {
    order: -1;
    padding: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 5%;
  }
  main#project-page section.hero .image {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
main#project-page section.next-case-study {
  background-color: var(--neutral-200);
}
main#project-page section.next-case-study .two-grid {
  display: grid;
  padding-block: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
  gap: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
main#project-page section.next-case-study .two-grid .text {
  order: -1;
  display: grid;
  justify-content: center;
  text-align: center;
}
main#project-page section.next-case-study .two-grid .text p {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#project-page section.next-case-study .two-grid .text h3 {
  font-size: clamp(2.07rem, calc(1.84rem + 1.01vw), 2.75rem);
}
main#project-page section.next-case-study .two-grid .text .button-flex {
  padding-top: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  display: flex;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem) 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
main#project-page section.next-case-study .two-grid .text .button-flex .btn {
  margin: 0;
}
main#project-page section.next-case-study .two-grid .image img {
  aspect-ratio: 16/10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 900px) {
  main#project-page section.next-case-study .two-grid {
    gap: 0;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
  }
  main#project-page section.next-case-study .two-grid .text {
    order: 1;
    justify-content: flex-start;
    text-align: left;
    padding-left: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
  }
  main#project-page section.next-case-study .two-grid .text .button-flex {
    justify-content: flex-start;
  }
}

main#showcase-page .project-count {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#showcase-page .project-count span {
  background-color: var(--primary-400);
  color: var(--neutral-100);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100vh;
  display: grid;
  place-content: center;
}
main#showcase-page .project-count p {
  padding: 0;
}
main#showcase-page section.services .options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
main#showcase-page section.services .options a {
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
  text-decoration: none;
  padding: 0.6em 1.2em;
  border: 1px solid var(--black-opacity-400);
  text-wrap: nowrap;
  border-radius: 100vw;
}
main#showcase-page section.services .options a.active {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
}
main#showcase-page section.project-listing .listing {
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
@media screen and (min-width: 48em) {
  main#showcase-page section.project-listing .listing {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  }
}

main#signage-listing-page section.signage-listing .listing {
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
@media screen and (min-width: 48em) {
  main#signage-listing-page section.signage-listing .listing {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  }
}

main#contact-page .contact-grid {
  display: grid;
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
@media screen and (min-width: 62em) {
  main#contact-page .contact-grid {
    gap: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
    grid-template-columns: 1fr 1.3fr;
    width: min(90%, 90rem);
    margin-inline: auto;
  }
}
main#contact-page .information .title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: clamp(1.44rem, calc(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, calc(0.75rem + 1.60vw), 2.19rem);
  display: grid;
  gap: clamp(0.56rem, calc(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 .info-flex {
  padding: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem) 0;
  display: grid;
  gap: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
main#contact-page .information .icon-flex {
  display: flex;
  align-items: center;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#contact-page .information .icon-flex .icon {
  width: 1.3em;
  height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main#contact-page .information .icon-flex svg {
  width: 100%;
  max-width: 90%;
  max-height: 95%;
  opacity: 0.5;
}
@media screen and (min-width: 48em) {
  main#contact-page .information .info-flex {
    grid-template-columns: 2fr 1fr;
  }
}
main#contact-page .map-responsive {
  overflow: hidden;
  padding-bottom: 65%;
  position: relative;
  height: 0;
}
main#contact-page .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

main#challenge-green-page section.about p {
  font-size: 0.9rem;
}
main#challenge-green-page section.about p.first {
  font-size: clamp(1.00rem, calc(0.96rem + 0.19vw), 1.13rem);
}
@media screen and (min-width: 48em) {
  main#challenge-green-page section.about {
    background: url("/images/challenge-green/tree.svg") no-repeat 105% 105%/35%;
  }
  main#challenge-green-page section.about p {
    font-size: clamp(1.00rem, calc(0.96rem + 0.19vw), 1.13rem);
  }
}
@media screen and (min-width: 62em) {
  main#challenge-green-page section.about {
    background: url("/images/challenge-green/tree.svg") no-repeat 39% 135%/25%;
  }
}
@media screen and (min-width: 93em) {
  main#challenge-green-page section.about {
    background: url("/images/challenge-green/tree.svg") no-repeat 110% 110%/20%;
  }
}
main#challenge-green-page section.points {
  background-color: var(--primary-400);
}
@media screen and (min-width: 48em) {
  main#challenge-green-page section.points {
    background: var(--primary-400) url("/images/challenge-green/tree2.svg") no-repeat 105% 105%/35%;
  }
}
@media screen and (min-width: 62em) {
  main#challenge-green-page section.points {
    background: var(--primary-400) url("/images/challenge-green/tree2.svg") no-repeat -12% 105%/25%;
  }
}
@media screen and (min-width: 93em) {
  main#challenge-green-page section.points {
    background: var(--primary-400) url("/images/challenge-green/tree2.svg") no-repeat -5% 110%/20%;
  }
}
main#challenge-green-page section.related {
  background-color: #f5f5f5;
}
@media screen and (min-width: 48em) {
  main#challenge-green-page section.related {
    background: url("/images/challenge-green/love-globe.svg") no-repeat 100% 100%/25%;
    background-color: #f5f5f5;
  }
}
@media screen and (min-width: 62em) {
  main#challenge-green-page section.sustainable ul {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  }
  main#challenge-green-page section.sustainable ul li.mobile {
    display: none;
  }
  main#challenge-green-page section.sustainable ul.new-block-style {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  main#challenge-green-page section.sustainable ul.new-block-style li {
    background-color: transparent;
    display: flex;
    align-items: start;
    gap: 1.5rem;
    padding: 0;
  }
  main#challenge-green-page section.sustainable ul.new-block-style li img {
    padding: 0;
  }
  main#challenge-green-page section.sustainable ul.new-block-style li div {
    padding-top: 0;
    max-width: 55ch;
  }
  main#challenge-green-page section.sustainable ul.new-block-style li.mobile {
    display: none;
  }
}
main#challenge-green-page section.car .overlay {
  display: none;
}
@media (max-width: 62em) {
  main#challenge-green-page section.car {
    height: auto;
  }
  main#challenge-green-page section.car .parallax-target img {
    position: unset;
    margin-inline: auto;
    width: 90%;
    border-radius: 1rem;
    aspect-ratio: 1/1.1;
  }
}
@media screen and (min-width: 62em) {
  main#challenge-green-page section.car {
    max-height: 850px;
  }
  main#challenge-green-page section.car .overlay {
    display: block;
    position: absolute;
    top: 10%;
    right: 5%;
    background-color: var(--white-opacity-700);
    padding: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
    max-width: 55ch;
    -webkit-backdrop-filter: blur(1em);
    backdrop-filter: blur(1em);
  }
  main#challenge-green-page section.car .overlay span:first-of-type {
    display: block;
    padding-bottom: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  }
  main#challenge-green-page section.car .overlay img {
    max-width: 4rem;
    padding-bottom: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  }
  main#challenge-green-page section.car .overlay h3 {
    font-size: clamp(1.44rem, calc(1.33rem + 0.48vw), 1.76rem);
    font-weight: 500;
  }
}
main#challenge-green-page section.challenge-green {
  background-color: var(--primary-400);
  color: var(--neutral-100);
  text-align: center;
  padding: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem) 0 clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0;
  position: relative;
  overflow: hidden;
}
main#challenge-green-page section.challenge-green img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
  width: 100%;
}
main#challenge-green-page section.challenge-green .container {
  position: relative;
  z-index: 2;
}
main#challenge-green-page section.challenge-green span.who {
  font-style: italic;
  font-weight: 300;
  display: block;
  padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) 0 clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem) 0;
}
main#challenge-green-page section.challenge-green .button {
  margin-inline: auto;
  margin-top: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#challenge-green-page section.challenge-green p {
  max-width: 55ch;
  margin-inline: auto;
}
@media screen and (min-width: 48em) {
  main#challenge-green-page section.challenge-green img {
    width: 65%;
  }
}
@media screen and (min-width: 48em) {
  main#challenge-green-page section#steps ul li {
    opacity: 0;
    transform: translateY(30%);
  }
}

@media (max-width: 62em) {
  main#process-page .line {
    position: relative;
  }
  main#process-page .line::after {
    content: "";
    position: absolute;
    background-color: var(--primary-400);
    width: 1px;
    height: 79.5%;
    top: 0;
    left: 5%;
  }
}
main#process-page section.left-fix {
  padding-left: 5%;
}
@media (max-width: 62em) {
  main#process-page section.left-fix .container {
    margin-left: 0;
  }
  main#process-page section.left-fix .two-grid {
    position: relative;
  }
  main#process-page section.left-fix .two-grid::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--primary-400);
    width: 15px;
    height: 15px;
    border-radius: 10rem;
    transform: translateX(-50%);
    z-index: 3;
  }
  main#process-page section.left-fix .two-grid .parallax-trigger {
    aspect-ratio: 16/10;
  }
  main#process-page section.left-fix .two-grid .text, main#process-page section.left-fix .two-grid .parallax-trigger {
    margin-left: 10%;
  }
}

body.preview header,
body.preview footer,
body.preview div.side-nav,
body.preview section.next-case-study {
  display: none;
}
body.preview main {
  padding-top: 0;
}
body.preview main > a[href^="/news"] {
  display: none;
}

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