:root {
  --size-1: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  --size-2: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  --size-3: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  --size-4: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  --size-5: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  --size-6: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  --size-7: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  --size-8: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
  --size-9: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
  --size-10: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}

@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: #E8E6E3;
  --neutral-400: #636466;
  --neutral-800: #231F20;
  --neutral-900: black;
  --primary-200: #D8E0DE;
  --primary-300: #B4D1D3;
  --primary-400: #008D91;
  --primary-900: #003D47;
  --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;
}

/* 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";
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8208rem + 0.2312vw, 1rem);
  color: var(--neutral-900);
  background-color: var(--neutral-200);
}

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

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

p {
  line-height: 1.6;
  text-wrap: pretty;
}

a {
  display: block;
  color: inherit;
}

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.standard {
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-collapse: collapse;
}
table.standard th {
  font-weight: 700;
}
table.standard td, table.standard 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.standard tr {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

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

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

body.preview header,
body.preview footer,
body.preview div.recent-news,
body.preview div.breadcrumb,
body.preview div.bottom-footer {
  display: none !important;
}
body.preview div.article {
  padding-top: 5vh !important;
}
body.preview main {
  padding-top: 0;
}

.button {
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  border-radius: 0.25em;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  padding: 0.8em 1.2em;
  font-size: clamp(0.875rem, 0.8208rem + 0.2312vw, 1rem);
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}
.button .btn-bg {
  background-color: #efeeec;
  border-radius: 0.25em;
  position: absolute;
  inset: 0;
  transition: inset 0.6s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.2s cubic-bezier(0.625, 0.05, 0, 1);
}
.button span.btn-text {
  white-space: nowrap;
  line-height: 1.3;
  font-weight: 600;
  transition: color 0.2s cubic-bezier(0.625, 0.05, 0, 1);
}
@media (hover) {
  .button:hover .btn-bg {
    inset: 0.125em;
  }
  .button:hover [data-button-animate-chars] span {
    transform: translateY(-1.3em) rotate(0.001deg);
  }
  .button:hover svg path {
    stroke: var(--neutral-100);
  }
}
.button[data-icon] {
  grid-column-gap: 0.625em;
  grid-row-gap: 0.625em;
  align-items: center;
  display: flex;
}
.button[data-icon] svg {
  position: relative;
  z-index: 1;
  width: 1.2rem;
}
.button[data-icon] svg path {
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
  transition: stroke 0.2s cubic-bezier(0.625, 0.05, 0, 1);
}
.button[data-type=primary] {
  color: var(--neutral-100);
}
.button[data-type=primary] .btn-bg {
  background-color: var(--primary-400);
}
.button[data-type=primary] svg path {
  stroke: var(--neutral-100);
}
@media (hover) {
  .button[data-type=primary]:hover .btn-bg {
    background-color: var(--primary-900);
  }
}
.button[data-type=secondary] {
  color: var(--neutral-900);
}
.button[data-type=secondary] .btn-bg {
  background-color: var(--primary-300);
}
.button[data-type=secondary] svg path {
  stroke: var(--neutral-900);
}
@media (hover) {
  .button[data-type=secondary]:hover .btn-bg {
    background-color: var(--primary-400);
    border: 1.5px solid var(--primary-400);
  }
  .button[data-type=secondary]:hover span.btn-text {
    color: var(--neutral-100);
  }
  .button[data-type=secondary]:hover svg path {
    stroke: var(--neutral-100);
  }
}
.button[data-type=slider] {
  color: var(--black-opacity-500);
}
.button[data-type=slider] .btn-bg {
  background-color: transparent;
  border: 1px solid var(--black-opacity-200);
}
@media (hover) {
  .button[data-type=slider]:hover .btn-bg {
    background-color: var(--primary-400);
    border: 1.5px solid var(--primary-400);
  }
  .button[data-type=slider]:hover span.btn-text {
    color: var(--neutral-100);
  }
  .button[data-type=slider]:hover svg path {
    stroke: var(--neutral-100);
  }
}
.button[data-type=white] {
  color: var(--neutral-900);
}
.button[data-type=white] .btn-bg {
  background-color: var(--neutral-100);
}
@media (hover) {
  .button[data-type=white]:hover .btn-bg {
    background-color: var(--primary-400);
  }
  .button[data-type=white]:hover span.btn-text {
    color: var(--neutral-100);
  }
}

[data-button-animate-chars] {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-button-animate-chars] span {
  display: inline-block;
  position: relative;
  text-shadow: 0px 1.3em currentColor;
  transform: translateY(0em) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}
@media (hover) {
  [data-button-animate-chars]:hover span {
    transform: translateY(-1.3em) rotate(0.001deg);
  }
}

.btn-group {
  cursor: pointer;
}
.btn-group .btn-bubble-arrow {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}
.btn-group .btn-bubble-arrow .btn-bubble-arrow__arrow {
  color: var(--neutral-100);
  background-color: var(--primary-400);
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 2.7em;
  width: 2.7em;
  display: flex;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  transform: scale(0) rotate(0.001deg);
  transform-origin: left;
}
.btn-group .btn-bubble-arrow .btn-bubble-arrow__arrow.is--duplicate {
  z-index: 2;
  background-color: #efeeec;
  color: var(--neutral-900);
  position: absolute;
  right: 0;
  transform: scale(1) rotate(0.001deg);
  transform-origin: right;
}
.btn-group[data-type=primary] .btn-bubble-arrow .btn-bubble-arrow__arrow.is--duplicate {
  background-color: var(--primary-400);
}
.btn-group[data-type=primary] .btn-bubble-arrow .btn-bubble-arrow__arrow.is--duplicate .btn-bubble-arrow__arrow-svg polyline, .btn-group[data-type=primary] .btn-bubble-arrow .btn-bubble-arrow__arrow.is--duplicate .btn-bubble-arrow__arrow-svg line {
  stroke: var(--neutral-100);
}
.btn-group[data-type=secondary] .btn-bubble-arrow .btn-bubble-arrow__arrow.is--duplicate {
  background-color: var(--primary-300);
}
.btn-group[data-type=secondary] .btn-bubble-arrow .btn-bubble-arrow__arrow.is--duplicate .btn-bubble-arrow__arrow-svg polyline, .btn-group[data-type=secondary] .btn-bubble-arrow .btn-bubble-arrow__arrow.is--duplicate .btn-bubble-arrow__arrow-svg line {
  stroke: var(--neutral-900);
}
.btn-group[data-type=white] .btn-bubble-arrow .btn-bubble-arrow__arrow.is--duplicate {
  background-color: var(--neutral-100);
}
.btn-group[data-type=white] .btn-bubble-arrow .btn-bubble-arrow__arrow.is--duplicate .btn-bubble-arrow__arrow-svg polyline, .btn-group[data-type=white] .btn-bubble-arrow .btn-bubble-arrow__arrow.is--duplicate .btn-bubble-arrow__arrow-svg line {
  stroke: var(--neutral-900);
}
@media (hover) {
  .btn-group:hover .btn-bubble-arrow__arrow {
    transform: scale(1) rotate(0.001deg);
  }
  .btn-group:hover .btn-bubble-arrow__arrow.is--duplicate {
    transform: scale(0) rotate(0.001deg);
  }
  .btn-group:hover .btn-bubble-arrow__arrow-svg {
    transform: rotate(-45deg);
  }
}

.btn-bubble-arrow__arrow-svg {
  width: 50% !important;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1) !important;
  transform: rotate(0.001deg);
}

.underline-link {
  color: #131313;
  line-height: 1.25;
  text-decoration: none;
  position: relative;
}

.underline-link::before,
.underline-link.is--alt::before,
.underline-link.is--alt::after {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #131313;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
}

.underline-link:hover::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
}

/* Alt */
.underline-link.is--alt::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s;
}

