html:root,
[data-hsx*="light"],
html:root[data-hsx*="dark"] [data-hsx*="inverted"] {

    --hcl-on-brand: #ffffff;
    --hcl-brand-1: #fcfefb;
    --hcl-brand-2: #f9fdf1;
    --hcl-brand-3: #f1fddb;
    --hcl-brand-4: #e6f9c6;
    --hcl-brand-5: #d8f4ae;
    --hcl-brand-6: #c7eb94;
    --hcl-brand-7: #acde72;
    --hcl-brand-8: #85cf3d;
    --hcl-brand-9: #6d9d30;
    --hcl-brand-10: #5c8c1e;
    --hcl-brand-11: #426025;
    --hcl-brand-12: #2b3813;
    --hcl-on-neutral: #fff;
    --hcl-neutral-1: #fcfdfc;
    --hcl-neutral-2: #f8faf8;
    --hcl-neutral-3: #eff1ef;
    --hcl-neutral-4: #e7e9e7;
    --hcl-neutral-5: #dfe2df;
    --hcl-neutral-6: #d7dad7;
    --hcl-neutral-7: #cccfcc;
    --hcl-neutral-8: #b9bcb8;
    --hcl-neutral-9: #898e87;
    --hcl-neutral-10: #7f847d;
    --hcl-neutral-11: #60655f;
    --hcl-neutral-12: #1d211c;
    --hcl-on-secondary: #fff;
    --hcl-secondary-1: #fdfdfe;
    --hcl-secondary-2: #f7f9ff;
    --hcl-secondary-3: #edf2fe;
    --hcl-secondary-4: #e1e9ff;
    --hcl-secondary-5: #d2deff;
    --hcl-secondary-6: #c1d0ff;
    --hcl-secondary-7: #abbdf9;
    --hcl-secondary-8: #8da4ef;
    --hcl-secondary-9: #3e63dd;
    --hcl-secondary-10: #3358d4;
    --hcl-secondary-11: #3a5bc7;
    --hcl-secondary-12: #1f2d5c;
}

:root:root[data-hsx*="dark"],
[data-hsx*="dark"],
[data-hsx*="invert"] {

    --hcl-brand-1: #12150d;
    --hcl-brand-2: #171c11;
    --hcl-brand-3: #1e2713;
    --hcl-brand-4: #202a13;
    --hcl-brand-5: #2a3719;
    --hcl-brand-6: #384823;
    --hcl-brand-7: #46582d;
    --hcl-brand-8: #536935;
    --hcl-brand-9: #6d9d30;
    --hcl-brand-10: #7eae41;
    --hcl-brand-11: #80e300;
    --hcl-brand-12: #d3f4a9;
    --hcl-neutral-1: #111210;
    --hcl-neutral-2: #181917;
    --hcl-neutral-3: #212220;
    --hcl-neutral-4: #282a27;
    --hcl-neutral-5: #2f312e;
    --hcl-neutral-6: #383a36;
    --hcl-neutral-7: #454843;
    --hcl-neutral-8: #5c625b;
    --hcl-neutral-9: #687066;
    --hcl-neutral-10: #767d74;
    --hcl-neutral-11: #afb5ad;
    --hcl-neutral-12: #eceeec;
    --hcl-secondary-1: #11131f;
    --hcl-secondary-2: #141726;
    --hcl-secondary-3: #182449;
    --hcl-secondary-4: #1d2e62;
    --hcl-secondary-5: #253974;
    --hcl-secondary-6: #304384;
    --hcl-secondary-7: #3a4f97;
    --hcl-secondary-8: #435db1;
    --hcl-secondary-9: #3e63dd;
    --hcl-secondary-10: #5472e4;
    --hcl-secondary-11: #9eb1ff;
    --hcl-secondary-12: #d6e1ff;
}

:root {
    /*Theme Headspin*/

    --hsx-page-width: 1366px;
    --hsx-min-offset: 20px;
    --hsx-page-gap: 20px;
    /*Breakdance connector*/
    --bde-section-width: 1406px !important;
    --bde-section-horizontal-padding: 20px !important;
    --bde-column-gap: 20px !important;
    --hsx-bleed-offset: max(calc(((100vw - (var(--bde-section-width))) / 2) + var(--bde-section-horizontal-padding)), calc(var(--bde-section-horizontal-padding) + 5px));
}

