@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/inter/Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/inter/Inter-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/inter/Inter-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/inter/Inter-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/inter/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/inter/Inter-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter/Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter/Inter-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter/Inter-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/inter/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/inter/Inter-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/inter/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/inter/Inter-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/inter/Inter-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/inter/Inter-BlackItalic.woff2") format("woff2");
}
:root {
  --neutral-100: white;
  --neutral-200: #f7f7f7;
  --neutral-800: #242424;
  --neutral-900: black;
  --primary-400: #cb082e;
  --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;
  padding: 0;
  font: inherit;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Inter";
  font-weight: 400;
  font-size: clamp(1.00rem, calc(0.96rem + 0.19vw), 1.13rem);
  color: var(--neutral-900);
  background-color: var(--neutral-100);
}

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

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

p {
  line-height: 1.6;
  padding-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  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;
  text-wrap: pretty;
}

li {
  text-wrap: pretty;
}

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;
  text-wrap: pretty;
}

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

span {
  display: block;
}

svg {
  max-width: none;
  height: auto;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

#main-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(0.1em);
  -webkit-backdrop-filter: blur(0.1em);
}

.gradient-bg {
  background: linear-gradient(to bottom, var(--neutral-100), var(--neutral-200));
}

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

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

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

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

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

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

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

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

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

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