.underline-link.is--alt:hover::before {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}

.underline-link.is--alt::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}

.underline-link.is--alt:hover::after {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s;
}

.generic-card {
  text-decoration: none;
}
.generic-card img {
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  aspect-ratio: 16/10;
  width: 100%;
}
.generic-card h3 {
  padding-top: 0.3em;
  line-height: 1.3;
}
.generic-card p {
  padding-top: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}

.product-card {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1.1;
  position: relative;
}
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  transition: 0.4s;
}
.product-card h3, .product-card .btn-group {
  position: absolute;
  z-index: 2;
}
.product-card h3 {
  padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  bottom: 0;
  left: 0;
  color: var(--neutral-100);
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vw, 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
.product-card .btn-group {
  top: 0;
  right: 0;
  margin: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.product-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  transition: 0.2s;
  pointer-events: none;
}
@media (hover) {
  .product-card:hover img {
    transform: scale(1.05);
  }
  .product-card:hover .btn-bubble-arrow__arrow {
    transform: scale(1) rotate(0.001deg);
  }
  .product-card:hover .btn-bubble-arrow__arrow.is--duplicate {
    transform: scale(0) rotate(0.001deg);
  }
  .product-card:hover .btn-bubble-arrow__arrow-svg {
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 48em) {
  .product-card h3 {
    padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  }
  .product-card .btn-group {
    margin: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  }
}

[data-scrolling-started=true][data-scrolling-direction=down] .main-header {
  transform: translateY(-62px) rotate(0.001deg);
  border-radius: 0 0 0 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 0;
}
header a {
  text-decoration: none;
}
header .sub-header {
  padding-block: 0.6rem;
}
header .sub-header .social a {
  line-height: 0;
}
@media (hover) {
  header .sub-header .social a:hover path {
    fill: var(--primary-300);
  }
}
@media (hover) {
  header .sub-header a:hover {
    color: var(--primary-300);
  }
}
header .sub-header svg {
  width: 18px;
}
header .sub-header .container {
  margin-bottom: 1.5rem;
}
header .main-header {
  transform: translateY(-1.5rem);
  background-color: var(--neutral-200);
  padding-block: 1rem;
  border-bottom: 1.5px solid var(--neutral-900);
  border-radius: 20px 20px 0 0;
  transition: all 0.4s cubic-bezier(0.35, 1.5, 0.6, 1);
}
header .main-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .main-header nav ul {
  display: none;
  text-transform: uppercase;
  font-weight: 600;
  justify-self: end;
}
header .main-header nav ul li.active {
  color: var(--black-opacity-500);
}
header .main-header nav .menu-toggle {
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.2em;
  order: 2;
}
header .main-header nav .menu-toggle .stripes {
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  gap: 2px;
  flex-direction: column;
}
header .main-header nav .menu-toggle .stripes .stripe {
  width: 100%;
  display: block;
  height: 2px;
  background-color: var(--neutral-900);
}
header .main-header nav .header-contact {
  display: none;
}
@media (min-width: 500px) {
  header .main-header nav .menu-toggle {
    order: unset;
  }
  header .main-header nav .header-contact {
    display: flex;
  }
}
@media (min-width: 950px) {
  header .main-header nav {
    display: grid;
    gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
    grid-template-columns: auto 1fr auto;
  }
  header .main-header nav ul {
    display: flex;
  }
  header .main-header nav a.header-logo {
    order: -1;
  }
  header .main-header nav .menu-toggle {
    display: none;
  }
  header .main-header nav .header-contact {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .main-header nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  header .main-header nav a.header-logo {
    justify-self: center;
    order: unset;
  }
  header .main-header nav ul:first-of-type {
    justify-self: start;
  }
}

#menu {
  z-index: 110;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  align-items: center;
  padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  min-width: 300px;
  border-radius: 20px;
  border: 1.5px solid var(--neutral-900);
  transition: all 0.4s cubic-bezier(0.35, 1.5, 0.6, 1);
}
#menu [data-menu-toggle] {
  background-color: var(--neutral-100);
  width: 40px;
  height: 40px;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  border: 1.5px solid var(--neutral-900);
  margin-left: auto;
}
#menu nav {
  padding-block: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
#menu li.active a {
  color: var(--primary-400);
}
#menu a {
  text-decoration: none;
}
#menu[data-menu-status=open] {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: all;
}
#menu[data-menu-status=closed] {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -45%);
}

footer a {
  text-decoration: none;
}
@media (hover) {
  footer a:hover {
    color: var(--neutral-100);
  }
}
footer .contact-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem) clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  color: var(--white-opacity-700);
}
footer .contact-grid .left {
  text-align: right;
  color: var(--white-opacity-300);
}
footer .social {
  line-height: 0;
}
footer .social svg {
  width: 24px;
  opacity: 0.7;
  height: 24px;
}
@media (hover) {
  footer .social:hover svg {
    opacity: 1;
  }
}

.confirmation {
  color: #24C958;
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vw, 1.25rem);
  margin-bottom: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}

#contact-form button {
  margin-top: 0;
  background-color: transparent;
}
#contact-form p.error-msg {
  color: #B70000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  padding-top: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  pointer-events: none;
}
#contact-form p.error-msg svg {
  max-width: 1.1rem;
}

