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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "InterDisplay";
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8208rem + 0.2312vi, 1rem);
  color: var(--neutral-900);
  background-color: var(--neutral-100);
}

main {
  min-height: calc(100vh - 85px);
  min-height: calc(100svh - 85px);
  padding-top: 85px;
}
main.has-hero {
  padding-top: 0;
}

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

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

a {
  display: block;
  color: inherit;
}

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

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

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

#main-overlay {
  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);
}

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

[data-animate-text] {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.3;
}
[data-animate-text] > * {
  display: inline-block;
  text-shadow: 0px 1.3em currentColor;
  transform: translateY(0em) rotate(0.001deg);
  transition: transform 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  [data-animate-text]:hover > * {
    transform: translateY(-1.3em) rotate(0.001deg);
  }
}

.btn-swipe {
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  justify-self: start;
  justify-content: start;
  align-self: start;
}
.btn-swipe .btn-content {
  background-color: #a29a65;
  border-radius: 0.25em;
  padding: 0.8em 1em;
  position: relative;
  overflow: hidden;
}
.btn-swipe .btn-content .btn-mask {
  z-index: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}
.btn-swipe .btn-content .btn-mask .btn-text {
  color: #fff;
  font-weight: 500;
  --text-duplicate-distance: 1.5em;
  text-shadow: 0px var(--text-duplicate-distance) currentColor;
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}
.btn-swipe .btn-content .btn-bg {
  z-index: 0;
  width: 120%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: -10%;
  transform: translate(0, 175%) rotate(15deg);
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}
.btn-swipe[data-icon] .btn-content {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.btn-swipe[data-icon] .btn-content svg {
  position: relative;
  z-index: 1;
}
.btn-swipe[data-icon] .btn-content svg path {
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}
.btn-swipe[data-type=primary] .btn-content {
  background-color: var(--primary-400);
}
.btn-swipe[data-type=primary] .btn-content .btn-mask .btn-text {
  color: var(--neutral-100);
}
.btn-swipe[data-type=primary] .btn-content .btn-bg {
  background-color: var(--neutral-800);
}
.btn-swipe[data-type=primary] .btn-content svg path {
  stroke: var(--neutral-100);
}
.btn-swipe[data-type=white] .btn-content {
  background-color: var(--neutral-100);
}
.btn-swipe[data-type=white] .btn-content .btn-mask .btn-text {
  color: var(--neutral-900);
}
.btn-swipe[data-type=white] .btn-content .btn-bg {
  background-color: var(--primary-400);
}
.btn-swipe[data-type=blur] .btn-content {
  background-color: var(--white-opacity-100);
  backdrop-filter: blur(1em);
}
.btn-swipe[data-type=blur] .btn-content .btn-mask .btn-text {
  color: var(--neutral-100);
}
.btn-swipe[data-type=blur] .btn-content .btn-bg {
  background-color: var(--primary-400);
}
.btn-swipe[data-type=grey-border] .btn-content {
  background-color: var(--neutral-200);
  border: 1px solid var(--black-opacity-100);
}
.btn-swipe[data-type=grey-border] .btn-content .btn-mask .btn-text {
  color: var(--neutral-900);
}
.btn-swipe[data-type=grey-border] .btn-content .btn-bg {
  background-color: var(--primary-400);
}
@media (hover: hover) and (pointer: fine) {
  .btn-swipe:hover .btn-content .btn-mask .btn-text {
    transform: translate(0px, calc(-1 * var(--text-duplicate-distance)));
  }
  .btn-swipe:hover .btn-content .btn-bg {
    transform: translate(0px, 0%) rotate(0deg);
  }
  .btn-swipe:hover[data-type=white] .btn-content .btn-text, .btn-swipe:hover[data-type=grey-border] .btn-content .btn-text {
    color: var(--neutral-100);
  }
  .btn-swipe:hover[data-type=white] .btn-content svg path, .btn-swipe:hover[data-type=grey-border] .btn-content svg path {
    stroke: var(--neutral-100);
  }
}

.underline-link {
  display: inline-block;
  justify-self: start;
  color: var(--primary-400);
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}
.underline-link::before, .underline-link::after {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
  height: 0.0625em;
  background-color: var(--primary-400);
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
}
.underline-link::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s;
}
.underline-link::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}
@media (hover) {
  .underline-link:hover::before {
    transform-origin: right;
    transform: scaleX(0) rotate(0.001deg);
    transition-delay: 0s;
  }
  .underline-link:hover::after {
    transform-origin: left;
    transform: scaleX(1) rotate(0.001deg);
    transition-delay: 0.3s;
  }
}

.event-card {
  text-decoration: none;
}
.event-card .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  aspect-ratio: 16/10;
}
.event-card .image.default {
  background-color: var(--neutral-800);
  position: relative;
}
.event-card .image.default svg, .event-card .image.default img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
}
.event-card .flex {
  gap: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.event-card .flex span {
  background-color: rgba(0, 0, 0, 0.06);
  color: var(--neutral-900);
  padding: 0.2em 0.6em;
  border-radius: 2px;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vi, 0.8rem);
}
.event-card p {
  padding-top: 0.4em;
}
.event-card p:last-of-type {
  padding-top: 0.2em;
}