.button-arrow {
  cursor: pointer;
  display: grid;
  place-content: center;
  position: relative;
  grid-template-areas: "pile";
}
.button-arrow .arrow {
  grid-area: pile;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: 50%;
  transform: rotate(0.001deg);
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  width: 2em;
  height: 2em;
}
.button-arrow .arrow .arrow-fill {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: black;
}
.button-arrow .arrow .arrow-content {
  width: 1em;
  height: 1em;
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
.button-arrow .arrow .arrow-content polyline, .button-arrow .arrow .arrow-content line, .button-arrow .arrow .arrow-content path {
  stroke: currentColor;
  stroke-width: 0.075em;
}
.button-arrow .arrow:first-of-type {
  transform: scale(0) rotate(0.001deg);
  transform-origin: left;
  background: var(--primary-400);
  border: 0;
  color: var(--neutral-100);
}
.button-arrow .arrow:first-of-type .arrow-content {
  color: white;
}
.button-arrow .arrow:last-of-type {
  position: absolute;
  z-index: 2;
  right: 0;
  transform: scale(1) rotate(0.001deg);
  transform-origin: right;
  background: transparent;
  color: var(--neutral-900);
  border: 1px solid var(--black-opacity-400);
}
.button-arrow .arrow:last-of-type .arrow-content {
  color: var(--neutral-900);
}
@media (max-width: 540px) {
  .button-arrow .arrow {
    height: 2.5em;
    width: 2.5em;
  }
}
@media (hover: hover) {
  .button-arrow:hover .arrow .arrow-content, .button-arrow:focus .arrow .arrow-content {
    transform: rotate(-45deg);
  }
  .button-arrow:hover .arrow:first-of-type, .button-arrow:focus .arrow:first-of-type {
    transform: scale(1) rotate(0.001deg);
  }
  .button-arrow:hover .arrow:last-of-type, .button-arrow:focus .arrow:last-of-type {
    transform: scale(0) rotate(0.001deg);
  }
}

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

header {
  backdrop-filter: blur(1em);
  -webkit-backdrop-filter: blur(1em);
  background-color: var(--neutral-800);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding-block: 1.2rem;
  transition: transform 0.6s cubic-bezier(0.75, 0, 0.25, 1), background-color 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
@media screen and (min-width: 48em) {
  header.opacity {
    opacity: 0;
  }
}
header.background {
  background-color: var(--neutral-800) !important;
  border-bottom: 0 !important;
}
@media screen and (min-width: 48em) {
  header.has-hero {
    background-color: var(--black-opacity-400);
  }
}
header.scroll {
  transform: translateY(-102%);
}
header .desktop-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header a.logo {
  text-decoration: none;
  justify-self: center;
  max-width: 8rem;
  order: -1;
}
header nav.desktop ul {
  display: flex;
  align-items: center;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
header nav.desktop ul li:not(#menu-toggle) {
  display: none;
}
header nav.desktop ul li.active {
  transition: none;
  position: relative;
  color: var(--neutral-100);
  overflow: visible;
  text-shadow: none;
}
header nav.desktop ul li.active::before {
  content: "";
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--neutral-100);
}
header nav.desktop ul li.dropdown-parent {
  position: relative;
  color: var(--neutral-100);
}
header nav.desktop ul li.dropdown-parent:hover .dropdown {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
header nav.desktop ul li .arrow-flex {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
header nav.desktop ul li .arrow-flex img {
  width: 0.8rem;
}
header nav.desktop ul li .dropdown {
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotateX(-12deg) scale(0.9);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: top left;
  margin-left: -1.5rem;
  padding-top: 1.5rem;
  color: var(--neutral-100);
}
header nav.desktop ul li .dropdown .wrapper {
  background-color: var(--neutral-800);
  border-radius: 12px;
  display: flex;
  gap: 2rem;
  padding: 1rem;
  width: max-content;
}
header nav.desktop ul li .dropdown .wrapper span.dropdown-title {
  text-transform: uppercase;
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
  color: var(--white-opacity-400);
  font-weight: 300;
  padding: 0.8rem 0 0.6rem 0.6rem;
}
header nav.desktop ul li .dropdown .wrapper ul {
  display: grid;
  gap: 0.3rem;
}
header nav.desktop ul li .dropdown .wrapper ul li {
  border-radius: 6px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  padding-right: 0.7rem;
}
header nav.desktop ul li .dropdown .wrapper ul li a {
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
  display: grid;
  gap: 0.3rem;
  padding: 0.7rem;
  transition: 0.1s;
}
header nav.desktop ul li .dropdown .wrapper ul li a span {
  transition: 0.1s;
}
header nav.desktop ul li .dropdown .wrapper ul li a span:last-of-type {
  color: var(--white-opacity-400);
  font-weight: 300;
}
header nav.desktop ul li .dropdown .wrapper ul li::after {
  content: "";
  background: url("/images/icons/arrow-right.svg") no-repeat center;
  width: 0.8rem;
  height: 1rem;
  opacity: 0;
  transition: 0.1s;
}
header nav.desktop ul li .dropdown .wrapper ul li::before {
  display: none;
}
@media (hover: hover) {
  header nav.desktop ul li .dropdown .wrapper ul li:hover, header nav.desktop ul li .dropdown .wrapper ul li:focus {
    background-color: rgba(255, 255, 255, 0.05);
  }
  header nav.desktop ul li .dropdown .wrapper ul li:hover span:first-of-type, header nav.desktop ul li .dropdown .wrapper ul li:focus span:first-of-type {
    color: var(--primary-400);
  }
  header nav.desktop ul li .dropdown .wrapper ul li:hover::after, header nav.desktop ul li .dropdown .wrapper ul li:focus::after {
    opacity: 1;
  }
}
header nav.desktop ul li .dropdown .wrapper ul li.active {
  background-color: rgba(255, 255, 255, 0.05);
}
header nav.desktop ul li .dropdown .wrapper ul li.active span {
  color: var(--primary-400);
}
header nav.desktop ul li a {
  text-decoration: none;
  font-size: clamp(1.00rem, calc(0.96rem + 0.19vw), 1.13rem);
  text-wrap: nowrap;
}
header .button {
  padding: 0.8em 1.4em;
  margin: 0;
  justify-self: end;
}
header .contact-btn {
  display: none;
}
header .mobile-menu {
  height: 0;
  overflow: hidden;
  pointer-events: none;
  color: var(--neutral-100);
}
header .mobile-menu nav {
  transform: translateY(-10%);
  opacity: 0;
}
header .mobile-menu nav li a {
  display: block;
  text-decoration: none;
  padding-block: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  border-bottom: 1px solid var(--white-opacity-100);
  font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
  font-weight: 500;
}
header .mobile-menu nav li:last-of-type a {
  border: 0;
}
@media screen and (min-width: 48em) {
  header {
    padding-block: 1rem;
  }
  header .desktop-wrapper {
    display: flex;
    justify-content: space-between;
  }
  header #menu-toggle {
    display: none;
  }
  header a.logo {
    max-width: 10rem;
  }
  header nav.desktop ul li:not(#menu-toggle) {
    display: block;
  }
}
@media (min-width: 1615px) {
  header .desktop-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: column;
  }
  header .contact-btn {
    display: block;
  }
  header .medium-contact {
    display: none !important;
  }
  header a.logo {
    order: 0;
  }
}

section.footer-cta {
  position: relative;
}
section.footer-cta .text {
  text-align: center;
  color: var(--neutral-100);
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
section.footer-cta .text h2 {
  max-width: 20ch;
  margin-inline: auto;
}
section.footer-cta .button {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.footer-cta::after {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

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

section.page-hero {
  height: calc(100vh - 90px);
  height: calc(100svh - 90px);
  position: relative;
  overflow: hidden;
}
section.page-hero .container, section.page-hero .content {
  height: 100%;
}
section.page-hero .content {
  display: grid;
  color: var(--neutral-100);
  padding-bottom: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
section.page-hero .wrapper {
  align-self: flex-end;
}
section.page-hero .text {
  display: grid;
  justify-items: center;
  text-align: center;
}
section.page-hero .text span.sub {
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
section.page-hero .text span.line {
  height: 1px;
  width: 30px;
  background-color: var(--neutral-100);
  margin: 2rem 0 0.5rem 0;
}
section.page-hero .text p {
  font-family: the-seasons, sans-serif;
  font-size: clamp(2.07rem, calc(1.84rem + 1.01vw), 2.75rem);
  line-height: 1.3;
  text-wrap: balance;
}
section.page-hero .exterior {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20%);
  max-width: 15rem;
}
section.page-hero[data-type=home] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%), url("/images/home/hero-26.jpg") no-repeat center 40%/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%), url("/images/home/hero-26.webp") no-repeat center 40%/cover) {
  section.page-hero[data-type=home] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%), url("/images/home/hero-26.webp") no-repeat center 40%/cover;
  }
}
@media screen and (min-width: 48em) {
  section.page-hero[data-type=home] {
    clip-path: polygon(40% 100%, 60% 100%, 60% 100%, 40% 100%);
  }
  section.page-hero[data-type=home] .hero-fade {
    opacity: 0;
    transform: translateY(40px);
  }
}
section.page-hero[data-type=home] .content {
  display: grid;
  align-items: end;
  text-align: center;
  padding-bottom: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
section.page-hero[data-type=home] .content h1 {
  margin-inline: auto;
  max-width: 550px;
  line-height: 1.1;
}
section.page-hero[data-type=home] .content h1 .word {
  padding: 0;
}
section.page-hero[data-type=home] .content h1 .word .single-word-inner {
  transform: translateY(120%) rotate(6deg);
}
section.page-hero[data-type=home] .content .support-text {
  display: none;
}
section.page-hero[data-type=home] .content .support-text span {
  text-transform: uppercase;
  color: var(--white-opacity-800);
  font-weight: 300;
  display: block;
  padding-bottom: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
section.page-hero[data-type=home] .content .support-text h3 {
  font-size: clamp(2.07rem, calc(1.84rem + 1.01vw), 2.75rem);
  line-height: 1.2;
}
section.page-hero[data-type=home] .content .support-text:first-of-type {
  justify-content: start;
}
section.page-hero[data-type=home] .content .support-text:last-of-type {
  justify-content: end;
}
section.page-hero[data-type=home] .content .title-button .button {
  margin-inline: auto;
}
@media screen and (min-width: 62em) {
  section.page-hero[data-type=home] .content {
    grid-template-columns: 1fr 2fr 1fr;
  }
  section.page-hero[data-type=home] .content .support-text {
    display: grid;
  }
}
@media (min-width: 1600px) {
  section.page-hero[data-type=home] {
    height: 90vh;
    height: 90svh;
  }
  section.page-hero[data-type=home] .content {
    padding-bottom: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  }
}
section.page-hero[data-type=oakland] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2024/the-oakland/hero.jpg") no-repeat center bottom/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2024/the-oakland/hero.webp") no-repeat center bottom/cover) {
  section.page-hero[data-type=oakland] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2024/the-oakland/hero.webp") no-repeat center bottom/cover;
  }
}
section.page-hero[data-type=riverdale] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2) 50%), url("/images/range/2024/the-riverdale/hero.jpg") no-repeat center bottom/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2) 50%), url("/images/range/2024/the-riverdale/hero.webp") no-repeat center bottom/cover) {
  section.page-hero[data-type=riverdale] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2) 50%), url("/images/range/2024/the-riverdale/hero.webp") no-repeat center bottom/cover;
  }
}
@media screen and (min-width: 48em) {
  section.page-hero[data-type=riverdale] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%), url("/images/range/2024/the-riverdale/hero.jpg") no-repeat center bottom/cover;
  }
  @supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%), url("/images/range/2024/the-riverdale/hero.webp") no-repeat center bottom/cover) {
    section.page-hero[data-type=riverdale] {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%), url("/images/range/2024/the-riverdale/hero.webp") no-repeat center bottom/cover;
    }
  }
}
section.page-hero[data-type=whinfell] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 50%), url("/images/range/2024/the-whinfell/hero.jpg") no-repeat center 90%/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 50%), url("/images/range/2024/the-whinfell/hero.webp") no-repeat center 90%/cover) {
  section.page-hero[data-type=whinfell] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 50%), url("/images/range/2024/the-whinfell/hero.webp") no-repeat center 90%/cover;
  }
}
section.page-hero[data-type=whinfell] .exterior {
  transform: translate(-50%, 22%);
}
@media screen and (min-width: 48em) {
  section.page-hero[data-type=whinfell] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%), url("/images/range/2024/the-whinfell/hero.jpg") no-repeat center bottom/cover;
  }
  @supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%), url("/images/range/2024/the-whinfell/hero.webp") no-repeat center bottom/cover) {
    section.page-hero[data-type=whinfell] {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%), url("/images/range/2024/the-whinfell/hero.webp") no-repeat center bottom/cover;
    }
  }
}
section.page-hero[data-type=mountview] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2025/the-mountview/hero.jpg") no-repeat center/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2025/the-mountview/hero.webp") no-repeat center/cover) {
  section.page-hero[data-type=mountview] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2025/the-mountview/hero.webp") no-repeat center/cover;
  }
}
section.page-hero[data-type=heartwood] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2025/the-heartwood/hero.jpg") no-repeat center/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2025/the-heartwood/hero.webp") no-repeat center/cover) {
  section.page-hero[data-type=heartwood] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2025/the-heartwood/hero.webp") no-repeat center/cover;
  }
}
section.page-hero[data-type=gisburn] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2026/the-gisburn/hero.jpg") no-repeat center/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2026/the-gisburn/hero.webp") no-repeat center/cover) {
  section.page-hero[data-type=gisburn] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2026/the-gisburn/hero.webp") no-repeat center/cover;
  }
}
section.page-hero[data-type=hamlet] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2026/the-hamlet/hero.jpg") no-repeat center/cover;
}
@supports (background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2026/the-hamlet/hero.webp") no-repeat center/cover) {
  section.page-hero[data-type=hamlet] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%), url("/images/range/2026/the-hamlet/hero.webp") no-repeat center/cover;
  }
}
@media screen and (min-width: 48em) {
  section.page-hero {
    height: 100vh;
    height: 100svh;
  }
  section.page-hero .exterior {
    max-width: 20rem;
  }
}
@media (min-width: 1600px) {
  section.page-hero {
    height: 80vh;
    height: 80svh;
  }
}

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

