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

    --hcl-on-brand: #ffffff;
    --hcl-brand-1: #fef9fa;
    --hcl-brand-2: #feefef;
    --hcl-brand-3: #ffd0cd;
    --hcl-brand-4: #ffb5ae;
    --hcl-brand-5: #fc9891;
    --hcl-brand-6: #f37f78;
    --hcl-brand-7: #e86159;
    --hcl-brand-8: #e0322a;
    --hcl-brand-9: #e6332a;
    --hcl-brand-10: #d1191c;
    --hcl-brand-11: #ab0800;
    --hcl-brand-12: #401c1c;
    --hcl-on-neutral: #fff;
    --hcl-neutral-1: #fdfdfc;
    --hcl-neutral-2: #f9f9f8;
    --hcl-neutral-3: #f1f0ef;
    --hcl-neutral-4: #e9e8e6;
    --hcl-neutral-5: #e2e1de;
    --hcl-neutral-6: #dad9d6;
    --hcl-neutral-7: #cfceca;
    --hcl-neutral-8: #bcbbb5;
    --hcl-neutral-9: #8d8d86;
    --hcl-neutral-10: #82827c;
    --hcl-neutral-11: #63635e;
    --hcl-neutral-12: #21201c;
    --hcl-on-yellow: #000000;
    --hcl-yellow-1: #fffff9;
    --hcl-yellow-2: #fffeef;
    --hcl-yellow-3: #fef9e0;
    --hcl-yellow-4: #fff3cc;
    --hcl-yellow-5: #ffedb4;
    --hcl-yellow-6: #fbe09b;
    --hcl-yellow-7: #f5d07b;
    --hcl-yellow-8: #edb34a;
    --hcl-yellow-9: #f9b233;
    --hcl-yellow-10: #e5a11e;
    --hcl-yellow-11: #956209;
    --hcl-yellow-12: #624611;
}

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

    --hcl-brand-1: #140b0b;
    --hcl-brand-2: #1c0f0e;
    --hcl-brand-3: #370b09;
    --hcl-brand-4: #540400;
    --hcl-brand-5: #670500;
    --hcl-brand-6: #760b06;
    --hcl-brand-7: #781f1b;
    --hcl-brand-8: #8a2723;
    --hcl-brand-9: #e6332a;
    --hcl-brand-10: #fb4839;
    --hcl-brand-11: #ff5b52;
    --hcl-brand-12: #ffb6b2;
    --hcl-neutral-1: #111110;
    --hcl-neutral-2: #191918;
    --hcl-neutral-3: #222221;
    --hcl-neutral-4: #2a2a28;
    --hcl-neutral-5: #31312e;
    --hcl-neutral-6: #3b3a37;
    --hcl-neutral-7: #494844;
    --hcl-neutral-8: #62605b;
    --hcl-neutral-9: #6f6d66;
    --hcl-neutral-10: #7c7b74;
    --hcl-neutral-11: #b5b3ad;
    --hcl-neutral-12: #eeeeec;
    --hcl-yellow-1: #1f190d;
    --hcl-yellow-2: #271f11;
    --hcl-yellow-3: #44300d;
    --hcl-yellow-4: #664100;
    --hcl-yellow-5: #7c4f00;
    --hcl-yellow-6: #865b10;
    --hcl-yellow-7: #93691e;
    --hcl-yellow-8: #a47623;
    --hcl-yellow-9: #f9b233;
    --hcl-yellow-10: #ffc345;
    --hcl-yellow-11: #ffc866;
    --hcl-yellow-12: #ffe9c2;
}

:root {
    /*Theme Headspin*/

    --hsx-page-width: 1440px;
    --hsx-min-offset: 24px;
    --hsx-page-gap: 24px;
    /*Breakdance connector*/
    --bde-section-width: 1488px !important;
    --bde-section-horizontal-padding: 24px !important;
    --bde-column-gap: 24px !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: 6px;
    --hrd-m: 8px;
    --hrd-l: 12px;
    --hrd-pill: 500px;
    --hrd-atom: 6px;

}