.news-card {
  text-decoration: none;
}
.news-card.default .image {
  background-color: var(--neutral-800);
  position: relative;
}
.news-card.default .image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
}
.news-card .image {
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.news-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card h3 {
  padding-top: 0.3em;
}

.team-card .image {
  overflow: hidden;
  border-radius: 0.25em;
  position: relative;
}
.team-card .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1.1;
  object-fit: cover;
  object-position: center;
}
.team-card .image .tags {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  gap: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.team-card .image .tags .tag {
  background-color: var(--neutral-100);
  color: var(--neutral-900);
  padding: 0.2em 0.6em;
  border-radius: 2px;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vi, 0.8rem);
}
.team-card .pronouns {
  font-size: clamp(0.875rem, 0.8208rem + 0.2312vi, 1rem);
  font-weight: 400;
  color: var(--black-opacity-500);
}
.team-card .name {
  font-weight: 600;
  padding-top: 0.7em;
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
}
.team-card .role {
  padding-top: 0.4em;
}
.team-card[data-modal-target] {
  cursor: pointer;
}
.team-card.no-image .image {
  aspect-ratio: 1/1.1;
  background-color: var(--neutral-800);
  display: grid;
  align-items: center;
  justify-items: center;
}
.team-card.no-image .image svg {
  width: 40%;
}

/* Move nav out of window when scrolling down */
[data-scrolling-started=true][data-scrolling-direction=down] header {
  transform: translateY(-115%) rotate(0.001deg);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 85px;
  background-color: var(--neutral-100);
  transition: transform 0.6s cubic-bezier(0.75, 0, 0.25, 1), background-color 0.4s cubic-bezier(0.75, 0, 0.25, 1);
}
header .container {
  height: 100%;
}
header.hero {
  background-color: transparent;
  color: var(--neutral-100);
}
header.hero .header-logo path {
  fill: var(--neutral-100);
}
header.hero li.dropdown-trigger svg path {
  stroke: var(--neutral-100);
}
header.background {
  background-color: var(--neutral-100);
}
header.background .header-logo path {
  fill: var(--primary-400);
}
header.background li {
  color: var(--neutral-900);
}
header.background li.dropdown-trigger svg path {
  stroke: var(--neutral-900);
}
header nav.header-grid {
  height: 100%;
  display: grid;
  position: relative;
}
header nav.header-grid ul.main-ul {
  display: none;
}
header nav.header-grid ul.main-ul.end {
  justify-self: end;
}
header nav.header-grid li {
  transform: translateY(4px);
}
header nav.header-grid li.btn-li {
  transform: translateY(1px);
}
header nav.header-grid li.active {
  color: var(--primary-400);
}
header nav.header-grid li.dropdown-trigger {
  margin-top: -4px;
  position: relative;
  cursor: pointer;
}
header nav.header-grid li.dropdown-trigger svg {
  width: 0.8em;
  transition: 0.4s cubic-bezier(0.625, 0.05, 0, 1);
}
header nav.header-grid li.dropdown-trigger svg path {
  stroke-width: 1.5;
}
@media (hover) {
  header nav.header-grid li.dropdown-trigger:hover svg.down-arrow {
    transform: rotate(180deg);
  }
  header nav.header-grid li.dropdown-trigger:hover .nav-dropdown-wrapper {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
  }
}
header nav.header-grid li:not(.dropdown-trigger) {
  position: relative;
  z-index: 11;
}
header nav.header-grid a {
  text-decoration: none;
}
header .header-logo {
  line-height: 0;
  align-self: flex-end;
  justify-self: start;
}
header .header-logo path {
  fill: var(--primary-400);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.25, 1);
}
@media (min-width: 1150px) {
  header nav.header-grid {
    grid-template-columns: auto 1fr auto;
    gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  }
  header nav.header-grid .header-logo {
    order: -1;
    justify-self: center;
  }
  header nav.header-grid ul.main-ul {
    display: flex;
  }
  header nav.header-grid ul.main-ul:first-of-type {
    justify-self: end;
  }
  header nav.header-grid .navigation {
    display: none;
  }
}
@media (min-width: 1450px) {
  header nav.header-grid {
    grid-template-columns: 1fr auto 1fr;
  }
  header nav.header-grid .header-logo {
    justify-self: center;
    order: unset;
  }
  header nav.header-grid ul.main-ul {
    display: flex;
  }
  header nav.header-grid ul.main-ul:first-of-type {
    justify-self: unset;
  }
  header nav.header-grid .navigation {
    display: none;
  }
}

.nav-dropdown-wrapper {
  position: absolute;
  top: 0;
  left: -1.5rem;
  padding-top: 5rem;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.4s cubic-bezier(0.625, 0.05, 0, 1);
}
.nav-dropdown-wrapper .nav-dropdown {
  background-color: var(--neutral-100);
  border: 1px solid var(--black-opacity-100);
  transform-origin: top;
  border-radius: 5px;
  width: max-content;
  max-width: 20rem;
  padding-block: 0.9em;
}
.nav-dropdown-wrapper .nav-dropdown ul {
  display: grid;
  justify-self: unset;
}
.nav-dropdown-wrapper .nav-dropdown ul a {
  text-decoration: none;
  padding-block: 0.6em;
  padding-inline: 1.5em;
  width: 100%;
  line-height: 1.4;
  text-wrap: balance;
}
.nav-dropdown-wrapper .nav-dropdown ul li {
  position: relative;
}
@media (hover) {
  .nav-dropdown-wrapper .nav-dropdown ul li:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
}
.nav-dropdown-wrapper .nav-dropdown ul li a {
  color: var(--neutral-900);
}
.nav-dropdown-wrapper .nav-dropdown ul li.active {
  background-color: var(--primary-400);
}
.nav-dropdown-wrapper .nav-dropdown ul li.active a {
  color: var(--neutral-100);
}

.navigation {
  z-index: 500;
  pointer-events: none;
  position: fixed;
  inset: 0;
}
.navigation .navigation__dark-bg {
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  background-color: #000;
  position: absolute;
  inset: 0;
}
.navigation .hamburger-nav {
  border-radius: 1.5em;
  position: absolute;
  top: 1.2em;
  right: 5%;
}
.navigation .hamburger-nav .hamburger-nav__bg {
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  background-color: #e2e1df;
  border-radius: 1.75em;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}
