@font-face {
  font-family: Top Luxury;
  src: url('../fonts/Top-Luxury.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../fonts/Audrey-MediumOblique.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../fonts/Audrey-BoldOblique.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../fonts/Audrey-Normal.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../fonts/Audrey-NormalOblique.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../fonts/Audrey-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../fonts/Audrey-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --_theme---background--surface-01: var(--_theme---brand-secondary--main);
  --_text-style---font-family: var(--_typography---primary-font--p-font-family);
  --_theme---typography--heading: var(--_color-primitives---neutral--50);
  --_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---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>);
  --_typography---letter-spacing--std: 0em;
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h6);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--sm);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_text-style---margin-top: var(--_spacing---space--3);
  --_text-style---margin-bottom: var(--_spacing---space--2);
  --_typography---font-size--text-small: clamp(var(--_typography---font-variables--text-small-min) * 1rem, ((var(--_typography---font-variables--text-small-min)  - ((var(--_typography---font-variables--text-small-max)  - var(--_typography---font-variables--text-small-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---font-variables--text-small-max)  - var(--_typography---font-variables--text-small-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---font-variables--text-small-max) * 1rem);
  --_spacing---space--7: 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--8: 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.5 * 1rem, ((1.5 - ((5 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((5 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 5 * 1rem);
  --container--small: 80rem;
  --container--full: 100vw;
  --_spacing---space--3: 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: clamp(1 * 1rem, ((1 - ((2 - 1) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((2 - 1) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 2 * 1rem);
  --_gap---size: var(--site--gutter);
  --_theme---background--surface-03: var(--_theme---brand-secondary--darker);
  --_spacing---space--2: 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--4: 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--5: 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--6: 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--9: 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---primary-font--p-font-family: "Top Luxury", "Times New Roman", sans-serif;
  --_typography---primary-font--regular: 400;
  --_typography---primary-font--medium\<deleted\|variable-bf70a7c1-809a-4d78-48d8-6a700e801b65\>: 500;
  --_typography---primary-font--bold\<deleted\|variable-e1e2311b-a015-23c9-f2d7-7d185e6e1fba\>: 700;
  --radius--small\<deleted\|variable-95e0840b-4255-e171-3fc6-e4984fef0994\>: .5rem;
  --radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>: 0rem;
  --radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>: 100vw;
  --_border-styles---border-width--small: .0625rem;
  --_theme---border--main: var(--_color-primitives---primary-alpha--30);
  --_border-styles---radius--small: .125rem;
  --border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>: .094rem;
  --_theme---background--surface-accent: var(--_theme---brand-primary--main);
  --_typography---line-height--1: 1;
  --_typography---font-size--text-xsmall: clamp(var(--_typography---font-variables--text-xsmall-min) * 1rem, ((var(--_typography---font-variables--text-xsmall-min)  - ((var(--_typography---font-variables--text-xsmall-max)  - var(--_typography---font-variables--text-xsmall-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---font-variables--text-xsmall-max)  - var(--_typography---font-variables--text-xsmall-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---font-variables--text-xsmall-max) * 1rem);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --swatch--transparent\<deleted\|variable-f3de064a-6a96-a418-1f97-8812677e8a89\>: transparent;
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>);
  --_button-style---border: var(--_theme---button-primary--border);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_border-styles---radius--main: .25rem;
  --_border-styles---radius--round: 100vw;
  --_button-style---background: var(--_theme---button-primary--background);
  --_theme---background--surface-02: var(--_theme---brand-secondary--dark);
  --_column-count---value: 1;
  --_spacing---section-space--small: clamp(var(--_spacing---section-space-size--small-min) * 1rem, ((var(--_spacing---section-space-size--small-min)  - ((var(--_spacing---section-space-size--small-max)  - var(--_spacing---section-space-size--small-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_spacing---section-space-size--small-max)  - var(--_spacing---section-space-size--small-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_spacing---section-space-size--small-max) * 1rem);
  --_theme---gradient--start: var(--_theme---brand-primary--light);
  --_theme---gradient--end: var(--_theme---brand-primary--dark);
  --_color-primitives---gradient-primary--start: var(--_theme---brand-primary--main);
  --_color-primitives---gradient-primary--end: var(--_theme---brand-primary--dark);
  --_button-sizes---border-width: var(--_border-styles---border-width--small);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_spacing---section-space--none: 0px;
  --_spacing---section-space--main: clamp(var(--_spacing---section-space-size--main-min) * 1rem, ((var(--_spacing---section-space-size--main-min)  - ((var(--_spacing---section-space-size--main-max)  - var(--_spacing---section-space-size--main-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_spacing---section-space-size--main-max)  - var(--_spacing---section-space-size--main-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_spacing---section-space-size--main-max) * 1rem);
  --_spacing---section-space--large: clamp(var(--_spacing---section-space-size--large-min) * 1rem, ((var(--_spacing---section-space-size--large-min)  - ((var(--_spacing---section-space-size--large-max)  - var(--_spacing---section-space-size--large-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_spacing---section-space-size--large-max)  - var(--_spacing---section-space-size--large-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_spacing---section-space-size--large-max) * 1rem);
  --_spacing---section-space--page-top: clamp(var(--_spacing---section-space-size--page-top-min) * 1rem, ((var(--_spacing---section-space-size--page-top-min)  - ((var(--_spacing---section-space-size--page-top-max)  - var(--_spacing---section-space-size--page-top-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_spacing---section-space-size--page-top-max)  - var(--_spacing---section-space-size--page-top-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_spacing---section-space-size--page-top-max) * 1rem);
  --_typography---line-height--1-1: 1.1;
  --_spacing---space--1: clamp(.1875 * 1rem, ((.1875 - ((.25 - .1875) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((.25 - .1875) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), .25 * 1rem);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_theme---typography--overline: var(--_theme---brand-secondary--darker);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-main) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_color-primitives---neutral-alpha-light--transparent: color-mix(in srgb, var(--_color-primitives---neutral-alpha-light--color-mix-base) 0%, transparent);
  --_color-primitives---neutral--900: color-mix(in srgb, var(--_color-primitives---neutral--color-mix-base), var(--_color-primitives---neutral--color-mix-shade) 80%);
  --_color-primitives---neutral--500: color-mix(in srgb, var(--_color-primitives---neutral--color-mix-base), var(--_color-primitives---neutral--color-mix-base) 100%);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>: white;
  --_subtitle-style---font-family: var(--_typography---primary-font--p-font-family);
  --_theme---typography--subtitle: var(--_theme---brand-primary--light);
  --_subtitle-style---font-size: var(--_typography---font-size--text-xlarge);
  --_subtitle-style---line-height: var(--_typography---line-height--1-3);
  --_subtitle-style---font-weight: var(--_typography---primary-font--regular);
  --_subtitle-style---letter-spacing: var(--_typography---letter-spacing--std);
  --container--large: 100rem;
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--200);
  --_units---size--1-5rem: 1.5rem;
  --_color-primitives---feedback-informative--600: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-informative--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 2)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--100);
  --_typography---heading-scales--mobile-base-size: .75;
  --_typography---heading-scales--desktop-base-size: 1.333;
  --_typography---heading-scales--desktop-scale-ratio: 1.333;
  --_typography---heading-scales--mobile-scale-ratio: 1.125;
  --_typography---font-scales--mobile-scale-ratio: 1.125;
  --_typography---font-scales--mobile-base-size: .75;
  --_typography---font-scales--desktop-base-size: 1;
  --_typography---font-scales--desktop-scale-ratio: 1;
  --_border-styles---border-width--medium: .09375rem;
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_ui---bullet-primary--main\<deleted\|variable-206ebdb5-6df1-c3e4-fdde-585fc16c1508\>: .35rem;
  --_ui---bullet-primary--large\<deleted\|variable-cc5c0ef2-bce0-62ff-ea35-adff3a5cd30a\>: .5rem;
  --_ui---bullet-primary--small\<deleted\|variable-c8f83940-39a6-efef-4846-fec34c2d4aaa\>: .25rem;
  --_caption-style---outter-gap: var(--_spacing---space--4);
  --_caption-style---inner-gap: var(--_spacing---space--2);
  --_units---padding--medium: var(--_spacing---space--6);
  --_caption-style---font-family: var(--_typography---primary-font--p-font-family);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_caption-style---font-size: var(--_typography---font-size--text-small);
  --_caption-style---font-weight: var(--_typography---primary-font--extra-light\<deleted\|variable-a4b30db6-e9f9-4ae5-b9a5-53856bff83cf\>);
  --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
  --_caption-style---svg-size: var(--_units---icon-size--16);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_spacing---space--0: 0px;
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_subtitle-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_subtitle-style---margin-bottom: var(--_spacing---space--3);
  --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
  --_button-sizes---border-radius: var(--_border-styles---radius--main);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
  --_button-sizes---icon-size: var(--_units---icon-size--20);
  --_content---float-margin-v\<deleted\|variable-fb3fb6c5-3d57-2271-a58f-81f8530134d5\>: var(--_spacing---space--4);
  --_content---float-margin-h\<deleted\|variable-444c2e5a-4835-773f-fa65-bca5abfcc228\>: var(--_spacing---space--4);
  --_caption-style---float-margim-v: var(--_spacing---space--7);
  --_button-sizes---height: 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);
  --_color-primitives---neutral--300: color-mix(in srgb, var(--_color-primitives---neutral--color-mix-base), var(--_color-primitives---neutral--color-mix-light) 40%);
  --_color-primitives---neutral--950\<deleted\|variable-f232eab9-45da-3fc8-c8f9-f97173bfef2a\>: color-mix(in srgb, var(--_color-primitives---neutral--color-mix-base\<deleted\|variable-c820e65e-e2f5-1284-1b83-ccbe62cf5035\>), var(--_color-primitives---neutral--color-mix-shade) 95%);
  --_sizes---navbar--top-height: clamp(1.5 * 1rem, ((1.5 - ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 2 * 1rem);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_sizes---navbar--botom-height: 3.5rem;
  --_units---icon-size--16: 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---secondary-font--regular\<deleted\|variable-53e22c6e-2d3f-ef8c-c938-d09a182a8de9\>: 500;
  --_typography---letter-spacing--n-xsm: calc(var(--_typography---letter-spacing--xsm) * -1);
  --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
  --_units---icon-size--20: clamp(1 * 1rem, ((1 - ((1.25 - 1) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1.25 - 1) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1.25 * 1rem);
  --_units---icon-size--12: 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);
  --_units---icon-size--24: 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);
  --_units---icon-size--32: clamp(1.5 * 1rem, ((1.5 - ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 2 * 1rem);
  --_border-styles---radius--large: .5rem;
  --_color-primitives---whatsapp--main: #25d366;
  --_color-primitives---whatsapp--dark: color-mix(in srgb, var(--_color-primitives---whatsapp--main), black 40%);
  --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
  --_button-sizes---h-padding: clamp(1 * 1rem, ((1 - ((1.5 - 1) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1.5 - 1) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1.5 * 1rem);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_color-primitives---neutral-alpha-dark--5: color-mix(in srgb, var(--_color-primitives---neutral-alpha-dark--color-mix-base) 5%, transparent);
  --_color-primitives---neutral-alpha-dark--90: color-mix(in srgb, var(--_color-primitives---neutral-alpha-dark--color-mix-base) 90%, transparent);
  --_sizes---contact-bar--height: clamp(2 * 1rem, ((2 - ((4 - 2) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((4 - 2) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 4 * 1rem);
  --_border-styles---border-width--large: 4rem;
  --_color-primitives---neutral-alpha-dark--transparent: color-mix(in srgb, var(--_color-primitives---neutral-alpha-dark--color-mix-base) 0%, transparent);
  --_sizes---navbar--sm-nav-height: 2rem;
  --_color-primitives---neutral--0: #0000;
  --_color-primitives---primary-alpha--40: color-mix(in srgb, var(--_color-primitives---primary-alpha--color-mix-base) 40%, transparent);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --accessible-components--dark-grey\<deleted\|variable-c4d8099c\>: #9b9b9b;
  --_color-primitives---neutral-alpha-dark--70: color-mix(in srgb, var(--_color-primitives---neutral-alpha-dark--color-mix-base) 70%, transparent);
  --untitled-ui--gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui--gray700\<deleted\|variable-d4f37b50\>: #344054;
  --untitled-ui--gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui--white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
  --untitled-ui--primary50\<deleted\|variable-a4451441\>: #f9f5ff;
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--200);
  --untitled-ui--primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui--primary300\<deleted\|variable-b540dac6\>: #d6bbfb;
  --screen-size--max: 90;
  --screen-size--min: 20;
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_typography---heading-sizes--display-xlarge: clamp(var(--_typography---heading-variables--display-xlarge-min) * 1rem, ((var(--_typography---heading-variables--display-xlarge-min)  - ((var(--_typography---heading-variables--display-xlarge-max)  - var(--_typography---heading-variables--display-xlarge-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---heading-variables--display-xlarge-max)  - var(--_typography---heading-variables--display-xlarge-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---heading-variables--display-xlarge-max) * 1rem);
  --_typography---letter-spacing--lg: .1em;
  --_typography---line-height--1-7: 1.8;
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_color-primitives---neutral-alpha-light--30: color-mix(in srgb, var(--_color-primitives---neutral-alpha-light--color-mix-base) 30%, transparent);
  --_spacing---space--10: clamp(3.75 * 1rem, ((3.75 - ((7.5 - 3.75) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((7.5 - 3.75) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 7.5 * 1rem);
  --_color-primitives---terciary--50: color-mix(in srgb, var(--_color-primitives---terciary--color-mix-base), var(--_color-primitives---terciary--color-mix-light) 90%);
  --_effects---fade--color-visible: var(--_theme---brand-secondary--main);
  --_effects---fade--stop-01: 15%;
  --_effects---fade--color-transparent: var(--_color-primitives---neutral--0);
  --_effects---fade--stop-02: 57%;
  --_effects---fade--stop-03: 30%;
  --_effects---fade--stop-04: 90%;
  --_color-primitives---secondary--700: color-mix(in srgb, var(--_color-primitives---secondary--color-mix-base), var(--_color-primitives---secondary--color-mix-shade) 40%);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_typography---secondary-font--s-font-family: Montserrat, Arial, sans-serif;
  --_color-primitives---secondary-alpha--40: color-mix(in srgb, var(--_color-primitives---secondary-alpha--color-mix-base) 40%, transparent);
  --_color-primitives---secondary--200: color-mix(in srgb, var(--_color-primitives---secondary--color-mix-base), var(--_color-primitives---secondary--color-mix-light) 60%);
  --_color-primitives---secondary--300: color-mix(in srgb, var(--_color-primitives---secondary--color-mix-base), var(--_color-primitives---secondary--color-mix-light) 40%);
  --_color-primitives---secondary--100: color-mix(in srgb, var(--_color-primitives---secondary--color-mix-base), var(--_color-primitives---secondary--color-mix-light) 80%);
  --_color-primitives---secondary--600: color-mix(in srgb, var(--_color-primitives---secondary--color-mix-base), var(--_color-primitives---secondary--color-mix-shade) 20%);
  --_color-primitives---primary-alpha--50: color-mix(in srgb, var(--_color-primitives---primary-alpha--color-mix-base) 50%, transparent);
  --_color-primitives---neutral--50: color-mix(in srgb, var(--_color-primitives---neutral--color-mix-base), var(--_color-primitives---neutral--color-mix-light) 100%);
  --_color-primitives---secondary--50: color-mix(in srgb, var(--_color-primitives---secondary--color-mix-base), var(--_color-primitives---secondary--color-mix-light) 90%);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_color-primitives---secondary-alpha--30: color-mix(in srgb, var(--_color-primitives---secondary-alpha--color-mix-base) 30%, transparent);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --site--n-margin: calc(var(--site--margin) * -1);
  --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));
  --site--column-count: 12;
  --_ui---kv-shape: 1.1rem;
  --_sizes---media-sizes--max-height-screen: calc(100dvh - calc(var(--_sizes---navbar--botom-height)  + var(--_sizes---navbar--top-height)  + var(--_sizes---contact-bar--height)));
  --_sizes---filter--nav-height: clamp(3.5 * 1rem, ((3.5 - ((4.5 - 3.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((4.5 - 3.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 4.5 * 1rem);
  --_button-sizes---outter-margin: calc(calc(var(--site--margin) * -1) / 1.25);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_color-primitives---primary--50: color-mix(in srgb, var(--_color-primitives---primary--color-mix-base), var(--_color-primitives---primary--color-mix-light) 90%);
  --_color-primitives---primary--100: color-mix(in srgb, var(--_color-primitives---primary--color-mix-base), var(--_color-primitives---primary--color-mix-light) 80%);
  --_color-primitives---primary--200: color-mix(in srgb, var(--_color-primitives---primary--color-mix-base), var(--_color-primitives---primary--color-mix-light) 60%);
  --_color-primitives---primary--300: color-mix(in srgb, var(--_color-primitives---primary--color-mix-base), var(--_color-primitives---primary--color-mix-light) 40%);
  --_color-primitives---primary--400: color-mix(in srgb, var(--_color-primitives---primary--color-mix-base), var(--_color-primitives---primary--color-mix-light) 20%);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  --focus--width: .125rem;
  --focus--offset-inner: -.125rem;
  --focus--offset-outer: .1875rem;
  --_color-primitives---primary--500: color-mix(in srgb, var(--_color-primitives---primary--color-mix-base), var(--_color-primitives---primary--color-mix-base) 100%);
  --_color-primitives---primary--600: color-mix(in srgb, var(--_color-primitives---primary--color-mix-base), var(--_color-primitives---primary--color-mix-shade) 20%);
  --_color-primitives---primary--700: color-mix(in srgb, var(--_color-primitives---primary--color-mix-base), var(--_color-primitives---primary--color-mix-shade) 40%);
  --_color-primitives---primary--800: color-mix(in srgb, var(--_color-primitives---primary--color-mix-base), var(--_color-primitives---primary--color-mix-shade) 60%);
  --_color-primitives---primary--900: color-mix(in srgb, var(--_color-primitives---primary--color-mix-base), var(--_color-primitives---primary--color-mix-shade) 80%);
  --_color-primitives---primary--950: color-mix(in srgb, var(--_color-primitives---primary--color-mix-base), var(--_color-primitives---primary--color-mix-shade) 90%);
  --_color-primitives---primary--color-mix-light: #fff;
  --_color-primitives---primary--color-mix-base: #ecbd7c;
  --_color-primitives---primary--color-mix-shade: #000;
  --_color-primitives---secondary--400: color-mix(in srgb, var(--_color-primitives---secondary--color-mix-base), var(--_color-primitives---secondary--color-mix-light) 20%);
  --_color-primitives---secondary--500: color-mix(in srgb, var(--_color-primitives---secondary--color-mix-base), var(--_color-primitives---secondary--color-mix-base) 100%);
  --_color-primitives---secondary--800: color-mix(in srgb, var(--_color-primitives---secondary--color-mix-base), var(--_color-primitives---secondary--color-mix-shade) 60%);
  --_color-primitives---secondary--900: color-mix(in srgb, var(--_color-primitives---secondary--color-mix-base), var(--_color-primitives---secondary--color-mix-shade) 80%);
  --_color-primitives---secondary--950: color-mix(in srgb, var(--_color-primitives---secondary--color-mix-base), var(--_color-primitives---secondary--color-mix-shade) 90%);
  --_color-primitives---secondary--color-mix-light: white;
  --_color-primitives---secondary--color-mix-base: #003a63;
  --_color-primitives---secondary--color-mix-shade: #000;
  --_color-primitives---terciary--100: color-mix(in srgb, var(--_color-primitives---terciary--color-mix-base), var(--_color-primitives---terciary--color-mix-light) 80%);
  --_color-primitives---terciary--200: color-mix(in srgb, var(--_color-primitives---terciary--color-mix-base), var(--_color-primitives---terciary--color-mix-light) 60%);
  --_color-primitives---terciary--300: color-mix(in srgb, var(--_color-primitives---terciary--color-mix-base), var(--_color-primitives---terciary--color-mix-light) 40%);
  --_color-primitives---terciary--400: color-mix(in srgb, var(--_color-primitives---terciary--color-mix-base), var(--_color-primitives---terciary--color-mix-light) 20%);
  --_color-primitives---terciary--500: color-mix(in srgb, var(--_color-primitives---terciary--color-mix-base), var(--_color-primitives---terciary--color-mix-base) 100%);
  --_color-primitives---terciary--600: color-mix(in srgb, var(--_color-primitives---terciary--color-mix-base), var(--_color-primitives---terciary--color-mix-shade) 20%);
  --_color-primitives---terciary--700: color-mix(in srgb, var(--_color-primitives---terciary--color-mix-base), var(--_color-primitives---terciary--color-mix-shade) 40%);
  --_color-primitives---terciary--800: color-mix(in srgb, var(--_color-primitives---terciary--color-mix-base), var(--_color-primitives---terciary--color-mix-shade) 60%);
  --_color-primitives---terciary--900: color-mix(in srgb, var(--_color-primitives---terciary--color-mix-base), var(--_color-primitives---terciary--color-mix-shade) 80%);
  --_color-primitives---terciary--950: color-mix(in srgb, var(--_color-primitives---terciary--color-mix-base), var(--_color-primitives---terciary--color-mix-shade) 90%);
  --_color-primitives---terciary--color-mix-light: #fff;
  --_color-primitives---terciary--color-mix-base: #000b25;
  --_color-primitives---terciary--color-mix-shade: #000;
  --_color-primitives---neutral--100: color-mix(in srgb, var(--_color-primitives---neutral--color-mix-base), var(--_color-primitives---neutral--color-mix-light) 80%);
  --_color-primitives---neutral--200: color-mix(in srgb, var(--_color-primitives---neutral--color-mix-base), var(--_color-primitives---neutral--color-mix-light) 60%);
  --_color-primitives---neutral--400: color-mix(in srgb, var(--_color-primitives---neutral--color-mix-base), var(--_color-primitives---neutral--color-mix-light) 20%);
  --_color-primitives---neutral--600: color-mix(in srgb, var(--_color-primitives---neutral--color-mix-base), var(--_color-primitives---neutral--color-mix-shade) 20%);
  --_color-primitives---neutral--700: color-mix(in srgb, var(--_color-primitives---neutral--color-mix-base), var(--_color-primitives---neutral--color-mix-shade) 40%);
  --_color-primitives---neutral--800: color-mix(in srgb, var(--_color-primitives---neutral--color-mix-base), var(--_color-primitives---neutral--color-mix-shade) 60%);
  --_color-primitives---neutral--950: color-mix(in srgb, var(--_color-primitives---neutral--color-mix-base), var(--_color-primitives---neutral--color-mix-shade) 100%);
  --_color-primitives---neutral--color-mix-light: #fff;
  --_color-primitives---neutral--color-mix-base: #737a7f;
  --_color-primitives---neutral--color-mix-shade: #1f1f1d;
  --_color-primitives---primary-alpha--10: color-mix(in srgb, var(--_color-primitives---primary-alpha--color-mix-base) 10%, transparent);
  --_color-primitives---primary-alpha--20: color-mix(in srgb, var(--_color-primitives---primary-alpha--color-mix-base) 20%, transparent);
  --_color-primitives---primary-alpha--30: color-mix(in srgb, var(--_color-primitives---primary-alpha--color-mix-base) 30%, transparent);
  --_color-primitives---primary-alpha--60: color-mix(in srgb, var(--_color-primitives---primary-alpha--color-mix-base) 60%, transparent);
  --_color-primitives---primary-alpha--70: color-mix(in srgb, var(--_color-primitives---primary-alpha--color-mix-base) 70%, transparent);
  --_color-primitives---primary-alpha--80: color-mix(in srgb, var(--_color-primitives---primary-alpha--color-mix-base) 80%, transparent);
  --_color-primitives---primary-alpha--90: color-mix(in srgb, var(--_color-primitives---primary-alpha--color-mix-base) 90%, transparent);
  --_color-primitives---primary-alpha--color-mix-base: var(--_color-primitives---primary--500);
  --_color-primitives---secondary-alpha--10: color-mix(in srgb, var(--_color-primitives---secondary-alpha--color-mix-base) 10%, transparent);
  --_color-primitives---secondary-alpha--20: color-mix(in srgb, var(--_color-primitives---secondary-alpha--color-mix-base) 20%, transparent);
  --_color-primitives---secondary-alpha--50: color-mix(in srgb, var(--_color-primitives---secondary-alpha--color-mix-base) 50%, transparent);
  --_color-primitives---secondary-alpha--60: color-mix(in srgb, var(--_color-primitives---secondary-alpha--color-mix-base) 60%, transparent);
  --_color-primitives---secondary-alpha--70: color-mix(in srgb, var(--_color-primitives---secondary-alpha--color-mix-base) 70%, transparent);
  --_color-primitives---secondary-alpha--80: color-mix(in srgb, var(--_color-primitives---secondary-alpha--color-mix-base) 80%, transparent);
  --_color-primitives---secondary-alpha--90: color-mix(in srgb, var(--_color-primitives---secondary-alpha--color-mix-base) 90%, transparent);
  --_color-primitives---secondary-alpha--color-mix-base: var(--_color-primitives---secondary--500);
  --_color-primitives---terciary-alpha--10: color-mix(in srgb, var(--_color-primitives---terciary-alpha--color-mix-base) 10%, transparent);
  --_color-primitives---terciary-alpha--20: color-mix(in srgb, var(--_color-primitives---terciary-alpha--color-mix-base) 20%, transparent);
  --_color-primitives---terciary-alpha--30: color-mix(in srgb, var(--_color-primitives---terciary-alpha--color-mix-base) 30%, transparent);
  --_color-primitives---terciary-alpha--40: color-mix(in srgb, var(--_color-primitives---terciary-alpha--color-mix-base) 40%, transparent);
  --_color-primitives---terciary-alpha--50: color-mix(in srgb, var(--_color-primitives---terciary-alpha--color-mix-base) 50%, transparent);
  --_color-primitives---terciary-alpha--60: color-mix(in srgb, var(--_color-primitives---terciary-alpha--color-mix-base) 60%, transparent);
  --_color-primitives---terciary-alpha--70: color-mix(in srgb, var(--_color-primitives---terciary-alpha--color-mix-base) 70%, transparent);
  --_color-primitives---terciary-alpha--80: color-mix(in srgb, var(--_color-primitives---terciary-alpha--color-mix-base) 80%, transparent);
  --_color-primitives---terciary-alpha--90: color-mix(in srgb, var(--_color-primitives---terciary-alpha--color-mix-base) 90%, transparent);
  --_color-primitives---terciary-alpha--color-mix-base: var(--_color-primitives---terciary--500);
  --_color-primitives---neutral-alpha-light--5: color-mix(in srgb, var(--_color-primitives---neutral-alpha-light--color-mix-base) 5%, transparent);
  --_color-primitives---neutral-alpha-light--10: color-mix(in srgb, var(--_color-primitives---neutral-alpha-light--color-mix-base) 10%, transparent);
  --_color-primitives---neutral-alpha-light--15: color-mix(in srgb, var(--_color-primitives---neutral-alpha-light--color-mix-base) 15%, transparent);
  --_color-primitives---neutral-alpha-light--20: color-mix(in srgb, var(--_color-primitives---neutral-alpha-light--color-mix-base) 20%, transparent);
  --_color-primitives---neutral-alpha-light--40: color-mix(in srgb, var(--_color-primitives---neutral-alpha-light--color-mix-base) 40%, transparent);
  --_color-primitives---neutral-alpha-light--50: color-mix(in srgb, var(--_color-primitives---neutral-alpha-light--color-mix-base) 50%, transparent);
  --_color-primitives---neutral-alpha-light--60: color-mix(in srgb, var(--_color-primitives---neutral-alpha-light--color-mix-base) 60%, transparent);
  --_color-primitives---neutral-alpha-light--70: color-mix(in srgb, var(--_color-primitives---neutral-alpha-light--color-mix-base) 70%, transparent);
  --_color-primitives---neutral-alpha-light--80: color-mix(in srgb, var(--_color-primitives---neutral-alpha-light--color-mix-base) 80%, transparent);
  --_color-primitives---neutral-alpha-light--90: color-mix(in srgb, var(--_color-primitives---neutral-alpha-light--color-mix-base) 90%, transparent);
  --_color-primitives---neutral-alpha-light--color-mix-base: var(--_color-primitives---neutral--100);
  --_alignment---direction: start;
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_color-primitives---neutral-alpha-dark--10: color-mix(in srgb, var(--_color-primitives---neutral-alpha-dark--color-mix-base) 10%, transparent);
  --_color-primitives---neutral-alpha-dark--15: color-mix(in srgb, var(--_color-primitives---neutral-alpha-dark--color-mix-base) 15%, transparent);
  --_color-primitives---neutral-alpha-dark--20: color-mix(in srgb, var(--_color-primitives---neutral-alpha-dark--color-mix-base) 20%, transparent);
  --_color-primitives---neutral-alpha-dark--30: color-mix(in srgb, var(--_color-primitives---neutral-alpha-dark--color-mix-base) 30%, transparent);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_color-primitives---neutral-alpha-dark--40: color-mix(in srgb, var(--_color-primitives---neutral-alpha-dark--color-mix-base) 40%, transparent);
  --_color-primitives---neutral-alpha-dark--50: color-mix(in srgb, var(--_color-primitives---neutral-alpha-dark--color-mix-base) 50%, transparent);
  --_color-primitives---neutral-alpha-dark--60: color-mix(in srgb, var(--_color-primitives---neutral-alpha-dark--color-mix-base) 60%, transparent);
  --_color-primitives---neutral-alpha-dark--80: color-mix(in srgb, var(--_color-primitives---neutral-alpha-dark--color-mix-base) 80%, transparent);
  --_color-primitives---neutral-alpha-dark--color-mix-base: var(--_color-primitives---neutral--900);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_spacing---section-space-size--small-min: 2;
  --_spacing---section-space-size--small-max: 4;
  --_spacing---section-space-size--main-min: 4;
  --_spacing---section-space-size--main-max: 6;
  --_spacing---section-space-size--large-min: 6;
  --_spacing---section-space-size--large-max: 8;
  --_spacing---section-space-size--page-top-min: 8;
  --_spacing---section-space-size--page-top-max: 16;
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---neutral-alpha-dark--20);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--300);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--500);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--700);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--300);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--500);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--700);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--300);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--500);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--700);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--300);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--500);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--700);
  --_typography---primary-font--trim-top: .4em;
  --_typography---primary-font--trim-bottom: .3em;
  --_typography---secondary-font--trim-top: 0px;
  --_typography---secondary-font--trim-bottom: 0px;
  --_typography---secondary-font--regular: 300;
  --_typography---secondary-font--medium: 400;
  --_typography---secondary-font--bold: 700;
  --_typography---heading-sizes--display-large: clamp(var(--_typography---heading-variables--display-large-min) * 1rem, ((var(--_typography---heading-variables--display-large-min)  - ((var(--_typography---heading-variables--display-large-max)  - var(--_typography---heading-variables--display-large-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---heading-variables--display-large-max)  - var(--_typography---heading-variables--display-large-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---heading-variables--display-large-max) * 1rem);
  --_typography---heading-sizes--h1: clamp(var(--_typography---heading-variables--h1-min) * 1rem, ((var(--_typography---heading-variables--h1-min)  - ((var(--_typography---heading-variables--h1-max)  - var(--_typography---heading-variables--h1-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---heading-variables--h1-max)  - var(--_typography---heading-variables--h1-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---heading-variables--h1-max) * 1rem);
  --_typography---heading-sizes--h2: clamp(var(--_typography---heading-variables--h2-min) * 1rem, ((var(--_typography---heading-variables--h2-min)  - ((var(--_typography---heading-variables--h2-max)  - var(--_typography---heading-variables--h2-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---heading-variables--h2-max)  - var(--_typography---heading-variables--h2-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---heading-variables--h2-max) * 1rem);
  --_typography---heading-sizes--h3: clamp(var(--_typography---heading-variables--h3-min) * 1rem, ((var(--_typography---heading-variables--h3-min)  - ((var(--_typography---heading-variables--h3-max)  - var(--_typography---heading-variables--h3-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---heading-variables--h3-max)  - var(--_typography---heading-variables--h3-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---heading-variables--h3-max) * 1rem);
  --_typography---heading-sizes--h4: clamp(var(--_typography---heading-variables--h4-min) * 1rem, ((var(--_typography---heading-variables--h4-min)  - ((var(--_typography---heading-variables--h4-max)  - var(--_typography---heading-variables--h4-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---heading-variables--h4-max)  - var(--_typography---heading-variables--h4-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---heading-variables--h4-max) * 1rem);
  --_typography---heading-sizes--h5: clamp(var(--_typography---heading-variables--h5-min) * 1rem, ((var(--_typography---heading-variables--h5-min)  - ((var(--_typography---heading-variables--h5-max)  - var(--_typography---heading-variables--h5-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---heading-variables--h5-max)  - var(--_typography---heading-variables--h5-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---heading-variables--h5-max) * 1rem);
  --_typography---heading-sizes--h6: clamp(var(--_typography---heading-variables--h6-min) * 1rem, ((var(--_typography---heading-variables--h6-min)  - ((var(--_typography---heading-variables--h6-max)  - var(--_typography---heading-variables--h6-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---heading-variables--h6-max)  - var(--_typography---heading-variables--h6-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---heading-variables--h6-max) * 1rem);
  --_typography---heading-variables--display-xlarge-max: calc(var(--_typography---heading-variables--display-large-max) * var(--_typography---heading-scales--desktop-scale-ratio));
  --_typography---heading-variables--display-xlarge-min: calc(var(--_typography---heading-variables--display-large-min) * var(--_typography---heading-scales--mobile-scale-ratio));
  --_typography---heading-variables--display-large-max: calc(var(--_typography---heading-variables--h1-max) * var(--_typography---heading-scales--desktop-scale-ratio));
  --_typography---heading-variables--display-large-min: calc(var(--_typography---heading-variables--h1-min) * var(--_typography---heading-scales--mobile-scale-ratio));
  --_typography---heading-variables--h1-max: calc(var(--_typography---heading-variables--h2-max) * var(--_typography---heading-scales--desktop-scale-ratio));
  --_typography---heading-variables--h1-min: calc(var(--_typography---heading-variables--h2-min) * var(--_typography---heading-scales--mobile-scale-ratio));
  --_typography---heading-variables--h2-max: calc(var(--_typography---heading-variables--h3-max) * var(--_typography---heading-scales--desktop-scale-ratio));
  --_typography---heading-variables--h2-min: calc(var(--_typography---heading-variables--h3-min) * var(--_typography---heading-scales--mobile-scale-ratio));
  --_typography---heading-variables--h3-max: calc(var(--_typography---heading-variables--h4-max) * var(--_typography---heading-scales--desktop-scale-ratio));
  --_typography---heading-variables--h3-min: calc(var(--_typography---heading-variables--h4-min) * var(--_typography---heading-scales--mobile-scale-ratio));
  --_typography---heading-variables--h4-max: calc(var(--_typography---heading-variables--h5-max) * var(--_typography---heading-scales--desktop-scale-ratio));
  --_typography---heading-variables--h4-min: calc(var(--_typography---heading-variables--h5-min) * var(--_typography---heading-scales--mobile-scale-ratio));
  --_typography---heading-variables--h5-max: calc(var(--_typography---heading-variables--h6-max) * var(--_typography---heading-scales--desktop-scale-ratio));
  --_typography---heading-variables--h5-min: calc(var(--_typography---heading-variables--h6-min) * var(--_typography---heading-scales--mobile-scale-ratio));
  --_typography---heading-variables--h6-max: var(--_typography---heading-scales--desktop-base-size);
  --_typography---heading-variables--h6-min: var(--_typography---heading-scales--mobile-base-size);
  --_typography---font-size--text-xlarge: clamp(var(--_typography---font-variables--text-xlarge-min) * 1rem, ((var(--_typography---font-variables--text-xlarge-min)  - ((var(--_typography---font-variables--text-xlarge-max)  - var(--_typography---font-variables--text-xlarge-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---font-variables--text-xlarge-max)  - var(--_typography---font-variables--text-xlarge-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---font-variables--text-xlarge-max) * 1rem);
  --_typography---font-size--text-large: clamp(var(--_typography---font-variables--text-large-min) * 1rem, ((var(--_typography---font-variables--text-large-min)  - ((var(--_typography---font-variables--text-large-max)  - var(--_typography---font-variables--text-large-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---font-variables--text-large-max)  - var(--_typography---font-variables--text-large-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---font-variables--text-large-max) * 1rem);
  --_typography---font-size--text-main: clamp(var(--_typography---font-variables--text-main-min) * 1rem, ((var(--_typography---font-variables--text-main-min)  - ((var(--_typography---font-variables--text-main-max)  - var(--_typography---font-variables--text-main-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---font-variables--text-main-max)  - var(--_typography---font-variables--text-main-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---font-variables--text-main-max) * 1rem);
  --_typography---font-size--text-tiny: clamp(var(--_typography---font-variables--text-tiny-min) * 1rem, ((var(--_typography---font-variables--text-tiny-min)  - ((var(--_typography---font-variables--text-tiny-max)  - var(--_typography---font-variables--text-tiny-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---font-variables--text-tiny-max)  - var(--_typography---font-variables--text-tiny-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---font-variables--text-tiny-max) * 1rem);
  --_typography---font-size--text-xtiny: clamp(var(--_typography---font-variables--text-xtiny-min) * 1rem, ((var(--_typography---font-variables--text-xtiny-min)  - ((var(--_typography---font-variables--text-xtiny-max)  - var(--_typography---font-variables--text-tiny-min)) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((var(--_typography---font-variables--text-tiny-max)  - var(--_typography---font-variables--text-xtiny-min)) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), var(--_typography---font-variables--text-xtiny-max) * 1rem);
  --_typography---font-variables--text-xlarge-max: calc(var(--_typography---font-variables--text-large-max) * var(--_typography---font-scales--desktop-scale-ratio));
  --_typography---font-variables--text-xlarge-min: calc(var(--_typography---font-variables--text-large-min) * var(--_typography---font-scales--desktop-scale-ratio));
  --_typography---font-variables--text-large-max: calc(var(--_typography---font-variables--text-main-max) * var(--_typography---font-scales--desktop-scale-ratio));
  --_typography---font-variables--text-large-min: calc(var(--_typography---font-variables--text-main-min) * var(--_typography---font-scales--mobile-scale-ratio));
  --_typography---font-variables--text-main-max: calc(var(--_typography---font-variables--text-small-max) * var(--_typography---font-scales--desktop-scale-ratio));
  --_typography---font-variables--text-main-min: calc(var(--_typography---font-variables--text-small-min) * var(--_typography---font-scales--desktop-scale-ratio));
  --_typography---font-variables--text-small-max: calc(var(--_typography---font-variables--text-xsmall-max) * var(--_typography---font-scales--desktop-scale-ratio));
  --_typography---font-variables--text-small-min: calc(var(--_typography---font-variables--text-xsmall-min) * var(--_typography---font-scales--mobile-scale-ratio));
  --_typography---font-variables--text-xsmall-max: calc(var(--_typography---font-variables--text-tiny-max) * var(--_typography---font-scales--desktop-scale-ratio));
  --_typography---font-variables--text-xsmall-min: calc(var(--_typography---font-variables--text-tiny-min) * var(--_typography---font-scales--mobile-scale-ratio));
  --_typography---font-variables--text-tiny-max: calc(var(--_typography---font-variables--text-xtiny-max) * var(--_typography---font-scales--desktop-scale-ratio));
  --_typography---font-variables--text-tiny-min: calc(var(--_typography---font-variables--text-xtiny-min) * var(--_typography---font-scales--mobile-scale-ratio));
  --_typography---font-variables--text-xtiny-max: var(--_typography---font-scales--desktop-base-size);
  --_typography---font-variables--text-xtiny-min: var(--_typography---font-scales--mobile-base-size);
  --_typography---letter-spacing--md: .085em;
  --_typography---letter-spacing--sm: .05em;
  --_typography---letter-spacing--xsm: .025em;
  --_typography---letter-spacing--n-sm: calc(var(--_typography---letter-spacing--sm) * -1);
  --_typography---letter-spacing--n-md: calc(var(--_typography---letter-spacing--md) * -1);
  --_typography---letter-spacing--n-lag: calc(var(--_typography---letter-spacing--md) * -1);
  --_typography---line-height--1-3: 1.3;
  --_typography---line-height--1-5: 1.5;
  --inner-padding: .5dvw;
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  --_typography---text-transform--none: var(--text-transform, none);
  --_typography---text-transform--uppercase: uppercase;
  --_overline-style---font-size-ratio: 1.125;
  --_typography---text-transform--capitalize: capitalize;
  --_typography---text-transform--lowercase: lowercase;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  --_color-primitives---feedback-colors--color-mix-ratio: 25%;
  --_color-primitives---feedback-colors--color-mix-alpha: 65%;
  --_color-primitives---feedback-colors--color-mix-shader: var(--_color-primitives---neutral--100);
  --_color-primitives---feedback-error--100: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-error--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 7)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-error--200: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-error--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 6)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-error--300: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-error--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 5)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-error--400: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-error--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 4)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-error--500: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-error--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 3)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-error--600: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-error--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 2)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-error--700: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-error--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 1)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-error--color-mix-base: #eb1a3fe6;
  --_color-primitives---feedback-warning--100: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-warning--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 7)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-warning--200: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-warning--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 6)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-warning--300: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-warning--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 5)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-warning--400: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-warning--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 4)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-warning--500: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-warning--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 3)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-warning--600: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-warning--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 2)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-warning--700: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-warning--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 1)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-warning--color-mix-base: #fd9f11;
  --_color-primitives---feedback-sucess--100: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-sucess--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 7)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-sucess--200: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-sucess--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 6)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-sucess--300: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-sucess--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 5)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-sucess--400: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-sucess--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 4)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-sucess--500: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-sucess--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 3)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-sucess--600: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-sucess--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 2)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-sucess--700: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-sucess--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 1)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-sucess--color-mix-base: #079f68;
  --_color-primitives---feedback-informative--100: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-informative--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 7)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-informative--200: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-informative--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 6)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-informative--300: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-informative--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 5)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-informative--400: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-informative--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 4)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-informative--500: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-informative--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 3)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-informative--700: color-mix(in srgb, color-mix(in srgb, var(--_color-primitives---feedback-informative--color-mix-base) 100%, var(--_color-primitives---feedback-colors--color-mix-shader) calc(var(--_color-primitives---feedback-colors--color-mix-ratio) * 1)) var(--_color-primitives---feedback-colors--color-mix-alpha), transparent);
  --_color-primitives---feedback-informative--color-mix-base: #15bee3;
  --_color-primitives---whatsapp--light: color-mix(in srgb, var(--_color-primitives---whatsapp--main), white 40%);
  --_color-primitives---complementary-color--light: color-mix(in srgb, var(--_color-primitives---complementary-color--main), white 40%);
  --_color-primitives---complementary-color--main: #fc0000;
  --_color-primitives---complementary-color--dark: color-mix(in srgb, var(--_color-primitives---complementary-color--main), black 40%);
  --_subtitle-style---text-transform: var(--_typography---text-transform--uppercase);
  --_subtitle-style---trim-top: var(--_typography---primary-font--trim-top);
  --_subtitle-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  --_units---size--0rem: 0rem;
  --_units---size--0-125rem: .125rem;
  --_units---size--0-25rem: .25rem;
  --_units---size--0-375rem: .375rem;
  --_units---size--0-5rem: .5rem;
  --_units---size--0-75rem: .75rem;
  --_units---size--0-875rem: .875rem;
  --_units---size--1rem: 1rem;
  --_units---size--1-125rem: 1.125rem;
  --_units---size--1-25rem: 1.25rem;
  --_units---size--2rem: 2rem;
  --_units---size--2-5rem: 2.5rem;
  --_units---size--3-5rem: 3.5rem;
  --_units---size--4rem: 4rem;
  --_units---size--5rem: 5rem;
  --_units---size--5-5rem: 5.5rem;
  --_units---size--3rem: 3rem;
  --_units---size--6rem: 6rem;
  --_units---size--4-5rem: 4.5rem;
  --_units---size--6-5rem: 6.5rem;
  --_units---size--7-5rem: 7.5rem;
  --_units---size--7rem: 7rem;
  --_units---size--8rem: 8rem;
  --_units---size--8-5rem: 8.5rem;
  --_units---size--9rem: 9rem;
  --_units---size--9-5rem: 9.5rem;
  --_units---size--12rem: 12rem;
  --_units---size--10rem: 10rem;
  --_units---size--13rem: 13rem;
  --_units---size--14rem: 14rem;
  --_units---size--11rem: 11rem;
  --_units---size--15rem: 15rem;
  --_units---size--16rem: 16rem;
  --_units---icon-size--4: clamp(.1875 * 1rem, ((.1875 - ((.25 - .1875) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((.25 - .1875) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), .25 * 1rem);
  --_units---icon-size--8: 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);
  --_units---icon-size--40: 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);
  --_units---padding--tiny: 0px;
  --_units---padding--xxsmall: 0px;
  --_units---padding--xsmall: 0px;
  --_units---padding--small: 0px;
  --_border-styles---radius--x-large: 1.5rem;
  --_units---padding--large: 0px;
  --_units---padding--xlarge: 0px;
  --_units---padding--xxlarge: 0px;
  --_units---padding--huge: 0px;
  --_caption-style---line-height: var(--_typography---line-height--1-1);
  --_caption-style---text-transform: var(--_typography---text-transform--none);
  --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
  --_caption-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  --_caption-style---float-margim-h: var(--_spacing---space--7);
  --_caption-style---fixed-margin-h: var(--_spacing---space--3);
  --_caption-style---fixed-margim-v: var(--_spacing---space--3);
  --_typography---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>: 300;
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
  --_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>: color-mix(in srgb, var(--_color-primitives---quartiary--color-mix-base\<deleted\|variable-4fe35b6e-a517-4e89-917d-62819a6d99ba\>), var(--_color-primitives---quartiary--color-mix-light\<deleted\|variable-a5e43136-7fbe-8db2-8a50-2109758521ae\>) 20%);
  --_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>: black;
  --_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>: white;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_typography---primary-font--extra-light\<deleted\|variable-a4b30db6-e9f9-4ae5-b9a5-53856bff83cf\>: 200;
  --_color-primitives---neutral--color-mix-base\<deleted\|variable-c820e65e-e2f5-1284-1b83-ccbe62cf5035\>: #eae3d9;
  --_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>: color-mix(in srgb, var(--_color-primitives---primary--primary-mix-base\<deleted\|variable-cafc8db1-aa97-25bf-e022-a9d7c9de0468\>), var(--_color-primitives---primary--color-mix-light) 95%);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>);
  --_color-primitives---quartiary--color-mix-base\<deleted\|variable-4fe35b6e-a517-4e89-917d-62819a6d99ba\>: #dae4a1;
  --_color-primitives---quartiary--color-mix-light\<deleted\|variable-a5e43136-7fbe-8db2-8a50-2109758521ae\>: white;
  --_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>: color-mix(in srgb, var(--_color-primitives---quartiary--color-mix-base\<deleted\|variable-fc823458-d423-d52f-02e8-5ca028abb5b8\>), var(--_color-primitives---quartiary--color-mix-base\<deleted\|variable-fc823458-d423-d52f-02e8-5ca028abb5b8\>) 100%);
  --_color-primitives---primary--primary-mix-base\<deleted\|variable-cafc8db1-aa97-25bf-e022-a9d7c9de0468\>: #362d28;
  --_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>: color-mix(in srgb, var(--_color-primitives---primary--primary-mix-base\<deleted\|variable-cafc8db1-aa97-25bf-e022-a9d7c9de0468\>), var(--_color-primitives---primary--color-mix-shade) 95%);
  --_color-primitives---quartiary--color-mix-base\<deleted\|variable-fc823458-d423-d52f-02e8-5ca028abb5b8\>: #ebe6df;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--_theme---background--surface-01);
  font-family: var(--_text-style---font-family);
  color: var(--_theme---typography--heading);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_typography---letter-spacing--std);
  text-transform: var(--_text-style---text-transform, none);
}

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

p {
  color: var(--_theme---typography--text);
  margin-bottom: 0;
  display: flow-root;
}

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

ul {
  margin-bottom: 0;
  padding-left: 0;
}

ol {
  margin-bottom: 0;
  list-style-type: decimal;
}

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

strong {
  font-weight: 900;
}

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

figure {
  margin-bottom: 0;
}

.u-theme-light {
  background-color: var(--_theme---background--surface-01);
  color: var(--_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>);
  --_theme---background--surface-01: var(--_theme---brand-secondary--main);
  --_theme---typography--heading: var(--_color-primitives---neutral--50);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-secondary--darker);
  --_theme---border--main: var(--_color-primitives---primary-alpha--30);
  --_theme---background--surface-accent: var(--_theme---brand-primary--main);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-secondary--dark);
  --_theme---gradient--start: var(--_theme---brand-primary--light);
  --_theme---gradient--end: var(--_theme---brand-primary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-secondary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-primary--light);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--200);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--100);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--200);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---neutral-alpha-dark--20);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--300);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--500);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--700);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--300);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--500);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--700);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--300);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--500);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--700);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--300);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--500);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--700);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>);
}

.u-theme-surface-01 {
  background-color: var(--_theme---background--surface-01);
  color: var(--_theme---typography--heading);
  --_theme---background--surface-01: var(--_color-primitives---neutral--50);
  --_theme---typography--heading: var(--_color-primitives---neutral--950);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-terciary--light);
  --_theme---border--main: var(--_color-primitives---neutral-alpha-light--20);
  --_theme---background--surface-accent: var(--_color-primitives---neutral--950);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-terciary--lighter);
  --_theme---gradient--start: var(--_theme---brand-secondary--darker);
  --_theme---gradient--end: var(--_theme---brand-secondary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-primary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-terciary--dark);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--800);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--900);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--100);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--400);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--600);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--100);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--400);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--600);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--100);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--400);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--600);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--100);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--400);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--600);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--900);
}

.u-heading-style-display-lg {
  font-family: var(--_heading-style---font-family);
  color: var(--_theme---typography--heading);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_heading-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--display-large);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--sm);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-style---text-transform, none);
  text-wrap: balance;
  display: flow-root;
}

.u-heading-style-h1 {
  font-family: var(--_heading-style---font-family);
  color: var(--_theme---typography--heading);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h1);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--sm);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-style---text-transform, none);
  text-wrap: balance;
}

.u-heading-style-h2 {
  font-family: var(--_heading-style---font-family);
  color: var(--_theme---typography--heading);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_heading-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h2);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--sm);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-style---text-transform, none);
  text-wrap: balance;
  display: flow-root;
}

.u-heading-style-h3 {
  font-family: var(--_heading-style---font-family);
  color: var(--_theme---typography--heading);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_heading-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h3);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-style---text-transform, none);
  text-wrap: balance;
  display: flow-root;
}

.u-heading-style-h4 {
  font-family: var(--_heading-style---font-family);
  color: var(--_theme---typography--heading);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_heading-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h4);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-style---text-transform, none);
  text-wrap: balance;
  display: flow-root;
}

.u-heading-style-h5 {
  font-family: var(--_heading-style---font-family);
  color: var(--_theme---typography--heading);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_heading-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h5);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-style---text-transform, none);
  text-wrap: balance;
  display: flow-root;
}

.u-heading-style-h6 {
  font-family: var(--_heading-style---font-family);
  color: var(--_theme---typography--heading);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_heading-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h6);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--sm);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-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---primary-font--p-font-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---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_text-style---margin-top: var(--_spacing---space--3);
  --_text-style---margin-bottom: var(--_spacing---space--2);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-text-style-main {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  white-space: pre;
  --_text-style---font-family: var(--_typography---primary-font--p-font-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---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_text-style---margin-top: var(--_spacing---space--3);
  --_text-style---margin-bottom: var(--_spacing---space--2);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-rich-text {
  flex-flow: column;
}

.u-rich-text h1 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_heading-style---font-family);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_heading-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h1);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--sm);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-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(--_heading-style---font-family);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_heading-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h2);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--sm);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-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(--_heading-style---font-family);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_heading-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h3);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-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(--_heading-style---font-family);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_heading-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h4);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-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(--_heading-style---font-family);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_heading-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h5);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-wrap: balance;
  text-transform: var(--_heading-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(--_heading-style---font-family);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_heading-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h6);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--sm);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-wrap: balance;
  text-transform: var(--_heading-style---text-transform, none);
}