html:root {
    /*Headspin System*/
    --hfs-h0: clamp(2.875rem, -1.125rem + 5.000vw, 4.875rem);
    --hfs-h1: clamp(2.3125rem, -0.313rem + 3.281vw, 3.625rem);
    --hfs-h2: clamp(1.8125rem, -0.063rem + 2.344vw, 2.75rem);
    --hfs-h3: clamp(1.4375rem, 0.188rem + 1.563vw, 2.0625rem);
    --hfs-h4: clamp(1.1875rem, 0.438rem + 0.938vw, 1.5625rem);
    --hfs-h5: clamp(0.9375rem, 0.563rem + 0.469vw, 1.125rem);
    --hfs-h6: clamp(0.9375rem, 0.563rem + 0.469vw, 1.125rem);
    --hfs-text-l: clamp(1.1875rem, 0.438rem + 0.938vw, 1.5625rem);
    --hfs-text-m: clamp(0.9375rem, 0.563rem + 0.469vw, 1.125rem);
    --hfs-text-s: clamp(0.875rem, 0.875rem + 0.000vw, 0.875rem);
    --hsp-xxl: clamp(3.5625rem, 1.188rem + 2.969vw, 4.75rem);
    --hsp-xl: clamp(2.6875rem, 0.938rem + 2.188vw, 3.5625rem);
    --hsp-l: clamp(2rem, 0.625rem + 1.719vw, 2.6875rem);
    --hsp-m: clamp(1.5rem, 0.500rem + 1.250vw, 2rem);
    --hsp-s: clamp(1.125rem, 0.375rem + 0.938vw, 1.5rem);
    --hsp-xs: clamp(0.8125rem, 0.188rem + 0.781vw, 1.125rem);
    --hsp-xxs: clamp(0.625rem, 0.250rem + 0.469vw, 0.8125rem);
    --hss-xxl: clamp(10.6875rem, 3.688rem + 8.750vw, 14.1875rem);
    --hss-xl: clamp(8rem, 2.625rem + 6.719vw, 10.6875rem);
    --hss-l: clamp(6rem, 2.000rem + 5.000vw, 8rem);
    --hss-m: clamp(4.5rem, 1.500rem + 3.750vw, 6rem);
    --hss-s: clamp(3.375rem, 1.125rem + 2.813vw, 4.5rem);
    --hss-xs: clamp(2.5rem, 0.750rem + 2.188vw, 3.375rem);
    --hss-xxs: clamp(1.875rem, 0.625rem + 1.563vw, 2.5rem);

}

@supports (font-size: 1cqi) {
    html:root {
        --hfs-h0: clamp(2.875rem, -1.125rem + 5.000cqi, 4.875rem);
        --hfs-h1: clamp(2.3125rem, -0.313rem + 3.281cqi, 3.625rem);
        --hfs-h2: clamp(1.8125rem, -0.063rem + 2.344cqi, 2.75rem);
        --hfs-h3: clamp(1.4375rem, 0.188rem + 1.563cqi, 2.0625rem);
        --hfs-h4: clamp(1.1875rem, 0.438rem + 0.938cqi, 1.5625rem);
        --hfs-h5: clamp(0.9375rem, 0.563rem + 0.469cqi, 1.125rem);
        --hfs-h6: clamp(0.9375rem, 0.563rem + 0.469cqi, 1.125rem);
        --hfs-text-l: clamp(1.1875rem, 0.438rem + 0.938cqi, 1.5625rem);
        --hfs-text-m: clamp(0.9375rem, 0.563rem + 0.469cqi, 1.125rem);
        --hfs-text-s: clamp(0.875rem, 0.875rem + 0.000cqi, 0.875rem);
        --hsp-xxl: clamp(3.5625rem, 1.188rem + 2.969cqi, 4.75rem);
        --hsp-xl: clamp(2.6875rem, 0.938rem + 2.188cqi, 3.5625rem);
        --hsp-l: clamp(2rem, 0.625rem + 1.719cqi, 2.6875rem);
        --hsp-m: clamp(1.5rem, 0.500rem + 1.250cqi, 2rem);
        --hsp-s: clamp(1.125rem, 0.375rem + 0.938cqi, 1.5rem);
        --hsp-xs: clamp(0.8125rem, 0.188rem + 0.781cqi, 1.125rem);
        --hsp-xxs: clamp(0.625rem, 0.250rem + 0.469cqi, 0.8125rem);
        --hss-xxl: clamp(10.6875rem, 3.688rem + 8.750cqi, 14.1875rem);
        --hss-xl: clamp(8rem, 2.625rem + 6.719cqi, 10.6875rem);
        --hss-l: clamp(6rem, 2.000rem + 5.000cqi, 8rem);
        --hss-m: clamp(4.5rem, 1.500rem + 3.750cqi, 6rem);
        --hss-s: clamp(3.375rem, 1.125rem + 2.813cqi, 4.5rem);
        --hss-xs: clamp(2.5rem, 0.750rem + 2.188cqi, 3.375rem);
        --hss-xxs: clamp(1.875rem, 0.625rem + 1.563cqi, 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-12);
    --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-976: #E0DED3;
}

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

}