.breadcrumb {
  padding-top: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  color: var(--black-opacity-600);
}
.breadcrumb a {
  text-decoration: none;
  text-shadow: 0 calc(-1*var(--_t,0em)) var(--neutral-900), 0 calc(var(--h) - var(--_t,0em)) var(--neutral-900);
}
.breadcrumb svg {
  width: 1.2rem;
  margin-top: 0.1rem;
}
.breadcrumb svg path {
  fill: var(--neutral-900);
}
.breadcrumb[data-type=hero] {
  color: var(--white-opacity-600);
}
.breadcrumb[data-type=hero] a {
  text-shadow: 0 calc(-1*var(--_t,0em)) var(--neutral-100), 0 calc(var(--h) - var(--_t,0em)) var(--neutral-100);
}
.breadcrumb[data-type=hero] svg path {
  fill: var(--neutral-100);
}
@media screen and (min-width: 48em) {
  .breadcrumb[data-type=hero] {
    padding-top: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  }
}

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

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.accordion ul.list {
  display: grid;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.accordion .accordion-item {
  display: flex;
  flex-direction: column;
  border-radius: 0.5em;
  background-color: var(--neutral-100);
  border: 1px solid var(--black-opacity-100);
}
.accordion .accordion-item .top {
  cursor: pointer;
  padding: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  display: flex;
  align-items: center;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  justify-content: space-between;
}
@media (hover) {
  .accordion .accordion-item .top:hover .plus .plus-fill, .accordion .accordion-item .topfocus .plus .plus-fill {
    background-color: var(--primary-400);
    border: 1px solid var(--primary-400);
  }
  .accordion .accordion-item .top:hover .plus .bar, .accordion .accordion-item .topfocus .plus .bar {
    background-color: var(--neutral-100);
  }
}
.accordion .accordion-item .bottom {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.5s cubic-bezier(0.5, 0, 0.25, 1);
  position: relative;
}
.accordion .accordion-item .bottom-wrap {
  overflow: hidden;
}
.accordion .accordion-item .bottom-wrap .bottom-content {
  padding: 0 clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem) clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem) clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.accordion .accordion-item .plus {
  display: flex;
  gap: 0.25em;
  width: 2em;
  height: 2em;
  border-radius: 100vw;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.accordion .accordion-item .plus .plus-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: transparent;
  border: 1px solid var(--black-opacity-400);
  transition: 0.1s;
}
.accordion .accordion-item .plus .bar {
  position: absolute;
  width: 35%;
  height: 1px;
  background-color: var(--neutral-900);
  transform: translateY(0) rotate(0.001deg);
  transition: background-color 0.1s;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.25, 1);
}
.accordion .accordion-item .plus .bar-bottom {
  transform: translateY(0) rotate(-90deg);
}
@media screen and (min-width: 62em) {
  .accordion .accordion-item .top {
    padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  }
  .accordion .accordion-item .bottom-wrap .bottom-content {
    padding: 0 clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  }
}
.accordion .accordion-item[data-accordion-status=active] .plus .bar, .accordion .accordion-item[data-accordion-status=active] .plus .bar-bottom {
  transform: translateY(0) rotate(180deg);
}
.accordion .accordion-item[data-accordion-status=active] .bottom {
  grid-template-rows: 1fr;
}

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