.u-rich-text p {
  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---primary-font--p-font-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---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_text-style---margin-top: var(--_spacing---space--3);
  --_text-style---margin-bottom: var(--_spacing---space--2);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-wrap: pretty;
  text-transform: var(--_text-style---text-transform, none);
}

.u-rich-text blockquote {
  margin-top: var(--_spacing---space--7);
  margin-bottom: var(--_spacing---space--7);
  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---primary-font--p-font-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---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_text-style---margin-top: var(--_spacing---space--3);
  --_text-style---margin-bottom: var(--_spacing---space--2);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--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--8);
  margin-bottom: var(--_spacing---space--8);
}

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

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

.u-container-full {
  width: 100%;
  max-width: min(var(--container--full), 100% - var(--site--margin) * 2);
  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--7);
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  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);
  min-width: 100%;
  text-align: var(--_alignment---direction, start);
  flex-flow: column;
  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 {
  opacity: .6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-weight-bold {
  font-family: var(--_typography---primary-font--p-font-family);
  font-weight: var(--_typography---primary-font--bold\<deleted\|variable-e1e2311b-a015-23c9-f2d7-7d185e6e1fba\>);
}

.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\<deleted\|variable-95e0840b-4255-e171-3fc6-e4984fef0994\>);
}

.u-radius-main {
  border-radius: var(--radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>);
}

.u-radius-round {
  border-radius: var(--radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>);
}

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

.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;
  width: 100%;
  position: relative;
}

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

.styleguide_card_wrap {
  padding: var(--_spacing---space--7);
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  border: var(--_border-styles---border-width--small) solid var(--_theme---border--main);
  border-radius: var(--_border-styles---radius--small);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styleguide_footer {
  border-top: var(--border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>) solid var(--_theme---border--main);
  text-align: center;
  display: none;
}

.g_tag_wrap {
  z-index: 100;
  border-radius: var(--radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>);
  background-color: var(--_theme---background--surface-accent);
  color: var(--_theme---background--surface-01);
  line-height: var(--_typography---line-height--1);
  text-align: center;
  cursor: pointer;
  align-self: flex-start;
  padding: .5rem .75rem;
  display: inline-block;
  position: relative;
}

.g_tag_wrap.u-overline-style-xsmall:where(.w-variant-56f24279-18be-86de-9f8e-0183d05800b7) {
  margin: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.g_tag_wrap.u-overline-style-xsmall:where(.w-variant-645e978d-a788-776d-34c9-db390e6663f4) {
  margin: 1rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.g_tag_wrap.u-overline-style-xsmall:where(.w-variant-280ca324-6f4d-28ee-215d-417f175e9a23) {
  margin: 1rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.g_tag_wrap.u-overline-style-xsmall:where(.w-variant-b92587b1-5653-4dfb-7925-27637c3a53b0) {
  margin: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.g_tag_wrap.u-overline-style-xsmall:where(.w-variant-de11f499-0f6c-20be-1bb7-2123723c9dec) {
  margin-left: auto;
  margin-right: auto;
}

.styleguide_font_item {
  padding-top: var(--_spacing---space--3);
  padding-bottom: var(--_spacing---space--3);
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  border-bottom: var(--border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>) solid var(--_theme---border--main);
  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_field_text.u-weight-medium {
  font-size: var(--_typography---font-size--text-xsmall);
}

.form_main_wrap {
  width: 100%;
  color: var(--_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>);
  margin-bottom: 0;
}

.form_main_success_wrap {
  border: var(--border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>) solid var(--_theme---border--main);
  border-radius: var(--radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>);
  background-color: var(--swatch--transparent\<deleted\|variable-f3de064a-6a96-a418-1f97-8812677e8a89\>);
  padding: 1.2rem;
}

.form_main_layout {
  grid-column-gap: var(--_spacing---space--7);
  grid-row-gap: var(--_spacing---space--7);
  color: var(--_theme---brand-secondary--lighter);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_main_error_wrap {
  border: var(--border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>) solid var(--_theme---border--main);
  background-color: #0000;
  margin-top: 0;
  padding: .8rem 1.4rem;
}

.form_main_field_input {
  border-top: 0 solid #000;
  border-bottom-style: solid;
  border-bottom-width: .0625rem;
  border-right: 0 solid #000;
  border-bottom-color: var(--_theme---brand-primary--lighter);
  height: 3rem;
  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---primary-font--p-font-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---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_text-style---margin-top: var(--_spacing---space--3);
  --_text-style---margin-bottom: var(--_spacing---space--2);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  color: inherit;
  text-transform: var(--_text-style---text-transform, none);
  background-color: #0000;
  border-left: 0 solid #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.form_main_field_input:focus {
  border-bottom-color: var(--_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>);
}

.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: 9rem;
  max-height: 10rem;
  padding-top: .5rem;
}

.btn_main_wrap {
  border: var(--border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>) solid var(--_button-style---border);
  border-radius: var(--radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>);
  background-color: var(--_theme---brand-secondary--light);
  color: var(--_button-style---text);
  text-align: center;
  vertical-align: middle;
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
  justify-content: center;
  align-items: center;
  padding: .75rem 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---border: var(--_theme---button-secondary--border);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-blur: 12px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

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

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

.btn_play_wrap {
  aspect-ratio: 1;
  border: var(--_border-styles---radius--main) solid var(--_button-style---border);
  border-radius: var(--_border-styles---radius--round);
  background-color: var(--_button-style---background);
  width: 100%;
  min-width: 2rem;
  height: 100%;
  color: var(--_button-style---text);
  vertical-align: middle;
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
  justify-content: center;
  align-items: center;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
}

.btn_play_wrap:where(.w-variant-ab355ea0-b722-2f23-3507-f0290f710e57) {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-blur: 12px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.btn_play_wrap:where(.w-variant-78afbf4a-92d6-c1ee-069b-cdf52e36511c) {
  --_button-style---border: var(--_theme---button-terciary--border);
  --_button-style---text: var(--_theme---button-terciary--text);
  --_button-style---border-hover: var(--_theme---button-terciary--background-hover);
  --_button-style---background-hover: var(--_theme---button-terciary--background-hover);
  --_button-style---text-hover: var(--_theme---button-terciary--text-hover);
  --_button-style---background: var(--_theme---button-terciary--background);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.btn_play_wrap:where(.w-variant-8929fc3b-380b-3adf-e317-95c3eca73c1b) {
  --_button-style---border: var(--_theme---button-quartiary--border);
  --_button-style---text: var(--_theme---button-quartiary--text);
  --_button-style---border-hover: var(--_theme---button-quartiary--border-hover);
  --_button-style---background-hover: var(--_theme---button-quartiary--background-hover);
  --_button-style---text-hover: var(--_theme---button-quartiary--text-hover);
  --_button-style---background: var(--_theme---button-quartiary--background);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
  width: 100%;
  min-width: 3rem;
  height: 100%;
}

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

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

.page_main {
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: clip;
}

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

.styleguide_group {
  margin-top: var(--_spacing---space--9);
  margin-bottom: var(--_spacing---space--9);
  padding: var(--_spacing---space--7);
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  border-radius: var(--_border-styles---radius--small);
  background-color: var(--_theme---background--surface-02);
  flex-flow: column;
  display: flex;
}

.styleguide_grid_medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.styleguide_grid_medium.u-grid-autofill {
  --_column-count---value: 3;
  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));
}

.styleguide_visual {
  width: 100%;
  max-height: 7rem;
  padding: var(--_spacing---space--2);
  aspect-ratio: 3 / 1.5;
  border: var(--border-width--main\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>) solid var(--_theme---border--main);
  border-radius: var(--radius--small\<deleted\|variable-95e0840b-4255-e171-3fc6-e4984fef0994\>);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.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--9);
  grid-row-gap: var(--_spacing---space--9);
  flex-flow: column;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.styleguide_guide_wrap {
  z-index: 2000;
  pointer-events: none;
  display: 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_overline_wrap {
  margin-bottom: var(--_spacing---space--6);
  justify-content: var(--_alignment---direction, start);
  flex-flow: column;
  flex: none;
}

.g_overline_marker {
  width: var(--_border-styles---border-width--small);
  background-color: var(--_theme---background--surface-accent);
  flex: none;
  height: 100%;
}

.g_overline_text {
  background-image: linear-gradient(270deg, var(--_theme---gradient--start), var(--_theme---gradient--end));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
}

.g_overline_text.u-overline-style-main {
  font-size: 1em;
}

.g_overline_text.u-overline-style-main:where(.w-variant-1ff434a0-054a-8e6e-b519-6cb7de02f068) {
  background-image: linear-gradient(270deg, var(--_color-primitives---gradient-primary--start), var(--_color-primitives---gradient-primary--end));
}

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

.g_visual_img {
  object-position: inherit;
}

.g_visual_overlay {
  background-color: #000;
}

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

.styleguide_card_visual {
  border-top-left-radius: var(--radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>);
  border-top-right-radius: var(--radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>);
  border-bottom-left-radius: var(--radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>);
  border-bottom-right-radius: var(--radius--round\<deleted\|variable-4e21af7b-42b3-7481-f82c-f74896a9d83f\>);
  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;
}

.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--9);
  --_column-count---value: 12;
  flex-flow: row;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
  position: relative;
}

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

.styleguide_nav_wrap {
  top: var(--_spacing---space--9);
  margin-top: var(--_spacing---space--9);
  flex: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: sticky;
  overflow: clip auto;
}

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

.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(--_button-sizes---border-width);
  color: var(--_theme---brand-primary--main);
  border-left-color: currentColor;
}

.styleguide_nav_sub_list {
  overflow: hidden;
}

.styleguide_nav_sub_link {
  opacity: .6;
  outline-offset: var(--focus--offset-inner);
  padding: .25rem 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_overline_outter_wrap {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  vertical-align: baseline;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.g_svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible !important;
}

.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--6);
  grid-row-gap: var(--_spacing---space--6);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.g_section_wrap:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
  --_theme---background--surface-01: var(--_theme---brand-secondary--main);
  --_theme---typography--heading: var(--_color-primitives---neutral--50);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-secondary--darker);
  --_theme---border--main: var(--_color-primitives---primary-alpha--30);
  --_theme---background--surface-accent: var(--_theme---brand-primary--main);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-secondary--dark);
  --_theme---gradient--start: var(--_theme---brand-primary--light);
  --_theme---gradient--end: var(--_theme---brand-primary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-secondary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-primary--light);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--200);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--100);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--200);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---neutral-alpha-dark--20);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--300);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--500);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--700);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--300);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--500);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--700);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--300);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--500);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--700);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--300);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--500);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--700);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>);
}