.navigation .hamburger-nav .hamburger-nav__group {
  transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1), transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: auto;
  transform-origin: 100% 0;
  flex-flow: column;
  padding: 2.25em 2.5em 2em 2em;
  display: flex;
  position: relative;
  transform: scale(0.15) rotate(0.001deg);
  opacity: 0;
  visibility: hidden;
}
.navigation[data-navigation-status=active] .navigation__dark-bg {
  opacity: 0.33;
  visibility: visible;
}
.navigation[data-navigation-status=active] .hamburger-nav .hamburger-nav__bg {
  width: 100%;
  height: 100%;
}
.navigation[data-navigation-status=active] .hamburger-nav .hamburger-nav__group {
  transform: scale(1) rotate(0.001deg);
  opacity: 1;
  visibility: visible;
}

.hamburger-nav__menu-p {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  color: var(--black-opacity-500);
}

.hamburger-nav__ul {
  grid-column-gap: 0.375em;
  grid-row-gap: 0.375em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.hamburger-nav__li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger-nav__li.active .hamburger-nav__p {
  opacity: 0.33;
}
.hamburger-nav__li.active .hamburger-nav__dot {
  transform: scale(1) rotate(0.001deg);
  opacity: 1;
}

.hamburger-nav__a {
  color: #131313;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hamburger-nav__p {
  white-space: nowrap;
  margin-bottom: 0;
  padding-right: 1.25em;
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vi, 1.5625rem);
}

.hamburger-nav__dot {
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  background-color: currentColor;
  border-radius: 50%;
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  transform: scale(0) rotate(0.001deg);
  opacity: 0.5;
}

.hamburger-nav:has(.hamburger-nav__a:hover) .hamburger-nav__dot {
  transform: scale(0) rotate(0.001deg);
}

.hamburger-nav .hamburger-nav__a:hover .hamburger-nav__dot {
  transform: scale(1) rotate(0.001deg);
  opacity: 0.25;
}

.hamburger-nav__toggle {
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0em, 0em) rotate(0.001deg);
}

[data-navigation-status=active] .hamburger-nav__toggle {
  transform: translate(-1em, 1em) rotate(0.001deg);
}

.hamburger-nav__toggle-bar {
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  background-color: #131313;
  width: 40%;
  height: 0.125em;
  position: absolute;
  transform: translateY(-0.15em) rotate(0.001deg);
}

.hamburger-nav__toggle:hover .hamburger-nav__toggle-bar {
  transform: translateY(0.15em) rotate(0.001deg);
}

[data-navigation-status=active] .hamburger-nav__toggle .hamburger-nav__toggle-bar {
  transform: translateY(0em) rotate(45deg);
}

.hamburger-nav__toggle .hamburger-nav__toggle-bar:nth-child(2) {
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  transform: translateY(0.15em) rotate(0.001deg);
}

.hamburger-nav__toggle:hover .hamburger-nav__toggle-bar:nth-child(2) {
  transform: translateY(-0.15em) rotate(0.001deg);
}

[data-navigation-status=active] .hamburger-nav__toggle .hamburger-nav__toggle-bar:nth-child(2) {
  transform: translateY(0em) rotate(-45deg);
}

footer a {
  text-decoration: none;
}
footer .icon {
  background-color: var(--white-opacity-100);
  width: 50px;
  height: 50px;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  transition: all 0.1s cubic-bezier(0.625, 0.05, 0, 1);
}
footer .icon svg {
  width: 25px;
}
footer .icon svg path {
  transition: all 0.1s cubic-bezier(0.625, 0.05, 0, 1);
}
@media (hover) {
  footer .icon:hover {
    background-color: var(--neutral-100);
  }
  footer .icon:hover svg path {
    fill: var(--neutral-900);
  }
}
footer .footer-grid {
  display: grid;
  gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
footer .logos img {
  width: 100%;
  max-width: 7rem;
}
@media (min-width: 800px) {
  footer .footer-grid {
    grid-template-columns: 1fr 1.5fr;
  }
}

.text-overlay-img {
  position: relative;
}
.text-overlay-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.text-overlay-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.text-overlay-img .container {
  position: relative;
  z-index: 3;
}
.text-overlay-img .large-text {
  font-size: clamp(2.1625rem, 0.3432rem + 5.2023vw, 4.375rem);
}

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

.about-page-navigation {
  overflow: hidden;
  background-color: var(--neutral-100);
  border: 1px solid var(--black-opacity-100);
  border-radius: 5px;
  margin-top: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.about-page-navigation span.section-name {
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vi, 1.5625rem);
  font-weight: 700;
  display: block;
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem) clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-page-navigation span.section-name.active .section-arrow {
  transform: rotate(180deg);
}
.about-page-navigation span.section-name svg.section-arrow {
  width: 0.9rem;
  transition: 0.4s cubic-bezier(0.625, 0.05, 0, 1);
}
.about-page-navigation span.section-name svg.section-arrow path {
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}
.about-page-navigation .sub-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--neutral-900);
  cursor: pointer;
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem) clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.about-page-navigation .sub-section-title.active .sub-section-arrow {
  transform: rotate(180deg);
}
.about-page-navigation .sub-section-title .sub-section-arrow {
  width: 0.9rem;
  transition: 0.4s cubic-bezier(0.625, 0.05, 0, 1);
}
.about-page-navigation .sub-section-title .sub-section-arrow path {
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}
.about-page-navigation .sub-section-dropdown {
  display: grid;
}
.about-page-navigation .sub-section-dropdown ul a {
  padding: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem) clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.about-page-navigation ul li {
  color: var(--neutral-900);
}
.about-page-navigation ul li.active {
  font-weight: 500;
  color: var(--neutral-100);
  background-color: var(--primary-400);
}
.about-page-navigation ul li.sub-active .sub-section-title .sub-section-arrow {
  transform: rotate(180deg);
}
.about-page-navigation ul li.sub-active .sub-section-dropdown {
  grid-template-rows: 1fr;
}
.about-page-navigation ul li.sub-active .sub-section-dropdown ul {
  visibility: visible;
}
.about-page-navigation ul li a {
  display: block;
  text-decoration: none;
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem) clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.about-page-navigation ul li a h3 {
  line-height: 1.5;
}
.about-page-navigation ul li a.sub-section-title {
  color: var(--neutral-900);
}
@media (min-width: 1150px) {
  .about-page-navigation {
    display: none;
  }
}

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

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

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

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

