@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --_theme---background: var(--swatch--light-200);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_theme---text: var(--swatch--dark-900);
  --_text-style---font-size: var(--_typography---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_button-style---text: var(--_theme---button-primary--text);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_spacing---space--6: clamp(2 * 1rem, ((2 - ((2.5 - 2) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((2.5 - 2) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 2.5 * 1rem);
  --_spacing---space--7: clamp(2.25 * 1rem, ((2.25 - ((3 - 2.25) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((3 - 2.25) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 3 * 1rem);
  --container--main: calc(var(--screen-size--max) * 1rem);
  --site--margin: clamp(1 * 1rem, ((1 - ((3 - 1) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((3 - 1) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 3 * 1rem);
  --container--small: 50rem;
  --container--full: 100vw;
  --_spacing---space--2: clamp(.625 * 1rem, ((.625 - ((.75 - .625) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((.75 - .625) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), .75 * 1rem);
  --site--gutter: 1rem;
  --_gap---size: var(--site--gutter);
  --_theme---background-2: var(--swatch--light-200);
  --_spacing---space--1: clamp(.375 * 1rem, ((.375 - ((.5 - .375) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((.5 - .375) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), .5 * 1rem);
  --_spacing---space--3: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1 - .875) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1 * 1rem);
  --_spacing---space--4: clamp(1.25 * 1rem, ((1.25 - ((1.5 - 1.25) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1.5 - 1.25) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1.5 * 1rem);
  --_spacing---space--5: clamp(1.75 * 1rem, ((1.75 - ((2 - 1.75) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((2 - 1.75) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 2 * 1rem);
  --_spacing---space--8: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((4 - 2.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 4 * 1rem);
  --_typography---font--primary-family: "Inter 18 Pt", Arial, sans-serif;
  --_typography---font--primary-regular: 400;
  --_typography---font--primary-medium: 500;
  --_typography---font--primary-bold: 700;
  --radius--small: .5rem;
  --radius--main: 1rem;
  --radius--round: 100vw;
  --border-width--main: .094rem;
  --_theme---border: var(--swatch--dark-900-o10);
  --_typography---line-height--1: 1;
  --swatch--transparent: transparent;
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --swatch--brand-light: #8dd6fa;
  --_spacing---section-space--small: clamp(3 * 1rem, ((3 - ((5 - 3) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((5 - 3) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 5 * 1rem);
  --swatch--brand: #006a9f;
  --swatch--light-100: white;
  --_spacing---section-space--none: 0px;
  --_spacing---section-space--main: clamp(4 * 1rem, ((4 - ((7 - 4) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((7 - 4) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 7 * 1rem);
  --_spacing---section-space--large: clamp(5.5 * 1rem, ((5.5 - ((10 - 5.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((10 - 5.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 10 * 1rem);
  --_spacing---section-space--page-top: clamp(8 * 1rem, ((7 - ((14 - 8) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((14 - 8) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 14 * 1rem);
  --focus--offset-inner: -.125rem;
  --_theme---selection--text: var(--swatch--brand-text);
  --_column-count---value: 1;
  --_theme---button-primary--background: var(--swatch--brand);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --screen-size--max: 90;
  --screen-size--min: 20;
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --site--width: 90rem;
  --site--column-count: 12;
  --focus--width: .125rem;
  --focus--offset-outer: .1875rem;
  --swatch--light-100-o20: color-mix(in srgb, var(--swatch--light-100) 20%, transparent);
  --swatch--light-200: #f6f6f6;
  --swatch--dark-800: #2f2b2d;
  --swatch--dark-900: #1f1d1e;
  --swatch--dark-900-o10: color-mix(in srgb, var(--swatch--dark-900) 10%, transparent);
  --swatch--brand-text: var(--swatch--dark-900);
  --_alignment---direction: start;
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_typography---font--primary-trim-top: .33em;
  --_typography---font--primary-trim-bottom: .38em;
  --_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: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1 - .875) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1 * 1rem);
  --_typography---font-size--text-main: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1.125 - 1) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1.125 * 1rem);
  --_typography---font-size--text-large: clamp(1.125 * 1rem, ((1.125 - ((1.25 - 1.125) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1.25 - 1.125) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1.25 * 1rem);
  --_typography---font-size--h6: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1.125 - 1) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1.125 * 1rem);
  --_typography---font-size--h5: clamp(1.375 * 1rem, ((1.375 - ((1.5 - 1.375) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1.5 - 1.375) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1.5 * 1rem);
  --_typography---font-size--h4: clamp(1.75 * 1rem, ((1.75 - ((2 - 1.75) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((2 - 1.75) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 2 * 1rem);
  --_typography---font-size--h3: clamp(2.25 * 1rem, ((2.25 - ((3 - 2.25) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((3 - 2.25) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 3 * 1rem);
  --_typography---font-size--h2: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((4 - 2.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 4 * 1rem);
  --_typography---font-size--h1: clamp(3 * 1rem, ((3 - ((5 - 3) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((5 - 3) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 5 * 1rem);
  --_typography---font-size--display: clamp(4 * 1rem, ((4 - ((7 - 4) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((7 - 4) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 7 * 1rem);
  --site--column-width: calc((min(var(--container--main), 100% - var(--site--margin) * 2)  - (var(--site--gutter) * (var(--site--column-count)  - 1))) / var(--site--column-count));
  --_typography---text-transform--none: var(--text-transform, none);
  --_typography---text-transform--uppercase: uppercase;
  --_typography---text-transform--capitalize: capitalize;
  --_typography---text-transform--lowercase: lowercase;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #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);
  text-transform: var(--_text-style---text-transform, none);
}

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

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

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

li {
  display: block;
}

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

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-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

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

.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--primary-family);
  --_text-style---font-size: var(--_typography---font-size--display);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---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--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  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--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---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--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  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--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---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--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  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--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---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--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  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--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---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--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  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--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---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--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h6 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---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--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  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-5);
  --_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, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-text-style-large.text-white {
  color: var(--_button-style---text);
}

.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-5);
  --_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, none);
  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-5);
  --_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, none);
  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--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---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--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: balance;
}

.u-rich-text h2 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---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--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  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--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---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--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  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--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---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--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  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--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---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--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-wrap: balance;
  text-transform: var(--_text-style---text-transform, none);
}

.u-rich-text h6 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---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--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-wrap: balance;
  text-transform: var(--_text-style---text-transform, none);
}

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

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

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

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

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

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

.u-container {
  max-width: min(var(--container--main), 100% - var(--site--margin) * 2);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  container: threshold-large / inline-size;
}

.u-container-small {
  max-width: min(var(--container--small), 100% - var(--site--margin) * 2);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  container: threshold-large / inline-size;
}

.u-container-full {
  max-width: min(var(--container--full), 100% - var(--site--margin) * 2);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  container: threshold-large / inline-size;
}

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

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

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

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

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

.u-flex-horizontal-nowrap {
  align-content: center;
  align-items: center;
  justify-content: var(--_alignment---direction, start);
  text-align: var(--_alignment---direction, start);
  flex-flow: row;
  display: flex;
}

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

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

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

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

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

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

.u-grid-above, .u-grid-below {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  --_column-count---value: 12;
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: repeat(var(--_column-count---value), minmax(0, 1fr));
  flex-flow: column;
  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-variable {
  align-self: var(--_alignment---direction, start);
}

.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---direction, start);
}

.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---direction, start);
}

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

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

.u-background-transparent {
  background-color: #0000;
}

.u-background-1 {
  background-color: var(--_theme---background);
}

.u-background-2 {
  background-color: var(--_theme---background-2);
}

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

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

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

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

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

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

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

.u-gap-5 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_column-count---value: 5;
}

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

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

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

.u-gap-row-0 {
  grid-row-gap: 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);
}

.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-alignment-start {
  --_alignment---direction: start;
  text-align: var(--_alignment---direction, start);
}

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

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

.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-default {
  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-x-auto {
  overflow: auto clip;
}

.u-overflow-y-auto {
  overflow: clip 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;
}

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

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

.styleguide_subheading {
  margin-bottom: 0;
}

.hero_placeholder_wrap {
  --_alignment---direction: center;
  text-align: var(--_alignment---direction, start);
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.hero_placeholder_tag_wrap {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  align-items: flex-end;
  justify-content: var(--_alignment---direction, start);
  flex-flow: wrap;
  display: flex;
}

.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 {
  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;
  padding: .5rem .75rem;
  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_label {
  text-align: left;
  width: 100%;
}

.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--main);
  background-color: var(--swatch--transparent);
  padding: 1.2rem;
}

.form_main_layout {
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_main_error_wrap {
  border: var(--border-width--main) solid var(--_theme---border);
  background-color: #0000;
  margin-top: 0;
  padding: .8rem 1.4rem;
}

.form_main_field_input {
  border-top: 0 solid #000;
  border-bottom-style: solid;
  border-right: 0 solid #000;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--_theme---border);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---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);
  color: inherit;
  text-transform: var(--_text-style---text-transform, none);
  background-color: #0000;
  border-left: 0 solid #000;
  border-radius: 0;
  height: 3rem;
  margin-bottom: 0;
  padding: 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: 5rem;
  max-height: 10rem;
  padding-top: .5rem;
}

.btn_main_wrap {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  border: var(--border-width--main) solid var(--_button-style---border);
  border-radius: var(--radius--small);
  background-color: var(--_button-style---background);
  color: var(--_button-style---text);
  text-align: center;
  vertical-align: middle;
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  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---text: var(--_theme---button-secondary--text);
  --_button-style---border: var(--swatch--brand-light);
  --_button-style---background: var(--swatch--light-100);
  --_button-style---border-hover: var(--swatch--brand-light);
  --_button-style---background-hover: var(--swatch--brand-light);
  --_button-style---text-hover: var(--_theme---text);
}

.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_wrap.is-secondary {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border: var(--swatch--brand-light);
  --_button-style---background: var(--swatch--light-100);
  --_button-style---border-hover: var(--swatch--brand-light);
  --_button-style---background-hover: var(--swatch--brand-light);
  --_button-style---text-hover: var(--_theme---text);
}

.btn_main_wrap.is-secondary.w--current {
  background-color: var(--_theme---selection--background);
  color: var(--_theme---button-primary--text);
}

.btn_main_wrap.is-secondary.w--current:hover {
  background-color: var(--swatch--brand-light);
  color: var(--_button-style---text-hover);
}

.btn_main_text {
  z-index: 2;
  line-height: 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---text: var(--_theme---button-primary--text);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_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---text: var(--_theme---button-secondary--text);
  --_button-style---border: var(--swatch--brand-light);
  --_button-style---background: var(--swatch--light-100);
  --_button-style---border-hover: var(--swatch--brand-light);
  --_button-style---background-hover: var(--swatch--brand-light);
  --_button-style---text-hover: var(--_theme---text);
}

.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;
  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;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 7rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styleguide_icon {
  width: 3rem;
  height: 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;
}

.hero_placeholder_contain {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  justify-content: center;
  align-items: var(--_alignment---direction, start);
  flex-flow: column;
  flex: 1;
  display: flex;
}

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

.styleguide_contain.u-container {
  max-width: min(var(--container--main), 100% - var(--site--margin) * 2);
}

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

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

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

.g_eyebrow_wrap {
  justify-content: var(--_alignment---direction, start);
  display: flex;
}

.g_eyebrow_wrap.text-brand, .g_eyebrow_wrap.text-blue {
  color: var(--swatch--brand);
}

.g_eyebrow_marker {
  width: var(--border-width--main);
  background-color: currentColor;
  flex: none;
  padding-bottom: 0;
  padding-right: 0;
}

.g_eyebrow_text {
  margin-top: 0;
  margin-bottom: 0;
}

.g_visual_wrap {
  background-color: color-mix(in lab, currentcolor 10%, transparent);
  overflow: hidden;
}

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

.g_visual_img {
  object-position: inherit;
}

.g_visual_overlay {
  background-color: #000;
}

.hero_placeholder_link {
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  display: inline-block;
}

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

.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 clip;
  -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);
  --_column-count---value: 12;
  flex-flow: column;
  grid-auto-columns: 1fr;
  align-items: start;
}

.styleguide_content {
  grid-column: 1 / span 8;
  width: 100%;
}

.styleguide_nav_wrap {
  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);
  top: var(--site--margin);
  max-height: calc(100svh - var(--site--margin) * 2);
  order: 1;
  grid-column: 10 / -1;
  width: 100%;
  padding: 1rem;
  position: sticky;
  overflow: clip 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 {
  outline-offset: var(--focus--offset-inner);
  padding-top: .125rem;
  padding-bottom: .125rem;
  padding-left: .75rem;
  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 {
  opacity: .6;
  outline-offset: var(--focus--offset-inner);
  padding: .125rem 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: 0fr;
  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;
}

.g_eyebrow_layout {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  vertical-align: baseline;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.g_svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible !important;
}

.g_svg.is-white {
  color: var(--swatch--light-100);
}

.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);
  position: relative;
}

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

.section_wrap {
  z-index: 1;
  color: var(--_theme---text);
}

.section_wrap:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-699316fe-9b83-95d1-2a96-8ca46154f007) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-699316fe-9b83-95d1-2a96-8ca46154f008) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-8c9a92d8-f29e-0d57-93b1-e1c9af29232a) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-8c9a92d8-f29e-0d57-93b1-e1c9af29232b) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-77408b8c-3a15-dab5-506f-2bbda1421625) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-77408b8c-3a15-dab5-506f-2bbda1421626) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-65ad1e0d-6f8a-4b7b-34d3-90b9d474698e) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-65ad1e0d-6f8a-4b7b-34d3-90b9d474698f) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-aed58eae-77b3-5064-ae49-24dc11ccd472) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-aed58eae-77b3-5064-ae49-24dc11ccd473) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-2b7f0d61-ddad-932f-15be-f91994d62b67) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-2b7f0d61-ddad-932f-15be-f91994d62b68) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-2fa01f74-9c73-4c82-4edd-db6ed6e951ee) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-2fa01f74-9c73-4c82-4edd-db6ed6e951ef) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-81059e37-c796-db4b-dfd3-fe7d1518aed6) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-81059e37-c796-db4b-dfd3-fe7d1518aed7) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-d5617861-b611-b5d7-a2a3-440abe5cb042) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-d5617861-b611-b5d7-a2a3-440abe5cb043) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-728e0617-69d3-17e7-f21d-98c935f3a3cd) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-728e0617-69d3-17e7-f21d-98c935f3a3ce) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-0e2fc13d-f139-de3d-9094-bc2f614c9f88) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-0e2fc13d-f139-de3d-9094-bc2f614c9f89) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-1a5c0bf3-68dd-d4ad-ab58-fdfbca684993) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-1a5c0bf3-68dd-d4ad-ab58-fdfbca684994) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-02f4b4d8-73f5-f0ee-be65-e096ea6b48af) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-02f4b4d8-73f5-f0ee-be65-e096ea6b48b0) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-49e613e2-258f-9003-630d-f2f423642ae7) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-49e613e2-258f-9003-630d-f2f423642ae8) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-523c4842-598a-035b-3243-90800937dac3) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-523c4842-598a-035b-3243-90800937dac4) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-84ce856f-baf5-ce2b-a7bd-118ffcda4454) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-84ce856f-baf5-ce2b-a7bd-118ffcda4455) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-8f3c420b-8de3-0ac0-6a56-7213b7cbfd8a) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-8f3c420b-8de3-0ac0-6a56-7213b7cbfd8b) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-b41d310d-fef7-a134-d7c5-0fcfbe6f8af2) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.section_wrap:where(.w-variant-b41d310d-fef7-a134-d7c5-0fcfbe6f8af3) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.g_heading.color-brand {
  color: var(--swatch--brand);
}

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

.form_main_radio_input {
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  outline-style: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form_main_radio_circle_wrap {
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  padding: 0;
  display: flex;
}

.form_main_radio_label {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  font-weight: inherit;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.form_main_radio_circle_inner {
  aspect-ratio: 1;
  opacity: 0;
  background-color: currentColor;
  border-radius: 100vw;
  width: 80%;
  padding: 0;
}

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

.form_main_checkbox_label {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-weight: inherit;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.form_main_checkbox_input {
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  outline-style: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form_main_checkbox_box {
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: var(--radius--small);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  padding: 0;
  display: flex;
}

.form_main_checkbox_icon {
  opacity: 0;
  color: var(--_theme---background);
  width: 63%;
  overflow: visible !important;
}

.g_content {
  text-align: var(--_alignment---direction, start);
}

.g_content:where(.w-variant-67e1f4a6-997b-b215-d348-cc757a57083b) {
  --_alignment---direction: start;
}

.g_content:where(.w-variant-4f54624e-ceb1-0769-a238-365d5e220b70) {
  --_alignment---direction: center;
}

.g_content:where(.w-variant-405b6754-709a-81de-bf32-f0102c0c7aa2) {
  --_alignment---direction: end;
}

.g_background:where(.w-variant-cd5f9287-5b9f-b1bf-cfe9-3449eb06f297) {
  background-color: var(--_theme---background);
}

.g_background:where(.w-variant-eb0f2029-84f7-ce58-38ea-0afc3f5a3171) {
  background-color: var(--_theme---background-2);
}

.g_background:where(.w-variant-f869f896-f270-9980-1358-dc8ca89ecbc3) {
  background-image: linear-gradient(180deg, var(--swatch--transparent), #1cb3ff82);
}

.g_background:where(.w-variant-a256e036-5fab-8b9c-ab4d-abbd0044d8e4) {
  background-color: #1cb3ff82;
}

.g_background:where(.w-variant-36b08ccc-a808-cde5-b503-366dcabfbecd) {
  background-color: #87d4fb75;
}

.g_background:where(.w-variant-9dcfd73f-90a0-354a-447e-41a5e34c4439) {
  background-color: #fff;
}

.section_layout.u-grid-autofit {
  --_column-count---value: 1;
}

.nav_1_banner_close_wrap {
  outline-offset: var(--focus--offset-inner);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  outline-color: var(--_theme---background) !important;
}

.nav_1_banner_close_wrap.is-hidden {
  display: none;
}

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

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

.nav_1_dropdown_mega_scroll {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.nav_1_banner_contain {
  max-width: var(--container--main);
  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%;
  display: grid;
}

.nav_1_links_locales_hide {
  display: none;
}

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

.nav_1_wrap.is-desktop {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #f6f6f68c;
  display: none;
}

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

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

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

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

.nav_1_search_btn_wrap {
  outline-offset: var(--focus--offset-inner);
  justify-content: center;
  align-items: center;
  margin-left: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

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

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

.nav_1_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_1_search_field::placeholder {
  color: color-mix(in srgb, var(--_theme---text) 60%, transparent);
}

.nav_1_dropdown_mega_content {
  position: relative;
}

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

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

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

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

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

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

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

.nav_1_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_1_buttons_item {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.nav_1_menu_contain.u-container {
  min-height: 100vh;
}

.nav_1_banner_embed {
  display: none;
}

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

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

.nav_1_dropdown_mega_layout.is-desktop {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--6);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.nav_1_dropdown_text {
  transition: opacity .1s;
}

.nav_1_links_item {
  display: flex;
}

.nav_1_search_label {
  width: 100%;
}

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

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

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

.nav_1_links_link.is-desktop {
  padding: 0px var(--_spacing---space--3);
  border-bottom: 0 #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.nav_1_banner_wrap {
  z-index: 1;
  color: var(--_theme---background);
  font-size: var(--text-small--font-size);
  height: var(--nav_1--banner-height);
  background-color: #8dd6fa;
  position: relative;
}

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

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

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

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

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

.nav_1_banner_svg {
  width: 1rem;
  display: none;
  overflow: visible !important;
}

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

.color_brand {
  color: var(--swatch--brand);
}

.hero_header_visual {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header_3_contain {
  max-width: var(--container--main);
  padding-top: var(--_spacing---section-space--main);
  padding-bottom: var(--_spacing---section-space--main);
  width: 100%;
  min-height: min(100svh, 45rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero_header_content {
  position: relative;
}

.hero_header_layout {
  padding: var(--_spacing---space--8);
  border-radius: var(--radius--main);
  background-color: var(--_theme---background);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 60svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_header_wrap {
  z-index: 1;
}

.header_1_visual {
  opacity: .3;
}

.header_1_contain {
  max-width: var(--container--main);
  padding-top: var(--_spacing---section-space--main);
  padding-bottom: var(--_spacing---section-space--main);
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.about_item-icon-wrapper {
  display: inline-block;
}

.about_item {
  width: 100%;
}

.about_wrap {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.about_list {
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--8);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  place-items: start center;
  display: grid;
}

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

.hero_image {
  aspect-ratio: auto;
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.hero_wrap {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: column;
  display: flex;
}

.hero_component {
  flex-direction: column;
  align-items: center;
}

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

.hero_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.header_5_layout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--5);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 90rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
}

.header_5_visual_wrap {
  aspect-ratio: 2;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.header_5_contain {
  max-width: var(--container--main);
  padding-top: var(--_spacing---section-space--main);
  padding-bottom: var(--_spacing---section-space--main);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: column;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature_list {
  grid-auto-columns: minmax(0, 1fr);
}

.feature_list.u-grid-autofit {
  --_column-count---value: 3;
}

.feature_list.u-grid-above {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  --_column-count---value: 3;
}

.process_component.u-grid-autofit {
  --_column-count---value: 1;
}

.process_wrap {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.feature_item {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blue_icon_wrapper {
  border-radius: var(--radius--small);
  background-color: #a2ddfa;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.blue_icon_wrapper.u-align-self-center {
  border-radius: var(--radius--small);
  background-color: #a2ddfa;
}

.cta_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.cta_component {
  z-index: 1;
  padding: var(--_spacing---space--8);
}

.cta_component.u-grid-autofit {
  --_column-count---value: 1;
}

.cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta_wrap {
  z-index: 2;
}

.contact_map-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.contact_wrap {
  z-index: 1;
}

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

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

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

.contact_content {
  grid-column-gap: 5rem;
  grid-row-gap: var(--_spacing---space--8);
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  align-items: stretch;
  display: grid;
}

.cta-2_wrap {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  position: relative;
}

.cta-2_contain {
  padding-top: var(--_spacing---section-space--large);
  padding-bottom: var(--_spacing---section-space--large);
}

.cta-3_wrap {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.cta-3_card {
  padding: var(--_spacing---space--8);
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cta-3_contain {
  padding-top: var(--_spacing---section-space--large);
  padding-bottom: var(--_spacing---section-space--large);
}

.tv_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.tv_item-icon-wrapper {
  display: inline-block;
}

.tv_wrap {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.tv_content {
  grid-column-gap: 5rem;
  grid-row-gap: var(--_spacing---space--8);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  align-items: center;
  display: grid;
}

.tv_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tv_item-list {
  padding-top: var(--_spacing---space--1);
  padding-bottom: var(--_spacing---space--1);
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  grid-template-rows: auto;
}

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

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.internet_wrap {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.internet_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.internet_content {
  grid-column-gap: 5rem;
  grid-row-gap: var(--_spacing---space--8);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  align-items: center;
  display: grid;
}

.internet_item-list {
  padding-top: var(--_spacing---space--1);
  padding-bottom: var(--_spacing---space--1);
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  grid-template-rows: auto;
}

.internet_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.internet_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.serwis_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.serwis_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.serwis_wrap {
  z-index: 1;
}

.serwis_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.serwis_content {
  grid-column-gap: 5rem;
  grid-row-gap: var(--_spacing---space--8);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  align-items: start;
  display: grid;
}

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

.serwis_item-list {
  padding-top: var(--_spacing---space--1);
  padding-bottom: var(--_spacing---space--1);
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

._1x2_layout.u-grid-above {
  --_column-count---value: 2;
}

.bento_main_card {
  border-radius: var(--radius--small);
  background-color: var(--swatch--light-100);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.bento_main_card.is-big {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  flex-flow: row;
}

.bento_main_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bento_main_component.is-hidden {
  display: none;
}

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

.bento_row_1 {
  grid-auto-columns: minmax(0, 1fr);
}

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

.bento_row_1.is-hidden {
  display: none;
}

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

.bento_row_1.u-grid-above {
  --_column-count---value: 2;
}

.bento_main_card-content-top {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  flex-flow: column;
  display: flex;
}

.bento_main_image-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bento_main_image-wrapper.is-big {
  border-radius: var(--radius--small);
  width: 50%;
  overflow: hidden;
}

.bento_main_wrap {
  z-index: 2;
}

.bento_main_card-content {
  padding: var(--_spacing---space--6);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.bento_main_card-content.is-big {
  width: 50%;
}

.tag {
  padding: .175rem var(--_spacing---space--1);
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  border: var(--border-width--main) solid var(--\<unknown\|relume-variable-neutral-shade-1\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--\<unknown\|relume-variable-transparent\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  padding: 0;
  display: inline-block;
}

.bento_main_subheading.u-text-style-h6.color-blue {
  color: #5bbfff;
}

.bento_main_subheading.u-text-style-h6.color-purple {
  color: #9f008f;
}

.bento_main_subheading.u-text-style-h6.color-green {
  color: #f5e910;
}

.footer_3_bottom_layout {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.footer_3_bottom_text {
  margin-bottom: 0;
}

.footer_3_nav_layout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--8);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 9rem), 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_3_wrap {
  z-index: 2;
}

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

.footer_3_logo_wrap {
  flex: auto;
}

.footer_3_list {
  grid-row-gap: var(--_spacing---space--4);
  flex-flow: column;
  display: flex;
}

.footer_3_layout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: column;
}

.footer_3_layout.u-grid-custom {
  --_column-count---value: 4;
}

.footer_3_nav_wrap {
  flex: 500 auto;
  grid-column: span 3;
}

.footer_3_logo_link {
  width: 8rem;
}

.riv-marketing-link {
  flex: none;
}

.riv-signature {
  width: 8rem;
}

.nav_1_link_indicator {
  border-radius: var(--radius--round);
  filter: blur(8px);
  background-color: #97d1f6;
  width: 36px;
  height: 8px;
  display: none;
  position: absolute;
  top: 100%;
  transform: translate(0, -100%);
}

.site_bg {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--swatch--transparent), var(--_theme---background) 50%), url('../images/216.reversible.png');
  opacity: .59;
  background-position: 0 0, 0 0;
  background-size: auto, 486px;
  background-attachment: scroll, fixed;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.section_hero_wrap {
  z-index: 2;
}

.hero_image_wrapper {
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  overflow: hidden;
}

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

.features_wrap {
  z-index: 1;
  color: var(--_theme---text);
}

.features_wrap:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-699316fe-9b83-95d1-2a96-8ca46154f007) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-699316fe-9b83-95d1-2a96-8ca46154f008) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-8c9a92d8-f29e-0d57-93b1-e1c9af29232a) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-8c9a92d8-f29e-0d57-93b1-e1c9af29232b) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-77408b8c-3a15-dab5-506f-2bbda1421625) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-77408b8c-3a15-dab5-506f-2bbda1421626) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-65ad1e0d-6f8a-4b7b-34d3-90b9d474698e) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-65ad1e0d-6f8a-4b7b-34d3-90b9d474698f) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-aed58eae-77b3-5064-ae49-24dc11ccd472) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-aed58eae-77b3-5064-ae49-24dc11ccd473) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-2b7f0d61-ddad-932f-15be-f91994d62b67) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-2b7f0d61-ddad-932f-15be-f91994d62b68) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-2fa01f74-9c73-4c82-4edd-db6ed6e951ee) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-2fa01f74-9c73-4c82-4edd-db6ed6e951ef) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-81059e37-c796-db4b-dfd3-fe7d1518aed6) {
  --_theme---background: var(--swatch--light-200);
  --_theme---text: var(--swatch--dark-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o10);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_wrap:where(.w-variant-81059e37-c796-db4b-dfd3-fe7d1518aed7) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---selection--background: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.features_layout.u-grid-autofit {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  --_column-count---value: 1;
}

.features_image-wrapper {
  border-radius: var(--radius--small);
  background-color: var(--swatch--light-100);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features_component.u-grid-autofit {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  --_column-count---value: 2;
  grid-template-columns: repeat(auto-fit, minmax(min(max(8rem, (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
  place-items: center stretch;
}

.features_item-icon-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.features_content {
  grid-column-gap: 5rem;
  grid-row-gap: var(--_spacing---space--8);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  align-items: center;
  display: grid;
}

.features_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.features_item-list.u-grid-autofit {
  --_column-count---value: 2;
  place-items: center start;
}

.g_icon_wrapper {
  color: var(--swatch--light-100);
  width: 2rem;
  height: 2rem;
}

.icon_wrap {
  width: 2rem;
  height: 2rem;
  overflow: visible !important;
}

.avatarwrapper {
  z-index: 100;
  background-image: url('../images/compnet-2-internet-i-telewizja-radzionków-3.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex: none;
  align-self: center;
  width: 6rem;
  height: 6rem;
  transform: none;
  box-shadow: 0 8px 16px #0006;
}

.glasscard_content_right {
  z-index: 0;
  perspective: 1200px;
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  transform: perspective(1200px);
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.textwrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.iconstyle {
  cursor: pointer;
  width: 2rem;
  overflow: visible;
}

.paragraph {
  color: #444545;
  cursor: default;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 150%;
}

.centeredcontent {
  perspective: 1200px;
  display: flex;
  transform: perspective(1200px);
}

.glasscard_layout {
  z-index: 3;
  perspective: 1200px;
  border-radius: 8px;
  flex: none;
  width: 100%;
  height: 100%;
  min-height: 26rem;
  position: relative;
  overflow: visible;
  transform: perspective(1200px);
  box-shadow: 0 5px 14px #0006;
}

.glasscard_layout.u-grid-autofit, .glasscard_layout.u-grid-above {
  grid-column-gap: var(--_spacing---section-space--none);
  grid-row-gap: var(--_spacing---section-space--none);
  --_column-count---value: 2;
}

.btn {
  background-color: var(--_theme---button-primary--background);
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.glasscard_icons {
  z-index: 10;
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.heading {
  color: #151515;
  cursor: default;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 20px;
}

.innercontent {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  perspective: 1200px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  padding: 1rem;
  display: flex;
  transform: perspective(1200px);
}

.glasscard_image, .image {
  height: 100%;
}

.glasscard_content_left {
  position: relative;
}

.glasscard_overlay {
  z-index: 5;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: none;
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(to top, #000 30%, #0000 100%);
  mask-image: linear-gradient(to top, #000 30%, #0000 100%);
}

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

.footer_5_bottom_item {
  display: flex;
}

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

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

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

.footer_5_logo_wrap {
  width: 8rem;
}

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

.footer_5_nav_item {
  display: flex;
}

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

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

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

.form_checkbox {
  padding-left: var(--_spacing---space--3);
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.contact_image-wrapper {
  border-radius: var(--radius--small);
  overflow: hidden;
}

.form_message-error-wrapper {
  margin-top: var(--_spacing---space--3);
  padding: 0;
}

.form_message-success {
  padding: var(--_spacing---space--6);
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact_content_layout {
  grid-auto-columns: minmax(0, 1fr);
}

.contact_content_layout.u-grid-above {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  --_column-count---value: 2;
}

.form_message-success-wrapper {
  margin-top: var(--_spacing---space--3);
  padding: 0;
}

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

.form_checkbox-icon {
  margin-top: 0;
  margin-right: var(--_spacing---space--1);
  border: var(--border-width--main) solid var(--_theme---border);
  background-color: var(--_theme---background);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-left: -1.25rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  border-width: var(--border-width--main);
  border-color: var(--_theme---text);
  background-color: var(--_theme---selection--text);
  box-shadow: none;
  background-image: none;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.error-text {
  color: #e23939;
}

.form_input {
  padding: var(--_spacing---space--1) var(--_spacing---space--2);
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: var(--radius--small);
  background-color: var(--swatch--light-100);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.form_input.is-text-area {
  padding-top: var(--_spacing---space--2);
  padding-bottom: var(--_spacing---space--2);
  height: auto;
  min-height: 11.25rem;
  overflow: auto;
}

.contact_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.success-text {
  font-weight: 600;
}

.form_field-wrapper {
  position: relative;
}

.contact_form-block {
  flex-direction: column;
  align-items: stretch;
}

.form_message-error {
  padding: var(--_spacing---space--3);
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blue_icon {
  color: var(--swatch--brand);
  flex: none;
  width: 2rem;
  height: 2rem;
}

.g_eyebrow_check {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.svg {
  flex: none;
}

.feat_item-icon-wrapper {
  display: inline-block;
}

.feat_item {
  text-align: center;
  width: 100%;
}

.feat_list {
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--8);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  place-items: start center;
  display: grid;
}

.feat_wrap {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.service_feature_list {
  grid-auto-columns: minmax(0, 1fr);
}

.service_feature_list.u-grid-above {
  --_column-count---value: 4;
}

.service_feature_item {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.service_item-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.service_item-icon-wrapper.u-align-self-center {
  border-radius: var(--radius--small);
  background-color: #a2ddfa;
}

.pricing_grid-list.u-grid-autofit {
  --_column-count---value: 3;
}

.pricing_wrap {
  z-index: 1;
}

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

.spec_table.u-grid-autofit {
  grid-column-gap: var(--_spacing---section-space--none);
  grid-row-gap: var(--_spacing---section-space--none);
  --_column-count---value: 2;
}

.spec_table.u-grid-autofit.u-column-custom {
  --_column-count---value: 1;
  grid-template-columns: 1fr;
}

.pricing_content-top {
  z-index: 1;
  position: relative;
}

.pricing_icon-wrapper {
  margin-right: var(--_spacing---space--3);
  flex: none;
  align-self: flex-start;
}

.pricing_plan {
  padding: var(--_spacing---space--5);
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: var(--radius--small);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.table_block {
  padding: var(--_spacing---space--2);
  display: flex;
}

.pricing_layout.u-grid-autofit {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  --_column-count---value: 1;
}

.nav_1_banner_div {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.contact_info_icon-wrapper {
  border-radius: var(--radius--small);
  vertical-align: top;
  background-color: #a2ddfa;
  padding: .5rem;
  display: inline-block;
  overflow: hidden;
}

.contact_info_grid-list {
  grid-auto-columns: minmax(0, 1fr);
}

.contact_info_grid-list.u-grid-autofit {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  --_column-count---value: 4;
  grid-template-columns: repeat(auto-fit, minmax(min(max(10rem, (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
}

.contact_info_grid-list.u-grid-above {
  --_column-count---value: 4;
}

.contact_info_item {
  border-radius: var(--radius--small);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.contact_info_wrap {
  z-index: 1;
}

.map_wrap {
  height: 50svh;
}

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

.contact_info_content {
  z-index: 2;
  position: relative;
}

.header_layout.u-grid-autofit {
  --_column-count---value: 1;
}

.content_layout.u-grid-autofit {
  --_column-count---value: 2;
}

.bento_row_2 {
  grid-auto-columns: minmax(0, 1fr);
}

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

.bento_row_2.is-hidden {
  display: none;
}

.bento_row_2.u-grid-autofit, .bento_row_2.u-grid-above {
  --_column-count---value: 3;
}

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

.nav_1_icon_wrap {
  border-radius: var(--radius--small);
  background-color: #a2ddfa;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.nav_1_icon_wrap.u-align-self-center {
  border-radius: var(--radius--small);
  background-color: #a2ddfa;
}

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

.nav_blue_icon {
  color: var(--swatch--brand);
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

._1x2_wrap {
  z-index: 1;
}

.form_field-label {
  margin-bottom: 0;
  font-weight: 400;
}

.radio_wrap {
  grid-auto-columns: minmax(0, 1fr);
}

.radio_wrap.u-grid-autofit {
  --_column-count---value: 1;
}

.form_radio {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.form_radio-icon {
  cursor: pointer;
  border: .094rem solid #1f1d1e;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: 0;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #1f1d1e;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
}

.form_radio-label {
  margin-bottom: 0;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

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

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.layout504_tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-bottom: 4rem;
  display: flex;
  overflow: auto;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.section_layout504 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout504_tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout504_image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout504_tab-card-content {
  flex-flow: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.layout504_tab-card {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

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

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

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout504_tab-link {
  border-bottom: 1.5px solid var(--\<unknown\|relume-variable-transparent\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex: none;
  padding: .5rem 0;
}

.layout504_tab-link.w--current {
  border-bottom-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex: none;
}

.layout504_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.canal_table.u-grid-autofit {
  grid-column-gap: var(--_spacing---section-space--none);
  grid-row-gap: var(--_spacing---section-space--none);
}

.canal_visual_wrap {
  max-width: 6.5rem;
  position: relative;
}

.canals_wrap {
  padding: var(--_spacing---space--5);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.canals_content_wrap {
  z-index: 1;
  position: relative;
}

.premium_table.u-grid-autofit {
  grid-row-gap: var(--_spacing---space--6);
  --_column-count---value: 2;
}

@media screen and (max-width: 991px) {
  .nav_1_btn_wrap.w--open {
    color: inherit;
    background-color: #c8c8c800;
  }

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

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

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

  .cta-3_card {
    padding: var(--_spacing---space--7);
  }

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

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

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

  .bento_main_card-content {
    padding: var(--_spacing---space--5);
  }

  .footer_3_logo_wrap {
    grid-column: 1 / -1;
  }

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

  .glasscard_layout {
    min-height: 20rem;
  }

  .innercontent {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .layout504_tab-card-content {
    padding: 2rem;
  }

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

  .heading-style-h3 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .about_list, .feature_list {
    grid-row-gap: var(--_spacing---space--7);
    grid-template-columns: minmax(0, 1fr);
  }

  .contact_map-wrapper {
    height: 25rem;
  }

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

  .cta-3_card {
    padding: var(--_spacing---space--5);
  }

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

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

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

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

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

  .bento_main_card-content {
    padding: var(--_spacing---space--4);
  }

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

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

  .pricing_plan {
    padding-right: var(--_spacing---space--4);
    padding-left: var(--_spacing---space--4);
  }

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

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

  .layout504_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .layout504_tabs-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

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

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

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .layout504_tab-card-content {
    padding: 1.5rem;
  }

  .layout504_tab-card {
    grid-template-columns: 1fr;
  }

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

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

  .canals_wrap {
    padding-right: var(--_spacing---space--4);
    padding-left: var(--_spacing---space--4);
  }
}

@media screen and (max-width: 479px) {
  .about_list, .feature_list, .contact_content, .tv_content, .tv_item-list, .internet_content, .internet_item-list, .serwis_content, .bento_row_1 {
    grid-template-columns: minmax(0, 1fr);
  }

  .riv-signature {
    margin-top: 3rem;
  }

  .features_content, .features_item-list, .contact_content_layout, .feat_list, .service_feature_list, .bento_row_2 {
    grid-template-columns: minmax(0, 1fr);
  }

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

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

  .tabs-menu.u-mb-4 {
    flex-flow: wrap;
  }

  .premium_table.u-grid-autofit, .premium_table.u-grid-autofit.u-mb-8 {
    --_column-count---value: 1;
  }
}

#w-node-db9a0c4f-2015-adaa-e617-b0d3e2b95144-be5cb03b, #w-node-db9a0c4f-2015-adaa-e617-b0d3e2b95148-be5cb03b, #w-node-db9a0c4f-2015-adaa-e617-b0d3e2b9514c-be5cb03b, #w-node-_2ae140cc-b98e-3c03-8aab-6f30654ed091-be5cb03b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_087a1928-dc9e-720f-165f-1b7234366a1b-d474697d, #w-node-_087a1928-dc9e-720f-165f-1b7234366a2d-d474697d, #w-node-acf16160-dfcf-ef2b-94cd-dacbe7086814-d474697d {
  align-self: start;
}

#w-node-_30de30a0-00ce-8f5c-7134-891dd207913f-a1421614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30de30a0-00ce-8f5c-7134-891dd207914c-a1421614, #w-node-_30de30a0-00ce-8f5c-7134-891dd207915a-a1421614 {
  align-self: start;
}

#w-node-_30de30a0-00ce-8f5c-7134-891dd207915d-a1421614 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30de30a0-00ce-8f5c-7134-891dd2079169-a1421614, #w-node-_30de30a0-00ce-8f5c-7134-891dd2079173-a1421614, #w-node-_30de30a0-00ce-8f5c-7134-891dd207917c-a1421614, #w-node-_30de30a0-00ce-8f5c-7134-891dd2079185-a1421614 {
  align-self: start;
}

#w-node-bf93885b-bd9f-68a1-9b61-639f02f20c19-02f20c14 {
  grid-column: span 3 / span 3;
}

#w-node-b2be2821-f15e-7fb9-fd43-fff7cb8189b9-cb8189a4, #w-node-b2be2821-f15e-7fb9-fd43-fff7cb8189be-cb8189a4, #w-node-_21c17419-54db-4d14-e3f4-ac3eecdd4cf5-cb8189a4, #w-node-b2be2821-f15e-7fb9-fd43-fff7cb8189c3-cb8189a4, #w-node-_34848a9b-1b44-828b-803f-08bf87e78a38-cb8189a4, #w-node-_1a48bec6-1fb9-0ee8-19f0-a332ec3b9817-cb8189a4, #w-node-_1a48bec6-1fb9-0ee8-19f0-a332ec3b981c-cb8189a4, #w-node-_1a48bec6-1fb9-0ee8-19f0-a332ec3b9821-cb8189a4, #w-node-_1a48bec6-1fb9-0ee8-19f0-a332ec3b9826-cb8189a4, #w-node-_83fe3998-51f1-94f2-6358-15a039822a08-cb8189a4, #w-node-_8e5c5e96-f76e-9288-da64-cc881fad5b4d-cb8189a4, #w-node-_8e5c5e96-f76e-9288-da64-cc881fad5b52-cb8189a4, #w-node-_8e5c5e96-f76e-9288-da64-cc881fad5b57-cb8189a4, #w-node-ffa2f057-706b-7183-a52b-2801acdf2468-cb8189a4, #w-node-_75a62805-d6e4-ccf8-4e7a-97e73eafbd9e-cb8189a4, #w-node-_75a62805-d6e4-ccf8-4e7a-97e73eafbda3-cb8189a4, #w-node-_75a62805-d6e4-ccf8-4e7a-97e73eafbda8-cb8189a4, #w-node-_75a62805-d6e4-ccf8-4e7a-97e73eafbdad-cb8189a4, #w-node-_75a62805-d6e4-ccf8-4e7a-97e73eafbdc2-cb8189a4, #w-node-_75a62805-d6e4-ccf8-4e7a-97e73eafbdc7-cb8189a4, #w-node-_75a62805-d6e4-ccf8-4e7a-97e73eafbdcc-cb8189a4, #w-node-_75a62805-d6e4-ccf8-4e7a-97e73eafbdd1-cb8189a4, #w-node-_75a62805-d6e4-ccf8-4e7a-97e73eafbde6-cb8189a4, #w-node-_75a62805-d6e4-ccf8-4e7a-97e73eafbdeb-cb8189a4, #w-node-_75a62805-d6e4-ccf8-4e7a-97e73eafbdf0-cb8189a4, #w-node-_75a62805-d6e4-ccf8-4e7a-97e73eafbdf5-cb8189a4 {
  align-self: start;
}

#w-node-_8f7aae40-6518-f398-94af-9b75aeded78e-23642ae0 {
  align-self: center;
}


@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}