.input-wrapper {
  position: relative;
  margin-top: 30px;
  margin-bottom: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.input-wrapper.error .input {
  border-bottom: 1px solid #B70000;
}
.input-wrapper.optional::after {
  content: "optional";
  color: var(--black-opacity-300);
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.input-wrapper .input {
  width: 100%;
  padding: 1rem 0;
  color: #333;
  border: none;
  border-bottom: 1px solid var(--black-opacity-300);
  transition: border-color 250ms;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.input-wrapper .input:focus {
  outline: none;
  border-bottom-color: var(--neutral-900);
}
.input-wrapper .input::placeholder {
  color: transparent;
}
.input-wrapper .input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.input-wrapper textarea {
  resize: vertical;
}
.input-wrapper .label {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--black-opacity-600);
  pointer-events: none;
  transform-origin: left center;
  transition: transform 250ms;
}

.input:focus + .label,
.input:not(:placeholder-shown) + .label {
  transform: translateY(-100%) scale(0.75);
}

.input:placeholder-shown + .label + .clear {
  display: none;
}

.three-block-animation {
  display: grid;
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  align-items: start;
}
.three-block-animation .navigation h2 {
  border-bottom: 1px solid var(--black-opacity-200);
  padding-bottom: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.three-block-animation .navigation ol {
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem) 0 0 0;
  margin: 0 0 0 1.5rem;
  list-style: none;
  counter-reset: item;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
}
.three-block-animation .navigation ol li.list-item {
  cursor: pointer;
  color: var(--black-opacity-300);
  display: grid;
  grid-template-columns: 0.6rem auto;
}
.three-block-animation .navigation ol li.list-item::before {
  display: inline-block;
  content: "0" counter(item);
  counter-increment: item;
  margin-left: -1.5em;
  font-family: "kepler-std", serif;
  font-style: italic;
  font-weight: 500;
}
.three-block-animation .navigation ol li.list-item[data-three-block-status=active] {
  color: var(--neutral-900);
}
.three-block-animation .navigation ol li.list-item[data-three-block-status=active]::before {
  color: var(--primary-400);
}
.three-block-animation .navigation ol li.list-item span.number {
  font-family: "kepler-std", serif;
  font-style: italic;
  font-weight: 500;
}
.three-block-animation .navigation ol li.list-item a {
  text-decoration: none;
}
@media (hover: none) {
  .three-block-animation .navigation ol li.list-item a {
    pointer-events: none;
  }
}
.three-block-animation .images {
  display: grid;
  grid-template-areas: "pile";
  place-content: center;
  overflow: hidden;
  border-radius: 20px;
}
.three-block-animation .images .image-item {
  grid-area: pile;
  position: relative;
  overflow: hidden;
  transform: scale(1.1);
  opacity: 0;
  transition: 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  order: 1;
}
.three-block-animation .images .image-item img {
  aspect-ratio: 16/10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.three-block-animation .images .image-item[data-three-block-status=active] {
  transform: none;
  opacity: 1;
}
.three-block-animation .text {
  display: grid;
  grid-template-areas: "pile";
}
.three-block-animation .text .text-item {
  grid-area: pile;
  pointer-events: none;
}
.three-block-animation .text .text-item a {
  text-decoration: none;
}
@media (hover) {
  .three-block-animation .text .text-item a:hover .btn-bubble-arrow__arrow {
    transform: scale(1) rotate(0.001deg);
  }
  .three-block-animation .text .text-item a:hover .btn-bubble-arrow__arrow.is--duplicate {
    transform: scale(0) rotate(0.001deg);
  }
  .three-block-animation .text .text-item a:hover .btn-bubble-arrow__arrow-svg {
    transform: rotate(-45deg);
  }
}
.three-block-animation .text .text-item .btn-group {
  opacity: 0;
}
.three-block-animation .text .line {
  height: 1px;
  background-color: var(--black-opacity-200);
  width: 100%;
  opacity: 0;
  margin-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.three-block-animation .text .wysiwyg {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}
.three-block-animation .text h3 {
  max-width: 80%;
  overflow: hidden;
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vw, 1.5625rem);
  font-weight: 600;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.three-block-animation .text h3 span {
  color: var(--primary-400);
  display: inline-block;
  font-family: "kepler-std", serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.512rem, 1.3208rem + 0.816vw, 1.9531rem);
}
.three-block-animation .text h3 p {
  line-height: 1.2;
}
.three-block-animation .text h3 span, .three-block-animation .text h3 p {
  opacity: 0;
  transform: translateY(40px) rotate(8deg);
  transition: 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}
.three-block-animation .text p {
  color: var(--black-opacity-900);
}
.three-block-animation .text .text-item[data-three-block-status=active] {
  pointer-events: all;
}
.three-block-animation .text .text-item[data-three-block-status=active] .wysiwyg {
  opacity: 1;
  transform: none;
}
.three-block-animation .text .text-item[data-three-block-status=active] h3 p, .three-block-animation .text .text-item[data-three-block-status=active] h3 span {
  opacity: 1;
  transform: none;
}
.three-block-animation .text .text-item[data-three-block-status=active] .line {
  opacity: 1;
}
.three-block-animation .text .text-item[data-three-block-status=active] .btn-group {
  opacity: 1;
}

@media screen and (min-width: 48em) {
  .three-block-animation {
    grid-template-columns: repeat(2, 1fr);
  }
  .three-block-animation .navigation {
    grid-column: 1/3;
  }
  .three-block-animation .navigation ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .three-block-animation .images .image-item img {
    aspect-ratio: 1/1.2;
  }
}
@media screen and (min-width: 62em) {
  .three-block-animation {
    grid-template-columns: repeat(3, 1fr);
  }
  .three-block-animation .navigation {
    grid-column: 1/2;
  }
  .three-block-animation .navigation ol {
    grid-template-columns: 1fr;
  }
}
.page-blocks {
  display: grid;
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.page-blocks .block {
  width: 100%;
}
.page-blocks .block.text {
  display: grid;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.page-blocks .block.text h2 {
  font-size: clamp(1.8144rem, 1.5426rem + 1.1598vw, 2.4414rem);
  font-weight: 600;
}
.page-blocks .block.text h3 {
  font-size: clamp(1.512rem, 1.3208rem + 0.816vw, 1.9531rem);
  font-weight: 600;
}
.page-blocks .block.text h4 {
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vw, 1.5625rem);
  font-weight: 600;
}
.page-blocks .block.text ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  padding-left: 2.5rem;
  max-width: 65ch;
  display: grid;
  gap: 0.6rem;
  line-height: 1.5;
}
.page-blocks .block.text ol {
  margin: 0;
  padding: 0;
  padding-left: 2.5rem;
  max-width: 65ch;
  display: grid;
  gap: 0.6rem;
  line-height: 1.5;
}
.page-blocks .block.text a {
  display: inline-block;
  justify-self: start;
  color: var(--neutral-900);
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}
.page-blocks .block.text a::before, .page-blocks .block.text a::after {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
  height: 0.0625em;
  background-color: var(--neutral-900);
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
}
.page-blocks .block.text a::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s;
}
.page-blocks .block.text a::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}
@media (hover) {
  .page-blocks .block.text a:hover::before {
    transform-origin: right;
    transform: scaleX(0) rotate(0.001deg);
    transition-delay: 0s;
  }
  .page-blocks .block.text a:hover::after {
    transform-origin: left;
    transform: scaleX(1) rotate(0.001deg);
    transition-delay: 0.3s;
  }
}
.page-blocks .block.text p {
  max-width: 65ch;
}
.page-blocks .block.image {
  border-radius: 10px;
  overflow: hidden;
}
.page-blocks .block.image img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
.page-blocks .block.file a {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  text-decoration: none;
}
.page-blocks .block.file svg {
  width: 1.3rem;
}
.page-blocks .block.file span {
  color: var(--neutral-100);
}
.page-blocks .block.gallery .f-carousel__slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.page-blocks .block.gallery .f-carousel__slide img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
.page-blocks .block.gallery .fake-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: flex;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.page-blocks .block.gallery .fake-buttons .fake-button {
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  background-color: var(--neutral-100);
  padding: 0.7em 1em;
  border-radius: 3px;
}
.page-blocks .block.gallery .fake-buttons .fake-button svg {
  width: 20px;
}
.page-blocks .block.gallery .fake-buttons .fake-button:hover .btn-text {
  color: var(--neutral-900);
}
.page-blocks .block.gallery .fake-buttons .fake-button:hover svg path {
  stroke: var(--neutral-900);
}
.page-blocks .block.quote svg {
  opacity: 0.2;
  max-width: 4rem;
}
.page-blocks .block.quote svg:last-of-type {
  transform: rotate(180deg);
}
.page-blocks .block.quote p {
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vw, 1.5625rem);
  font-weight: 500;
  padding-top: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.page-blocks .block.quote span {
  display: block;
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  padding-bottom: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  font-style: italic;
}
.page-blocks .block.youtube {
  border-radius: 0.25em;
  overflow: hidden;
}
.page-blocks .block.youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.page-blocks .f-carousel__thumbs {
  --f-thumb-clip-width: 35px;
  margin-top: -2rem;
}
@media screen and (min-width: 48em) {
  .page-blocks .f-carousel__thumbs {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 62em) {
  .page-blocks .f-carousel__thumbs {
    margin-top: -3.5rem;
  }
}
.page-blocks .f-thumbs {
  width: 100%;
}
.page-blocks .f-button {
  --f-button-bg: #B4D1D3;
  --f-button-color: #000;
  --f-button-hover-bg: #008D91;
  --f-button-hover-color: #fff;
  --f-button-active-bg: #008D91;
  --f-button-next-pos: 20px;
  --f-button-prev-pos: 20px;
  border-radius: 0.25em;
}

.pager-wrapper {
  display: grid;
  justify-content: center;
  padding-top: 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: 0.8em;
}
.pager-wrapper ol.pager li {
  width: 35px;
  height: 35px;
  border-radius: 20px;
}
@media (hover) {
  .pager-wrapper ol.pager li:has(a):hover {
    background-color: var(--black-opacity-100);
  }
}
.pager-wrapper ol.pager a {
  text-decoration: none;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.pager-wrapper ol.pager span {
  background-color: var(--neutral-900);
  color: var(--neutral-100);
  width: 35px;
  height: 35px;
  display: grid;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 20px;
}

.wysiwyg {
  display: grid;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.wysiwyg h2 {
  font-size: clamp(1.512rem, 1.3208rem + 0.816vw, 1.9531rem);
  text-transform: uppercase;
  font-weight: 800;
}
.wysiwyg h3 {
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vw, 1.5625rem);
  text-transform: uppercase;
  font-weight: 800;
}
.wysiwyg h4 {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vw, 1.25rem);
  text-transform: uppercase;
  font-weight: 800;
}
.wysiwyg ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  padding-left: 2.5rem;
  max-width: 65ch;
  display: grid;
  gap: 0.6rem;
  line-height: 1.5;
}
.wysiwyg ol {
  margin: 0;
  padding: 0;
  padding-left: 2.5rem;
  max-width: 65ch;
  display: grid;
  gap: 0.6rem;
  line-height: 1.5;
}
.wysiwyg a {
  display: inline-block;
  justify-self: start;
  color: var(--neutral-900);
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}
.wysiwyg a::before, .wysiwyg a::after {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
  height: 0.0625em;
  background-color: var(--neutral-900);
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
}
.wysiwyg a::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s;
}
.wysiwyg a::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}
@media (hover) {
  .wysiwyg a:hover::before {
    transform-origin: right;
    transform: scaleX(0) rotate(0.001deg);
    transition-delay: 0s;
  }
  .wysiwyg a:hover::after {
    transform-origin: left;
    transform: scaleX(1) rotate(0.001deg);
    transition-delay: 0.3s;
  }
}
.wysiwyg p {
  max-width: 65ch;
}

