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

    --hcl-on-brand: #ffffff;
    --hcl-brand-1: #fffcfd;
    --hcl-brand-2: #fef7f9;
    --hcl-brand-3: #ffe9f0;
    --hcl-brand-4: #fedce7;
    --hcl-brand-5: #facedd;
    --hcl-brand-6: #f3bed1;
    --hcl-brand-7: #eaacc3;
    --hcl-brand-8: #e093b2;
    --hcl-brand-9: #e93d82;
    --hcl-brand-10: #df3478;
    --hcl-brand-11: #cb1d63;
    --hcl-brand-12: #621639;
    --hcl-on-neutral: #000000;
    --hcl-neutral-1: #fdfcfd;
    --hcl-neutral-2: #faf9fb;
    --hcl-neutral-3: #f2eff3;
    --hcl-neutral-4: #eae7ec;
    --hcl-neutral-5: #e3dfe6;
    --hcl-neutral-6: #dbd8e0;
    --hcl-neutral-7: #d0cdd7;
    --hcl-neutral-8: #bcbac7;
    --hcl-neutral-9: #8e8c99;
    --hcl-neutral-10: #84828e;
    --hcl-neutral-11: #65636d;
    --hcl-neutral-12: #211f26;
    --hcl-on-horizon-blue: #ffffff;
    --hcl-horizon-blue-1: #fcfdfe;
    --hcl-horizon-blue-2: #fafbfd;
    --hcl-horizon-blue-3: #f3f7fb;
    --hcl-horizon-blue-4: #ebf2f8;
    --hcl-horizon-blue-5: #e3ebf5;
    --hcl-horizon-blue-6: #d8e3f0;
    --hcl-horizon-blue-7: #c4d3e6;
    --hcl-horizon-blue-8: #a9c1dc;
    --hcl-horizon-blue-9: #467dbf;
    --hcl-horizon-blue-10: #316dae;
    --hcl-horizon-blue-11: #3a7acf;
    --hcl-horizon-blue-12: #2c3959;
    --hcl-on-vision-blue: #ffffff;
    --hcl-vision-blue-1: #fbfbfe;
    --hcl-vision-blue-2: #f2f2fb;
    --hcl-vision-blue-3: #dedff7;
    --hcl-vision-blue-4: #c3c5f1;
    --hcl-vision-blue-5: #b1b4e8;
    --hcl-vision-blue-6: #a2a5df;
    --hcl-vision-blue-7: #9496d4;
    --hcl-vision-blue-8: #797bc8;
    --hcl-vision-blue-9: #3737ef;
    --hcl-vision-blue-10: #0428dd;
    --hcl-vision-blue-11: #0700cc;
    --hcl-vision-blue-12: #151760;
    --hcl-on-#f08456: #000000;
    --hcl-#f08456-1: #fefdfb;
    --hcl-#f08456-2: #fffce8;
    --hcl-#f08456-3: #fff7c2;
    --hcl-#f08456-4: #ffee9c;
    --hcl-#f08456-5: #ffe873;
    --hcl-#f08456-6: #ffdd67;
    --hcl-#f08456-7: #f3c558;
    --hcl-#f08456-8: #e8a530;
    --hcl-#f08456-9: #ffba18;
    --hcl-#f08456-10: #eba900;
    --hcl-#f08456-11: #ab6400;
    --hcl-#f08456-12: #55331c;
    --hcl-on-sunset-coral: #000000;
    --hcl-sunset-coral-1: #fefaf9;
    --hcl-sunset-coral-2: #fef3ef;
    --hcl-sunset-coral-3: #ffe2d7;
    --hcl-sunset-coral-4: #ffd4bd;
    --hcl-sunset-coral-5: #fcc1a3;
    --hcl-sunset-coral-6: #f5ad87;
    --hcl-sunset-coral-7: #e98e64;
    --hcl-sunset-coral-8: #e06027;
    --hcl-sunset-coral-9: #f49d77;
    --hcl-sunset-coral-10: #e18c67;
    --hcl-sunset-coral-11: #7a2200;
    --hcl-sunset-coral-12: #3e231b;
    --hcl-on-fresh-green: #000000;
    --hcl-fresh-green-1: #fdfffe;
    --hcl-fresh-green-2: #fafdfb;
    --hcl-fresh-green-3: #f3fbf6;
    --hcl-fresh-green-4: #ecf9f1;
    --hcl-fresh-green-5: #e4f5eb;
    --hcl-fresh-green-6: #daf0e4;
    --hcl-fresh-green-7: #c8e8d8;
    --hcl-fresh-green-8: #addec9;
    --hcl-fresh-green-9: #00c977;
    --hcl-fresh-green-10: #00b767;
    --hcl-fresh-green-11: #47d29d;
    --hcl-fresh-green-12: #2d5c4b;
    --hcl-on-deep-night: #ffffff;
    --hcl-deep-night-1: #fcfcfd;
    --hcl-deep-night-2: #f0f5fc;
    --hcl-deep-night-3: #e5ecf4;
    --hcl-deep-night-4: #d9e2ec;
    --hcl-deep-night-5: #cdd7e3;
    --hcl-deep-night-6: #bdc9da;
    --hcl-deep-night-7: #a8b8cd;
    --hcl-deep-night-8: #8ca0ba;
    --hcl-deep-night-9: #001e46;
    --hcl-deep-night-10: #001138;
    --hcl-deep-night-11: #4c5a70;
    --hcl-deep-night-12: #282e3e;
}

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

    --hcl-brand-1: #191114;
    --hcl-brand-2: #201318;
    --hcl-brand-3: #381525;
    --hcl-brand-4: #4d122f;
    --hcl-brand-5: #5c1839;
    --hcl-brand-6: #6d2545;
    --hcl-brand-7: #873356;
    --hcl-brand-8: #b0436e;
    --hcl-brand-9: #e93d82;
    --hcl-brand-10: #ee518a;
    --hcl-brand-11: #ff92ad;
    --hcl-brand-12: #fdd3e8;
    --hcl-neutral-1: #121113;
    --hcl-neutral-2: #1a191b;
    --hcl-neutral-3: #232225;
    --hcl-neutral-4: #2b292d;
    --hcl-neutral-5: #323035;
    --hcl-neutral-6: #3c393f;
    --hcl-neutral-7: #49474e;
    --hcl-neutral-8: #625f69;
    --hcl-neutral-9: #6f6d78;
    --hcl-neutral-10: #7c7a85;
    --hcl-neutral-11: #b5b2bc;
    --hcl-neutral-12: #eeeef0;
    --hcl-horizon-blue-1: #13181e;
    --hcl-horizon-blue-2: #171d23;
    --hcl-horizon-blue-3: #182f4a;
    --hcl-horizon-blue-4: #143c6c;
    --hcl-horizon-blue-5: #1d477a;
    --hcl-horizon-blue-6: #295385;
    --hcl-horizon-blue-7: #36649b;
    --hcl-horizon-blue-8: #447ec1;
    --hcl-horizon-blue-9: #467dbf;
    --hcl-horizon-blue-10: #598dd1;
    --hcl-horizon-blue-11: #b2d0f4;
    --hcl-horizon-blue-12: #e1ecfa;
    --hcl-vision-blue-1: #0e0e17;
    --hcl-vision-blue-2: #11111c;
    --hcl-vision-blue-3: #0e0e30;
    --hcl-vision-blue-4: #020244;
    --hcl-vision-blue-5: #09094d;
    --hcl-vision-blue-6: #15165d;
    --hcl-vision-blue-7: #21217a;
    --hcl-vision-blue-8: #292aa3;
    --hcl-vision-blue-9: #3737ef;
    --hcl-vision-blue-10: #5347ff;
    --hcl-vision-blue-11: #605ff7;
    --hcl-vision-blue-12: #cccbf6;
    --hcl-#f08456-1: #15130d;
    --hcl-#f08456-2: #1d190f;
    --hcl-#f08456-3: #2e230a;
    --hcl-#f08456-4: #3f2c00;
    --hcl-#f08456-5: #4d3600;
    --hcl-#f08456-6: #57400a;
    --hcl-#f08456-7: #70561a;
    --hcl-#f08456-8: #8f6e24;
    --hcl-#f08456-9: #ffba18;
    --hcl-#f08456-10: #ffcb31;
    --hcl-#f08456-11: #ffb916;
    --hcl-#f08456-12: #ffe8b3;
    --hcl-sunset-coral-1: #170f0c;
    --hcl-sunset-coral-2: #1c120e;
    --hcl-sunset-coral-3: #2d1308;
    --hcl-sunset-coral-4: #3a1200;
    --hcl-sunset-coral-5: #471500;
    --hcl-sunset-coral-6: #612105;
    --hcl-sunset-coral-7: #6e3218;
    --hcl-sunset-coral-8: #853f21;
    --hcl-sunset-coral-9: #f49d77;
    --hcl-sunset-coral-10: #ffae87;
    --hcl-sunset-coral-11: #ff6e2e;
    --hcl-sunset-coral-12: #ffcfba;
    --hcl-fresh-green-1: #131e19;
    --hcl-fresh-green-2: #17241f;
    --hcl-fresh-green-3: #1a4e39;
    --hcl-fresh-green-4: #16754e;
    --hcl-fresh-green-5: #1f855b;
    --hcl-fresh-green-6: #2d9269;
    --hcl-fresh-green-7: #39a679;
    --hcl-fresh-green-8: #47c290;
    --hcl-fresh-green-9: #00c977;
    --hcl-fresh-green-10: #31db87;
    --hcl-fresh-green-11: #b4f4da;
    --hcl-fresh-green-12: #e3faf1;
    --hcl-deep-night-1: #101113;
    --hcl-deep-night-2: #17191b;
    --hcl-deep-night-3: #1f2124;
    --hcl-deep-night-4: #25292e;
    --hcl-deep-night-5: #2e3238;
    --hcl-deep-night-6: #373e46;
    --hcl-deep-night-7: #444c56;
    --hcl-deep-night-8: #545e6b;
    --hcl-deep-night-9: #001e46;
    --hcl-deep-night-10: #152b55;
    --hcl-deep-night-11: #9bb1cf;
    --hcl-deep-night-12: #d6dfeb;
}