.flex-column {
  display: flex;
  flex-direction: column;
}

.grid {
  display: grid;
}

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

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

.align-self-start {
  align-self: start;
}

.align-items-end {
  align-items: end;
}

.align-items-start {
  align-items: start;
}

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

.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.6076rem, 0.5936rem + 0.0599vi, 0.64rem);
}

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

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

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

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

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

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

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

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

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

.margin-top-auto {
  margin-top: 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: "InterDisplay";
}

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

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

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

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

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

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

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

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

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

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

.heading-1 {
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vi, 3.0518rem);
  font-weight: 700;
  line-height: 1.2;
}

.heading-2 {
  font-size: clamp(1.8144rem, 1.5426rem + 1.1598vi, 2.4414rem);
  font-weight: 700;
  line-height: 1.2;
}

.heading-3 {
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vi, 1.5625rem);
  font-weight: 700;
  line-height: 1.2;
}

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

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

.border-2 {
  border-radius: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}

main#home-page section.home-hero {
  height: 100vh;
  height: 100svh;
  color: var(--neutral-100);
  text-align: center;
  position: relative;
  overflow: hidden;
}
main#home-page section.home-hero.paused {
  background: url("/videos/hero.jpg") no-repeat center/cover;
}
main#home-page section.home-hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
  top: 0;
  left: 0;
  transform: scale(1.3);
}
main#home-page section.home-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
main#home-page section.home-hero .container {
  position: relative;
  height: 100%;
  z-index: 3;
}
main#home-page section.home-hero .content-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
main#home-page section.home-hero .title-text {
  align-self: flex-end;
  justify-self: center;
  padding-top: 120px;
  padding-bottom: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