.two-grid {
  display: grid;
}
.two-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.two-grid p {
  max-width: 55ch;
}
.two-grid .text {
  padding-top: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
@media screen and (min-width: 62em) {
  .two-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .two-grid .text {
    padding-left: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
    padding-top: 0;
  }
  .two-grid[data-type=reverse] div:last-of-type {
    order: -1;
  }
  .two-grid[data-type=reverse] .text {
    padding-left: 0;
    padding-right: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  }
}

.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.space-between {
  justify-content: space-between;
  width: 100%;
}
.flex.align-top {
  align-items: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-200 {
  font-size: clamp(0.69rem, calc(0.69rem + 0.04vw), 0.72rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container[data-type=small] {
  --max-width: 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: the-seasons, sans-serif;
}

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

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

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

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

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

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

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

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

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

.sub-heading {
  text-transform: uppercase;
  padding-bottom: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}

.heading-1 {
  line-height: 1.2;
  font-weight: 700;
  font-family: the-seasons, sans-serif;
  font-size: clamp(3.4375rem, 2.6673rem + 3.2864vi, 5.625rem);
  text-wrap: balance;
}

.heading-2 {
  line-height: 1.1;
  font-family: the-seasons, sans-serif;
  font-size: clamp(2.25rem, 1.5018rem + 3.1925vi, 4.375rem);
  text-wrap: balance;
}

.heading-3 {
  line-height: 1.2;
  font-family: the-seasons, sans-serif;
  font-size: clamp(2.25rem, 1.8099rem + 1.8779vi, 3.5rem);
  text-wrap: balance;
}

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

main#home-page {
  overflow: hidden;
}
main#home-page section.about .about-grid {
  display: grid;
  gap: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
main#home-page section.about .about-grid .text {
  text-align: center;
  display: grid;
  justify-items: center;
  align-items: center;
  align-content: center;
}
main#home-page section.about .about-grid .text p {
  max-width: 55ch;
}
main#home-page section.about .about-grid .text .button {
  margin-inline: auto;
}
main#home-page section.about .about-grid .images {
  display: flex;
  align-items: center;
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  justify-items: center;
}
main#home-page section.about .about-grid .images .parallax-trigger {
  aspect-ratio: 1/1.3;
  width: 50%;
}
main#home-page section.about .about-grid .images:first-of-type .parallax-trigger:first-of-type {
  width: 80%;
}
main#home-page section.about .about-grid .images:last-of-type .parallax-trigger:last-of-type {
  width: 80%;
}
@media screen and (min-width: 62em) {
  main#home-page section.about .about-grid {
    grid-template-columns: 1fr 2fr 1fr;
    gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  }
  main#home-page section.about .about-grid .images {
    display: grid;
  }
}
@media screen and (min-width: 75em) {
  main#home-page section.about .about-grid {
    gap: 0;
  }
}
main#home-page section.our-homes .swiper {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-width: 60px;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-theme-color: hsl(161, 100%, 26%);
  --swiper-navigation-sides-offset: 10px;
}
main#home-page section.our-homes .swiper .swiper-wrapper {
  padding-bottom: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
main#home-page section.our-homes .swiper .swiper-button-prev, main#home-page section.our-homes .swiper .swiper-button-next {
  transform: translateY(-50%);
  display: none;
}
main#home-page section.our-homes .swiper .swiper-button-prev .arrow:last-of-type, main#home-page section.our-homes .swiper .swiper-button-next .arrow:last-of-type {
  background-color: #fff;
  border: 0;
}
main#home-page section.our-homes .swiper .swiper-button-prev::after, main#home-page section.our-homes .swiper .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 1600px) {
  main#home-page section.our-homes .swiper .swiper-button-prev .arrow, main#home-page section.our-homes .swiper .swiper-button-next .arrow {
    width: 3rem;
    height: 3rem;
  }
  main#home-page section.our-homes .swiper .swiper-button-prev .arrow .arrow-content, main#home-page section.our-homes .swiper .swiper-button-next .arrow .arrow-content {
    width: 1.5rem;
    height: 1.5rem;
  }
}
main#home-page section.our-homes .swiper .swiper-button-prev {
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (min-width: 48em) {
  main#home-page section.our-homes .swiper .swiper-button-prev, main#home-page section.our-homes .swiper .swiper-button-next {
    display: grid;
  }
}
@media screen and (min-width: 1600px) {
  main#home-page section.our-homes .swiper {
    --swiper-navigation-sides-offset: 30px;
  }
}
main#home-page section.our-homes .home {
  background: black;
  position: relative;
  overflow: hidden;
}
main#home-page section.our-homes .home .parallax-trigger {
  aspect-ratio: 1/1.1;
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
main#home-page section.our-homes .home picture {
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
main#home-page section.our-homes .home picture[data-type=hover] {
  opacity: 0;
}
main#home-page section.our-homes .home .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: var(--neutral-100);
  width: 100%;
  padding-inline: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#home-page section.our-homes .home .text span {
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
main#home-page section.our-homes .home .text span:last-of-type {
  padding-top: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  padding-bottom: 0;
}
main#home-page section.our-homes .home .text h3 {
  line-height: 1.2;
}
main#home-page section.our-homes .home .button {
  position: absolute;
  z-index: 2;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}
main#home-page section.our-homes .home::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--black-opacity-300);
}
@media (hover) {
  main#home-page section.our-homes .home:hover .parallax-trigger, main#home-page section.our-homes .home:focus .parallax-trigger {
    scale: 1.05;
  }
  main#home-page section.our-homes .home:hover picture, main#home-page section.our-homes .home:focus picture {
    opacity: 0;
  }
  main#home-page section.our-homes .home:hover picture[data-type=hover], main#home-page section.our-homes .home:focus picture[data-type=hover] {
    opacity: 1;
  }
}
@media screen and (min-width: 62em) {
  main#home-page section.our-homes .home .parallax-trigger {
    aspect-ratio: 1/1.3;
  }
}
main#home-page section.news .article img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
main#home-page section.stockists {
  position: relative;
}
main#home-page section.stockists::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
main#home-page section.stockists p {
  max-width: 55ch;
  margin-inline: auto;
}
main#home-page section.stockists .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

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

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

