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

    --hcl-on-brand: #ffffff;
    --hcl-brand-1: #fdfdfc;
    --hcl-brand-2: #faf9f2;
    --hcl-brand-3: #f2f0e7;
    --hcl-brand-4: #eae6db;
    --hcl-brand-5: #e1dccf;
    --hcl-brand-6: #d8d0bf;
    --hcl-brand-7: #cbc0aa;
    --hcl-brand-8: #b9a88d;
    --hcl-brand-9: #978365;
    --hcl-brand-10: #8c7a5e;
    --hcl-brand-11: #71624b;
    --hcl-brand-12: #3b352b;
    --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-tomato: #fff;
    --hcl-tomato-1: #fffcfc;
    --hcl-tomato-2: #fff8f7;
    --hcl-tomato-3: #feebe7;
    --hcl-tomato-4: #ffdcd3;
    --hcl-tomato-5: #ffcdc2;
    --hcl-tomato-6: #fdbdaf;
    --hcl-tomato-7: #f5a898;
    --hcl-tomato-8: #ec8e7b;
    --hcl-tomato-9: #e54d2e;
    --hcl-tomato-10: #dd4425;
    --hcl-tomato-11: #d13415;
    --hcl-tomato-12: #5c271f;
    --hcl-on-bronze: #fff;
    --hcl-bronze-1: #fdfcfc;
    --hcl-bronze-2: #fdf7f5;
    --hcl-bronze-3: #f6edea;
    --hcl-bronze-4: #efe4df;
    --hcl-bronze-5: #e7d9d3;
    --hcl-bronze-6: #dfcdc5;
    --hcl-bronze-7: #d3bcb3;
    --hcl-bronze-8: #c2a499;
    --hcl-bronze-9: #a18072;
    --hcl-bronze-10: #957468;
    --hcl-bronze-11: #7d5e54;
    --hcl-bronze-12: #43302b;
    --hcl-on-orange: #ffffff;
    --hcl-orange-1: #fefcfb;
    --hcl-orange-2: #fff7ed;
    --hcl-orange-3: #ffefd6;
    --hcl-orange-4: #ffdfb5;
    --hcl-orange-5: #ffd19a;
    --hcl-orange-6: #ffc182;
    --hcl-orange-7: #f5ae73;
    --hcl-orange-8: #ec9455;
    --hcl-orange-9: #f76b15;
    --hcl-orange-10: #ef5f00;
    --hcl-orange-11: #cc4e00;
    --hcl-orange-12: #582d1d;
    --hcl-on-amber: #000000;
    --hcl-amber-1: #fefdfb;
    --hcl-amber-2: #fefbe9;
    --hcl-amber-3: #fff7c2;
    --hcl-amber-4: #ffee9c;
    --hcl-amber-5: #fbe577;
    --hcl-amber-6: #f3d673;
    --hcl-amber-7: #e9c162;
    --hcl-amber-8: #e2a336;
    --hcl-amber-9: #ffc53d;
    --hcl-amber-10: #ffba18;
    --hcl-amber-11: #ab6400;
    --hcl-amber-12: #4f3422;
    --hcl-on-yellow: #000000;
    --hcl-yellow-1: #fdfdf9;
    --hcl-yellow-2: #fefce9;
    --hcl-yellow-3: #fffab8;
    --hcl-yellow-4: #fff394;
    --hcl-yellow-5: #ffe770;
    --hcl-yellow-6: #f3d768;
    --hcl-yellow-7: #e4c767;
    --hcl-yellow-8: #d5ae39;
    --hcl-yellow-9: #ffe629;
    --hcl-yellow-10: #ffdc00;
    --hcl-yellow-11: #9e6c00;
    --hcl-yellow-12: #473b1f;
}

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

    --hcl-brand-1: #121211;
    --hcl-brand-2: #1b1a17;
    --hcl-brand-3: #24231f;
    --hcl-brand-4: #2d2b26;
    --hcl-brand-5: #38352e;
    --hcl-brand-6: #444039;
    --hcl-brand-7: #544f46;
    --hcl-brand-8: #696256;
    --hcl-brand-9: #978365;
    --hcl-brand-10: #a39073;
    --hcl-brand-11: #cbb99f;
    --hcl-brand-12: #e8e2d9;
    --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-tomato-1: #181111;
    --hcl-tomato-2: #1f1513;
    --hcl-tomato-3: #391714;
    --hcl-tomato-4: #4e1511;
    --hcl-tomato-5: #5e1c16;
    --hcl-tomato-6: #6e2920;
    --hcl-tomato-7: #853a2d;
    --hcl-tomato-8: #ac4d39;
    --hcl-tomato-9: #e54d2e;
    --hcl-tomato-10: #ec6142;
    --hcl-tomato-11: #ff977d;
    --hcl-tomato-12: #fbd3cb;
    --hcl-bronze-1: #141110;
    --hcl-bronze-2: #1c1917;
    --hcl-bronze-3: #262220;
    --hcl-bronze-4: #302a27;
    --hcl-bronze-5: #3b3330;
    --hcl-bronze-6: #493e3a;
    --hcl-bronze-7: #5a4c47;
    --hcl-bronze-8: #6f5f58;
    --hcl-bronze-9: #a18072;
    --hcl-bronze-10: #ae8c7e;
    --hcl-bronze-11: #d4b3a5;
    --hcl-bronze-12: #ede0d9;
    --hcl-orange-1: #17120e;
    --hcl-orange-2: #1e160f;
    --hcl-orange-3: #331e0b;
    --hcl-orange-4: #462100;
    --hcl-orange-5: #562800;
    --hcl-orange-6: #66350c;
    --hcl-orange-7: #7e451d;
    --hcl-orange-8: #a35829;
    --hcl-orange-9: #f76b15;
    --hcl-orange-10: #ff801f;
    --hcl-orange-11: #ffa057;
    --hcl-orange-12: #ffe0c2;
    --hcl-amber-1: #16120c;
    --hcl-amber-2: #1d180f;
    --hcl-amber-3: #302008;
    --hcl-amber-4: #3f2700;
    --hcl-amber-5: #4d3000;
    --hcl-amber-6: #5c3d05;
    --hcl-amber-7: #714f19;
    --hcl-amber-8: #8f6424;
    --hcl-amber-9: #ffc53d;
    --hcl-amber-10: #ffd60a;
    --hcl-amber-11: #ffca16;
    --hcl-amber-12: #ffe7b3;
    --hcl-yellow-1: #14120b;
    --hcl-yellow-2: #1b180f;
    --hcl-yellow-3: #2d2305;
    --hcl-yellow-4: #362b00;
    --hcl-yellow-5: #433500;
    --hcl-yellow-6: #524202;
    --hcl-yellow-7: #665417;
    --hcl-yellow-8: #836a21;
    --hcl-yellow-9: #ffe629;
    --hcl-yellow-10: #ffff57;
    --hcl-yellow-11: #f5e147;
    --hcl-yellow-12: #f6eeb4;
}