main#home-page section.home-hero .title-text h1 {
  font-weight: 800;
  font-size: clamp(2.1625rem, 0.3432rem + 5.2023vw, 4.375rem);
  max-width: 25ch;
}
main#home-page section.home-hero .hero-sub-grid {
  display: none;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  align-self: flex-end;
  padding-bottom: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  grid-template-columns: repeat(2, 1fr);
}
main#home-page section.home-hero h3 {
  display: grid;
  gap: 0.5em;
  font-weight: 700;
  font-size: clamp(1.512rem, 1.3208rem + 0.816vi, 1.9531rem);
}
main#home-page section.home-hero h3 span {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
}
main#home-page section.home-hero .crisis-btn {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 100;
  transform: translate(0%, -50%) rotate(-90deg);
  display: none;
}
@media screen and (min-width: 48em) {
  main#home-page section.home-hero .hero-sub-grid {
    display: flex;
    justify-content: space-between;
  }
  main#home-page section.home-hero .crisis-btn {
    display: block;
  }
}
@media (min-width: 1270px) {
  main#home-page .responsive-text {
    grid-row: 1/3;
  }
}
@media screen and (min-width: 48em) {
  main#home-page .mobile-below-hero {
    display: none;
  }
}
main#home-page .below-hero-sub-grid {
  display: grid;
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem) clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  align-self: flex-end;
  grid-template-columns: repeat(2, 1fr);
}
main#home-page .below-hero-sub-grid h3 {
  text-align: center;
  display: grid;
  gap: 0.5em;
  font-weight: 700;
  font-size: clamp(1.512rem, 1.3208rem + 0.816vi, 1.9531rem);
}
main#home-page .below-hero-sub-grid h3 span {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
}
main#home-page .tab-layout-wrapper {
  display: grid;
  grid-row-gap: 3em;
  grid-template-columns: repeat(2, 1fr);
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper {
  max-width: 36em;
  height: 100%;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding-top: 1em;
  padding-right: 2.5em;
  display: flex;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom p {
  max-width: 30em;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom .tab-content-item {
  cursor: pointer;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  transition: opacity 0.25s;
  position: relative;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom .tab-content-item.active .tab-content-item-main {
  color: var(--neutral-900);
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom .tab-content-item .tab-content-item-main {
  grid-column-gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  color: var(--black-opacity-300);
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom .tab-content-item .tab-content-item-main .item-number {
  background-color: var(--primary-400);
  color: var(--neutral-100);
  width: 40px;
  height: 40px;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100vw;
  font-weight: 600;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom .tab-content-item .tab-content-item-detail {
  width: 100%;
  height: 0;
  padding-left: calc(40px + clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem));
  overflow: hidden;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom .tab-content-item .tab-content-item-bottom {
  background-color: #0003;
  width: 100%;
  height: 1px;
  transition: background-color 0.2s;
  position: absolute;
  inset: auto 0% 0%;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom .tab-content-item .tab-content-item-bottom .tab-progress {
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 100%;
  height: 2px;
  transform: scale3d(0, 1, 1) translateY(-0.5px);
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper {
  height: 45em;
  position: relative;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper .tab-visual-item {
  visibility: hidden;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper .tab-visual-item.active {
  visibility: visible;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper .tab-visual-item .tab-visual-inner {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper .tab-visual-item .tab-visual-inner picture {
  width: 100%;
  height: 100%;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper .tab-visual-item .tab-visual-inner img.tab-image {
  object-fit: cover;
  border-radius: 0.25em;
  width: 100%;
  height: 100%;
  position: relative;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper .tab-visual-item .tab-visual-inner .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: var(--neutral-100);
  padding: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper .tab-visual-item .tab-visual-inner .text h3 {
  padding-bottom: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper .tab-visual-item .tab-visual-inner .text ul {
  display: grid;
  gap: 0.6em;
}
main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper .tab-visual-item .tab-visual-inner .text li {
  display: flex;
  align-items: center;
  gap: 0.6em;
}
@media (max-width: 991px) {
  main#home-page .tab-layout-wrapper {
    grid-template-columns: 1fr;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper {
    max-width: none;
    margin-left: 0;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner {
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-top {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper {
    height: auto;
    height: 20em;
    padding-left: 0;
    padding-right: 0;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper .tab-visual-item {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  main#home-page .tab-layout-wrapper {
    grid-row-gap: 2em;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom {
    max-width: none;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom .tab-content-item .tab-content-item-main {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom .tab-content-item .tab-content-item-main .item-number {
    margin-top: -0.2em;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper .tab-visual-item {
    border-radius: 0.25em;
  }
}
@media (max-width: 479px) {
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom .tab-content-item {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom .tab-content-item .tab-content-item-main {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom .tab-content-item .tab-content-item-main .item-number {
    flex: none;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-content-wrapper .tab-content-inner .tab-content-bottom .tab-content-item .tab-content-item-detail {
    padding-left: 3em;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper .tab-visual-item .tab-visual-inner {
    border-style: none;
    border-radius: 0.25em;
    padding: 0;
  }
  main#home-page .tab-layout-wrapper .tab-layout-column .tab-visual-wrapper .tab-visual-item .tab-visual-inner img.tab-image {
    aspect-ratio: auto;
  }
}
main#home-page section.section-news .news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 300px auto auto;
  gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#home-page section.section-news .news-grid .news-card {
  text-decoration: none;
}
main#home-page section.section-news .news-grid .news-card img {
  border-radius: 5px;
}
main#home-page section.section-news .news-grid .news-card .text h3 {
  padding-top: 0.3em;
}
main#home-page section.section-news .news-grid .news-card .text p {
  padding-top: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
main#home-page section.section-news .news-grid .news-card.latest {
  display: grid;
  position: relative;
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  border-radius: 5px;
  overflow: hidden;
  grid-column: 1/3;
}
main#home-page section.section-news .news-grid .news-card.latest::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
main#home-page section.section-news .news-grid .news-card.latest .default-listing-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main#home-page section.section-news .news-grid .news-card.latest.default {
  background-color: var(--neutral-800);
  grid-template-rows: 1fr auto;
}
main#home-page section.section-news .news-grid .news-card.latest.default::after {
  display: none;
}
main#home-page section.section-news .news-grid .news-card.latest.default .image {
  aspect-ratio: unset;
  display: grid;
  justify-items: center;
  align-items: center;
}
main#home-page section.section-news .news-grid .news-card.latest.default .image svg {
  width: 50%;
}
main#home-page section.section-news .news-grid .news-card.latest img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}
main#home-page section.section-news .news-grid .news-card.latest .text {
  position: relative;
  z-index: 3;
  align-self: flex-end;
}
main#home-page section.section-news .news-grid .news-card.latest .text p {
  color: var(--white-opacity-800);
}
main#home-page section.section-news .news-grid .news-card.latest .text h3 {
  color: var(--neutral-100);
  font-size: clamp(1.512rem, 1.3208rem + 0.816vi, 1.9531rem);
}
@media (min-width: 600px) {
  main#home-page section.section-news .news-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  main#home-page section.section-news .news-grid .news-card.latest {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 62em) {
  main#home-page section.section-news .news-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  main#home-page section.section-news .news-grid .news-card.latest {
    grid-column: 2/4;
    grid-row: 1/3;
  }
  main#home-page section.section-news .news-grid .news-card.latest .default-listing-image svg {
    width: 180px;
  }
}
main#home-page section.cta {
  overflow: hidden;
}
main#home-page section.cta .cta-grid {
  display: grid;
  gap: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  align-items: start;
}
main#home-page section.cta .cta-grid .text {
  text-align: center;
  display: grid;
  justify-items: center;
}
main#home-page section.cta .cta-grid .text .intro {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
  padding-bottom: 0.5rem;
}
main#home-page section.cta .cta-grid .text .heading {
  text-transform: uppercase;
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vi, 3.0518rem);
  font-weight: 800;
  line-height: 1.1;
}
main#home-page section.cta .cta-grid img {
  aspect-ratio: 1/1.2;
  object-fit: cover;
  object-position: center;
}
main#home-page section.cta .cta-grid .first-images {
  display: grid;
  grid-template-columns: 40% 1fr;
  margin-inline: 5%;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  align-items: center;
}
main#home-page section.cta .cta-grid .first-images picture:first-of-type {
  order: 2;
}
main#home-page section.cta .cta-grid .second-images {
  display: grid;
  grid-template-columns: 1fr 40%;
  margin-inline: 5%;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  align-items: center;
}
@media screen and (min-width: 48em) {
  main#home-page section.cta .cta-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: 1fr 51ch 1fr;
    gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  }
  main#home-page section.cta .cta-grid .text {
    justify-self: center;
    align-self: center;
  }
  main#home-page section.cta .cta-grid .text p {
    margin-inline: auto;
  }
  main#home-page section.cta .cta-grid img {
    max-height: 500px;
  }
  main#home-page section.cta .cta-grid .first-images {
    gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
    grid-template-columns: 1fr;
  }
  main#home-page section.cta .cta-grid .first-images picture:first-of-type {
    order: -1;
  }
  main#home-page section.cta .cta-grid .first-images picture:first-of-type img {
    justify-self: start;
    transform: translateX(-20%);
  }
  main#home-page section.cta .cta-grid .first-images picture:last-of-type img {
    width: 50%;
    justify-self: end;
  }
  main#home-page section.cta .cta-grid .second-images {
    grid-template-columns: 1fr;
    gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  }
  main#home-page section.cta .cta-grid .second-images picture:first-of-type {
    order: 2;
  }
  main#home-page section.cta .cta-grid .second-images picture:first-of-type img {
    max-width: 90%;
    justify-self: end;
    transform: translateX(10%);
    order: 2;
  }
  main#home-page section.cta .cta-grid .second-images picture:last-of-type img {
    max-width: 50%;
    justify-self: center;
  }
}