main#caravan-page section.gallery #productCarousel,
main#caravan-page section.gallery .f-thumbs.is-classic,
main#caravan-page section.gallery .fancybox__toolbar,
main#caravan-page section.gallery .fancybox__nav {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border-radius: 4px;
  --f-button-color: #0d0c22;
  --f-button-hover-color: #2563eb;
  --f-button-bg: #f1f5f9;
  --f-button-hover-bg: #e2e8f0;
  --f-button-active-bg: #e2e8f0;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 2.25;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.2;
}
main#caravan-page section.gallery .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-items: center;
}
main#caravan-page section.gallery #productCarousel picture, main#caravan-page section.gallery #productCarousel img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
main#caravan-page section.gallery .gallery-grid {
  display: grid;
}
@media screen and (min-width: 62em) {
  main#caravan-page section.gallery .gallery-grid {
    grid-template-columns: 1fr 4fr;
    gap: 0 clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  }
  main#caravan-page section.gallery .gallery-grid .f-thumbs {
    order: -1;
  }
}
main#caravan-page section.gallery .f-thumbs {
  --f-thumb-width: 128px;
  --f-thumb-height: 80px;
  --f-thumb-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #2563eb;
  --f-button-next-pos: 8px;
  --f-button-prev-pos: 8px;
}
main#caravan-page section.gallery .f-thumbs.is-vertical {
  padding: 56px 0;
}
main#caravan-page section.gallery .f-thumbs.is-vertical .f-thumbs__track {
  flex-direction: column;
}
main#caravan-page section.gallery .f-thumbs .f-button {
  opacity: 0;
}
@media screen and (min-width: 48em) {
  main#caravan-page section.gallery .f-thumbs {
    --f-thumb-width: 160px;
    --f-thumb-height: 100px;
  }
}
@media screen and (min-width: 62em) {
  main#caravan-page section.gallery .f-thumbs {
    --f-thumb-width: 100%;
    --f-thumb-height: 100%;
  }
  main#caravan-page section.gallery .f-thumbs .f-button {
    opacity: 1;
  }
  main#caravan-page section.gallery .f-thumbs .f-thumbs__slide__button {
    aspect-ratio: 16/10;
  }
}
@media (hover: hover) {
  main#caravan-page section.gallery #productCarousel .f-carousel__nav {
    opacity: 0;
    transition: opacity 0.15s;
  }
  main#caravan-page section.gallery #productCarousel:hover .f-carousel__nav, main#caravan-page section.gallery #productCarousel:focus .f-carousel__nav {
    opacity: 1;
  }
}
main#caravan-page section.gallery .fancybox__container {
  --fancybox-bg: #fff;
  --fancybox-color: #6a6969;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
}
@media screen and (min-width: 640px) {
  main#caravan-page section.gallery .fancybox__container {
    flex-direction: row-reverse;
  }
}
main#caravan-page section.gallery .fancybox__thumbs.is-classic.is-horizontal {
  --f-thumb-width: 75px;
  --f-thumb-height: 55px;
  --f-thumb-gap: 8px;
}
main#caravan-page section.gallery .fancybox__thumbs.is-classic.is-vertical {
  --f-thumb-width: 100%;
  --f-thumb-height: 100px;
  width: 182px;
  outline: 1px solid #edeef0;
}
main#caravan-page section.gallery .fancybox__thumbs.is-classic.is-vertical .f-thumbs__track {
  padding: 0 16px;
}
main#caravan-page section.gallery .fancybox__toolbar {
  padding: 8px;
}
main#caravan-page section.gallery .fancybox__nav {
  --f-button-next-pos: 8px;
  --f-button-prev-pos: 8px;
}
main#caravan-page section.gallery .fancybox__slide {
  padding: 8px;
}
main#caravan-page section.gallery .tour-btn {
  justify-self: center;
  font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
}
@media screen and (min-width: 62em) {
  main#caravan-page section.gallery .tour-btn {
    grid-column: 2/3;
    justify-self: center;
    margin-top: 0;
  }
}
main#caravan-page section.features {
  color: var(--neutral-100);
}
main#caravan-page section.features h3 {
  font-family: the-seasons, sans-serif;
  font-size: clamp(1.44rem, calc(1.33rem + 0.48vw), 1.76rem);
  border-bottom: 1px solid var(--white-opacity-200);
  padding-bottom: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#caravan-page section.features h4 {
  font-family: the-seasons, sans-serif;
  font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
  padding-bottom: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
main#caravan-page section.features ul {
  list-style: disc;
  padding-left: 1rem;
  opacity: 0.8;
}
main#caravan-page section.features ul li {
  line-height: 1.6;
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
}
main#caravan-page section.features .lists {
  padding-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  display: grid;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#caravan-page section.floorplan-section {
  background-color: #fafafa;
}
main#caravan-page .accordion h3 {
  font-size: clamp(1.73rem, calc(1.56rem + 0.71vw), 2.20rem);
  font-weight: 500;
  font-family: the-seasons, sans-serif;
}
main#caravan-page .accordion h3 span {
  font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
  display: inline;
  padding-left: 0.3rem;
}
main#caravan-page .accordion h4 {
  font-family: the-seasons, sans-serif;
  font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
  padding-bottom: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  text-align: center;
  border-bottom: 0;
  max-width: 100%;
}
main#caravan-page .accordion .floorplans {
  display: grid;
}
main#caravan-page .accordion .floorplans .floorplan {
  width: 100%;
}
@media screen and (min-width: 48em) {
  main#caravan-page .accordion .floorplans.one .floorplan {
    width: 50%;
    justify-self: center;
  }
  main#caravan-page .accordion .floorplans.two {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  }
}
main#caravan-page section.images-grid .inner-grid {
  display: grid;
  gap: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
main#caravan-page section.images-grid .inner-grid .overlay {
  position: relative;
  display: grid;
}
main#caravan-page section.images-grid .inner-grid .overlay .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  display: grid;
  justify-items: center;
  align-items: center;
  align-content: center;
  color: var(--neutral-100);
  z-index: 2;
  width: 100%;
  padding: 0 clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem) clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem) clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#caravan-page section.images-grid .inner-grid .overlay .text span:not(.button-text) {
  width: 30px;
  height: 1.5px;
  background-color: var(--neutral-100);
}
main#caravan-page section.images-grid .inner-grid .overlay .text p {
  max-width: 45ch;
  padding: 0;
  font-weight: 300;
}
main#caravan-page section.images-grid .inner-grid .overlay .parallax-trigger {
  aspect-ratio: 1/1.3;
}
main#caravan-page section.images-grid .inner-grid .overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
main#caravan-page section.images-grid .inner-grid .images {
  display: flex;
  align-items: center;
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  justify-items: center;
}
main#caravan-page section.images-grid .inner-grid .images .parallax-trigger {
  aspect-ratio: 1/1.3;
  width: 60%;
}
main#caravan-page section.images-grid .inner-grid .images:first-of-type .parallax-trigger:first-of-type {
  width: 80%;
}
main#caravan-page section.images-grid .inner-grid .images:last-of-type .parallax-trigger:last-of-type {
  width: 80%;
}
@media screen and (min-width: 48em) {
  main#caravan-page section.images-grid .inner-grid .overlay .parallax-trigger {
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 62em) {
  main#caravan-page section.images-grid .inner-grid {
    grid-template-columns: 1fr 2fr 1fr;
    gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  }
  main#caravan-page section.images-grid .inner-grid .overlay .parallax-trigger {
    aspect-ratio: auto;
  }
  main#caravan-page section.images-grid .inner-grid .images {
    display: grid;
  }
}
@media screen and (min-width: 75em) {
  main#caravan-page section.images-grid .inner-grid {
    gap: 0;
  }
}
main#caravan-page .bg-image {
  position: relative;
}
main#caravan-page .bg-image .wrapper {
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
main#caravan-page .bg-image .text {
  color: var(--neutral-100);
  text-align: center;
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  justify-items: center;
  align-items: center;
  align-content: center;
  padding: 0 clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem) clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem) clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#caravan-page .bg-image .text h2 {
  color: var(--neutral-100);
}
main#caravan-page .bg-image .text span:not(.button-text) {
  width: 30px;
  height: 1.5px;
  background-color: var(--neutral-100);
}
main#caravan-page .bg-image .text p {
  max-width: 55ch;
  padding: 0;
  font-weight: 300;
}
main#caravan-page .bg-image::after {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
main#caravan-page .bg-image.parallax-trigger {
  max-height: 500px;
}
@media screen and (min-width: 48em) {
  main#caravan-page .bg-image.parallax-trigger {
    max-height: 725px;
  }
}
main#caravan-page section.two-image-section .two-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
main#caravan-page section.two-image-section .two-image-grid .main img {
  aspect-ratio: 1/1.1;
  width: 100%;
  object-fit: cover;
}
main#caravan-page section.two-image-section .two-image-grid .secondary {
  display: grid;
  align-items: end;
  gap: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