.g_section_wrap:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
  --_theme---background--surface-01: var(--_color-primitives---neutral--50);
  --_theme---typography--heading: var(--_color-primitives---neutral--950);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-terciary--light);
  --_theme---border--main: var(--_color-primitives---neutral-alpha-light--20);
  --_theme---background--surface-accent: var(--_color-primitives---neutral--950);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-terciary--lighter);
  --_theme---gradient--start: var(--_theme---brand-secondary--darker);
  --_theme---gradient--end: var(--_theme---brand-secondary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-primary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-terciary--dark);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--800);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--900);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--100);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--400);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--600);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--100);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--400);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--600);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--100);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--400);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--600);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--100);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--400);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--600);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--900);
}

.g_section_wrap:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background--surface-01: var(--_theme---brand-secondary--main);
  --_theme---typography--heading: var(--_color-primitives---neutral--50);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-secondary--darker);
  --_theme---border--main: var(--_color-primitives---primary-alpha--30);
  --_theme---background--surface-accent: var(--_theme---brand-primary--main);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-secondary--dark);
  --_theme---gradient--start: var(--_theme---brand-primary--light);
  --_theme---gradient--end: var(--_theme---brand-primary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-secondary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-primary--light);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--200);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--100);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--200);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---neutral-alpha-dark--20);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--300);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--500);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--700);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--300);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--500);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--700);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--300);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--500);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--700);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--300);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--500);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--700);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>);
}

.g_section_wrap:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background--surface-01: var(--_color-primitives---neutral--50);
  --_theme---typography--heading: var(--_color-primitives---neutral--950);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-terciary--light);
  --_theme---border--main: var(--_color-primitives---neutral-alpha-light--20);
  --_theme---background--surface-accent: var(--_color-primitives---neutral--950);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-terciary--lighter);
  --_theme---gradient--start: var(--_theme---brand-secondary--darker);
  --_theme---gradient--end: var(--_theme---brand-secondary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-primary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-terciary--dark);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--800);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--900);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--100);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--400);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--600);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--100);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--400);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--600);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--100);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--400);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--600);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--100);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--400);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--600);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--900);
}

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

.g_paragraph {
  text-wrap: pretty;
}

.g_paragraph li {
  line-height: var(--_typography---line-height--1-1);
  margin-top: calc(var(--_spacing---space--1) / 1.5);
  text-wrap: balance;
}

.form_main_radio_input {
  z-index: 2;
  cursor: pointer;
  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\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>) solid var(--_theme---border--main);
  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--2);
  grid-row-gap: var(--_spacing---space--2);
  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_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;
  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\<deleted\|variable-6a827233-04fc-6e0e-9b94-ad3b23777e0b\>) solid var(--_theme---border--main);
  border-radius: var(--radius--small\<deleted\|variable-95e0840b-4255-e171-3fc6-e4984fef0994\>);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  padding: 0;
  display: flex;
}

.form_main_checkbox_icon {
  opacity: 0;
  width: 63%;
  color: var(--_theme---background--surface-01);
  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_color {
  pointer-events: none;
}

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

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

.g_background_color:where(.w-variant-c845015d-52b8-f15f-01ef-7e144fe2694a) {
  background-color: var(--_theme---background--surface-03);
}

.g_background_color:where(.w-variant-e1228c0a-33c7-e772-d61e-c8487b9f0f59) {
  background-color: var(--_theme---background--surface-accent);
}

.styleguide_classes_list.u-flex-vertical-wrap.u-gap-8 {
  padding: 5rem;
}

.u-heading-style-display-xlg {
  font-family: var(--_heading-style---font-family);
  color: var(--_theme---typography--heading);
  font-size: var(--_heading-style---font-size);
  line-height: var(--_heading-style---line-height);
  font-weight: var(--_heading-style---font-weight);
  letter-spacing: var(--_heading-style---letter-spacing);
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--display-xlarge);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--sm);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-style---text-transform, none);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-display-xlarge {
  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---primary-font--p-font-family);
  --_text-style---font-size: var(--_typography---heading-sizes--display-xlarge);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---primary-font--medium\<deleted\|variable-bf70a7c1-809a-4d78-48d8-6a700e801b65\>);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--n-xsm);
  --_text-style---margin-top: var(--_spacing---space--8);
  --_text-style---margin-bottom: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-xsmall {
  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---primary-font--p-font-family);
  --_text-style---font-size: var(--_typography---font-size--text-xsmall);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_text-style---margin-top: var(--_spacing---space--3);
  --_text-style---margin-bottom: var(--_spacing---space--2);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-text-style-tiny {
  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---primary-font--p-font-family);
  --_text-style---font-size: var(--_typography---font-size--text-tiny);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_text-style---margin-top: var(--_spacing---space--3);
  --_text-style---margin-bottom: var(--_spacing---space--2);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-overline-style-large {
  font-family: var(--_overline-style---font-family);
  color: var(--_theme---typography--overline);
  font-size: var(--_overline-style---font-size);
  line-height: var(--_overline-style---line-height);
  font-weight: var(--_overline-style---font-weight);
  letter-spacing: var(--_overline-style---letter-spacing);
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-large) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_overline-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-overline-style-main {
  font-family: var(--_overline-style---font-family);
  color: var(--_theme---typography--overline);
  font-size: var(--_overline-style---font-size);
  line-height: var(--_overline-style---line-height);
  font-weight: var(--_overline-style---font-weight);
  letter-spacing: var(--_overline-style---letter-spacing);
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-main) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_overline-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-overline-style-small {
  font-family: var(--_overline-style---font-family);
  color: var(--_theme---typography--overline);
  font-size: var(--_overline-style---font-size);
  line-height: var(--_overline-style---line-height);
  font-weight: var(--_overline-style---font-weight);
  letter-spacing: var(--_overline-style---letter-spacing);
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-small) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_overline-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-overline-style-xsmall {
  font-family: var(--_overline-style---font-family);
  color: var(--_theme---typography--overline);
  font-size: var(--_overline-style---font-size);
  line-height: var(--_overline-style---line-height);
  font-weight: var(--_overline-style---font-weight);
  letter-spacing: var(--_overline-style---letter-spacing);
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-xsmall) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_overline-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.styleguide_grid_smalll.u-grid-autofill {
  --_column-count---value: 4;
}

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

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

.u-tablet-show, .u-mobile-landscape-show, .u-mobile-show {
  display: none;
}

.styleguide_placeholder_frame {
  border: 1px dashed var(--_theme---border--main);
  border-radius: var(--radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>);
  padding: 1rem;
}

.hidden {
  display: none;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-nav-inactive {
  cursor: pointer;
  background-color: #95a0b2;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slider-nav-active {
  cursor: pointer;
  background-color: #000;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slider-arrows {
  justify-content: center;
  column-gap: 8px;
  margin-top: 24px;
  display: flex;
}

.slider-arrow {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  min-width: 148px;
  padding: 9px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  box-shadow: 0 2px 1px #95a0b214;
}

.g_slide {
  width: 100%;
  height: auto;
  margin-bottom: var(--_spacing---space--6);
  background-color: var(--_color-primitives---neutral-alpha-light--transparent);
}

.bullet_layout {
  background-color: var(--_color-primitives---neutral--900);
  width: 100%;
  height: 100%;
}

.bullet_layout:where(.w-variant-ae14e730-bc66-a347-777d-8f7a94eda85a) {
  background-color: var(--_theme---brand-primary--main);
  width: 100%;
  height: 100%;
}

.bullet_layout:where(.w-variant-c161af66-a8a9-96fe-0483-8086a165f92c) {
  background-color: var(--_color-primitives---neutral--500);
}

.bullet_layout:where(.w-variant-c0346eb8-46f1-60d8-0010-250c4456b9fe) {
  background-color: var(--_theme---background--surface-accent);
  opacity: .25;
}

.bullet_layout:where(.w-variant-ecc4c8aa-bd5c-157b-5e23-f0a71d23a8c6) {
  background-color: var(--_theme---brand-primary--light);
}

.bullet_layout:where(.w-variant-cc62354e-2a64-0f24-63b4-0338a981b699) {
  background-color: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
}

.bullet_layout.accent {
  background-color: #ff2323;
  width: 100%;
  height: 100%;
}

.u-subtitle-style-large {
  font-family: var(--_subtitle-style---font-family);
  color: var(--_theme---typography--subtitle);
  font-size: var(--_subtitle-style---font-size);
  line-height: var(--_subtitle-style---line-height);
  font-weight: var(--_subtitle-style---font-weight);
  letter-spacing: var(--_subtitle-style---letter-spacing);
  --_subtitle-style---font-family: var(--_typography---primary-font--p-font-family);
  --_subtitle-style---font-size: var(--_typography---font-size--text-large);
  --_subtitle-style---line-height: var(--_typography---line-height--1-3);
  --_subtitle-style---font-weight: var(--_typography---primary-font--regular);
  --_subtitle-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_subtitle-style---margin-top: var(--_spacing---space--2);
  --_subtitle-style---margin-bottom: var(--_spacing---space--3);
  --_subtitle-style---text-transform: var(--_typography---text-transform--uppercase);
  --_subtitle-style---trim-top: var(--_typography---primary-font--trim-top);
  --_subtitle-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_subtitle-style---text-transform, none);
  text-wrap: balance;
  display: flow-root;
}

.u-subtitle-style-medium {
  font-family: var(--_subtitle-style---font-family);
  color: var(--_theme---typography--subtitle);
  font-size: var(--_subtitle-style---font-size);
  line-height: var(--_subtitle-style---line-height);
  font-weight: var(--_subtitle-style---font-weight);
  letter-spacing: var(--_subtitle-style---letter-spacing);
  --_subtitle-style---font-family: var(--_typography---primary-font--p-font-family);
  --_subtitle-style---font-size: var(--_typography---font-size--text-main);
  --_subtitle-style---line-height: var(--_typography---line-height--1-3);
  --_subtitle-style---font-weight: var(--_typography---primary-font--regular);
  --_subtitle-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_subtitle-style---margin-top: var(--_spacing---space--2);
  --_subtitle-style---margin-bottom: var(--_spacing---space--3);
  --_subtitle-style---text-transform: var(--_typography---text-transform--uppercase);
  --_subtitle-style---trim-top: var(--_typography---primary-font--trim-top);
  --_subtitle-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_subtitle-style---text-transform, none);
  text-wrap: balance;
  display: flow-root;
}

.u-subtitle-style-small {
  font-family: var(--_subtitle-style---font-family);
  color: var(--_theme---typography--subtitle);
  font-size: var(--_subtitle-style---font-size);
  line-height: var(--_subtitle-style---line-height);
  font-weight: var(--_subtitle-style---font-weight);
  letter-spacing: var(--_subtitle-style---letter-spacing);
  --_subtitle-style---font-family: var(--_typography---primary-font--p-font-family);
  --_subtitle-style---font-size: var(--_typography---font-size--text-small);
  --_subtitle-style---line-height: var(--_typography---line-height--1-3);
  --_subtitle-style---font-weight: var(--_typography---primary-font--regular);
  --_subtitle-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_subtitle-style---margin-top: var(--_spacing---space--2);
  --_subtitle-style---margin-bottom: var(--_spacing---space--3);
  --_subtitle-style---text-transform: var(--_typography---text-transform--uppercase);
  --_subtitle-style---trim-top: var(--_typography---primary-font--trim-top);
  --_subtitle-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_subtitle-style---text-transform, none);
  text-wrap: balance;
  display: flow-root;
}

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

.u-overline-style-tiny {
  font-family: var(--_overline-style---font-family);
  color: var(--_theme---typography--overline);
  font-size: var(--_overline-style---font-size);
  line-height: var(--_overline-style---line-height);
  font-weight: var(--_overline-style---font-weight);
  letter-spacing: var(--_overline-style---letter-spacing);
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-tiny) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_overline-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.ds_caption {
  color: var(--_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>);
}

.ds_caption.u-text-style-small.u-color-faded {
  text-align: var(--_alignment---direction, start);
}

.ds_settings_frame_wrap {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--6);
  padding: var(--_units---size--1-5rem);
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  border-radius: var(--_border-styles---radius--small);
  background-color: var(--_theme---background--surface-03);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ds_settings_content {
  border-left: var(--_button-sizes---border-width) solid var(--_theme---border--main);
}

.ds_settings_overline {
  color: var(--_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>);
  margin-bottom: 0;
}

.h_styles_tag {
  border-radius: var(--radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>);
  background-color: var(--_color-primitives---feedback-informative--600);
  width: 100%;
  color: var(--_theme---overline-text--inverse);
  line-height: var(--_typography---line-height--1);
  text-align: center;
  cursor: pointer;
  align-self: flex-start;
  padding: .5rem .75rem;
  display: inline-block;
  position: relative;
}

.h_styles_tag.is--desktop-base-size {
  z-index: var(--_typography---heading-scales--desktop-base-size);
}

.h_styles_tag.is--desktop-scale-ratio {
  z-index: var(--_typography---heading-scales--desktop-scale-ratio);
}

.p_styles_tag {
  border-radius: var(--radius--main\<deleted\|variable-fb99821f-cbb2-ccb1-74a6-7e151f7b98c1\>);
  background-color: var(--_color-primitives---feedback-informative--600);
  color: var(--_theme---overline-text--inverse);
  line-height: var(--_typography---line-height--1);
  text-align: center;
  cursor: pointer;
  align-self: flex-start;
  padding: .5rem .75rem;
  display: inline-block;
  position: relative;
}

.p_styles_tag.is--mobile-scale-ratio {
  z-index: var(--_typography---font-scales--mobile-scale-ratio);
}

.p_styles_tag.is--mobile-base-size {
  z-index: var(--_typography---font-scales--mobile-base-size);
}

.p_styles_tag.is--deskop-base-size {
  z-index: var(--_typography---font-scales--desktop-base-size);
}

.p_styles_tag.is--desktop-scale-ratio {
  z-index: var(--_typography---font-scales--desktop-scale-ratio);
}

.ds_settings_grid {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.g_overline_bullet {
  height: var(--_border-styles---border-width--small);
  background-color: var(--_theme---border--main);
  display: none;
  position: relative;
}

.g_underline_marker {
  width: var(--_spacing---space--7);
  height: var(--_border-styles---border-width--medium);
  background-color: var(--_theme---brand-secondary--main);
  background-image: linear-gradient(270deg, var(--_color-primitives---gradient-primary--start), var(--_color-primitives---gradient-primary--end));
  display: flex;
}

.styles-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #c8d1d9;
  flex-flow: column;
  padding-top: 24px;
  display: flex;
}

.styles-group-header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h6-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.styles-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: inline-flex;
}

.styles-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.styles-class {
  color: #fff;
  background-color: #2567eb;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.u-max-width-xlarge {
  width: 100%;
  max-width: 846px;
}

.styles-box {
  pointer-events: none;
  color: #a4c3ff;
  text-align: center;
  background-color: #e6ebff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
}

.styles-box.styles-box-border {
  border: 1px solid #8bb2ff;
}

.u-max-width-large {
  width: 100%;
  max-width: 628px;
}

.u-max-width-regular {
  width: 100%;
  max-width: 512px;
}

.u-max-width-small {
  width: 100%;
  max-width: 384px;
}

.u-max-width-xsmall {
  width: 100%;
  max-width: 320px;
}

.g_overline_inner_wrap {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  align-self: stretch;
  display: flex;
}

.bullet_component {
  width: var(--_ui---bullet-primary--main\<deleted\|variable-206ebdb5-6df1-c3e4-fdde-585fc16c1508\>);
  height: var(--_ui---bullet-primary--main\<deleted\|variable-206ebdb5-6df1-c3e4-fdde-585fc16c1508\>);
  aspect-ratio: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.bullet_component:where(.w-variant-66a0c8af-d3d8-aa4b-5bb7-ccf58781a968) {
  width: var(--_ui---bullet-primary--large\<deleted\|variable-cc5c0ef2-bce0-62ff-ea35-adff3a5cd30a\>);
  height: var(--_ui---bullet-primary--large\<deleted\|variable-cc5c0ef2-bce0-62ff-ea35-adff3a5cd30a\>);
}

.bullet_component:where(.w-variant-646fb353-8d6f-eef5-ac48-12de388e3aef) {
  width: var(--_ui---bullet-primary--small\<deleted\|variable-c8f83940-39a6-efef-4846-fec34c2d4aaa\>);
  height: var(--_ui---bullet-primary--small\<deleted\|variable-c8f83940-39a6-efef-4846-fec34c2d4aaa\>);
  position: relative;
}

.bullet_component:where(.w-variant-0e99372a-5cd7-b908-6cba-26cb78926461) {
  margin-left: 0;
  margin-right: 0;
}

.g_overline_contain {
  width: 100%;
  font-size: var(--_overline-style---font-size);
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-main) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
}

.g_overline_contain:where(.w-variant-ee4fc1fa-ec42-661a-7848-34557e5472e3) {
  margin-bottom: var(--_spacing---space--5);
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-small) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
}

.g_overline_contain:where(.w-variant-1ff434a0-054a-8e6e-b519-6cb7de02f068) {
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-large) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
}

.g_overline_contain:where(.w-variant-aad240c8-c778-cfd3-f907-bff318627b15) {
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-xsmall) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
}

.g_overline_contain:where(.w-variant-6f3e6449-2b0e-144d-03c5-fac5e34aa388) {
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-tiny) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
}

.u_padding_bottom_divider {
  width: 100%;
  padding-bottom: var(--_spacing---space--8);
  border-bottom: var(--_border-styles---border-width--small) solid var(--_theme---border--main);
}

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

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

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

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

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

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

._w-slider-dot {
  justify-content: center;
  align-items: center;
  display: none;
}

.u-clear-text-style {
  letter-spacing: 0;
  text-transform: none;
  text-wrap: pretty;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: flow-root;
}

.caption_main_component:where(.w-variant-c909ed6d-2f07-3a8f-3dec-5941ba4c837a) {
  position: absolute;
  inset: 0% 0% auto auto;
}

.caption_main_component:where(.w-variant-3249985a-0a29-9d8f-8383-76cc81fa8424) {
  position: absolute;
  inset: 0% auto auto 0%;
}

.caption_main_component:where(.w-variant-5f7b468d-6660-2d85-eed2-cc40c91c2d5d) {
  position: absolute;
  inset: auto auto 0% 0%;
}

.caption_main_component:where(.w-variant-5f2765e9-c9fe-83cc-6f06-d72ba6d57159) {
  z-index: 25;
  position: absolute;
  inset: auto 0% 0% auto;
}