main#about-page {
  overflow: hidden;
}
main#about-page html {
  --progress-width: 0;
}
main#about-page section.timeline {
  position: relative;
}
main#about-page section.timeline ul.x-scroll-wrapper {
  width: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  will-change: transform;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item {
  position: relative;
  padding-left: 2rem;
  padding-bottom: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item h3 {
  padding-top: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item p {
  padding-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd) {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd)::after {
  top: 0%;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(even)::after {
  top: 0%;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item::before, main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--primary-400);
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item::before {
  top: 0;
  width: 1px;
  height: 100%;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item::after {
  width: 15px;
  height: 15px;
  border-radius: 10rem;
  transform: translateX(-50%);
  z-index: 3;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child {
  padding-bottom: 0;
}
main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child::before {
  display: none;
}
@media screen and (min-width: 48em) {
  main#about-page section.timeline {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
  }
  main#about-page section.timeline ul.x-scroll-wrapper {
    flex-direction: row;
    gap: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
    align-items: center;
  }
  main#about-page section.timeline ul.x-scroll-wrapper::before, main#about-page section.timeline ul.x-scroll-wrapper::after {
    content: "";
    position: absolute;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  main#about-page section.timeline ul.x-scroll-wrapper::before {
    width: 100%;
    background-color: var(--primary-400);
    opacity: 10%;
    z-index: -1;
  }
  main#about-page section.timeline ul.x-scroll-wrapper::after {
    width: var(--progress-width);
    background-color: var(--primary-400);
    z-index: -1;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item {
    width: 500px;
    height: 50%;
    padding-bottom: 0;
    display: grid !important;
    grid-template-rows: 1fr 1fr;
    height: 100%;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item h3 {
    padding-top: 0;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item img {
    aspect-ratio: 16/10;
    object-fit: cover;
    object-position: center;
    max-width: 70%;
    position: relative;
    z-index: 2;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(even) {
    align-self: auto;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(even)::after {
    top: 50%;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(even) picture, main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(even) img {
    order: 2;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(even) img {
    margin-top: 5rem;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(even) div {
    position: relative;
    margin-bottom: 5rem;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(even) div::after {
    content: "";
    position: absolute;
    bottom: -170px;
    left: 35%;
    transform: translateX(-50%);
    height: 90px;
    width: 1px;
    background-color: var(--primary-400);
    z-index: 1;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd) {
    align-self: auto;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd)::after {
    top: 50%;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd)::before {
    bottom: 0;
    top: auto;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd) div {
    margin-top: 5rem;
    align-self: flex-end;
    position: relative;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd) div::after {
    content: "";
    position: absolute;
    top: -245px;
    left: 35%;
    transform: translateX(-50%);
    height: 90px;
    width: 1px;
    background-color: var(--primary-400);
    z-index: 1;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:nth-of-type(odd) img {
    margin-bottom: 5rem;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item::before {
    height: 50%;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item::after {
    transform: translate(-50%, -50%);
    top: 50%;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 2rem;
    text-align: right;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child img {
    justify-self: flex-end;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child::before, main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child::after {
    left: auto;
    right: 0;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child::before {
    display: block;
  }
  main#about-page section.timeline ul.x-scroll-wrapper li.x-scroll-item:last-child::after {
    transform: translate(50%, -50%);
  }
}
main#about-page .pie-wrapper {
  display: grid;
}
main#about-page .pie-wrapper h3 {
  border-bottom: 1px solid var(--black-opacity-100);
  padding-top: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  padding-bottom: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#about-page .pie {
  justify-self: center;
  border-radius: 100%;
  height: calc(var(--size, 200) * 1px);
  overflow: hidden;
  position: relative;
  width: calc(var(--size, 200) * 1px);
}
main#about-page .pie::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  height: 55%;
  background-color: var(--neutral-200);
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 100vw;
}
main#about-page .pie .pie__segment {
  --a: calc(var(--over50, 0) * -100%);
  --b: calc((1 + var(--over50, 0)) * 100%);
  --degrees: calc((var(--offset, 0) / 100) * 360);
  -webkit-clip-path: polygon(var(--a) var(--a), var(--b) var(--a), var(--b) var(--b), var(--a) var(--b));
  clip-path: polygon(var(--a) var(--a), var(--b) var(--a), var(--b) var(--b), var(--a) var(--b));
  height: 100%;
  position: absolute;
  transform: translate(0, -50%) rotate(90deg) rotate(calc(var(--degrees) * 1deg));
  transform-origin: 50% 100%;
  width: 100%;
  z-index: calc(1 + var(--over50));
}
main#about-page .pie .pie__segment:nth-of-type(1) {
  --bg: #FF3E3F;
}
main#about-page .pie .pie__segment:nth-of-type(2) {
  --bg: #0157FF;
}
main#about-page .pie .pie__segment:nth-of-type(3) {
  --bg: #FFC400;
}
main#about-page .pie .pie__segment:nth-of-type(4) {
  --bg: #FF008A;
}
main#about-page .pie .pie__segment::after, main#about-page .pie .pie__segment::before {
  background: var(--bg, #e74c3c);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
main#about-page .pie .pie__segment::before {
  --degrees: calc((var(--value, 45) / 100) * 360);
  transform: translate(0, 100%) rotate(calc(var(--degrees) * 1deg));
  transform-origin: 50% 0%;
}
main#about-page .pie .pie__segment::after {
  opacity: var(--over50, 0);
}
main#about-page .stats {
  padding-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#about-page .stats .stat {
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vi, 0.8rem);
}
main#about-page .stats .stat:nth-of-type(1) {
  --bg: #FF3E3F;
  --clr: white;
}
main#about-page .stats .stat:nth-of-type(2) {
  --bg: #0157FF;
  --clr: white;
}
main#about-page .stats .stat:nth-of-type(3) {
  --bg: #FFC400;
  --clr: black;
}
main#about-page .stats .stat:nth-of-type(4) {
  --bg: #FF008A;
  --clr: white;
}
main#about-page .stats .stat span {
  color: var(--clr);
  background-color: var(--bg);
  display: block;
  width: 40px;
  height: 40px;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 0.25em;
  overflow: hidden;
}

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

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

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

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

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

