@font-face {
  font-family: PP Neue Machina;
  src: url('../fonts/PPNeueMachina-PlainRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Machina;
  src: url('../fonts/PPNeueMachina-PlainBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url('../fonts/OpenSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url('../fonts/OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_theme---background: var(--swatch--light);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_theme---text: var(--swatch--dark);
  --_text-style---font-size: var(--_typography---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --swatch--brand: #78d23d;
  --_theme---border: var(--swatch--brand);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_spacing---space--3: var(--size--1rem);
  --_spacing---space--6: var(--size--2-5rem);
  --size--0-5rem: .5rem;
  --size--1rem: 1rem;
  --_spacing---space--7: var(--size--3rem);
  --container--main: 110rem;
  --container--small: 90rem;
  --container--full: 132rem;
  --_spacing---space--2: var(--size--0-75rem);
  --site--gutter: 1rem;
  --size--0rem: 0rem;
  --_spacing---space--1: var(--size--0-5rem);
  --_spacing---space--4: var(--size--1-5rem);
  --_spacing---space--5: var(--size--2rem);
  --_spacing---space--8: var(--size--4rem);
  --_typography---font--primary-family: "Open Sans", Arial, sans-serif;
  --_typography---font--primary-regular: 400;
  --_typography---font--primary-medium\<deleted\|variable-bf70a7c1-809a-4d78-48d8-6a700e801b65\>: 500;
  --_typography---font--primary-bold: 700;
  --radius--small: .8rem;
  --radius--main: 2rem;
  --radius--round: 100vw;
  --border-width--main: .0625rem;
  --size--0-75rem: .75rem;
  --_typography---line-height--1: 1;
  --column-width--3: 0px;
  --column-width--6: 0px;
  --column-width--12: 0px;
  --size--0-25rem: .25rem;
  --_typography---font--secondary-family: "PP Neue Machina", Georgia, sans-serif;
  --size--1-5rem: 1.5rem;
  --size--4rem: 4rem;
  --_theme---secondary: var(--swatch--light-secondary);
  --_typography---font-size--text-main: 1.125rem;
  --_button-style---border: var(--_theme---button-primary--border);
  --_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);
  --size--3rem: 3rem;
  --_spacing---section-space--small: var(--size--5rem);
  --site--margin: 0px;
  --size--0-125rem: .125rem;
  --_spacing---section-space--none: var(--size--0rem);
  --_spacing---section-space--main: var(--size--7rem);
  --_spacing---section-space--large: var(--size--10rem);
  --_spacing---section-space--page-top: var(--size--14rem);
  --swatch--light-secondary: #f2f2f2;
  --column-width--5: 0px;
  --column-width--4: 0px;
  --size--2rem: 2rem;
  --size--2-5rem: 2.5rem;
  --swatch--dark: #074a37;
  --swatch--light: white;
  --size--10rem: 10rem;
  --column-margin--12: 12px;
  --column-width--2: 0px;
  --column-width--8: 0px;
  --size--8rem: 8rem;
  --size--1-25rem: 1.25rem;
  --swatch--dark-faded: #3532331a;
  --size--5rem: 5rem;
  --size--6rem: 6rem;
  --size--4-5rem: 4.5rem;
  --size--7rem: 7rem;
  --size--3-5rem: 3.5rem;
  --_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);
  --_alignment---flex: var(--align--flex-start);
  --_alignment---text: var(--align--text-left);
  --site--width: 160rem;
  --site--column-count: 12;
  --focus--width: .125rem;
  --focus--offset-inner: -.125rem;
  --focus--offset-outer: .1875rem;
  --swatch--transparent: transparent;
  --swatch--light-faded: #ffffff1a;
  --swatch--brand-text: var(--swatch--dark);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--swatch--dark);
  --_theme---button-primary--border-hover: var(--swatch--dark);
  --_theme---button-primary--text-hover: var(--swatch--brand);
  --_theme---button-secondary--background: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--dark);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: var(--swatch--brand);
  --_theme---button-secondary--border-hover: var(--swatch--brand);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--border: var(--swatch--brand);
  --_theme---button-tertiary--text: var(--swatch--brand);
  --_theme---button-tertiary--background-hover: var(--swatch--brand);
  --_theme---button-tertiary--border-hover: var(--swatch--brand);
  --_theme---button-tertiary--text-hover: var(--swatch--brand-text);
  --size--0-375rem: .375rem;
  --size--5-5rem: 5.5rem;
  --size--6-5rem: 6.5rem;
  --size--7-5rem: 7.5rem;
  --size--8-5rem: 8.5rem;
  --size--9rem: 9rem;
  --size--9-5rem: 9.5rem;
  --size--11rem: 11rem;
  --size--12rem: 12rem;
  --size--13rem: 13rem;
  --size--14rem: 14rem;
  --size--15rem: 15rem;
  --size--16rem: 16rem;
  --_typography---font--primary-trim-top: .33em;
  --_typography---font--primary-trim-bottom: .39em;
  --_typography---font--secondary-trim-top: .46em;
  --_typography---font--secondary-trim-bottom: .26em;
  --_typography---font--secondary-regular: 400;
  --_typography---font--secondary-bold: 700;
  --_typography---letter-spacing--0-03em: -.03em;
  --_typography---letter-spacing--0em: 0em;
  --_typography---line-height--1-1: 1.1;
  --_typography---line-height--1-3: 1.3;
  --_typography---line-height--1-5: 1.5;
  --_typography---font-size--text-small: .875rem;
  --_typography---font-size--text-large: 1.375rem;
  --_typography---font-size--h6: var(--size--1rem);
  --_typography---font-size--h5: var(--size--1-5rem);
  --_typography---font-size--h4: var(--size--2rem);
  --_typography---font-size--h3: var(--size--3rem);
  --_typography---font-size--h2: var(--size--4rem);
  --_typography---font-size--h1: var(--size--5rem);
  --_typography---font-size--display: var(--size--7rem);
  --column-width--1: 0px;
  --column-width--7: 0px;
  --column-width--9: 0px;
  --column-width--10: 0px;
  --column-width--11: 0px;
  --column-margin--0: 0px;
  --column-margin--1: 1px;
  --column-margin--2: 2px;
  --column-margin--3: 3px;
  --column-margin--4: 4px;
  --column-margin--5: 5px;
  --column-margin--6: 6px;
  --column-margin--7: 7px;
  --column-margin--8: 8px;
  --column-margin--9: 9px;
  --column-margin--10: 10px;
  --column-margin--11: 11px;
  --align--flex-start: 0px;
  --align--flex-center: 0px;
  --align--flex-end: 0px;
  --align--text-left: 0px;
  --align--text-center: 0px;
  --align--text-right: 0px;
  --_typography---text-transform--none: 0px;
  --_typography---text-transform--uppercase: 0px;
  --_typography---text-transform--capitalize: 0px;
  --_typography---text-transform--lowercase: 0px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--_theme---background);
  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);
}

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

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

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

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

figure {
  margin-bottom: 0;
}

.u-theme-light {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--light);
  --_theme---text: var(--swatch--dark);
  --_theme---border: var(--swatch--brand);
  --_theme---secondary: var(--swatch--light-secondary);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--swatch--dark);
  --_theme---button-primary--border-hover: var(--swatch--dark);
  --_theme---button-primary--text-hover: var(--swatch--brand);
  --_theme---button-secondary--background: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--dark);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: var(--swatch--brand);
  --_theme---button-secondary--border-hover: var(--swatch--brand);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--border: var(--swatch--brand);
  --_theme---button-tertiary--text: var(--swatch--brand);
  --_theme---button-tertiary--background-hover: var(--swatch--brand);
  --_theme---button-tertiary--border-hover: var(--swatch--brand);
  --_theme---button-tertiary--text-hover: var(--swatch--brand-text);
}

.u-theme-dark {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---border: var(--swatch--brand);
  --_theme---secondary: var(--swatch--dark);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--swatch--light);
  --_theme---button-primary--border-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--background: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--border: var(--swatch--brand);
  --_theme---button-tertiary--text: var(--swatch--brand);
  --_theme---button-tertiary--background-hover: var(--swatch--brand);
  --_theme---button-tertiary--border-hover: var(--swatch--brand);
  --_theme---button-tertiary--text-hover: var(--swatch--brand-text);
}