main#caravan-page section.two-image-section .two-image-grid .secondary img {
  aspect-ratio: 1/1.1;
  object-fit: cover;
  width: 75%;
  justify-self: end;
}
main#caravan-page section.two-image-section .two-image-grid .text {
  grid-column: 1/3;
}
main#caravan-page section.two-image-section .two-image-grid .text span:not(.button-text) {
  width: 30px;
  height: 1.5px;
  background-color: var(--neutral-900);
  margin-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
@media (min-width: 768px) {
  main#caravan-page section.two-image-section .two-image-grid {
    gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  }
  main#caravan-page section.two-image-section .two-image-grid .main {
    grid-row: 1/3;
    height: 100%;
    position: relative;
  }
  main#caravan-page section.two-image-section .two-image-grid .main img {
    aspect-ratio: unset;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  main#caravan-page section.two-image-section .two-image-grid .secondary img {
    width: 50%;
  }
  main#caravan-page section.two-image-section .two-image-grid .text {
    grid-column: unset;
  }
}
@media (min-width: 1000px) {
  main#caravan-page section.two-image-section .two-image-grid {
    gap: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
  }
}

main#news-article-page .page-blocks {
  display: grid;
  gap: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  padding-bottom: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
main#news-article-page .page-blocks h2, main#news-article-page .page-blocks h3, main#news-article-page .page-blocks h4 {
  font-family: the-seasons, sans-serif;
  max-width: 700px;
  line-height: 1.2;
}
main#news-article-page .page-blocks h2 {
  font-size: clamp(2.07rem, calc(1.84rem + 1.01vw), 2.75rem);
  padding-top: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#news-article-page .page-blocks h3 {
  font-size: clamp(1.73rem, calc(1.56rem + 0.71vw), 2.20rem);
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#news-article-page .page-blocks h4 {
  font-size: clamp(1.44rem, calc(1.33rem + 0.48vw), 1.76rem);
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#news-article-page .page-blocks a {
  color: var(--primary-400);
}
main#news-article-page .page-blocks .block {
  display: grid;
  justify-content: center;
}
main#news-article-page .page-blocks .block.text > *:first-child {
  padding-top: 0;
  margin-top: 0;
}
main#news-article-page .page-blocks .block.text p {
  max-width: 65ch;
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#news-article-page .page-blocks .block.text strong {
  font-weight: 600;
}
main#news-article-page .page-blocks .block.text a {
  color: var(--primary-400);
  display: inline;
}
main#news-article-page .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;
  padding-block: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#news-article-page .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;
  padding-block: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#news-article-page .page-blocks .block.image img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
main#news-article-page .page-blocks .block.quote p {
  font-family: the-seasons, sans-serif;
  font-size: clamp(1.73rem, calc(1.56rem + 0.71vw), 2.20rem);
  max-width: 40ch;
  line-height: 1.3;
}
main#news-article-page .page-blocks .block.quote span {
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  color: var(--black-opacity-500);
}
@media screen and (min-width: 48em) {
  main#news-article-page .page-blocks .block.quote {
    justify-items: center;
    text-align: center;
  }
}
main#news-article-page .page-blocks .block.file {
  background-color: var(--primary-400);
  justify-content: unset;
  justify-self: center;
  width: 100%;
  max-width: 65ch;
}
main#news-article-page .page-blocks .block.file a {
  text-decoration: none;
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#news-article-page .page-blocks .block.file .file_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main#news-article-page .page-blocks .block.file img {
  width: 1.5rem;
}
main#news-article-page .page-blocks .block.file span {
  color: var(--neutral-100);
}
main#news-article-page .page-blocks .block.gallery {
  display: block;
}
main#news-article-page #gallery, main#news-article-page .f-thumbs.is-classic, main#news-article-page .fancybox__toolbar, main#news-article-page .fancybox__nav {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border-radius: 4px;
  --f-button-color: #0d0c22;
  --f-button-hover-color: #000;
  --f-button-bg: #f1f5f9;
  --f-button-hover-bg: #e2e8f0;
  --f-button-active-bg: #e2e8f0;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 2.25;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.2;
}
main#news-article-page .f-carousel__viewport {
  height: auto;
}
main#news-article-page #gallery .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-items: center;
}
main#news-article-page #gallery .f-carousel__slide img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
main#news-article-page #gallery .f-carousel__nav .f-button {
  top: 35%;
}
@media (hover: hover) {
  main#news-article-page #gallery .f-carousel__nav {
    opacity: 0;
    transition: opacity 0.15s;
  }
  main#news-article-page #gallery:hover, main#news-article-page #gallery:focus {
    opacity: 1;
  }
  main#news-article-page #gallery:hover .f-carousel__nav, main#news-article-page #gallery:focus .f-carousel__nav {
    opacity: 1;
  }
}
@media screen and (min-width: 48em) {
  main#news-article-page #gallery .f-carousel__nav .f-button {
    top: 45%;
  }
}
main#news-article-page .f-thumbs__track {
  padding-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}

main#contact-page .contact-grid {
  display: grid;
  gap: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