.caption_main_component:where(.w-variant-a91c7c01-765d-25fe-6085-3a64d8bc596b) {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.caption_main_layout {
  grid-column-gap: var(--_caption-style---outter-gap);
  grid-row-gap: var(--_caption-style---outter-gap);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.caption_main_layout:where(.w-variant-1fee15c1-cc7e-7fec-d644-a93b7824b074) {
  --_caption-style---outter-gap: var(--_spacing---space--3);
  --_caption-style---inner-gap: var(--_spacing---space--2);
  --_caption-style---font-family: var(--_typography---primary-font--p-font-family);
  --_caption-style---font-size: var(--_typography---font-size--text-xsmall);
  --_caption-style---font-weight: var(--_typography---primary-font--extra-light\<deleted\|variable-a4b30db6-e9f9-4ae5-b9a5-53856bff83cf\>);
  --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
  --_caption-style---svg-size: var(--_units---icon-size--12);
  --_caption-style---float-margim-v: var(--_spacing---space--5);
  --_caption-style---line-height: var(--_typography---line-height--1-1);
  --_caption-style---text-transform: var(--_typography---text-transform--none);
  --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
  --_caption-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  --_caption-style---float-margim-h: var(--_spacing---space--5);
  --_caption-style---fixed-margin-h: var(--_spacing---space--3);
  --_caption-style---fixed-margim-v: var(--_spacing---space--3);
}

.caption_main_layout:where(.w-variant-46f52c3a-a2de-5917-c46c-360d893d75c2) {
  --_caption-style---outter-gap: var(--_spacing---space--3);
  --_caption-style---inner-gap: var(--_spacing---space--2);
  --_caption-style---font-family: var(--_typography---primary-font--p-font-family);
  --_caption-style---font-size: var(--_typography---font-size--text-tiny);
  --_caption-style---font-weight: var(--_typography---primary-font--extra-light\<deleted\|variable-a4b30db6-e9f9-4ae5-b9a5-53856bff83cf\>);
  --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
  --_caption-style---svg-size: var(--_units---icon-size--8);
  --_caption-style---float-margim-v: var(--_spacing---space--3);
  --_caption-style---line-height: var(--_typography---line-height--1-1);
  --_caption-style---text-transform: var(--_typography---text-transform--none);
  --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
  --_caption-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  --_caption-style---float-margim-h: var(--_spacing---space--3);
  --_caption-style---fixed-margin-h: var(--_spacing---space--3);
  --_caption-style---fixed-margim-v: var(--_spacing---space--3);
}

.caption_content_wrap {
  grid-column-gap: var(--_caption-style---inner-gap);
  grid-row-gap: var(--_caption-style---inner-gap);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.g_visual_content {
  padding: var(--_units---padding--medium);
}

.caption_main_text.u-caption-style-main:where(.w-variant-1fee15c1-cc7e-7fec-d644-a93b7824b074) {
  --_caption-style---outter-gap: var(--_spacing---space--3);
  --_caption-style---inner-gap: var(--_spacing---space--2);
  --_caption-style---font-family: var(--_typography---primary-font--p-font-family);
  --_caption-style---font-size: var(--_typography---font-size--text-xsmall);
  --_caption-style---font-weight: var(--_typography---primary-font--extra-light\<deleted\|variable-a4b30db6-e9f9-4ae5-b9a5-53856bff83cf\>);
  --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
  --_caption-style---svg-size: var(--_units---icon-size--12);
  --_caption-style---float-margim-v: var(--_spacing---space--5);
  --_caption-style---line-height: var(--_typography---line-height--1-1);
  --_caption-style---text-transform: var(--_typography---text-transform--none);
  --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
  --_caption-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  --_caption-style---float-margim-h: var(--_spacing---space--5);
  --_caption-style---fixed-margin-h: var(--_spacing---space--3);
  --_caption-style---fixed-margim-v: var(--_spacing---space--3);
}

.caption_main_text.u-caption-style-main:where(.w-variant-46f52c3a-a2de-5917-c46c-360d893d75c2) {
  --_caption-style---outter-gap: var(--_spacing---space--3);
  --_caption-style---inner-gap: var(--_spacing---space--2);
  --_caption-style---font-family: var(--_typography---primary-font--p-font-family);
  --_caption-style---font-size: var(--_typography---font-size--text-tiny);
  --_caption-style---font-weight: var(--_typography---primary-font--extra-light\<deleted\|variable-a4b30db6-e9f9-4ae5-b9a5-53856bff83cf\>);
  --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
  --_caption-style---svg-size: var(--_units---icon-size--8);
  --_caption-style---float-margim-v: var(--_spacing---space--3);
  --_caption-style---line-height: var(--_typography---line-height--1-1);
  --_caption-style---text-transform: var(--_typography---text-transform--none);
  --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
  --_caption-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  --_caption-style---float-margim-h: var(--_spacing---space--3);
  --_caption-style---fixed-margin-h: var(--_spacing---space--3);
  --_caption-style---fixed-margim-v: var(--_spacing---space--3);
}

.u-caption-style-main {
  font-family: var(--_caption-style---font-family);
  color: var(--_theme---typography--caption);
  font-size: var(--_caption-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_caption-style---font-weight);
  letter-spacing: var(--_caption-style---letter-spacing);
  --_caption-style---outter-gap: var(--_spacing---space--4);
  --_caption-style---inner-gap: var(--_spacing---space--2);
  --_caption-style---font-family: var(--_typography---primary-font--p-font-family);
  --_caption-style---font-size: var(--_typography---font-size--text-small);
  --_caption-style---font-weight: var(--_typography---primary-font--extra-light\<deleted\|variable-a4b30db6-e9f9-4ae5-b9a5-53856bff83cf\>);
  --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
  --_caption-style---svg-size: var(--_units---icon-size--16);
  --_caption-style---float-margim-v: var(--_spacing---space--7);
  --_caption-style---line-height: var(--_typography---line-height--1-1);
  --_caption-style---text-transform: var(--_typography---text-transform--none);
  --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
  --_caption-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  --_caption-style---float-margim-h: var(--_spacing---space--7);
  --_caption-style---fixed-margin-h: var(--_spacing---space--3);
  --_caption-style---fixed-margim-v: var(--_spacing---space--3);
  text-transform: var(--_caption-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-caption-style-small {
  font-family: var(--_caption-style---font-family);
  color: var(--_theme---typography--caption);
  font-size: var(--_caption-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_caption-style---font-weight);
  letter-spacing: var(--_caption-style---letter-spacing);
  --_caption-style---outter-gap: var(--_spacing---space--3);
  --_caption-style---inner-gap: var(--_spacing---space--2);
  --_caption-style---font-family: var(--_typography---primary-font--p-font-family);
  --_caption-style---font-size: var(--_typography---font-size--text-xsmall);
  --_caption-style---font-weight: var(--_typography---primary-font--extra-light\<deleted\|variable-a4b30db6-e9f9-4ae5-b9a5-53856bff83cf\>);
  --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
  --_caption-style---svg-size: var(--_units---icon-size--12);
  --_caption-style---float-margim-v: var(--_spacing---space--5);
  --_caption-style---line-height: var(--_typography---line-height--1-1);
  --_caption-style---text-transform: var(--_typography---text-transform--none);
  --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
  --_caption-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  --_caption-style---float-margim-h: var(--_spacing---space--5);
  --_caption-style---fixed-margin-h: var(--_spacing---space--3);
  --_caption-style---fixed-margim-v: var(--_spacing---space--3);
  text-transform: var(--_caption-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-caption-style-xsmall {
  font-family: var(--_caption-style---font-family);
  color: var(--_theme---typography--caption);
  font-size: var(--_caption-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_caption-style---font-weight);
  letter-spacing: var(--_caption-style---letter-spacing);
  --_caption-style---outter-gap: var(--_spacing---space--3);
  --_caption-style---inner-gap: var(--_spacing---space--2);
  --_caption-style---font-family: var(--_typography---primary-font--p-font-family);
  --_caption-style---font-size: var(--_typography---font-size--text-tiny);
  --_caption-style---font-weight: var(--_typography---primary-font--extra-light\<deleted\|variable-a4b30db6-e9f9-4ae5-b9a5-53856bff83cf\>);
  --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
  --_caption-style---svg-size: var(--_units---icon-size--8);
  --_caption-style---float-margim-v: var(--_spacing---space--3);
  --_caption-style---line-height: var(--_typography---line-height--1-1);
  --_caption-style---text-transform: var(--_typography---text-transform--none);
  --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
  --_caption-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  --_caption-style---float-margim-h: var(--_spacing---space--3);
  --_caption-style---fixed-margin-h: var(--_spacing---space--3);
  --_caption-style---fixed-margim-v: var(--_spacing---space--3);
  text-transform: var(--_caption-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.g_visual_lightbox {
  display: none;
}

.g_visual_lightbox:where(.w-variant-51a9f26d-63f5-b2c6-ea5d-8c901a907f4e) {
  display: block;
}

.g_visual_media:where(.w-variant-51a9f26d-63f5-b2c6-ea5d-8c901a907f4e) {
  display: none;
}

.u-slide-base-wrap {
  width: 100%;
  height: auto;
}

.caption_visual_wrap {
  width: var(--_caption-style---svg-size);
  color: var(--_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>);
}

.g_svg_wrap {
  width: 100%;
  height: 100%;
  color: inherit;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.caption_main_contain {
  margin: var(--_spacing---space--4);
  --_caption-style---outter-gap: var(--_spacing---space--4);
  --_caption-style---inner-gap: var(--_spacing---space--2);
  --_caption-style---font-family: var(--_typography---primary-font--p-font-family);
  --_caption-style---font-size: var(--_typography---font-size--text-small);
  --_caption-style---font-weight: var(--_typography---primary-font--extra-light\<deleted\|variable-a4b30db6-e9f9-4ae5-b9a5-53856bff83cf\>);
  --_caption-style---letter-spacing: var(--_typography---letter-spacing--lg);
  --_caption-style---svg-size: var(--_units---icon-size--16);
  --_caption-style---float-margim-v: var(--_spacing---space--7);
  --_caption-style---line-height: var(--_typography---line-height--1-1);
  --_caption-style---text-transform: var(--_typography---text-transform--none);
  --_caption-style---trim-top: var(--_typography---primary-font--trim-top);
  --_caption-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  --_caption-style---float-margim-h: var(--_spacing---space--7);
  --_caption-style---fixed-margin-h: var(--_spacing---space--3);
  --_caption-style---fixed-margim-v: var(--_spacing---space--3);
}

.caption_main_contain:where(.w-variant-a91c7c01-765d-25fe-6085-3a64d8bc596b) {
  margin: var(--_spacing---space--1) var(--_spacing---space--4);
}

.sc_background_wrap.u-cover-absolute.u-zindex-0 {
  pointer-events: none;
}

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

.sc_header_wrap:where(.w-variant-5db98c29-a83e-ae0d-8204-02e19c5c9c01) {
  margin-bottom: 0;
}

.u-mt-heading {
  margin-top: var(--_heading-style---margin-top);
}

.u-mt-subtitle {
  margin-top: var(--_subtitle-style---margin-top);
}

.u-mb-heading {
  margin-bottom: var(--_heading-style---margin-bottom);
}

.u-mb-subtitle {
  margin-bottom: var(--_subtitle-style---margin-bottom);
}

.btn_expand_layout {
  grid-column-gap: var(--_button-sizes---gap);
  grid-row-gap: var(--_button-sizes---gap);
  border: var(--_button-sizes---border-width) solid var(--_button-style---border);
  border-radius: var(--_button-sizes---border-radius);
  background-color: var(--_button-style---background);
  -webkit-backdrop-filter: blur(var(--_button-style---background-blur));
  backdrop-filter: blur(var(--_button-style---background-blur));
  color: var(--_button-style---text);
  justify-content: center;
  align-self: center;
  align-items: center;
  transition: all .24s ease-out;
}

.btn_expand_layout:where(.w-variant-778b43ed-236f-3049-aa32-9e15d0c955ee) {
  background-color: var(--_theme---brand-secondary--dark);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-blur: 12px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.btn_expand_layout:where(.w-variant-fd3f5d0b-2702-8d23-5ece-e1ac8e3b41e5) {
  --_button-style---border: var(--_theme---button-terciary--border);
  --_button-style---text: var(--_theme---button-terciary--text);
  --_button-style---border-hover: var(--_theme---button-terciary--background-hover);
  --_button-style---background-hover: var(--_theme---button-terciary--background-hover);
  --_button-style---text-hover: var(--_theme---button-terciary--text-hover);
  --_button-style---background: var(--_theme---button-terciary--background);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.btn_expand_layout:where(.w-variant-7fea5e5c-1e77-09df-26d1-eaf44e2a9ba5) {
  --_button-style---border: var(--_theme---button-quartiary--border);
  --_button-style---text: var(--_theme---button-quartiary--text);
  --_button-style---border-hover: var(--_theme---button-quartiary--border-hover);
  --_button-style---background-hover: var(--_theme---button-quartiary--background-hover);
  --_button-style---text-hover: var(--_theme---button-quartiary--text-hover);
  --_button-style---background: var(--_theme---button-quartiary--background);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.btn_expand_layout:hover {
  border-color: var(--_button-style---border-hover);
  background-color: var(--_button-style---background-hover);
  -webkit-backdrop-filter: blur(var(--_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>));
  backdrop-filter: blur(var(--_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>));
  color: var(--_button-style---text-hover);
}

.btn_expand_icon {
  width: var(--_button-sizes---icon-size);
  aspect-ratio: 1;
}

.btn_expand_wrap {
  z-index: 1000;
  margin: var(--_content---float-margin-v\<deleted\|variable-fb3fb6c5-3d57-2271-a58f-81f8530134d5\>) var(--_content---float-margin-h\<deleted\|variable-444c2e5a-4835-773f-fa65-bca5abfcc228\>) var(--_caption-style---float-margim-v);
  grid-column-gap: var(--_button-sizes---gap);
  grid-row-gap: var(--_button-sizes---gap);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
  --_button-sizes---border-width: var(--_border-styles---border-width--small);
  --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
  --_button-sizes---border-radius: var(--_border-styles---radius--main);
  --_button-sizes---icon-size: var(--_units---icon-size--20);
  --_button-sizes---height: 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);
  --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
  --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
  --_button-sizes---h-padding: clamp(1 * 1rem, ((1 - ((1.5 - 1) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1.5 - 1) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1.5 * 1rem);
  --_button-sizes---outter-margin: calc(calc(var(--site--margin) * -1) / 1.25);
  justify-content: center;
  align-self: center;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn_expand_wrap:where(.w-variant-17f136aa-ef2f-f105-94f7-b3ac129be3b3) {
  margin: var(--_spacing---space--2);
}

.btn_expand_wrap:where(.w-variant-665a8e14-a7ec-fd14-50f1-538b02356010) {
  margin: var(--_spacing---space--5);
}

.btn_expand_wrap:where(.w-variant-e4ae3d85-59f2-c0bb-d171-7e448b5ad254) {
  position: static;
}

.btn_expand_contain {
  min-height: var(--_button-sizes---height);
  grid-column-gap: var(--_button-sizes---gap);
  grid-row-gap: var(--_button-sizes---gap);
  aspect-ratio: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.btn_expand_contain:where(.w-variant-26f1cd5b-7e29-6f55-cb6b-64b846675fb6) {
  --_button-sizes---border-width: var(--_border-styles---border-width--small);
  --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
  --_button-sizes---border-radius: var(--_border-styles---radius--main);
  --_button-sizes---icon-size: var(--_units---icon-size--24);
  --_button-sizes---height: clamp(2.5 * 1rem, ((2.5 - ((3 - 2.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((3 - 2.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 3 * 1rem);
  --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
  --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
  --_button-sizes---h-padding: clamp(1.5 * 1rem, ((1.5 - ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 2 * 1rem);
  --_button-sizes---outter-margin: calc(calc(var(--site--margin) * -1) / 1.25);
}

.btn_expand_contain:where(.w-variant-ad4d9309-2313-988c-d247-88ef4fddab05) {
  --_button-sizes---border-width: var(--_border-styles---border-width--small);
  --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
  --_button-sizes---border-radius: var(--_border-styles---radius--main);
  --_button-sizes---icon-size: var(--_units---icon-size--16);
  --_button-sizes---height: clamp(1.5 * 1rem, ((1.5 - ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 2 * 1rem);
  --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
  --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
  --_button-sizes---h-padding: clamp(.75 * 1rem, ((.75 - ((1 - .75) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1 - .75) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1 * 1rem);
  --_button-sizes---outter-margin: calc(calc(var(--site--margin) * -1) / 1.25);
}

.btn_expand_contain:where(.w-variant-18584ffe-9dc6-ad1f-8e28-ce4c0bd8cf52) {
  --_button-sizes---border-width: var(--_border-styles---border-width--small);
  --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
  --_button-sizes---border-radius: var(--_border-styles---radius--main);
  --_button-sizes---icon-size: var(--_units---icon-size--12);
  --_button-sizes---height: clamp(1.5 * 1rem, ((1.5 - ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 2 * 1rem);
  --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
  --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
  --_button-sizes---h-padding: clamp(1 * 1rem, ((1 - ((1.5 - 1) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1.5 - 1) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1.5 * 1rem);
  --_button-sizes---outter-margin: calc(calc(var(--site--margin) * -1) / 1.25);
}

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

.sc_header_subtitle_wrap {
  opacity: .7;
}

.sc_header_inner_wrap {
  width: 100%;
}

.rich-text-block {
  flex: 1;
}

.g_underline_decoration {
  z-index: 0;
  width: 2.5rem;
  height: var(--_border-styles---border-width--medium);
  background-color: var(--_color-primitives---neutral--300);
  position: absolute;
  inset: auto auto 0% 0%;
}

.navbar {
  z-index: 200;
  --_theme---background--surface-01: var(--_color-primitives---neutral--50);
  --_theme---typography--heading: var(--_color-primitives---neutral--950);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-terciary--light);
  --_theme---border--main: var(--_color-primitives---neutral-alpha-light--20);
  --_theme---background--surface-accent: var(--_color-primitives---neutral--950);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-terciary--lighter);
  --_theme---gradient--start: var(--_theme---brand-secondary--darker);
  --_theme---gradient--end: var(--_theme---brand-secondary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-primary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-terciary--dark);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--800);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--900);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--100);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--400);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--600);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--100);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--400);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--600);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--100);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--400);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--600);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--100);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--400);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--600);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--900);
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar:where(.w-variant-bb6d5122-a5f3-d8d7-4509-7be6ab055ed6) {
  position: sticky;
}

.navbar_wrap {
  color: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  justify-content: space-between;
  align-items: stretch;
}

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

.navbar_header_bg {
  background-color: var(--_color-primitives---neutral--950\<deleted\|variable-f232eab9-45da-3fc8-c8f9-f97173bfef2a\>);
}

.navbar_container.u-container {
  flex-flow: column;
  justify-content: center;
}

.navbar_header_layout {
  width: 100%;
  height: var(--_sizes---navbar--top-height);
  justify-content: flex-end;
  align-items: stretch;
  padding-top: .125rem;
  padding-bottom: .125rem;
  display: flex;
}

.navbar_cta_block {
  grid-column-gap: var(--_spacing---space--1);
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-component {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .125em;
  display: flex;
}

.social-icon-component.is--social-insta:hover {
  color: #fff;
  background-color: #7638fa;
}

.social-icon-component.is--social-face:hover {
  color: #fff;
  background-color: #3b5998;
}

.social-icon-component.is--social-lkd:hover {
  color: #fff;
  background-color: #2867b2;
}

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

.navbar_cta_title {
  margin-right: var(--_spacing---space--4);
  color: #fff;
}

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

.nav_cta_block:hover {
  opacity: 1;
}

.nav_cta_block.u-hflex-center-center {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  border-left: 1px solid #ffffff1f;
  padding-left: 1rem;
}

.nav_cta_block.u-hflex-center-center:hover {
  color: #fff;
}

.nav_cta_block.u-hflex-center-center.fade-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_main {
  position: relative;
}

.navbar_main_bg {
  background-color: var(--_theme---overlay--darker);
  -webkit-backdrop-filter: blur(var(--_button-style---background-blur));
  backdrop-filter: blur(var(--_button-style---background-blur));
}

.navbar_main_layout {
  width: 100%;
  height: var(--_sizes---navbar--botom-height);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar_logo_wrap {
  color: #165ed1;
  height: calc(90% + 1rem);
  margin-top: -1.25rem;
}

.navbar_logo {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.navbar_menu_wrap {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.navbar_link {
  padding-right: var(--_spacing---space--4);
  padding-left: var(--_spacing---space--4);
  opacity: .7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_link:hover {
  opacity: 1;
}

.navbar_link_underline {
  background-color: var(--_theme---brand-primary--main);
  width: 0%;
  height: .125rem;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar_btn {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: none;
}

.u-svg-icon-xsmall {
  width: var(--_units---icon-size--16);
  height: var(--_units---icon-size--16);
}

.navbar_link_text.u-overline-style-main {
  font-weight: var(--_typography---secondary-font--regular\<deleted\|variable-53e22c6e-2d3f-ef8c-c938-d09a182a8de9\>);
  letter-spacing: var(--_typography---letter-spacing--n-xsm);
  text-transform: none;
}

.page_content_wrap {
  background-color: var(--_theme---background--surface-01);
  position: relative;
}

.g_slide_wrap {
  background-color: var(--_color-primitives---neutral-alpha-light--transparent);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-blur: 12px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
  --_button-sizes---border-width: var(--_border-styles---border-width--small);
  --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
  --_button-sizes---border-radius: var(--_border-styles---radius--main);
  --_button-sizes---icon-size: var(--_units---icon-size--20);
  --_button-sizes---height: 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);
  --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
  --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
  --_button-sizes---h-padding: clamp(1 * 1rem, ((1 - ((1.5 - 1) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1.5 - 1) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1.5 * 1rem);
  --_button-sizes---outter-margin: calc(calc(var(--site--margin) * -1) / 1.25);
  width: 100%;
}

.g_slide_wrap.u-cover {
  --_button-sizes---border-width: var(--_border-styles---border-width--small);
  --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
  --_button-sizes---border-radius: var(--_border-styles---radius--main);
  --_button-sizes---icon-size: var(--_units---icon-size--16);
  --_button-sizes---height: clamp(1.5 * 1rem, ((1.5 - ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 2 * 1rem);
  --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
  --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
  --_button-sizes---h-padding: clamp(.75 * 1rem, ((.75 - ((1 - .75) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1 - .75) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1 * 1rem);
  --_button-sizes---outter-margin: calc(calc(var(--site--margin) * -1) / 1.25);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
  overflow: visible;
}

.g_slide_button {
  z-index: 25;
  width: var(--_button-sizes---height);
  height: var(--_button-sizes---height);
  margin-right: var(--_button-sizes---inner-margin);
  margin-left: var(--_button-sizes---inner-margin);
  grid-column-gap: var(--_button-sizes---gap);
  grid-row-gap: var(--_button-sizes---gap);
  aspect-ratio: 1;
  border: var(--_button-sizes---border-width) solid var(--_button-style---border);
  border-radius: var(--_button-sizes---border-radius);
  background-color: var(--_button-style---background);
  -webkit-backdrop-filter: blur(var(--_button-style---background-blur));
  backdrop-filter: blur(var(--_button-style---background-blur));
  color: var(--_button-style---text);
  justify-content: center;
  align-items: center;
  transition: all .32s;
  display: flex;
}

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

.g_slide_button_icon {
  width: var(--_button-sizes---icon-size);
  justify-content: center;
  align-items: center;
}

.u-media-wrap-full {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100dvh;
}

.feauture_wrap {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.feature_content:where(.w-variant-0d3020b2-c75b-79b3-937d-57c238628922) {
  flex-flow: column-reverse;
}

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

.feature_title {
  letter-spacing: var(--_typography---letter-spacing--std);
}

.feature_title.u-overline-style-main:where(.w-variant-0d3020b2-c75b-79b3-937d-57c238628922) {
  text-transform: uppercase;
}

.u-light-filter {
  filter: saturate(0%) brightness(400%);
}

.feaure_icon_wrap {
  padding-right: var(--_spacing---space--2);
  border-right: var(--_border-styles---border-width--medium) solid var(--_theme---brand-primary--main);
  color: var(--_theme---brand-primary--main);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feaure_icon_wrap:where(.w-variant-a74464f8-4490-c6ae-c0b4-69b9a4623618) {
  margin-right: var(--_spacing---space--2);
  padding-right: var(--_spacing---space--3);
}

.feaure_icon_wrap:where(.w-variant-b49d364a-6f9d-3a82-dad2-1e10402f5055) {
  margin-right: var(--_spacing---space--3);
  padding-right: var(--_spacing---space--3);
}

.feaure_icon {
  width: var(--_units---icon-size--20);
  height: var(--_units---icon-size--20);
  aspect-ratio: 1;
  flex: none;
}

.feaure_icon:where(.w-variant-bc02cc85-b698-c15f-5ee7-84945ed9eaeb) {
  width: var(--_units---icon-size--12);
  height: var(--_units---icon-size--12);
}

.feaure_icon:where(.w-variant-1515fe2d-b77e-2748-1366-2492baf83b13) {
  width: var(--_units---icon-size--16);
  height: var(--_units---icon-size--16);
}

.feaure_icon:where(.w-variant-a74464f8-4490-c6ae-c0b4-69b9a4623618) {
  width: var(--_units---icon-size--24);
  height: var(--_units---icon-size--24);
}

.feaure_icon:where(.w-variant-b49d364a-6f9d-3a82-dad2-1e10402f5055) {
  width: var(--_units---icon-size--32);
  height: var(--_units---icon-size--32);
}

.g_vertical_line_divider {
  width: var(--_border-styles---border-width--small);
  height: var(--_spacing---space--3);
  border-radius: var(--_border-styles---radius--large);
  background-color: var(--_theme---background--surface-accent);
  opacity: .15;
  flex: none;
  max-height: 70%;
  margin-top: auto;
  margin-bottom: auto;
}

.u-whatsapp-text-color {
  color: var(--_color-primitives---whatsapp--main);
}

.u-whatsapp-text-color:hover {
  color: var(--_color-primitives---whatsapp--dark);
}

.button_wrap {
  position: relative;
}

.button_wrap:where(.w-variant-8d656002-eef4-cd8e-f50f-b7368aba626d) {
  flex: 1;
}

.button_content {
  grid-column-gap: inherit;
  grid-row-gap: inherit;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_content:where(.w-variant-2581d27a-20d1-00d0-96b2-39edf6325f51) {
  flex-flow: row-reverse;
}

.button_text {
  font-family: var(--_overline-style---font-family);
  font-size: var(--_overline-style---font-size);
  line-height: var(--_overline-style---line-height);
  font-weight: var(--_overline-style---font-weight);
  letter-spacing: var(--_overline-style---letter-spacing);
  color: inherit;
  text-transform: var(--_overline-style---text-transform, none);
}

.button_icon {
  width: var(--_button-sizes---icon-size);
  aspect-ratio: 1;
  color: var(--_button-style---text);
  flex: none;
  justify-content: center;
  align-items: center;
}

.button_layout {
  border: var(--_button-sizes---border-width) solid var(--_button-style---border);
  background-color: var(--_button-style---background);
  -webkit-backdrop-filter: blur(var(--_button-style---background-blur));
  backdrop-filter: blur(var(--_button-style---background-blur));
  color: var(--_button-style---text);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.button_layout:where(.w-variant-ccad6ca3-6db4-664e-c9e9-5ed9641819e9) {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-blur: 12px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.button_layout:where(.w-variant-f93572b2-36b5-8279-bf06-71a4087096e0) {
  --_button-style---border: var(--_theme---button-terciary--border);
  --_button-style---text: var(--_theme---button-terciary--text);
  --_button-style---border-hover: var(--_theme---button-terciary--background-hover);
  --_button-style---background-hover: var(--_theme---button-terciary--background-hover);
  --_button-style---text-hover: var(--_theme---button-terciary--text-hover);
  --_button-style---background: var(--_theme---button-terciary--background);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.button_layout:where(.w-variant-d37d6d81-0559-fd6e-1fb6-c0517c5024f4) {
  --_button-style---border: var(--_theme---button-quartiary--border);
  --_button-style---text: var(--_theme---button-quartiary--text);
  --_button-style---border-hover: var(--_theme---button-quartiary--border-hover);
  --_button-style---background-hover: var(--_theme---button-quartiary--background-hover);
  --_button-style---text-hover: var(--_theme---button-quartiary--text-hover);
  --_button-style---background: var(--_theme---button-quartiary--background);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.button_layout:where(.w-variant-a73b04c8-de9b-c60f-3ca9-d847a1e7903c) {
  --_button-style---border: var(--_color-primitives---whatsapp--main);
  --_button-style---text: var(--_color-primitives---whatsapp--dark);
  --_button-style---border-hover: var(--_color-primitives---whatsapp--light);
  --_button-style---background-hover: var(--_color-primitives---whatsapp--light);
  --_button-style---text-hover: var(--_color-primitives---whatsapp--dark);
  --_button-style---background: var(--_color-primitives---whatsapp--main);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

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

.button_contain {
  height: var(--_button-sizes---height);
  padding-top: var(--_button-sizes---v-padding);
  padding-right: var(--_button-sizes---h-padding);
  padding-bottom: var(--_button-sizes---v-padding);
  padding-left: var(--_button-sizes---h-padding);
  grid-column-gap: var(--_button-sizes---gap);
  grid-row-gap: var(--_button-sizes---gap);
  border-top-style: solid;
  border-top-width: var(--_button-sizes---border-width);
  border-right-style: solid;
  border-right-width: var(--_button-sizes---border-width);
  border-bottom-style: solid;
  border-bottom-width: var(--_button-sizes---border-width);
  border-left-style: solid;
  border-left-width: var(--_button-sizes---border-width);
  border-top-left-radius: var(--_button-sizes---border-radius);
  border-top-right-radius: var(--_button-sizes---border-radius);
  border-bottom-left-radius: var(--_button-sizes---border-radius);
  border-bottom-right-radius: var(--_button-sizes---border-radius);
  --_button-sizes---border-width: var(--_border-styles---border-width--small);
  --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
  --_button-sizes---border-radius: var(--_border-styles---radius--main);
  --_button-sizes---icon-size: var(--_units---icon-size--20);
  --_button-sizes---height: 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);
  --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
  --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
  --_button-sizes---h-padding: clamp(1 * 1rem, ((1 - ((1.5 - 1) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1.5 - 1) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1.5 * 1rem);
  --_button-sizes---outter-margin: calc(calc(var(--site--margin) * -1) / 1.25);
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-small) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_contain:where(.w-variant-5cf65789-c00d-67c4-ef88-091459e4b6bd) {
  --_button-sizes---border-width: var(--_border-styles---border-width--small);
  --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
  --_button-sizes---border-radius: var(--_border-styles---radius--main);
  --_button-sizes---icon-size: var(--_units---icon-size--24);
  --_button-sizes---height: clamp(2.5 * 1rem, ((2.5 - ((3 - 2.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((3 - 2.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 3 * 1rem);
  --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
  --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
  --_button-sizes---h-padding: clamp(1.5 * 1rem, ((1.5 - ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 2 * 1rem);
  --_button-sizes---outter-margin: calc(calc(var(--site--margin) * -1) / 1.25);
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-large) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
}

.button_contain:where(.w-variant-5cf65789-c00d-67c4-ef88-091459e4b6be) {
  --_button-sizes---border-width: var(--_border-styles---border-width--small);
  --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
  --_button-sizes---border-radius: var(--_border-styles---radius--main);
  --_button-sizes---icon-size: var(--_units---icon-size--16);
  --_button-sizes---height: clamp(1.5 * 1rem, ((1.5 - ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((2 - 1.5) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 2 * 1rem);
  --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
  --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
  --_button-sizes---h-padding: clamp(.75 * 1rem, ((.75 - ((1 - .75) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1 - .75) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1 * 1rem);
  --_button-sizes---outter-margin: calc(calc(var(--site--margin) * -1) / 1.25);
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-small) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
}

.button_contain:where(.w-variant-b1079f9a-a3bf-0bc1-e78e-8d3333070ddd) {
  padding: var(--_button-sizes---v-padding);
  aspect-ratio: 1;
}

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

.link_text_wrap {
  margin-top: var(--_spacing---space--9);
  padding-bottom: var(--_spacing---space--3);
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  color: var(--_theme---brand-primary--main);
  justify-content: center;
  align-items: center;
  transition: all .32s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
  position: relative;
}

.link_text_wrap:hover {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  color: var(--_theme---brand-primary--dark);
}

.link_text {
  color: inherit;
}

.link_text_icon {
  width: var(--_units---icon-size--16);
  aspect-ratio: 1;
  color: inherit;
}

.u-base-vertical-layout {
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  flex-flow: column;
  display: flex;
}

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

.link_text_underline {
  width: 25%;
  height: var(--_border-styles---border-width--medium);
  background-color: var(--_theme---border--accent);
  position: absolute;
  inset: auto 0% 0%;
}

.lightbox_main_img {
  transition: transform .32s cubic-bezier(.165, .84, .44, 1);
}

.lightbox_main_img:hover {
  transform: scale(1.025);
}

.heading_description_wrap {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  justify-content: flex-end;
  align-items: center;
  max-width: 35rem;
  display: flex;
}

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

.u-3-columns-slide {
  height: 100%;
  margin-right: var(--_spacing---space--3);
  padding-left: var(--_spacing---space--3);
  --_gap---size: var(--site--gutter);
  width: calc((100% + (var(--_gap---size) * 1)) / 3);
  margin-left: calc(var(--_spacing---space--3) * -1);
  display: inline-block;
  position: relative;
}

.u-svg-icon-small {
  width: var(--_units---icon-size--20);
  height: var(--_units---icon-size--20);
}

.g_slot:where(.w-variant-0d3020b2-c75b-79b3-937d-57c238628922) {
  width: 100%;
  height: 100%;
}

.u-float-left-top {
  inset: 0% auto auto 0%;
}

.styleguide_padding_card {
  aspect-ratio: 1;
  background-color: var(--_color-primitives---neutral-alpha-dark--5);
  flex-flow: column;
  width: 100%;
  position: relative;
  container-type: inline-size;
}

.styleguide_dot {
  width: var(--_spacing---space--2);
  height: var(--_spacing---space--2);
  background-color: var(--_color-primitives---neutral-alpha-dark--90);
  opacity: .21;
  outline-offset: 3px;
  pointer-events: none;
  border-radius: 100vw;
  outline: 2px solid #303335;
  outline: 2px solid color(srgb .187852 .200342 .206628);
}

.u-float-right-top {
  inset: 0% 0% auto auto;
}

.u-float-left-bottom {
  inset: auto auto 0% 0%;
}

.u-float-right-bottom {
  inset: auto 0% 0% auto;
}

.u-float-center-top {
  inset: 0% auto auto 50%;
  transform: translate(-100%);
}

.hero_sc_container {
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.hero_sc_container.u-container {
  max-width: calc(100dvw - var(--site--margin) * 2);
}

.u-elevaion-distant {
  box-shadow: 0 318px 89px #0000, 0 203px 81px #00000003, 0 114px 69px #0000000d, 0 51px 51px #00000017, 0 13px 28px #0000001a;
}

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

.g_hero_sc_wrap:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
  --_theme---background--surface-01: var(--_theme---brand-secondary--main);
  --_theme---typography--heading: var(--_color-primitives---neutral--50);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-secondary--darker);
  --_theme---border--main: var(--_color-primitives---primary-alpha--30);
  --_theme---background--surface-accent: var(--_theme---brand-primary--main);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-secondary--dark);
  --_theme---gradient--start: var(--_theme---brand-primary--light);
  --_theme---gradient--end: var(--_theme---brand-primary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-secondary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-primary--light);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--200);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--100);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--200);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---neutral-alpha-dark--20);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--300);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--500);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--700);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--300);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--500);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--700);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--300);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--500);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--700);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--300);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--500);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--700);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>);
}

.g_hero_sc_wrap:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
  --_theme---background--surface-01: var(--_color-primitives---neutral--50);
  --_theme---typography--heading: var(--_color-primitives---neutral--950);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-terciary--light);
  --_theme---border--main: var(--_color-primitives---neutral-alpha-light--20);
  --_theme---background--surface-accent: var(--_color-primitives---neutral--950);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-terciary--lighter);
  --_theme---gradient--start: var(--_theme---brand-secondary--darker);
  --_theme---gradient--end: var(--_theme---brand-secondary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-primary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-terciary--dark);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--800);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--900);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--100);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--400);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--600);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--100);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--400);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--600);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--100);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--400);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--600);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--100);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--400);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--600);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--900);
}

.g_hero_sc_wrap:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background--surface-01: var(--_theme---brand-secondary--main);
  --_theme---typography--heading: var(--_color-primitives---neutral--50);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-secondary--darker);
  --_theme---border--main: var(--_color-primitives---primary-alpha--30);
  --_theme---background--surface-accent: var(--_theme---brand-primary--main);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-secondary--dark);
  --_theme---gradient--start: var(--_theme---brand-primary--light);
  --_theme---gradient--end: var(--_theme---brand-primary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-secondary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-primary--light);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--200);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--100);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--200);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---neutral-alpha-dark--20);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--300);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--500);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--700);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--300);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--500);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--700);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--300);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--500);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--700);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--300);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--500);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--700);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>);
}

.g_hero_sc_wrap:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background--surface-01: var(--_color-primitives---neutral--50);
  --_theme---typography--heading: var(--_color-primitives---neutral--950);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-terciary--light);
  --_theme---border--main: var(--_color-primitives---neutral-alpha-light--20);
  --_theme---background--surface-accent: var(--_color-primitives---neutral--950);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-terciary--lighter);
  --_theme---gradient--start: var(--_theme---brand-secondary--darker);
  --_theme---gradient--end: var(--_theme---brand-secondary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-primary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-terciary--dark);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--800);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--900);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--100);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--400);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--600);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--100);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--400);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--600);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--100);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--400);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--600);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--100);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--400);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--600);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--900);
}