.u-text-style-display {
  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--secondary-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--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--secondary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--secondary-trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h1 {
  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--secondary-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--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--secondary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--secondary-trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h2 {
  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--secondary-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--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--secondary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--secondary-trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h3 {
  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--secondary-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--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--secondary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--secondary-trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h4 {
  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--secondary-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--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--secondary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--secondary-trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h5 {
  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--secondary-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--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--secondary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--secondary-trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h6 {
  font-family: var(--_text-style---font-family);
  color: var(--_theme---border);
  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--secondary-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--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--secondary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--secondary-trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-large {
  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-3);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_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);
  text-wrap: pretty;
  display: flow-root;
}

.u-text-style-main {
  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-main);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_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);
  text-wrap: pretty;
  display: flow-root;
}

.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-3);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_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);
  text-wrap: pretty;
  display: flow-root;
}

.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--secondary-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--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--secondary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--secondary-trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  max-width: 20ch;
}

.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--secondary-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--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--secondary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--secondary-trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
}

.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--secondary-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--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--secondary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--secondary-trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
}

.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--secondary-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--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--secondary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--secondary-trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
}

.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--secondary-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--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--secondary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--secondary-trim-bottom);
  text-wrap: balance;
  text-transform: var(--_text-style---text-transform);
}

.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--secondary-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--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--secondary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--secondary-trim-bottom);
  text-wrap: balance;
  text-transform: var(--_text-style---text-transform);
}

.u-rich-text p {
  margin-bottom: var(--_spacing---space--3);
  text-wrap: pretty;
}

.u-rich-text blockquote {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--6);
  padding-top: var(--size--0-5rem);
  padding-right: var(--size--1rem);
  padding-bottom: var(--size--0-5rem);
  padding-left: var(--size--1rem);
  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-3);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_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);
  border-left-style: solid;
  border-left-width: .2rem;
}

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

.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---flex);
  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-rich-text em {
  color: var(--_theme---border);
  font-style: normal;
}

.u-container {
  max-width: var(--container--main);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  container-type: inline-size;
}

.u-container-small {
  max-width: var(--container--small);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  container-type: inline-size;
}

.u-container-full {
  max-width: var(--container--full);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  container-type: 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-visual-wrap {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.u-line-clamp-1, .u-line-clamp-2, .u-line-clamp-3, .u-line-clamp-4 {
  display: -webkit-box;
  overflow: hidden;
}

.u-btn-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---flex);
  flex-flow: wrap;
  display: flex;
}

.u-alignment-vertical {
  justify-content: center;
  align-items: var(--_alignment---flex);
  text-align: var(--_alignment---text);
  flex-flow: column;
  display: flex;
}

.u-alignment-horizontal {
  align-items: center;
  justify-content: var(--_alignment---flex);
  flex-flow: wrap;
  display: flex;
}

.u-child-contain {
  justify-content: center;
  align-items: var(--_alignment---flex);
  text-align: var(--_alignment---text);
  flex-flow: column;
  min-width: 100%;
  display: flex;
}