@media screen and (min-width: 62em) {
  main#contact-page .contact-grid {
    grid-template-columns: 1fr 1.3fr;
    width: min(90%, 90rem);
    margin-inline: auto;
  }
}
main#contact-page .information .title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#contact-page .information h1 {
  font-size: clamp(2.49rem, calc(2.16rem + 1.42vw), 3.43rem);
  font-family: the-seasons, sans-serif;
  font-weight: 500;
}
main#contact-page .information h2 {
  text-transform: uppercase;
  opacity: 0.5;
}
main#contact-page .information ul {
  margin-top: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  display: grid;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#contact-page .information a {
  text-decoration: none;
  text-shadow: 0 calc(-1*var(--_t,0em)) #000, 0 calc(var(--h) - var(--_t,0em)) #000;
}
main#contact-page .information .info-flex {
  padding: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem) 0;
  display: grid;
  justify-items: start;
}
main#contact-page .information .icon-flex {
  display: flex;
  align-items: center;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#contact-page .information .icon-flex .icon {
  width: 1.3em;
  height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main#contact-page .information .icon-flex svg {
  width: 100%;
  max-width: 90%;
  max-height: 95%;
  opacity: 0.5;
}
main#contact-page form#contact-form {
  /* Change Autocomplete styles in Chrome*/
}
main#contact-page form#contact-form.completed .completed-status {
  color: #24C958;
}
main#contact-page form#contact-form.completed .button {
  pointer-events: all;
  background-color: var(--primary-400);
  color: var(--neutral-100);
}
main#contact-page form#contact-form .grid {
  display: grid;
}
main#contact-page form#contact-form .completed-status {
  display: flex;
  gap: 0.2rem;
}
main#contact-page form#contact-form .fieldblock {
  margin-bottom: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  color: #666666;
}
main#contact-page form#contact-form .fieldblock.error {
  color: var(--neutral-900);
}
main#contact-page form#contact-form .fieldblock.error::before {
  color: #ff4444;
}
main#contact-page form#contact-form .fieldblock.error input, main#contact-page form#contact-form .fieldblock.error textarea {
  border-bottom: 1px solid #ff4444;
  padding: 1.2rem 0;
}
main#contact-page form#contact-form .fieldblock.completed {
  color: var(--neutral-900);
}
main#contact-page form#contact-form .fieldblock.completed::before {
  color: #24C958;
}
main#contact-page form#contact-form .fieldblock.completed input, main#contact-page form#contact-form .fieldblock.completed textarea {
  border-bottom: 1px solid #24C958;
  padding: 1.2rem 0;
}
main#contact-page form#contact-form .fieldblock div {
  width: 100%;
}
main#contact-page form#contact-form .fieldblock label {
  color: #666666;
}
main#contact-page form#contact-form input, main#contact-page form#contact-form textarea {
  width: 100%;
  padding: 0 0 1.2rem 0;
  border: 0;
  border-bottom: 1px solid #4d4d4d;
  resize: vertical;
  background: transparent;
  border-radius: 0;
  color: var(--neutral-900);
  transition: 0.2s;
}
main#contact-page form#contact-form input.error::placeholder, main#contact-page form#contact-form textarea.error::placeholder {
  color: #e50000;
}
main#contact-page form#contact-form input:focus, main#contact-page form#contact-form textarea:focus {
  padding: 1.2rem 0;
  outline: 0;
}
main#contact-page form#contact-form input.clicked, main#contact-page form#contact-form textarea.clicked {
  padding: 1.2rem 0;
}
main#contact-page form#contact-form input:-webkit-autofill,
main#contact-page form#contact-form input:-webkit-autofill:hover,
main#contact-page form#contact-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
main#contact-page form#contact-form .interested {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.8rem;
  color: #666666;
}
main#contact-page form#contact-form .interested .contact-subject {
  position: relative;
  cursor: pointer;
}
main#contact-page form#contact-form .interested .contact-subject label {
  display: grid;
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0.7rem 1.3rem;
  background-color: transparent;
  border: 1px solid var(--black-opacity-100);
  border-radius: 10rem;
}
main#contact-page form#contact-form .interested .contact-subject label .text {
  cursor: pointer;
  border: none;
  user-select: none;
}
main#contact-page form#contact-form .interested .contact-subject label.active {
  background-color: var(--primary-400);
  color: #fff;
  border: 1px solid transparent;
}
@media (any-hover: hover) {
  main#contact-page form#contact-form .interested .contact-subject label:hover, main#contact-page form#contact-form .interested .contact-subject label:focus {
    background-color: var(--black-opacity-100);
  }
  main#contact-page form#contact-form .interested .contact-subject label.active:hover {
    background-color: var(--primary-400);
  }
}
main#contact-page form#contact-form .interested .contact-subject input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
main#contact-page form#contact-form .button {
  width: 100%;
  pointer-events: none;
  background: var(--black-opacity-100);
}
@media screen and (min-width: 62em) {
  main#contact-page form#contact-form {
    border-radius: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
    border-bottom: 0;
  }
  main#contact-page form#contact-form .grid {
    grid-template-columns: 20px 1fr;
    gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  }
  main#contact-page form#contact-form .grid:nth-of-type(1)::before {
    content: "01";
  }
  main#contact-page form#contact-form .grid:nth-of-type(2)::before {
    content: "02";
  }
  main#contact-page form#contact-form .grid:nth-of-type(3)::before {
    content: "03";
  }
  main#contact-page form#contact-form .grid:nth-of-type(4)::before {
    content: "04";
  }
  main#contact-page form#contact-form .grid::before {
    content: "";
    color: #666666;
    font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
    padding-top: 0.1rem;
  }
  main#contact-page form#contact-form .fieldblock {
    margin-bottom: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  }
}
main#contact-page .confirmation {
  text-align: center;
  color: #24C958;
  font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
  margin-bottom: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#contact-page #errors strong {
  color: #ff4444;
}

main#our-homes-page section.homes-listing .home {
  background: black;
  position: relative;
  overflow: hidden;
}
main#our-homes-page section.homes-listing .home .parallax-trigger {
  aspect-ratio: 16/10;
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
main#our-homes-page section.homes-listing .home picture {
  transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
main#our-homes-page section.homes-listing .home picture[data-type=hover] {
  opacity: 0;
}
main#our-homes-page section.homes-listing .home .title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: var(--neutral-100);
  width: 100%;
  padding-inline: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#our-homes-page section.homes-listing .home .title span {
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
main#our-homes-page section.homes-listing .home .title span:last-of-type {
  padding-top: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  padding-bottom: 0;
}
main#our-homes-page section.homes-listing .home .button {
  position: absolute;
  z-index: 2;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}