.modal__content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  padding: 2em;
  display: flex;
}

.modal__h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.175;
}

.modal__p {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal__p p {
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.modal__p p:first-of-type {
  padding-top: 0;
}

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

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

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

/* Demo Buttons */
.demo-btn {
  background-color: #efeeec;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.demo-btn__p {
  margin-bottom: 0;
  padding: 0.65em 1.25em;
  font-size: 1em;
}

main#generic-page section.page-content .page-wrapper {
  padding-block: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
main#generic-page section.page-content .page-wrapper .article h1 {
  padding-bottom: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#generic-page section.page-content .page-wrapper .page-navigation {
  overflow: hidden;
  background-color: var(--neutral-100);
  border: 1px solid var(--black-opacity-100);
  border-radius: 5px;
  margin-bottom: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
main#generic-page section.page-content .page-wrapper .page-navigation span.section-name {
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vi, 1.5625rem);
  font-weight: 700;
  display: block;
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem) clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main#generic-page section.page-content .page-wrapper .page-navigation span.section-name.active .section-arrow {
  transform: rotate(180deg);
}
main#generic-page section.page-content .page-wrapper .page-navigation span.section-name svg.section-arrow {
  width: 0.9rem;
  transition: 0.4s cubic-bezier(0.625, 0.05, 0, 1);
}
main#generic-page section.page-content .page-wrapper .page-navigation span.section-name svg.section-arrow path {
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}
main#generic-page section.page-content .page-wrapper .page-navigation .sub-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--neutral-900);
  cursor: pointer;
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem) clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#generic-page section.page-content .page-wrapper .page-navigation .sub-section-title.active .sub-section-arrow {
  transform: rotate(180deg);
}
main#generic-page section.page-content .page-wrapper .page-navigation .sub-section-title .sub-section-arrow {
  width: 0.9rem;
  transition: 0.4s cubic-bezier(0.625, 0.05, 0, 1);
}
main#generic-page section.page-content .page-wrapper .page-navigation .sub-section-title .sub-section-arrow path {
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}
main#generic-page section.page-content .page-wrapper .page-navigation .sub-section-dropdown {
  display: grid;
}
main#generic-page section.page-content .page-wrapper .page-navigation .sub-section-dropdown ul a {
  padding: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem) clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#generic-page section.page-content .page-wrapper .page-navigation ul li {
  color: var(--neutral-900);
}
main#generic-page section.page-content .page-wrapper .page-navigation ul li.active {
  font-weight: 500;
  color: var(--neutral-100);
  background-color: var(--primary-400);
}
main#generic-page section.page-content .page-wrapper .page-navigation ul li.sub-active .sub-section-title .sub-section-arrow {
  transform: rotate(180deg);
}
main#generic-page section.page-content .page-wrapper .page-navigation ul li.sub-active .sub-section-dropdown {
  grid-template-rows: 1fr;
}
main#generic-page section.page-content .page-wrapper .page-navigation ul li.sub-active .sub-section-dropdown ul {
  visibility: visible;
}
main#generic-page section.page-content .page-wrapper .page-navigation ul li a {
  display: block;
  text-decoration: none;
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem) clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#generic-page section.page-content .page-wrapper .page-navigation ul li a h3 {
  line-height: 1.5;
}
main#generic-page section.page-content .page-wrapper .page-navigation ul li a.sub-section-title {
  color: var(--neutral-900);
}
@media screen and (min-width: 62em) {
  main#generic-page section.page-content .page-wrapper {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr 2fr;
    min-height: calc(100vh - 85px);
    min-height: calc(100svh - 85px);
  }
  main#generic-page section.page-content .page-wrapper .page-navigation {
    position: sticky;
    align-self: flex-start;
    top: 150px;
    margin: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem) clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0;
  }
  main#generic-page section.page-content .page-wrapper .page-navigation span.section-name svg.section-arrow {
    display: none;
  }
  main#generic-page section.page-content .page-wrapper .article {
    border-left: 1px solid var(--black-opacity-100);
    padding: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0 clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  }
}