.hero_sc_layout {
  width: 100%;
  height: 100%;
  padding-top: var(--_spacing---space--9);
  padding-bottom: var(--_spacing---space--9);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero_media_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.contact_bar_button_inner_wrap {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  flex-direction: column;
  flex: none;
  display: flex;
  position: relative;
}

.contact_bar_button {
  padding-right: var(--_spacing---space--3);
  padding-left: var(--_spacing---space--3);
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  background-color: var(--_theme---overlay--darker);
  cursor: pointer;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: -.125rem;
  transition: background-color .32s ease-in-out;
  display: flex;
  position: relative;
}

.contact_bar_button:hover {
  background-color: var(--_theme---background--surface-02);
}

.contact_bar_wrap {
  z-index: 99999998;
  background-color: var(--_color-primitives---neutral-alpha-light--transparent);
  position: fixed;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.contact_bar_header_wrap {
  padding-right: var(--_spacing---space--6);
  padding-left: var(--_spacing---space--6);
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  background-color: var(--_theme---brand-primary--main);
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  display: flex;
}

.contact_bar_buttons_wrap {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact_bar_button_overline {
  opacity: .5;
}

.contact_bar_layout {
  height: var(--_sizes---contact-bar--height);
  border-bottom: var(--_border-styles---border-width--large) solid var(--_theme---brand-primary--main);
  background-color: var(--_theme---background--surface-01);
  align-items: stretch;
  display: flex;
}

.span_fone_ddd {
  opacity: .65;
  vertical-align: top;
  font-size: .85em;
}

.u-media-wrap-large {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 80dvh;
  max-height: 67.5rem;
}

.u-media-wrap-medium {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 60dvh;
}

.u-media-wrap-small {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 40dvh;
  position: relative;
}

.nav_small_wrap {
  left: 0%;
  top: calc(var(--_sizes---navbar--botom-height)  + var(--_sizes---navbar--top-height));
  z-index: 999;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_theme---border--main);
  background-color: var(--_theme---overlay--darker);
  -webkit-backdrop-filter: blur(var(--_button-style---background-blur));
  backdrop-filter: blur(var(--_button-style---background-blur));
  position: fixed;
  bottom: auto;
  right: 0%;
}

.navbar_small_layout {
  min-height: var(--_sizes---navbar--sm-nav-height);
  justify-content: space-between;
  display: flex;
  overflow: auto;
}

.navbar_small_link {
  padding-right: var(--_spacing---space--4);
  padding-left: var(--_spacing---space--4);
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  border-bottom: var(--_border-styles---border-width--large) solid var(--_color-primitives---neutral--0);
  flex-flow: row;
  flex: auto;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in-out;
  display: flex;
}

.navbar_small_link:hover {
  color: #d92036;
}

.navbar_small_link.w--current {
  border-bottom-color: var(--_theme---brand-primary--main);
  background-image: radial-gradient(circle farthest-side at 50% 130%, var(--_color-primitives---primary-alpha--40), var(--_color-primitives---neutral-alpha-dark--transparent) 88%);
  color: #d92036;
}

.g_line_divider_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.line_divider {
  width: 100%;
  height: var(--_border-styles---border-width--small);
  background-color: var(--_theme---border--main);
}

.navbar_small_link_icon.u-svg-icon-xsmall, .navbar_small_link_text.u-overline-style-xsmall {
  flex: none;
}

.navbar_btn_wrap {
  margin-left: var(--_spacing---space--4);
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_btn {
  min-height: 2.5rem;
  margin-top: var(--_spacing---space--4);
  border: 1px solid var(--_theme---button-primary--border);
  border-radius: var(--_border-styles---radius--main);
  background-color: var(--_button-style---background);
  color: var(--_theme---button-primary--text);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---background-blur: 8px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
}

.form_btn:hover {
  border-color: var(--_theme---button-primary--border-hover);
  background-color: var(--_theme---button-quartiary--background-hover);
  color: var(--_theme---button-secondary--text-hover);
}

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

.navbar_small_menu_wrap {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar_small_header {
  padding-right: var(--_spacing---space--2);
  padding-left: var(--_spacing---space--3);
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  display: flex;
}

.navbar_small_header_text.u-overline-style-xsmall {
  max-width: 13ch;
}

.emp_description_item {
  padding-top: var(--_spacing---space--3);
  padding-bottom: var(--_spacing---space--2);
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  border-bottom: 1px solid var(--_theme---border--main);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.emp_description_column {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  justify-content: flex-end;
  align-items: center;
  padding-left: 2rem;
  display: flex;
}

.sc_header_title {
  color: var(--_theme---typography--heading);
}

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

.g_texture_background {
  background-image: linear-gradient(#20222299, #20222299), url('../images/bg_texture_012x_1bg_texture_01@2x.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-color-main {
  color: var(--_theme---brand-primary--main);
}

.u-color-main-light {
  color: var(--_theme---brand-primary--light);
}

.u-underline-layout {
  width: 100%;
  padding-bottom: var(--_spacing---space--3);
  border-bottom: 1px solid var(--_theme---border--main);
}

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

.macro_list_header_icon.u-svg-icon-small {
  color: var(--_theme---brand-primary--light);
}

.u-overline-style-small-3 {
  font-size: var(--_overline-style---font-size);
  line-height: var(--_overline-style---line-height);
  font-weight: var(--_overline-style---font-weight);
  letter-spacing: var(--_overline-style---letter-spacing);
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-small) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_overline-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-grid-2-columns {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ficha_list_item {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  flex-flow: column;
  flex: 25rem;
  display: flex;
}

.ficha_list_item:where(.w-variant-94a857b8-7e9e-4111-975a-9e3947b87dab) {
  flex: 25rem;
}

.ficha_list_header {
  padding-bottom: var(--_spacing---space--2);
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  border-bottom: 1px solid var(--_theme---border--main);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ficha_list_header_text {
  font-weight: var(--_typography---primary-font--bold\<deleted\|variable-e1e2311b-a015-23c9-f2d7-7d185e6e1fba\>);
}

.ficha_list_header_text.u-overline-style-small.u-color-faded.u-weight-mediu:where(.w-variant-94a857b8-7e9e-4111-975a-9e3947b87dab) {
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-main) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
}

.ficha_list_content {
  padding-left: var(--_spacing---space--5);
}

.ficha_list_text.u-text-style-small {
  white-space: pre;
}

.ficha_list_text.u-text-style-small:where(.w-variant-94a857b8-7e9e-4111-975a-9e3947b87dab) {
  --_text-style---font-family: var(--_typography---primary-font--p-font-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---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_text-style---margin-top: var(--_spacing---space--3);
  --_text-style---margin-bottom: var(--_spacing---space--2);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
}

.modal_trigger_btn {
  z-index: 25;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal_trigger_btn:focus-visible, .modal_trigger_btn[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.g_modal_wap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
}

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

.g_modal_card {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: var(--_border-styles---radius--small);
  color: #000;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 50rem;
  display: flex;
  position: relative;
}

.g_modal_content_wrap {
  padding: var(--_spacing---space--9);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center stretch;
  display: grid;
}

.g_modal_close_btn {
  padding: var(--_spacing---space--4);
  border: var(--_button-sizes---border-width) solid var(--_button-style---border);
  border-radius: var(--_button-sizes---border-radius);
  background-color: var(--_button-style---background);
  color: var(--_button-style---text);
  cursor: pointer;
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-blur: 12px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.g_modal_close_btn:focus-visible, .g_modal_close_btn[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.g_modal_wrap {
  z-index: 2147483647;
  position: relative;
}

.g_modal_frame_wrap {
  margin: var(--_spacing---space--2);
  border-radius: var(--_border-styles---radius--main);
  background-image: linear-gradient(to bottom, var(--_color-primitives---neutral-alpha-dark--70), var(--_color-primitives---neutral-alpha-dark--70)), url('../images/bg_texture_2bg_texture_01.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: none;
  overflow: hidden;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.checkbox_label_text {
  margin-bottom: 0;
  line-height: 1.5;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

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

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--_theme---brand-primary--main);
  background-color: var(--_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .75rem .75rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  border-radius: .25rem;
}

.uui-form-field-wrapper {
  position: relative;
}

.success-message-3 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

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

.error-message-3 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-contact03_form {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.form_input {
  min-height: var(--_spacing---space--7);
  margin-bottom: var(--_spacing---space--4);
  padding: var(--_spacing---space--3) var(--_spacing---space--4);
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  border-radius: var(--_border-styles---radius--main);
  background-color: var(--_theme---background--surface-02);
  color: var(--_theme---typography--caption);
  justify-content: flex-start;
  align-items: center;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form_input:focus {
  border-color: var(--untitled-ui--primary300\<deleted\|variable-b540dac6\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.form_input::placeholder {
  color: var(--_theme---typography--caption);
}

.form_input.is-text-area {
  min-height: clamp(4 * 1rem, ((4 - ((8 - 4) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((8 - 4) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 8 * 1rem);
}

.g_modal_underline {
  height: var(--_spacing---space--1);
  background-color: var(--_theme---brand-primary--main);
  width: calc(100% - calc(var(--_spacing---space--9) * 2));
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.modal_phone_wrap, .modal_mail_wrap, .modal_whatsapp_wrap, .modah_chat_wrap {
  z-index: 2147483647;
  padding: var(--site--margin);
  background-color: var(--_theme---overlay--darker);
  -webkit-backdrop-filter: blur(var(--_button-style---background-blur));
  backdrop-filter: blur(var(--_button-style---background-blur));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo_marques {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo_marques.is-dark-logo {
  display: none;
}

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

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

.modal_highligt_frame {
  padding: var(--_spacing---space--5) var(--_spacing---space--6);
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  border: 1px solid var(--_theme---brand-primary--light);
  border-radius: var(--_border-styles---radius--large);
  background-color: var(--_theme---background--surface-02);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.highlight_inner_wrap {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  flex-direction: column;
  flex: none;
  display: flex;
  position: relative;
}

.highlight_outter_wrap {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  color: var(--_theme---brand-primary--main);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.modal_small_btn {
  padding: var(--_spacing---space--2) var(--_spacing---space--3);
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  border: 1px solid var(--_theme---border--main);
  border-radius: var(--_border-styles---radius--large);
  background-color: var(--_theme---background--surface-02);
  color: var(--_theme---brand-primary--main);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact_small_column {
  max-width: 70%;
  margin-top: var(--_spacing---space--9);
  grid-column-gap: var(--_spacing---space--7);
  grid-row-gap: var(--_spacing---space--7);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.contact_small_btn {
  position: relative;
}

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

.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---primary-font--p-font-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---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_text-style---margin-top: var(--_spacing---space--3);
  --_text-style---margin-bottom: var(--_spacing---space--2);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-text-style-xtiny {
  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---primary-font--p-font-family);
  --_text-style---font-size: var(--_typography---font-size--text-xtiny);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_text-style---margin-top: var(--_spacing---space--3);
  --_text-style---margin-bottom: var(--_spacing---space--2);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-text-style-xlarge {
  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---primary-font--p-font-family);
  --_text-style---font-size: var(--_typography---font-size--text-xlarge);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_text-style---margin-top: var(--_spacing---space--3);
  --_text-style---margin-bottom: var(--_spacing---space--2);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: pretty;
  display: flow-root;
}

.u-theme-surface-main {
  background-color: var(--_theme---background--surface-01);
  color: var(--_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>);
  --_theme---background--surface-01: var(--_theme---brand-secondary--main);
  --_theme---typography--heading: var(--_color-primitives---neutral--50);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-secondary--darker);
  --_theme---border--main: var(--_color-primitives---primary-alpha--30);
  --_theme---background--surface-accent: var(--_theme---brand-primary--main);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-secondary--dark);
  --_theme---gradient--start: var(--_theme---brand-primary--light);
  --_theme---gradient--end: var(--_theme---brand-primary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-secondary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-primary--light);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--200);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--100);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--200);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---neutral-alpha-dark--20);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--300);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--500);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--700);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--300);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--500);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--700);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--300);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--500);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--700);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--300);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--500);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--700);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>);
}

.u-theme-surface-02 {
  background-color: var(--_theme---background--surface-01);
  color: var(--_theme---typography--heading);
  --_theme---background--surface-01: var(--_theme---brand-secondary--main);
  --_theme---typography--heading: var(--_theme---brand-primary--light);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>);
  --_theme---border--main: var(--_theme---brand-secondary--light);
  --_theme---background--surface-accent: var(--_theme---brand-secondary--main);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-secondary--light);
  --_theme---gradient--start: var(--_theme---brand-primary--light);
  --_theme---gradient--end: var(--_theme---brand-primary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-primary--light);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---typography--text);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--200);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--100);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--200);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--darker);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---neutral-alpha-dark--20);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--300);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--500);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--700);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--300);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--500);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--700);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--300);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--500);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--700);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--300);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--500);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--700);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>);
}

.u-theme-surface-03 {
  background-color: var(--_theme---background--surface-01);
  color: var(--_theme---typography--heading);
  --_theme---background--surface-01: var(--_theme---brand-primary--main);
  --_theme---typography--heading: var(--_theme---brand-secondary--light);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-primary--dark);
  --_theme---border--main: var(--_theme---brand-secondary--light);
  --_theme---background--surface-accent: var(--_theme---brand-secondary--main);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-primary--light);
  --_theme---gradient--start: var(--_theme---brand-primary--light);
  --_theme---gradient--end: var(--_theme---brand-primary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-secondary--main);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-secondary--main);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--200);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--100);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--200);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-primary--darker);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---neutral-alpha-dark--20);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--300);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--500);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--700);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--300);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--500);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--700);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--300);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--500);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--700);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--300);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--500);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--700);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>);
}

.footer_wrap.u-theme-surface-02 {
  position: relative;
}

.footer-content.footer-content-04 {
  padding-top: var(--_spacing---space--4);
  padding-bottom: var(--_spacing---space--4);
  background-color: var(--_theme---brand-primary--main);
}

.footer_logos_list {
  padding-bottom: var(--_spacing---space--8);
  grid-column-gap: var(--_spacing---space--8);
  justify-content: center;
  display: flex;
}

.footer_logo_wrap {
  grid-row-gap: var(--_spacing---space--6);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer__logo-link {
  width: 10rem;
  height: 4rem;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}

.footer__logo-link:hover {
  transform: translate(0, -.35rem);
}

.footer_logo {
  color: #b83d3d;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.foooter_links {
  padding-top: var(--_spacing---space--4);
  padding-bottom: var(--_spacing---space--4);
  border-top: 1px solid var(--_theme---border--main);
  border-bottom: .0625rem solid var(--_theme---border--main);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer__link-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #959999;
  align-items: center;
  display: flex;
}

.footer__link-block.is--link-block {
  color: var(--_theme---brand-terciary--lighter);
  flex: auto;
  transition: background-color .2s;
}

.footer__link-block.is--link-block:hover {
  color: #fff;
}

.footer__link-block.is--d1up-link-block:hover {
  color: #fdb913;
}

.text-weight-normal {
  font-weight: 400;
}

.footer_end_wrap {
  margin-top: var(--_spacing---space--4);
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--5);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_disclaimer-list {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  color: var(--_theme---brand-terciary--lighter);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.foooter_disclaimer-divider {
  opacity: .16;
  background-color: #fff;
  border-radius: 2px;
  width: .15rem;
  height: 1rem;
}

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

.contato_form_header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.pattern_wrap {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  min-height: calc(var(--_spacing---space--2) / 1.5);
  display: flex;
}

.pattern_line {
  background-color: var(--_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>);
  width: calc(var(--_spacing---space--1) / 1.75);
}

.pattern_line.is-first-line {
  width: var(--_spacing---space--7);
}

.text_pattern_wrap {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  opacity: .3;
  flex-flow: column;
  display: inline-flex;
}

.text_pattern {
  color: var(--_color-primitives---neutral--0);
  font-size: var(--_typography---heading-sizes--display-xlarge);
  line-height: .8;
  font-weight: var(--_typography---primary-font--bold\<deleted\|variable-e1e2311b-a015-23c9-f2d7-7d185e6e1fba\>);
  letter-spacing: var(--_typography---letter-spacing--lg);
  -webkit-text-stroke-width: .03rem;
  -webkit-text-stroke-color: var(--_theme---background--surface-02);
  text-transform: uppercase;
}

.u-line-height-xlarge {
  line-height: var(--_typography---line-height--1-7);
}

.g_overline_marker_wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-self: center;
  height: 65%;
  display: flex;
}

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

.whatsapp-cta__msg-title {
  color: var(--_theme---brand-primary--main);
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 900;
  line-height: 1.3rem;
}

.whatsapp_cta {
  z-index: 500;
  flex-direction: column;
  align-items: flex-end;
  max-width: 25.4rem;
  margin: 3rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.whatsapp-cta__button-2 {
  z-index: 1;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transform-style: preserve-3d;
  background-color: #25d466;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: .2rem;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.whatsapp-cta__button-2:hover {
  transform: scale3d(.92, .92, 1.01);
}

.whatsapp-cta__message {
  align-items: flex-end;
  display: flex;
}

.whatsapp-cta__profile-wrapper {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

.whatsapp-cta__msg-p {
  color: var(--_theme---brand-secondary--darker);
  font-size: .75rem;
  line-height: 1.5;
  font-weight: var(--_typography---primary-font--bold\<deleted\|variable-e1e2311b-a015-23c9-f2d7-7d185e6e1fba\>);
  margin-bottom: 0;
}

.whatsapp-cta__profile-box {
  margin-right: 1rem;
}

.whatsapp-cta__msg-btn {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  transform-style: preserve-3d;
  background-color: #25d466;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px #0e0d6a24;
}

.whatsapp-cta__msg-btn:hover {
  background-color: #1fb255;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.image-fit.image-fit-cover {
  border-radius: var(--_button-sizes---border-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.whatsapp-cta__msg-bubble {
  border: 1px solid var(--_theme---brand-primary--main);
  background-color: #fff;
  border-radius: 1.5rem 1.5rem 1.5rem 0;
  margin-bottom: 1rem;
  padding: 1.5rem 2rem;
  box-shadow: 0 4px 16px #170f4912;
}

.u-subtitle-style-xsmall {
  font-family: var(--_subtitle-style---font-family);
  color: var(--_theme---typography--subtitle);
  font-size: var(--_subtitle-style---font-size);
  line-height: var(--_subtitle-style---line-height);
  font-weight: var(--_subtitle-style---font-weight);
  letter-spacing: var(--_subtitle-style---letter-spacing);
  --_subtitle-style---font-family: var(--_typography---primary-font--p-font-family);
  --_subtitle-style---font-size: var(--_typography---font-size--text-xsmall);
  --_subtitle-style---line-height: var(--_typography---line-height--1-3);
  --_subtitle-style---font-weight: var(--_typography---primary-font--regular);
  --_subtitle-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_subtitle-style---margin-top: var(--_spacing---space--2);
  --_subtitle-style---margin-bottom: var(--_spacing---space--3);
  --_subtitle-style---text-transform: var(--_typography---text-transform--uppercase);
  --_subtitle-style---trim-top: var(--_typography---primary-font--trim-top);
  --_subtitle-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_subtitle-style---text-transform, none);
  text-wrap: balance;
  display: flow-root;
}

.u-subtitle-style-xlarge {
  font-family: var(--_subtitle-style---font-family);
  color: var(--_theme---typography--subtitle);
  font-size: var(--_subtitle-style---font-size);
  line-height: var(--_subtitle-style---line-height);
  font-weight: var(--_subtitle-style---font-weight);
  letter-spacing: var(--_subtitle-style---letter-spacing);
  --_subtitle-style---font-family: var(--_typography---primary-font--p-font-family);
  --_subtitle-style---font-size: var(--_typography---font-size--text-xlarge);
  --_subtitle-style---line-height: var(--_typography---line-height--1-3);
  --_subtitle-style---font-weight: var(--_typography---primary-font--regular);
  --_subtitle-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_subtitle-style---margin-top: var(--_spacing---space--2);
  --_subtitle-style---margin-bottom: var(--_spacing---space--3);
  --_subtitle-style---text-transform: var(--_typography---text-transform--uppercase);
  --_subtitle-style---trim-top: var(--_typography---primary-font--trim-top);
  --_subtitle-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_subtitle-style---text-transform, none);
  text-wrap: balance;
  display: flow-root;
}

.hero_sc {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100dvh;
  position: sticky;
  top: 0%;
}

.hero_block {
  width: 100%;
  height: 100%;
  padding: var(--_spacing---space--9);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_block.is-block-03 {
  text-align: right;
  justify-content: space-between;
  align-items: flex-end;
}

.hero_logo {
  width: 40%;
  min-width: 10rem;
}

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

.about_sc {
  background-image: url('../images/47th_texture_hd_147th_texture_hd.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about_sc.u-theme-surface-02 {
  background-image: url('../images/47th_textura_new_kv.avif');
  position: relative;
  overflow: clip;
}

.hero_isologo {
  opacity: .36;
  width: 10%;
  color: var(--_theme---brand-primary--dark);
}

.stick_wrap {
  position: relative;
}

.about_image {
  color: #45552c;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about_sc_layout {
  flex-flow: column;
  flex: 1;
  padding: 10dvw;
  display: flex;
}

.svg_divider {
  width: var(--_spacing---space--7);
  opacity: .24;
}

.features_list {
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--3);
  flex-flow: wrap;
  display: flex;
}

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

.feautures_list_divider {
  width: .125rem;
  height: var(--_spacing---space--4);
  background-color: var(--_theme---background--surface-03);
  transform: skew(-15deg);
}

.about_background_wrap {
  width: 45dvw;
  height: 100dvh;
  position: sticky;
  top: 0;
}

.contact_block_wrap {
  border-top: 1px solid var(--_color-primitives---neutral-alpha-light--30);
  padding-top: 4dvw;
}

.city_sc_container.u-container {
  aspect-ratio: 3 / 2;
  max-width: min(var(--container--main), 100% - var(--site--margin) * 2);
}

.city_sc_layout {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.header_divider_wrap {
  height: .25rem;
  margin-right: var(--_spacing---space--4);
  margin-left: var(--_spacing---space--4);
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.header_divider_block {
  background-color: var(--_theme---brand-secondary--main);
}

.header_divider_block.is-block-a {
  aspect-ratio: 2;
}

.header_divider_block.is-block-b {
  width: 2.5rem;
}

.fx-parallax-wrap {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.fx--parallax-img {
  pointer-events: none;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.u-text-color-white {
  color: var(--_color-primitives---terciary--50);
}

.footer_link_icon {
  width: 1rem;
}

.u-fade-center {
  -webkit-mask-image: linear-gradient(180deg, var(--_effects---fade--color-visible) var(--_effects---fade--stop-01), var(--_effects---fade--color-transparent) var(--_effects---fade--stop-02), var(--_effects---fade--color-transparent) var(--_effects---fade--stop-03), var(--_effects---fade--color-visible) var(--_effects---fade--stop-04));
  mask-image: linear-gradient(180deg, var(--_effects---fade--color-visible) var(--_effects---fade--stop-01), var(--_effects---fade--color-transparent) var(--_effects---fade--stop-02), var(--_effects---fade--color-transparent) var(--_effects---fade--stop-03), var(--_effects---fade--color-visible) var(--_effects---fade--stop-04));
}

.hero_logo_outline {
  opacity: .35;
  mix-blend-mode: soft-light;
  width: 50dvw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.hero_logo_wrap {
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 21rem;
  display: flex;
}

.hero_status_tag {
  padding-top: var(--_spacing---space--2);
  padding-right: var(--_spacing---space--8);
  padding-bottom: var(--_spacing---space--2);
  padding-left: var(--site--margin);
  text-align: center;
  margin-left: calc(var(--site--margin) * -1);
}

.hero_status_tag.u-gradient-primary {
  background-image: linear-gradient(45deg, var(--_theme---gradient--start), var(--_theme---gradient--end));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.u-gradient-primary {
  background-image: linear-gradient(45deg, var(--_theme---gradient--start), var(--_theme---gradient--end));
}

.hero_title_wrap {
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--5);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.hero_subtitle.u-heading-style-h6, .hero_subtitle.u-heading-style-h5 {
  max-width: 14ch;
}

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

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

.hero_product_main {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  color: var(--_theme---brand-primary--main);
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.hero_product_main_span {
  color: inherit;
  display: inline;
}

.hero_product_main_span.u-heading-style-h3 {
  line-height: 1;
}

.hero_product_small.u-heading-style-h5 {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.hero_product_span {
  display: inline;
}

.hero_bottom_divider {
  background-color: var(--_theme---brand-primary--light);
  opacity: .35;
  mix-blend-mode: soft-light;
  width: .125rem;
  height: 1rem;
  transform: rotate(25deg);
}

.hero_bottom_block {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  justify-content: center;
  align-items: center;
  margin-left: -.75rem;
  display: flex;
}

.hero_bottom_line {
  background-color: var(--_theme---brand-primary--light);
  width: 100%;
  height: .08rem;
}

.hero_bottom_line.u-gradient-primary {
  background-image: linear-gradient(45deg, var(--_color-primitives---gradient-primary--start), var(--_theme---gradient--end) 53%, var(--_color-primitives---gradient-primary--start));
}

.hero_bottom_line.u-gradient-primary.line_small {
  width: 30%;
  height: .1rem;
}

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

.u-gradient-text-primary {
  background-image: linear-gradient(45deg, var(--_theme---gradient--start), var(--_theme---gradient--end));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.st-image-hover-zoom {
  transition: transform .32s cubic-bezier(.165, .84, .44, 1);
}

.st-image-hover-zoom:hover {
  transform: scale(1.05);
}

.text-size-small {
  letter-spacing: 1px;
  font-size: .875rem;
}

.text-size-small.text-color-dark-medium {
  color: #b0afaf;
}

.caption-text-divider {
  opacity: .39;
  background-color: #fff;
  width: .6rem;
  height: .1rem;
  display: none;
}

.text-tab {
  opacity: 1;
  text-align: left;
  text-transform: none;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
}

.text-tab.aling-center {
  text-align: center;
  letter-spacing: 1px;
}

.tab-link-numbers-decorado {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.375rem;
}

.galeria_sc {
  background-color: var(--_color-primitives---secondary--700);
  object-fit: fill;
  display: block;
  position: relative;
  overflow: hidden;
}

.tab-menu {
  justify-content: space-between;
  margin-bottom: 2rem;
  display: flex;
}

.slide-component {
  z-index: 5;
  background-color: #0000;
  height: 40rem;
}

.header-flexbox {
  grid-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-color-white {
  color: #fff;
  align-items: center;
  display: flex;
}

.tab-link-implantacao {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.galeria__tab-decorado {
  display: flex;
}

.overlay-style-caption {
  background-color: #0000;
  background-image: linear-gradient(to top, #231f2054, #231f2000 30%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-style-caption.fit-02 {
  object-position: 50% 100%;
}

.slide {
  width: 100%;
  height: 100%;
  margin-right: 2rem;
}

.oval-shape {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  position: relative;
  top: 0;
  overflow: visible;
}

.tab-pane {
  border-radius: 4px;
}

.caption-line {
  background-image: linear-gradient(to right, #ba9151, #d1bfa4);
  width: 3rem;
  height: .125rem;
}

.max-width-medium {
  flex-direction: row;
  flex: 1;
  width: 100%;
  max-width: 35rem;
  display: block;
  position: relative;
}

.caption-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.tab-link-number-div {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-direction: column;
  display: flex;
}

.lightbox-compoenent {
  border-radius: .25rem;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.tab-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-arrow {
  border: var(--_button-sizes---border-width) solid var(--_theme---button-secondary--border);
  border-radius: var(--_button-sizes---border-radius);
  background-color: var(--_theme---brand-secondary--dark);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--_theme---button-secondary--text);
  --_button-sizes---border-width: var(--_border-styles---border-width--small);
  --_button-sizes---gap: calc((var(--_button-sizes---h-padding)) / 2);
  --_button-sizes---border-radius: var(--_border-styles---radius--main);
  --_button-sizes---icon-size: var(--_units---icon-size--20);
  --_button-sizes---height: 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);
  --_button-sizes---inner-margin: calc(var(--site--margin) / 2);
  --_button-sizes---v-padding: calc(var(--_button-sizes---h-padding) / 2);
  --_button-sizes---h-padding: clamp(1 * 1rem, ((1 - ((1.5 - 1) / (var(--screen-size--max)  - var(--screen-size--min)) * var(--screen-size--min))) * 1rem + ((1.5 - 1) / (var(--screen-size--max)  - var(--screen-size--min))) * 100vw), 1.5 * 1rem);
  --_button-sizes---outter-margin: calc(calc(var(--site--margin) * -1) / 1.25);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-blur: 12px;
  --_button-style---background-blur-hover\<deleted\|variable-7a4300b9-3962-cf8c-abd4-bd8268dff71e\>: 16px;
  justify-content: center;
  align-items: center;
  margin-left: .875rem;
  margin-right: .875rem;
  font-size: 1rem;
  transition: all .24s ease-in-out;
  display: flex;
  inset: auto auto 50% 0%;
}

.slide-arrow:hover {
  border-color: var(--_theme---button-secondary--border-hover);
  background-color: var(--_theme---button-secondary--background-hover);
  color: var(--_theme---button-secondary--text-hover);
}

.slide-arrow.is-right-button {
  inset: auto 0% 50% auto;
}

.hide {
  display: none;
}

.overflow-visible {
  height: 100%;
  overflow: visible;
}

.header-component {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}

.caption-component {
  z-index: 1000;
  grid-column-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-left: -.75rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.simbolo-logo-galeria {
  z-index: 5;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .25;
  outline-offset: 0px;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: soft-light;
  background-clip: border-box;
  outline: 3px #333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 550px;
  display: none;
  position: absolute;
  inset: auto auto -7% 0%;
  overflow: hidden;
}

.line-tab {
  opacity: .4;
  background-color: #b0afaf;
  width: 1.6px;
  height: 100%;
}

.label-component {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.spacing-section-xxlarge {
  width: 100%;
  height: 13.75rem;
}

.tab-link-galeria {
  color: #d1bfa4;
  background-color: #231f20;
  border: 1px solid #d1bfa4;
  border-left: 4px solid #b99a69;
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.5rem;
  display: flex;
}

.tab-link-galeria:hover {
  color: #b99a69;
  background-color: #1a1a1a;
  border-left-color: #b0afaf;
}

.tab-link-galeria.w--current {
  color: #333;
  background-color: #fff;
  border-left-color: #b99a69;
}

.text-color-gradient {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b99a69, #d1bfa4 52%, #b99a69);
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  display: flex;
}

.padding-global {
  margin-bottom: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  position: static;
}

.cover-image {
  border-radius: var(--_button-sizes---border-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover-image.img-bottom {
  object-fit: cover;
  object-position: 50% 100%;
}

.caption-text {
  letter-spacing: var(--_typography---letter-spacing--lg);
  text-transform: uppercase;
  font-size: .625rem;
  font-weight: 500;
}

.caption-text.is--secondary-caption {
  opacity: .7;
  font-family: var(--_typography---secondary-font--s-font-family);
  font-size: .625rem;
  font-weight: 300;
}

.zoom-button {
  z-index: 25;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffffffbf;
  cursor: pointer;
  background-color: #00000045;
  border-radius: .3rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .7rem .8rem .8rem;
  transition: transform .32s ease-in-out, color .32s ease-in-out, background-color .32s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.zoom-button:hover {
  color: #d5b799;
  background-color: #00000063;
  transform: scale(1.1);
}

.line_decoration {
  background-color: #0000;
  background-image: linear-gradient(to right, #d1bfa4, #b99a69 40%, #d1bfa4);
  width: 16rem;
  height: .125rem;
  margin-top: 1.5rem;
  line-height: 1.2rem;
}

.container-large {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 90rem;
  display: block;
}

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

.bol__column {
  grid-column-gap: 1rem;
  border-bottom: 1px solid var(--_color-primitives---secondary-alpha--40);
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.implantacao--legenda {
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

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

.bol-img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  position: static;
  inset: 0%;
}

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

.svg-icon.is--svg-icon-medium {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--_theme---brand-secondary--lighter);
  flex: none;
}

.text-size-tiny {
  letter-spacing: .5px;
  font-size: .75rem;
  line-height: 1.3rem;
}

.bol-numeration {
  flex: none;
  font-weight: 700;
}

.mouse-indicator {
  grid-column-gap: 1rem;
  border-radius: var(--_button-sizes---border-radius);
  background-color: var(--_theme---brand-secondary--main);
  color: #ba9151;
  -webkit-text-stroke-color: #231f20;
  align-items: center;
  max-width: 300px;
  margin: .875rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bol__number {
  color: var(--_theme---brand-secondary--lighter);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.3;
}

.bol-number {
  grid-column-gap: .5rem;
  border-radius: var(--_button-sizes---border-radius);
  background-color: var(--_theme---brand-secondary--main);
  min-width: 1.75rem;
  min-height: 1.75rem;
  color: var(--_theme---brand-secondary--lighter);
  justify-content: center;
  align-items: center;
  padding: .4rem .5rem;
  font-size: .75rem;
  line-height: 1;
  transition: all .4s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto auto 14% 12%;
  overflow: hidden;
}

.bol-number.bol-29 {
  inset: auto auto 65% 53%;
}

.bol-number.bol-19 {
  inset: auto auto 64% 35%;
}

.bol-number.bol-17 {
  inset: auto auto 79.5% 64%;
}

.bol-number.bol-25 {
  inset: auto auto 31% 56%;
}

.bol-number.bol-30 {
  inset: auto auto 80% 53%;
}

.bol-number.bol-10 {
  inset: auto auto 67% 8.27%;
}

.bol-number.bol-13 {
  inset: auto auto 41% 44%;
}

.bol-number.bol-04 {
  inset: auto auto 36% 45%;
}

.bol-number.bol-27 {
  inset: auto auto 56.5% 86%;
}

.bol-number.bol-18 {
  inset: auto auto 66.5% 52%;
}

.bol-number.bol-21 {
  inset: auto auto 82.5% 82%;
}

.bol-number.bol-07 {
  inset: auto auto 73% 47%;
}

.bol-number.bol-23 {
  inset: auto auto 30% 23.5%;
}

.bol-number.bol-12 {
  inset: auto auto 47% 31%;
}

.bol-number.bol-16 {
  inset: auto auto 44.5% 75%;
}

.bol-number.bol-28 {
  inset: auto auto 69% 62%;
}

.bol-number.bol-20 {
  inset: auto auto 81% 23%;
}

.bol-number.bol-14 {
  inset: auto auto 41% 49%;
}

.bol-number.bol-15 {
  inset: auto auto 43.5% 60%;
}

.bol-number.bol-05 {
  inset: auto auto 36% 55%;
}

.bol-number.bol-02 {
  inset: auto auto 36% 26.5%;
}

.bol-number.bol-01 {
  inset: auto auto 36% 5%;
}

.bol-number.bol-24 {
  inset: auto auto 52% 9%;
}

.bol-number.bol-08 {
  inset: auto auto 66.5% 58%;
}

.bol-number.bol-31 {
  inset: auto auto 81.5% 64%;
}

.bol-number.bol-03 {
  inset: auto auto 55% 32.65%;
}

.bol-number.bol-06 {
  inset: auto auto 53% 47%;
}

.bol-number.bol-22 {
  inset: auto auto 73% 42.5%;
}

.bol-number.bol-09 {
  cursor: pointer;
  inset: auto auto 61.5% 71%;
}

.bol-number.bol-26 {
  inset: auto auto 68% 63%;
}

.bol-number.bol-11 {
  inset: auto auto 53% 23%;
}

.section-bolotario {
  background-color: var(--_theme---brand-secondary--dark);
}

.implantacao-frame-component {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.bolotario-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: grid;
}

.text-color-dark-medium {
  color: #849094;
}

.tab-link-plantas {
  border-bottom: 1px solid var(--_theme---brand-secondary--light);
  color: var(--_theme---brand-secondary--light);
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  font-size: 1rem;
  transition: all .24s ease-in-out;
  display: flex;
}

.tab-link-plantas:hover {
  border-bottom-width: 3px;
  border-bottom-color: var(--_theme---brand-secondary--main);
  color: var(--_theme---brand-secondary--main);
}

.tab-link-plantas.w--current {
  border-bottom-width: 3px;
  border-bottom-color: var(--_theme---brand-secondary--main);
  color: var(--_theme---brand-secondary--main);
  background-color: #0000;
}

.bol-alt {
  white-space: nowrap;
  font-weight: 400;
  display: none;
}

.header-title {
  max-width: 45rem;
}

.boll_text {
  color: var(--_theme---brand-secondary--dark);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.3;
}

.caption-implantacao {
  color: #b0afaf;
  text-align: right;
  flex: 0 auto;
  margin-top: 1rem;
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
  display: block;
  position: static;
  bottom: 1.5rem;
}

.bolotario_sc {
  background-color: var(--_color-primitives---secondary--200);
}

.gallery-arrow {
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: .875rem;
  display: flex;
  position: absolute;
}

.plantas_description-label-wrap {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.header_wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.header_content_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.planta_img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bold-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.tabs_galeria_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.g_overline_underline {
  background-color: #1a1a1a33;
  height: .0625rem;
  position: relative;
}

.code-embed-12 {
  display: flex;
}

.header_main_content {
  max-width: 40%;
}

.header_main_subtitle {
  font-family: var(--_typography---secondary-font--s-font-family);
  font-size: 1rem;
}

.header_main_subtitle:where(.w-variant-65df6720-901e-74bc-5b39-96e3a0f9bb5b) {
  color: var(--_theme---brand-secondary--dark);
}

.cover-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .72s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  inset: 0%;
}

.cover-image-2.is-cover-zoom:hover {
  transform: scale(1.05);
}

.planta_main_title {
  color: #ce9e78;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.g_underline_marker-2 {
  background-image: linear-gradient(90deg, var(--_theme---gradient--start), var(--_theme---gradient--end));
  width: clamp(2rem, 1.85714rem + .714286vw, 2.5rem);
  height: .09375rem;
  display: flex;
}

.g_underline_marker-2.tiny-13 {
  background-image: linear-gradient(270deg, var(--_theme---gradient--start), var(--_theme---gradient--end));
}

.g_underline_marker-2.tiny-13:where(.w-variant-1f9d793f-f5db-a6d6-eafd-6729a88c18fd) {
  background-image: linear-gradient(270deg, var(--_color-primitives---secondary--300), var(--_theme---brand-secondary--main));
}

.slide_arrow_plantas {
  border: 1px solid var(--_theme---button-secondary--border);
  border-radius: var(--_button-sizes---border-radius);
  background-color: var(--_theme---brand-secondary--light);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--_theme---button-secondary--text);
  justify-content: center;
  align-items: center;
  transition: all .24s ease-in-out;
  display: flex;
  inset: 0% auto 0% -1.5rem;
}

.slide_arrow_plantas:hover {
  border: 1px solid var(--_theme---button-secondary--border-hover);
  background-color: var(--_theme---button-secondary--background-hover);
  color: var(--_theme---button-secondary--text-hover);
}

.slide_arrow_plantas.right {
  inset: 0% -1.5rem 0% auto;
}

.slide_arrow_plantas.right:hover {
  transform: scale(1.1);
}

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

.plantas_description-label-text {
  color: #ebe6df;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
}

.plantas-01_details-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.g_section_space-2 {
  height: 0;
  position: relative;
}

.g_section_space-2.small-2 {
  height: clamp(2rem, 1.42857rem + 2.85714vw, 4rem);
}

.g_section_space-2.main {
  height: clamp(4rem, 3.42857rem + 2.85714vw, 6rem);
}

.sc_group-wrap {
  border-radius: 12px;
}

.tab_menu_wrap {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.u-hide {
  display: none;
}

.g_overline_contain-2 {
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-main) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  width: 100%;
  margin-bottom: clamp(2rem, 1.85714rem + .714286vw, 2.5rem);
  font-size: calc(clamp(.800903rem, .686489rem + .572074vw, 1.20136rem) / 1.25);
}

.g_overline_contain-2.u-child-contain.tiny-10 {
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-tiny) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
}

.plantas-01_details-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 25rem;
  display: grid;
}

.g_overline_marker-2 {
  opacity: .15;
  background-color: #332a26;
  flex: none;
  width: .09375rem;
  height: 1rem;
  padding-bottom: 0;
  padding-right: 0;
}

.g_overline_marker-2.tiny-17.brown-bg {
  background-color: #ebe6df;
}

.planta_thumbnails-img-wrap {
  border-radius: .25rem;
  width: 5.5rem;
  height: 3rem;
  position: relative;
}

.g_overline_layout {
  grid-column-gap: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (90 - 20) * 20)) * 1rem + ((1 - .875) / (90 - 20)) * 100vw), 1 * 1rem);
  grid-row-gap: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (90 - 20) * 20)) * 1rem + ((1 - .875) / (90 - 20)) * 100vw), 1 * 1rem);
  vertical-align: baseline;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bullet_component-2 {
  aspect-ratio: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .35rem;
  height: .35rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.bullet_component-2.small {
  width: .25rem;
  height: .25rem;
  position: relative;
}

.bullet_component-2.small.divider-caption {
  color: #fbfaf9;
}

.header-main-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 60%;
  display: flex;
}

.header-main-wrap:where(.w-variant-65df6720-901e-74bc-5b39-96e3a0f9bb5b) {
  color: var(--_theme---brand-secondary--darker);
}

.slide_nav {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  display: flex;
  inset: auto auto 0% 0%;
  transform: translate(0, 120%);
}

.slide-plantas {
  border-radius: var(--_button-sizes---border-radius);
  border: 1px solid #ebe6df4d;
  width: 100%;
  height: auto;
  margin-right: 2rem;
}

.planta_thumbnails-text {
  color: #ce9e78;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  max-width: 12rem;
  font-size: .625rem;
  font-weight: 400;
  line-height: 1rem;
}

.plantas_image-wrap {
  aspect-ratio: 1;
  border-radius: var(--_button-sizes---border-radius);
  background-color: #fff;
  border: .0625rem solid #a2703880;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.u-gap-xsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.u-gap-xsmall:where(.w-variant-65df6720-901e-74bc-5b39-96e3a0f9bb5b) {
  color: var(--_theme---brand-secondary--dark);
}

.plantas_content {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.bullet_layout-2 {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
}

.bullet_layout-2.faded-41 {
  background-color: var(--_theme---brand-primary--main);
}

.bullet_layout-2.white {
  background-color: #fff;
}

.section_plantas {
  --_theme---background--surface-01: var(--_theme---brand-secondary--main);
  --_theme---typography--heading: var(--_color-primitives---neutral--50);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-secondary--darker);
  --_theme---border--main: var(--_color-primitives---primary-alpha--30);
  --_theme---background--surface-accent: var(--_theme---brand-primary--main);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-secondary--dark);
  --_theme---gradient--start: var(--_theme---brand-primary--light);
  --_theme---gradient--end: var(--_theme---brand-primary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-secondary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-primary--light);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--200);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--100);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--200);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---neutral-alpha-dark--20);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--300);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--500);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--700);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--300);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--500);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--700);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--300);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--500);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--700);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--300);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--500);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--700);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>);
  overflow: hidden;
}