main#our-homes-page section.homes-listing .home::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--black-opacity-300);
}
@media (any-hover: hover) {
  main#our-homes-page section.homes-listing .home:hover .parallax-trigger, main#our-homes-page section.homes-listing .home:focus .parallax-trigger {
    scale: 1.05;
  }
  main#our-homes-page section.homes-listing .home:hover picture, main#our-homes-page section.homes-listing .home:focus picture {
    opacity: 0;
  }
  main#our-homes-page section.homes-listing .home:hover picture[data-type=hover], main#our-homes-page section.homes-listing .home:focus picture[data-type=hover] {
    opacity: 1;
  }
}
@media screen and (min-width: 62em) {
  main#our-homes-page section.homes-listing .home .parallax-trigger {
    aspect-ratio: 1/1.3;
  }
}

main#dealers .filter-wrapper {
  display: grid;
  align-items: end;
  padding-bottom: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#dealers .filter-wrapper .result-count {
  display: flex;
  gap: 0.5rem;
}
main#dealers .filter-wrapper .result-count p {
  padding: 0;
}
main#dealers .filter-wrapper .location {
  display: grid;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#dealers .filter-wrapper .location #address_wrapper input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--black-opacity-200);
  padding-block: 0.8rem;
}
main#dealers .filter-wrapper .filters_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
main#dealers .filter-wrapper .filters_list a {
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
  text-decoration: none;
  text-align: center;
  padding: 0.5rem 0.8rem;
  color: var(--neutral-900);
  transition: 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 100vw;
  border: 1px solid var(--black-opacity-100);
}
main#dealers .filter-wrapper .filters_list a:hover, main#dealers .filter-wrapper .filters_list a.selected {
  border: 1px solid var(--primary-400);
}
main#dealers .filter-wrapper .filters_list a .icon {
  display: grid;
  place-content: center;
  height: 100%;
  padding: 7px;
  border-radius: 100vw;
  width: 30px;
  height: 30px;
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
  color: var(--neutral-100);
}
main#dealers .filter-wrapper .filters_list a .icon.dealer {
  background: var(--neutral-800);
}
main#dealers .filter-wrapper .filters_list a .icon.park {
  background: var(--primary-400);
}
@media screen and (min-width: 48em) {
  main#dealers .filter-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  }
  main#dealers .filter-wrapper .result-count {
    grid-column: 2/3;
    justify-self: end;
  }
}
@media screen and (min-width: 62em) {
  main#dealers .filter-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  main#dealers .filter-wrapper .result-count {
    grid-column: auto;
    justify-self: flex-start;
  }
}
main#dealers .range-slider {
  width: 100%;
  display: flex;
  align-items: center;
}
main#dealers .range-slider__range {
  appearance: none;
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 8px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
main#dealers .range-slider__range::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--neutral-800);
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
@media (hover: hover) {
  main#dealers .range-slider__range::-webkit-slider-thumb:hover, main#dealers .range-slider__range::-webkit-slider-thumb:focus {
    background: var(--primary-400);
  }
}
main#dealers .range-slider__range:active::-webkit-slider-thumb {
  background: var(--primary-400);
}
main#dealers .range-slider__range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: var(--neutral-800);
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
@media (hover: hover) {
  main#dealers .range-slider__range::-moz-range-thumb:hover, main#dealers .range-slider__range::-moz-range-thumb:focus {
    background: var(--primary-400);
  }
}
main#dealers .range-slider__range:active::-moz-range-thumb {
  background: var(--primary-400);
}
main#dealers .range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--primary-400);
}
main#dealers .range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: var(--neutral-800);
  padding: 5px 10px;
  margin-left: 8px;
}
main#dealers .range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid var(--neutral-800);
  border-bottom: 7px solid transparent;
  content: "";
}
main#dealers ::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}
main#dealers input::-moz-focus-inner,
main#dealers input::-moz-focus-outer {
  border: 0;
}
main#dealers .distributorbody {
  display: grid;
  background: #b3d1ff;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 48em) {
  main#dealers .distributorbody {
    grid-template-columns: 1fr 3fr;
  }
  main#dealers .distributorbody #results-panel {
    order: -1;
  }
}
main#dealers #results-panel {
  overflow: scroll;
  background-color: #e3e3e3;
}
main#dealers #results-panel a.back-to-results,
main#dealers #results-panel a.clear-location {
  background: var(--primary-400);
  text-align: center;
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  width: 100%;
  color: white;
  display: block;
  text-decoration: none;
}
main#dealers #results-panel a.back-to-results {
  position: relative;
}
main#dealers #results-panel a.back-to-results::after {
  content: "";
  background: url("/images/icons/arrow-right.svg") no-repeat center;
  width: 0.8rem;
  height: 1rem;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main#dealers #results-panel p.no-results {
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#dealers #results-panel ul.results li.result-wrapper {
  border-bottom: 1px solid #cdcdcc;
  transition: 0.1s;
}
main#dealers #results-panel ul.results li.result-wrapper a {
  text-decoration: none;
  padding: 20px;
  position: relative;
}
main#dealers #results-panel ul.results li.result-wrapper a h2 {
  padding-bottom: 0.2rem;
}
main#dealers #results-panel ul.results li.result-wrapper a h3 {
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
  margin: 0;
}
main#dealers #results-panel ul.results li.result-wrapper a span.icon {
  display: grid;
  place-content: center;
  margin: 5px 0;
  color: white;
  aspect-ratio: 1;
  border-radius: 100vw;
  width: 30px;
  height: 30px;
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
}
main#dealers #results-panel ul.results li.result-wrapper a span.icon.park {
  background-color: var(--primary-400);
}
main#dealers #results-panel ul.results li.result-wrapper a span.icon.dealer {
  background-color: var(--neutral-800);
}
main#dealers #results-panel ul.results li.result-wrapper a span.view-button {
  background: var(--primary-400);
  padding: 0.5em 1em;
  color: white;
  width: fit-content;
  border-radius: 100vw;
  font-size: clamp(1.00rem, calc(0.96rem + 0.19vw), 1.13rem);
}
@media (hover: hover) {
  main#dealers #results-panel ul.results li.result-wrapper:hover, main#dealers #results-panel ul.results li.result-wrapper:focus {
    background-color: #d2d2d2;
  }
}
main#dealers #results-panel div.result {
  padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#dealers #results-panel div.result h2 {
  font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
  font-weight: 500;
}
main#dealers #results-panel div.result a.link {
  text-decoration: none;
  padding-top: 1rem;
}
@media (hover: hover) {
  main#dealers #results-panel div.result a.link:hover, main#dealers #results-panel div.result a.link:focus {
    color: var(--primary-400);
  }
}
main#dealers #map-canvas {
  aspect-ratio: 16/10;
}
main#dealers .gm-ui-hover-effect {
  display: none !important;
  /* hide x in map infoWindow (since hover triggered) */
}

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