: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(6px + 1.75ex)
}

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.5625rem, 0.862rem + 9.019vw, 8.5625rem);
    --hfs-h1: clamp(2.6875rem, 1.270rem + 4.735vw, 5.3125rem);
    --hfs-h2: clamp(2rem, 1.325rem + 2.255vw, 3.25rem);
    --hfs-h3: clamp(1.5rem, 1.230rem + 0.902vw, 2rem);
    --hfs-h4: clamp(1.125rem, 1.057rem + 0.225vw, 1.25rem);
    --hfs-h5: clamp(1.125rem, 1.057rem + 0.225vw, 1.25rem);
    --hfs-h6: clamp(1.125rem, 1.057rem + 0.225vw, 1.25rem);
    --hfs-text-l: clamp(1.5rem, 1.230rem + 0.902vw, 2rem);
    --hfs-text-m: clamp(1.125rem, 1.057rem + 0.225vw, 1.25rem);
    --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.5625rem, 0.862rem + 9.019cqi, 8.5625rem);
        --hfs-h1: clamp(2.6875rem, 1.270rem + 4.735cqi, 5.3125rem);
        --hfs-h2: clamp(2rem, 1.325rem + 2.255cqi, 3.25rem);
        --hfs-h3: clamp(1.5rem, 1.230rem + 0.902cqi, 2rem);
        --hfs-h4: clamp(1.125rem, 1.057rem + 0.225cqi, 1.25rem);
        --hfs-h5: clamp(1.125rem, 1.057rem + 0.225cqi, 1.25rem);
        --hfs-h6: clamp(1.125rem, 1.057rem + 0.225cqi, 1.25rem);
        --hfs-text-l: clamp(1.5rem, 1.230rem + 0.902cqi, 2rem);
        --hfs-text-m: clamp(1.125rem, 1.057rem + 0.225cqi, 1.25rem);
        --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);

}