.section_plantas.g-container {
  border-radius: 2.75rem;
}

.section_plantas.g-container.brown-bg {
  --_theme---background--surface-01: var(--_color-primitives---neutral--50);
  --_theme---typography--heading: var(--_color-primitives---neutral--950);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-terciary--light);
  --_theme---border--main: var(--_color-primitives---neutral-alpha-light--20);
  --_theme---background--surface-accent: var(--_color-primitives---neutral--950);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-terciary--lighter);
  --_theme---gradient--start: var(--_theme---brand-secondary--darker);
  --_theme---gradient--end: var(--_theme---brand-secondary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-primary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-terciary--dark);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--800);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--900);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--100);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--400);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--600);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--100);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--400);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--600);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--100);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--400);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--600);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--100);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--400);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--600);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--900);
  background-color: #332a26;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.plantas_description-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 40%;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 40%;
  max-width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.sobre_main_contain.u-container {
  align-content: center;
}

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

.slide-component-2 {
  aspect-ratio: 2.39;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.plantas-01_description-header {
  border-bottom: 1px solid #ebe6df4d;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: .5rem;
  display: flex;
}

.tab_menu_icon {
  flex: none;
}

.tab_menu_icon.icon-embed-xsmall {
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  display: flex;
}

.tab_menu_icon.icon-embed-xsmall.u-display-none {
  display: none;
}

.u-heading-style-h4-2 {
  color: #a26f35;
  letter-spacing: .05em;
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h4);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-style---text-transform, none);
  text-wrap: balance;
  font-size: clamp(.75rem, .607143rem + .714286vw, 1.25rem);
  font-weight: 400;
  line-height: 1.3;
  display: flow-root;
}

.plantas_pagination-title {
  font-family: var(--_typography---secondary-font--s-font-family);
  color: var(--_theme---brand-secondary--lighter);
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5em;
}

.planta_thumbnails {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.tab_menu_link_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: var(--_button-sizes---border-width) solid var(--_theme---brand-secondary--light);
  min-height: 3rem;
  color: var(--_theme---brand-secondary--light);
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  transition: all .24s ease-in-out;
  display: flex;
}

.tab_menu_link_wrap:hover {
  border-bottom-width: .2rem;
  border-bottom-color: var(--_theme---brand-secondary--main);
  color: var(--_theme---brand-secondary--main);
}

.tab_menu_link_wrap.w--current {
  border-bottom-width: .2rem;
  border-bottom-color: var(--_theme---brand-secondary--main);
  color: var(--_theme---brand-secondary--main);
  background-color: #0000;
}

.heading_main_title {
  font-family: var(--_typography---primary-font--p-font-family);
  font-size: 2rem;
  line-height: 1.2;
}

.heading_main_title.brown-bg {
  color: #ebe6df;
}

.g_overline_text-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.g_overline_text-2.u-overline-style-main {
  font-size: 1em;
}

.g_overline_text-2.u-overline-style-main.u-color-faded.tiny-18.brown-bg {
  color: #ebe6df;
}

.planta_main_subtitle {
  color: #ebe6df;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.planta_main_subtitle.margin-none {
  color: #ebe6df;
  margin-bottom: .6rem;
}

.planta_main_subtitle.caption-text {
  color: #ebe6df;
  text-align: right;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.g_overline_wrap-2 {
  justify-content: var(--_alignment---direction, start);
  flex-flow: row;
  flex: none;
  margin-bottom: 0;
  display: flex;
}

.header_secondary_text {
  text-align: left;
  max-width: 32rem;
}

.header_secondary_text.u-text-small {
  font-family: var(--_typography---secondary-font--s-font-family);
  font-size: 1rem;
}

.slide_mask {
  width: 100%;
  height: auto;
  overflow: visible;
}

.lightbox-component {
  border-radius: var(--_button-sizes---border-radius);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.lightbox-component.perspectiva-plantas {
  border-radius: .5rem;
}

.g_overline_inner_wrap-2.u-flex-horizontal-wrap {
  grid-column-gap: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (90 - 20) * 20)) * 1rem + ((1 - .875) / (90 - 20)) * 100vw), 1 * 1rem);
  grid-row-gap: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (90 - 20) * 20)) * 1rem + ((1 - .875) / (90 - 20)) * 100vw), 1 * 1rem);
}

.g_overline_outter_wrapp {
  justify-content: flex-start;
  align-items: center;
}

.bold-text-9 {
  font-weight: 400;
}

.u-cover-fit {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.u-svg-icon-small-2 {
  justify-content: center;
  align-items: center;
  width: clamp(1rem, .928571rem + .357143vw, 1.25rem);
  height: clamp(1rem, .928571rem + .357143vw, 1.25rem);
}

.btn-zoom {
  z-index: 25;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffffffbf;
  cursor: pointer;
  background-color: #00000045;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1em;
  transition: transform .32s ease-in-out, color .32s ease-in-out, background-color .32s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn-zoom:hover {
  color: #fbfaf9;
  background-color: #00000063;
  transform: scale(1.1);
}

.planta_thumbnails-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.plantas_sc {
  background-color: var(--_color-primitives---secondary--100);
}

.g_overline_contain-3 {
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-main) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  width: 100%;
  margin-bottom: clamp(2rem, 1.85714rem + .714286vw, 2.5rem);
  font-size: calc(clamp(.800903rem, .686489rem + .572074vw, 1.20136rem) / 1.25);
}

.g_overline_contain-3.u-child-contain.tiny-19 {
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-tiny) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
}

.u-heading-style-h4-3 {
  color: #a26f35;
  letter-spacing: .05em;
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h4);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-style---text-transform, none);
  text-wrap: balance;
  font-size: clamp(.75rem, .607143rem + .714286vw, 1.25rem);
  font-weight: 400;
  line-height: 1.3;
  display: flow-root;
}

.g_overline_marker-3 {
  opacity: .15;
  background-color: #332a26;
  flex: none;
  width: .09375rem;
  height: 1rem;
  padding-bottom: 0;
  padding-right: 0;
}

.g_overline_marker-3.tiny-26 {
  background-color: var(--_theme---brand-primary--lighter);
  opacity: .3;
  height: .5rem;
}

.g_overline_marker-3.tiny-26:where(.w-variant-1f9d793f-f5db-a6d6-eafd-6729a88c18fd) {
  background-color: var(--_theme---brand-secondary--main);
}

.g_overline_text-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.g_overline_text-3.u-overline-style-main {
  font-size: 1em;
}

.g_overline_text-3.u-overline-style-main.tiny-25 {
  font-family: var(--_typography---primary-font--p-font-family);
  color: var(--_theme---brand-primary--lighter);
  font-weight: 400;
}

.g_overline_text-3.u-overline-style-main.tiny-25:where(.w-variant-1f9d793f-f5db-a6d6-eafd-6729a88c18fd) {
  color: var(--_theme---brand-secondary--dark);
}

.g_overline_inner_wrap-3.u-flex-horizontal-wrap {
  grid-column-gap: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (90 - 20) * 20)) * 1rem + ((1 - .875) / (90 - 20)) * 100vw), 1 * 1rem);
  grid-row-gap: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (90 - 20) * 20)) * 1rem + ((1 - .875) / (90 - 20)) * 100vw), 1 * 1rem);
}

.g_overline_inner_wrap-3.u-flex-horizontal-wrap.tiny-24 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  font-family: var(--_typography---primary-font--p-font-family);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.subtitle-medium {
  letter-spacing: .1rem;
  flex: none;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.natureza--content-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.show-mobile {
  display: none;
}

.spacing-section-base {
  height: 12.5rem;
}

.absolute-content {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hide-mobile {
  width: 100%;
}

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

.stroke-wrap {
  justify-content: center;
  align-items: center;
  width: 10rem;
  display: flex;
  overflow: hidden;
}

.stroke-wrap.is-stroke-white {
  background-image: url('../images/line-divider-45_branco.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto .1875rem;
  border-radius: 50vw;
  width: 3rem;
  height: .3125rem;
}

.stroke-wrap.is-stroke-white.is-stroke-white-full {
  width: 100%;
}

.stroke-wrap.is-stroke-white.is-stroke-white-large {
  width: 18.75rem;
}

.stroke-wrap.is-stroke-black {
  opacity: .5;
  filter: invert();
  background-image: url('../images/line-divider-45_branco.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto .1875rem;
  border-radius: 50vw;
  width: 3rem;
  height: .3125rem;
}

.stroke-wrap.is-stroke-black.is-stroke-black-full {
  flex: 1;
  width: 18.75rem;
}

.stroke-wrap.is-stroke-black.is-stroke-black-large {
  width: 18.75rem;
}

.natureza--title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.script-title-big {
  color: var(--_theme---brand-primary--main);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.soft-overlay {
  background-color: #0013204d;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.label-component-2 {
  grid-column-gap: 2rem;
  color: #4d4d4d;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.label-component-2.is-white-label {
  color: #fff;
}

.label-text-2 {
  flex: none;
  padding-bottom: .5rem;
  line-height: .7;
}

.sc-natureza {
  background-image: url('../images/perspectiva_47th_HG_17.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  height: 100dvh;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

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

.video-lightbox {
  justify-content: center;
  align-items: center;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.video-lightbox:hover {
  filter: brightness(112%);
}

.video-player-b {
  grid-column-gap: 2rem;
  color: #fcd9a4;
  text-align: center;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.heading-style-h3.text-color-white {
  text-transform: uppercase;
  max-width: 20ch;
  font-size: 2rem;
  display: block;
}

.video-button {
  background-color: var(--_theme---brand-primary--main);
  background-image: url('../images/Play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
  box-shadow: 0 0 0 .9375rem #9e9c864d;
}

.title-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
}

.sc-vdeo {
  background-color: var(--_theme---brand-secondary--darker);
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
}

.sc-vdeo.u-display-none {
  display: flex;
}

.video-content-wra {
  z-index: 1000;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.label-text-3 {
  text-transform: uppercase;
  flex: none;
  padding-bottom: .5rem;
  font-family: Top Luxury, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.sc-localizacao {
  background-color: var(--_color-primitives---secondary--200);
  position: relative;
}

.list-block-content {
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.header---content {
  grid-row-gap: .5rem;
  flex-direction: column;
  max-width: 40rem;
  display: flex;
}

.map-button {
  grid-column-gap: 1.5rem;
  border: 1px solid var(--_theme---button-secondary--border);
  border-radius: var(--_button-sizes---border-radius);
  background-color: var(--_theme---brand-secondary--dark);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--_theme---button-secondary--text);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: all .24s ease-in-out;
  display: flex;
}

.map-button:hover {
  border-color: var(--_theme---button-secondary--border-hover);
  background-color: var(--_theme---button-secondary--background-hover);
  color: var(--_theme---button-secondary--text-hover);
}

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

.grid-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.headline-list__text {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

.headline-list__text.adress-list__text-gld {
  text-transform: none;
  font-size: 1.3rem;
  font-weight: 400;
}

.highlights-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.highlights-grid.highlights-grid-3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.conceito-icon {
  border: .0625rem solid var(--_theme---brand-primary--main);
  border-radius: var(--_button-sizes---border-radius);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--_theme---brand-primary--main);
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .8rem;
  display: flex;
}

.adress-list__block {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.svg-icon-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.localizacao-list-block {
  grid-column-gap: 2rem;
  border-bottom: .0625rem solid #d4d8dd;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
}

.list-block {
  grid-column-gap: 1.5rem;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.svg-icon-5 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.svg-icon-5.svg-iconm-large {
  width: 1.5rem;
  height: 1.5rem;
}

.localizacao-block-left {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.localizacao-content-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 3.5rem;
  display: grid;
}

.localizacao-content-wrap.u-display-none {
  display: none;
}

.list-subtitle {
  letter-spacing: .0375rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.list-heading-text {
  color: #747368;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.map-wrap {
  border: 1px solid var(--_color-primitives---secondary--300);
  border-radius: .125rem;
  height: 35rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.adress-list__divider {
  background-color: #424b573d;
  width: .0625rem;
  height: 2rem;
}

.label-text-4 {
  letter-spacing: .1em;
  text-transform: uppercase;
  flex: none;
  padding-bottom: .5rem;
  font-size: 1.2rem;
  line-height: .7;
}

.header {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 32.5rem;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: grid;
}

.list-title {
  color: #4d4d4d;
  letter-spacing: .025rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.2;
}

.map-button-wrapper {
  grid-column-gap: 1rem;
  margin-top: .875rem;
  margin-right: .875rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.adress-list {
  grid-column-gap: 3.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.subtitle-small {
  font-size: 1.25rem;
  font-weight: 100;
}

.list-subheading-text {
  color: #6a7685;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.svg-icon-6 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.svg-icon-6.is--svg-icon-medium {
  width: 1rem;
  height: 1rem;
}

.grid-conceito {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: 100%;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 40rem;
  max-height: 50rem;
  transition: all .64s cubic-bezier(.23, 1, .32, 1);
  display: grid;
}

.header_wrap-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

.sobre_grid_block.u-gap-small {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: center;
}

.u-heading-style-h6-2 {
  color: var(--_theme---brand-secondary--lighter);
  letter-spacing: .05em;
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h6);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--sm);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-wrap: balance;
  font-size: clamp(.75rem, .607143rem + .714286vw, 1.25rem);
  font-weight: 400;
  line-height: 1.3;
  display: flow-root;
}

.hover-image-effect {
  z-index: 5;
  border-radius: var(--_button-sizes---border-radius);
  transition: transform .4s ease-in-out;
}

.hover-image-effect:hover {
  transform: scale(1.025);
}

.deco_line {
  background-image: linear-gradient(270deg, #d8ab8c, #9e7546);
  width: 3rem;
  height: .25rem;
}

.g_overline_contain-4 {
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-main) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  width: 100%;
  margin-bottom: clamp(2rem, 1.85714rem + .714286vw, 2.5rem);
  font-size: calc(clamp(.800903rem, .686489rem + .572074vw, 1.20136rem) / 1.25);
}

.g_overline_contain-4.u-child-contain.tiny-19 {
  --_overline-style---font-family: var(--_typography---secondary-font--s-font-family);
  --_overline-style---font-size: calc(var(--_typography---font-size--text-tiny) / var(--_overline-style---font-size-ratio));
  --_overline-style---line-height: var(--_typography---line-height--1-3);
  --_overline-style---font-weight: var(--_typography---secondary-font--medium);
  --_overline-style---letter-spacing: var(--_typography---letter-spacing--md);
  --_overline-style---font-size-ratio: 1.125;
  --_overline-style---text-transform: var(--_typography---text-transform--uppercase);
  --_overline-style---margin-top: var(--_spacing---space--5);
  --_overline-style---margin-bottom: var(--_spacing---space--4);
  --_overline-style---trim-top: var(--_typography---primary-font--trim-top);
  --_overline-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
}

.section_sobre {
  background-color: var(--_theme---brand-secondary--main);
  --_theme---background--surface-01: var(--_theme---brand-secondary--main);
  --_theme---typography--heading: var(--_color-primitives---neutral--50);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-secondary--darker);
  --_theme---border--main: var(--_color-primitives---primary-alpha--30);
  --_theme---background--surface-accent: var(--_theme---brand-primary--main);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--black\<deleted\|variable-2f4177a5-6409-7b4b-7a16-ec491815c210\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-secondary--dark);
  --_theme---gradient--start: var(--_theme---brand-primary--light);
  --_theme---gradient--end: var(--_theme---brand-primary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-secondary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-primary--light);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--200);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--100);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--200);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-light--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---neutral-alpha-dark--20);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--20);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--300);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--500);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--700);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--300);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--500);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--700);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--300);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--500);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--700);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--300);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--500);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--700);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 60%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--950\<deleted\|variable-a8c4a323-6465-dbcb-3cd7-b486e3a74134\>);
  overflow: hidden;
}

.section_sobre.g-container {
  background-color: var(--_color-primitives---secondary--600);
}

