:root {
  --swatch--brand-green: #001f14;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_theme---text: var(--swatch--dark-900);
  --_text-style---font-size: var(--_typography---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --swatch--brand-500: #33f569;
  --_text-style---text-wrap: pretty;
  --_gap---size: var(--site--gutter);
  --_column-count---value: 1;
  --_theme---background: var(--swatch--light-100);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_spacing---space--6: clamp(2 * 1rem, ((2 - ((2.5 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2.5 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2.5 * 1rem);
  --_spacing---space--7: clamp(2.25 * 1rem, ((2.25 - ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
  --max-width--main: calc(var(--site--viewport-max) * 1rem);
  --site--margin: clamp(1 * 1rem, ((1 - ((3.5 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3.5 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3.5 * 1rem);
  --max-width--small: 50rem;
  --max-width--full: 100%;
  --_spacing---section-space--none: 0px;
  --_spacing---section-space--small: clamp(3 * 1rem, ((3 - ((5 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((5 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 5 * 1rem);
  --_spacing---section-space--main: clamp(4 * 1rem, ((4 - ((7 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((7 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 7 * 1rem);
  --_spacing---section-space--large: clamp(5.5 * 1rem, ((5.5 - ((10 - 5.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((10 - 5.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 10 * 1rem);
  --_spacing---section-space--page-top: clamp(7 * 1rem, ((7 - ((14 - 7) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((14 - 7) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 14 * 1rem);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_spacing---space--2: clamp(.625 * 1rem, ((.625 - ((.75 - .625) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((.75 - .625) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), .75 * 1rem);
  --site--gutter: 1rem;
  --_theme---background-2: var(--swatch--light-100);
  --_spacing---space--1: clamp(.375 * 1rem, ((.375 - ((.5 - .375) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((.5 - .375) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), .5 * 1rem);
  --_spacing---space--3: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1 * 1rem);
  --_spacing---space--4: clamp(1.25 * 1rem, ((1.25 - ((1.5 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.5 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.5 * 1rem);
  --_spacing---space--5: clamp(1.75 * 1rem, ((1.75 - ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2 * 1rem);
  --_spacing---space--8: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 4 * 1rem);
  --_typography---font--primary-family: Poppins, sans-serif;
  --_typography---font--primary-regular: 400;
  --_typography---font--primary-medium: 500;
  --_typography---font--primary-bold: 700;
  --radius--small: .5rem;
  --radius--main: 1rem;
  --radius--round: 100vw;
  --border-width--main: .094rem;
  --_theme---border: var(--swatch--dark-900-o20);
  --_typography---line-height--1: 1;
  --swatch--transparent: transparent;
  --_button-style---border: var(--swatch--transparent);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --swatch--dark-900: #001a0f;
  --focus--offset-inner: -.125rem;
  --_typography---font-size--h3: clamp(2.25 * 1rem, ((2.25 - ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
  --swatch--dark-800: #000d08;
  --swatch--alternatif-bg-color: #eefee5;
  --_typography---font-size--display: clamp(4 * 1rem, ((4 - ((7 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((7 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 7 * 1rem);
  --_theme---button-primary--text: var(--swatch--dark-900);
  --_typography---line-height--1-1: 1.1;
  --swatch--brand-400: color-mix(in srgb, var(--swatch--brand-500), white 20%);
  --_typography---font-size--text-main: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.125 * 1rem);
  --_typography---line-height--1-5: 1.5;
  --_typography---font-size--h1: clamp(3 * 1rem, ((3 - ((5 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((5 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 5 * 1rem);
  --_typography---font-size--h2: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 4 * 1rem);
  --_theme---selection--background: var(--swatch--brand-500);
  --_default-2---line-height--1-1em\<deleted\|variable-25aca52f-6e7f-2a47-f71b-d6afe32d74f0\>: 1.1em;
  --swatch--light-100: white;
  --_base-collection---section-space--none\<deleted\|variable-6836dad1-c02c-5a0c-37fc-b23333549c80\>: var(--_base-collection---size--0rem\<deleted\|variable-d3fc4eaf-f3ad-dcb6-1722-6ea67c03b770\>);
  --_typography---line-height--1-3: 1.3;
  --swatch--brand-text: white;
  --focus--width: .125rem;
  --swatch--brand-text-o20: color-mix(in srgb, var(--swatch--brand-text) 20%, transparent);
  --swatch--light-100-o20: color-mix(in srgb, var(--swatch--light-100) 20%, transparent);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --site--viewport-max: 97.5;
  --site--viewport-min: 20;
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_theme---selection--text: var(--swatch--dark-800);
  --site--column-count: 12;
  --focus--offset-outer: .1875rem;
  --swatch--light-200: #ebebeb;
  --swatch--dark-900-o20: color-mix(in srgb, var(--swatch--dark-900) 20%, transparent);
  --swatch--brand-300: color-mix(in srgb, var(--swatch--brand-500), white 40%);
  --swatch--brand-600: color-mix(in srgb, var(--swatch--brand-500), black 20%);
  --_alignment---direction: start;
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---selection--text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_typography---font--primary-trim-top: .42em;
  --_typography---font--primary-trim-bottom: .35em;
  --_typography---letter-spacing--0-03em: -.03em;
  --_typography---letter-spacing--0em: 0em;
  --_typography---font-size--text-small: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1 * 1rem);
  --_typography---font-size--text-large: clamp(1.125 * 1rem, ((1.125 - ((1.25 - 1.125) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.25 - 1.125) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.25 * 1rem);
  --_typography---font-size--h6: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.125 * 1rem);
  --_typography---font-size--h5: clamp(1.375 * 1rem, ((1.375 - ((1.5 - 1.375) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.5 - 1.375) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.5 * 1rem);
  --_typography---font-size--h4: clamp(1.75 * 1rem, ((1.75 - ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2 * 1rem);
  --site--column-width: calc((min(var(--max-width--main), 100% - var(--site--margin) * 2)  - (var(--site--gutter) * (var(--site--column-count)  - 1))) / var(--site--column-count));
  --_typography---text-transform--none: var(--text-transform, none);
  --_typography---text-transform--uppercase: uppercase;
  --_typography---text-transform--capitalize: capitalize;
  --_typography---text-transform--lowercase: lowercase;
  --_base-collection---size--0rem\<deleted\|variable-d3fc4eaf-f3ad-dcb6-1722-6ea67c03b770\>: 0rem;
}

body {
  background-color: var(--swatch--brand-green);
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  text-transform: var(--_text-style---text-transform, none);
}

h1, h2, h3, h4, h5, h6, p {
  display: flow-root;
}

a {
  color: inherit;
  outline-width: var(--focus--width);
  outline-offset: var(--focus--offset-outer);
  text-decoration: none;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: "";
}

li {
  display: block;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

strong {
  color: var(--swatch--brand-500);
  font-weight: var(--_text-style---font-weight);
}

blockquote {
  border-style: none;
  padding: 0;
}

figure {
  margin-bottom: 0;
}

.c-heading {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.c-heading:where(.w-variant-41c609dc-9c80-9eef-75df-03bf0eea00b4) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--display);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-792802b6-ccdb-f982-5023-5fa970cf03d0) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-433d40c6-c261-f13f-c899-61d2cadf150f) {
  color: var(--_theme---text);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-701c4b6c-37cf-de59-d80d-80a1822c4994) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-7c7eb163-b37d-338d-2369-5eae7e6d458a) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-326a9562-3263-06da-e8ef-16981fd70f1c) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-823daff2-fd84-8da0-4ed1-92a39b869ad0) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-74a3180a-e505-b452-032f-599c8e557249) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-9027c8ae-1ba5-f702-ea6e-4a1c3fca9f64), .c-heading:where(.w-variant-3fbd0d32-5675-1947-73b3-abb16c1fb986) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading.h2 {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading.display {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--display);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph {
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.c-paragraph:where(.w-variant-eee56f15-d7ce-d101-2f8c-83b3bbd55d4a) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--display);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-3ddfa43e-abc1-422e-6e6d-23dfb7da71f3) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-efb733fe-da83-69a3-ea4a-b3f2f89d0389) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-ad482112-9d0e-852c-0f6e-ba1e5a3aee59) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-93e8af18-8413-e3ac-0442-72629401a3db) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-5c484503-e2a0-ac99-680d-56013d859efa) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-b8555f10-fa7d-e9ba-e262-f9aa44c27c1c) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-fdb8e663-01e0-aae6-13eb-e6dfca16b689) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-61d538b2-709c-eb7a-4258-8c0890dc07fc), .c-paragraph:where(.w-variant-4099173f-f581-635c-a5fe-cf4a89c62029) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.u-theme-dark {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---text: var(--swatch--light-100);
  --_theme---background: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text: var(--swatch--dark-900);
  --_theme---selection--background: var(--swatch--brand-500);
  --_theme---selection--text: var(--swatch--dark-800);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---selection--text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--swatch--dark-900-o20);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-theme-brand {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---text: var(--swatch--light-100);
  --_theme---background: var(--swatch--dark-800);
  --_theme---heading-accent: color-mix(in srgb, var(--swatch--brand-500), white 20%);
  --_theme---background-2: var(--swatch--dark-900);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text: var(--swatch--dark-800);
  --_theme---selection--background: var(--swatch--brand-500);
  --_theme---selection--text: var(--swatch--dark-800);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---selection--text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-secondary--background-hover), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---button-primary--text);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--swatch--brand-500);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-text-style-main, .u-text-style-small {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-rich-text {
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h1 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h2 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h3 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h4 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h5 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-wrap: var(--_text-style---text-wrap);
  text-transform: var(--_text-style---text-transform, none);
}

.u-rich-text h6 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-wrap: var(--_text-style---text-wrap);
  text-transform: var(--_text-style---text-transform, none);
}

.u-rich-text p {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
}

.u-rich-text blockquote {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--6);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---font-weight2: var(--_typography---font--primary-bold);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  border-left-style: solid;
  border-left-width: .2rem;
  padding: .5rem 1rem;
}

.u-rich-text ol {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  align-items: var(--_alignment---direction, start);
  flex-flow: column;
  padding-left: 1.2em;
  list-style-type: decimal;
  display: flex;
  overflow: visible;
}

.u-rich-text li {
  margin-top: calc(var(--_text-style---trim-top) * -1);
  margin-bottom: calc(var(--_text-style---trim-bottom) * -1);
  display: list-item;
}

.u-rich-text ul {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  align-items: var(--_alignment---direction, start);
  flex-flow: column;
  padding-left: 1.2em;
  list-style-type: disc;
  display: flex;
  overflow: visible;
}

.u-rich-text figure {
  margin-top: var(--_spacing---space--7);
  margin-bottom: var(--_spacing---space--7);
}

.u-container {
  z-index: 1;
  max-width: var(--max-width--main);
  width: calc(100% - var(--site--margin) * 2);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  container: threshold-large / inline-size;
}

.u-container-full {
  z-index: 1;
  max-width: var(--max-width--full);
  width: calc(100% - var(--site--margin) * 2);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  container: threshold-large / inline-size;
}

.u-sr-only {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.u-button-group {
  margin-top: var(--_spacing---space--6);
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  align-content: center;
  align-items: center;
  justify-content: var(--_alignment---direction, start);
  flex-flow: wrap;
  display: flex;
}

.u-button-group.is-center {
  justify-content: center;
}

.u-grid-autofit {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--site--gutter);
  --_column-count---value: 12;
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(min(max(8rem, (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
  display: grid;
}

.u-align-self-center {
  align-self: center;
}

.u-gap-row-8 {
  grid-row-gap: var(--_spacing---space--8);
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-text {
  margin-bottom: var(--_text-style---margin-bottom);
}

.u-alignment-center {
  --_alignment---direction: center;
  text-align: var(--_alignment---direction, start);
}

.u-max-width-20ch {
  max-width: 20ch;
}

.u-max-width-50ch {
  max-width: 50ch;
}

.u-display-contents {
  display: contents;
}

.u-position-fixed {
  position: fixed;
}

.u-cover-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-margin-inline-auto {
  margin-left: auto;
  margin-right: auto;
}

.button_main_wrap {
  border: var(--border-width--main) solid var(--_button-style---border);
  border-radius: var(--radius--main);
  background-color: var(--_button-style---background);
  color: var(--_button-style---text);
  text-align: center;
  vertical-align: middle;
  --_button-style---border: var(--swatch--transparent);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  line-height: 1;
  transition: transform .25s cubic-bezier(.749, .03, .25, 1), border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
}

.button_main_wrap:where(.w-variant-e85564cd-af30-a478-692b-71732aefb3ab) {
  border-radius: var(--radius--main);
  --_button-style---border: var(--swatch--light-100-o20);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
}

.button_main_wrap:hover {
  border-color: var(--_button-style---border-hover);
  background-color: var(--_button-style---background-hover);
  color: var(--_button-style---text-hover);
  transform: scale(1.05);
}

.button_main_wrap.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button_main_wrap.is-secondary {
  color: #eeebdc;
  background-color: #0000;
  border-color: #eeebdc;
  font-size: 1rem;
}

.button_main_wrap.is-secondary.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.button_main_wrap.is-link {
  padding: var(--_spacing---space--1) 0rem;
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  line-height: 1;
  text-decoration: none;
}

.button_main_wrap.is-link.is-icon {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
}

.button_main_wrap.is-link.is-icon.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.button_main_wrap.is-small {
  padding: var(--_spacing---space--1) var(--_spacing---space--3);
}

.button_main_text {
  z-index: 1;
  line-height: inherit;
  position: relative;
}

.page_wrap {
  flex-flow: column;
}

.guide_wrap {
  z-index: 2000;
  pointer-events: none;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.guide_layout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(var(--site--column-count), minmax(0, 1fr));
  display: grid;
}

.guide_column {
  color: #8a8a8a80;
  background-color: #9292920f;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: .6rem;
  padding-bottom: .6rem;
  display: flex;
}

.clickable_wrap {
  z-index: 3;
  border-radius: inherit;
}

.clickable_link {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.clickable_btn {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_1_links_text.bold {
  font-weight: var(--_text-style---font-weight2);
  font-weight: var(--_text-style---font-weight2);
}

.nav_1_dropdown_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--swatch--dark-900) 20%, transparent);
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_1_btn_line {
  height: var(--nav_1--hamburger-thickness);
  background-color: currentColor;
  flex: none;
  width: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.nav_1_desktop_layout {
  z-index: 1;
  flex: 1;
  display: flex;
}

.nav_1_contain {
  grid-column-gap: var(--_spacing---space--3);
  height: var(--nav_1--height);
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.nav_1_dropdown_component {
  z-index: unset;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.nav_1_links_locales_hide {
  display: none;
}

.nav_1_dropdown_mega_scroll {
  position: relative;
}

.nav_1_dropdown_mega_scroll.is-desktop {
  max-height: calc(100svh - var(--nav_1--height-total)  - 1rem);
  max-height: calc(100svh - var(--nav_1--height-total)  - 1rem);
  overflow: hidden auto;
  margin-top: var(--nav_1--height) !important;
  margin-top: var(--nav_1--height) !important;
}

.nav_1_dropdown_main_scroll.is-desktop {
  background-color: var(--_theme---background);
  max-height: calc(100svh - var(--nav_1--height-total)  - 1rem);
  background-color: var(--_theme---background);
  max-height: calc(100svh - var(--nav_1--height-total)  - 1rem);
  background-color: var(--_theme---background);
  max-height: calc(100svh - var(--nav_1--height-total)  - 1rem);
  background-color: var(--_theme---background);
  max-height: calc(100svh - var(--nav_1--height-total)  - 1rem);
  position: relative;
  overflow-x: hidden;
  overflow-y: auto !important;
}

.nav_1_dropdown_mega_contain.u-container {
  display: contents;
}

.nav_1_dropdown_mega_contain.u-container.is-desktop {
  display: block;
}

.nav_1_component {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--swatch--brand-500);
  --_theme---text: var(--swatch--brand-500);
  --_theme---background: var(--swatch--brand-green);
  --_theme---heading-accent: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-900);
  --_theme---border: var(--swatch--brand-green);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text: var(--swatch--dark-900);
  --_theme---selection--background: var(--swatch--brand-500);
  --_theme---selection--text: var(--swatch--dark-800);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---selection--text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  position: fixed;
  inset: 0% 0% auto;
  container-type: inline-size;
}

.nav_1_component.sticky_nav {
  transition: all .3s cubic-bezier(1, .018, .25, 1);
  position: fixed;
  inset: 0% 0% auto;
}

.nav_1_component.u-theme-green {
  transition: color .2s, background-color .2s;
}

.nav_1_component.is-transitioning {
  opacity: 0;
}

.nav_1_btn_wrap {
  z-index: 2;
  flex: none;
  width: 2rem;
  padding: 0;
  outline-width: var(--focus--width) !important;
  outline-color: var(--_theme---text) !important;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_1_btn_wrap.w--open {
  color: inherit;
  background-color: #0000;
}

.nav_1_btn_layout {
  grid-row-gap: var(--nav_1--hamburger-gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_1_links_item {
  color: var(--_theme---text);
  display: flex;
}

.nav_1_links_item.height {
  justify-content: space-between;
  align-items: center;
}

.nav_1_links_item.gap.fixed {
  margin-top: 2em;
}

.nav_1_menu_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--swatch--dark-900) 20%, transparent);
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_1_dropdown_text {
  transition: opacity .1s;
}

.nav_1_wrap {
  z-index: 1;
  background-color: var(--_theme---background);
  position: relative;
}

.nav_1_wrap.is-desktop {
  display: none;
}

.nav_1_menu_scroll {
  max-height: calc(100svh - var(--nav_1--height-total));
  overflow: hidden auto;
}

.nav_1_links_wrap {
  flex: 1;
}

.nav_1_links_wrap.is-desktop {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav_1_mobile_contain {
  z-index: 2;
  grid-column-gap: var(--_spacing---space--3);
  height: var(--nav_1--height);
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.nav_1_mobile_contain.u-container {
  position: static;
}

.nav_1_dropdown_mega_content {
  position: relative;
}

.nav_1_dropdown_mega_content.is-desktop {
  background-color: var(--_theme---background);
  background-color: var(--_theme---background);
}

.nav_1_logo_wrap {
  z-index: 2;
  outline-offset: var(--focus--offset-inner);
  justify-content: flex-start;
  align-items: center;
  width: 8.5rem;
  display: flex;
  position: relative;
}

.nav_1_logo_wrap.w--current {
  --_theme---text: var(--swatch--light-100);
  --_theme---background: var(--swatch--dark-800);
  --_theme---heading-accent: color-mix(in srgb, var(--swatch--brand-500), white 20%);
  --_theme---background-2: var(--swatch--dark-900);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text: var(--swatch--dark-800);
  --_theme---selection--background: var(--swatch--brand-500);
  --_theme---selection--text: var(--swatch--dark-800);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---selection--text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-secondary--background-hover), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---button-primary--text);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--swatch--brand-500);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.nav_1_dropdown_link {
  z-index: 2;
  padding-top: var(--_spacing---space--1);
  padding-right: 0;
  padding-bottom: var(--_spacing---space--1);
  grid-column-gap: var(--_spacing---space--2);
  cursor: pointer;
  color: inherit;
  font-size: var(--text-small--font-size);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_1_dropdown_link.is-desktop {
  padding-top: var(--_spacing---space--2);
  padding-bottom: var(--_spacing---space--2);
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--_theme---border);
  padding-left: calc(var(--_spacing---space--6) / 2);
  padding-right: calc(var(--_spacing---space--6) / 2);
  font-size: inherit;
  padding-top: var(--_spacing---space--2);
  padding-bottom: var(--_spacing---space--2);
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--_theme---border);
  padding-left: calc(var(--_spacing---space--6) / 2);
  padding-right: calc(var(--_spacing---space--6) / 2);
  font-size: inherit;
}

.nav_1_links_svg {
  flex: none;
  width: 1rem;
  margin-left: auto;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease;
  overflow: visible !important;
}

.nav_1_links_component {
  grid-column-gap: var(--_spacing---space--3);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.nav_1_links_component.is-desktop {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
}

.nav_1_dropdown_main_wrap {
  background-color: #0000;
  min-width: 0;
  position: relative;
}

.nav_1_dropdown_main_wrap.is-desktop {
  padding-top: var(--_spacing---space--1);
  padding-top: var(--_spacing---space--1);
  width: 10rem;
  position: absolute;
}

.nav_1_dropdown_mega_wrap {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.nav_1_dropdown_mega_wrap.is-desktop {
  position: absolute;
}

.nav_1_links_link {
  z-index: 2;
  padding-top: var(--_spacing---space--2);
  padding-right: 0;
  padding-bottom: var(--_spacing---space--2);
  grid-column-gap: var(--_spacing---space--2);
  cursor: pointer;
  color: inherit;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_1_links_link.is-desktop {
  padding: 0px var(--_spacing---space--3);
  height: 100%;
}

.nav_1_links_link.is-desktop.w--current {
  font-weight: var(--_text-style---font-weight2);
}

.nav_1_menu_wrap {
  background-color: var(--_theme---background);
  text-align: left;
  padding-top: var(--nav_1--height);
  height: 100svh;
  inset: 0% 0% auto;
  transform: none !important;
}

.nav_1_skip_wrap {
  z-index: 2;
  border-width: var(--border-width--main);
  background-color: var(--_theme---background);
  outline-offset: var(--focus--offset-inner);
  color: var(--_theme---text);
  margin: .5rem;
  padding: .5rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-200%);
}

.nav_1_skip_wrap:focus {
  transform: translate(0%);
}

.nav_1_dropdown_mega_layout {
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
}

.nav_1_dropdown_mega_layout.is-desktop {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--6);
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--6);
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--6);
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--6);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  padding-top: clamp(2.25rem, 2.03571rem + 1.07143vw, 3rem);
  padding-bottom: clamp(2.5rem, 2.07143rem + 2.14286vw, 4rem);
  display: grid;
}

.nav_1_menu_contain {
  padding-top: var(--_spacing---space--3);
  padding-bottom: var(--_spacing---space--8);
  height: 100%;
}

.footer_5_social_icon {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.footer_5_social_list {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_5_layout {
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--7);
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.footer_5_logo_wrap {
  width: 10rem;
}

.footer_5_social_link {
  aspect-ratio: 1;
  border-style: solid;
  border-width: var(--border-width--main);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  transition: color .3s;
  display: flex;
}

.footer_5_social_link:hover {
  color: var(--swatch--brand-500);
}

.footer_5_contain {
  padding-top: var(--_spacing---section-space--main);
  padding-bottom: var(--_spacing---section-space--main);
}

.footer_5_contain.u-container {
  color: var(--swatch--brand-500);
}

.footer_5_nav_list {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_5_nav_item {
  transition: color .25s;
  display: flex;
}

.footer_5_nav_item:hover {
  color: var(--swatch--brand-500);
}

.footer_5_bottom_layout {
  padding-top: var(--_spacing---space--6);
  padding-bottom: var(--_spacing---space--6);
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  border-top-style: solid;
  border-top-width: var(--border-width--main);
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.main-content {
  overflow: clip;
}

.u-svg-logo {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible !important;
}

.u-svg-logo:where(.w-variant-1c3f028b-116e-d4eb-db7f-8484491bbf2e) {
  transform: rotate(-180deg);
}

.u-svg-logo:where(.w-variant-a0a4b133-f837-5340-6c98-04b1518f150d) {
  transform: rotate(-90deg);
}

.u-svg-logo:where(.w-variant-5939aeba-b378-ecdc-f1bc-b6970df2be03) {
  transform: rotate(90deg);
}

.u-svg-logo:where(.w-variant-dc469724-71a3-14e1-b5d5-1294323411ce) {
  transform: rotate(-180deg);
}

.u-svg-logo:where(.w-variant-b18a0fcd-abb0-329e-47f4-79155dd8284a) {
  transform: rotate(-90deg);
}

.u-svg-logo:where(.w-variant-caa8b8e9-e8ec-6eb3-4526-30f19f7326f5) {
  transform: rotate(90deg);
}

.hero_main_wrap {
  --_theme---text: var(--swatch--light-100);
  --_theme---background: var(--swatch--dark-800);
  --_theme---heading-accent: color-mix(in srgb, var(--swatch--brand-500), white 20%);
  --_theme---background-2: var(--swatch--dark-900);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text: var(--swatch--dark-800);
  --_theme---selection--background: var(--swatch--brand-500);
  --_theme---selection--text: var(--swatch--dark-800);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---selection--text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-secondary--background-hover), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---button-primary--text);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--swatch--brand-500);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.hero_main_wrap.u-theme-dark {
  --_theme---text: var(--swatch--dark-900);
  --_theme---background: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-100);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text: var(--swatch--dark-900);
  --_theme---selection--background: var(--swatch--brand-500);
  --_theme---selection--text: var(--swatch--dark-800);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---selection--text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.hero_main_wrap.u-theme-dark:where(.w-variant-980103d1-cfad-8b57-89b5-cc92f4db7ad7) {
  --_theme---text: var(--swatch--light-100);
  --_theme---background: var(--swatch--dark-800);
  --_theme---heading-accent: color-mix(in srgb, var(--swatch--brand-500), white 20%);
  --_theme---background-2: var(--swatch--dark-900);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text: var(--swatch--dark-800);
  --_theme---selection--background: var(--swatch--brand-500);
  --_theme---selection--text: var(--swatch--dark-800);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---selection--text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-secondary--background-hover), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---button-primary--text);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--swatch--brand-500);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.hero_main_wrap.u-theme-dark:where(.w-variant-b017753a-6d4e-a532-b8da-523c16a94636) {
  --_theme---text: var(--swatch--light-100);
  --_theme---background: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text: var(--swatch--dark-900);
  --_theme---selection--background: var(--swatch--brand-500);
  --_theme---selection--text: var(--swatch--dark-800);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---selection--text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--swatch--dark-900-o20);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.hero_main_contain {
  flex: none;
}

.hero_main_contain.u-container-full {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.hero_main_layout {
  grid-template-columns: repeat(auto-fit, minmax(min(max(22rem, (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
}

.hero_main_visual_wrap {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}

.hero_main_visual_img {
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.g_section_spaace {
  height: var(--_spacing---section-space--none);
}

.g_section_spaace:where(.w-variant-6e71780e-9d75-78df-dafb-2bab396abb8b) {
  height: var(--_spacing---section-space--small);
}

.g_section_spaace:where(.w-variant-e22d9ff4-3f17-ad8b-54a8-35b5e710a20b) {
  height: var(--_spacing---section-space--main);
}

.g_section_spaace:where(.w-variant-f09b7b03-bec6-de5f-e6cb-bdb8b8e47ffe) {
  height: var(--_spacing---section-space--large);
}

.g_section_spaace:where(.w-variant-2cba412a-a178-2d20-742e-1aac082bd0ec) {
  height: var(--_spacing---section-space--page-top);
}

.loader-wrapper-local {
  z-index: 99999;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-column {
  background-color: var(--swatch--dark-900);
  width: 100%;
}

.sustainability_contain, .sustainability_contain.sustainability_contain {
  padding-top: var(--_spacing---section-space--main);
  padding-bottom: var(--_spacing---section-space--main);
}

.sustainability_contain.sustainability_contain {
  padding-top: var(--_spacing---section-space--main);
  padding-bottom: var(--_spacing---section-space--main);
}

.sustainability_contain.sustainability_contain.u-container {
  display: contents;
}

.sustainability_component {
  flex-direction: column;
  display: flex;
  position: relative;
}

.sustainability_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.max-width-xlarge {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  display: flex;
}

.sustainability_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
  position: sticky;
  top: 10vh;
}

.sustainability_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.nav_1_dropdown_link-2 {
  z-index: 2;
  padding-top: var(--_spacing---space--1);
  padding-right: 0;
  padding-bottom: var(--_spacing---space--1);
  grid-column-gap: var(--_spacing---space--2);
  cursor: pointer;
  color: inherit;
  font-size: var(--text-small--font-size);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_1_dropdown_link-2.is-desktop {
  padding-top: var(--_spacing---space--2);
  padding-bottom: var(--_spacing---space--2);
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--_theme---border);
  padding-left: calc(var(--_spacing---space--6) / 2);
  padding-right: calc(var(--_spacing---space--6) / 2);
  font-size: inherit;
}

.nav_1_dropdown_link-2.is-desktop.w--current {
  display: none;
}

.language-switcher-icon {
  width: 1.3rem;
  height: 1.3rem;
}

@media screen and (max-width: 991px) {
  .nav_1_component {
    color: var(--_theme---text);
    --_theme---text: var(--swatch--brand-500);
    --_theme---background: var(--swatch--brand-green);
    --_theme---heading-accent: var(--swatch--light-100);
    --_theme---background-2: var(--swatch--dark-900);
    --_theme---border: var(--swatch--brand-green);
    --_theme---text-link--border: var(--_theme---border);
    --_theme---text-link--text: var(--_theme---text);
    --_theme---text-link--border-hover: var(--_theme---text);
    --_theme---text-link--text-hover: var(--_theme---text-link--text);
    --_theme---button-primary--text: var(--swatch--dark-900);
    --_theme---selection--background: var(--swatch--brand-500);
    --_theme---selection--text: var(--swatch--dark-800);
    --_theme---button-primary--background: var(--swatch--brand-500);
    --_theme---button-primary--border: var(--_theme---selection--text);
    --_theme---button-primary--background-hover: var(--_theme---text);
    --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
    --_theme---button-primary--text-hover: var(--_theme---background);
    --_theme---button-secondary--background: var(--swatch--transparent);
    --_theme---button-secondary--border: var(--_theme---border);
    --_theme---button-secondary--text: var(--_theme---text);
    --_theme---button-secondary--background-hover: var(--_theme---text);
    --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
    --_theme---button-secondary--text-hover: var(--_theme---background);
  }

  .nav_1_component.u-theme-green {
    --_theme---text: var(--swatch--dark-900);
    --_theme---background: var(--swatch--brand-500);
    --_theme---heading-accent: var(--swatch--dark-900);
    --_theme---background-2: var(--swatch--brand-500);
    --_theme---border: var(--swatch--brand-500);
    --_theme---text-link--border: var(--_theme---border);
    --_theme---text-link--text: var(--_theme---text);
    --_theme---text-link--border-hover: var(--_theme---text);
    --_theme---text-link--text-hover: var(--swatch--dark-900);
    --_theme---button-primary--text: var(--swatch--dark-900);
    --_theme---selection--background: var(--swatch--brand-500);
    --_theme---selection--text: var(--swatch--dark-800);
    --_theme---button-primary--background: var(--swatch--brand-500);
    --_theme---button-primary--border: var(--_theme---selection--text);
    --_theme---button-primary--background-hover: var(--swatch--dark-800);
    --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
    --_theme---button-primary--text-hover: var(--_theme---background);
    --_theme---button-secondary--background: var(--swatch--transparent);
    --_theme---button-secondary--border: var(--_theme---border);
    --_theme---button-secondary--text: var(--_theme---text);
    --_theme---button-secondary--background-hover: var(--_theme---text);
    --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
    --_theme---button-secondary--text-hover: var(--_theme---background);
  }

  .nav_1_btn_wrap.w--open {
    color: inherit;
    background-color: #c8c8c800;
  }

  .nav_1_links_item.gap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .nav_1_links_item.gap.fixed {
    margin-top: 1em;
  }

  .nav_1_menu_scroll, .nav_1_dropdown_main_wrap.is-desktop, .nav_1_dropdown_main_wrap.is-desktop {
    position: relative;
  }

  .nav_1_links_link {
    transition: all .2s;
  }

  .nav_1_menu_wrap {
    height: 100svh;
    position: fixed;
    inset: 0%;
  }

  .image_container {
    position: relative;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading_preloader {
    font-size: 1.75rem;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .page-padding.u-container.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .page-intro-wrapper {
    background-position: 0 0, 50%;
  }

  .page-padding-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .cta_home_content {
    grid-column-gap: var(--_spacing---space--7);
    grid-row-gap: var(--_spacing---space--5);
  }

  .activities_wrap {
    height: auto;
    padding-top: 5rem;
  }

  .activities_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .activities_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .activities_image {
    position: static;
  }

  .activities_section_content {
    grid-column-gap: var(--_spacing---space--5);
    grid-row-gap: var(--_spacing---space--5);
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    min-height: auto;
  }

  .activities_section_content.u-container {
    flex-flow: column;
    display: flex;
  }

  .activities_section_content.u-container.is-right {
    flex-flow: row-reverse wrap-reverse;
  }

  .activities_section_image-wrapper {
    width: 100%;
  }

  .activities_section_image {
    position: relative;
  }

  .header_content_image-wrapper {
    height: 50%;
  }

  .header_content_background-image-wrapper {
    height: 100%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .header_content_content-wrapper {
    grid-column-gap: var(--_spacing---space--7);
    grid-row-gap: var(--_spacing---space--5);
  }

  .sustainability_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sustainability_content-bottom {
    justify-content: center;
    height: auto;
    position: relative;
    top: 0;
  }

  .sustainability_lightbox-image {
    max-height: 40rem;
  }

  .gala_fresh_content_content-wrapper {
    grid-column-gap: var(--_spacing---space--7);
    grid-row-gap: var(--_spacing---space--7);
  }

  .arge_component {
    grid-row-gap: var(--_spacing---space--8);
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .arge_content-right {
    height: 40rem;
  }

  .arge_content_content, .arge_content_03_content {
    grid-column-gap: var(--_spacing---space--7);
    grid-row-gap: var(--_spacing---space--7);
  }

  .stats_content {
    grid-column-gap: var(--_spacing---space--7);
    grid-row-gap: var(--_spacing---space--5);
  }

  .stats_list {
    grid-column-gap: var(--_spacing---space--5);
  }

  .stats_number {
    font-size: 4rem;
  }

  .scroll_image {
    width: 40vw;
    height: 50vh;
  }

  .timeline_tab-wrapper {
    grid-column-gap: var(--_spacing---space--7);
  }

  .timeline_tab-link, .timeline_tab-link.w--current {
    text-align: center;
  }

  .timeline_circle {
    width: 3rem;
    height: 3rem;
  }

  .navbar1_menu {
    padding: var(--_spacing---space--3) 5% var(--_spacing---space--5);
    border-bottom: var(--border-width--main) solid var(--_theme---text);
    background-color: var(--swatch--light-100);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    position: absolute;
    overflow: auto;
  }

  .navbar1_link {
    padding: var(--_spacing---space--2) 0rem;
    width: auto;
    font-size: 1.125rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    padding-top: var(--_spacing---space--2);
    padding-bottom: var(--_spacing---space--2);
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    padding: var(--_spacing---space--2) 0rem var(--_spacing---space--2) 5%;
    width: auto;
  }

  .navbar1_menu-buttons {
    margin-top: var(--_spacing---space--4);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    margin-left: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--swatch--dark-900);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--swatch--dark-900);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--swatch--dark-900);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .contact3-header_component {
    grid-column-gap: var(--_spacing---space--7);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact3-details_component {
    grid-column-gap: var(--_spacing---space--5);
  }

  .contact3-locations_component {
    grid-column-gap: var(--_spacing---space--7);
    grid-row-gap: var(--_spacing---space--8);
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_top-wrapper {
    grid-row-gap: var(--_spacing---space--8);
    grid-template-columns: minmax(0, 1fr);
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page-right-inner {
    padding-top: var(--_spacing---space--7);
    padding-bottom: var(--_spacing---space--7);
  }

  .address-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .direction-wrapper, .social-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .icon-facebook {
    font-size: .5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_1_dropdown_link-2.w--current {
    display: none;
  }

  .logo_wrapper {
    width: 11rem;
  }
}

@media screen and (max-width: 767px) {
  .header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-self: center;
  }

  .preloader, .preloader.is-3, .preloader.is-3 {
    height: 100svh;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .column-scroll-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .column-scroll-sticky-inner {
    width: 100%;
  }

  .column-scroll-wrapper {
    height: auto;
  }

  .column-scroll-content-title {
    font-size: 15vw;
  }

  .column-scroll-content-wrapper {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
  }

  .column-scroll-sticky {
    position: static;
  }

  .page-intro-text-wrapper {
    margin-top: -4vh;
  }

  .intro-title {
    font-size: 2.8em;
  }

  .heading-style-h1-2 {
    font-size: 3rem;
  }

  .page-intro-title {
    font-size: 13vw;
  }

  .page-intro-title.is-webdesign {
    margin-left: 0;
  }

  .page-intro-title.is-skills, .page-intro-title.is-webdesign {
    margin-left: 0;
  }

  .page-intro-title.is-animation {
    flex: 1;
    margin-left: 0;
  }

  .page-intro-title.is-skills {
    margin-left: 0;
  }

  .intro-copy-text {
    padding-left: 0;
    padding-right: 0;
  }

  .page-intro-title-small {
    font-size: 2.6vw;
  }

  .page-intro-title-small.is-made-in-webflow {
    margin-right: 0;
  }

  .page-intro-title-small.is-best-in-class {
    margin-left: 0;
  }

  .column-scroll-content-title-2 {
    font-size: 15vw;
  }

  .column-scroll-content-wrapper-2 {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
  }

  .cta_home_content {
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    grid-template-columns: minmax(0, 1fr);
  }

  .activities_component {
    grid-template-columns: minmax(0, 1fr);
  }

  .activities_section_content {
    grid-column-gap: var(--_spacing---space--7);
    grid-row-gap: var(--_spacing---space--7);
  }

  .header_content_component {
    height: auto;
    min-height: 100svh;
  }

  .header_content_image-wrapper {
    height: 50vh;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .header_content_content-wrapper {
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    grid-template-columns: minmax(0, 1fr);
  }

  .sustainability_content {
    padding-top: var(--_spacing---space--8);
    padding-bottom: var(--_spacing---space--8);
  }

  .sustainability_lightbox-image {
    max-height: 30rem;
  }

  .gala_fresh_content_content-wrapper {
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    grid-template-columns: minmax(0, 1fr);
  }

  .arge_component {
    padding-top: var(--_spacing---section-space--large);
  }

  .arge_content-right {
    height: 30rem;
  }

  .arge_content_content {
    grid-row-gap: var(--_spacing---space--7);
    grid-template-columns: minmax(0, 1fr);
  }

  .arge_content_02_metatag-list {
    grid-column-gap: var(--_spacing---space--4);
    grid-row-gap: var(--_spacing---space--4);
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .arge_content_03_content {
    grid-template-columns: minmax(0, 1fr);
  }

  .stats_content {
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    grid-template-columns: minmax(0, 1fr);
  }

  .stats_list {
    grid-row-gap: var(--_spacing---space--5);
    grid-template-columns: minmax(0, 1fr);
  }

  .stats_number {
    font-size: 3.5rem;
  }

  .timeline_progress-bar {
    bottom: 6.25rem;
  }

  .timeline_tab-wrapper {
    grid-row-gap: var(--_spacing---space--7);
    grid-template-columns: minmax(0, 1fr);
  }

  .timeline_tabs-menu {
    margin-bottom: var(--_spacing---space--7);
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .timeline_tabs-menu.no-scrollbar {
    margin-bottom: var(--_spacing---space--7);
    margin-bottom: var(--_spacing---space--7);
    justify-content: flex-start;
  }

  .timeline_subheadline.u-text-style-h5.u-mb-2 {
    overflow-wrap: break-word;
    overflow-wrap: break-word;
    overflow-wrap: break-word;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .contact3-header_component, .contact3-details_component, .contact3-locations_component {
    grid-row-gap: var(--_spacing---space--7);
    grid-template-columns: minmax(0, 1fr);
  }

  .contact3-locations_map {
    height: 20rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_top-wrapper {
    grid-row-gap: var(--_spacing---space--7);
  }

  .contact_menu-wrapper {
    grid-column-gap: var(--_spacing---space--4);
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_bottom-wrapper {
    padding-bottom: var(--_spacing---space--3);
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .contact_credit-text {
    margin-top: var(--_spacing---space--4);
  }

  .contact_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: var(--_spacing---space--3);
    grid-auto-flow: row;
  }

  .page-right-inner {
    padding: var(--_spacing---space--7) var(--_spacing---space--6);
  }

  .address-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .social-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .u-max-width-full {
    max-width: 100%;
  }

  .nav_1_dropdown_backdrop {
    background-color: color-mix(in srgb, var(--swatch--dark-900) 20%, transparent);
  }

  .nav_1_menu_backdrop {
    background-color: color-mix(in srgb, var(--swatch--dark-900) 60%, transparent);
  }

  .nav_1_menu_wrap {
    height: 100vh;
  }

  .footer_5_layout {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_5_contain.u-container {
    display: flex;
  }

  .footer_5_nav_list {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading_preloader {
    font-size: 1.5rem;
  }

  .column-scroll-content-text {
    font-size: var(--_typography---font-size--text-main);
  }

  .column-scroll-sticky-inner {
    position: relative;
  }

  .column-scroll-image {
    object-position: 50% 20%;
  }

  .column-scroll-content-title.is-2, .column-scroll-content-title.is-1, .column-scroll-content-title.is-2, .column-scroll-content-title.is-1 {
    font-size: var(--_typography---font-size--h2);
  }

  .column-scroll-content-copy {
    max-width: none;
  }

  .column-scroll-item {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    position: relative;
  }

  .column-scroll-item.is-2, .column-scroll-item.is-3, .column-scroll-item.is-2, .column-scroll-item.is-3 {
    display: none;
  }

  .column-scroll-sticky {
    height: auto;
  }

  .section-after-intro-text {
    padding-bottom: 0;
  }

  .section-after-intro-text.no-margin {
    padding-top: 0;
    padding-bottom: 5em;
  }

  .page-intro-text-wrapper {
    margin-top: -3vh;
  }

  .page-intro-wrapper {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/68765e3fb432a7a646a9721a/68811da076cc5c45acf2c81d_misyon-vizyon-foto.avif");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .cta_home_content {
    grid-column-gap: var(--_spacing---space--5);
    grid-row-gap: var(--_spacing---space--5);
    grid-template-columns: minmax(0, 1fr);
  }

  .activities_wrap {
    height: 100svh;
  }

  .activities_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .activities_image-wrapper {
    min-height: auto;
  }

  .activities_section_content {
    grid-template-columns: minmax(0, 1fr);
  }

  .header_content_component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .header_content_image-wrapper {
    height: 40svh;
  }

  .header_content_background-image-wrapper, .header_content_background-image {
    position: relative;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .header_content_content-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }

  .sustainability_lightbox-image {
    max-height: 25rem;
  }

  .arge_component {
    grid-template-columns: minmax(0, 1fr);
  }

  .arge_content_03_content-right {
    padding-left: var(--_base-collection---section-space--none\<deleted\|variable-6836dad1-c02c-5a0c-37fc-b23333549c80\>);
  }

  .arge_content_03_content {
    grid-row-gap: var(--_spacing---space--7);
  }

  .stats_content {
    grid-row-gap: var(--_spacing---space--3);
    grid-template-columns: minmax(0, 1fr);
  }

  .stats_list {
    grid-row-gap: var(--_spacing---space--5);
    grid-template-columns: minmax(0, 1fr);
  }

  .scroll_section {
    padding: var(--_spacing---section-space--small);
  }

  .scroll_image {
    width: 60vw;
    height: 40vh;
  }

  .scroll_heading:lang(en) {
    line-height: var(--_typography---line-height--1-1);
    text-align: center;
  }

  .c-paragraph-_transition {
    line-height: var(--_typography---line-height--1-3);
    text-align: center;
  }

  .gala-fresh-logo {
    width: 10rem;
  }

  .timeline_circle.small {
    width: 3rem;
    height: 2.5rem;
  }

  .timeline_subheadline.u-text-style-h5.u-mb-2 {
    font-size: var(--_typography---font-size--text-main);
    overflow-wrap: break-word;
    font-size: var(--_typography---font-size--text-main);
    overflow-wrap: break-word;
    font-size: var(--_typography---font-size--text-main);
    overflow-wrap: break-word;
  }

  .contact3-header_component {
    grid-template-columns: minmax(0, 1fr);
  }

  .text-style-link {
    flex-flow: column;
    display: inline-block;
  }

  .contact3-details_component {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact3-details_item {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .contact3-locations_component {
    grid-row-gap: 48px;
    grid-template-columns: minmax(0, 1fr);
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_top-wrapper {
    grid-row-gap: 48px;
  }

  .contact_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: minmax(0, 1fr);
  }

  .contact_menu-wrapper {
    grid-row-gap: var(--_spacing---space--6);
    grid-template-columns: minmax(0, 1fr);
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page-right-inner {
    padding: var(--_spacing---space--6) var(--_spacing---space--4);
  }

  .address-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .direction-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .icon {
    font-size: 1.1rem;
  }

  .html-embed {
    color: #face8d;
  }

  .social-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo_wrapper {
    width: 9rem;
  }
}
