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

    --hcl-on-brand: #ffffff;
    --hcl-brand-1: #fafcfe;
    --hcl-brand-2: #f3f7fb;
    --hcl-brand-3: #e3edf5;
    --hcl-brand-4: #d0e3ef;
    --hcl-brand-5: #bdd3e5;
    --hcl-brand-6: #a5c1da;
    --hcl-brand-7: #86abca;
    --hcl-brand-8: #558cb7;
    --hcl-brand-9: #4682b4;
    --hcl-brand-10: #3272a3;
    --hcl-brand-11: #1b446a;
    --hcl-brand-12: #162234;
    --hcl-on-neutral: #fff;
    --hcl-neutral-1: #fcfcfd;
    --hcl-neutral-2: #f9f9fb;
    --hcl-neutral-3: #f0f0f3;
    --hcl-neutral-4: #e8e8ec;
    --hcl-neutral-5: #e0e1e6;
    --hcl-neutral-6: #d9d9e0;
    --hcl-neutral-7: #cdced6;
    --hcl-neutral-8: #b9bbc6;
    --hcl-neutral-9: #8b8d98;
    --hcl-neutral-10: #80838d;
    --hcl-neutral-11: #60646c;
    --hcl-neutral-12: #1c2024;
    --hcl-on-graphite-gray: #ffffff;
    --hcl-graphite-gray-1: #fcfcfc;
    --hcl-graphite-gray-2: #f2f2f2;
    --hcl-graphite-gray-3: #e7e7e7;
    --hcl-graphite-gray-4: #dbdbdb;
    --hcl-graphite-gray-5: #cfcfcf;
    --hcl-graphite-gray-6: #bfbfbf;
    --hcl-graphite-gray-7: #aaaaaa;
    --hcl-graphite-gray-8: #8d8d8d;
    --hcl-graphite-gray-9: #4a4a4a;
    --hcl-graphite-gray-10: #3c3c3c;
    --hcl-graphite-gray-11: #4b4b4b;
    --hcl-graphite-gray-12: #2b2b2b;
    --hcl-on-rust-orange: #ffffff;
    --hcl-rust-orange-1: #fefdfc;
    --hcl-rust-orange-2: #fffcf8;
    --hcl-rust-orange-3: #fef8f0;
    --hcl-rust-orange-4: #fff3e4;
    --hcl-rust-orange-5: #ffedd9;
    --hcl-rust-orange-6: #ffe4c9;
    --hcl-rust-orange-7: #f9d1b1;
    --hcl-rust-orange-8: #f0ba95;
    --hcl-rust-orange-9: #c15c1c;
    --hcl-rust-orange-10: #ae4c09;
    --hcl-rust-orange-11: #c97340;
    --hcl-rust-orange-12: #633322;
    --hcl-on-deep-red: #ffffff;
    --hcl-deep-red-1: #fefafb;
    --hcl-deep-red-2: #fbf3f4;
    --hcl-deep-red-3: #f5e3e3;
    --hcl-deep-red-4: #efd1d0;
    --hcl-deep-red-5: #e5bdbd;
    --hcl-deep-red-6: #daa6a5;
    --hcl-deep-red-7: #ca8686;
    --hcl-deep-red-8: #b75555;
    --hcl-deep-red-9: #b22222;
    --hcl-deep-red-10: #9e0415;
    --hcl-deep-red-11: #6a1b1b;
    --hcl-deep-red-12: #341617;
    --hcl-on-concrete-beige: #000000;
    --hcl-concrete-beige-1: #fefefc;
    --hcl-concrete-beige-2: #fdfcf8;
    --hcl-concrete-beige-3: #fcf9ef;
    --hcl-concrete-beige-4: #faf3e4;
    --hcl-concrete-beige-5: #f7edd7;
    --hcl-concrete-beige-6: #f1e2c7;
    --hcl-concrete-beige-7: #ead5b1;
    --hcl-concrete-beige-8: #e4c293;
    --hcl-concrete-beige-9: #d1bfa7;
    --hcl-concrete-beige-10: #bfae96;
    --hcl-concrete-beige-11: #e28b18;
    --hcl-concrete-beige-12: #6c4814;
}

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

    --hcl-brand-1: #0e1114;
    --hcl-brand-2: #12171b;
    --hcl-brand-3: #111e29;
    --hcl-brand-4: #0e202f;
    --hcl-brand-5: #132a3d;
    --hcl-brand-6: #1d384e;
    --hcl-brand-7: #254660;
    --hcl-brand-8: #2b5373;
    --hcl-brand-9: #4682b4;
    --hcl-brand-10: #5892c5;
    --hcl-brand-11: #2878bb;
    --hcl-brand-12: #add2f0;
    --hcl-neutral-1: #111113;
    --hcl-neutral-2: #18191b;
    --hcl-neutral-3: #212225;
    --hcl-neutral-4: #272a2d;
    --hcl-neutral-5: #2e3135;
    --hcl-neutral-6: #363a3f;
    --hcl-neutral-7: #43484e;
    --hcl-neutral-8: #5a6169;
    --hcl-neutral-9: #696e77;
    --hcl-neutral-10: #777b84;
    --hcl-neutral-11: #b0b4ba;
    --hcl-neutral-12: #edeef0;
    --hcl-graphite-gray-1: #111111;
    --hcl-graphite-gray-2: #171717;
    --hcl-graphite-gray-3: #1f1f1f;
    --hcl-graphite-gray-4: #262626;
    --hcl-graphite-gray-5: #2e2e2e;
    --hcl-graphite-gray-6: #393939;
    --hcl-graphite-gray-7: #464646;
    --hcl-graphite-gray-8: #565656;
    --hcl-graphite-gray-9: #4a4a4a;
    --hcl-graphite-gray-10: #595959;
    --hcl-graphite-gray-11: #9f9f9f;
    --hcl-graphite-gray-12: #d9d9d9;
    --hcl-rust-orange-1: #201711;
    --hcl-rust-orange-2: #261b14;
    --hcl-rust-orange-3: #4a2b18;
    --hcl-rust-orange-4: #63381d;
    --hcl-rust-orange-5: #724325;
    --hcl-rust-orange-6: #804e2e;
    --hcl-rust-orange-7: #975d3a;
    --hcl-rust-orange-8: #bb754a;
    --hcl-rust-orange-9: #c15c1c;
    --hcl-rust-orange-10: #d46c2c;
    --hcl-rust-orange-11: #ffc9a7;
    --hcl-rust-orange-12: #ffeadc;
    --hcl-deep-red-1: #140e0e;
    --hcl-deep-red-2: #1b1212;
    --hcl-deep-red-3: #291111;
    --hcl-deep-red-4: #2f0e0e;
    --hcl-deep-red-5: #3d1313;
    --hcl-deep-red-6: #4e1d1d;
    --hcl-deep-red-7: #602525;
    --hcl-deep-red-8: #732b2c;
    --hcl-deep-red-9: #b22222;
    --hcl-deep-red-10: #c63630;
    --hcl-deep-red-11: #bb2828;
    --hcl-deep-red-12: #f0adad;
    --hcl-concrete-beige-1: #1f170d;
    --hcl-concrete-beige-2: #251d13;
    --hcl-concrete-beige-3: #4c300b;
    --hcl-concrete-beige-4: #704000;
    --hcl-concrete-beige-5: #854c00;
    --hcl-concrete-beige-6: #995a06;
    --hcl-concrete-beige-7: #ab6c18;
    --hcl-concrete-beige-8: #e68f1b;
    --hcl-concrete-beige-9: #d1bfa7;
    --hcl-concrete-beige-10: #e3d0b8;
    --hcl-concrete-beige-11: #f3d3a9;
    --hcl-concrete-beige-12: #fbecd8;
}

: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(4px + 2ex)
}

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

}

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

}