:root {
    --headspin-theme-API: eyJ0aGVtZSI6ImxpZ2h0In0=;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    line-height: calc(8px + 2.15ex)
}

html:root {
    /*Headspin System*/
    --hrd-s: 6px;
    --hrd-m: 8px;
    --hrd-l: 12px;
    --hrd-pill: 500px;
    --hrd-atom: 6px;
    --hrd-5xl: 25px;

}

html:root {
    /*Headspin System*/
    --hfs-h0: clamp(3.0625rem, 2.151rem + 3.044vw, 4.75rem);
    --hfs-h1: clamp(2.4375rem, 1.830rem + 2.029vw, 3.5625rem);
    --hfs-h2: clamp(1.9375rem, 1.532rem + 1.353vw, 2.6875rem);
    --hfs-h3: clamp(1.5625rem, 1.326rem + 0.789vw, 2rem);
    --hfs-h4: clamp(1.25rem, 1.115rem + 0.451vw, 1.5rem);
    --hfs-h5: clamp(1.125rem, 0.990rem + 0.451vw, 1.375rem);
    --hfs-h6: clamp(1rem, 0.932rem + 0.225vw, 1.125rem);
    --hfs-hm: clamp(2.4375rem, 1.189rem + 4.171vw, 4.75rem);
    --hfs-text-l: clamp(1.125rem, 1.125rem + 0.000vw, 1.125rem);
    --hfs-text-m: clamp(1rem, 0.966rem + 0.113vw, 1.0625rem);
    --hfs-text-s: clamp(0.8125rem, 0.813rem + 0.000vw, 0.8125rem);
    --hfs-text-xs: clamp(1.1875rem, 1.154rem + 0.113vw, 1.25rem);
    --hfs-text-nav: clamp(0.3125rem, -0.025rem + 1.127vw, 0.9375rem);
    --hsp-xxl: clamp(3.5625rem, 2.921rem + 2.142vw, 4.75rem);
    --hsp-xl: clamp(2.6875rem, 2.215rem + 1.578vw, 3.5625rem);
    --hsp-l: clamp(2rem, 1.629rem + 1.240vw, 2.6875rem);
    --hsp-m: clamp(1.5rem, 1.230rem + 0.902vw, 2rem);
    --hsp-s: clamp(1.125rem, 0.922rem + 0.676vw, 1.5rem);
    --hsp-xs: clamp(0.8125rem, 0.644rem + 0.564vw, 1.125rem);
    --hsp-xxs: clamp(0.625rem, 0.524rem + 0.338vw, 0.8125rem);
    --hss-xxl: clamp(9.75rem, 7.995rem + 5.862vw, 13rem);
    --hss-xl: clamp(7.3125rem, 5.996rem + 4.397vw, 9.75rem);
    --hss-l: clamp(5.5rem, 4.521rem + 3.269vw, 7.3125rem);
    --hss-m: clamp(4.125rem, 3.382rem + 2.480vw, 5.5rem);
    --hss-s: clamp(3.0625rem, 2.489rem + 1.917vw, 4.125rem);
    --hss-xs: clamp(2.3125rem, 1.874rem + 1.466vw, 3.125rem);
    --hss-xxs: clamp(1.75rem, 1.446rem + 1.015vw, 2.3125rem);

}