.bullet_component-3 {
  aspect-ratio: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .35rem;
  height: .35rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.bullet_component-3.small {
  width: .25rem;
  height: .25rem;
  position: relative;
}

.bullet_component-3.small.divider-caption {
  color: #fbfaf9;
}

.caption-text-content {
  font-size: .625rem;
}

.caption-text-content.subtitle-caption {
  opacity: .8;
  font-size: .625rem;
}

.caption_big_wrap {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top-right-radius: var(--_button-sizes---border-radius);
  border-bottom-left-radius: var(--_button-sizes---border-radius);
  -webkit-backdrop-filter: grayscale() blur(12px);
  backdrop-filter: grayscale() blur(12px);
  color: #fbfaf9;
  --_theme---background--surface-01: var(--_color-primitives---neutral--50);
  --_theme---typography--heading: var(--_color-primitives---neutral--950);
  --_theme---typography--text: var(--_color-primitives---neutral--50);
  --_theme---heading--faded\<deleted\|variable-81ca37ed-1794-dd52-4697-6b2432dfd028\>: color-mix(in srgb, var(--_theme---typography--heading) var(--_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>), transparent);
  --_theme---background--surface-03: var(--_theme---brand-terciary--light);
  --_theme---border--main: var(--_color-primitives---neutral-alpha-light--20);
  --_theme---background--surface-accent: var(--_color-primitives---neutral--950);
  --_theme---brand-quartiary--light\<deleted\|variable-e85d44ac-182f-80f7-f0b8-a5007354d8b1\>: var(--_color-primitives---quartiary--400\<deleted\|variable-0f088add-bc4f-9441-67dc-1a31f69fe15f\>);
  --_theme---brand-secondary--lighter: var(--_color-primitives---secondary--100);
  --_theme---brand-primary--lighter: var(--_color-primitives---primary--100);
  --_theme---heading-color--darker\<deleted\|variable-7b07ac88-d28a-5c0a-7534-a6752a88d588\>: var(--_color-primitives---neutral--white\<deleted\|variable-b577fdd8-5a69-8a12-accb-e2fa6cb0847e\>);
  --_theme---brand-secondary--light: var(--_color-primitives---secondary--400);
  --_theme---background--surface-02: var(--_theme---brand-terciary--lighter);
  --_theme---gradient--start: var(--_theme---brand-secondary--darker);
  --_theme---gradient--end: var(--_theme---brand-secondary--dark);
  --_theme---brand-primary--main: var(--_color-primitives---primary--500);
  --_theme---brand-secondary--dark: var(--_color-primitives---secondary--700);
  --_theme---typography--overline: var(--_theme---brand-primary--darker);
  --_theme---brand-primary--light: var(--_color-primitives---primary--300);
  --_theme---typography--subtitle: var(--_theme---brand-terciary--dark);
  --_theme---text--inverse\<deleted\|variable-8da2212a-51de-9bc4-e8f1-50f3880db069\>: var(--_color-primitives---neutral--800);
  --_theme---overline-text--inverse: var(--_color-primitives---neutral--900);
  --_theme---brand-secondary--main: var(--_color-primitives---secondary--500);
  --_theme---typography--caption: var(--_color-primitives---neutral--50);
  --_theme---overline-visual--svg\<deleted\|variable-060f0005-3440-00c3-0b41-69b93fe70ae9\>: var(--_theme---brand-primary--main);
  --_theme---overlay--darker: var(--_color-primitives---secondary-alpha--90);
  --_theme---brand-primary--dark: var(--_color-primitives---primary--700);
  --_theme---border--accent: var(--_theme---brand-primary--light);
  --_theme---button-primary--border: var(--_theme---brand-primary--main);
  --_theme---button-primary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-primary--border-hover: var(--_theme---brand-primary--dark);
  --_theme---button-quartiary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---brand-primary--lighter\<deleted\|variable-9c81af69-7cfd-b6c0-06cf-6d853bc16df1\>: var(--_color-primitives---primary--50\<deleted\|variable-555a4c05-8de3-1c15-b127-d31aa6b70f4f\>);
  --_theme---brand-terciary--lighter: var(--_color-primitives---terciary--100);
  --_theme---background--surface-04\<deleted\|variable-aa1db37d-3da7-c978-d33d-d08ef272c7e1\>: var(--_theme---brand-terciary--main);
  --_theme---brand-secondary--darker: var(--_color-primitives---secondary--900);
  --_theme---button-secondary--border: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-secondary--text: var(--_color-primitives---neutral-alpha-light--80);
  --_theme---button-secondary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background-hover: var(--_theme---brand-primary--main);
  --_theme---button-secondary--background: var(--_theme---overlay--darker);
  --_theme---brand-primary--darker: var(--_color-primitives---primary--900);
  --_theme---brand-terciary--light: var(--_color-primitives---terciary--300);
  --_theme---brand-terciary--main: var(--_color-primitives---terciary--500);
  --_theme---brand-terciary--dark: var(--_color-primitives---terciary--700);
  --_theme---brand-terciary--darker: var(--_color-primitives---terciary--900);
  --_theme---overlay--soft: var(--_color-primitives---secondary-alpha--30);
  --_theme---overlay--main: var(--_color-primitives---secondary-alpha--60);
  --_theme---button-primary--background: var(--_theme---brand-primary--main);
  --_theme---button-primary--background-hover: var(--_theme---brand-primary--dark);
  --_theme---button-primary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-terciary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-terciary--border: var(--_theme---brand-primary--main);
  --_theme---button-terciary--text: var(--_theme---background--surface-accent);
  --_theme---button-terciary--background-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--border-hover: var(--_theme---button-terciary--border);
  --_theme---button-terciary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---button-quartiary--background: var(--_color-primitives---neutral-alpha-dark--transparent);
  --_theme---button-quartiary--border: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--text: var(--_theme---background--surface-accent);
  --_theme---button-quartiary--border-hover: var(--_theme---brand-primary--main);
  --_theme---button-quartiary--text-hover: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---selection--background: var(--_theme---brand-primary--main);
  --_theme---selection--text: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---elevation--neutral: var(--_color-primitives---primary-alpha--30);
  --_theme---elevation--accent: var(--_color-primitives---primary-alpha--30);
  --_theme---slider-nav--default: var(--_theme---background--surface-accent);
  --_theme---slider-nav--hover: var(--_color-primitives---primary-alpha--50);
  --_theme---slider-nav--active: var(--_theme---brand-primary--main);
  --_theme---slider-nav--text-color: var(--_theme---background--surface-01);
  --_theme---slider-nav--text-hover: var(--_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>);
  --_theme---slider-nav--text-active: var(--_color-primitives---neutral--white\<deleted\|variable-28baa5e6-8ba3-2c55-b382-beb158897f0d\>);
  --_theme---feedback-error--lighter: var(--_color-primitives---feedback-error--100);
  --_theme---feedback-error--light: var(--_color-primitives---feedback-error--200);
  --_theme---feedback-error--main: var(--_color-primitives---feedback-error--400);
  --_theme---feedback-error--dark: var(--_color-primitives---feedback-error--600);
  --_theme---feeback-warning--lighter: var(--_color-primitives---feedback-warning--100);
  --_theme---feeback-warning--light: var(--_color-primitives---feedback-warning--200);
  --_theme---feeback-warning--dark: var(--_color-primitives---feedback-warning--400);
  --_theme---feeback-warning--darker: var(--_color-primitives---feedback-warning--600);
  --_theme---feedback-sucess--lighter: var(--_color-primitives---feedback-sucess--100);
  --_theme---feedback-sucess--light: var(--_color-primitives---feedback-sucess--200);
  --_theme---feedback-sucess--main: var(--_color-primitives---feedback-sucess--400);
  --_theme---feedback-sucess--dark: var(--_color-primitives---feedback-sucess--600);
  --_theme---feedback--informative--lighter: var(--_color-primitives---feedback-informative--100);
  --_theme---feedback--informative--light: var(--_color-primitives---feedback-informative--200);
  --_theme---feedback--informative--main: var(--_color-primitives---feedback-informative--400);
  --_theme---feedback--informative--dark: var(--_color-primitives---feedback-informative--600);
  --_theme---text-fade--soft\<deleted\|variable-cfb20044-c321-b627-d6fd-0b11b2cee78b\>: 70%;
  --_theme---brand-quartiary--main\<deleted\|variable-083591d6-e91c-05a0-c157-b167fb1fe6db\>: var(--_color-primitives---quartiary--500\<deleted\|variable-3c1d4c85-ba08-9658-6774-3e38e21de0f8\>);
  --_theme---brand-primary--darker\<deleted\|variable-51a318a1-13aa-afee-7334-a8d4aaa04c06\>: var(--_color-primitives---primary--900);
  background-color: #b98551;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 1.5rem 0 0;
  padding: .5rem 1rem .5rem 1.2rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.grid-item {
  border-radius: var(--_button-sizes---border-radius);
  position: relative;
}

.grid-item:hover {
  transform: scale(1);
}

.u-heading-style-h4-4 {
  color: #a26f35;
  letter-spacing: .05em;
  --_heading-style---font-family: var(--_typography---primary-font--p-font-family);
  --_heading-style---font-size: var(--_typography---heading-sizes--h4);
  --_heading-style---line-height: var(--_typography---line-height--1-3);
  --_heading-style---font-weight: var(--_typography---primary-font--regular);
  --_heading-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_heading-style---margin-top: var(--_spacing---space--2);
  --_heading-style---margin-bottom: var(--_spacing---space--3);
  --_heading-style---text-transform: var(--_typography---text-transform--uppercase);
  --_heading-style---trim-top: var(--_typography---primary-font--trim-top);
  --_heading-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_heading-style---text-transform, none);
  text-wrap: balance;
  font-size: clamp(.75rem, .607143rem + .714286vw, 1.25rem);
  font-weight: 400;
  line-height: 1.3;
  display: flow-root;
}

.g_overline_text-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.g_overline_text-4.u-overline-style-main {
  font-size: 1em;
}

.overlay-legenda {
  z-index: 999;
  border-bottom-left-radius: var(--_button-sizes---border-radius);
  border-bottom-right-radius: var(--_button-sizes---border-radius);
  background-image: linear-gradient(0deg, #001320cc, #231f2000 55%);
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.u-absolute-element {
  background-color: #a56b2a;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  width: 40%;
  height: 90dvh;
  position: absolute;
  inset: auto auto 8% 0%;
}

.sobre_grid_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.u-text-style-xsmall-2 {
  letter-spacing: 0;
  --_text-style---font-family: var(--_typography---primary-font--p-font-family);
  --_text-style---font-size: var(--_typography---font-size--text-xsmall);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---primary-font--light\<deleted\|variable-8e3bdea6-eef5-69be-b137-7f6d818c9820\>);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--std);
  --_text-style---margin-top: var(--_spacing---space--3);
  --_text-style---margin-bottom: var(--_spacing---space--2);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---primary-font--trim-top);
  --_text-style---trim-bottom: var(--_typography---primary-font--trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: pretty;
  font-size: clamp(.800903rem, .686489rem + .572074vw, 1.20136rem);
  font-weight: 450;
  line-height: 1.5;
  display: flow-root;
}

.g_overline_marker-4 {
  opacity: .15;
  background-color: #332a26;
  flex: none;
  width: .09375rem;
  height: 1rem;
  padding-bottom: 0;
  padding-right: 0;
}

.btn-zoom-2 {
  z-index: 25;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffffffbf;
  cursor: pointer;
  background-color: #00000045;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1em;
  transition: transform .32s ease-in-out, color .32s ease-in-out, background-color .32s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn-zoom-2:hover {
  color: #fbfaf9;
  background-color: #00000063;
  transform: scale(1.1);
}

.bol_number_wrap {
  border-radius: var(--_button-sizes---border-radius);
  background-color: var(--_theme---brand-secondary--dark);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.font-weight.font-weight-300 {
  font-weight: 300;
}

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

.text-color.text-color-light-bg {
  color: #5e6c7e;
}

.list-block-2 {
  grid-column-gap: 1.5rem;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-block-content-2 {
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.heading-span {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e3c4a0, #b99e7e);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.heading-span.heading-span-small {
  font-size: 1.25rem;
}

.main-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.text-block {
  max-width: 45rem;
}

.list-subheading-text-2 {
  font-family: var(--_typography---secondary-font--s-font-family);
  color: var(--_theme---brand-secondary--lighter);
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.p-text {
  font-family: var(--_typography---secondary-font--s-font-family);
  letter-spacing: .15px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
}

.margin-b.margin-b-medium {
  margin-bottom: 1.5rem;
}

.heading-title {
  font-size: 2.25rem;
  line-height: 1.3;
}

.heading-title.heading-title-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.list-heading-text-2 {
  font-family: var(--_typography---secondary-font--s-font-family);
  color: var(--_theme---brand-primary--lighter);
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
}

.conceito-icon-2 {
  border: .0625rem solid var(--_color-primitives---primary-alpha--50);
  border-radius: var(--_button-sizes---border-radius);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--_theme---brand-primary--main);
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .8rem;
  display: flex;
}

.grid-diferenciais {
  width: 100%;
  max-width: 90rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.plantas-flex-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_theme---brand-secondary--light);
  border-radius: var(--_button-sizes---border-radius);
  padding: .3rem;
  display: flex;
}

.box-shadow {
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  box-shadow: 0 40px 64px -40px #424b5703, 0 24px 32px -20px #424b5791;
}

.box-shadow.box-shadow-up {
  box-shadow: 0 -40px 64px -40px #424b5700, 0 -24px 32px -20px #424b573b;
}

.sld-plantas__heading {
  color: var(--_theme---brand-primary--main);
  letter-spacing: -1px;
  text-transform: none;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: .9;
}

.tab-pane-2 {
  width: 100%;
  height: 100%;
}

.tab-menu-2 {
  grid-column-gap: .5rem;
  margin-bottom: 2rem;
  display: flex;
}

.sld-plantas__slide-content-left {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.sld-plantas__slide-content {
  grid-column-gap: 3rem;
  background-color: var(--_theme---brand-secondary--main);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 0 3rem 4.5rem;
  display: grid;
  box-shadow: 0 16px 60px -20px #2d130752, 0 8px 16px #2d13070a;
}

.m2-span {
  font-size: 2.5rem;
  line-height: 1.2;
}

.list-subheading-plantas {
  color: #535353;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.list-subheading-plantas.list-subheading-plantas-light {
  font-family: var(--_typography---secondary-font--s-font-family);
  color: var(--_theme---brand-secondary--lighter);
  letter-spacing: .25px;
  font-size: .75rem;
  font-weight: 400;
}

.img-planta {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.sld-plantas__heading-small {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
}

.sld-plantas__flex {
  grid-column-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sld-plantas__main-info {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.plantas-bg-pattern {
  background-image: url('../images/47th_texture_hd_147th_texture_hd.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 25%;
  position: absolute;
  inset: auto auto 26% 0%;
}

.sld-plantas__planta-wrapper {
  border-top-left-radius: var(--_button-sizes---border-radius);
  border-bottom-left-radius: var(--_button-sizes---border-radius);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38rem;
  padding: 1.5rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sld-plantas__slide-lightbox-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list__numbers-divider {
  background-color: var(--_theme---brand-secondary--light);
  width: .09375rem;
  height: 2rem;
}

.sld-plantas__diferenciais-block {
  grid-column-gap: 1rem;
  color: #d4d8dd;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.sld-plantas__heading-xsmall {
  color: var(--_theme---brand-secondary--lighter);
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}

.list-heading-plantas {
  color: #ad6d52;
  letter-spacing: -.02rem;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.list-heading-plantas.list-heading-plantas-small {
  font-family: var(--_typography---secondary-font--s-font-family);
  color: var(--_theme---brand-primary--main);
  letter-spacing: 0;
  font-size: .75rem;
  font-weight: 500;
}

.sld-plantas__diferenciais-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  background-color: var(--_theme---brand-secondary--dark);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: -4.5rem;
  margin-right: -12.5rem;
  padding: 2rem 14.5rem 2rem 4.5rem;
  display: grid;
}

.border-radius {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.border-radius.border-radius-small {
  border-radius: var(--_button-sizes---border-radius);
  flex: 1;
  position: relative;
}

.sld-plantas__flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.decorative-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.sld-plantas__subheading {
  color: var(--_theme---brand-secondary--lighter);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.list-subheading-text-3 {
  color: #6a7685;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.list-subheading-text-3.list-subheading-text-light {
  font-family: var(--_typography---secondary-font--s-font-family);
  color: var(--_theme---brand-secondary--lighter);
  font-size: .75rem;
  font-weight: 400;
}

.label-component-3 {
  grid-column-gap: 1.5rem;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.image-divider {
  position: absolute;
  inset: auto 50% 0% auto;
  transform: translate(50%);
}

.image-divider.plantas-divider-caption {
  transform-style: preserve-3d;
  margin-bottom: -5px;
  transform: rotate(180deg)translate(-50%)scale3d(.7, .8, 1);
}

.image-divider.tab-divider-caption {
  width: 100%;
  height: auto;
  transform-style: preserve-3d;
  flex: none;
  align-items: flex-end;
  bottom: -11%;
  transform: rotate(180deg)translate(-50%)scale3d(.7, 1, 1);
}

.tab-link__text-span {
  color: #9aa1a8;
  font-size: 1.15rem;
  font-weight: 700;
}

.arrow-trigger {
  color: #efeff0;
  cursor: pointer;
  border: .09375rem solid #e3c4a0;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: -6rem;
  margin-right: -6rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 50% auto;
  transform: translate(0, 50%);
}

.arrow-trigger:hover {
  color: #fff;
  background-color: #ad6d52;
}

.arrow-trigger.left-trigger {
  inset: auto auto 50% 0%;
}

.sld-plantas__slide-lightbox {
  border-radius: var(--_button-sizes---border-radius);
  width: 9rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

.section-plantas {
  background-color: var(--_theme---brand-secondary--lighter);
  position: relative;
}

.label-planta {
  font-family: var(--_typography---secondary-font--s-font-family);
  color: var(--_theme---brand-secondary--main);
  text-align: center;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
}

.label-planta.is-color {
  font-family: var(--_typography---primary-font--p-font-family);
  color: var(--_theme---brand-secondary--lighter);
  text-align: left;
  margin-top: .3rem;
  font-size: 1rem;
}

.bg-color {
  width: 100%;
  height: 100%;
}

.link-text-component {
  grid-column-gap: .75rem;
  color: #e3c4a0;
  align-items: center;
  margin-top: 3rem;
  font-weight: 500;
  display: flex;
}

.link-text-component:hover {
  color: #f7eee4;
}

.link-text-component.link-text-component-small-padding {
  margin-top: 1rem;
  display: none;
}

.page-padding-vertical {
  width: 100%;
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.page-padding-horizontal {
  width: 100%;
  padding-left: 5dvw;
  padding-right: 5dvw;
}

.tab-link {
  color: #2b2b2b;
  text-align: center;
  background-color: #0000;
  border: .0625rem solid #2b3036;
  border-bottom-width: .2rem;
  border-radius: .25rem;
  flex: 1;
  justify-content: center;
  padding: 1.25rem 1rem 1.375rem;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.tab-link:hover {
  background-color: #424b5717;
}

.tab-link.w--current {
  color: #b99e7e;
  background-color: #2b3036;
  border-bottom-width: .25rem;
  border-bottom-color: #b99e7e;
}

.disclaimer-plantas {
  color: #424b57;
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.6;
}

.tab-content-2 {
  overflow: visible;
}

.icon-list-plantas {
  width: 1rem;
  height: 1rem;
  color: var(--_theme---brand-primary--main);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label__text {
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #af8c63, #dfb483);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .875rem;
  font-weight: 700;
}

.tab-link__text {
  border-bottom: .25rem solid #ad6d5200;
  padding-top: .25rem;
  font-size: 1.15rem;
  line-height: 1.3;
}

.btn-zoom-3 {
  z-index: 25;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffffffbf;
  cursor: pointer;
  background-color: #00000045;
  border-radius: .3rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  padding: .7rem .8rem .8rem;
  transition: transform .32s ease-in-out, color .32s ease-in-out, background-color .32s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn-zoom-3:hover {
  color: #d5b799;
  background-color: #00000063;
  transform: scale(1.1);
}

.label__pattern {
  opacity: .4;
  background-image: url('../images/pattern_lines_gray.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 1rem;
  flex: 1;
  height: .6rem;
}

.title_list {
  font-family: var(--_typography---secondary-font--s-font-family);
  color: var(--_color-primitives---neutral--50);
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
}

.subtitle_list {
  color: var(--_theme---brand-primary--main);
  text-transform: uppercase;
}

.bullet_component-4 {
  aspect-ratio: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .35rem;
  height: .35rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.bullet_component-4.small {
  width: .25rem;
  height: .25rem;
  position: relative;
}

.bullet_component-4.small.divider-caption {
  color: var(--_theme---brand-primary--main);
  overflow: hidden;
}

.overline-video {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1rem;
}

.bold-text-10 {
  color: var(--_theme---brand-primary--main);
}

.adress-list-2 {
  grid-column-gap: 1rem;
  border-top: 1px solid var(--_color-primitives---secondary--300);
  border-bottom: 1px solid var(--_color-primitives---secondary--300);
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.adress-list__block-2 {
  grid-column-gap: .5rem;
  color: var(--_theme---brand-secondary--main);
  align-items: center;
  display: flex;
}

.svg-icon-7 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.headline-list__text-2 {
  font-family: var(--_typography---secondary-font--s-font-family);
  color: var(--_theme---brand-secondary--light);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.6;
}

.u-text-h6 {
  font-family: var(--_typography---primary-font--p-font-family);
  color: var(--_theme---brand-secondary--main);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: var(--h6--font-weight);
}

.adress-list__divider-2 {
  background-color: #424b573d;
  width: .13rem;
  height: .75rem;
}

.page-padding-horizontal-2 {
  width: 100%;
}

.nav-link {
  font-family: var(--_typography---primary-font--p-font-family);
  color: var(--_theme---brand-secondary--dark);
  text-align: center;
  white-space: nowrap;
  text-transform: var(--_text-style---text-transform, none);
  border-bottom: .25rem solid #0000;
  padding: 1.25rem .8rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
  transition-property: color;
  transition-duration: .32s;
  transition-timing-function: ease-in-out;
}

.nav-link:hover {
  color: var(--_theme---brand-secondary--light);
  font-weight: 700;
}

.nav-link.w--current {
  border-bottom: .25rem solid var(--_theme---brand-secondary--light);
  color: var(--_theme---brand-secondary--light);
  align-self: stretch;
  align-items: center;
  display: flex;
}

.navbar-component {
  z-index: 1000;
  border-bottom-left-radius: var(--_button-sizes---border-radius);
  border-bottom-right-radius: var(--_button-sizes---border-radius);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffe6;
  justify-content: center;
  align-items: center;
  margin-left: 1dvw;
  margin-right: 1dvw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -200%);
  box-shadow: 0 8px 16px #2d13070a, 0 24px 160px -10px #2d130752;
}

.navbar-component.u-container {
  margin-left: auto;
  margin-right: auto;
  transform: none;
}

.brand {
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-left: clamp(2rem, 1.85714rem + .714286vw, 2.5rem);
  padding-right: clamp(2rem, 1.85714rem + .714286vw, 2.5rem);
  display: flex;
}

.navbar__logo {
  width: 3.5rem;
}

.primary-button {
  color: var(--_color-primitives---secondary--50);
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #ad6d52;
  padding: 1rem 1.5rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .24s ease-in-out;
  display: inline-block;
}

.primary-button:hover {
  background-color: #805d40;
}

.primary-button:active {
  background-color: #0a3092;
}

.primary-button.mobile-show {
  display: none;
}

.primary-button.mobile-hidden {
  border: 1px solid var(--_theme---button-secondary--border);
  border-radius: var(--_button-sizes---border-radius);
  background-color: var(--_theme---button-secondary--background);
  transition-duration: .32s;
}

.primary-button.mobile-hidden:hover {
  background-color: var(--_theme---brand-secondary--light);
}

.nav-menu {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.lighbox-overlay {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  border-radius: var(--_button-sizes---border-radius);
  background-color: var(--_color-primitives---secondary-alpha--40);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.svg-icon-8 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.svg-icon-8.is--svg-icon-xlarge {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--_color-primitives---secondary--50);
}

.paragraph {
  font-family: var(--_typography---secondary-font--s-font-family);
  color: var(--_color-primitives---secondary--50);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .6rem;
  font-weight: 400;
}

.plt-hero {
  background-color: var(--_theme---brand-secondary--main);
  color: #fff;
  align-items: center;
  height: 320px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.plt-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.plt-container._1216px {
  max-width: 1216px;
}

.plt__hero-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.plt__brand {
  object-fit: scale-down;
  width: 16rem;
  height: 160px;
}

.plt__btn {
  background-color: var(--_theme---brand-secondary--light);
  color: var(--_theme---brand-secondary--lighter);
  letter-spacing: -.25px;
  border-radius: 4px;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color .32s ease-in-out, background-color .32s ease-in-out;
  display: inline-block;
}

.plt__btn:hover {
  background-color: var(--_theme---brand-secondary--dark);
}

.plt__btn.button-2 {
  background-color: var(--_theme---brand-secondary--main);
}

.plt__btn.button-2:hover {
  background-color: var(--_theme---brand-secondary--dark);
}

.plt-section {
  background-color: var(--_theme---brand-secondary--light);
  padding: 100px 64px;
}

.plt-title {
  color: var(--_theme---brand-primary--main);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
}

.plt-block {
  text-align: justify;
  width: 640px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-2 {
  font-family: var(--_typography---secondary-font--s-font-family);
  color: var(--_theme---brand-secondary--lighter);
  margin-bottom: 0;
}

.plt-heading-24px {
  color: var(--_theme---brand-primary--main);
  text-align: left;
  text-transform: uppercase;
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 400;
}

.bold-text-11, .bold-text-12, .bold-text-13 {
  font-weight: 600;
}

.paragraph-3 {
  font-family: var(--_typography---secondary-font--s-font-family);
  color: var(--_theme---brand-secondary--lighter);
}

.bold-text-14, .bold-text-15, .bold-text-16 {
  font-weight: 600;
}

.bold-text-17 {
  font-weight: 500;
}

.bold-text-18 {
  color: var(--_theme---brand-primary--main);
  font-weight: 600;
}

.image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.splide {
  position: relative;
}

.splide.thumbs {
  margin-top: .5rem;
}

.splide__arrow--next {
  background-color: #fff0;
  padding: 0;
}

.splide__controls {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.splide__controls.thumbs {
  position: absolute;
  inset: 0% 0% auto;
}

.splide__slide {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.splide__slide.thumb {
  filter: brightness(80%);
  padding: .25rem;
}

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

.splide__arrows.thumbs {
  justify-content: space-between;
  width: 100%;
}

.splide__track.main {
  height: 25rem;
}

.splide__track.thumbs {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.container-2 {
  width: 100%;
  max-width: 60rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.splide__list {
  display: flex;
}

.splide__list.main {
  height: 100%;
}

.splide__arrow--prev {
  background-color: #fff0;
  padding: 0;
}

.galeria_slide_item_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.label_planta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top-left-radius: var(--_border-styles---radius--main);
  background-color: var(--_theme---brand-secondary--lighter);
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 1rem;
  padding: .8rem 1.5rem;
  display: inline-flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.planta_divider {
  background-color: var(--_color-primitives---secondary-alpha--30);
  flex: none;
  width: .1rem;
  height: .7rem;
}

.bold-text-20 {
  font-family: var(--_typography---primary-font--p-font-family);
  color: var(--_color-primitives---secondary--50);
  font-size: 1.2rem;
  font-weight: 600;
}

.bold-text-21 {
  font-size: .875rem;
  font-weight: 600;
}

.u-svg-icon {
  width: 1.2rem;
  height: 1.2rem;
  color: var(--_theme---brand-secondary--main);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .u-tablet-hide {
    display: none;
  }

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

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

  .navbar_container.u-container {
    z-index: 2;
  }

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

  .navbar_logo_wrap {
    z-index: 2;
  }

  .navbar_menu_wrap {
    z-index: 0;
    width: 100dvw;
    min-height: 100dvh;
    padding-top: var(--site--margin);
    padding-right: var(--site--margin);
    padding-bottom: var(--site--margin);
    padding-left: var(--site--margin);
    background-color: var(--_theme---background--surface-03);
    margin-left: calc(var(--site--margin) * -1);
    bottom: 0%;
    left: auto;
    right: auto;
    top: calc(var(--_sizes---navbar--botom-height) * 1);
  }

  .navbar_link {
    height: var(--_spacing---space--9);
    margin-bottom: var(--_spacing---space--4);
    border: 1px solid var(--_theme---brand-primary--main);
    background-color: var(--_theme---background--surface-01);
    border-radius: .25rem;
  }

  .navbar_btn {
    border: 1px solid var(--_theme---brand-primary--main);
    height: 2.75rem;
    color: var(--_theme---background--surface-accent);
    border-radius: .25rem;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .navbar_btn:active, .navbar_btn.w--open {
    background-color: var(--_theme---brand-primary--main);
  }

  .navbar_link_text.u-overline-style-main {
    text-transform: uppercase;
  }

  .heading_description_wrap {
    display: none;
  }

  .u-3-columns-slide {
    width: calc((100% + (var(--_gap---size) * 1)) / 2);
  }

  .hero_sc_layout {
    padding-top: var(--_spacing---space--0);
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
  }

  .contact_bar_button {
    padding: var(--_spacing---space--3);
  }

  .contact_bar_header_wrap {
    display: none;
  }

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

  .contact_bar_layout {
    height: auto;
  }

  .navbar_small_link {
    padding-right: var(--_spacing---space--4);
    padding-left: var(--_spacing---space--4);
    flex: 1;
  }

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

  .navbar_btn_wrap {
    height: var(--_spacing---space--8);
    margin-top: var(--_spacing---space--7);
    flex-flow: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_small_header {
    flex: none;
    position: sticky;
    left: 0%;
  }

  .g_modal_card {
    grid-template-columns: 1fr;
  }

  .modal_highligt_overline {
    font-size: .625rem;
  }

  .modal_highligt_title {
    font-size: .875rem;
  }

  .contact_small_column {
    max-width: none;
    margin-top: var(--_spacing---space--0);
    grid-column-gap: var(--_spacing---space--5);
    grid-row-gap: var(--_spacing---space--5);
  }

  .contact_small_btn_wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .contact_small_btn {
    flex: 1;
  }

  .foooter_links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: stretch;
  }

  .footer_disclaimer-list {
    grid-column-gap: 1.5rem;
  }

  .foooter_disclaimer-divider {
    display: none;
  }

  .hero_block {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .hero_block.is-block-01 {
    z-index: 3;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero_block.is-block-03 {
    z-index: 3;
    flex-flow: row;
  }

  .hero_logo {
    width: 11rem;
    min-width: 0;
  }

  .hero_product_wrap {
    text-align: center;
  }

  .about_sc.u-theme-surface-02 {
    flex-flow: column;
  }

  .hero_isologo {
    display: none;
  }

  .about_image {
    transform: none;
  }

  .about_sc_layout {
    min-width: 35rem;
    padding: 4rem;
  }

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

  .contact_block_wrap {
    margin-top: var(--_spacing---space--10);
  }

  .hero_header_wrap {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero_logo_wrap {
    padding-bottom: var(--_spacing---space--9);
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }

  .hero_status_tag.u-gradient-primary {
    padding-left: var(--_spacing---space--8);
    order: -9999;
    align-self: stretch;
    margin-left: 0;
  }

  .hero_title_wrap {
    grid-column-gap: var(--_spacing---space--6);
    grid-row-gap: var(--_spacing---space--6);
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .hero_subtitle.u-heading-style-h6 {
    text-align: center;
    max-width: 20ch;
  }

  .hero_logo_img {
    object-fit: contain;
    width: 40%;
    height: auto;
  }

  .tab-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .slide-component {
    height: 30rem;
  }

  .caption-component {
    padding: .8rem 1rem .5rem 3rem;
  }

  .spacing-section-xxlarge {
    height: 7.5rem;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .svg-icon.is--svg-icon-medium {
    width: 1rem;
    height: 1rem;
  }

  .mouse-indicator {
    display: none;
  }

  .bolotario-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    padding: 0;
  }

  .header_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .plantas_description-label-text {
    font-size: .63rem;
    line-height: 1em;
  }

  .tab_menu_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .plantas-01_details-list {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: none;
    display: flex;
  }

  .header-main-wrap {
    max-width: 80%;
  }

  .slide_nav {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .slide-plantas {
    background-color: #ebe6df00;
    border-style: none;
    height: auto;
    padding: 0;
  }

  .plantas_image-wrap {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    min-width: 0;
    height: 100%;
  }

  .u-gap-xsmall {
    max-width: 80%;
  }

  .plantas_content {
    background-color: #ebe6df08;
    border: .0625rem solid #1a1a1a33;
    border-radius: 2.75rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 82rem;
    padding: 2rem;
  }

  .section_plantas {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .section_plantas.g-container.brown-bg {
    margin-bottom: 0;
  }

  .plantas_description-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    min-width: 0;
    max-width: none;
    padding: 0 1rem;
  }

  .slide-component-2.is-slide-plantas {
    aspect-ratio: auto;
  }

  .plantas-01_description-header {
    flex: none;
  }

  .plantas_pagination-title {
    font-size: .875rem;
  }

  .tab_menu_link_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn-zoom {
    margin: 1.25rem;
  }

  .subtitle-medium {
    font-size: 1rem;
    line-height: 1.3;
  }

  .natureza--content-wrap {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .show-mobile {
    display: flex;
  }

  .spacing-section-base {
    height: 7.5rem;
  }

  .padding-global-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .natureza--title-wrap {
    grid-row-gap: .5rem;
  }

  .script-title-big {
    font-size: 3rem;
    line-height: 1;
  }

  .label-text-2 {
    font-size: 1.5rem;
  }

  .sc-natureza {
    height: 80vw;
    min-height: 0;
    padding-bottom: 3rem;
  }

  .padding-global-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .label-text-3 {
    font-size: 1.5rem;
  }

  .header---content {
    grid-row-gap: .25rem;
    line-height: .075rem;
  }

  .map-button {
    flex: 1;
  }

  .highlights-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .highlights-grid.highlights-grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .list-block {
    width: auto;
    margin-right: 3.5rem;
  }

  .map-wrap {
    height: 25rem;
  }

  .adress-list__divider {
    display: none;
  }

  .label-text-4 {
    font-size: 1.5rem;
  }

  .header {
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
  }

  .map-button-wrapper.map-button-wrapper-desktop {
    display: none;
  }

  .adress-list {
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
  }

  .subtitle-small {
    font-size: 1rem;
  }

  .svg-icon-6.is--svg-icon-medium {
    width: 1rem;
    height: 1rem;
  }

  .grid-conceito {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    aspect-ratio: 3 / 2;
    grid-template-columns: .6fr 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .header_wrap-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .sobre_grid_block.u-gap-small {
    text-align: center;
  }

  .u-heading-style-h6-2 {
    text-align: left;
  }

  .section_sobre {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .section_sobre.g-container {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .caption_big_wrap {
    padding: .6rem .75rem;
  }

  .sobre_grid_wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .btn-zoom-2 {
    margin: 1.25rem;
  }

  .list-block-2 {
    width: auto;
    margin-right: 56px;
  }

  .main-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sld-plantas__slide-content {
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .list-subheading-plantas.list-subheading-plantas-light {
    font-size: .625rem;
  }

  .sld-plantas__planta-wrapper {
    padding-bottom: 3rem;
  }

  .sld-plantas__slide-lightbox-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
  }

  .list-heading-plantas.list-heading-plantas-small {
    font-size: .75rem;
  }

  .sld-plantas__diferenciais-wrapper {
    margin-left: -3rem;
    margin-right: -3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .list-subheading-text-3.list-subheading-text-light {
    font-size: .625rem;
  }

  .image-divider {
    z-index: 5;
    max-width: 70%;
  }

  .image-divider.plantas-divider-caption {
    max-width: 110%;
  }

  .image-divider.tab-divider-caption {
    max-width: 90%;
    bottom: -14%;
  }

  .page-padding-vertical {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .tab-link {
    padding: 1rem .75rem;
  }

  .disclaimer-plantas {
    font-size: .75rem;
  }

  .adress-list-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
  }

  .nav-link {
    color: #fff;
    background-color: #ffffff0f;
    border-radius: 3px;
    justify-content: center;
    margin-bottom: 12px;
    display: flex;
  }

  .primary-button {
    position: relative;
  }

  .primary-button.mobile-show {
    margin-top: 2rem;
    display: block;
  }

  .primary-button.mobile-hidden {
    display: none;
  }

  .nav-menu {
    text-align: center;
    background-color: #2b2b2b;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100vh;
    padding: 3.5rem;
  }

  .menu-btn {
    border-radius: .8px;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .menu-btn:hover {
    color: #fff;
    background-color: #a56b2a;
  }

  .menu-btn.w--open {
    color: #fff;
    background-color: #a87a53;
  }

  .svg-icon-8.is--svg-icon-xlarge {
    width: 1rem;
    height: 1rem;
  }

  .plt-hero {
    height: 280px;
  }

  .plt-container {
    max-width: none;
  }

  .plt__brand {
    width: 120px;
    height: 120px;
  }

  .plt-section {
    padding: 80px 56px;
  }

  .plt-block {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .plt-heading-24px {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .form_main_field_input.is-message {
    min-height: 7rem;
  }

  .styleguide_content {
    width: 100%;
  }

  .styleguide_nav_wrap, .u-mobile-landscape-hide {
    display: none;
  }

  .u-mobile-landscape-show, .u-mobile-show {
    display: block;
  }

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

  .h6-heading {
    font-size: 20px;
  }

  .sc_header_subtitle_wrap.u-flex-horizontal-nowrap.u-gap-2 {
    width: 100%;
  }

  .sc_header_inner_wrap.u-flex-horizontal-wrap.u-justify-content-between.u-gap-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .navbar_menu_wrap {
    padding: 2rem;
  }

  .contact_bar_buttons_wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .contact_bar_button_overline.u-overline-style-xsmall.u-color-faded {
    display: none;
  }

  .nav_small_wrap.u-theme-dark {
    background-color: var(--_color-primitives---neutral-alpha-dark--transparent);
    background-image: none;
  }

  .navbar_small_link {
    border-top: var(--_border-styles---border-width--large) solid var(--_color-primitives---neutral--0);
    background-color: var(--_theme---background--surface-01);
    border-bottom-style: none;
    flex: none;
  }

  .navbar_small_link.w--current {
    border-top-color: var(--_theme---brand-primary--main);
  }

  .navbar_small_menu_wrap {
    flex: none;
  }

  .sc_header_title.u-max-width-30ch {
    width: 100%;
    max-width: none;
  }

  .ficha_list_item {
    flex: none;
    width: 100%;
  }

  .g_modal_content_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .g_modal_close_btn {
    padding: 1rem;
  }

  .modal_phone_wrap, .modal_mail_wrap, .modal_whatsapp_wrap, .modah_chat_wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer_logos_list {
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .footer_logo_wrap {
    grid-row-gap: .75rem;
  }

  .footer__logo-link {
    height: 6rem;
  }

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

  .footer__link-block {
    flex: 1;
  }

  .d1up_logo {
    margin-left: 8px;
  }

  .whatsapp_cta {
    bottom: 24px;
    right: 24px;
  }

  .hero_logo {
    width: 7rem;
  }

  .hero_product_wrap, .hero_title.u-heading-style-h4 {
    max-width: 100%;
  }

  .about_sc_layout {
    padding: var(--site--margin);
    position: relative;
  }

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

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

  .about_background_wrap {
    z-index: 0;
    opacity: .37;
    position: absolute;
    inset: 0%;
  }

  .header_divider_wrap {
    margin-bottom: var(--_spacing---space--3);
    opacity: .4;
  }

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

  .hero_logo_outline {
    display: none;
  }

  .hero_logo_img {
    min-width: 20rem;
  }

  .hero_bg_img {
    object-position: 30% 50%;
  }

  .header-flexbox {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .label-component {
    letter-spacing: 2px;
    font-size: .625rem;
  }

  .spacing-section-xxlarge {
    height: 6.25rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .line_decoration {
    height: .125rem;
    margin-top: 1rem;
  }

  .bol__column {
    grid-column-gap: 1rem;
    padding-bottom: .5rem;
  }

  .bol__number {
    font-size: .875rem;
  }

  .bolotario-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .boll_text {
    font-size: .75rem;
  }

  .header_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

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

  .header_main_content {
    width: 100%;
    max-width: none;
  }

  .header_main_subtitle {
    width: 100%;
  }

  .planta_main_title {
    font-size: 2rem;
  }

  .slide_arrow_plantas {
    width: 3.5rem;
    height: 3.5rem;
    margin-left: calc(clamp(1.5rem, .5rem + 5vw, 5rem) / -2);
    margin-right: calc(clamp(1.5rem, .5rem + 5vw, 5rem) / -2);
  }

  .plantas_description-label-text {
    font-size: .75rem;
  }

  .plantas-01_details-block {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .tab_menu_wrap {
    flex-flow: column;
  }

  .header-main-wrap {
    max-width: none;
  }

  .u-gap-xsmall {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .plantas_content {
    min-height: 70rem;
    padding: 1rem;
  }

  .plantas_description-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plantas-01_description-header {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .plantas_pagination-title {
    font-size: .75rem;
  }

  .planta_main_subtitle {
    font-size: 2rem;
  }

  .btn-zoom {
    width: 3rem;
    height: 3rem;
  }

  .natureza--content-wrap {
    align-items: stretch;
  }

  .show-mobile {
    display: block;
  }

  .spacing-section-base {
    width: 100%;
    height: 5rem;
  }

  .hide-mobile {
    justify-content: center;
    display: flex;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .stroke-wrap.is-stroke-white.is-stroke-white-full {
    flex: 1;
  }

  .label-component-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sc-natureza {
    text-align: center;
    align-items: center;
    height: 100dvh;
    padding-bottom: 4rem;
  }

  .padding-global-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .sc-localizacao {
    overflow: hidden;
  }

  .highlights-grid {
    grid-row-gap: 1rem;
    grid-template-rows: auto;
  }

  .highlights-grid.highlights-grid-3-columns {
    flex-direction: column;
    display: flex;
  }

  .adress-list__block {
    border-bottom: .0625rem solid #e4e6e7;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 1rem;
  }

  .list-block {
    margin-bottom: 0;
    margin-right: 0;
  }

  .list-heading-text {
    font-size: 1rem;
  }

  .map-wrap {
    height: 20rem;
  }

  .header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .adress-list {
    border-bottom-style: none;
    justify-content: flex-start;
  }

  .grid-conceito {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    aspect-ratio: auto;
    grid-template-rows: 35rem 16em;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .header_wrap-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .u-heading-style-h6-2 {
    font-size: 1rem;
  }

  .section_sobre {
    margin-top: 3rem;
  }

  .sobre_grid_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .btn-zoom-2 {
    width: 3rem;
    height: 3rem;
  }

  .list-block-2 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .main-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 1.5rem;
  }

  .p-text {
    font-size: .875rem;
  }

  .heading-title {
    font-size: 1.5rem;
  }

  .list-heading-text-2 {
    font-size: 1rem;
  }

  .sld-plantas__heading {
    font-size: 3.5rem;
  }

  .tab-menu-2 {
    grid-column-gap: .5rem;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 1rem;
    display: grid;
  }

  .sld-plantas__slide-content {
    grid-row-gap: 2rem;
    padding: 2.5rem;
  }

  .sld-plantas__heading-small {
    font-size: 1rem;
  }

  .sld-plantas__planta-wrapper {
    height: 32rem;
    padding-bottom: 1.5rem;
  }

  .sld-plantas__slide-lightbox-wrapper {
    grid-column-gap: 1rem;
    justify-content: space-around;
    padding-right: 0;
  }

  .sld-plantas__heading-xsmall {
    font-size: 1rem;
  }

  .sld-plantas__diferenciais-wrapper {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .bold-text-2 {
    font-size: .75rem;
  }

  .sld-plantas__subheading {
    letter-spacing: .15rem;
  }

  .label-component-3 {
    grid-column-gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .image-divider {
    max-width: 90%;
  }

  .image-divider.plantas-divider-caption {
    max-width: 120%;
  }

  .image-divider.tab-divider-caption {
    bottom: -16%;
  }

  .tab-link__text-span {
    font-size: 1rem;
  }

  .sld-plantas__slide-lightbox {
    width: 4.5rem;
    height: 3rem;
  }

  .label-planta {
    letter-spacing: .15rem;
    margin-bottom: 0;
    font-size: .625rem;
  }

  .page-padding-vertical {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tab-link {
    flex: none;
  }

  .disclaimer-plantas {
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.3;
  }

  .label__text {
    letter-spacing: 1.5px;
    background-image: linear-gradient(to right, #8a6c4a, #cea26f);
    font-size: .75rem;
  }

  .title_list {
    font-size: 1rem;
  }

  .adress-list-2 {
    margin-top: 0;
  }

  .u-text-h6 {
    font-size: .88rem;
  }

  .page-padding-horizontal-2 {
    padding: clamp(.375rem, .339286rem + .178571vw, .5rem);
  }

  .nav-link {
    background-color: var(--_theme---brand-secondary--lighter);
    color: var(--_theme---brand-secondary--main);
    transition-property: all;
    transition-duration: .24s;
  }

  .nav-link:hover {
    background-color: var(--_color-primitives---secondary--200);
    color: var(--_theme---brand-secondary--main);
  }

  .navbar-component {
    border-radius: var(--_button-sizes---border-radius);
    margin: clamp(.625rem, .589286rem + .178571vw, .75rem);
    transform: translate(0, -200%);
  }

  .brand {
    padding-left: 0;
  }

  .navbar-content {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .navbar__logo {
    object-fit: scale-down;
  }

  .primary-button.mobile-show {
    border-radius: var(--_button-sizes---border-radius);
    background-color: var(--_theme---brand-secondary--light);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: .875rem;
  }

  .primary-button.mobile-show:hover {
    background-color: var(--_theme---brand-secondary--main);
  }

  .nav-menu {
    border-radius: var(--_button-sizes---border-radius);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffffe6;
    min-height: 0;
    margin-top: .5rem;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-btn {
    color: var(--_theme---brand-secondary--main);
    border-radius: 1.25rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: .875rem;
  }

  .menu-btn:hover {
    border-radius: var(--_button-sizes---border-radius);
    background-color: var(--_theme---brand-secondary--light);
  }

  .menu-btn.w--open {
    border-radius: var(--_button-sizes---border-radius);
    background-color: var(--_theme---brand-secondary--light);
    margin-top: 0;
    margin-bottom: 0;
    padding: .875rem;
  }

  .plt-hero {
    padding-left: 32px;
    padding-right: 32px;
  }

  .plt-container {
    width: 100%;
    max-width: none;
  }

  .plt__hero-block {
    flex-direction: row;
    align-items: center;
  }

  .plt__brand {
    width: 100px;
    height: 100px;
  }

  .plt-section {
    padding: 80px 32px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .u-text-style-main {
    text-wrap: balance;
  }

  .u-rich-text p {
    font-size: var(--_typography---font-size--text-small);
  }

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

  .g_overline_text.u-overline-style-main:where(.w-variant-1ff434a0-054a-8e6e-b519-6cb7de02f068) {
    font-size: .75em;
  }

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

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

  .u-subtitle-style-small {
    text-wrap: pretty;
  }

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

  .h_styles_tag.is--mobile-base-size {
    z-index: var(--_typography---heading-scales--mobile-base-size);
  }

  .h_styles_tag.is--mobile-scale-ratio {
    z-index: var(--_typography---heading-scales--mobile-scale-ratio);
  }

  .ds_settings_grid {
    width: 100%;
  }

  .g_overline_inner_wrap:where(.w-variant-1ff434a0-054a-8e6e-b519-6cb7de02f068) {
    flex-flow: wrap;
    justify-content: center;
  }

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

  .caption_main_contain {
    margin-right: var(--_spacing---space--0);
    margin-left: var(--_spacing---space--0);
  }

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

  .g_underline_decoration {
    width: 1.5rem;
    height: .15rem;
  }

  .navbar {
    z-index: 500;
    width: 100%;
  }

  .navbar_header {
    display: none;
  }

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

  .navbar_header_layout {
    justify-content: center;
    align-items: stretch;
  }

  .navbar_cta_title {
    margin-right: var(--_spacing---space--2);
  }

  .navbar_main_layout {
    padding-right: var(--site--margin);
    padding-left: var(--site--margin);
  }

  .navbar_logo_wrap {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .navbar_logo {
    width: 80%;
  }

  .navbar_menu_wrap {
    margin-left: 0;
    left: 0%;
    right: 0%;
  }

  .navbar_link {
    color: var(--_theme---typography--heading);
    margin-bottom: .5rem;
  }

  .u-media-wrap-full {
    min-height: 0;
    max-height: 100dvh;
  }

  .feature_inner_wrap.u-flex-horizontal-nowrap.u-gap-2 {
    grid-row-gap: var(--_spacing---space--1);
    flex-flow: wrap;
  }

  .marques_cta {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

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

  .u-3-columns-slide {
    width: 90%;
    padding-left: var(--_spacing---space--0);
    margin-left: 0;
  }

  .hero_sc_layout {
    grid-template-columns: 100%;
    overflow: clip;
  }

  .contact_bar_button_inner_wrap {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
  }

  .contact_bar_button {
    padding: var(--_spacing---space--4) var(--_spacing---space--2);
    flex: auto;
    margin-right: 0;
  }

  .contact_bar_button_title {
    font-size: var(--_typography---font-size--text-xsmall);
    letter-spacing: 0;
  }

  .contact_bar_button_overline {
    font-size: .5rem;
  }

  .nav_small_wrap {
    top: var(--_sizes---navbar--botom-height);
  }

  .navbar_small_link {
    padding-bottom: var(--_spacing---space--3);
  }

  .navbar_small_link:active {
    color: #fff;
  }

  .wrap-text {
    flex-flow: wrap;
  }

  .navbar_small_header {
    width: 40%;
  }

  .emp_description_item {
    width: 100%;
  }

  .sc_header_title {
    text-wrap: pretty;
  }

  .ficha_list_item {
    padding-bottom: var(--_spacing---space--3);
    grid-column-gap: var(--_spacing---space--1);
    grid-row-gap: var(--_spacing---space--1);
    border-bottom: 1px solid var(--_theme---border--main);
  }

  .ficha_list_header {
    padding-bottom: var(--_spacing---space--1);
    border-bottom-style: none;
  }

  .modal_highligt_overline {
    font-size: .5rem;
  }

  .modal_highligt_title {
    letter-spacing: 0;
    font-size: .75rem;
  }

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

  .contact_small_btn_wrap {
    grid-column-gap: var(--_spacing---space--2);
    grid-row-gap: var(--_spacing---space--2);
    flex-flow: column;
    align-items: stretch;
  }

  .footer_logos_list {
    margin-bottom: 2rem;
  }

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

  .foooter_links {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .d1up_logo {
    width: 1rem;
    height: 1rem;
  }

  .contato_form_header.u-subtitle-style-medium.u-mb-6 {
    margin-bottom: var(--_spacing---space--4);
  }

  .g_overline_marker_wrap:where(.w-variant-1ff434a0-054a-8e6e-b519-6cb7de02f068) {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    height: 45%;
  }

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

  .whatsapp-cta__msg-title {
    color: #96745b;
    margin-bottom: .25rem;
  }

  .whatsapp_cta {
    max-width: 100%;
    margin: 1.25rem;
    display: none;
    inset: auto 0% 0%;
  }

  .whatsapp-cta__button-2 {
    width: 56px;
    height: 56px;
  }

  .whatsapp-cta__profile-wrapper {
    display: none;
  }

  .whatsapp-cta__msg-p {
    font-size: .63rem;
  }

  .whatsapp-cta__profile-box {
    margin-right: 0;
    display: none;
  }

  .whatsapp-cta__msg-btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: .75rem;
  }

  .whatsapp-cta__msg-bubble {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 1rem 1.5rem;
  }

  .u-subtitle-style-xsmall {
    text-wrap: pretty;
  }

  .hero_block {
    padding-right: var(--site--margin);
    padding-left: var(--site--margin);
  }

  .hero_block.is-block-01 {
    background-color: var(--_theme---brand-primary--main);
  }

  .hero_block.is-block-03 {
    padding-top: var(--_spacing---space--4);
    padding-bottom: var(--_spacing---space--4);
    background-color: var(--_theme---brand-primary--main);
  }

  .about_sc_layout {
    min-width: 0;
  }

  .contact_block_wrap {
    margin-top: var(--_spacing---space--10);
    padding-top: var(--_spacing---space--5);
  }

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

  .city_header_wrap {
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
    text-align: center;
  }

  .text-size-small {
    font-size: .75rem;
  }

  .text-size-small.text-color-dark-medium {
    font-size: .75rem;
    line-height: 1.3rem;
  }

  .tab-link-numbers-decorado {
    font-size: 1.2rem;
  }

  .tab-menu {
    grid-row-gap: .5rem;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .slide-component {
    height: 16rem;
  }

  .header-flexbox {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-link-implantacao {
    font-size: 1rem;
  }

  .oval-shape {
    width: 50%;
  }

  .caption-line {
    width: 2rem;
  }

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

  .tab-link-number-div {
    grid-row-gap: 0rem;
  }

  .tab-link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .slide-arrow {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: .75rem;
    margin-right: .75rem;
    bottom: 40%;
  }

  .slide-arrow.is-right-button {
    bottom: 40%;
  }

  .header-component {
    margin-bottom: 1rem;
  }

  .caption-component {
    grid-column-gap: .5rem;
    margin-bottom: .75rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: .2rem;
  }

  .label-component {
    letter-spacing: 3px;
    margin-bottom: 1rem;
    font-size: .625rem;
  }

  .spacing-section-xxlarge {
    height: 4rem;
  }

  .tab-link-galeria {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .caption-text {
    font-size: .5rem;
    line-height: 1rem;
  }

  .caption-text.is--secondary-caption {
    font-size: .375rem;
  }

  .bol__column {
    grid-column-gap: .5rem;
    margin-bottom: 8px;
    padding-top: 0;
    padding-bottom: .25rem;
    padding-right: 0;
  }

  .implantacao--legenda {
    margin-top: .5rem;
  }

  .svg-icon.is--svg-icon-medium {
    width: .75rem;
    height: .75rem;
  }

  .bol__number {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: .25rem .25rem .2rem .4rem;
    font-size: .75em;
    line-height: 1.4em;
    display: flex;
  }

  .bol-number {
    min-width: 1rem;
    min-height: 1rem;
    padding: 0;
    font-size: .5rem;
  }

  .bol-number.bol-29, .bol-number.bol-19, .bol-number.bol-17, .bol-number.bol-25, .bol-number.bol-30, .bol-number.bol-10, .bol-number.bol-13, .bol-number.bol-04, .bol-number.bol-27, .bol-number.bol-18, .bol-number.bol-21, .bol-number.bol-07, .bol-number.bol-23, .bol-number.bol-12, .bol-number.bol-16, .bol-number.bol-28, .bol-number.bol-20, .bol-number.bol-14, .bol-number.bol-15, .bol-number.bol-05, .bol-number.bol-02, .bol-number.bol-01, .bol-number.bol-24, .bol-number.bol-08, .bol-number.bol-31, .bol-number.bol-03, .bol-number.bol-06, .bol-number.bol-22, .bol-number.bol-09, .bol-number.bol-26, .bol-number.bol-11 {
    font-size: .5rem;
  }

  .bolotario-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 0;
  }

  .tab-link-plantas {
    min-height: 3.5rem;
    padding: .5rem 16px;
  }

  .boll_text {
    margin-bottom: 4px;
  }

  .caption-implantacao {
    margin-top: 0;
    font-size: 8px;
  }

  .plantas_description-label-wrap {
    grid-column-gap: .75rem;
  }

  .header_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bold-text {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .header_main_subtitle {
    font-size: .875rem;
  }

  .planta_main_title {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 2rem;
    line-height: 1;
  }

  .slide_arrow_plantas {
    border-radius: .7rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .plantas_description-label-text {
    letter-spacing: .1rem;
    font-size: .7rem;
  }

  .plantas-01_details-block {
    margin-bottom: 0;
    padding-bottom: 1rem;
  }

  .tab_menu_wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: 1rem;
    display: flex;
  }

  .g_overline_contain-2 {
    margin-bottom: clamp(1.25rem, 1.17857rem + .357143vw, 1.5rem);
  }

  .plantas-01_details-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-height: none;
    display: flex;
  }

  .planta_thumbnails-img-wrap {
    flex: 1;
    width: 4.5rem;
    height: 2.5rem;
  }

  .g_overline_layout {
    grid-column-gap: clamp(.625 * 1rem, ((.625 - ((.75 - .625) / (90 - 20) * 20)) * 1rem + ((.75 - .625) / (90 - 20)) * 100vw), .75 * 1rem);
    grid-row-gap: clamp(.625 * 1rem, ((.625 - ((.75 - .625) / (90 - 20) * 20)) * 1rem + ((.75 - .625) / (90 - 20)) * 100vw), .75 * 1rem);
  }

  .header-main-wrap {
    font-size: 1.5rem;
  }

  .slide-plantas {
    width: 100%;
    margin-right: 1rem;
  }

  .planta_thumbnails-text {
    max-width: none;
    font-size: .5rem;
    line-height: 1.3;
  }

  .plantas_image-wrap {
    grid-row-gap: 1rem;
    height: auto;
    padding: 1.5rem;
  }

  .plantas_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: .5rem;
  }

  .section_plantas.g-container {
    margin-bottom: .5rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .plantas_description-wrap {
    flex-direction: column;
  }

  .slide-component-2 {
    aspect-ratio: auto;
  }

  .plantas-01_description-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: .5rem;
  }

  .plantas_pagination-title {
    font-size: .75rem;
    line-height: 1rem;
  }

  .planta_thumbnails {
    grid-row-gap: .35rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: none;
  }

  .tab_menu_link_wrap {
    min-height: 0;
    padding-top: clamp(.625rem, .589286rem + .178571vw, .75rem);
    padding-bottom: clamp(.625rem, .589286rem + .178571vw, .75rem);
  }

  .heading_main_title, .heading_main_title:where(.w-variant-65df6720-901e-74bc-5b39-96e3a0f9bb5b) {
    font-size: 1.5rem;
  }

  .planta_main_subtitle {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1.1rem;
  }

  .planta_main_subtitle.caption-text {
    text-align: left;
    font-size: .9rem;
  }

  .header_secondary_text.u-text-small {
    font-size: .875rem;
  }

  .btn-zoom {
    margin: .75rem;
  }

  .planta_thumbnails-wrap {
    grid-column-gap: .25rem;
  }

  .g_overline_contain-3 {
    margin-bottom: clamp(1.25rem, 1.17857rem + .357143vw, 1.5rem);
  }

  .subtitle-medium {
    font-size: .875rem;
  }

  .spacing-section-base {
    height: 4rem;
  }

  .script-title-big {
    font-size: 2.5rem;
  }

  .label-text-2 {
    font-size: 1.2rem;
  }

  .sc-natureza {
    height: 90dvh;
  }

  .video-content-wra {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-list {
    width: 100%;
  }

  .headline-list__text {
    font-size: .875rem;
  }

  .headline-list__text.adress-list__text-gld {
    font-size: 1rem;
  }

  .highlights-grid {
    grid-template-columns: 1fr;
  }

  .highlights-grid.highlights-grid-3-columns {
    width: 100%;
  }

  .adress-list__block {
    flex-flow: wrap;
    align-items: center;
  }

  .list-block {
    grid-column-gap: 1rem;
  }

  .localizacao-content-wrap {
    margin-top: 2rem;
  }

  .list-heading-text {
    font-size: .875rem;
  }

  .map-wrap {
    height: 17.5rem;
    margin-bottom: 1rem;
  }

  .adress-list {
    margin-bottom: 0;
  }

  .svg-icon-6.is--svg-icon-medium {
    width: .75rem;
    height: .75rem;
  }

  .grid-conceito {
    grid-template-rows: 26rem 16em;
  }

  .header_wrap-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .g_overline_contain-4 {
    margin-bottom: clamp(1.25rem, 1.17857rem + .357143vw, 1.5rem);
  }

  .caption_big_wrap {
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 1.1rem;
    max-width: 90%;
    margin-top: .75rem;
    margin-right: .75rem;
    padding: .5rem .8rem;
    inset: auto auto 0% 0%;
  }

  .grid-item {
    border-radius: .3rem;
  }

  .sobre_grid_wrap {
    grid-row-gap: 1rem;
  }

  .btn-zoom-2 {
    margin: .75rem;
  }

  .list-block-2 {
    grid-column-gap: 1rem;
  }

  .list-block-content-2 {
    height: auto;
  }

  .plantas-flex-block {
    width: 100%;
  }

  .sld-plantas__heading {
    font-size: 3rem;
  }

  .sld-plantas__slide-content-left {
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .sld-plantas__slide-content {
    grid-template-columns: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .img-planta {
    padding: 1rem;
  }

  .sld-plantas__heading-small {
    font-size: .875rem;
  }

  .sld-plantas__flex {
    grid-column-gap: 1rem;
  }

  .sld-plantas__planta-wrapper {
    border-radius: var(--_button-sizes---border-radius);
    height: 20rem;
    padding: 0;
  }

  .sld-plantas__slide-lightbox-wrapper {
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .sld-plantas__diferenciais-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .sld-plantas__heading-xsmall {
    font-size: .875rem;
  }

  .sld-plantas__diferenciais-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sld-plantas__subheading {
    margin-bottom: 0;
    font-size: .75rem;
  }

  .image-divider.tab-divider-caption {
    bottom: -19%;
  }

  .arrow-trigger {
    z-index: 5;
    color: #2b3036;
    background-color: #e3c4a0;
    border-radius: .5rem;
    width: 3rem;
    height: 3rem;
    margin-left: 0;
    margin-right: -.5rem;
    inset: auto 0% 25% auto;
  }

  .arrow-trigger.left-trigger {
    margin-left: -.5rem;
    inset: auto auto 25% 0%;
  }

  .sld-plantas__slide-lightbox {
    flex: 1;
    height: 3rem;
  }

  .label-planta {
    width: 100%;
    margin-bottom: -1.2rem;
  }

  .page-padding-vertical {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tab-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .disclaimer-plantas {
    font-size: .625rem;
  }

  .icon-list-plantas {
    width: .75rem;
    height: .75rem;
    margin-bottom: .25rem;
  }

  .title_list {
    font-size: .875rem;
  }

  .adress-list__block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .headline-list__text-2 {
    letter-spacing: 0;
    font-size: .75rem;
    line-height: 1.3;
  }

  .u-text-h6 {
    font-size: .75rem;
  }

  .adress-list__divider-2.u-hide-mobile {
    display: none;
  }

  .nav-link {
    color: #332a26;
    background-color: #332a261a;
    border-radius: 1.25rem;
    margin-bottom: clamp(.625rem, .589286rem + .178571vw, .75rem);
    padding-top: .8rem;
    padding-bottom: .6rem;
    font-size: .8rem;
    transition: background-color .32s ease-in-out;
  }

  .nav-link:hover {
    background-color: #a56b2a26;
  }

  .navbar-component.u-container {
    max-width: calc(100% - 2rem);
  }

  .navbar-content {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button {
    width: 100%;
    font-size: 16px;
  }

  .primary-button.mobile-show {
    background-color: #a56b2a;
    border-radius: 1.25rem;
    margin-top: 1rem;
  }

  .primary-button.mobile-show:hover {
    background-color: #844f24;
  }

  .nav-menu {
    background-color: #ebe6df;
    border-radius: 1.25rem;
    min-height: 0;
    margin-top: clamp(.375rem, .339286rem + .178571vw, .5rem);
    padding: clamp(1.25rem, 1.17857rem + .357143vw, 1.5rem);
  }

  .menu-btn {
    margin-top: 0;
    margin-bottom: 0;
    padding: .875rem;
  }

  .menu-btn.w--open {
    background-color: #844f24;
    border-radius: .833333rem;
  }

  .svg-icon-8.is--svg-icon-xlarge {
    width: .75rem;
    height: .75rem;
  }

  .plt-hero {
    align-items: flex-end;
    padding-left: 24px;
    padding-right: 24px;
  }

  .plt__hero-block {
    flex-direction: column;
    margin-bottom: -21px;
  }

  .plt__brand {
    margin-bottom: 72px;
  }

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

  .plt-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .plt-block {
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .plt-heading-24px {
    margin-top: 32px;
  }

  .bold-text-17 {
    font-size: 1rem;
  }
}

#w-node-ac4d8479-b33b-e488-46a2-32a518fa2be1-74fe0171, #w-node-ac4d8479-b33b-e488-46a2-32a518fa2bee-74fe0171, #w-node-_4836e6b2-2f54-c6a3-890d-828ef9839272-74fe0171, #w-node-c4bfe4a9-2ff8-dd65-e042-03d15b6f8097-74fe0171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_042021c9-2eaa-1bae-77ea-0af0babd3cb2-74fe0171 {
  align-self: center;
}

#w-node-_042021c9-2eaa-1bae-77ea-0af0babd3cc2-74fe0171 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_042021c9-2eaa-1bae-77ea-0af0babd3cfc-74fe0171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8a293b6-dd3f-b70d-dcb0-8234b11dd2f1-74fe0171 {
  align-self: center;
}

#w-node-_47c03990-5905-2b16-055a-08af4fb63e84-74fe0171 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8a293b6-dd3f-b70d-dcb0-8234b11dd314-74fe0171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a03eb02d-4d09-d34a-060c-a7b36d87f186-74fe0171 {
  align-self: center;
}

#w-node-_57684deb-b2f5-6ebd-2424-50cd1657623e-74fe0171 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a03eb02d-4d09-d34a-060c-a7b36d87f1a9-74fe0171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c0e942b-af81-aa97-1419-f370c0bce228-74fe0171 {
  align-self: center;
}

#w-node-_6c0e942b-af81-aa97-1419-f370c0bce238-74fe0171 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c0e942b-af81-aa97-1419-f370c0bce253-74fe0171, #w-node-e3c69f44-dab2-7f1d-327d-e98ef203fe0f-74fe0171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3c69f44-dab2-7f1d-327d-e98ef203fe15-74fe0171, #w-node-e3c69f44-dab2-7f1d-327d-e98ef203fe16-74fe0171, #w-node-e3c69f44-dab2-7f1d-327d-e98ef203fe1a-74fe0171, #w-node-_3c5eff7c-69d3-cd61-ad46-d058808868cb-74fe0171 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c5eff7c-69d3-cd61-ad46-d058808868d5-74fe0171, #w-node-_3c5eff7c-69d3-cd61-ad46-d058808868f0-74fe0171, #w-node-_98667190-e32d-7b19-a31b-64cf973adb69-973adb69, #w-node-b19c1c32-26b8-4cc5-f813-b6c04516dbad-deb573c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b19c1c32-26b8-4cc5-f813-b6c04516dbae-deb573c5 {
  justify-self: start;
}

#w-node-_64783bfb-9cd4-7c22-f5b3-98c907b2e9dc-deb573c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64783bfb-9cd4-7c22-f5b3-98c907b2e9dd-deb573c5 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-ac4d8479-b33b-e488-46a2-32a518fa2be1-74fe0171, #w-node-ac4d8479-b33b-e488-46a2-32a518fa2bee-74fe0171 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_042021c9-2eaa-1bae-77ea-0af0babd3cb2-74fe0171 {
    order: 1;
  }

  #w-node-_042021c9-2eaa-1bae-77ea-0af0babd3cfc-74fe0171 {
    order: 2;
  }

  #w-node-b8a293b6-dd3f-b70d-dcb0-8234b11dd2f1-74fe0171 {
    order: 1;
  }

  #w-node-b8a293b6-dd3f-b70d-dcb0-8234b11dd314-74fe0171 {
    order: 2;
  }

  #w-node-a03eb02d-4d09-d34a-060c-a7b36d87f186-74fe0171 {
    order: 1;
  }

  #w-node-a03eb02d-4d09-d34a-060c-a7b36d87f1a9-74fe0171 {
    order: 2;
  }

  #w-node-_6c0e942b-af81-aa97-1419-f370c0bce228-74fe0171 {
    order: 1;
  }

  #w-node-_6c0e942b-af81-aa97-1419-f370c0bce253-74fe0171 {
    order: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ac4d8479-b33b-e488-46a2-32a518fa2be1-74fe0171, #w-node-ac4d8479-b33b-e488-46a2-32a518fa2bee-74fe0171 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Top Luxury';
  src: url('../fonts/Top-Luxury.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-MediumOblique.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-BoldOblique.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-Normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-NormalOblique.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}