.modal {
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  padding: 2em 1em;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
  transition: all 0.2s linear;
}

.modal[data-modal-group-status=active] {
  opacity: 1;
  visibility: visible;
}
.modal[data-modal-group-status=active] .modal__card {
  display: flex;
}

[data-modal-close] {
  cursor: pointer;
}

.modal__dark {
  opacity: 0.5;
  pointer-events: auto;
  cursor: pointer;
  background-color: #131313;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal__card {
  pointer-events: auto;
  background-color: #efeeec;
  border-radius: 2em;
  width: 100%;
  max-width: 45em;
  max-height: 100%;
  padding: 0.75em;
  display: none;
  position: relative;
}

.modal__scroll {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #e2e1df;
  border-radius: 1.25em;
  flex-flow: column;
  width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.modal__content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  padding: 2em;
  display: flex;
}
.modal__content p.error-msg {
  color: #B70000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  padding-top: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.modal__content p.error-msg svg {
  width: 100%;
  max-width: 1.1rem;
}
.modal__content p.error-msg a {
  display: inline;
}
.modal__content p.error-msg a:hover {
  color: var(--neutral-900);
}

.modal__btn-close {
  background-color: #efeeec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  top: 2.5em;
  right: 2.5em;
}

.modal__btn-close-bar {
  background-color: currentColor;
  width: 0.125em;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

.modal__btn-close-bar.is--second {
  transform: rotate(-45deg);
}

.landscape-image {
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 10px;
}
.landscape-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.simple-marquee {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.simple-marquee::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0) 15%);
}
.simple-marquee::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0) 15%);
}
.simple-marquee .marquee-list {
  flex: none;
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.simple-marquee .marquee-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  padding-right: 13vw;
  display: flex;
  color: #e8e6e3;
}
.simple-marquee svg {
  width: 8rem;
}
.simple-marquee img {
  width: 8rem;
}
@keyframes translateX {
  to {
    transform: translateX(-100%);
  }
}
.simple-marquee [data-simple-marquee-list] {
  animation: translateX 30s linear;
  animation-iteration-count: infinite;
  animation-play-state: paused;
}

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

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