@supports (font-size: 1cqi) {
    html:root {
        --hfs-h0: clamp(3.0625rem, 2.151rem + 3.044cqi, 4.75rem);
        --hfs-h1: clamp(2.4375rem, 1.830rem + 2.029cqi, 3.5625rem);
        --hfs-h2: clamp(1.9375rem, 1.532rem + 1.353cqi, 2.6875rem);
        --hfs-h3: clamp(1.5625rem, 1.326rem + 0.789cqi, 2rem);
        --hfs-h4: clamp(1.25rem, 1.115rem + 0.451cqi, 1.5rem);
        --hfs-h5: clamp(1.125rem, 0.990rem + 0.451cqi, 1.375rem);
        --hfs-h6: clamp(1rem, 0.932rem + 0.225cqi, 1.125rem);
        --hfs-hm: clamp(2.4375rem, 1.189rem + 4.171cqi, 4.75rem);
        --hfs-text-l: clamp(1.125rem, 1.125rem + 0.000cqi, 1.125rem);
        --hfs-text-m: clamp(1rem, 0.966rem + 0.113cqi, 1.0625rem);
        --hfs-text-s: clamp(0.8125rem, 0.813rem + 0.000cqi, 0.8125rem);
        --hfs-text-xs: clamp(1.1875rem, 1.154rem + 0.113cqi, 1.25rem);
        --hfs-text-nav: clamp(0.3125rem, -0.025rem + 1.127cqi, 0.9375rem);
        --hsp-xxl: clamp(3.5625rem, 2.921rem + 2.142cqi, 4.75rem);
        --hsp-xl: clamp(2.6875rem, 2.215rem + 1.578cqi, 3.5625rem);
        --hsp-l: clamp(2rem, 1.629rem + 1.240cqi, 2.6875rem);
        --hsp-m: clamp(1.5rem, 1.230rem + 0.902cqi, 2rem);
        --hsp-s: clamp(1.125rem, 0.922rem + 0.676cqi, 1.5rem);
        --hsp-xs: clamp(0.8125rem, 0.644rem + 0.564cqi, 1.125rem);
        --hsp-xxs: clamp(0.625rem, 0.524rem + 0.338cqi, 0.8125rem);
        --hss-xxl: clamp(9.75rem, 7.995rem + 5.862cqi, 13rem);
        --hss-xl: clamp(7.3125rem, 5.996rem + 4.397cqi, 9.75rem);
        --hss-l: clamp(5.5rem, 4.521rem + 3.269cqi, 7.3125rem);
        --hss-m: clamp(4.125rem, 3.382rem + 2.480cqi, 5.5rem);
        --hss-s: clamp(3.0625rem, 2.489rem + 1.917cqi, 4.125rem);
        --hss-xs: clamp(2.3125rem, 1.874rem + 1.466cqi, 3.125rem);
        --hss-xxs: clamp(1.75rem, 1.446rem + 1.015cqi, 2.3125rem);

    }
}

html:root,
[data-hsx*="light"],
html:root[data-hsx*="dark"] [data-hsx*="inverted"] {

    --bde-headings-color: var(--hcl-neutral-12);
    --bde-body-text-color: var(--hcl-neutral-11);
    --bde-background-color: #FFF;
    --bde-brand-primary-color: var(--hcl-brand-9);
    --bde-brand-primary-color-hover: var(--hcl-brand-10);
    --bde-links-color: var(--hcl-brand-9);
    --bde-links-color-hover: var(--hcl-brand-10);
    --custom-342: #FAF9F6;
    --custom-405: #2F5BA8;
    --custom-551: #FAF9F6;
    --custom-338: #C3CFE6;
}

:root:root[data-hsx*="dark"],
[data-hsx*="dark"],
html:root[data-hsx*="light"] [data-hsx*="invert"] {

    --bde-headings-color: var(--hcl-neutral-12);
    --bde-body-text-color: var(--hcl-neutral-11);
    --bde-background-color: var(--hcl-neutral-1);
    --bde-brand-primary-color: var(--hcl-brand-9);
    --bde-brand-primary-color-hover: var(--hcl-brand-10);
    --bde-links-color: var(--hcl-brand-9);
    --bde-links-color-hover: var(--hcl-brand-10);
    --custom-342: var(--hcl-neutral-3);
}

html:root {
    --bde-h1-font-size: var(--hfs-h1);
    --bde-h2-font-size: var(--hfs-h2);
    --bde-h3-font-size: var(--hfs-h3);
    --bde-h4-font-size: var(--hfs-h4);
    --bde-h5-font-size: var(--hfs-h5);
    --bde-h6-font-size: var(--hfs-h6);
    --bde-body-font-size: var(--hfs-text-m);

}