/* File: automatic.css - Version: 4.0.0-alpha-1 - Generated: 2025-12-14 23:38:06 */
/* Feat: Text, Headings, & Spacing */
:root {
  --root-font-size: 100%;
}
:root {
  --primary: oklch(0.664 0.107 221);
  --primary-hover: oklch(0.552 0.107 221);
  --primary-ultra-light: oklch(0.95 0.107 221);
  --primary-light: oklch(0.85 0.107 221);
  --primary-semi-light: oklch(0.65 0.107 221);
  --primary-semi-dark: oklch(0.35 0.107 221);
  --primary-dark: oklch(0.25 0.107 221);
  --primary-ultra-dark: oklch(0.1 0.107 221);
  --base: oklch(0.249 0.044 239);
  --base-hover: oklch(0.138 0.044 239);
  --base-ultra-light: oklch(0.95 0.044 239);
  --base-light: oklch(0.85 0.044 239);
  --base-semi-light: oklch(0.65 0.044 239);
  --base-semi-dark: oklch(0.35 0.044 239);
  --base-dark: oklch(0.25 0.044 239);
  --base-ultra-dark: oklch(0.1 0.044 239);
  --neutral: oklch(0 0 0);
  --neutral-hover: oklch(0 0 0);
  --neutral-ultra-light: oklch(0.95 0 0);
  --neutral-light: oklch(0.85 0 0);
  --neutral-semi-light: oklch(0.65 0 0);
  --neutral-semi-dark: oklch(0.35 0 0);
  --neutral-dark: oklch(0.25 0 0);
  --neutral-ultra-dark: oklch(0.1 0 0);
  --white: #fff;
  --black: #000;
  --shade-white: #fff;
  --shade-black: #000;
}
/* Feat: Default Section Styles */
:root {
  --content-width: 73.75rem;
  --content-width-safe: min(var(--content-width), calc(100% - var(--gutter) * 2));
}
/* Feat: Focus Styles */
:root {
  --focus-color: var(--primary);
  --focus-width: 2px;
  --focus-offset: 2px;
}
/* Feat: Text Defaults */
:root {
  --text-xxl-max-width: 100%;
  --text-xl-max-width: 100%;
  --text-l-max-width: 100%;
  --text-m-line-height: calc(6px + 2ex);
  --text-m-max-width: 100%;
  --text-s-max-width: 100%;
  --text-xs-max-width: 100%;
  --base-text-lh: calc(6px + 2ex);
  --text-font-family: Sans Flex;
  --text-color: var(--spruce-text-default);
  --text-line-height: calc(6px + 2ex);
  --text-font-weight: 400;
  --text-text-wrap: pretty;
}
/* Feat: Heading Defaults */
:root {
  --heading-font-family: Grenette Pro;
  --heading-line-height: calc(4px + 2ex);
  --heading-font-weight: 600;
  --heading-letter-spacing: -1.32px;
  --heading-text-wrap: balance;
  --base-heading-lh: calc(4px + 2ex);
  --h1-max-width: 100%;
  --h4-line-height: calc(4px + 2ex);
}
/* Feat: Text Size Variables */
:root {
  --text-xs: clamp(0.8125rem, calc(0.1219512195vw + 0.7850609756rem), 0.875rem);
  --text-s: clamp(0.875rem, calc(0.1219512195vw + 0.8475609756rem), 0.9375rem);
  --text-s-to-xs: clamp(0.8125rem, calc(0.243902439vw + 0.7576219512rem), 0.9375rem);
  --text-m: clamp(1rem, calc(0.243902439vw + 0.9451219512rem), 1.125rem);
  --text-m-to-s: clamp(0.875rem, calc(0.487804878vw + 0.7652439024rem), 1.125rem);
  --text-m-to-xs: clamp(0.8125rem, calc(0.6097560976vw + 0.675304878rem), 1.125rem);
  --text-l: clamp(1.2rem, calc(0.5846341463vw + 1.0684573171rem), 1.499625rem);
  --text-l-to-m: clamp(1rem, calc(0.9748780488vw + 0.780652439rem), 1.499625rem);
  --text-l-to-s: clamp(0.875rem, calc(1.2187804878vw + 0.6007743902rem), 1.499625rem);
  --text-l-to-xs: clamp(0.8125rem, calc(1.3407317073vw + 0.5108353659rem), 1.499625rem);
  --text-xl: clamp(1.44rem, calc(1.0907319512vw + 1.194585311rem), 1.999000125rem);
  --text-xl-to-l: clamp(1.2rem, calc(1.5590246341vw + 0.8492194573rem), 1.999000125rem);
  --text-xl-to-m: clamp(1rem, calc(1.9492685366vw + 0.5614145793rem), 1.999000125rem);
  --text-xl-to-s: clamp(0.875rem, calc(2.1931709756vw + 0.3815365305rem), 1.999000125rem);
  --text-xl-to-xs: clamp(0.8125rem, calc(2.3151221951vw + 0.2915975061rem), 1.999000125rem);
  --text-xxl: clamp(1.728rem, calc(1.827643252vw + 1.3167802683rem), 2.6646671666rem);
  --text-xxl-to-xl: clamp(1.44rem, calc(2.3895944715vw + 0.9023412439rem), 2.6646671666rem);
  --text-xxl-to-l: clamp(1.2rem, calc(2.8578871544vw + 0.5569753903rem), 2.6646671666rem);
  --text-xxl-to-m: clamp(1rem, calc(3.2481310568vw + 0.2691705122rem), 2.6646671666rem);
  --text-xxl-to-s: clamp(0.875rem, calc(3.4920334959vw + 0.0892924634rem), 2.6646671666rem);
  --text-xxl-to-xs: clamp(0.8125rem, calc(3.6139847154vw + -0.000646561rem), 2.6646671666rem);
}
/* Feat: Heading Size Variables */
:root {
  --h6: clamp(0.8125rem, calc(0.1219512195vw + 0.7850609756rem), 0.875rem);
  --h5: clamp(0.875rem, calc(0.1219512195vw + 0.8475609756rem), 0.9375rem);
  --h5-to-h6: clamp(0.8125rem, calc(0.243902439vw + 0.7576219512rem), 0.9375rem);
  --h4: clamp(1.25rem, calc(0vw + 1.25rem), 1.25rem);
  --h4-to-h5: clamp(0.875rem, calc(0.7317073171vw + 0.7103658537rem), 1.25rem);
  --h4-to-h6: clamp(0.8125rem, calc(0.8536585366vw + 0.6204268293rem), 1.25rem);
  --h3: clamp(1.5rem, calc(0.3243902439vw + 1.4270121951rem), 1.66625rem);
  --h3-to-h4: clamp(1.25rem, calc(0.812195122vw + 1.0672560976rem), 1.66625rem);
  --h3-to-h5: clamp(0.875rem, calc(1.543902439vw + 0.5276219512rem), 1.66625rem);
  --h3-to-h6: clamp(0.8125rem, calc(1.6658536585vw + 0.4376829268rem), 1.66625rem);
  --h2: clamp(1.8rem, calc(0.8216804878vw + 1.6151218902rem), 2.22111125rem);
  --h2-to-h3: clamp(1.5rem, calc(1.4070463415vw + 1.1834145732rem), 2.22111125rem);
  --h2-to-h4: clamp(1.25rem, calc(1.8948512195vw + 0.8236584756rem), 2.22111125rem);
  --h2-to-h5: clamp(0.875rem, calc(2.6265585366vw + 0.2840243293rem), 2.22111125rem);
  --h2-to-h6: clamp(0.8125rem, calc(2.7485097561vw + 0.1940853049rem), 2.22111125rem);
  --h1: clamp(2.16rem, calc(1.5624220415vw + 1.8084550407rem), 2.9607412962rem);
  --h1-to-h2: clamp(1.8rem, calc(2.2648610659vw + 1.2904062602rem), 2.9607412962rem);
  --h1-to-h3: clamp(1.5rem, calc(2.8502269195vw + 0.8586989431rem), 2.9607412962rem);
  --h1-to-h4: clamp(1.25rem, calc(3.3380317976vw + 0.4989428455rem), 2.9607412962rem);
  --h1-to-h5: clamp(0.875rem, calc(4.0697391146vw + -0.0406913008rem), 2.9607412962rem);
  --h1-to-h6: clamp(0.8125rem, calc(4.1916903341vw + -0.1306303252rem), 2.9607412962rem);
}
/* Feat: Default Section Styles */
:root {
  --section-padding-block: var(--section-space-m);
  --gutter: clamp(1rem, calc(7.8048780488vw + -0.756097561rem), 5rem);
}
/* Feat: Space Variables */
:root {
  --space-xs: clamp(0.8441720333rem, calc(-0.0211486828vw + 0.8489304869rem), 0.8333333333rem);
  --space-s: clamp(1.1252813203rem, calc(0.2433535213vw + 1.070526778rem), 1.25rem);
  --space-s-to-xs: clamp(0.8441720333rem, calc(0.7918594473vw + 0.6660036576rem), 1.25rem);
  --space-m: clamp(1.5rem, calc(0.7317073171vw + 1.3353658537rem), 1.875rem);
  --space-m-to-s: clamp(1.1252813203rem, calc(1.4628657164vw + 0.7961365341rem), 1.875rem);
  --space-m-to-xs: clamp(0.8441720333rem, calc(2.0113716424vw + 0.3916134137rem), 1.875rem);
  --space-l: clamp(1.9995rem, calc(1.5863414634vw + 1.6425731707rem), 2.8125rem);
  --space-l-to-m: clamp(1.5rem, calc(2.5609756098vw + 0.9237804878rem), 2.8125rem);
  --space-l-to-s: clamp(1.1252813203rem, calc(3.2921340091vw + 0.3845511683rem), 2.8125rem);
  --space-l-to-xs: clamp(0.8441720333rem, calc(3.8406399351vw + -0.0199719521rem), 2.8125rem);
  --space-xl: clamp(2.6653335rem, calc(3.0310565854vw + 1.9833457683rem), 4.21875rem);
  --space-xl-to-l: clamp(1.9995rem, calc(4.3302439024vw + 1.025195122rem), 4.21875rem);
  --space-xl-to-m: clamp(1.5rem, calc(5.3048780488vw + 0.306402439rem), 4.21875rem);
  --space-xl-to-s: clamp(1.1252813203rem, calc(6.0360364481vw + -0.2328268805rem), 4.21875rem);
  --space-xl-to-xs: clamp(0.8441720333rem, calc(6.5845423741vw + -0.6373500009rem), 4.21875rem);
  --space-xxl: clamp(3.5528895555rem, calc(5.4150935502vw + 2.3344935067rem), 6.328125rem);
  --space-xxl-to-xl: clamp(2.6653335rem, calc(7.1469102439vw + 1.0572786951rem), 6.328125rem);
  --space-xxl-to-l: clamp(1.9995rem, calc(8.446097561vw + 0.0991280488rem), 6.328125rem);
  --space-xxl-to-m: clamp(1.5rem, calc(9.4207317073vw + -0.6196646341rem), 6.328125rem);
  --space-xxl-to-s: clamp(1.1252813203rem, calc(10.1518901067vw + -1.1588939537rem), 6.328125rem);
  --space-xxl-to-xs: clamp(0.8441720333rem, calc(10.7003960327vw + -1.5634170741rem), 6.328125rem);
}
/* Feat: Section Space Variables */
:root {
  --section-space-xs: clamp(1.6883440665rem, calc(1.5837188946vw + 1.3320073152rem), 2.5rem);
  --section-space-s: clamp(2.2505626407rem, calc(2.9257314329vw + 1.5922730683rem), 3.75rem);
  --section-space-s-to-xs: clamp(1.6883440665rem, calc(4.0227432849vw + 0.7832268274rem), 3.75rem);
  --section-space-m: clamp(3rem, calc(5.1219512195vw + 1.8475609756rem), 5.625rem);
  --section-space-m-to-s: clamp(2.2505626407rem, calc(6.5842680182vw + 0.7691023366rem), 5.625rem);
  --section-space-m-to-xs: clamp(1.6883440665rem, calc(7.6812798702vw + -0.0399439043rem), 5.625rem);
  --section-space-l: clamp(3.999rem, calc(8.6604878049vw + 2.0503902439rem), 8.4375rem);
  --section-space-l-to-m: clamp(3rem, calc(10.6097560976vw + 0.612804878rem), 8.4375rem);
  --section-space-l-to-s: clamp(2.2505626407rem, calc(12.0720728963vw + -0.465653761rem), 8.4375rem);
  --section-space-l-to-xs: clamp(1.6883440665rem, calc(13.1690847483vw + -1.2747000018rem), 8.4375rem);
  --section-space-xl: clamp(5.330667rem, calc(14.2938204878vw + 2.1145573902rem), 12.65625rem);
  --section-space-xl-to-l: clamp(3.999rem, calc(16.892195122vw + 0.1982560976rem), 12.65625rem);
  --section-space-xl-to-m: clamp(3rem, calc(18.8414634146vw + -1.2393292683rem), 12.65625rem);
  --section-space-xl-to-s: clamp(2.2505626407rem, calc(20.3037802133vw + -2.3177879073rem), 12.65625rem);
  --section-space-xl-to-xs: clamp(1.6883440665rem, calc(21.4007920653vw + -3.1268341482rem), 12.65625rem);
  --section-space-xxl: clamp(7.105779111rem, calc(23.1777480761vw + 1.8907857939rem), 18.984375rem);
  --section-space-xxl-to-xl: clamp(5.330667rem, calc(26.6413814634vw + -0.6636438293rem), 18.984375rem);
  --section-space-xxl-to-l: clamp(3.999rem, calc(29.2397560976vw + -2.579945122rem), 18.984375rem);
  --section-space-xxl-to-m: clamp(3rem, calc(31.1890243902vw + -4.0175304878rem), 18.984375rem);
  --section-space-xxl-to-s: clamp(2.2505626407rem, calc(32.651341189vw + -5.0959891269rem), 18.984375rem);
  --section-space-xxl-to-xs: clamp(1.6883440665rem, calc(33.748353041vw + -5.9050353677rem), 18.984375rem);
}
/* Feat: Contextual Space Variables */
:root {
  --content-gap: var(--space-m);
  --container-gap: var(--space-xl);
  --grid-gap: var(--space-m);
}
/* Feat: Width Variables */
:root {
  --width-10: calc(var(--content-width) * 0.1);
  --width-20: calc(var(--content-width) * 0.2);
  --width-30: calc(var(--content-width) * 0.3);
  --width-40: calc(var(--content-width) * 0.4);
  --width-50: calc(var(--content-width) * 0.5);
  --width-60: calc(var(--content-width) * 0.6);
  --width-70: calc(var(--content-width) * 0.7);
  --width-80: calc(var(--content-width) * 0.8);
  --width-90: calc(var(--content-width) * 0.9);
  --width-full: calc(var(--content-width) * 100%);
}
/* Feat: Grid Variables */
:root {
  --grid-1: repeat(1, minmax(0, 1fr));
  --grid-2: repeat(2, minmax(0, 1fr));
  --grid-3: repeat(3, minmax(0, 1fr));
  --grid-4: repeat(4, minmax(0, 1fr));
  --grid-5: repeat(5, minmax(0, 1fr));
  --grid-6: repeat(6, minmax(0, 1fr));
  --grid-7: repeat(7, minmax(0, 1fr));
  --grid-8: repeat(8, minmax(0, 1fr));
  --grid-9: repeat(9, minmax(0, 1fr));
  --grid-10: repeat(10, minmax(0, 1fr));
  --grid-11: repeat(11, minmax(0, 1fr));
  --grid-12: repeat(12, minmax(0, 1fr));
  --grid-1-2: minmax(0, 1fr) minmax(0, 2fr);
  --grid-1-3: minmax(0, 1fr) minmax(0, 3fr);
  --grid-2-1: minmax(0, 2fr) minmax(0, 1fr);
  --grid-2-3: minmax(0, 2fr) minmax(0, 3fr);
  --grid-3-1: minmax(0, 3fr) minmax(0, 1fr);
  --grid-3-2: minmax(0, 3fr) minmax(0, 2fr);
}
/* Feat: Auto Grid Variables */
:root {
  --grid-auto-2: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((2 - 1) * var(--grid-gap))) / 2) * 0.7, (100% - (2 - 1) * var(--grid-gap)) / 2)), 1fr));
  --grid-auto-3: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((3 - 1) * var(--grid-gap))) / 3) * 0.7, (100% - (3 - 1) * var(--grid-gap)) / 3)), 1fr));
  --grid-auto-4: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((4 - 1) * var(--grid-gap))) / 4) * 0.7, (100% - (4 - 1) * var(--grid-gap)) / 4)), 1fr));
  --grid-auto-5: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((5 - 1) * var(--grid-gap))) / 5) * 0.7, (100% - (5 - 1) * var(--grid-gap)) / 5)), 1fr));
  --grid-auto-6: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((6 - 1) * var(--grid-gap))) / 6) * 0.7, (100% - (6 - 1) * var(--grid-gap)) / 6)), 1fr));
  --grid-auto-7: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((7 - 1) * var(--grid-gap))) / 7) * 0.7, (100% - (7 - 1) * var(--grid-gap)) / 7)), 1fr));
  --grid-auto-8: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((8 - 1) * var(--grid-gap))) / 8) * 0.7, (100% - (8 - 1) * var(--grid-gap)) / 8)), 1fr));
  --grid-auto-9: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((9 - 1) * var(--grid-gap))) / 9) * 0.7, (100% - (9 - 1) * var(--grid-gap)) / 9)), 1fr));
  --grid-auto-10: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((10 - 1) * var(--grid-gap))) / 10) * 0.7, (100% - (10 - 1) * var(--grid-gap)) / 10)), 1fr));
  --grid-auto-11: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((11 - 1) * var(--grid-gap))) / 11) * 0.7, (100% - (11 - 1) * var(--grid-gap)) / 11)), 1fr));
  --grid-auto-12: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((12 - 1) * var(--grid-gap))) / 12) * 0.7, (100% - (12 - 1) * var(--grid-gap)) / 12)), 1fr));
  --auto-grid-aggressiveness: 0.7;
}
/* Feat: Header Height Variables */
:root {
  --header-height: clamp(0rem, calc(0vw + 0rem), 0rem);
  --admin-bar-height: var(--wp-admin--admin-bar--height, 0px);
}
/* Feat: Smart Spacing */
:root {
  --paragraph-spacing: 1em;
  --heading-spacing: 1.2em;
  --list-spacing: var(--paragraph-spacing);
  --list-indent-spacing: 2em;
  --list-item-spacing: 0.5em;
  --nested-list-indent-spacing: 1em;
  --flow-spacing: var(--paragraph-spacing);
  --figure-spacing: var(--paragraph-spacing);
  --figcaption-spacing: 0.5em;
  --blockquote-spacing: var(--paragraph-spacing);
}
/* Feat: Link Variables */
:root {
  --link-color: var(--ewp-palette-forest);
  --link-color-hover: var(--ewp-palette-forest);
  --link-transition: var(--transition);
  --link-decoration: inherit;
  --link-decoration-hover: inherit;
  --link-underline-offset: auto;
  --link-weight: 500;
}
/* Feat: Column Variables */
:root {
  --col-width-s: 13rem;
  --col-width-m: 25rem;
  --col-width-l: 38rem;
  --col-rule-width-s: 0.5px;
  --col-rule-width-m: 1px;
  --col-rule-width-l: 3px;
}
/* Feat: Sticky Variables */
:root {
  --sticky-offset-custom: 60px;
}
/* Contextual Text Color Variables */
:root {
  --body-color: var(--spruce-bg-default);
  --bg-ultra-light: var(--spruce-surface-light);
  --bg-light: var(--spruce-bg-light);
  --bg-dark: var(--spruce-green-default);
  --bg-ultra-dark: var(--spruce-surface-dark);
  --text-light: var(--spruce-text-default);
  --text-light-muted: var(--spruce-text-default);
  --text-dark: var(--spruce-text-dark);
  --text-dark-muted: var(--body-muted-on-dark);
}
/* Feat: Contextual Relationship Variables */
:root {
  --body-bg-color: var(--spruce-bg-default);
  --bg-ultra-light-text: var(--spruce-palette-gray-700);
  --bg-light-text: var(--spruce-palette-gray-700);
  --bg-dark-text: var(--body-on-dark);
  --bg-ultra-dark-text: var(--body-on-dark);
  --bg-ultra-light-heading: var(--spruce-text-default);
  --bg-light-heading: var(--spruce-text-default);
  --bg-dark-heading: var(--heading-on-dark);
  --bg-ultra-dark-heading: var(--heading-on-dark);
  --bg-ultra-light-link: var(--link-on-light);
  --bg-light-link: var(--link-on-light);
  --bg-light-link-hover: var(--ewp-palette-forest);
  --bg-dark-link: var(--link-on-dark);
  --bg-dark-link-hover: var(--ewp-palette-lime);
  --bg-ultra-dark-link: var(--link-on-dark);
  --bg-light-focus: var(--spruce-green-default);
  --bg-dark-focus: var(--btn-primary-bg-on-dark);
  --bg-ultra-light-button: ;
  --bg-light-button: ;
  --bg-dark-button: ;
  --bg-ultra-dark-button: ;
}
/* Feat: Radius Variables */
:root {
  --radius: 12px;
  --radius-50: 50%;
  --radius-circle: 50vw;
  --radius-none: 0;
  --radius-m: var(--radius);
}
/* Feat: Border Variables */
:root {
  --border-size: 1px;
  --border-width: 1px;
  --border-style: solid;
  --border-color-dark: color-mix(in oklch, var(--black) 20%, transparent);
  --border-color-light: color-mix(in oklch, var(--white) 20%, transparent);
  --border: var(--border-size) var(--border-style) var(--border-color-dark);
  --border-light: var(--border-size) var(--border-style) var(--border-color-light);
  --border-dark: var(--border-size) var(--border-style) var(--border-color-dark);
}
/* Feat: Divider Variables */
:root {
  --divider-size: 1px;
  --divider-style: solid;
  --divider-inline-size: 100%;
  --divider-gap: var(--content-gap);
  --divider-color-dark: color-mix(in srgb, var(--black) 20%, transparent);
  --divider-color-light: color-mix(in srgb, var(--white) 20%, transparent);
  --divider: var(--divider-size) var(--divider-style) var(--divider-color-dark);
  --divider-light: var(--divider-size) var(--divider-style) var(--divider-color-light);
  --divider-dark: var(--divider-size) var(--divider-style) var(--divider-color-dark);
}
/* Feat: Transition Variables */
:root {
  --transition-duration: 0.3s;
  --transition-timing: ease-in-out;
  --transition-delay: 0s;
  --transition: 0.3s ease-in-out 0s;
}
/* Feat: Icon Variables */
:root {
  --icon-size: 32px;
  --icon-padding: 0.35em;
  --icon-radius: var(--radius);
  --icon-background: #061D19;
  --icon-background-hover: #061D19;
  --icon-border-color: color-mix(in srgb, var(--primary-dark) 10%, transparent);
  --icon-border-color-hover: color-mix(in srgb, var(--primary-dark) 10%, transparent);
  --icon-border-width: var(--border-width);
  --icon-border-style: var(--border-style);
  --icon-color: #B8FF90;
  --icon-color-hover: #B8FF90;
  --icon-list-icon-size: 1.1em;
  --icon-list-gap: 0.75em;
  --icon-block-offset: 0.02em;
  --icon-light-color: #B8FF90;
  --icon-light-color-hover: #B8FF90;
  --icon-light-background: #061D19;
  --icon-light-background-hover: #061D19;
  --icon-light-border-color: color-mix(in srgb, var(--primary-dark) 10%, transparent);
  --icon-light-border-color-hover: color-mix(in srgb, var(--primary-dark) 10%, transparent);
  --icon-dark-color: var(--primary-dark);
  --icon-dark-color-hover: var(--primary-semi-dark);
  --icon-dark-background: var(--primary-light);
  --icon-dark-background-hover: var(--primary-ultra-light);
  --icon-dark-border-color: color-mix(in srgb, var(--primary-dark) 10%, transparent);
  --icon-dark-border-color-hover: color-mix(in srgb, var(--primary-dark) 10%, transparent);
  --icon-size-s: 16px;
  --icon-size-m: 32px;
  --icon-size-l: 64px;
}
/* Feat: Box Shadow Variables */
:root {
  --box-shadow-md: 0 0 40px color-mix(in srgb, black 10%, transparent);
  --box-shadow-lg: 0 0 60px color-mix(in srgb, black 20%, transparent);
  --box-shadow-xl: 0 0 80px color-mix(in srgb, black 30%, transparent);
  --box-shadow-1: 0 0 40px color-mix(in srgb, black 10%, transparent);
  --box-shadow-2: 0 0 60px color-mix(in srgb, black 20%, transparent);
  --box-shadow-3: 0 0 80px color-mix(in srgb, black 30%, transparent);
}
/* Color Scheme */
:root {
  color-scheme: light only;
}
/* Feat: Reset */
:root {
  interpolate-size: allow-keywords;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  min-block-size: 100vh;
}
input, button, textarea, select {
  font: inherit;
}
:where(dd) {
  margin-inline-start: 0;
}
/* Feat: Body, Heading, or Text Defaults */
html {
  font-size: var(--root-font-size) !important;
}
/* Feat: Body Defaults */
:where(body) {
  font-size: var(--default-font-size, var(--text-m));
  font-family: var(--text-font-family);
  color: var(--text-color);
  line-height: var(--text-line-height);
  font-weight: var(--text-font-weight);
  text-wrap: var(--text-text-wrap);
  background: var(--body-bg-color, var(--spruce-bg-default));
}
:where(p) {
  line-height: var(--text-line-height, calc(6px + 2ex));
}
/* Feat: Link Defaults */
body a:where(:not([class*= btn--])) {
  color: var(--link-color, var(--ewp-palette-forest));
  font-weight: var(--link-weight, 500);
  -webkit-text-decoration: var(--link-decoration, inherit);
  text-decoration: var(--link-decoration, inherit);
  text-underline-offset: var(--link-underline-offset, auto);
  transition: var(--link-transition, var(--transition));
}
@media (hover: hover) and (pointer: fine) {
  body a:where(:not([class*= btn--])):hover {
    color: var(--link-color-hover, var(--ewp-palette-forest));
  }
}
/* Feat: Heading Defaults */
h1, :where(.h1), h2, :where(.h2), h3, :where(.h3), h4, :where(.h4), h5, :where(.h5), h6, :where(.h6) {
  font-family: var(--heading-font-family);
  line-height: var(--heading-line-height);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  text-wrap: var(--heading-text-wrap);
}
h1 {
  font-size: var(--h1);
  max-width: var(--h1-max-width);
}
h2 {
  font-size: var(--h2);
}
h3 {
  font-size: var(--h3);
}
h4 {
  font-size: var(--h4);
  line-height: var(--h4-line-height);
}
h5 {
  font-size: var(--h5);
}
h6 {
  font-size: var(--h6);
}
@layer acss-layer-icons {
  [data-icon]:is(svg, i, a) {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    color: var(--icon-color, var(--neutral-dark));
    font-size: var(--icon-size);
    height: var(--icon-height, var(--icon-size, 24px));
    width: var(--icon-width, var(--icon-size, 24px));
    transition: var(--icon-transition, var(--transition));
    box-shadow: var(--icon-shadow, none);
    overflow: visible;
  }
  [data-icon]:is(i)::before {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: var(--icon-size);
  }
  [data-icon].brxe-icon {
    font-size: var(--icon-size);
  }
  [data-icon] svg {
    color: var(--icon-color);
  }
  [data-icon]:is(a):hover, [data-icon] [data-icon-hover]:hover, [data-icon] [data-icon-hover]:hover [data-icon] {
    --icon-background: var(--icon-background-hover);
    --icon-color: var(--icon-color-hover);
    --icon-border-color: var(--icon-border-color-hover);
  }
  .icon--s, [data-icon-size="s"] {
    --icon-size: var(--icon-size-s);
    --icon-padding: var(--icon-padding-s);
  }
  .icon--m, [data-icon-size="m"] {
    --icon-size: var(--icon-size-m);
    --icon-padding: var(--icon-padding-m);
  }
  .icon--l, [data-icon-size="l"] {
    --icon-size: var(--icon-size-l);
    --icon-padding: var(--icon-padding-l);
  }
  .icon--light, [data-icon-theme="light"] {
    --icon-color: #B8FF90;
    --icon-color-hover: #B8FF90;
    --icon-background: #061D19;
    --icon-background-hover: #061D19;
    --icon-border-color: color-mix(in srgb, var(--primary-dark) 10%, transparent);
    --icon-border-color-hover: color-mix(in srgb, var(--primary-dark) 10%, transparent);
    --icon-shadow: ;
  }
  .icon--dark, [data-icon-theme="dark"] {
    --icon-color: var(--primary-dark);
    --icon-color-hover: var(--primary-semi-dark);
    --icon-background: var(--primary-light);
    --icon-background-hover: var(--primary-ultra-light);
    --icon-border-color: color-mix(in srgb, var(--primary-dark) 10%, transparent);
    --icon-border-color-hover: color-mix(in srgb, var(--primary-dark) 10%, transparent);
    --icon-shadow: ;
  }
  .icon--boxed, [data-icon-style="boxed"] {
    padding: var(--icon-padding, 12px);
    border-width: var(--icon-border-width, 0);
    border-style: var(--icon-border-style, solid);
    border-radius: var(--icon-radius, var(--radius));
    background: var(--icon-background, var(--neutral-ultra-light));
    border-color: var(--icon-border-color, transparent);
  }
  .icon--naked, [data-icon-style="naked"] {
    --icon-background: transparent;
    --icon-border-width: 0;
    --icon-padding: 0;
  }
  :is([data-icon-list], .icon-list) {
    display: flex;
    flex-direction: column;
    gap: var(--icon-list-gap, 1em);
  }
  :is([data-icon-list], .icon-list) :where(svg, i) {
    --icon-size: var(--icon-list-icon-size, 1em);
    position: relative;
    translate: var(--icon-inline-offset, 0) var(--icon-block-offset, 0);
    flex-shrink: 0;
  }
  :is([data-icon-list], .icon-list) :where(svg, i):is(svg, i, a) {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    color: var(--icon-color, var(--neutral-dark));
    font-size: var(--icon-size);
    height: var(--icon-height, var(--icon-size, 24px));
    width: var(--icon-width, var(--icon-size, 24px));
    transition: var(--icon-transition, var(--transition));
    box-shadow: var(--icon-shadow, none);
    overflow: visible;
  }
  :is([data-icon-list], .icon-list) :where(svg, i):is(i)::before {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: var(--icon-size);
  }
  :is([data-icon-list], .icon-list) :where(svg, i).brxe-icon {
    font-size: var(--icon-size);
  }
  :is([data-icon-list], .icon-list) :where(svg, i) svg {
    color: var(--icon-color);
  }
  :is([data-icon-list], .icon-list) :where(svg, i):is(a):hover, :is([data-icon-list], .icon-list) :where(svg, i) [data-icon-hover]:hover, :is([data-icon-list], .icon-list) :where(svg, i) [data-icon-hover]:hover [data-icon] {
    --icon-background: var(--icon-background-hover);
    --icon-color: var(--icon-color-hover);
    --icon-border-color: var(--icon-border-color-hover);
  }
  :is([data-icon-list], .icon-list) a:hover {
    --icon-color: var(--icon-color-hover, var(--primary));
    --icon-background: var(--icon-background-hover, var(--primary-hover));
  }
  :where(a:has(> svg, > i)):hover {
    --icon-color: var(--icon-color-hover, var(--primary));
    --icon-background: var(--icon-background-hover, var(--primary-hover));
  }
}
/* Feat: Smooth Scrolling */
html {
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: auto;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Feat: Focus Styles */
:focus {
  outline: none;
  box-shadow: none;
}
:focus-visible {
  outline-style: solid;
  outline-color: var(--focus-color);
  outline-width: var(--focus-width);
  outline-offset: var(--focus-offset);
}
@supports not selector(:focus-visible) {
  :focus {
    outline-style: solid;
    outline-color: var(--focus-color);
    outline-width: var(--focus-width);
    outline-offset: var(--focus-offset);
  }
}
/* Feat: Default Section Styles */
:where(section:not(section section)) {
  display: flex;
  flex-direction: column;
  padding-block: var(--section-padding-block);
  padding-inline: var(--gutter);
}
.bg--ultra-light {
  background-color: var(--bg-ultra-light);
}
.bg--light {
  background-color: var(--bg-light);
}
.bg--dark {
  background-color: var(--bg-dark);
}
.bg--ultra-dark {
  background-color: var(--bg-ultra-dark);
}
.text--light {
  color: var(--text-light);
}
.text--light-muted {
  color: var(--text-light-muted);
}
.text--dark {
  color: var(--text-dark);
}
.text--dark-muted {
  color: var(--text-dark-muted);
}
/* Feat: Content Grid */
:where(.content-grid) {
  --full: minmax(var(--gutter), 1fr);
  padding-inline: 0;
  column-gap: 0 !important;
  display: grid !important;
  grid-template-columns: [full-start] var(--full) [feature-max-start] minmax(0, var(--feature-max-width, 100px)) [feature-start] minmax(0, var(--feature-width, 50px)) [content-start] min(var(--content-width), 100% - var(--gutter) * 2) [content-end] minmax(0, var(--feature-width, 50px)) [feature-end] minmax(0, var(--feature-max-width, 100px)) [feature-max-end] var(--full) [full-end];
}
:where(.content-grid) > :not(.content--feature, .content--feature-max, .content--full, .content--full-safe) {
  width: 100%;
  max-width: 100%;
}
:where(.content-grid) > :where(:not(.content--feature, .content--feature-max, .content--full, .content--full-safe)) {
  grid-column: content;
}
.content--feature {
  grid-column: feature;
}
.content--feature-max {
  grid-column: feature-max;
}
.content--full {
  grid-column: full;
}
.content--full-safe {
  grid-column: full;
  padding-inline: var(--gutter);
}
.content-grid:where(.content--full-safe) {
  padding-inline: var(--gutter);
}
:is(.content--feature, .content--feature-max, .content--full, .content--full-safe):not(.content-grid--off :is(.content--feature, .content--feature-max, .content--full, .content--full-safe)) {
  width: 100% !important;
  max-width: 100%;
}
:is(.content--feature, .content--feature-max, .content--full, .content--full-safe) :is(figure img, picture img) {
  width: 100%;
}
.content-grid:is([class*="padding--"], [class*="section--"], [class*="header--"]) {
  padding-inline: 0;
}
:where(.bg--ultra-light) {
  --relative-text-color: var(--bg-ultra-light-text);
  color: var(--relative-text-color, inherit);
}
:where(.bg--light) {
  --relative-text-color: var(--bg-light-text);
  color: var(--relative-text-color, inherit);
}
:where(.bg--dark) {
  --relative-text-color: var(--bg-dark-text);
  color: var(--relative-text-color, inherit);
}
:where(.bg--ultra-dark) {
  --relative-text-color: var(--bg-ultra-dark-text);
  color: var(--relative-text-color, inherit);
}
.bg--ultra-light :where(h1, h2, h3, h4, h5, h6) {
  color: var(--relative-heading-color, inherit);
}
.bg--light :where(h1, h2, h3, h4, h5, h6) {
  color: var(--relative-heading-color, inherit);
}
.bg--dark :where(h1, h2, h3, h4, h5, h6) {
  color: var(--relative-heading-color, inherit);
}
.bg--ultra-dark :where(h1, h2, h3, h4, h5, h6) {
  color: var(--relative-heading-color, inherit);
}
.bg--ultra-light {
  --relative-heading-color: var(--bg-ultra-light-heading);
}
.bg--light {
  --relative-heading-color: var(--bg-light-heading);
}
.bg--dark {
  --relative-heading-color: var(--bg-dark-heading);
}
.bg--ultra-dark {
  --relative-heading-color: var(--bg-ultra-dark-heading);
}
.bg--ultra-light :is(a):where(:not([class*= btn--], :is(h1, h2, h3, h4, h5, h6) a)) {
  color: var(--relative-link-color);
}
.bg--light :is(a):where(:not([class*= btn--], :is(h1, h2, h3, h4, h5, h6) a)) {
  color: var(--relative-link-color);
}
.bg--light :is(a):where(:not([class*= btn--], :is(h1, h2, h3, h4, h5, h6) a)):hover {
  color: var(--relative-link-color-hover);
}
.bg--dark :is(a):where(:not([class*= btn--], :is(h1, h2, h3, h4, h5, h6) a)) {
  color: var(--relative-link-color);
}
.bg--dark :is(a):where(:not([class*= btn--], :is(h1, h2, h3, h4, h5, h6) a)):hover {
  color: var(--relative-link-color-hover);
}
.bg--ultra-dark :is(a):where(:not([class*= btn--], :is(h1, h2, h3, h4, h5, h6) a)) {
  color: var(--relative-link-color);
}
.bg--ultra-light {
  --relative-link-color: var(--bg-ultra-light-link);
  --relative-link-color-hover: var(--bg-ultra-light-link-hover);
}
.bg--light {
  --relative-link-color: var(--bg-light-link);
  --relative-link-color-hover: var(--bg-light-link-hover);
}
.bg--dark {
  --relative-link-color: var(--bg-dark-link);
  --relative-link-color-hover: var(--bg-dark-link-hover);
}
.bg--ultra-dark {
  --relative-link-color: var(--bg-ultra-dark-link);
  --relative-link-color-hover: var(--bg-ultra-dark-link-hover);
}
.bg--light {
  --focus-color: var(--bg-light-focus);
}
.bg--light [class*="btn"]:not(.unrelate) {
  --focus-color: var(--bg-light-focus);
}
.bg--dark {
  --focus-color: var(--bg-dark-focus);
}
.bg--dark [class*="btn"]:not(.unrelate) {
  --focus-color: var(--bg-dark-focus);
}
/* Feat: Section Padding */
.section--xs {
  padding-block: var(--section-space-xs);
  padding-inline: var(--gutter);
}
.section--s {
  padding-block: var(--section-space-s);
  padding-inline: var(--gutter);
}
.section--s-to-xs {
  padding-block: var(--section-space-s-to-xs);
  padding-inline: var(--gutter);
}
.section--m {
  padding-block: var(--section-space-m);
  padding-inline: var(--gutter);
}
.section--m-to-s {
  padding-block: var(--section-space-m-to-s);
  padding-inline: var(--gutter);
}
.section--m-to-xs {
  padding-block: var(--section-space-m-to-xs);
  padding-inline: var(--gutter);
}
.section--l {
  padding-block: var(--section-space-l);
  padding-inline: var(--gutter);
}
.section--l-to-m {
  padding-block: var(--section-space-l-to-m);
  padding-inline: var(--gutter);
}
.section--l-to-s {
  padding-block: var(--section-space-l-to-s);
  padding-inline: var(--gutter);
}
.section--l-to-xs {
  padding-block: var(--section-space-l-to-xs);
  padding-inline: var(--gutter);
}
.section--xl {
  padding-block: var(--section-space-xl);
  padding-inline: var(--gutter);
}
.section--xl-to-l {
  padding-block: var(--section-space-xl-to-l);
  padding-inline: var(--gutter);
}
.section--xl-to-m {
  padding-block: var(--section-space-xl-to-m);
  padding-inline: var(--gutter);
}
.section--xl-to-s {
  padding-block: var(--section-space-xl-to-s);
  padding-inline: var(--gutter);
}
.section--xl-to-xs {
  padding-block: var(--section-space-xl-to-xs);
  padding-inline: var(--gutter);
}
.section--xxl {
  padding-block: var(--section-space-xxl);
  padding-inline: var(--gutter);
}
.section--xxl-to-xl {
  padding-block: var(--section-space-xxl-to-xl);
  padding-inline: var(--gutter);
}
.section--xxl-to-l {
  padding-block: var(--section-space-xxl-to-l);
  padding-inline: var(--gutter);
}
.section--xxl-to-m {
  padding-block: var(--section-space-xxl-to-m);
  padding-inline: var(--gutter);
}
.section--xxl-to-s {
  padding-block: var(--section-space-xxl-to-s);
  padding-inline: var(--gutter);
}
.section--xxl-to-xs {
  padding-block: var(--section-space-xxl-to-xs);
  padding-inline: var(--gutter);
}
.section--none {
  padding-block: 0;
  padding-inline: var(--gutter);
}
.header--xs {
  padding-block: var(--space-xs);
  padding-inline: var(--gutter);
}
.header--s {
  padding-block: var(--space-s);
  padding-inline: var(--gutter);
}
.header--m {
  padding-block: var(--space-m);
  padding-inline: var(--gutter);
}
.header--l {
  padding-block: var(--space-l);
  padding-inline: var(--gutter);
}
.header--xl {
  padding-block: var(--space-xl);
  padding-inline: var(--gutter);
}
.header--xxl {
  padding-block: var(--space-xxl);
  padding-inline: var(--gutter);
}
/* Feat: Overlays */
[class*="overlay--"], .overlay {
  position: relative;
  z-index: 0;
}
[class*="overlay--"]::before, .overlay::before {
  content: "";
  background: var(--overlay-color, rgba(0, 0, 0, 0.7));
  position: absolute;
  inset: 0;
  z-index: -1;
}
:is(.text--xxl, .text--xl, .text--l, .text--m, .text--s, .text--xs) {
  font-family: var(--text-font-family);
  line-height: var(--text-line-height);
  font-weight: var(--text-font-weight);
  text-wrap: var(--text-text-wrap);
}
.text--xxl {
  font-size: var(--text-xxl);
}
.text--xxl:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
  max-width: var(--text-xxl-max-width);
}
.text--xl {
  font-size: var(--text-xl);
}
.text--xl:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
  max-width: var(--text-xl-max-width);
}
.text--l {
  font-size: var(--text-l);
}
.text--l:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
  max-width: var(--text-l-max-width);
}
.text--m {
  font-size: var(--text-m);
  line-height: var(--text-m-line-height);
}
.text--m:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
  max-width: var(--text-m-max-width);
}
.text--s {
  font-size: var(--text-s);
}
.text--s:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
  max-width: var(--text-s-max-width);
}
.text--xs {
  font-size: var(--text-xs);
}
.text--xs:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
  max-width: var(--text-xs-max-width);
}
.h1 {
  font-size: var(--h1);
  max-width: var(--h1-max-width);
}
.h2 {
  font-size: var(--h2);
}
.h3 {
  font-size: var(--h3);
}
.h4 {
  font-size: var(--h4);
  line-height: var(--h4-line-height);
}
.h5 {
  font-size: var(--h5);
}
.h6 {
  font-size: var(--h6);
}
body blockquote {
  text-wrap: pretty;
}
/* Feat: Width */
.width--10 {
  inline-size: 100%;
  max-inline-size: calc(var(--content-width) * 0.1);
}
.width--20 {
  inline-size: 100%;
  max-inline-size: calc(var(--content-width) * 0.2);
}
.width--30 {
  inline-size: 100%;
  max-inline-size: calc(var(--content-width) * 0.3);
}
.width--40 {
  inline-size: 100%;
  max-inline-size: calc(var(--content-width) * 0.4);
}
.width--50 {
  inline-size: 100%;
  max-inline-size: calc(var(--content-width) * 0.5);
}
.width--60 {
  inline-size: 100%;
  max-inline-size: calc(var(--content-width) * 0.6);
}
.width--70 {
  inline-size: 100%;
  max-inline-size: calc(var(--content-width) * 0.7);
}
.width--80 {
  inline-size: 100%;
  max-inline-size: calc(var(--content-width) * 0.8);
}
.width--90 {
  inline-size: 100%;
  max-inline-size: calc(var(--content-width) * 0.9);
}
.width--full {
  inline-size: 100%;
  max-inline-size: 100%;
}
figure[class*="width--"] img {
  inline-size: 100%;
}
.width--auto {
  inline-size: auto !important;
  max-inline-size: 100%;
}
.content-width {
  inline-size: 100%;
  max-inline-size: var(--content-width);
  margin-inline: auto;
}
.content-width--safe {
  inline-size: 100%;
  max-inline-size: var(--content-width-safe);
  margin-inline: auto;
}
/* Feat: Auto Container Gap */
:where(section:not(section section)) {
  gap: var(--container-gap);
}
/* Feat: Auto Content Gap */
:where(section:not(section section)) > :where(div, ul, ol) {
  gap: var(--content-gap);
}
/* Feat: Auto Container Gap */
:where([data-etch-element="flex-div"]:not(main)) {
  gap: var(--content-gap);
}
/* Feat: Auto Grid Gap */
section > div:where([class*="grid--"]), :where([class*="grid--"]) {
  gap: var(--grid-gap);
}
:where(img) {
  border-radius: var(--radius);
}
form.wsf-form {
  --wsf-form-border-radius: 0;
  --wsf-form-border-width: 0px;
  --wsf-form-border-style: solid;
  --wsf-form-grid-gap: 20px;
  --wsf-form-padding-horizontal: 0px;
  --wsf-form-padding-vertical: 0px;
  --wsf-form-transition-enabled: 1;
  --wsf-form-transition-speed: var(--transition-duration);
  --wsf-form-transition-timing-function: var(--transition-timing);
  --wsf-form-font-size: var(--text-m);
  --wsf-form-font-size-small: var(--text-s);
  --wsf-form-font-size-large: var(--text-l);
  --wsf-form-font-style: normal;
  --wsf-form-font-weight: normal;
  --wsf-form-letter-spacing: var(--text-letter-spacing);
  --wsf-form-line-height: var(--text-line-height);
  --wsf-form-text-decoration: none;
  --wsf-form-text-transform: none;
  --wsf-group-li-border-radius: var(--btn-border-radius);
  --wsf-group-ul-border-width: 1px;
  --wsf-group-ul-border-style: solid;
  --wsf-group-li-border-width: 1px;
  --wsf-group-li-border-style: solid;
  --wsf-group-li-gap: 0px;
  --wsf-group-li-padding-horizontal: 1.5em;
  --wsf-group-li-padding-vertical: 0.75em;
  --wsf-group-li-font-size: var(--f-form-font-size);
  --wsf-group-li-font-weight: ;
  --wsf-group-li-font-style: inherit;
  --wsf-group-li-letter-spacing: 0;
  --wsf-group-li-line-height: var(--f-form-line-height);
  --wsf-group-li-text-decoration: inherit;
  --wsf-group-li-text-transform: inherit;
  --wsf-group-li-steps-size: var(--space-l);
  --wsf-group-li-steps-font-size: var(--f-form-font-size);
  --wsf-group-li-steps-font-weight: ;
  --wsf-group-li-steps-font-style: normal;
  --wsf-group-li-steps-text-decoration: none;
  --wsf-section-legend-font-size: var(--f-form-font-size);
  --wsf-section-legend-font-style: normal;
  --wsf-section-legend-font-weight: 600;
  --wsf-section-legend-line-height: var(--f-form-line-height);
  --wsf-section-legend-text-decoration: none;
  --wsf-section-legend-text-transform: none;
  --wsf-section-legend-gap: 1rem;
  --wsf-section-icon-size: var(--text-m);
  --wsf-field-border-radius: var(--radius);
  --wsf-field-border-width: 1px;
  --wsf-field-border-style: solid;
  --wsf-field-box-shadow-width-focus: 0px;
  --wsf-field-fieldset-legend-font-size: var(--f-form-font-size);
  --wsf-field-fieldset-legend-font-style: normal;
  --wsf-field-fieldset-legend-font-weight: 400;
  --wsf-field-fieldset-legend-text-decoration: none;
  --wsf-field-fieldset-legend-text-transform: none;
  --wsf-field-fieldset-legend-gap: 0.5em;
  --wsf-field-help-font-size: var(--text-s);
  --wsf-field-help-font-style: normal;
  --wsf-field-help-font-weight: 400;
  --wsf-field-help-line-height: 1.5;
  --wsf-field-help-text-decoration: none;
  --wsf-field-help-text-transform: none;
  --wsf-field-help-gap: 0.5em;
  --wsf-field-invalid-feedback-font-size: var(--text-s);
  --wsf-field-invalid-feedback-font-style: normal;
  --wsf-field-invalid-feedback-font-weight: 400;
  --wsf-field-invalid-feedback-letter-spacing: var(--text-letter-spacing);
  --wsf-field-invalid-feedback-line-height: var(--text-line-height);
  --wsf-field-invalid-feedback-text-decoration: none;
  --wsf-field-invalid-feedback-text-transform: none;
  --wsf-field-invalid-feedback-gap: 0.5em;
  --wsf-field-label-font-size: var(--f-form-font-size);
  --wsf-field-label-font-style: normal;
  --wsf-field-label-font-weight: 400;
  --wsf-field-label-letter-spacing: var(--text-letter-spacing);
  --wsf-field-label-line-height: var(--text-line-height);
  --wsf-field-label-text-decoration: none;
  --wsf-field-label-text-transform: none;
  --wsf-field-label-gap: 0.5em;
  --wsf-field-label-inside-offset: -20px;
  --wsf-field-label-inside-scale: 0.9;
  --wsf-field-padding-horizontal: 10px;
  --wsf-field-padding-vertical: 8.5px;
  --wsf-field-prefix-suffix-font-size: var(--text-s);
  --wsf-field-prefix-suffix-font-style: normal;
  --wsf-field-prefix-suffix-font-weight: 400;
  --wsf-field-prefix-suffix-letter-spacing: var(--text-letter-spacing);
  --wsf-field-prefix-suffix-line-height: var(--text-line-height);
  --wsf-field-prefix-suffix-text-decoration: none;
  --wsf-field-prefix-suffix-text-transform: none;
  --wsf-field-tooltip-font-size: var(--text-xs);
  --wsf-field-tooltip-font-weight: 400;
  --wsf-field-tooltip-line-height: var(--text-line-height);
  --wsf-field-tooltip-border-radius: var(--radius-s);
  --wsf-field-tooltip-gap: 5px;
  --wsf-field-font-size: var(--text-m);
  --wsf-field-font-style: normal;
  --wsf-field-font-weight: 400;
  --wsf-field-letter-spacing: var(--text-letter-spacing);
  --wsf-field-line-height: var(--text-line-height);
  --wsf-field-text-decoration: none;
  --wsf-field-text-transform: none;
  --wsf-field-checkbox-border-radius: 4px;
  --wsf-field-checkbox-gap-horizontal: 6px;
  --wsf-field-checkbox-gap-vertical: 10px;
  --wsf-field-datetime-calendar-border-style: solid;
  --wsf-field-datetime-calendar-border-width: 1px;
  --wsf-field-datetime-calendar-font-size: var(--text-s);
  --wsf-field-datetime-calendar-font-style: normal;
  --wsf-field-datetime-calendar-font-weight: 400;
  --wsf-field-datetime-calendar-letter-spacing: var(--text-letter-spacing);
  --wsf-field-datetime-calendar-line-height: var(--text-line-height);
  --wsf-field-datetime-calendar-text-decoration: none;
  --wsf-field-datetime-calendar-text-transform: none;
  --$wsf-field-datetime-padding-vertical: 6px;
  --$wsf-field-datetime-padding-horizontal: 8px;
  --wsf-field-file-dropzonejs-border-style: solid;
  --wsf-field-file-dropzonejs-border-width: 1px;
  --wsf-field-file-dropzonejs-border-radius: var(--radius);
  --wsf-field-file-dropzonejs-padding-inline: var(--wsf-form-grid-gap);
  --wsf-field-file-dropzonejs-padding-block: var(--wsf-form-grid-gap);
  --wsf-field-file-dropzonejs-progress-radius: var(--radius);
  --wsf-field-file-dropzonejs-progress-gap: 5px;
  --wsf-field-file-dropzonejs-progress-height: 10px;
  --wsf-field-radio-gap-horizontal: 6px;
  --wsf-field-radio-gap-vertical: 10px;
  --wsf-field-range-track-border-radius: 50px;
  --wsf-field-range-tickmark-label-font-size: var(--text-s);
  --wsf-field-range-tickmark-label-font-style: normal;
  --wsf-field-range-tickmark-label-font-weight: 400;
  --wsf-field-range-tickmark-label-letter-spacing: var(--text-letter-spacing);
  --wsf-field-range-tickmark-label-line-height: var(--text-line-height);
  --wsf-field-range-tickmark-label-text-decoration: none;
  --wsf-field-range-tickmark-label-text-transform: none;
  --wsf-field-select-arrow-width: 12px;
  --wsf-field-select-arrow-height: 6px;
  --wsf-field-texteditor-font-size: var(--text-s);
  --wsf-field-texteditor-font-style: normal;
  --wsf-field-texteditor-font-weight: 400;
  --wsf-field-texteditor-letter-spacing: var(--text-letter-spacing);
  --wsf-field-texteditor-line-height: var(--text-line-height);
  --wsf-field-texteditor-text-decoration: none;
  --wsf-field-texteditor-text-transform: none;
  --wsf-field-texteditor-p-margin-bottom: 1em;
  --wsf-form-color-background: transparent;
  --wsf-form-color-base: var(--text-dark);
  --wsf-form-color-base-contrast: var(--text-light);
  --wsf-form-color-accent: var(--primary);
  --wsf-form-color-neutral: var(--neutral-light);
  --wsf-form-color-primary: var(--primary);
  --wsf-form-color-secondary: var(--secondary);
  --wsf-form-color-success: var(--success, #2e8540);
  --wsf-form-color-danger: var(--danger, #bb0000);
  --wsf-form-color-warning: var(--warning, #fdb81e);
  --wsf-form-color-info: var(--info, #02bfe7);
  --wsf-form-border-color: transparent;
  --wsf-group-li-color-background: transparent;
  --wsf-group-li-color-background-active: var(--text-light);
  --wsf-group-li-color-background-focus: var(--text-light);
  --wsf-group-li-color-background-disabled: var(--neutral-trans-60);
  --wsf-group-li-border-color: var(--primary-light);
  --wsf-group-li-border-color-active: var(--primary);
  --wsf-group-li-border-color-focus: var(--primary);
  --wsf-group-li-border-color-disabled: var(--neutral-trans-60);
  --wsf-group-ul-border-color: var(--neutral);
  --wsf-group-li-color: var(--f-form-color-base);
  --wsf-group-li-color-active: var(--f-form-color-base);
  --wsf-group-li-color-focus: var(--f-form-color-base);
  --wsf-group-li-color-disabled: var(--neutral-trans-60);
  --wsf-group-li-steps-color-background: var(--white);
  --wsf-group-li-steps-color-background-active: var(--primary-light);
  --wsf-group-li-steps-color-background-complete: var(--primary);
  --wsf-group-li-steps-border-color: var(--primary-light);
  --wsf-group-li-steps-border-color-active: var(--primary);
  --wsf-group-li-steps-border-color-complete: var(--primary);
  --wsf-group-li-steps-color: var(--f-form-color-base);
  --wsf-group-li-steps-color-active: var(--f-form-color-base);
  --wsf-group-li-steps-color-complete: var(--text-light);
  --wsf-section-color-background: transparent;
  --wsf-section-legend-color-background: transparent;
  --wsf-section-legend-color: var(--f-form-color-base);
  --wsf-field-fieldset-legend-color-background: transparent;
  --wsf-field-fieldset-legend-color: var(--f-form-color-base);
  --wsf-field-label-color: var(--neutral-dark);
  --wsf-field-label-color-background: ;
  --wsf-field-help-color: var(--f-form-color-base);
  --wsf-field-help-color-background: transparent;
  --wsf-field-color-background: var(--f-form-color-base-contrast);
  --wsf-field-color-background-hover: var(--f-field-color-background);
  --wsf-field-color-background-focus: var(--f-field-color-background);
  --wsf-field-color-background-disabled: var(--neutral-trans-80);
  --wsf-field-color-background-invalid: var(--f-field-color-background);
  --wsf-field-border-color: var(--neutral-light);
  --wsf-field-border-color-hover: var(--neutral-light);
  --wsf-field-border-color-focus: var(--primary);
  --wsf-field-border-color-disabled: var(--neutral-trans-60);
  --wsf-field-border-color-invalid: var(--danger);
  --wsf-field-box-shadow-color-focus: var(--primary);
  --wsf-field-color: var(--f-form-color-base);
  --wsf-field-color-hover: var(--f-field-color);
  --wsf-field-color-focus: var(--f-field-color);
  --wsf-field-color-disabled: var(--neutral-trans-80);
  --wsf-field-color-invalid: var(--danger);
  --wsf-field-color-placeholder: var(--neutral-light);
  --wsf-field-invalid-feedback-color: var(--danger);
  --wsf-field-invalid-feedback-color-background: transparent;
  --wsf-field-prefix-suffix-color: var(--f-form-color-base);
  --wsf-field-prefix-suffix-color-background: var(--neutral-semi-light);
  --wsf-field-checkbox-color-background: var(--white);
  --wsf-field-checkbox-checked-color-background: var(--primary);
  --wsf-field-checkbox-checkmark-color: var(--white);
  --wsf-field-checkbox-button-color-background: var(--neutral-light);
  --wsf-field-checkbox-button-color: var(--neutral);
  --wsf-field-checkbox-checked-button-color-background: var(--primary);
  --wsf-field-checkbox-checked-button-color: var(--white);
  --wsf-field-checkbox-switch-color: var(--neutral-light);
  --wsf-field-checkbox-checked-switch-color-background: var(--primary);
  --wsf-field-checkbox-checked-switch-color: var(--white);
  --wsf-field-radio-color-background: var(--white);
  --wsf-field-radio-checked-color: var(--primary);
  --wsf-field-radio-button-color-background: var(--neutral-light);
  --wsf-field-radio-button-color: var(--neutral);
  --wsf-field-radio-checked-button-color-background: var(--primary);
  --wsf-field-radio-checked-button-color: var(--white);
  --wsf-field-radio-switch-color: var(--neutral-light);
  --wsf-field-radio-checked-switch-color-background: var(--primary);
  --wsf-field-radio-checked-switch-color: var(--white);
  --wsf-field-select-arrow-color: var(--neutral);
  --wsf-field-select-select2-choice-color-background: var(--neutral-light);
  --wsf-field-select-select2-choice-color: var(--neutral);
  --wsf-field-select-select2-choice-color-remove: var(--neutral);
  --wsf-field-select-select2-result-color-background: var(--neutral-light);
  --wsf-field-select-select2-result-color-background-selected: var(--primary);
  --wsf-field-select-select2-result-color-background-highlighted: var(--primary);
  --wsf-field-select-select2-result-color: var(--neutral);
  --wsf-field-select-select2-result-color-selected: var(--white);
  --wsf-field-select-select2-result-color-highlighted: var(--white);
  --wsf-field-progress-color-background: var(--neutral-ultra-light);
  --wsf-field-progress-color-background-bar: var(--primary-light);
  --wsf-field-progress-color-background-complete: var(--primary);
  --wsf-field-range-track-color: var(--neutral-ultra-light);
  --wsf-field-range-track-lower-color: var(--neutral-light);
  --wsf-field-range-track-upper-color: var(--neutral-ultra-light);
  --wsf-field-range-thumb-color: var(--primary);
  --wsf-field-range-tickmark-color: var(--neutral);
  --wsf-field-range-tickmark-label-color: var(--neutral);
}
form.wsf-form.form--light, .form--light .wsf-form {
  color-scheme: light;
}
form.wsf-form.form--dark, .form--dark .wsf-form {
  color-scheme: dark;
}
/* Feat: Is Background */
:has(> .is-bg) {
  position: relative;
  isolation: isolate;
}
:is(*, img, figure, picture).is-bg {
  position: var(--bg-position, absolute);
  inset: var(--bg-inset, 0);
  inline-size: var(--bg-width, 100%);
  block-size: var(--bg-height, 100%);
  border-radius: var(--bg-radius, 0);
  object-fit: var(--bg-object-fit, cover);
  object-position: var(--bg-object-position, center);
  z-index: var(--bg-z-index, -2);
  border-radius: var(--bg-radius, 0);
  pointer-events: none;
}
:is(*, img, figure, picture).is-bg > img {
  object-fit: var(--bg-object-fit, cover);
  object-position: var(--bg-object-position, center);
}
.content-grid > :is(*, img, figure, picture).is-bg {
  grid-column: full;
}
/* Feat: Smart Spacing */
body :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
  margin-block: 0;
}
.smart-spacing-normalize :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
  margin-block: 0;
}
.smart-spacing {
  gap: 0;
}
.smart-spacing > * + * {
  margin-block-start: var(--flow-spacing, initial);
  margin-block-end: 0;
}
.smart-spacing > * + :where(h1, h2, h3, h4, h5, h6) {
  margin-block-start: var(--heading-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.smart-spacing > :where(* + h2) {
  margin-block-start: var(--h2-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.smart-spacing > :where(* + h3) {
  margin-block-start: var(--h3-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.smart-spacing > :where(* + h4) {
  margin-block-start: var(--h4-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.smart-spacing > :where(* + h5) {
  margin-block-start: var(--h5-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.smart-spacing > :where(* + h6) {
  margin-block-start: var(--h6-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.smart-spacing > * + p {
  margin-block-start: var(--paragraph-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.smart-spacing > :is(* + ul, * + ol) {
  margin-block: var(--list-spacing, var(--flow-spacing, initial));
}
.smart-spacing > :is(ul, ol) {
  padding-inline-start: var(--list-indent-spacing, var(--flow-spacing, initial));
}
.smart-spacing > ul * + li, .smart-spacing > ol * + li {
  margin-block-start: var(--list-item-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.smart-spacing > ul ul, .smart-spacing > ol ol, .smart-spacing > ul ol, .smart-spacing > ol ul {
  margin-block: var(--nested-list-spacing, var(--list-item-spacing, initial));
  padding-inline-start: var(--nested-list-indent-spacing, initial);
}
.smart-spacing > :is(ul, ol) :is(ul, ol) li {
  margin-block-start: var(--nested-list-item-spacing, var(--list-item-spacing, initial));
}
.smart-spacing > * + figure, .smart-spacing > * + picture {
  margin-block: var(--figure-spacing, var(--flow-spacing, initial));
}
.smart-spacing figcaption {
  margin-block: var(--figcaption-spacing, var(--flow-spacing, initial));
}
.smart-spacing > * + blockquote:where(:not(figure > blockquote)) {
  margin-block: var(--blockquote-spacing, var(--flow-spacing, initial));
}
.smart-spacing > blockquote * + * {
  margin-block-start: var(--paragraph-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.smart-spacing--off :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
  margin-block: 0;
}
/* Feat: Default Section Styles */
#shadow-host-companion {
  padding: 0;
}