/**
 * 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 {
  --auto-grid-max-column-width: 100% / var(--auto-grid-max-columns, infinity) - var(--auto-grid-gap);
  --auto-grid-column-width: max(
      var(--auto-grid-max-column-width),
      min(var(--auto-grid-min-size, 10rem), 100%)
  );
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-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);
}
@media screen and (min-width: 48em) {
  .auto-grid[data-type=reverse] div:last-of-type {
    order: -1;
  }
}

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

.grid {
  display: grid;
}

.justify-items-center {
  justify-items: center;
}

.justify-self-end {
  justify-self: end;
}

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

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

.masonry {
  display: grid;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.masonry .item {
  aspect-ratio: 16/10;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.masonry .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 600px) {
  .masonry {
    grid-auto-rows: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .masonry .item {
    aspect-ratio: unset;
  }
  .masonry .item1 {
    grid-row: span 12;
  }
  .masonry .item2 {
    grid-row: span 15;
  }
  .masonry .item3 {
    grid-row: span 10;
  }
  .masonry .item4 {
    grid-row: span 15;
  }
  .masonry .item5 {
    grid-row: span 13;
  }
  .masonry .item6 {
    grid-row: span 12;
  }
  .masonry .item7 {
    grid-row: span 15;
  }
  .masonry .item8 {
    grid-row: span 11;
  }
}
@media (min-width: 900px) {
  .masonry {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .masonry {
    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-400 {
  color: var(--neutral-400);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-900 {
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vw, 3.0518rem);
  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=extra-small] {
  --max-width: 50rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: clamp(0.38rem, 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";
}

.ff-accent {
  font-family: "kepler-std", serif;
}

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

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

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

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

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

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

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

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

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

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

.heading-1 {
  font-size: clamp(1.8144rem, 1.5426rem + 1.1598vw, 2.4414rem);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2;
}

.heading-2 {
  font-size: clamp(1.512rem, 1.3208rem + 0.816vw, 1.9531rem);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2;
}

.heading-3 {
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vw, 1.5625rem);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2;
}

.heading-4 {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vw, 1.25rem);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2;
}

.line-heading a {
  text-decoration: none;
}
.line-heading h2, .line-heading h1 {
  display: inline-block;
  padding-bottom: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  transform: translateY(1.5px);
}
.line-heading[data-type=light] {
  border-bottom: 1.5px solid var(--white-opacity-200);
}
.line-heading[data-type=light] h2, .line-heading[data-type=light] h1 {
  border-bottom: 1.5px solid var(--neutral-100);
}
.line-heading[data-type=dark] {
  border-bottom: 1.5px solid var(--black-opacity-200);
}
.line-heading[data-type=dark] h2, .line-heading[data-type=dark] h1 {
  border-bottom: 1.5px solid var(--neutral-900);
}
.line-heading[data-type=dark] h2.not-active, .line-heading[data-type=dark] h1.not-active {
  color: var(--black-opacity-300);
  border-bottom: 0;
}

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

.border-radius-1 {
  border-radius: 20px;
}

.border-radius-2 {
  border-radius: 10px;
}

.border-top {
  border-radius: 20px 20px 0 0;
  margin-top: -1rem;
}

.border-bottom {
  border-radius: 0 0 20px 20px;
  transform: translateY(1rem);
  position: relative;
}
.border-bottom.last {
  z-index: 3;
  transform: translateY(2rem);
}

main#home-page section.hero {
  padding-top: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#home-page section.hero h1.title {
  display: grid;
  padding-bottom: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#home-page section.hero h1.title .loop-text {
  font-size: clamp(2.5rem, 1.4162rem + 4.6243vw, 5rem);
}
main#home-page section.hero h1.title .loop img {
  width: 0.18em;
  transform: translateY(-140%);
}
main#home-page section.hero h1.title .established {
  margin-left: auto;
  border-radius: 8px;
  padding: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem) clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  order: -1;
}
@media (min-width: 585px) {
  main#home-page section.hero h1.title .established {
    order: unset;
  }
}
main#home-page section.hero .image {
  position: relative;
  height: min(calc(95svh - 270px), 750px);
}
main#home-page section.hero .image .overlay-text {
  background-color: var(--neutral-200);
  z-index: 1;
  font-size: clamp(1.875rem, 1.0054rem + 4.3478vw, 4.375rem);
  position: absolute;
  top: -0.5px;
  right: -0.5px;
  font-weight: 800;
  padding: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem) 0 clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem) clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  border-radius: 0 0 0 20px;
}
main#home-page section.hero .image .overlay-text .corner {
  --corner-size: 1;
  --border-radius: 30px;
  --color-light: #E8E6E3;
  width: calc(var(--border-radius)* var(--corner-size));
  height: calc(var(--border-radius)* var(--corner-size));
  background-image: radial-gradient(circle at 100% 100%, transparent calc(var(--border-radius)* var(--corner-size)), var(--color-light) calc((var(--border-radius)* var(--corner-size)) + 0.5px));
  z-index: 2;
}
main#home-page section.hero .image .overlay-text .corner.left-top {
  position: absolute;
  top: -0.5px;
  left: 0.5px;
  transform: translate(-100%, 0%) rotate(90deg);
}
main#home-page section.hero .image .overlay-text .corner.right-bottom {
  position: absolute;
  right: -0.5px;
  bottom: 0.5px;
  transform: translate(0%, 100%) rotate(90deg);
}
main#home-page section.hero .image .overlay-text span.hidden-extra {
  display: none;
}
main#home-page section.hero .image img, main#home-page section.hero .image picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
@media (min-width: 500px) {
  main#home-page section.hero .image .overlay-text span.hidden-extra {
    display: inline-block;
  }
}
main#home-page .loop-lines {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  transform: translate3d(0, 0, 0) translateZ(0);
  -webkit-transform: translate3d(0, 0, 0) translateZ(0);
  isolation: isolate;
  backface-visibility: hidden;
  transform-style: flat;
  z-index: 0;
}
main#home-page .loop-lines .loop {
  position: absolute;
  height: 100%;
  z-index: 0;
  will-change: transform;
  font-size: clamp(2.5rem, 1.4162rem + 4.6243vw, 5rem);
  font-weight: 800;
  line-height: 1.1;
  font-family: "kepler-std", serif;
  font-style: italic;
  display: flex;
  align-items: end;
  gap: 0.1em;
}
main#home-page .loop-lines .loop[data-slideshow-slide-status=active] {
  transform: translateY(0%) rotate(0.001deg) translateZ(0);
  transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transform-origin: left bottom;
}
main#home-page .loop-lines .loop[data-slideshow-slide-status=not-active] {
  transform: translateY(100%) rotate(12deg) translateZ(0);
  transform-origin: left bottom;
}
main#home-page .loop-lines .loop[data-slideshow-slide-status=transition-out] {
  transform: translateY(-100%) rotate(12deg) translateZ(0);
  transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transform-origin: right bottom;
}
main#home-page .loop-lines .loop span.dot {
  color: var(--primary-400);
}
main#home-page .button-swiper .swiper-next, main#home-page .button-swiper .swiper-prev {
  display: none;
}
main#home-page .button-swiper.is-overflowing .btn-group .btn-bubble-arrow__arrow {
  width: 2.88em;
  height: 2.88em;
}
main#home-page .button-swiper.is-overflowing::before {
  content: "";
  height: 3em;
  width: calc(2.88em + 8px);
  background-color: var(--neutral-200);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
main#home-page .button-swiper.is-overflowing::after {
  content: "";
  height: 3em;
  width: calc(2.88em + 8px);
  background-color: var(--neutral-200);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
main#home-page .button-swiper.is-overflowing .swiper-prev {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
  transform: scaleX(-1);
  z-index: 5;
}
main#home-page .button-swiper.is-overflowing .swiper-next {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
main#home-page .button-swiper.is-start.is-overflowing::before {
  display: none;
}
main#home-page .button-swiper.is-start.is-overflowing .swiper-prev {
  display: none;
}
main#home-page .button-swiper.is-end.is-overflowing::after {
  display: none;
}
main#home-page .button-swiper.is-end.is-overflowing .swiper-next {
  display: none;
}
main#home-page .card-swiper .swiper-wrapper {
  align-items: end;
  height: min(100vw, 400px);
}
@media (min-width: 768px) {
  main#home-page .card-swiper .swiper-wrapper {
    height: min(60vw, 400px);
  }
  main#home-page .card-swiper .swiper-slide {
    height: 90%;
    transition: height 0.4s cubic-bezier(0.35, 1.5, 0.6, 1);
  }
  main#home-page .card-swiper .swiper-slide h3, main#home-page .card-swiper .swiper-slide .btn-group {
    opacity: 0;
    transition: 0.4s;
  }
  main#home-page .card-swiper .swiper-slide::after {
    opacity: 0;
    transition: 0.2s;
  }
  main#home-page .card-swiper .swiper-slide.swiper-slide-active {
    height: 100%;
  }
  main#home-page .card-swiper .swiper-slide.swiper-slide-active h3, main#home-page .card-swiper .swiper-slide.swiper-slide-active .btn-group, main#home-page .card-swiper .swiper-slide.swiper-slide-active::after {
    opacity: 1;
  }
}
@media (min-width: 900px) {
  main#home-page .card-swiper .swiper-wrapper {
    height: min(30vw, 500px);
  }
}
main#home-page #nav-carousel {
  --f-carousel-gap: 10px;
  --f-button-svg-disabled-opacity: 0.3;
}
main#home-page #nav-carousel .f-carousel__slide.is-selected .btn-bg {
  background-color: var(--primary-400);
  border: 0;
}
main#home-page #nav-carousel .f-carousel__slide.is-selected .btn-text {
  color: var(--neutral-100);
}
main#home-page #nav-carousel .f-carousel__viewport {
  margin-inline: 56px;
}
main#home-page #nav-carousel .f-button.is-arrow {
  --f-button-width: 2.88em;
  --f-button-height: 2.88em;
}
main#home-page #nav-carousel .f-button.is-prev {
  transform: scaleX(-1);
  top: 0;
}
main#home-page #nav-carousel .btn-group .btn-bubble-arrow__arrow {
  width: 2.88em;
  height: 2.88em;
}
main#home-page #nav-carousel::before {
  content: "";
  height: 3em;
  width: calc(2.88em + 10px);
  background-color: var(--neutral-200);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
main#home-page #nav-carousel::after {
  content: "";
  height: 3em;
  width: calc(2.88em + 10px);
  background-color: var(--neutral-200);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
main#home-page #range-carousel {
  --f-carousel-slide-width: 100%;
  --f-carousel-gap: 30px;
}
@media (min-width: 768px) {
  main#home-page #range-carousel {
    --f-carousel-slide-width: calc((100% - 30px) / 2);
  }
  main#home-page #range-carousel .f-carousel__viewport {
    align-items: end;
  }
  main#home-page #range-carousel .f-carousel__slide {
    height: 90%;
    transition: height 0.4s cubic-bezier(0.35, 1.5, 0.6, 1);
  }
  main#home-page #range-carousel .f-carousel__slide h3, main#home-page #range-carousel .f-carousel__slide .btn-group, main#home-page #range-carousel .f-carousel__slide::after {
    opacity: 0;
  }
  main#home-page #range-carousel .f-carousel__slide.is-selected {
    height: 100%;
  }
  main#home-page #range-carousel .f-carousel__slide.is-selected h3, main#home-page #range-carousel .f-carousel__slide.is-selected .btn-group, main#home-page #range-carousel .f-carousel__slide.is-selected::after {
    opacity: 1;
  }
}
@media (min-width: 900px) {
  main#home-page #range-carousel {
    --f-carousel-slide-width: calc((100% - 60px) / 3);
  }
}
main#home-page section.section-news {
  transform: translateY(2rem);
  position: relative;
  z-index: 1;
}
main#home-page section.section-news .news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 225px auto auto;
  gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#home-page section.section-news .news-grid .news-card {
  text-decoration: none;
}
main#home-page section.section-news .news-grid .news-card .text h3 {
  padding-top: 0.3em;
  line-height: 1.3;
}
main#home-page section.section-news .news-grid .news-card .text p {
  padding-top: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
main#home-page section.section-news .news-grid .news-card:not(.latest) img {
  border-radius: 8px;
  aspect-ratio: 16/10;
  object-fit: cover;
}
main#home-page section.section-news .news-grid .news-card.latest {
  display: grid;
  position: relative;
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  border-radius: 10px;
  overflow: hidden;
  grid-column: 1/3;
}
main#home-page section.section-news .news-grid .news-card.latest::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
main#home-page section.section-news .news-grid .news-card.latest img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}
main#home-page section.section-news .news-grid .news-card.latest .text {
  position: relative;
  z-index: 3;
  align-self: flex-end;
}
main#home-page section.section-news .news-grid .news-card.latest .text p {
  color: var(--white-opacity-800);
}
main#home-page section.section-news .news-grid .news-card.latest .text h3 {
  color: var(--neutral-100);
  font-size: clamp(1.512rem, 1.3208rem + 0.816vw, 1.9531rem);
  line-height: 1.3;
}
@media (min-width: 600px) {
  main#home-page section.section-news .news-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  main#home-page section.section-news .news-grid .news-card.latest {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 62em) {
  main#home-page section.section-news .news-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  main#home-page section.section-news .news-grid .news-card.latest {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}

main#product-page h1 .divider {
  padding-inline: 0.3em;
}
main#product-page .gallery-grid {
  display: grid;
}
main#product-page .gallery-grid .gallery {
  overflow: hidden;
}
main#product-page .gallery-grid .gallery-buttons {
  position: absolute;
}
@media screen and (min-width: 62em) {
  main#product-page .gallery-grid {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto 1fr;
    column-gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
    align-items: start;
  }
  main#product-page .gallery-grid .text-content {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  main#product-page .gallery-grid .f-thumbs {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 75em) {
  main#product-page .gallery-grid {
    grid-template-columns: 1.5fr 1fr;
  }
}
main#product-page img.single-image {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 10px;
}
main#product-page .gallery {
  border-radius: 10px;
}
main#product-page .gallery .f-carousel__slide {
  position: relative;
  overflow: hidden;
}
main#product-page .gallery .f-carousel__slide img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
main#product-page .gallery .gallery-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  background-color: var(--neutral-100);
  padding: 0.7em 1em;
  margin: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  border-radius: 3px;
}
main#product-page .gallery .gallery-indicator svg {
  width: 20px;
}
main#product-page .gallery .gallery-indicator:hover .btn-text {
  color: var(--neutral-900);
}
main#product-page .gallery .gallery-indicator:hover svg path {
  stroke: var(--neutral-900);
}
main#product-page .f-thumbs__slide {
  opacity: 0.4;
}
main#product-page .f-thumbs__slide.is-nav-selected {
  opacity: 1;
}
main#product-page .f-carousel__thumbs.is-modern {
  --f-thumb-clip-width: 35px;
}
main#product-page .f-button {
  --f-button-bg: #B4D1D3;
  --f-button-color: #000;
  --f-button-hover-bg: #008D91;
  --f-button-hover-color: #fff;
  --f-button-active-bg: #008D91;
  --f-button-next-pos: 20px;
  --f-button-prev-pos: 20px;
  border-radius: 0.25em;
}
main#product-page .stockist-wrapper {
  position: relative;
}
main#product-page .stockist-wrapper .stockist-list {
  padding-top: 0.8em;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  width: 12.6rem;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  pointer-events: none;
}
main#product-page .stockist-wrapper .stockist-list ul {
  border: 1px solid var(--black-opacity-100);
  border-radius: 10px;
  background-color: var(--neutral-100);
  padding-block: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#product-page .stockist-wrapper .stockist-list ul li {
  padding-block: 0.5em;
  padding-inline: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#product-page .stockist-wrapper .stockist-list ul li.active {
  color: var(--primary-400);
}
@media (hover: hover) and (pointer: fine) {
  main#product-page .stockist-wrapper .stockist-list ul li:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
}
main#product-page .stockist-wrapper[data-status=show] .stockist-list {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
main#product-page .stockist-wrapper[data-status=hide] .stockist-list {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  main#product-page .stockist-wrapper:hover .stockist-list {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
  }
}
main#product-page .line {
  width: 100%;
  height: 1.5px;
  background-color: var(--black-opacity-200);
  margin-bottom: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
main#product-page .page-blocks {
  justify-items: center;
}
main#product-page .page-blocks .block {
  max-width: 950px;
}
main#product-page .page-blocks .block:first-of-type.assembly {
  border-top: 0;
  padding-top: 0;
}
main#product-page .page-blocks .block:last-of-type {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
main#product-page .page-blocks .block.assembly {
  border-radius: unset;
  max-width: unset;
  border-bottom: 1.5px solid var(--black-opacity-200);
  padding-bottom: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  display: grid;
  justify-items: center;
}
main#product-page .page-blocks .block.assembly iframe {
  border-radius: 10px;
  max-width: 950px;
}

main#contact-page .grecaptcha-badge {
  z-index: 1;
}
main#contact-page .map-responsive {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/11;
}
main#contact-page .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
main#contact-page .map-filter {
  background-color: var(--neutral-100);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  text-align: center;
  padding: 0.3em;
  border-radius: 5px;
  margin-bottom: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#contact-page .map-filter [data-map-id] {
  cursor: pointer;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  outline-offset: -1px;
}
@media (hover) {
  main#contact-page .map-filter [data-map-id]:hover {
    outline: 1px solid var(--black-opacity-100);
    background-color: var(--black-opacity-100);
  }
}
main#contact-page .map-filter [data-map-status=active] {
  background-color: var(--primary-400);
  color: var(--neutral-100);
}
@media (hover) {
  main#contact-page .map-filter [data-map-status=active]:hover {
    background-color: var(--primary-400);
  }
}
main#contact-page .telephone-btn {
  transition: 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}
main#contact-page .telephone-btn[data-map-status=not-active] {
  pointer-events: none;
  opacity: 0;
}
main#contact-page .telephone-btn[data-map-status=active] {
  pointer-events: all;
  opacity: 1;
}

main#inspiration-page .title-filter {
  display: flex;
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  justify-content: space-between;
  border-bottom: 1.5px solid var(--white-opacity-200);
  align-items: end;
}
main#inspiration-page .title-filter h1 {
  border-bottom: 1.5px solid var(--neutral-100);
  padding-bottom: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  transform: translateY(1.5px);
}
main#inspiration-page .title-filter .filter {
  padding-bottom: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  flex-wrap: wrap;
  justify-content: end;
}
main#inspiration-page .title-filter .filter p {
  color: var(--neutral-100);
}
main#inspiration-page .sort-wrapper {
  position: relative;
}
main#inspiration-page .sort-wrapper .sort-list {
  padding-top: 0.8em;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 4;
  width: 12rem;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.4s cubic-bezier(0.625, 0.05, 0, 1);
  pointer-events: none;
}
main#inspiration-page .sort-wrapper .sort-list ul {
  border: 1px solid var(--black-opacity-100);
  border-radius: 10px;
  background-color: var(--neutral-100);
  padding-block: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#inspiration-page .sort-wrapper .sort-list ul li.active {
  color: var(--primary-400);
}
main#inspiration-page .sort-wrapper .sort-list ul li a {
  text-decoration: none;
  padding-block: 0.5em;
  padding-inline: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
@media (hover: hover) and (pointer: fine) {
  main#inspiration-page .sort-wrapper .sort-list ul li:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
}
main#inspiration-page .sort-wrapper[data-status=show] .sort-list {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
main#inspiration-page .sort-wrapper[data-status=hide] .sort-list {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  main#inspiration-page .sort-wrapper:hover .sort-list {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
  }
}

figcaption {
  display: none;
}

.fancybox__container.inspiration .fancybox__caption {
  order: 1;
  position: absolute;
  bottom: 5%;
  color: unset;
  z-index: 50;
  display: grid;
  justify-items: center;
  padding: 0;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  padding-inline: 5%;
}
.fancybox__container.inspiration .fancybox__caption p {
  text-align: center;
}
.fancybox__container.inspiration .fancybox__content {
  order: 2;
}
.fancybox__container.inspiration .fancybox__content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.fancybox__container.inspiration .fancybox__slide::before, .fancybox__container.inspiration .fancybox__slide::after {
  display: none !important;
}
.fancybox__container.inspiration .fancybox__slide {
  justify-content: center;
}

.is-compact .fancybox__caption {
  padding-bottom: 5vh !important;
}

.is-compact .fancybox__footer {
  position: unset !important;
}

main#news-article-page .grid-wrapper {
  display: grid;
}
main#news-article-page .grid-wrapper .recent-news {
  display: none;
}
@media screen and (min-width: 48em) {
  main#news-article-page .grid-wrapper {
    grid-template-columns: 2fr 1fr;
    align-items: start;
  }
  main#news-article-page .grid-wrapper .article {
    padding-right: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
    border-right: 1px solid var(--black-opacity-100);
    height: 100%;
  }
  main#news-article-page .grid-wrapper .recent-news {
    display: block;
    padding-left: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
    position: sticky;
    top: 0rem;
  }
  main#news-article-page .grid-wrapper .recent-news .recent-news-grid {
    display: grid;
    gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  }
}
@media screen and (min-width: 62em) {
  main#news-article-page .grid-wrapper {
    grid-template-columns: 2.5fr 1fr;
  }
}

main#about-page section.compatibility-table .table-wrapper {
  overflow: scroll;
  background-color: #FCFCFC;
  width: min(100%, 60rem);
  margin-inline: auto;
}
main#about-page section.compatibility-table .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
main#about-page section.compatibility-table .table-wrapper table thead {
  background: #FCFCFC;
}
main#about-page section.compatibility-table .table-wrapper table thead tr th {
  background: var(--primary-900) !important;
  color: var(--neutral-100);
}
main#about-page section.compatibility-table .table-wrapper table thead th {
  vertical-align: bottom;
  background: #FCFCFC;
}
main#about-page section.compatibility-table .table-wrapper table thead th:not(:first-child) {
  text-align: end;
}
main#about-page section.compatibility-table .table-wrapper table tbody tr:nth-child(even) {
  background: #E7E9E4;
}
main#about-page section.compatibility-table .table-wrapper table tbody tr:nth-child(even) th {
  background: #E7E9E4;
}
main#about-page section.compatibility-table .table-wrapper table tbody th {
  background: #FCFCFC;
}
main#about-page section.compatibility-table .table-wrapper table th,
main#about-page section.compatibility-table .table-wrapper table caption {
  text-align: start;
}
main#about-page section.compatibility-table .table-wrapper table th,
main#about-page section.compatibility-table .table-wrapper table td {
  padding: 0.75rem;
}
main#about-page section.compatibility-table .table-wrapper table th:first-child {
  position: sticky;
  inset-inline-start: 0;
  border-inline-end: none;
}
main#about-page section.compatibility-table .table-wrapper table td {
  text-align: end;
}
main#about-page section.compatibility-table .table-wrapper table td:first-of-type {
  border-inline-start: none;
}
main#about-page section.compatibility-table .table-wrapper table td:where(thead, tfoot) th:nth-child(2) {
  border-inline-start: none;
}

main#product-listing-page .filter-btn[data-filter-status=active] {
  border-bottom: 1.5px solid var(--neutral-900);
  color: var(--neutral-900);
  cursor: unset;
}
main#product-listing-page .filter-btn[data-filter-status=not-active] {
  color: var(--black-opacity-300);
  border-bottom: 0;
  cursor: pointer;
}
main#product-listing-page .filter-btn span.full {
  display: none;
}
@media (min-width: 500px) {
  main#product-listing-page .filter-btn span.full {
    display: block;
  }
  main#product-listing-page .filter-btn span.half {
    display: none;
  }
}
main#product-listing-page .swiper .swiper-next, main#product-listing-page .swiper .swiper-prev {
  display: none;
}
main#product-listing-page .swiper.is-overflowing .btn-group .btn-bubble-arrow__arrow {
  width: 2.88em;
  height: 2.88em;
}
main#product-listing-page .swiper.is-overflowing::before {
  content: "";
  height: 3em;
  width: calc(2.88em + 8px);
  background-color: var(--neutral-200);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
main#product-listing-page .swiper.is-overflowing::after {
  content: "";
  height: 3em;
  width: calc(2.88em + 8px);
  background-color: var(--neutral-200);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
main#product-listing-page .swiper.is-overflowing .swiper-prev {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
  transform: scaleX(-1);
  z-index: 5;
}
main#product-listing-page .swiper.is-overflowing .swiper-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}
main#product-listing-page .swiper.is-overflowing .swiper-next {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
main#product-listing-page .swiper.is-overflowing .swiper-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}
main#product-listing-page .swiper.is-start.is-overflowing::before {
  display: none;
}
main#product-listing-page .swiper.is-start.is-overflowing .swiper-prev {
  display: none;
}
main#product-listing-page .swiper.is-end.is-overflowing::after {
  display: none;
}
main#product-listing-page .swiper.is-end.is-overflowing .swiper-next {
  display: none;
}

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 .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.7292rem, 0.6985rem + 0.131vw, 0.8rem);
}
main#login-page section.login-form .container form label input {
  width: 1rem;
  height: 1rem;
}
main#login-page section.login-form .container form .flex {
  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%;
  max-width: unset;
}
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#project-page .intro-section .container {
  max-width: 950px;
}
main#project-page .page-blocks {
  justify-items: center;
}
main#project-page .page-blocks .block {
  max-width: 950px;
}

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