: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.1773rem, 1.7982rem + 1.6175vi, 3.0518rem);
}
main#login-page section.login-form .container {
  width: min(90%, 600px);
  margin-inline: auto;
}
main#login-page section.login-form .container form {
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#login-page section.login-form .container form .form-group {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
main#login-page section.login-form .container form .form-group:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
main#login-page section.login-form .container form .form-group:focus-within {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
main#login-page section.login-form .container form .form-group input {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  font-family: inherit;
  line-height: 21px;
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem) 41px clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem) 16px;
  opacity: var(--o, var(--default-o, 1));
  transition: filter 0.35s, transform 0.4s, opacity 0.25s;
}
main#login-page section.login-form .container form .form-group input::placeholder {
  color: #A1A1B6;
  transition: color 0.25s;
}
main#login-page section.login-form .container form .form-group input::selection {
  color: #C6122A;
  background: rgba(0, 0, 0, 0.15);
}
main#login-page section.login-form .container form .form-group input:focus::placeholder, main#login-page section.login-form .container form .form-group input:hover::placeholder {
  color: #5A5A64;
}
main#login-page section.login-form .container form label {
  color: var(--neutral-900);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vi, 0.8rem);
}
main#login-page section.login-form .container form label input {
  width: 1rem;
  height: 1rem;
}
main#login-page section.login-form .container form .flex {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}
main#login-page section.login-form .container form .flex a {
  text-decoration: none;
}
main#login-page section.login-form .container form button {
  cursor: pointer;
  margin: 0;
  width: 100%;
  max-width: 300px;
  border: 0;
  background-color: transparent;
  padding: 0;
}
main#login-page section.login-form .container form button .btn-content {
  width: 100%;
}
main#login-page section.login-form .container form button .btn-content .btn-bg {
  transform: translate(0, 195%) rotate(15deg);
}
main#login-page section.login-form .container form button div {
  text-align: center;
  justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  main#login-page section.login-form .container form button:hover .btn-content .btn-bg {
    transform: translate(0px, 0%) rotate(0deg);
  }
}

main#contact-page .confirmation {
  color: #24C958;
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vi, 1.25rem);
  margin-bottom: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#contact-page #contact-form button {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin-top: 0;
  background-color: transparent;
}
main#contact-page #contact-form p.error-msg {
  color: #B70000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vi, 0.8rem);
  padding-top: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  pointer-events: none;
}
main#contact-page #contact-form p.error-msg svg {
  max-width: 1.1rem;
}
main#contact-page .input-wrapper {
  position: relative;
  margin-top: 30px;
  margin-bottom: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#contact-page .input-wrapper.error .input {
  border-bottom: 1px solid #B70000;
}
main#contact-page .input-wrapper.optional::after {
  content: "optional";
  color: var(--black-opacity-300);
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vi, 0.8rem);
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
main#contact-page .input-wrapper .input {
  width: 100%;
  padding: 1rem 0;
  color: #333;
  border: none;
  border-bottom: 1px solid var(--black-opacity-300);
  transition: border-color 250ms;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
main#contact-page .input-wrapper .input:focus {
  outline: none;
  border-bottom-color: var(--neutral-900);
}
main#contact-page .input-wrapper .input::placeholder {
  color: transparent;
}
main#contact-page .input-wrapper .input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
main#contact-page .input-wrapper textarea {
  resize: vertical;
}
main#contact-page .input-wrapper .label {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--black-opacity-600);
  pointer-events: none;
  transform-origin: left center;
  transition: transform 250ms;
}
main#contact-page .input:focus + .label,
main#contact-page .input:not(:placeholder-shown) + .label {
  transform: translateY(-100%) scale(0.75);
}
main#contact-page .input:placeholder-shown + .label + .clear {
  display: none;
}
main#contact-page .map-responsive {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/11;
}
main#contact-page .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

main#whats-on-page section.filter .filter-grid {
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#whats-on-page section.filter .filter-grid .btn-swipe {
  align-self: flex-end;
}
@media (min-width: 400px) {
  main#whats-on-page section.filter .filter-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 48em) {
  main#whats-on-page section.filter .filter-grid {
    grid-template-columns: 1fr 1fr 1fr auto;
  }
}
main#whats-on-page section.filter select {
  border: 1px solid var(--black-opacity-100);
  outline-offset: 0px;
  color: var(--black-opacity-500);
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  background: var(--neutral-100) url("/images/icons/arrow-down-black.svg") no-repeat calc(100% - 1.2rem) 50%/0.8rem;
  border-radius: 5px;
  outline: 0 #0000;
  height: auto;
  margin-bottom: 0;
  padding: 0.8em 0.9em;
  line-height: 1.2;
  box-shadow: 0 0 #0000;
  width: 100%;
  cursor: pointer;
}
main#whats-on-page .events-grid {
  padding-bottom: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
  display: grid;
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
@media screen and (min-width: 62em) {
  main#whats-on-page .events-grid {
    gap: unset;
    padding: 0;
    grid-template-columns: 1.065fr 2fr;
    min-height: calc(100vh - 85px);
    min-height: calc(100svh - 85px);
  }
  main#whats-on-page .events-grid .main-events {
    border-left: 1px solid var(--black-opacity-100);
    padding: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem) 0 clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  }
  main#whats-on-page .events-grid .side-events {
    padding: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem) clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem) clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0;
  }
}

main#news-article-page .news-article-grid .content {
  padding: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0;
}
main#news-article-page .news-article-grid .recent-news {
  display: none;
}
@media screen and (min-width: 62em) {
  main#news-article-page .news-article-grid {
    display: grid;
    align-items: start;
    padding: 0;
    grid-template-columns: 1fr 2fr;
    min-height: calc(100vh - 85px);
    min-height: calc(100svh - 85px);
  }
  main#news-article-page .news-article-grid .content {
    border-left: 1px solid var(--black-opacity-100);
    padding: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0 clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
    height: 100%;
  }
  main#news-article-page .news-article-grid .recent-news {
    display: block;
    padding: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem) clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0;
  }
}

main#event-page .event-grid .side {
  display: none;
}
main#event-page .event-grid .content {
  padding: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0;
}
@media screen and (min-width: 62em) {
  main#event-page .event-grid {
    display: grid;
    align-items: start;
    padding: 0;
    grid-template-columns: 1fr 2fr;
    min-height: calc(100vh - 85px);
    min-height: calc(100svh - 85px);
  }
  main#event-page .event-grid .content {
    height: 100%;
    border-left: 1px solid var(--black-opacity-100);
    padding: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0 clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  }
  main#event-page .event-grid .side {
    display: block;
    padding: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem) clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0;
  }
}

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