:root {
    /*Theme Headspin*/

    --hsx-page-width: 1200px;
    --hsx-min-offset: 20px;
    --hsx-page-gap: 20px;
    /*Breakdance connector*/
    --bde-section-width: 1240px !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(4px + 2ex)
}

html:root {
    /*Headspin System*/
    --hrd-s: 9px;
    --hrd-m: 12px;
    --hrd-l: 18px;
    --hrd-pill: 500px;
    --hrd-atom: 12px;

}

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(1rem, 0.932rem + 0.225vw, 1.125rem);
    --hfs-h6: clamp(1rem, 0.932rem + 0.225vw, 1.125rem);
    --hfs-text-l: clamp(1.25rem, 1.115rem + 0.451vw, 1.5rem);
    --hfs-text-m: clamp(1rem, 0.932rem + 0.225vw, 1.125rem);
    --hfs-text-s: clamp(0.875rem, 0.875rem + 0.000vw, 0.875rem);
    --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(10.6875rem, 8.797rem + 6.313vw, 14.1875rem);
    --hss-xl: clamp(8rem, 6.549rem + 4.848vw, 10.6875rem);
    --hss-l: clamp(6rem, 4.920rem + 3.608vw, 8rem);
    --hss-m: clamp(4.5rem, 3.690rem + 2.706vw, 6rem);
    --hss-s: clamp(3.375rem, 2.767rem + 2.029vw, 4.5rem);
    --hss-xs: clamp(2.5rem, 2.027rem + 1.578vw, 3.375rem);
    --hss-xxs: clamp(1.875rem, 1.537rem + 1.127vw, 2.5rem);

}

@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(1rem, 0.932rem + 0.225cqi, 1.125rem);
        --hfs-h6: clamp(1rem, 0.932rem + 0.225cqi, 1.125rem);
        --hfs-text-l: clamp(1.25rem, 1.115rem + 0.451cqi, 1.5rem);
        --hfs-text-m: clamp(1rem, 0.932rem + 0.225cqi, 1.125rem);
        --hfs-text-s: clamp(0.875rem, 0.875rem + 0.000cqi, 0.875rem);
        --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(10.6875rem, 8.797rem + 6.313cqi, 14.1875rem);
        --hss-xl: clamp(8rem, 6.549rem + 4.848cqi, 10.6875rem);
        --hss-l: clamp(6rem, 4.920rem + 3.608cqi, 8rem);
        --hss-m: clamp(4.5rem, 3.690rem + 2.706cqi, 6rem);
        --hss-s: clamp(3.375rem, 2.767rem + 2.029cqi, 4.5rem);
        --hss-xs: clamp(2.5rem, 2.027rem + 1.578cqi, 3.375rem);
        --hss-xxs: clamp(1.875rem, 1.537rem + 1.127cqi, 2.5rem);

    }
}

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

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

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);

}