.u-hflex-left-top {
  flex-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.u-hflex-left-center {
  flex-flow: row;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-hflex-left-bottom {
  flex-flow: row;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.u-hflex-left-stretch {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.u-hflex-center-top {
  flex-flow: row;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.u-hflex-center-center {
  flex-flow: row;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-hflex-center-bottom {
  flex-flow: row;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-hflex-center-stretch {
  flex-flow: row;
  place-content: stretch center;
  align-items: stretch;
  display: flex;
}

.u-hflex-right-top {
  flex-flow: row;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-hflex-right-center {
  flex-flow: row;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-hflex-right-bottom {
  flex-flow: row;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.u-hflex-right-stretch {
  flex-flow: row;
  place-content: stretch flex-end;
  align-items: stretch;
  display: flex;
}

.u-hflex-between-top {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-hflex-between-center {
  flex-flow: row;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-hflex-between-bottom {
  flex-flow: row;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-hflex-between-stretch {
  flex-flow: row;
  place-content: stretch space-between;
  align-items: stretch;
  display: flex;
}

.u-hflex-wrap {
  flex-flow: wrap;
}

.u-vflex-left-top {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-center {
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-bottom {
  flex-flow: column;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-between {
  flex-flow: column;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-vflex-center-top {
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-vflex-center-center {
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-vflex-center-bottom {
  flex-flow: column;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-vflex-center-between {
  flex-flow: column;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-vflex-right-top {
  flex-flow: column;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-center {
  flex-flow: column;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-bottom {
  flex-flow: column;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-between {
  flex-flow: column;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-vflex-stretch-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-center {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.u-vflex-wrap {
  flex-flow: column wrap;
}

.u-flex-noshrink {
  flex: none;
}

.u-flex-shrink {
  flex: 0 auto;
}

.u-flex-grow {
  flex: 1;
}

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

.u-grid-subgrid {
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: subgrid;
  grid-column-gap: inherit;
  grid-row-gap: inherit;
  grid-column: auto / span 1;
  display: grid;
}

.u-grid-autofit {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.u-grid-autofill {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 13rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.u-grid-desktop, .u-grid-tablet, .u-grid-landscape {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-main);
  display: grid;
}

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

.u-grid-flex {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  flex-flow: wrap;
  display: flex;
}

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

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

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

.u-align-self-end {
  align-self: flex-end;
}

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

.u-align-items-stretch {
  align-items: stretch;
}

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

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

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

.u-align-items-variable {
  align-items: var(--_alignment---flex);
}

.u-justify-content-start {
  justify-content: flex-start;
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-end {
  justify-content: flex-end;
}

.u-justify-content-between {
  justify-content: space-between;
}

.u-justify-content-around {
  justify-content: space-around;
}

.u-justify-content-variable {
  justify-content: var(--_alignment---flex);
}

.u-color-inherit {
  color: inherit;
}

.u-color-faded {
  color: color-mix(in srgb, var(--_theme---text) 60%, transparent);
}

.u-gap-0 {
  grid-column-gap: var(--size--0rem);
  grid-row-gap: var(--size--0rem);
}

.u-gap-inherit {
  grid-column-gap: inherit;
  grid-row-gap: inherit;
}

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

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

.u-gap-gutter {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
}

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

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

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

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

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

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

.u-gap-row-0 {
  grid-row-gap: var(--size--0rem);
}

.u-gap-row-inherit {
  grid-row-gap: inherit;
}

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

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

.u-gap-row-gutter {
  grid-row-gap: var(--site--gutter);
}

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

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

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

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

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

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

.u-mt-auto {
  margin-top: auto;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-gutter {
  margin-top: var(--site--gutter);
}

.u-mt-text {
  margin-top: var(--_text-style---margin-top);
}

.u-mt-1 {
  margin-top: var(--_spacing---space--1);
}

.u-mt-2 {
  margin-top: var(--_spacing---space--2);
}

.u-mt-3 {
  margin-top: var(--_spacing---space--3);
}

.u-mt-4 {
  margin-top: var(--_spacing---space--4);
}

.u-mt-5 {
  margin-top: var(--_spacing---space--5);
}

.u-mt-6 {
  margin-top: var(--_spacing---space--6);
}

.u-mt-7 {
  margin-top: var(--_spacing---space--7);
}

.u-mt-8 {
  margin-top: var(--_spacing---space--8);
}

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

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

.u-mb-gutter {
  margin-bottom: var(--site--gutter);
}

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

.u-mb-1 {
  margin-bottom: var(--_spacing---space--1);
}

.u-mb-2 {
  margin-bottom: var(--_spacing---space--2);
}

.u-mb-3 {
  margin-bottom: var(--_spacing---space--3);
}

.u-mb-4 {
  margin-bottom: var(--_spacing---space--4);
}

.u-mb-5 {
  margin-bottom: var(--_spacing---space--5);
}

.u-mb-6 {
  margin-bottom: var(--_spacing---space--6);
}

.u-mb-7 {
  margin-bottom: var(--_spacing---space--7);
}

.u-mb-8 {
  margin-bottom: var(--_spacing---space--8);
}

.u-weight-regular {
  font-family: var(--_typography---font--primary-family);
  font-weight: var(--_typography---font--primary-regular);
}

.u-weight-medium {
  font-family: var(--_typography---font--primary-family);
  font-weight: var(--_typography---font--primary-medium\<deleted\|variable-bf70a7c1-809a-4d78-48d8-6a700e801b65\>);
}

.u-weight-bold {
  font-family: var(--_typography---font--primary-family);
  font-weight: var(--_typography---font--primary-bold);
}

.u-min-height-screen {
  min-height: 100svh;
}

.u-column-full {
  grid-column: 1 / -1;
}

.u-column-custom {
  grid-column: auto / span 1;
}

.u-column-indent {
  grid-column: 2 / -2;
}

.u-column-1 {
  grid-column: auto / span 1;
}

.u-column-2 {
  grid-column: auto / span 2;
}

.u-column-3 {
  grid-column: auto / span 3;
}

.u-column-4 {
  grid-column: auto / span 4;
}

.u-column-5 {
  grid-column: auto / span 5;
}

.u-column-6 {
  grid-column: auto / span 6;
}

.u-column-7 {
  grid-column: auto / span 7;
}

.u-column-8 {
  grid-column: auto / span 8;
}

.u-column-9 {
  grid-column: auto / span 9;
}

.u-column-10 {
  grid-column: auto / span 10;
}

.u-column-11 {
  grid-column: auto / span 11;
}

.u-column-12 {
  grid-column: auto / span 12;
}

.u-order-first {
  order: -1;
}

.u-order-last {
  order: 1;
}

.u-alignment-left {
  --_alignment---flex: var(--align--flex-start);
  --_alignment---text: var(--align--text-left);
  text-align: var(--_alignment---text);
}

.u-alignment-center {
  --_alignment---flex: var(--align--flex-center);
  --_alignment---text: var(--align--text-center);
  text-align: var(--_alignment---text);
}

.u-alignment-right {
  --_alignment---flex: var(--align--flex-end);
  --_alignment---text: var(--align--text-right);
  text-align: var(--_alignment---text);
}

.u-text-transform-none {
  text-transform: none;
}

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

.u-text-transform-capitalize {
  text-transform: capitalize;
}

.u-text-transform-lowercase {
  text-transform: lowercase;
}

.u-text-wrap-wrap {
  text-wrap: wrap;
}

.u-text-wrap-balance {
  text-wrap: balance;
}

.u-text-wrap-pretty {
  text-wrap: pretty;
}

.u-max-width-none {
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.u-radius-none {
  border-radius: 0;
}

.u-radius-inherit {
  border-radius: inherit;
}

.u-radius-small {
  border-radius: var(--radius--small);
}

.u-radius-main {
  border-radius: var(--radius--main);
}

.u-radius-round {
  border-radius: var(--radius--round);
}

.u-overflow-visible {
  overflow: visible;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-overflow-clip {
  overflow: clip;
}

.u-overflow-scroll {
  overflow: scroll;
}

.u-overflow-auto {
  overflow: auto;
}

.u-overflow-x-auto {
  overflow: auto hidden;
}

.u-overflow-y-auto {
  overflow: hidden auto;
}

.u-overflow-hidden-left {
  -webkit-clip-path: polygon(0 0, 9000% 0, 9000% 100%, 0% 100%);
  clip-path: polygon(0 0, 9000% 0, 9000% 100%, 0% 100%);
}

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

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

.u-display-inline-block {
  display: inline-block;
}

.u-display-inline-flex {
  display: inline-flex;
}

.u-display-inline-grid {
  display: inline-grid;
}

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

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

.u-zindex-negative {
  z-index: -1;
  position: relative;
}

.u-zindex-0 {
  z-index: 0;
  position: relative;
}

.u-zindex-unset {
  z-index: unset;
  position: relative;
}

.u-zindex-1 {
  z-index: 1;
  position: relative;
}

.u-zindex-2 {
  z-index: 2;
  position: relative;
}

.u-zindex-3 {
  z-index: 3;
  position: relative;
}

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

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

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

.u-position-sticky {
  position: sticky;
  top: 0;
}

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

.u-height-full {
  height: 100%;
}

.u-width-full {
  width: 100%;
}

.u-cover {
  width: 100%;
  height: 100%;
}

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

.u-pointer-on {
  pointer-events: auto;
}

.u-pointer-off {
  pointer-events: none;
}

.u-ratio-1-1 {
  aspect-ratio: 1;
}

.u-ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.u-ratio-3-2 {
  aspect-ratio: 3 / 2;
}

.u-ratio-2-3 {
  aspect-ratio: 2 / 3;
}

.u-ratio-2-1 {
  aspect-ratio: 2;
}

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

.styleguide_subheading {
  margin-bottom: 0;
}

.styleguide_card_wrap {
  padding: var(--_spacing---space--5);
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: var(--radius--main);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styleguide_footer {
  border-top: var(--border-width--main) solid var(--_theme---border);
  text-align: center;
}

.g_tag_wrap {
  padding: var(--size--0-5rem) var(--size--0-75rem);
  border-radius: var(--radius--small);
  background-color: var(--_theme---text);
  color: var(--_theme---background);
  line-height: var(--_typography---line-height--1);
  text-align: center;
  min-width: 4rem;
  display: inline-block;
}

.styleguide_font_item {
  padding-top: var(--_spacing---space--5);
  padding-bottom: var(--_spacing---space--5);
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  border-bottom: var(--border-width--main) solid var(--_theme---border);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form_main_field_wrap {
  width: var(--column-width--3);
  text-align: left;
}

.form_main_field_wrap.is-full {
  width: var(--column-width--6);
}

.form_main_label {
  margin-top: var(--size--0-25rem);
  font-family: var(--_typography---font--secondary-family);
}

.form_main_wrap {
  width: 100%;
  margin-bottom: 0;
}

.form_main_success_wrap {
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: var(--radius--small);
  background-color: var(--swatch--brand);
  padding: 1.2rem;
}

.form_main_list {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.form_main_option_list.is-full {
  width: var(--column-width--6);
}

.form_main_option_item {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.form_main_error_wrap {
  margin-top: var(--_spacing---space--5);
  border: var(--border-width--main) none var(--_theme---border);
  border-radius: var(--radius--small);
  background-color: #ffdede;
  padding: .8rem 1.4rem;
}

.form_main_option_link {
  width: var(--size--1-5rem);
  height: var(--size--1-5rem);
  margin: 0px var(--_spacing---space--2) 0px 0px;
  border: var(--border-width--main) solid var(--_theme---text);
  border-radius: var(--radius--small);
}

.form_main_option_link.w--redirected-checked {
  border-color: var(--swatch--brand);
  border-radius: var(--radius--small);
  background-color: var(--swatch--brand);
  background-size: 60%;
}

.form_main_field_input {
  height: var(--size--4rem);
  padding-top: var(--size--0-75rem);
  padding-right: var(--size--0-75rem);
  padding-bottom: var(--size--0-75rem);
  padding-left: var(--size--1rem);
  border-top-left-radius: var(--radius--small);
  border-top-right-radius: var(--radius--small);
  border-bottom-left-radius: var(--radius--small);
  border-bottom-right-radius: var(--radius--small);
  background-color: var(--_theme---secondary);
  font-family: var(--_typography---font--secondary-family);
  font-size: var(--_typography---font-size--text-main);
  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);
  border: 0 solid #000;
  margin-bottom: 0;
}

.form_main_field_input:focus {
  border-bottom-color: var(--_theme---text);
}

.form_main_field_input::placeholder {
  color: color-mix(in srgb, var(--_theme---text) 60%, transparent);
}

.form_main_field_input.is-message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 8rem;
  max-height: 10rem;
}

.btn_main_wrap {
  z-index: 10;
  padding: var(--size--1rem) var(--size--1-5rem);
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: var(--border-width--main) solid var(--_button-style---border);
  border-radius: var(--radius--round);
  background-color: var(--_button-style---background);
  color: var(--_button-style---text);
  text-align: center;
  vertical-align: middle;
  --_button-style---border: var(--_theme---button-primary--border);
  --_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;
  line-height: 1;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
}

.btn_main_wrap:where(.w-variant-e85564cd-af30-a478-692b-71732aefb3ab) {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_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);
}

.btn_main_wrap:where(.w-variant-e63cb0dd-d32e-a39e-1bd6-c3e1a1a3fb96) {
  --_button-style---border: var(--_theme---button-tertiary--border);
  --_button-style---background: var(--_theme---button-tertiary--background);
  --_button-style---text: var(--_theme---button-tertiary--text);
  --_button-style---border-hover: var(--_theme---button-tertiary--border-hover);
  --_button-style---background-hover: var(--_theme---button-tertiary--background-hover);
  --_button-style---text-hover: var(--_theme---button-tertiary--text-hover);
}

.btn_main_wrap:where(.w-variant-5d893c45-51fc-e621-0301-198af8ca02bc) {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_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);
}

.btn_main_wrap:hover {
  border-color: var(--_button-style---border-hover);
  background-color: var(--_button-style---background-hover);
  color: var(--_button-style---text-hover);
}

.btn_main_text {
  z-index: 2;
  line-height: inherit;
  color: inherit;
  position: relative;
}

.btn_play_wrap {
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--_button-style---border);
  border-radius: var(--radius--round);
  background-color: var(--_button-style---background);
  color: var(--_button-style---text);
  vertical-align: middle;
  --_button-style---border: var(--_theme---button-primary--border);
  --_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;
  width: 5rem;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
}

.btn_play_wrap:where(.w-variant-ab355ea0-b722-2f23-3507-f0290f710e57) {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_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);
}

.btn_play_wrap:hover {
  border-color: var(--_button-style---border-hover);
  background-color: var(--_button-style---background-hover);
  color: var(--_button-style---text-hover);
}

.btn_play_icon {
  aspect-ratio: 1;
  width: 36%;
  position: relative;
}

.page_wrap {
  flex-flow: column;
  min-height: 100svh;
  display: flex;
  overflow: clip;
}

.page_main {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.page_code_wrap {
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_group {
  padding-top: var(--_spacing---space--7);
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--5);
  flex-flow: column;
  display: flex;
}

.styleguide_visual {
  padding: var(--_spacing---space--1);
  aspect-ratio: 3 / 1.5;
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: var(--radius--small);
  text-align: center;
  width: 100%;
  max-height: 7rem;
  position: relative;
  overflow: hidden;
}

.styleguide_icon {
  width: var(--size--3rem);
  height: var(--size--3rem);
}

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

.hero_utility-page_contain.u-container {
  align-content: center;
  min-height: 100vh;
}

.hero_utility-page_content {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: column;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.styleguide_contain {
  padding-top: var(--_spacing---section-space--small);
  padding-bottom: var(--_spacing---section-space--small);
}

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

.styleguide_guide_layout.u-grid-custom {
  grid-template-columns: var(--grid-main);
}

.styleguide_guide_column {
  color: #8a8a8a80;
  background-color: #9292920f;
  height: 100vh;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.g_visual_wrap {
  overflow: hidden;
}

.g_visual_background {
  opacity: 0;
  background-color: currentColor;
  padding: 0;
}

.g_visual_img {
  object-position: inherit;
}

.g_visual_overlay {
  background-color: #000;
}

.styleguide_list {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.styleguide_card_visual {
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  width: 100%;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0;
}

.styleguide_flex_wrap {
  aspect-ratio: 1;
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 88%;
  flex-flow: column;
  width: 100%;
  display: flex;
  container-type: inline-size;
}

.styleguide_flex_dot {
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  border-radius: 100vw;
  min-width: 16cqw;
  min-height: 16cqw;
  padding: 0;
}

.form_main_success_text.u-text-style-main {
  text-wrap: balance;
}

.form_main_error_text {
  color: #e23939;
}

.styleguide_scroll {
  padding-right: var(--site--margin);
  padding-left: var(--site--margin);
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  margin-left: calc(var(--site--margin) * -1);
  scrollbar-color: var(--theme--text) transparent;
  margin-right: calc(var(--site--margin) * -1);
  grid-template-rows: auto;
  grid-template-columns: minmax(16rem, 1fr);
  grid-auto-columns: minmax(16rem, 1fr);
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  overflow: auto;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
}

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

.g_clickable_wrap {
  z-index: 3;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.styleguide_layout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
}

.styleguide_content {
  width: 100%;
}

.styleguide_nav_wrap {
  padding-top: var(--size--1rem);
  padding-right: var(--size--1rem);
  padding-bottom: var(--size--1rem);
  padding-left: var(--size--1rem);
  border-top-left-radius: var(--radius--small);
  border-top-right-radius: var(--radius--small);
  border-bottom-left-radius: var(--radius--small);
  border-bottom-right-radius: var(--radius--small);
  grid-column: 10 / -1;
  width: 100%;
  overflow: hidden auto;
}

.styleguide_nav_list {
  border-left: var(--border-width--main) solid var(--_theme---border);
}

.styleguide_nav_item {
  margin-left: calc(var(--border-width--main) * -.5);
}

.styleguide_nav_link {
  padding-top: var(--size--0-125rem);
  padding-bottom: var(--size--0-125rem);
  padding-left: var(--size--0-75rem);
  outline-offset: var(--focus--offset-inner);
  display: block;
}

.styleguide_nav_link.w--current {
  border-left-style: solid;
  border-left-width: var(--border-width--main);
  border-left-color: currentColor;
}

.styleguide_nav_sub_list {
  overflow: hidden;
}

.styleguide_nav_sub_link {
  padding-top: var(--size--0-125rem);
  padding-right: 1.1rem;
  padding-bottom: var(--size--0-125rem);
  opacity: .6;
  outline-offset: var(--focus--offset-inner);
  padding-left: 1.1rem;
  line-height: 1.3em;
  display: block;
}

.styleguide_nav_sub_link:hover, .styleguide_nav_sub_link.w--current {
  opacity: 1;
}

.styleguide_nav_sub_wrap {
  grid-template-rows: 1fr;
  grid-template-columns: minmax(0, 1fr);
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: grid;
}

.btn_play_pause {
  opacity: 0;
  display: block;
}

.btn_play_play {
  display: block;
}

.styleguide_card_inner {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.styleguide_card_hidden {
  display: none;
}

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

.g_section_space:where(.w-variant-d422cbd0-f212-c815-68df-63414354c21d) {
  height: var(--_spacing---section-space--small);
}

.g_section_space:where(.w-variant-60a7ad7d-02b0-6682-95a5-2218e6fd1490) {
  height: var(--_spacing---section-space--main);
}

.g_section_space:where(.w-variant-8cc18b30-4618-8767-0111-f6abfe45aaa3) {
  height: var(--_spacing---section-space--large);
}

.g_section_space:where(.w-variant-41fc0c0a-cac3-53c9-9802-6a916e3fb342) {
  height: var(--site--margin);
}

.g_section_space:where(.w-variant-e359d2da-de19-6775-b122-3e06f925f39e) {
  height: var(--_spacing---section-space--page-top);
}

.hero_utility-page_header {
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.g_section_wrap {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.home_hero_wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 80svh;
  display: flex;
}

.home_hero_contain {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
}

.home_hero_layout {
  width: 100%;
  height: 100%;
}

.home_hero_devices_wrap {
  z-index: 3;
}

.g_visual_gradient {
  background-image: linear-gradient(0deg, var(--swatch--light-secondary), #f2f2f200);
  width: 1000%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.guard-k {
  z-index: 4;
  width: 33vw;
  margin-bottom: 2rem;
  position: absolute;
  inset: auto 14% 12% auto;
}

.guard-k.is-main {
  width: 50vw;
  bottom: 0%;
  right: 25%;
}

.guard-r {
  z-index: 5;
  width: 39vw;
  position: absolute;
  inset: auto 32% 10% auto;
}

.guard-r.is-main {
  width: 52vw;
  bottom: 5%;
  right: 24%;
}

.guard-b {
  z-index: 3;
  width: 26vw;
  position: absolute;
  inset: auto auto 11% 20%;
}

.guard-b.is-main {
  width: 40vw;
  bottom: 0%;
  left: 32%;
}

.gate {
  z-index: 2;
  width: 7vw;
  margin-bottom: 5rem;
  position: absolute;
  inset: auto 38% 10% auto;
}

.gate.is-main {
  width: 20vw;
  margin-bottom: 0;
  bottom: -50%;
  right: 40%;
}

.box_element_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.box_element_layout {
  justify-content: center;
}

.teaserbox_item {
  max-width: var(--column-width--5);
  min-width: var(--column-width--4);
  border-radius: var(--radius--main);
  background-color: var(--_theme---background);
  flex: 1;
  overflow: hidden;
}

.teaserbox_item.u-theme-light {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
}

.teaserbox_content_wrap {
  padding: var(--size--1-5rem);
}

.teaserbox_img {
  aspect-ratio: 16 / 9;
}

.box_slot {
  width: var(--column-width--12);
}

.split_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.split_layout.u-grid-flex {
  justify-content: space-between;
}

.split_layout.u-grid-flex.reversed {
  flex-flow: row-reverse;
}

.split_content_wrap {
  width: var(--column-width--5);
}

.split_img_wrap {
  width: var(--column-width--6);
  border-radius: var(--radius--main);
  height: 100%;
  overflow: hidden;
}

.split_img {
  aspect-ratio: 16 / 9;
}

.main_content_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.main_content_heading {
  text-wrap: balance;
  display: flex;
}

.main_content_heading.is-centered, .main_content_heading.u-max-width-20ch.is-centered {
  justify-content: center;
}

.main_content_heading strong {
  color: var(--_theme---border);
  font-weight: 400;
}

.icon_elements_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.icon_elements_layout.u-grid-custom {
  grid-template-columns: var(--grid-12);
}

.icon_elements_items_wrap.u-column-6 {
  grid-column-start: 7;
}

.icon_item_slot {
  grid-row-gap: var(--_spacing---space--7);
  flex: 1;
}

.icon_item_slot.u-grid-flex {
  grid-row-gap: var(--size--4rem);
}

.icon_item {
  width: var(--column-width--3);
  padding-right: var(--_spacing---space--4);
}

.icon_svg_slot {
  color: var(--swatch--brand);
  flex: none;
  width: 4rem;
}

.icon_item_text_wrap {
  max-width: var(--column-width--3);
}

.textbox_item {
  max-width: var(--column-width--5);
  min-width: var(--column-width--4);
  flex: 1;
}

.textbox_img {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--main);
}

.textbox_heading {
  margin-top: -.5rem;
}

.sub_hero_layout {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.sub_hero_visual_wrap {
  aspect-ratio: 4 / 3;
  border-top-left-radius: var(--radius--main);
  border-bottom-left-radius: var(--radius--main);
  width: 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
}

.sub_hero_content_contain {
  z-index: 2;
  max-width: var(--container--main);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: auto;
}

.sub_hero_content_wrap {
  padding: var(--_spacing---section-space--main) 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  max-width: 50%;
  display: flex;
  position: relative;
}

.sub_hero_wrap {
  color: var(--_theme---text);
  height: 100%;
  container-type: inline-size;
}

.check_item_icon_wrap {
  width: var(--size--2-5rem);
  margin-right: var(--size--1rem);
}

.check_icon_svg {
  color: var(--_theme---border);
}

.iconbox_item {
  max-width: var(--column-width--6);
  min-width: var(--column-width--4);
  border-radius: var(--radius--main);
  background-color: var(--_theme---background);
  flex: 1;
  overflow: hidden;
}

.iconbox_item.u-theme-light {
  position: relative;
}

.iconbox_content_wrap {
  padding: var(--size--2rem);
  position: relative;
}

.iconbox_content_wrap.u-vflex-left-top.u-gap-4.is-overlay {
  z-index: 2;
  border-radius: var(--radius--main);
  background-color: var(--swatch--dark);
  opacity: 0;
  color: var(--swatch--light);
  position: absolute;
  inset: 0%;
  transform: scale(.9)translate(0, 101%);
}

.iconbox_svg_slot {
  color: var(--swatch--brand);
  flex: none;
  width: 5rem;
}

.bento_element_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.bento_element_layout {
  justify-content: center;
}

.bento_element_layout.u-grid-custom {
  grid-template-columns: var(--grid-12);
}

.bento_item {
  padding: var(--size--2rem);
  border-radius: var(--radius--main);
  background-color: var(--_theme---secondary);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bento_item._1-1 {
  aspect-ratio: 5 / 4;
}

.bento_item._2-3 {
  aspect-ratio: 3 / 4;
}

.bento_item._4-5 {
  aspect-ratio: 15 / 16;
}

.bento_item_img_wrap {
  position: absolute;
  inset: 0%;
}

.bento_item_heading.u-text-style-h4.u-zindex-2.u-alignment-center.white {
  color: var(--swatch--light);
}

.styleguide_divider {
  color: var(--swatch--light);
  background-color: #131313;
}

.full_visual_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.full_visual_contain {
  max-width: var(--container--small);
}

.full_visual_layout {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--main);
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.slider_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.slider_layout {
  justify-content: center;
}

.slider-main_component {
  position: relative;
}

.swiper {
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-slide {
  width: var(--column-width--3);
  margin-right: var(--size--1rem);
  padding: var(--size--2rem);
  border-radius: var(--radius--small);
  background-color: var(--_theme---secondary);
  flex: none;
}

.slider_logo_img {
  max-width: var(--size--10rem);
}

.slider_logo_wrap {
  width: 100%;
  height: 100%;
}

.main_content_heading_wrap {
  justify-content: center;
  align-items: center;
}

.main_content_heading_wrap.u-mb-8 {
  padding-right: 0;
}

.contact_element_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.contact_element_layout.u-grid-custom {
  grid-template-columns: var(--grid-12);
}

.contact_element_form_wrap {
  border-radius: var(--radius--main);
}

.contact_element_column.u-column-6 {
  grid-column-start: 7;
}

.event_element_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.event_element_layout {
  justify-content: center;
}

.event_item_date_wrap {
  width: var(--column-width--3);
}

.event_item_img_wrap {
  width: var(--column-width--2);
  border-radius: var(--radius--small);
  overflow: hidden;
}

.event_item {
  padding-top: var(--_spacing---space--7);
  padding-bottom: var(--_spacing---space--7);
  border-bottom: var(--border-width--main) solid var(--_theme---secondary);
  width: 100%;
}

.event_item_text_wrap.u-vflex-left-top {
  align-self: stretch;
}

.event_item_img {
  aspect-ratio: 1;
}

.event_item_text.u-text-style-main {
  text-wrap: balance;
}

.event_item_btn_wrap {
  align-self: stretch;
}

.accordion_wrap {
  background-color: var(--_theme---secondary);
  color: var(--_theme---text);
}

.accordion_layout {
  justify-content: center;
}

.accordion_item {
  border-radius: var(--radius--main);
  background-color: var(--_theme---background);
  cursor: pointer;
  overflow: hidden;
}

.accordion_toggle {
  padding: var(--size--1rem) var(--size--1-5rem);
}

.accordion_content {
  height: 0;
}

.accordion_toggle_icon_wrap {
  width: var(--size--2-5rem);
  height: var(--size--2-5rem);
  border-radius: var(--radius--round);
  background-color: var(--_theme---secondary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion_toggle_icon {
  width: 40%;
}

.accordion_content_text_wrap {
  padding: var(--size--1rem) var(--size--1-5rem) var(--size--2rem);
}

.scroll_wrap {
  border-radius: var(--radius--main);
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.scroll_layout {
  flex-flow: row;
}

.scroll_layout.u-grid-custom {
  grid-template-columns: var(--grid-12);
}

.scroll_left {
  height: 100vh;
  position: sticky;
  top: 0;
}

.scroll_right.u-column-5 {
  grid-column-start: 8;
}

.scroll_left_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.scroll_left_img_wrap {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}

.scroll_left_img_item {
  border-radius: var(--radius--main);
  overflow: hidden;
}

.scroll_left_img {
  aspect-ratio: 1;
}

.scroll_item_content {
  height: 100%;
}

.scroll_right_item {
  height: 100vh;
}

.scroll_item_heading {
  text-wrap: balance;
  display: flex;
}

.scroll_item_heading strong {
  color: var(--_theme---border);
  font-weight: 400;
}

.quote_layout {
  z-index: 2;
  flex-flow: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.quote_emtpy_wrap {
  aspect-ratio: 4 / 3;
  width: 100%;
  min-width: 0;
  position: relative;
}

.quote_content_contain {
  max-width: var(--container--main);
  flex: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.quote_content_wrap {
  padding-top: var(--_spacing---section-space--main);
  padding-bottom: var(--_spacing---section-space--main);
  border-top-left-radius: var(--radius--main);
  border-bottom-left-radius: var(--radius--main);
  background-color: var(--_theme---secondary);
  color: var(--_theme---text);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  display: flex;
}

.quote_wrap {
  container-type: inline-size;
}

.quote_svg_wrap {
  width: var(--size--4rem);
}

.quote_heading {
  text-wrap: balance;
  display: flex;
}

.quote_heading strong {
  color: var(--_theme---border);
  font-weight: 400;
}

.quote_visual_wrap {
  position: absolute;
  inset: 0%;
}

.contact_infobox {
  padding: var(--size--2rem);
  border-radius: var(--radius--main);
  background-color: var(--_theme---secondary);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
}

.contact_infobox_content_wrap {
  height: 100%;
}

.contact_infobox_heading {
  text-wrap: balance;
  display: flex;
}

.contact_infobox_heading strong {
  color: var(--_theme---border);
  font-weight: 400;
}

.contact_infobox_text {
  font-family: var(--_typography---font--secondary-family);
}

.contact_infobox_text.u-rich-text a {
  color: var(--_theme---text);
  text-decoration: none;
}

.contact_infobox_text.u-rich-text a:hover {
  color: var(--_theme---border);
}

.u-zindex-100 {
  z-index: 100;
  position: relative;
}

.footer_link_text.u-text-style-small {
  opacity: .5;
}

.footer_group_list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_nav {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--7);
  flex: 500 auto;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  grid-auto-columns: 1fr;
  width: 43rem;
  display: grid;
}

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

.footer_wrap {
  border-top-left-radius: var(--radius--main);
  border-top-right-radius: var(--radius--main);
}

.footer_group_item {
  display: flex;
}

.footer_content {
  width: var(--column-width--3);
  grid-column-gap: var(--site--gutter);
  grid-row-gap: inherit;
  flex: auto;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.footer_logo_wrap {
  width: 8rem;
}

.footer_link_wrap {
  padding-top: var(--_spacing---space--2);
  padding-bottom: var(--_spacing---space--2);
  grid-column-gap: var(--size--0-5rem);
  grid-row-gap: var(--size--0-5rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_link_wrap.is-long {
  min-width: 20rem;
  max-width: 26rem;
}

.footer_bottom_layout {
  padding-top: var(--size--2-5rem);
  padding-bottom: var(--size--2-5rem);
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  border-top: var(--border-width--main) solid var(--_theme---border);
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.footer_social_wrap {
  margin-top: auto;
}

.footer_layout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer_bottom_item {
  display: flex;
}

.footer_bottom_contain {
  padding-top: 0;
  padding-bottom: 0;
}

.footer_bottom_text {
  margin-bottom: 0;
}

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

.footer_group_title_wrap {
  margin-bottom: var(--_spacing---space--3);
  height: 3rem;
}

.footer_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_social_icon {
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
  position: relative;
}

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

.footer_link_icon_wrap {
  width: var(--size--1-25rem);
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_2_search_label {
  width: 100%;
}

.nav_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_links_link.is-desktop {
  padding: 0px var(--_spacing---space--3);
  height: 100%;
}

.nav_menu_scroll {
  max-height: calc(100svh - var(--nav--height-total)  - var(--nav--spacing-outer-vertical) * 2);
  padding-left: var(--nav--spacing-inner-horizontal);
  padding-right: var(--nav--spacing-inner-horizontal);
  overflow: hidden auto;
}

.nav_links_item {
  display: flex;
}

.nav_links_locales_hide {
  display: none;
}

.nav_dropdown_mega_contain {
  max-width: var(--container--main);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav_dropdown_mega_contain.is-desktop {
  padding-top: var(--_spacing---space--5);
  padding-bottom: var(--_spacing---space--8);
}

.nav_2_links_search_icon {
  width: 1.1rem;
  overflow: visible !important;
}

.nav_dropdown_mega_content {
  position: relative;
}

.nav_dropdown_mega_content.is-desktop {
  background-color: var(--_theme---background);
  border-radius: var(--nav--radius);
}

.nav_banner_link {
  grid-column-gap: var(--_spacing---space--2);
  grid-column-start: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  outline-offset: var(--focus--offset-inner) !important;
  outline-color: var(--_theme---background) !important;
}

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

.nav_dropdown_text {
  transition: opacity .1s;
}

.nav_2_search_field {
  font-size: inherit;
  color: inherit;
  background-color: #0000;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 2.9em;
  margin-bottom: 0;
  padding: 0 0;
}

.nav_2_search_field::placeholder {
  color: color-mix(in srgb, var(--_theme---text) 60%, transparent);
}

.nav_banner_contain {
  grid-column-gap: var(--_spacing---space--4);
  grid-template-rows: auto;
  grid-template-columns: minmax(1.1rem, 1.1rem) minmax(0, 1fr) minmax(1.1rem, 1.1rem);
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

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

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

.nav_banner_embed {
  display: none;
}

.nav_banner_close_wrap {
  outline-offset: @var_variable-00c12ea7-2aa6-7374-315d-2ca3eb46f0e3;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  outline-color: var(--_theme---background) !important;
}

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

.nav_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_btn_wrap.w--open {
  color: inherit;
  background-color: #0000;
}

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

.nav_dropdown_main_wrap.is-desktop {
  width: var(--container--main);
  padding-top: var(--_spacing---space--1);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100% 0% auto;
}

.nav_dropdown_main_scroll.is-desktop {
  background-color: var(--_theme---background);
  max-height: calc(100svh - var(--nav_2--height-total)  - var(--nav_2--spacing-outer-vertical) * 2);
  border-radius: var(--nav_2--radius);
  position: relative;
  overflow-x: hidden;
  overflow-y: auto !important;
}

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

.nav_logo_wrap {
  z-index: 2;
  outline-offset: 0px;
  color: var(--swatch--dark);
  outline-width: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_logo_wrap.w--current {
  color: var(--swatch--dark-faded);
}

.nav_dropdown_backdrop {
  z-index: 0;
  background-color: color-mix(in srgb, var(--swatch--dark) 40%, transparent);
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_links_text {
  color: inherit;
}

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

.nav_dropdown_mega_wrap.is-desktop {
  padding-top: var(--size--0-5rem);
  max-width: var(--nav--container);
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100% 0% auto;
}

.nav_buttons_item {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav_buttons_item.is-main {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--3);
}

.nav_buttons_item.is-main.is-desktop {
  margin: 0px var(--_spacing---space--3);
}

.nav_wrap {
  z-index: 1;
  background-color: #0000;
  position: relative;
}

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

.nav_wrap.u-hflex-between-center {
  grid-column-gap: var(--size--2rem);
  grid-row-gap: var(--size--2rem);
  justify-content: space-between;
  width: auto;
}

.nav_contain {
  grid-column-gap: var(--_spacing---space--3);
  background-color: var(--_theme---background);
  pointer-events: auto;
  height: var(--nav--height);
  border-radius: var(--nav--radius);
  max-width: var(--nav--container);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: var(--nav--spacing-inner-horizontal);
  padding-right: var(--nav--spacing-inner-horizontal);
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  box-shadow: 0 5px 20px #0003;
}

.nav_contain.is-desktop {
  border-radius: var(--radius--round);
}

.nav_skip_wrap {
  z-index: 2;
  border-width: var(--border-width--main);
  background-color: var(--_theme---background);
  outline-offset: @var_variable-00c12ea7-2aa6-7374-315d-2ca3eb46f0e3;
  pointer-events: auto;
  color: var(--_theme---text);
  margin: .5rem;
  padding: .5rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-200%);
}

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

.nav_screen-reader-text {
  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;
}

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

.nav_2_search_btn_wrap {
  outline-offset: @var_variable-00c12ea7-2aa6-7374-315d-2ca3eb46f0e3;
  justify-content: center;
  align-items: center;
  margin-left: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav_dropdown_item {
  flex-flow: column;
  display: flex;
}

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

.nav_2_search_wrap {
  border-bottom: var(--border-width--main) solid var(--_theme---border);
  display: flex;
}

.nav_links_svg {
  flex: none;
  width: 2rem;
  margin-left: auto;
  transition-property: transform;
  transition-duration: .35s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  overflow: visible !important;
}

.nav_banner_wrap {
  z-index: 1;
  background-color: var(--_theme---text);
  pointer-events: auto;
  color: var(--_theme---background);
  font-size: var(--_typography---font-size--text-small);
  height: var(--nav--banner-height);
  position: relative;
}

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

.nav_dropdown_mega_layout.is-desktop {
  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);
  display: grid;
}

.nav_banner_svg {
  width: 1rem;
  overflow: visible !important;
}

.nav_menu_wrap {
  margin-right: var(--size--4rem);
  margin-left: var(--size--4rem);
  flex: 1;
  justify-content: center;
  display: none;
  inset: 0% 0% auto;
}

.nav_banner_close_svg {
  width: 100%;
  overflow: visible !important;
}

.nav_dropdown_mega_scroll {
  position: relative;
}

.nav_dropdown_mega_scroll.is-desktop {
  max-height: calc(100svh - var(--nav--height-total)  - var(--nav--spacing-outer-vertical) * 2);
  padding-left: var(--nav--spacing-inner-horizontal);
  padding-right: var(--nav--spacing-inner-horizontal);
  overflow: hidden auto;
}

.nav_menu_backdrop {
  z-index: 0;
  background-color: color-mix(in srgb, var(--swatch--dark) 40%, transparent);
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_actions_wrap {
  flex-flow: column;
  flex: none;
  display: flex;
}

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

.nav_component {
  z-index: 1000;
  pointer-events: none;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
  container-type: inline-size;
}

.nav_2_search_btn_icon {
  width: 1.1rem;
  overflow: visible !important;
}

.nav_links_wrap {
  flex: 1;
}

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

.nav_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_dropdown_link.is-desktop {
  padding-top: var(--_spacing---section-space--none);
  padding-bottom: var(--_spacing---section-space--none);
  grid-column-gap: 0rem;
  font-size: inherit;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.nav_dropdown_img_wrap {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--small);
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.nav_dropdown_img {
  aspect-ratio: 16 / 9;
}

.nav_dropdown_heading_wrap {
  min-height: var(--size--5rem);
  grid-column-gap: var(--size--0-5rem);
  grid-row-gap: var(--size--0-5rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_dropdown_icon_wrap {
  width: var(--size--1-25rem);
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_dropdown_text_wrap {
  padding-top: var(--size--0-75rem);
  padding-bottom: var(--size--0-75rem);
  border-bottom: var(--border-width--main) solid var(--_theme---border);
  width: 100%;
}

.world_wrap {
  aspect-ratio: 16 / 9;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.world_contain {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
}

.world_layout {
  z-index: 2;
}

.world_bg_video {
  z-index: 2;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  height: 100%;
  position: absolute;
}

.world_bg_video.u-cover-absolute {
  display: inline;
}

.world_buttons_wrap {
  z-index: 10;
}

.world_button {
  z-index: 3;
  position: absolute;
  inset: auto auto 0% 0%;
}

.world_video_wrap {
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.btn_main_icon {
  width: 1rem;
}

.world_bg_img {
  aspect-ratio: 16 / 9;
  max-width: 100%;
  height: 100%;
}

.world_bg_img.u-cover-absolute {
  display: inline;
}

.world_balloon_img_wrap {
  z-index: 2;
  width: var(--size--6rem);
  position: absolute;
  inset: auto auto 60% -10%;
}

.world_nav_wrap {
  z-index: 1000;
  aspect-ratio: 16 / 9;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 8rem;
  position: fixed;
  inset: 0% 0% auto;
}

.world_nav_layout {
  justify-content: flex-end;
  display: flex;
}

.world_nav {
  padding: var(--size--2rem);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom-left-radius: var(--radius--main);
  border-bottom-right-radius: var(--radius--main);
  background-color: var(--swatch--light);
  filter: drop-shadow(0 2px 10px #0003);
  width: auto;
}

.world_nav_menu {
  width: var(--size--4rem);
}

.nav_wrap-2 {
  background-color: #ddd0;
}

.nav_button {
  width: 3rem;
  height: 5rem;
  padding: 0;
}

.nav_button.w--open {
  color: currentColor;
  background-color: #c8c8c800;
}

.hamburger_wrap {
  color: var(--_theme---text);
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_line {
  height: var(--thickness);
  width: var(--width);
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_11_inner {
  background-color: currentColor;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_embed {
  position: absolute;
}

.nav_menu {
  overflow: hidden;
}

.nav_menu.u-hflex-center-center {
  grid-column-gap: var(--size--4rem);
  grid-row-gap: var(--size--4rem);
}

.nav_menu_link {
  color: var(--_theme---text);
}

.nav_hamburger_wrap {
  width: 3rem;
  height: 100%;
}

.world_overlay_wrap.u-cover-absolute {
  max-height: 100svh;
}

.world_overlay_item {
  z-index: 6;
  padding-top: var(--size--2rem);
  padding-right: var(--size--2rem);
  padding-bottom: var(--size--2rem);
  padding-left: var(--size--2rem);
  border-top-left-radius: var(--radius--main);
  border-top-right-radius: var(--radius--main);
  border-bottom-left-radius: var(--radius--main);
  border-bottom-right-radius: var(--radius--main);
  background-color: color-mix(in srgb, var(--swatch--light) 80%, transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  max-width: 30%;
  position: absolute;
  inset: auto auto 5% 5%;
}

.world_contain_wrap {
  flex-flow: column;
  justify-content: center;
  min-height: 100svh;
  max-height: 100svh;
}

.world_popup_wrap {
  z-index: 11;
  max-height: 100svh;
}

.world_popup_item {
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 10rem 5% 2rem;
  position: absolute;
  inset: 0%;
}

.world_popup_closing_wrap {
  z-index: 3;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 7.5rem 5% auto auto;
}

.world_popup_closing_icon {
  color: var(--swatch--light);
  width: 2rem;
  height: 2rem;
  position: relative;
}

.world_popup_closing_link {
  transition: transform .35s;
}

.world_popup_closing_link:active {
  transform: scale(.8);
}

.world_popup_inner {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--main);
  background-color: var(--_theme---background);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.world_popup_bg {
  background-color: color-mix(in srgb, var(--swatch--dark) 80%, transparent);
  bottom: auto;
  left: auto;
  right: auto;
}

.world_popup_bg.u-cover-absolute {
  z-index: 5;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.page_mobile_alert {
  display: none;
}

.world_submenu_wrap {
  z-index: 21;
  padding-bottom: var(--size--3rem);
  height: 22svh;
  position: fixed;
  inset: auto 0% 0%;
}

.world_submenu_item {
  aspect-ratio: 16 / 9;
  height: 100%;
  position: relative;
}

.world_submenu_btn_wrap {
  position: relative;
  top: 10%;
}

.nav_back_wrap {
  margin-left: var(--size--1rem);
  width: 3rem;
}

.nav_logo {
  width: 3.5rem;
  height: 3.5rem;
}

.world_back_btn_wrap {
  z-index: 12;
  position: absolute;
  inset: auto 5% 5% auto;
}

.world_back_btn {
  width: var(--size--7rem);
  height: var(--size--7rem);
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  color: var(--swatch--dark);
  background-color: color-mix(in srgb, var(--swatch--light) 80%, transparent);
  justify-content: center;
  align-items: center;
  display: flex;
}

.world_back_btn.w--current {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.world_back_icon {
  flex: none;
  width: 60%;
  height: 60%;
}

.world_boxes_wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.iconbox_btn {
  width: var(--size--3-5rem);
  height: var(--size--3-5rem);
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  color: var(--swatch--dark);
  background-color: color-mix(in srgb, var(--swatch--dark) 10%, transparent);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.iconbox_btn.w--current {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.iconbox_icon_wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .form_main_field_wrap {
    width: var(--column-width--6);
  }

  .form_main_field_wrap.is-full, .form_main_option_list.is-full.u-mb-6 {
    width: var(--column-width--12);
  }

  .home_hero_wrap {
    min-height: 60svh;
  }

  .guard-k {
    width: 40vw;
    right: 4%;
  }

  .guard-r {
    width: 45vw;
    right: 28%;
  }

  .guard-b {
    width: 30vw;
    left: 7%;
  }

  .gate {
    width: 7vw;
  }

  .teaserbox_item {
    max-width: var(--column-width--6);
    min-width: var(--column-width--6);
  }

  .box_slot.u-hflex-center-stretch.u-hflex-wrap.u-gap-gutter {
    justify-content: flex-start;
    align-items: stretch;
  }

  .split_layout.u-grid-flex {
    grid-column-gap: var(--_spacing---space--7);
    grid-row-gap: var(--_spacing---space--7);
    flex-flow: column-reverse;
  }

  .split_layout.u-grid-flex.reversed {
    flex-flow: column-reverse;
  }

  .split_content_wrap, .split_img_wrap {
    width: var(--column-width--12);
  }

  .main_content_wrap {
    background-position: 100%;
    background-size: cover;
  }

  .icon_elements_contain.u-container {
    max-width: var(--container--main);
  }

  .icon_elements_layout.u-grid-custom {
    grid-template-columns: var(--grid-12);
  }

  .icon_elements_heading_wrap.u-mb-6.u-column-5 {
    grid-column-end: span 12;
  }

  .icon_elements_items_wrap.u-column-6 {
    grid-column: auto / span 12;
  }

  .icon_item {
    width: var(--column-width--6);
  }

  .icon_item_text_wrap {
    max-width: none;
  }

  .textbox_item {
    max-width: var(--column-width--6);
    min-width: var(--column-width--6);
  }

  .sub_hero_layout {
    flex-flow: row;
    display: flex;
  }

  .sub_hero_content_wrap {
    padding-top: var(--size--2rem);
    padding-bottom: var(--size--2rem);
  }

  .sub_hero_wrap {
    background-position: 50% 100%;
  }

  .iconbox_item {
    min-width: var(--column-width--6);
  }

  .bento_column.u-column-4 {
    grid-column-end: span 6;
  }

  .bento_column.u-column-4.is-last {
    grid-column-end: span 12;
  }

  .bento_column_wrap.u-vflex-stretch-between.u-gap-gutter.is-last {
    flex-flow: row;
  }

  .full_visual_contain.u-container, .slider_contain.u-container {
    max-width: var(--container--main);
  }

  .swiper-slide {
    width: var(--column-width--4);
  }

  .contact_element_contain.u-container {
    max-width: var(--container--main);
  }

  .contact_element_layout.u-grid-custom {
    grid-column-gap: var(--_spacing---space--8);
    grid-row-gap: var(--_spacing---space--8);
    grid-template-columns: var(--grid-12);
  }

  .contact_element_column.u-column-6 {
    grid-column: auto / span 12;
  }

  .contact_element_column.u-column-5 {
    margin-bottom: var(--_spacing---space--7);
    grid-column-end: span 12;
  }

  .event_item_date_wrap {
    width: var(--column-margin--12);
  }

  .event_item_img_wrap {
    width: var(--column-width--3);
  }

  .event_item.u-hflex-left-top.u-gap-8 {
    flex-flow: wrap;
  }

  .event_item_text_wrap.u-vflex-left-top {
    width: var(--column-width--8);
  }

  .scroll_left.u-column-6 {
    grid-column-end: span 8;
    height: auto;
  }

  .scroll_right.u-column-5 {
    grid-column: auto / span 12;
  }

  .scroll_left_img_wrap {
    aspect-ratio: auto;
    height: 0;
  }

  .scroll_left_img_item {
    margin-bottom: var(--_spacing---space--5);
  }

  .scroll_right_item {
    margin-bottom: var(--size--8rem);
    height: auto;
  }

  .quote_layout {
    flex-flow: column-reverse;
  }

  .quote_emtpy_wrap {
    display: none;
  }

  .quote_content_contain {
    min-width: var(--column-width--12);
  }

  .quote_content_wrap {
    border-top-right-radius: var(--radius--main);
    border-bottom-left-radius: 0;
  }

  .quote_visual_wrap {
    height: 50vh;
    position: relative;
  }

  .contact_infobox_column.u-column-5 {
    margin-bottom: var(--_spacing---space--7);
    grid-column-end: span 12;
  }

  .contact_infobox_heading_wrap {
    margin-bottom: var(--_spacing---space--8);
  }

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

  .nav_contain.is-desktop {
    border-radius: var(--radius--round);
  }

  .nav_links_svg {
    width: 1.5rem;
  }

  .world_wrap {
    width: 100%;
    min-height: 60svh;
  }

  .world_bg_video {
    height: auto;
  }

  .world_buttons_wrap {
    aspect-ratio: 16 / 9;
  }

  .world_buttons_wrap.u-cover-absolute {
    width: auto;
    height: auto;
  }

  .world_video_wrap {
    aspect-ratio: 16 / 9;
  }

  .world_video_wrap.u-cover-absolute {
    width: auto;
    height: auto;
  }

  .world_bg_img {
    height: auto;
  }

  .barba-wrapper {
    display: none;
  }

  .world_nav_wrap {
    width: 100%;
    min-height: 60svh;
  }

  .world_popup_item {
    padding-top: 8rem;
    padding-left: 2%;
    padding-right: 2%;
  }

  .page_mobile_alert {
    min-height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .mobile_bg {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile_bg_gradient {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
  }

  .mobile_bg_gradient.u-cover-absolute {
    z-index: 2;
  }

  .mobile_bg_content.u-container {
    z-index: 3;
  }

  .mobile_bg_layout {
    padding: var(--size--2rem);
    border-radius: var(--radius--main);
    background-color: var(--swatch--dark);
  }

  .mobile_bg_heading.u-text-style-h4 {
    color: var(--swatch--light);
    text-align: center;
  }

  .mobile_bg_logo_wrap {
    width: var(--size--4-5rem);
  }

  .mobile_bg_link {
    color: var(--_theme---border);
  }
}

@media screen and (max-width: 767px) {
  .form_main_field_wrap {
    width: var(--column-width--12);
  }

  .guard-k {
    width: 50vw;
    right: 0%;
  }

  .guard-r {
    width: 54vw;
    right: 27%;
  }

  .guard-b {
    width: 40vw;
    left: 0%;
  }

  .gate {
    width: 9vw;
  }

  .teaserbox_item {
    max-width: var(--column-width--12);
    min-width: var(--column-width--12);
  }

  .box_slot {
    max-width: var(--column-width--12);
  }

  .main_content_wrap {
    background-position: 80%;
  }

  .icon_item {
    width: var(--column-width--12);
    padding-right: 0;
  }

  .textbox_item, .iconbox_item {
    min-width: var(--column-width--12);
  }

  .bento_column.u-column-4 {
    grid-column-end: span 12;
  }

  .bento_column_wrap.u-vflex-stretch-between.u-gap-gutter.is-last {
    flex-flow: column;
  }

  .swiper-slide {
    width: var(--column-width--6);
  }

  .event_slot {
    max-width: var(--column-width--12);
  }

  .event_item_img_wrap {
    width: var(--column-width--5);
  }

  .event_item_text_wrap.u-vflex-left-top {
    width: var(--column-width--12);
  }

  .accordion_slot {
    max-width: var(--column-width--12);
  }

  .footer_nav {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  }

  .footer_group_title_wrap.is-empty {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .contact_infobox_column.u-column-5 {
    max-width: var(--column-width--12);
  }
}


@font-face {
  font-family: 'PP Neue Machina';
  src: url('../fonts/PPNeueMachina-PlainRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Machina';
  src: url('../fonts/PPNeueMachina-PlainBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}