/* File: automatic.css - Version: 4.0.0-rc-1 - Generated: 2026-03-07 20:45:01 */
/* Feat: Text, Headings, & Spacing */
:root {
  --root-font-size: 62.5%;
}
/* Feat: Palette */
:root {
  --primary: oklch(0.595 0.138 241);
  --primary-hover: oklch(0.651457 0.155016 242.147154);
  --primary-ultra-light: oklch(0.965936 0.020923 227.518581);
  --primary-light: oklch(0.897801 0.062623 229.423726);
  --primary-semi-light: oklch(0.777836 0.134297 234.007271);
  --primary-semi-dark: oklch(0.544631 0.127905 241.427632);
  --primary-dark: oklch(0.429058 0.099019 240.437427);
  --primary-ultra-dark: oklch(0.237842 0.050453 234.997573);
  --secondary: oklch(0.577 0.234 28);
  --secondary-hover: oklch(0.622621 0.246905 26.769093);
  --secondary-ultra-light: oklch(0.944857 0.026407 11.86187);
  --secondary-light: oklch(0.839675 0.085384 14.518412);
  --secondary-semi-light: oklch(0.672824 0.205504 21.08586);
  --secondary-semi-dark: oklch(0.473464 0.191285 27.347935);
  --secondary-dark: oklch(0.370482 0.148602 26.767347);
  --secondary-ultra-dark: oklch(0.202072 0.078876 22.329589);
  --accent: oklch(0.838 0.062 214);
  --accent-hover: oklch(0.910337 0.035285 214.500367);
  --accent-ultra-light: oklch(0.967774 0.01298 208.765597);
  --accent-light: oklch(0.902271 0.038211 213.077203);
  --accent-semi-light: oklch(0.776237 0.083421 215.642001);
  --accent-semi-dark: oklch(0.530205 0.081208 217.911511);
  --accent-dark: oklch(0.41908 0.062202 217.215742);
  --accent-ultra-dark: oklch(0.236515 0.030889 217.310147);
  --base: oklch(0.249 0.044 239);
  --base-hover: oklch(0.268378 0.048548 238.802684);
  --base-ultra-light: oklch(0.961687 0.014215 238.008031);
  --base-light: oklch(0.886761 0.043674 235.434041);
  --base-semi-light: oklch(0.739132 0.100238 237.174326);
  --base-semi-dark: oklch(0.492649 0.102745 241.824681);
  --base-dark: oklch(0.391335 0.078317 240.465353);
  --base-ultra-dark: oklch(0.224444 0.037629 237.561843);
  --neutral: oklch(0 0 0);
  --neutral-hover: oklch(0 0 0);
  --neutral-ultra-light: oklch(0.961151 0 89.875563);
  --neutral-light: oklch(0.885305 0 89.875563);
  --neutral-semi-light: oklch(0.725157 0 89.875563);
  --neutral-semi-dark: oklch(0.464002 0 89.875563);
  --neutral-dark: oklch(0.371495 0 89.875563);
  --neutral-ultra-dark: oklch(0.217787 0 89.875562);
  --white: #fff;
  --black: #000;
  --danger: oklch(0.764 0.122 353);
  --danger-hover: oklch(0.866596 0.066072 350.233552);
  --danger-ultra-light: oklch(0.95142 0.023078 350.090046);
  --danger-light: oklch(0.855429 0.071019 351.191556);
  --danger-semi-light: oklch(0.682174 0.170708 355.633701);
  --danger-semi-dark: oklch(0.455024 0.167679 1.035343);
  --danger-dark: oklch(0.25798 0.087738 358.392058);
  --danger-ultra-dark: oklch(0.204049 0.063732 357.585006);
  --warning: oklch(0.868 0.172 90);
  --warning-hover: oklch(0.891348 0.159407 93.292023);
  --warning-ultra-light: oklch(0.981709 0.025708 92.388684);
  --warning-light: oklch(0.948772 0.077375 93.929315);
  --warning-semi-light: oklch(0.891644 0.156914 92.989392);
  --warning-semi-dark: oklch(0.658424 0.134553 88.79673);
  --warning-dark: oklch(0.364211 0.074445 90.734211);
  --warning-ultra-dark: oklch(0.281252 0.057581 92.900886);
  --info: oklch(0.503 0.189 348);
  --info-hover: oklch(0.559718 0.21042 348.750596);
  --info-ultra-light: oklch(0.953369 0.022539 341.321288);
  --info-light: oklch(0.86019 0.072241 341.293057);
  --info-semi-light: oklch(0.688694 0.172337 344.47655);
  --info-semi-dark: oklch(0.459514 0.169846 348.731008);
  --info-dark: oklch(0.260189 0.088197 347.182313);
  --info-ultra-dark: oklch(0.206997 0.065153 345.532542);
  --success: oklch(0.63 0.182 148);
  --success-hover: oklch(0.693474 0.201089 147.92839);
  --success-ultra-light: oklch(0.977768 0.032698 159.445147);
  --success-light: oklch(0.938178 0.097746 157.335268);
  --success-semi-light: oklch(0.886555 0.205139 152.417455);
  --success-semi-dark: oklch(0.668643 0.193917 147.92283);
  --success-dark: oklch(0.367216 0.101571 149.818362);
  --success-ultra-dark: oklch(0.280922 0.075608 150.983367);
  --heading-color: var(--primary);
}
/* Feat: Default Section Styles */
:root {
  --content-width: 112rem;
  --content-width-safe: min(var(--content-width), calc(100% - var(--gutter) * 2));
}
/* Feat: Focus Styles */
:root {
  --focus-color: var(--action);
  --focus-width: 0.2rem;
  --focus-offset: 0.25em;
}
/* Feat: Text Defaults */
:root {
  --text-xxl-line-height: 1.5;
  --text-xxl-max-width: 20ch;
  --text-xl-line-height: 1.5;
  --text-l-line-height: 1.5;
  --text-m-line-height: calc(6px + 2ex);
  --text-m-max-width: 100%;
  --text-s-line-height: 1.5;
  --text-xs-line-height: 1.5;
  --base-text-lh: calc(6px + 2ex);
  --text-color: var(--black);
  --text-line-height: calc(6px + 2ex);
  --text-text-wrap: pretty;
}
/* Feat: Heading Defaults */
:root {
  --heading-color: var(--primary);
  --heading-line-height: calc(4px + 2ex);
  --heading-font-weight: 700;
  --heading-text-wrap: balance;
  --base-heading-lh: calc(4px + 2ex);
  --h1-line-height: 1.2;
  --h1-max-width: 100%;
  --h2-line-height: 1.2;
  --h3-line-height: 1.2;
  --h4-line-height: calc(4px + 2ex);
  --h5-line-height: 1.2;
  --h6-line-height: 1.2;
}
/* Feat: Text Size Variables */
:root {
  --text-xs: clamp(1.1rem, calc(0vw + 1.1rem), 1.1rem);
  --text-s: clamp(1.2rem, calc(0vw + 1.2rem), 1.2rem);
  --text-s-to-xs: clamp(1.1rem, calc(0.125vw + 1.06rem), 1.2rem);
  --text-m: clamp(1.6rem, calc(0.25vw + 1.52rem), 1.8rem);
  --text-m-to-s: clamp(1.2rem, calc(0.75vw + 0.96rem), 1.8rem);
  --text-m-to-xs: clamp(1.1rem, calc(0.875vw + 0.82rem), 1.8rem);
  --text-l: clamp(1.92rem, calc(0.59925vw + 1.72824rem), 2.3994rem);
  --text-l-to-m: clamp(1.6rem, calc(0.99925vw + 1.28024rem), 2.3994rem);
  --text-l-to-s: clamp(1.2rem, calc(1.49925vw + 0.72024rem), 2.3994rem);
  --text-l-to-xs: clamp(1.1rem, calc(1.62425vw + 0.58024rem), 2.3994rem);
  --text-xl: clamp(2.304rem, calc(1.11800025vw + 1.94623992rem), 3.1984002rem);
  --text-xl-to-l: clamp(1.92rem, calc(1.59800025vw + 1.40863992rem), 3.1984002rem);
  --text-xl-to-m: clamp(1.6rem, calc(1.99800025vw + 0.96063992rem), 3.1984002rem);
  --text-xl-to-s: clamp(1.2rem, calc(2.49800025vw + 0.40063992rem), 3.1984002rem);
  --text-xl-to-xs: clamp(1.1rem, calc(2.62300025vw + 0.26063992rem), 3.1984002rem);
  --text-xxl: clamp(2.7648rem, calc(1.8733343333vw + 2.1653330134rem), 4.2634674666rem);
  --text-xxl-to-xl: clamp(2.304rem, calc(2.4493343333vw + 1.5202130134rem), 4.2634674666rem);
  --text-xxl-to-l: clamp(1.92rem, calc(2.9293343333vw + 0.9826130134rem), 4.2634674666rem);
  --text-xxl-to-m: clamp(1.6rem, calc(3.3293343333vw + 0.5346130134rem), 4.2634674666rem);
  --text-xxl-to-s: clamp(1.2rem, calc(3.8293343333vw + -0.0253869866rem), 4.2634674666rem);
  --text-xxl-to-xs: clamp(1.1rem, calc(3.9543343333vw + -0.1653869866rem), 4.2634674666rem);
}
/* Feat: Heading Size Variables */
:root {
  --h6: clamp(1.1rem, calc(0vw + 1.1rem), 1.1rem);
  --h5: clamp(1.2rem, calc(0vw + 1.2rem), 1.2rem);
  --h5-to-h6: clamp(1.1rem, calc(0.125vw + 1.06rem), 1.2rem);
  --h4: clamp(1.6rem, calc(0.25vw + 1.52rem), 1.8rem);
  --h4-to-h5: clamp(1.2rem, calc(0.75vw + 0.96rem), 1.8rem);
  --h4-to-h6: clamp(1.1rem, calc(0.875vw + 0.82rem), 1.8rem);
  --h3: clamp(1.92rem, calc(0.59925vw + 1.72824rem), 2.3994rem);
  --h3-to-h4: clamp(1.6rem, calc(0.99925vw + 1.28024rem), 2.3994rem);
  --h3-to-h5: clamp(1.2rem, calc(1.49925vw + 0.72024rem), 2.3994rem);
  --h3-to-h6: clamp(1.1rem, calc(1.62425vw + 0.58024rem), 2.3994rem);
  --h2: clamp(2.304rem, calc(1.11800025vw + 1.94623992rem), 3.1984002rem);
  --h2-to-h3: clamp(1.92rem, calc(1.59800025vw + 1.40863992rem), 3.1984002rem);
  --h2-to-h4: clamp(1.6rem, calc(1.99800025vw + 0.96063992rem), 3.1984002rem);
  --h2-to-h5: clamp(1.2rem, calc(2.49800025vw + 0.40063992rem), 3.1984002rem);
  --h2-to-h6: clamp(1.1rem, calc(2.62300025vw + 0.26063992rem), 3.1984002rem);
  --h1: clamp(2.7648rem, calc(1.8733343333vw + 2.1653330134rem), 4.2634674666rem);
  --h1-to-h2: clamp(2.304rem, calc(2.4493343333vw + 1.5202130134rem), 4.2634674666rem);
  --h1-to-h3: clamp(1.92rem, calc(2.9293343333vw + 0.9826130134rem), 4.2634674666rem);
  --h1-to-h4: clamp(1.6rem, calc(3.3293343333vw + 0.5346130134rem), 4.2634674666rem);
  --h1-to-h5: clamp(1.2rem, calc(3.8293343333vw + -0.0253869866rem), 4.2634674666rem);
  --h1-to-h6: clamp(1.1rem, calc(3.9543343333vw + -0.1653869866rem), 4.2634674666rem);
}
/* Feat: Default Section Styles */
:root {
  --section-padding-block: var(--section-space-m);
  --gutter: clamp(1.6rem, calc(8vw + -0.96rem), 8rem);
}
/* Feat: Space Variables */
:root {
  --space-xs: clamp(1.3506752532rem, calc(-0.0216773998vw + 1.3576120212rem), 1.3333333333rem);
  --space-s: clamp(1.8004501125rem, calc(0.2494373593vw + 1.7206301575rem), 2rem);
  --space-s-to-xs: clamp(1.3506752532rem, calc(0.8116559335vw + 1.0909453545rem), 2rem);
  --space-m: clamp(2.4rem, calc(0.75vw + 2.16rem), 3rem);
  --space-m-to-s: clamp(1.8004501125rem, calc(1.4994373593vw + 1.3206301575rem), 3rem);
  --space-m-to-xs: clamp(1.3506752532rem, calc(2.0616559335vw + 0.6909453545rem), 3rem);
  --space-l: clamp(3.1992rem, calc(1.626vw + 2.67888rem), 4.5rem);
  --space-l-to-m: clamp(2.4rem, calc(2.625vw + 1.56rem), 4.5rem);
  --space-l-to-s: clamp(1.8004501125rem, calc(3.3744373593vw + 0.7206301575rem), 4.5rem);
  --space-l-to-xs: clamp(1.3506752532rem, calc(3.9366559335vw + 0.0909453545rem), 4.5rem);
  --space-xl: clamp(4.2645336rem, calc(3.106833vw + 3.27034704rem), 6.75rem);
  --space-xl-to-l: clamp(3.1992rem, calc(4.4385vw + 1.77888rem), 6.75rem);
  --space-xl-to-m: clamp(2.4rem, calc(5.4375vw + 0.66rem), 6.75rem);
  --space-xl-to-s: clamp(1.8004501125rem, calc(6.1869373593vw + -0.1793698425rem), 6.75rem);
  --space-xl-to-xs: clamp(1.3506752532rem, calc(6.7491559335vw + -0.8090546455rem), 6.75rem);
  --space-xxl: clamp(5.6846232888rem, calc(5.550470889vw + 3.9084726043rem), 10.125rem);
  --space-xxl-to-xl: clamp(4.2645336rem, calc(7.325583vw + 1.92034704rem), 10.125rem);
  --space-xxl-to-l: clamp(3.1992rem, calc(8.65725vw + 0.42888rem), 10.125rem);
  --space-xxl-to-m: clamp(2.4rem, calc(9.65625vw + -0.69rem), 10.125rem);
  --space-xxl-to-s: clamp(1.8004501125rem, calc(10.4056873593vw + -1.5293698425rem), 10.125rem);
  --space-xxl-to-xs: clamp(1.3506752532rem, calc(10.9679059335vw + -2.1590546455rem), 10.125rem);
}
/* Feat: Section Space Variables */
:root {
  --section-space-xs: clamp(4.0520257596rem, calc(1.6016344671vw + 3.5395027301rem), 5.3333333333rem);
  --section-space-s: clamp(5.4013503376rem, calc(3.248312078vw + 4.3618904726rem), 8rem);
  --section-space-s-to-xs: clamp(4.0520257596rem, calc(4.9349678005vw + 2.4728360635rem), 8rem);
  --section-space-m: clamp(7.2rem, calc(6vw + 5.28rem), 12rem);
  --section-space-m-to-s: clamp(5.4013503376rem, calc(8.248312078vw + 2.7618904726rem), 12rem);
  --section-space-m-to-xs: clamp(4.0520257596rem, calc(9.9349678005vw + 0.8728360635rem), 12rem);
  --section-space-l: clamp(9.5976rem, calc(10.503vw + 6.23664rem), 18rem);
  --section-space-l-to-m: clamp(7.2rem, calc(13.5vw + 2.88rem), 18rem);
  --section-space-l-to-s: clamp(5.4013503376rem, calc(15.748312078vw + 0.3618904726rem), 18rem);
  --section-space-l-to-xs: clamp(4.0520257596rem, calc(17.4349678005vw + -1.5271639365rem), 18rem);
  --section-space-xl: clamp(12.7936008rem, calc(17.757999vw + 7.11104112rem), 27rem);
  --section-space-xl-to-l: clamp(9.5976rem, calc(21.753vw + 2.63664rem), 27rem);
  --section-space-xl-to-m: clamp(7.2rem, calc(24.75vw + -0.72rem), 27rem);
  --section-space-xl-to-s: clamp(5.4013503376rem, calc(26.998312078vw + -3.2381095274rem), 27rem);
  --section-space-xl-to-xs: clamp(4.0520257596rem, calc(28.6849678005vw + -5.1271639365rem), 27rem);
  --section-space-xxl: clamp(17.0538698664rem, calc(29.307662667vw + 7.675417813rem), 40.5rem);
  --section-space-xxl-to-xl: clamp(12.7936008rem, calc(34.632999vw + 1.71104112rem), 40.5rem);
  --section-space-xxl-to-l: clamp(9.5976rem, calc(38.628vw + -2.76336rem), 40.5rem);
  --section-space-xxl-to-m: clamp(7.2rem, calc(41.625vw + -6.12rem), 40.5rem);
  --section-space-xxl-to-s: clamp(5.4013503376rem, calc(43.873312078vw + -8.6381095274rem), 40.5rem);
  --section-space-xxl-to-xs: clamp(4.0520257596rem, calc(45.5599678005vw + -10.5271639365rem), 40.5rem);
}
/* 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);
}
:root {
  --scroll-margin: clamp(0rem, calc(0vw + 0rem), 0rem);
  --offset: calc(var(--scroll-margin) + var(--header-height));
}
/* Feat: Smart Spacing */
:root {
  --paragraph-spacing: 1em;
  --heading-spacing: 1.5em;
  --list-spacing: 1em;
  --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: Buttons */
:root {
  --option-primary-btn-outline: on;
  --option-secondary-btn-outline: on;
  --btn-padding-block: 0.75em;
  --btn-padding-inline: 1.5em;
  --btn-min-width: 14rem;
  --btn-width: max-content;
  --btn-line-height: 1;
  --btn-font-size: var(--text-m);
  --btn-font-weight: 400;
  --btn-font-family: inherit;
  --btn-font-style: normal;
  --btn-text-decoration: none;
  --btn-text-decoration-hover: none;
  --btn-letter-spacing: 0;
  --btn-text-transform: none;
  --btn-border-width: 0.25rem;
  --btn-border-style: solid;
  --btn-border-radius: 0px;
  --btn-radius: 0px;
  --btn-justify-content: center;
  --btn-align-items: center;
  --btn-text-align: center;
}
/* Feat: Link Variables */
:root {
  --link-color: var(--action);
  --link-color-hover: var(--action-hover);
  --link-transition: var(--transition);
  --link-decoration: inherit;
  --link-decoration-hover: inherit;
  --link-underline-offset: 0;
  --link-weight: inherit;
}
/* Feat: Column Variables */
:root {
  --col-width-s: 13rem;
  --col-width-m: 25rem;
  --col-width-l: 38rem;
  --col-rule-width-s: 0.1em;
  --col-rule-width-m: 0.3em;
  --col-rule-width-l: 0.5em;
}
/* Feat: Sticky Variables */
:root {
  --sticky-offset-custom: 60px;
  --sticky-offset: var(--header-height, var(--sticky-offset-custom, 0));
}
/* Contextual Color Variables */
:root {
  --body-bg-color: var(--white);
  --bg-ultra-light: var(--white);
  --bg-light: var(--neutral-ultra-light);
  --bg-dark: var(--neutral-ultra-dark);
  --bg-ultra-dark: var(--black);
  --text-light: var(--white);
  --text-light-muted: var(--neutral-light);
  --text-dark: var(--black);
  --text-dark-muted: var(--neutral-dark);
}
/* Feat: Contextual Relationship Variables */
:root {
  --bg-ultra-light-text: var(--text-dark);
  --bg-light-text: var(--text-dark);
  --bg-dark-text: var(--text-light);
  --bg-ultra-dark-text: var(--text-light);
  --bg-ultra-light-heading: var(--text-dark);
  --bg-light-heading: var(--text-dark);
  --bg-dark-heading: var(--text-light);
  --bg-ultra-dark-heading: var(--text-light);
  --bg-ultra-light-button: primary;
  --bg-light-button: primary;
  --bg-dark-button: primary;
  --bg-ultra-dark-button: primary;
  --bg-ultra-light-icon: light;
  --bg-light-icon: light;
  --bg-dark-icon: dark;
  --bg-ultra-dark-icon: dark;
}
/* Feat: Radius Variables */
:root {
  --radius: 1rem;
  --radius-50: 50%;
  --radius-circle: 50vw;
  --radius-none: 0;
  --radius-xs: 0.4444444444rem;
  --radius-s: 0.6666666667rem;
  --radius-m: 1rem;
  --radius-l: 1.5rem;
  --radius-xl: 2.25rem;
  --radius-xxl: 3.375rem;
}
/* Feat: Border Variables */
:root {
  --border-size: 1px;
  --border-width: 1px;
  --border-style: solid;
  --border-color-dark: var(--black-trans-20);
  --border-color-light: var(--white-trans-20);
  --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: var(--black-trans-20);
  --divider-color-light: var(--white-trans-20);
  --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: Box Shadow Variables */
:root {
  --box-shadow-1: 0 4px 4px -10px rgba(0, 0, 0, 0.04), 0 13px 13px -10px rgba(0, 0, 0, 0.06), 0 40px 60px -10px rgba(0, 0, 0, 0.08);
  --box-shadow-2: 0 2.7px 3.6px -5px rgba(0, 0, 0, 0.04), 0 7.5px 10px -5px rgba(0, 0, 0, 0.06), 0 18px 24.1px -5px rgba(0, 0, 0, 0.08), 0 60px 80px -5px rgba(0, 0, 0, 0.1);
  --box-shadow-3: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px -5px rgba(0, 0, 0, 0.04), 0 12.5px 10px -5px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px -5px rgba(0, 0, 0, 0.08), 0 41.8px 33.4px -5px rgba(0, 0, 0, 0.1), 0 80px 80px -5px rgba(0, 0, 0, 0.105);
}
/* Feat: Text Shadow Variables */
:root {
  --text-shadow-1: 0 1px 2px color-mix(in srgb, black 20%, transparent);
  --text-shadow-2: 0 2px 4px color-mix(in srgb, black 30%, transparent);
  --text-shadow-3: 0 4px 8px color-mix(in srgb, black 40%, transparent);
}
/* Feat: Drop Shadow Variables */
:root {
  --drop-shadow-1: drop-shadow(0 1px 2px color-mix(in srgb, black 15%, transparent));
  --drop-shadow-2: drop-shadow(0 4px 6px color-mix(in srgb, black 20%, transparent));
  --drop-shadow-3: drop-shadow(0 10px 15px color-mix(in srgb, black 25%, transparent));
}
/* Feat: Blockquote Variables */
:root {
  --blockquote-padding: var(--space-m);
  --blockquote-gap: 1em;
  --blockquote-border-width: 0 0 0 3px;
  --blockquote-border-style: solid;
  --blockquote-border-color: var(--primary);
  --blockquote-border-radius: var(--radius);
  --blockquote-background: var(--neutral-ultra-light);
  --blockquote-box-shadow: none;
  --blockquote-text-color: inherit;
  --blockquote-text-font-family: inherit;
  --blockquote-text-font-style: normal;
  --blockquote-text-font-size: var(--text-l);
  --blockquote-text-font-weight: normal;
  --blockquote-text-line-height: inherit;
  --blockquote-text-text-align: left;
  --blockquote-text-text-transform: none;
  --blockquote-footer-padding: 0;
  --blockquote-footer-margin-block: 1em 0;
  --blockquote-footer-font-family: inherit;
  --blockquote-footer-font-size: var(--text-s);
  --blockquote-footer-font-weight: normal;
  --blockquote-footer-font-style: normal;
  --blockquote-footer-line-height: 1.5;
  --blockquote-footer-text-transform: none;
  --blockquote-footer-color: currentColor;
  --blockquote-cite-font-family: inherit;
  --blockquote-cite-font-size: inherit;
  --blockquote-cite-font-weight: inherit;
  --blockquote-cite-font-style: inherit;
  --blockquote-cite-line-height: inherit;
  --blockquote-cite-text-transform: inherit;
  --blockquote-cite-color: currentColor;
}
/* Color Scheme */
:root {
  color-scheme: light;
}
.scheme--light {
  color-scheme: light;
}
.scheme--dark {
  color-scheme: dark;
}
/* Feat: Reset */
:root {
  interpolate-size: allow-keywords;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  min-block-size: 100vh;
}
input, button, textarea, select {
  font: inherit;
}
button:not(nav button, [class*="btn--"]) {
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-spacing);
  text-transform: var(--btn-text-transform);
  text-decoration: var(--btn-text-decoration);
  text-align: var(--btn-text-align);
  font-weight: var(--btn-font-weight);
  font-style: var(--btn-font-style);
  font-family: var(--btn-font-family);
}
: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(--text-m);
  overflow-x: clip;
  color: var(--text-color);
  line-height: var(--text-line-height);
  text-wrap: var(--text-text-wrap);
  background: var(--body-bg-color);
  transition: background var(--transition);
}
: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(--action));
  font-weight: var(--link-weight, inherit);
  -webkit-text-decoration: var(--link-decoration, inherit);
  text-decoration: var(--link-decoration, inherit);
  text-underline-offset: var(--link-underline-offset, 0);
  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(--action-hover));
  }
}
/* Feat: Heading Defaults */
h1, :where(.h1), h2, :where(.h2), h3, :where(.h3), h4, :where(.h4), h5, :where(.h5), h6, :where(.h6) {
  color: var(--heading-color);
  line-height: var(--heading-line-height);
  font-weight: var(--heading-font-weight);
  text-wrap: var(--heading-text-wrap);
}
h1 {
  font-size: var(--h1);
  line-height: var(--h1-line-height);
  max-width: var(--h1-max-width);
}
h2 {
  font-size: var(--h2);
  line-height: var(--h2-line-height);
}
h3 {
  font-size: var(--h3);
  line-height: var(--h3-line-height);
}
h4 {
  font-size: var(--h4);
  line-height: var(--h4-line-height);
}
h5 {
  font-size: var(--h5);
  line-height: var(--h5-line-height);
}
h6 {
  font-size: var(--h6);
  line-height: var(--h6-line-height);
}
/* Feat: Blockquote Styling */
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"])))) {
  display: flex;
  flex-direction: column;
  gap: var(--blockquote-gap);
  inline-size: 100%;
  padding: var(--blockquote-padding);
  gap: var(--blockquote-gap);
  border-width: var(--blockquote-border-width);
  border-style: var(--blockquote-border-style);
  border-color: var(--blockquote-border-color);
  border-radius: var(--blockquote-border-radius);
  background: var(--blockquote-background);
  box-shadow: var(--blockquote-box-shadow);
}
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"])))) p {
  color: var(--blockquote-text-color);
  font-family: var(--blockquote-text-font-family);
  font-style: var(--blockquote-text-font-style);
  font-size: var(--blockquote-text-font-size);
  font-weight: var(--blockquote-text-font-weight);
  line-height: var(--blockquote-text-line-height);
  text-align: var(--blockquote-text-text-align);
  text-transform: var(--blockquote-text-text-transform);
}
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"])))) footer, :where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"])))) figcaption {
  display: var(--blockquote-footer-display, flex);
  flex-direction: var(--blockquote-footer-flex-direction, row);
  align-items: var(--blockquote-footer-align-items, center);
  gap: var(--blockquote-footer-gap, calc(var(--content-gap) / 2));
  padding: var(--blockquote-footer-padding);
  margin-block: var(--blockquote-footer-margin-block);
  font-family: var(--blockquote-footer-font-family);
  font-size: var(--blockquote-footer-font-size);
  font-weight: var(--blockquote-footer-font-weight);
  font-style: var(--blockquote-footer-font-style);
  line-height: var(--blockquote-footer-line-height);
  text-transform: var(--blockquote-footer-text-transform);
  color: var(--blockquote-footer-color);
}
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"])))) cite, :where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"])))) figcaption cite {
  font-family: var(--blockquote-cite-font-family);
  font-size: var(--blockquote-cite-font-size);
  font-weight: var(--blockquote-cite-font-weight);
  font-style: var(--blockquote-cite-font-style);
  line-height: var(--blockquote-cite-line-height);
  text-transform: var(--blockquote-cite-text-transform);
  color: var(--blockquote-cite-color);
}
.btn--primary {
  --btn-background: var(--primary);
  --btn-background-hover: var(--primary-hover);
  --btn-text-color: var(--primary-ultra-light);
  --btn-text-color-hover: var(--primary-ultra-light);
  --btn-border-color: var(--primary);
  --btn-border-color-hover: var(--primary-hover);
  --focus-color: var(--primary-dark);
}
.btn--primary-dark {
  --btn-background: var(--primary-dark);
  --btn-background-hover: var(--primary-ultra-dark);
  --btn-text-color: var(--primary-ultra-light);
  --btn-text-color-hover: var(--primary-ultra-light);
  --btn-border-color: var(--primary-dark);
  --btn-border-color-hover: var(--primary-ultra-dark);
  --focus-color: var(--primary-semi-dark);
}
.btn--primary-light {
  --btn-background: var(--primary-ultra-light);
  --btn-background-hover: var(--primary-light);
  --btn-text-color: var(--primary);
  --btn-text-color-hover: var(--primary-ultra-dark);
  --btn-border-color: var(--primary-ultra-light);
  --btn-border-color-hover: var(--primary-light);
  --focus-color: var(--primary-light);
}
.btn--primary.btn--outline {
  --btn-background: transparent;
  --btn-background-hover: var(--primary-hover);
  --btn-text-color: var(--primary);
  --btn-text-color-hover: var(--primary-ultra-light);
  --btn-border-width: 0.25rem;
  --btn-border-color: var(--primary);
  --btn-border-color-hover: var(--primary-hover);
  --focus-color: var(--primary-dark);
}
.btn--primary-dark.btn--outline {
  --btn-background: transparent;
  --btn-background-hover: var(--primary-dark);
  --btn-text-color: var(--primary-dark);
  --btn-text-color-hover: var(--primary-ultra-light);
  --btn-border-width: 0.25rem;
  --btn-border-color: var(--primary-dark);
  --btn-border-color-hover: var(--primary-dark);
  --focus-color: var(--primary-dark);
}
.btn--primary-light.btn--outline {
  --btn-background: transparent;
  --btn-background-hover: var(--primary-light);
  --btn-text-color: var(--primary-light);
  --btn-text-color-hover: var(--primary-dark);
  --btn-border-width: 0.25rem;
  --btn-border-color: var(--primary-light);
  --btn-border-color-hover: var(--primary-light);
  --focus-color: var(--primary-dark);
}
.btn--secondary {
  --btn-background: var(--secondary);
  --btn-background-hover: var(--secondary-hover);
  --btn-text-color: var(--secondary-ultra-light);
  --btn-text-color-hover: var(--secondary-ultra-light);
  --btn-border-color: var(--secondary);
  --btn-border-color-hover: var(--secondary-hover);
  --focus-color: var(--secondary-dark);
}
.btn--secondary-dark {
  --btn-background: var(--secondary-dark);
  --btn-background-hover: var(--secondary-ultra-dark);
  --btn-text-color: var(--secondary-ultra-light);
  --btn-text-color-hover: var(--secondary-ultra-light);
  --btn-border-color: var(--secondary-dark);
  --btn-border-color-hover: var(--secondary-ultra-dark);
  --focus-color: var(--secondary-semi-dark);
}
.btn--secondary-light {
  --btn-background: var(--secondary-ultra-light);
  --btn-background-hover: var(--secondary-light);
  --btn-text-color: var(--secondary);
  --btn-text-color-hover: var(--secondary-ultra-dark);
  --btn-border-color: var(--secondary-ultra-light);
  --btn-border-color-hover: var(--secondary-light);
  --focus-color: var(--secondary-light);
}
.btn--secondary.btn--outline {
  --btn-background: transparent;
  --btn-background-hover: var(--secondary-hover);
  --btn-text-color: var(--secondary);
  --btn-text-color-hover: var(--secondary-ultra-light);
  --btn-border-width: 0.25rem;
  --btn-border-color: var(--secondary);
  --btn-border-color-hover: var(--secondary-hover);
  --focus-color: var(--secondary-dark);
}
.btn--secondary-dark.btn--outline {
  --btn-background: transparent;
  --btn-background-hover: var(--secondary-dark);
  --btn-text-color: var(--secondary-dark);
  --btn-text-color-hover: var(--secondary-ultra-light);
  --btn-border-width: 0.25rem;
  --btn-border-color: var(--secondary-dark);
  --btn-border-color-hover: var(--secondary-dark);
  --focus-color: var(--secondary-dark);
}
.btn--secondary-light.btn--outline {
  --btn-background: transparent;
  --btn-background-hover: var(--secondary-light);
  --btn-text-color: var(--secondary-light);
  --btn-text-color-hover: var(--secondary-dark);
  --btn-border-width: 0.25rem;
  --btn-border-color: var(--secondary-light);
  --btn-border-color-hover: var(--secondary-light);
  --focus-color: var(--secondary-dark);
}
.btn--accent {
  --btn-background: var(--accent);
  --btn-background-hover: var(--accent-hover);
  --btn-text-color: var(--accent-ultra-light);
  --btn-text-color-hover: var(--accent-ultra-light);
  --btn-border-color: var(--accent);
  --btn-border-color-hover: var(--accent-hover);
  --focus-color: var(--accent-dark);
}
.btn--base {
  --btn-background: var(--base);
  --btn-background-hover: var(--base-hover);
  --btn-text-color: var(--base-ultra-light);
  --btn-text-color-hover: var(--base-ultra-light);
  --btn-border-color: var(--base);
  --btn-border-color-hover: var(--base-hover);
  --focus-color: var(--base-dark);
}
[class*="btn--"]:where(:not(.btn--none, .wp-block-button)), [class*="btn--"].wp-block-button > .wp-block-button__link {
  background: var(--btn-background);
  color: var(--btn-text-color);
  padding-block: var(--btn-padding-block);
  padding-inline: var(--btn-padding-inline);
  inline-size: var(--btn-width, auto);
  min-inline-size: var(--btn-min-width);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size, var(--text-m));
  font-weight: var(--btn-font-weight);
  font-style: var(--btn-font-style);
  text-transform: var(--btn-text-transform);
  letter-spacing: var(--btn-letter-spacing);
  text-decoration: var(--btn-text-decoration);
  border-width: var(--btn-border-width);
  border-style: var(--btn-border-style);
  border-radius: var(--btn-border-radius);
  border-color: var(--btn-border-color);
  transition: var(--btn-transition, var(--transition));
  justify-content: var(--btn-justify-content, center);
  align-items: var(--btn-align-items, center);
  text-align: var(--btn-text-align, center);
  display: var(--btn-display, inline-flex);
}
@media (hover: hover) and (pointer: fine) {
  [class*="btn--"]:where(:not(.btn--none, .wp-block-button)):hover, [class*="btn--"].wp-block-button > .wp-block-button__link:hover {
    background: var(--btn-background-hover);
    color: var(--btn-text-color-hover);
    border-color: var(--btn-border-color-hover);
    text-decoration: var(--btn-text-decoration-hover);
  }
}
[class*="btn--"]:where(:not(.btn--none, .wp-block-button)):where(:focus-visible), [class*="btn--"].wp-block-button > .wp-block-button__link:where(:focus-visible) {
  outline-style: solid;
  outline-color: var(--focus-color);
  outline-width: var(--focus-width);
  outline-offset: var(--focus-offset);
}
.btn--xs {
  --btn-font-size: var(--text-xs);
}
.btn--s {
  --btn-font-size: var(--text-s);
}
.btn--m {
  --btn-font-size: var(--text-m);
}
.btn--l {
  --btn-font-size: var(--text-l);
}
.btn--xl {
  --btn-font-size: var(--text-xl);
}
.btn--xxl {
  --btn-font-size: var(--text-xxl);
}
.btn--none {
  background: none;
  border: none;
}
/* Scroll offset */
[id] {
  scroll-margin-top: var(--offset, 0);
}
/* Feat: Smooth Scrolling */
html {
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: auto;
}
.hidden-accessible {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(100%);
  white-space: nowrap;
  /* added line */
  border: 0;
}
.bricks-area .hidden-accessible {
  position: relative !important;
  inline-size: 2ch !important;
  block-size: 2ch !important;
  margin: 0;
  line-height: 1;
  visibility: hidden;
}
.bricks-area .hidden-accessible::before {
  content: "A";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  background: #111;
  color: #f5f5f5;
  font-size: max(60%, 13px);
  padding: 0.5em;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 20px;
  block-size: 20px;
  visibility: visible;
  border-radius: 50%;
}
@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;
  }
}
.skip-link {
  position: absolute !important;
  inset-block-start: 1rem;
  inset-inline-start: 1rem;
  transform: translateY(-250%);
  --btn-min-width: fit-content;
  z-index: 100;
  background: var(--btn-background);
  color: var(--btn-text-color);
  padding-block: var(--btn-padding-block);
  padding-inline: var(--btn-padding-inline);
  inline-size: var(--btn-width, auto);
  min-inline-size: var(--btn-min-width);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size, var(--text-m));
  font-weight: var(--btn-font-weight);
  font-style: var(--btn-font-style);
  text-transform: var(--btn-text-transform);
  letter-spacing: var(--btn-letter-spacing);
  text-decoration: var(--btn-text-decoration);
  border-width: var(--btn-border-width);
  border-style: var(--btn-border-style);
  border-radius: var(--btn-border-radius);
  border-color: var(--btn-border-color);
  transition: var(--btn-transition, var(--transition));
  justify-content: var(--btn-justify-content, center);
  align-items: var(--btn-align-items, center);
  text-align: var(--btn-text-align, center);
  display: var(--btn-display, inline-flex);
  --btn-background: var(--primary);
  --btn-background-hover: var(--primary-hover);
  --btn-text-color: var(--primary-ultra-light);
  --btn-text-color-hover: var(--primary-ultra-light);
  --btn-border-color: var(--primary);
  --btn-border-color-hover: var(--primary-hover);
  --focus-color: var(--primary-dark);
}
@media (hover: hover) and (pointer: fine) {
  .skip-link:hover {
    background: var(--btn-background-hover);
    color: var(--btn-text-color-hover);
    border-color: var(--btn-border-color-hover);
    text-decoration: var(--btn-text-decoration-hover);
  }
}
.skip-link:where(:focus-visible) {
  outline-style: solid;
  outline-color: var(--focus-color);
  outline-width: var(--focus-width);
  outline-offset: var(--focus-offset);
}
.skip-link:focus-visible {
  transform: translateY(0);
}
/* 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);
  }
}
#bricks-blank-canvas > .actions, body:not(.content-offset--off):not(:has(header:is([data-sticky-header="0"]))) main:not(.panel-content) > *:first-child > *:first-child:not(:is(.bricks-shape-divider, .bricks-background-video-wrapper)), main > *:first-child > .bricks-shape-divider ~ .brxe-container {
  margin-block-start: var(--header-height);
}
/* 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: var(--bg-ultra-light);
}
.bg--light {
  background: var(--bg-light);
}
.bg--dark {
  background: var(--bg-dark);
}
.bg--ultra-dark {
  background: 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);
}
: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 [class*="btn--"]:not(.unrelate) {
  --btn-background: var(--primary);
  --btn-background-hover: var(--primary-hover);
  --btn-text-color: var(--primary-ultra-light);
  --btn-text-color-hover: var(--primary-ultra-light);
  --btn-border-color: var(--primary);
  --btn-border-color-hover: var(--primary-hover);
  --focus-color: var(--primary-dark);
}
.bg--ultra-light [class*="btn--"]:not(.unrelate).btn--outline {
  --btn-background: transparent;
  --btn-background-hover: var(--primary-hover);
  --btn-text-color: var(--primary);
  --btn-text-color-hover: var(--primary-ultra-light);
  --btn-border-width: 0.25rem;
  --btn-border-color: var(--primary);
  --btn-border-color-hover: var(--primary-hover);
  --focus-color: var(--primary-dark);
}
.bg--light [class*="btn--"]:not(.unrelate) {
  --btn-background: var(--primary);
  --btn-background-hover: var(--primary-hover);
  --btn-text-color: var(--primary-ultra-light);
  --btn-text-color-hover: var(--primary-ultra-light);
  --btn-border-color: var(--primary);
  --btn-border-color-hover: var(--primary-hover);
  --focus-color: var(--primary-dark);
}
.bg--light [class*="btn--"]:not(.unrelate).btn--outline {
  --btn-background: transparent;
  --btn-background-hover: var(--primary-hover);
  --btn-text-color: var(--primary);
  --btn-text-color-hover: var(--primary-ultra-light);
  --btn-border-width: 0.25rem;
  --btn-border-color: var(--primary);
  --btn-border-color-hover: var(--primary-hover);
  --focus-color: var(--primary-dark);
}
.bg--dark [class*="btn--"]:not(.unrelate) {
  --btn-background: var(--primary);
  --btn-background-hover: var(--primary-hover);
  --btn-text-color: var(--primary-ultra-light);
  --btn-text-color-hover: var(--primary-ultra-light);
  --btn-border-color: var(--primary);
  --btn-border-color-hover: var(--primary-hover);
  --focus-color: var(--primary-dark);
}
.bg--dark [class*="btn--"]:not(.unrelate).btn--outline {
  --btn-background: transparent;
  --btn-background-hover: var(--primary-hover);
  --btn-text-color: var(--primary);
  --btn-text-color-hover: var(--primary-ultra-light);
  --btn-border-width: 0.25rem;
  --btn-border-color: var(--primary);
  --btn-border-color-hover: var(--primary-hover);
  --focus-color: var(--primary-dark);
}
.bg--ultra-dark [class*="btn--"]:not(.unrelate) {
  --btn-background: var(--primary);
  --btn-background-hover: var(--primary-hover);
  --btn-text-color: var(--primary-ultra-light);
  --btn-text-color-hover: var(--primary-ultra-light);
  --btn-border-color: var(--primary);
  --btn-border-color-hover: var(--primary-hover);
  --focus-color: var(--primary-dark);
}
.bg--ultra-dark [class*="btn--"]:not(.unrelate).btn--outline {
  --btn-background: transparent;
  --btn-background-hover: var(--primary-hover);
  --btn-text-color: var(--primary);
  --btn-text-color-hover: var(--primary-ultra-light);
  --btn-border-width: 0.25rem;
  --btn-border-color: var(--primary);
  --btn-border-color-hover: var(--primary-hover);
  --focus-color: var(--primary-dark);
}
.bg--ultra-light {
  --icon-scheme: var(--bg-ultra-light-icon);
}
.bg--light {
  --icon-scheme: var(--bg-light-icon);
}
.bg--dark {
  --icon-scheme: var(--bg-dark-icon);
}
.bg--ultra-dark {
  --icon-scheme: var(--bg-ultra-dark-icon);
}
/* 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;
  isolation: isolate;
}
[class*="overlay--"]::before, .overlay::before {
  content: "";
  background: var(--overlay-color, rgba(0, 0, 0, 0.7));
  position: absolute;
  inset: 0;
  z-index: var(--overlay-z-index, -1);
}
figure:where(:has(> img, > picture, > svg, > video, > iframe)):where(.overlay), figure:where(:has(> img, > picture, > svg, > video, > iframe)):where([class*="overlay--"]) {
  --overlay-z-index: 0;
}
:is(.text--xxl, .text--xl, .text--l, .text--m, .text--s, .text--xs) {
  line-height: var(--text-line-height);
  text-wrap: var(--text-text-wrap);
}
.text--xxl {
  font-size: var(--text-xxl);
  line-height: var(--text-xxl-line-height);
}
.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);
  line-height: var(--text-xl-line-height);
}
.text--l {
  font-size: var(--text-l);
  line-height: var(--text-l-line-height);
}
.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);
  line-height: var(--text-s-line-height);
}
.text--xs {
  font-size: var(--text-xs);
  line-height: var(--text-xs-line-height);
}
.h1 {
  font-size: var(--h1);
  line-height: var(--h1-line-height);
  max-width: var(--h1-max-width);
}
.h2 {
  font-size: var(--h2);
  line-height: var(--h2-line-height);
}
.h3 {
  font-size: var(--h3);
  line-height: var(--h3-line-height);
}
.h4 {
  font-size: var(--h4);
  line-height: var(--h4-line-height);
}
.h5 {
  font-size: var(--h5);
  line-height: var(--h5-line-height);
}
.h6 {
  font-size: var(--h6);
  line-height: var(--h6-line-height);
}
body blockquote {
  text-wrap: pretty;
}
/* Feat: Position & Sticky */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  inset-block-start: var(--sticky-offset, 0);
}
/* Feat: Auto Object Fit */
img {
  object-fit: var(--object-fit, cover);
  object-position: var(--object-position, 50% 50%);
}
/* 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;
}
.width--max-content {
  inline-size: max-content;
  max-inline-size: 100%;
}
.width--min-content {
  inline-size: min-content;
  max-inline-size: 100%;
}
.width--fit-content {
  inline-size: fit-content;
  max-inline-size: 100%;
}
.gap--none {
  --row-gap: 0;
  --col-gap: 0;
  gap: 0;
}
.container-gap {
  --row-gap: var(--container-gap);
  --col-gap: var(--container-gap);
  gap: var(--container-gap);
}
.content-gap {
  --row-gap: var(--content-gap);
  --col-gap: var(--content-gap);
  gap: var(--content-gap);
}
.grid-gap {
  --row-gap: var(--grid-gap);
  --col-gap: var(--grid-gap);
  gap: var(--grid-gap);
}
/* 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(:where(.brxe-block)) {
  gap: var(--content-gap);
}
:where(:where(.brxe-div)) {
  gap: var(--content-gap);
}
/* Feat: Auto Grid Gap */
section > div:where([class*="grid--"]), :where([class*="grid--"]) {
  gap: var(--grid-gap);
}
:root {
  --transition-duration: 0.3s;
  --transition-timing: ease-in-out;
  --transition-delay: 0s;
  --transition: 0.3s ease-in-out 0s;
}
:root {
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-snappy: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-gentle: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-bouncy: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-elastic: linear(0, 0.029 1.6%, 0.123 3.5%, 0.651 10.6%, 0.862 14.1%, 1.002 17.7%, 1.046 19.6%, 1.074 21.6%, 1.087 23.9%, 1.086 26.6%, 1.014 38.5%, 0.994 46.3%, 1);
}
@supports (animation-timeline: view()) {
  [class*="on-enter-all--"] > * {
    animation-name: enter-animate;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-timeline: view();
    animation-range: var(--animate-range-start, entry 20%) var(--animate-range-end, entry 100%);
  }
  [class*="on-enter-all--"].on-enter--stagger > * {
    animation-delay: calc(sibling-index() * var(--enter-stagger-interval, 5%));
  }
}
@supports not (animation-timeline: view()) {
  [class*="on-enter--"], [class*="on-enter-all--"] > * {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
@supports (animation-timeline: view()) {
  [class*="on-exit-all--"] > * {
    animation-name: exit-animate;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-timeline: view();
    animation-range: var(--exit-range-start, exit 0%) var(--exit-range-end, exit 80%);
  }
  [class*="on-exit-all--"].on-exit--stagger > * {
    animation-delay: calc(sibling-index() * var(--exit-stagger-interval, 5%));
  }
}
@supports not (animation-timeline: view()) {
  [class*="on-exit--"], [class*="on-exit-all--"] > * {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
[class*="on-visible-all--"].on-visible--stagger > * {
  transition-delay: calc(sibling-index() * var(--visible-stagger-interval, 0.1s));
}
@media (prefers-reduced-motion: reduce) {
  [class*="on-enter--"], [class*="on-enter-all--"] > *, [class*="on-exit--"], [class*="on-exit-all--"] > * {
    animation: none !important;
    opacity: 1;
    transform: none;
    filter: none;
  }
  [class*="on-visible--"], [class*="on-visible-all--"] > * {
    transition: none !important;
    opacity: 1;
    translate: none;
    scale: none;
    filter: none;
  }
  [class*="on-hover--"] {
    transition: none;
  }
  [class*="on-hover--"]:hover {
    transform: none;
    translate: none;
    scale: none;
    box-shadow: initial;
    filter: none;
  }
}
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: 0;
  --wsf-group-ul-border-width: 1px;
  --wsf-group-ul-border-style: solid;
  --wsf-group-li-border-width: 0;
  --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: none;
  --wsf-group-li-text-transform: none;
  --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-height: calc((var(--wsf-field-padding-vertical) * 2) + (var(--wsf-field-border-width) * 2) + 1lh);
  --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-checkbox-size: 1lh;
  --wsf-field-radio-gap-horizontal: 6px;
  --wsf-field-radio-gap-vertical: 10px;
  --wsf-field-radio-size: 1lh;
  --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-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: color-mix(in oklch, var(--neutral) 60%, transparent);
  --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: color-mix(in oklch, var(--neutral) 60%, transparent);
  --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: color-mix(in oklch, var(--neutral) 60%, transparent);
  --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: color-mix(in oklch, var(--neutral) 80%, transparent);
  --wsf-field-color-background-invalid: var(--f-field-color-background);
  --wsf-field-border-color: var(--border-color-dark);
  --wsf-field-border-color-hover: var(--border-color-dark);
  --wsf-field-border-color-focus: var(--primary);
  --wsf-field-border-color-disabled: color-mix(in oklch, var(--neutral) 60%, transparent);
  --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: color-mix(in oklch, var(--neutral) 80%, transparent);
  --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) !important;
  inset: var(--bg-inset, 0);
  inline-size: var(--bg-width, 100%);
  max-inline-size: 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);
  inline-size: 100%;
  block-size: 100%;
}
.content-grid > :is(*, img, figure, picture).is-bg {
  grid-column: full;
}
/* 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;
}
/* 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 !important;
}
.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 > :is(figure, blockquote, ul, ol) + * {
  --paragraph-spacing: 0;
  --flow-spacing: 0;
}
.smart-spacing--off :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
  margin-block: 0;
}
.brxe-text, .brxe-post-content:where(:not([data-source="bricks"])) {
  gap: 0 !important;
}
.brxe-text > * + *, .brxe-post-content:where(:not([data-source="bricks"])) > * + * {
  margin-block-start: var(--flow-spacing, initial);
  margin-block-end: 0;
}
.brxe-text > * + :where(h1, h2, h3, h4, h5, h6), .brxe-post-content:where(:not([data-source="bricks"])) > * + :where(h1, h2, h3, h4, h5, h6) {
  margin-block-start: var(--heading-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.brxe-text > :where(* + h2), .brxe-post-content:where(:not([data-source="bricks"])) > :where(* + h2) {
  margin-block-start: var(--h2-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.brxe-text > :where(* + h3), .brxe-post-content:where(:not([data-source="bricks"])) > :where(* + h3) {
  margin-block-start: var(--h3-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.brxe-text > :where(* + h4), .brxe-post-content:where(:not([data-source="bricks"])) > :where(* + h4) {
  margin-block-start: var(--h4-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.brxe-text > :where(* + h5), .brxe-post-content:where(:not([data-source="bricks"])) > :where(* + h5) {
  margin-block-start: var(--h5-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.brxe-text > :where(* + h6), .brxe-post-content:where(:not([data-source="bricks"])) > :where(* + h6) {
  margin-block-start: var(--h6-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.brxe-text > * + p, .brxe-post-content:where(:not([data-source="bricks"])) > * + p {
  margin-block-start: var(--paragraph-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.brxe-text > :is(* + ul, * + ol), .brxe-post-content:where(:not([data-source="bricks"])) > :is(* + ul, * + ol) {
  margin-block: var(--list-spacing, var(--flow-spacing, initial));
}
.brxe-text > :is(ul, ol), .brxe-post-content:where(:not([data-source="bricks"])) > :is(ul, ol) {
  padding-inline-start: var(--list-indent-spacing, var(--flow-spacing, initial));
}
.brxe-text > ul * + li, .brxe-text > ol * + li, .brxe-post-content:where(:not([data-source="bricks"])) > ul * + li, .brxe-post-content:where(:not([data-source="bricks"])) > ol * + li {
  margin-block-start: var(--list-item-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.brxe-text > ul ul, .brxe-text > ol ol, .brxe-text > ul ol, .brxe-text > ol ul, .brxe-post-content:where(:not([data-source="bricks"])) > ul ul, .brxe-post-content:where(:not([data-source="bricks"])) > ol ol, .brxe-post-content:where(:not([data-source="bricks"])) > ul ol, .brxe-post-content:where(:not([data-source="bricks"])) > ol ul {
  margin-block: var(--nested-list-spacing, var(--list-item-spacing, initial));
  padding-inline-start: var(--nested-list-indent-spacing, initial);
}
.brxe-text > :is(ul, ol) :is(ul, ol) li, .brxe-post-content:where(:not([data-source="bricks"])) > :is(ul, ol) :is(ul, ol) li {
  margin-block-start: var(--nested-list-item-spacing, var(--list-item-spacing, initial));
}
.brxe-text > * + figure, .brxe-text > * + picture, .brxe-post-content:where(:not([data-source="bricks"])) > * + figure, .brxe-post-content:where(:not([data-source="bricks"])) > * + picture {
  margin-block: var(--figure-spacing, var(--flow-spacing, initial));
}
.brxe-text figcaption, .brxe-post-content:where(:not([data-source="bricks"])) figcaption {
  margin-block: var(--figcaption-spacing, var(--flow-spacing, initial));
}
.brxe-text > * + blockquote:where(:not(figure > blockquote)), .brxe-post-content:where(:not([data-source="bricks"])) > * + blockquote:where(:not(figure > blockquote)) {
  margin-block: var(--blockquote-spacing, var(--flow-spacing, initial));
}
.brxe-text > blockquote * + *, .brxe-post-content:where(:not([data-source="bricks"])) > blockquote * + * {
  margin-block-start: var(--paragraph-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.brxe-text > :is(figure, blockquote, ul, ol) + *, .brxe-post-content:where(:not([data-source="bricks"])) > :is(figure, blockquote, ul, ol) + * {
  --paragraph-spacing: 0;
  --flow-spacing: 0;
}
body :where(p:last-of-type) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
  margin-block-start: 0;
}
/* Feat: Default Section Styles */
#shadow-host-companion {
  padding: 0;
}
