@media only screen and (max-width: 479px) { #ntub-xxl img { aspect-ratio: 5 / 4; } }
@media only screen and (min-width: 1366px) { #ntub-xxl img { min-height: 600px; } }
body {
                font-size: var(--typography-default-size);
                font-weight: var(--typography-default-weight);
                font-family: var(--typography-default-family);
                line-height: var(--typography-default-lineheight);
                letter-spacing: var(--typography-default-letterspacing);
                text-transform: var(--typography-default-text-transform);
            }

 h1 {
                font-size: var(--typography-h1-size);
                font-family: var(--typography-h1-family);
                font-weight: var(--typography-h1-weight);
                line-height: var(--typography-h1-lineheight);
                letter-spacing: var(--typography-h1-letterspacing);
                text-transform: var(--typography-h1-text-transform);
            }
 h2 {
                font-size: var(--typography-h2-size);
                font-family: var(--typography-h2-family);
                font-weight: var(--typography-h2-weight);
                line-height: var(--typography-h2-lineheight);
                letter-spacing: var(--typography-h2-letterspacing);
                text-transform: var(--typography-h2-text-transform);
            }
 h3 {
                font-size: var(--typography-h3-size);
                font-family: var(--typography-h3-family);
                font-weight: var(--typography-h3-weight);
                line-height: var(--typography-h3-lineheight);
                letter-spacing: var(--typography-h3-letterspacing);
                text-transform: var(--typography-h3-text-transform);
            }
 h4 {
                font-size: var(--typography-h4-size);
                font-family: var(--typography-h4-family);
                font-weight: var(--typography-h4-weight);
                line-height: var(--typography-h4-lineheight);
                letter-spacing: var(--typography-h4-letterspacing);
                text-transform: var(--typography-h4-text-transform);
            }
 h5 {
                font-size: var(--typography-h5-size);
                font-family: var(--typography-h5-family);
                font-weight: var(--typography-h5-weight);
                line-height: var(--typography-h5-lineheight);
                letter-spacing: var(--typography-h5-letterspacing);
                text-transform: var(--typography-h5-text-transform);
            }
 h6 {
                font-size: var(--typography-h6-size);
                font-family: var(--typography-h6-family);
                font-weight: var(--typography-h6-weight);
                line-height: var(--typography-h6-lineheight);
                letter-spacing: var(--typography-h6-letterspacing);
                text-transform: var(--typography-h6-text-transform);
            }
 label {
                font-size: var(--typography-h5-size);
                font-family: var(--typography-h5-family);
                font-weight: var(--typography-h5-weight);
                line-height: var(--typography-h5-lineheight);
                letter-spacing: var(--typography-h5-letterspacing);
                text-transform: var(--typography-h5-text-transform);
            }
 p {
                font-size: var(--typography-subtitle2-size);
                font-family: var(--typography-subtitle2-family);
                font-weight: var(--typography-subtitle2-weight);
                line-height: var(--typography-subtitle2-lineheight);
                letter-spacing: var(--typography-subtitle2-letterspacing);
                text-transform: var(--typography-subtitle2-text-transform);
            }

:root{--palette-brand: rgba(39,170,225,1);--palette-brand-rgb: 39,170,225;--palette-brand-text: rgba(255,255,255,1);--palette-brand-text-rgb: 255,255,255;--palette-black: rgba(0,0,0,1);--palette-black-rgb: 0,0,0;--palette-white: rgba(255,255,255,1);--palette-white-rgb: 255,255,255;--palette-primary: rgba(39,170,225,1);--palette-primary-rgb: 39,170,225;--palette-primary-text: rgba(255,255,255,1);--palette-primary-text-rgb: 255,255,255;--palette-primary-darken: rgba(19,85,112,1);--palette-primary-lighten: rgba(147,212,240,1);--palette-primary-hover: rgba(147,212,240,1);--palette-primary-hover-text: rgba(255,255,255,1);--palette-secondary: rgba(39,170,225,1);--palette-secondary-rgb: 39,170,225;--palette-secondary-text: rgba(255,255,255,1);--palette-secondary-text-rgb: 255,255,255;--palette-secondary-darken: rgba(19,85,112,1);--palette-secondary-lighten: rgba(147,212,240,1);--palette-secondary-hover: rgba(147,212,240,1);--palette-secondary-hover-text: rgba(255,255,255,1);--palette-tertiary: rgba(247,247,247,1);--palette-tertiary-rgb: 247,247,247;--palette-tertiary-text: rgba(0,0,0,1);--palette-tertiary-text-rgb: 0,0,0;--palette-tertiary-darken: rgba(0,20,70,1);--palette-tertiary-lighten: rgba(225,225,225,1);--palette-tertiary-hover: rgba(225,225,225,1);--palette-tertiary-hover-text: rgba(0,0,0,1);--palette-quaternary: rgba(246,246,246,1);--palette-quaternary-rgb: 246,246,246;--palette-quaternary-text: rgba(130,130,130,1);--palette-quaternary-text-rgb: 130,130,130;--palette-quaternary-darken: rgba(225,225,225,1);--palette-quaternary-lighten: rgba(232,232,232,1);--palette-quaternary-hover: rgba(232,232,232,1);--palette-quaternary-hover-text: rgba(130,130,130,1);--palette-info: rgba(218,50,47,1);--palette-info-rgb: 218,50,47;--palette-info-text: rgba(255,255,255,1);--palette-info-darken: rgba(201,46,43,1);--palette-info-lighten: rgba(220,65,62,1);--palette-info-hover: rgba(218,50,47,0.45);--palette-success: rgba(6,142,44,1);--palette-success-rgb: 6,142,44;--palette-success-text: rgba(255,255,255,1);--palette-success-darken: rgba(4,113,35,1);--palette-success-lighten: rgba(56,164,86,1);--palette-success-hover: rgba(6,142,44,0.45);--palette-warning: rgba(249,118,0,1);--palette-warning-rgb: 249,118,0;--palette-warning-text: rgba(0,0,0,1);--palette-warning-darken: rgba(250,173,20,1);--palette-warning-lighten: rgba(243,240,220,1);--palette-warning-hover: rgba(249,118,0,0.45);--palette-error: rgba(227,6,19,1);--palette-error-rgb: 227,6,19;--palette-error-text: rgba(255,255,255,1);--palette-error-darken: rgba(184,0,0,1);--palette-error-lighten: rgba(252,230,231,1);--palette-error-hover: rgba(227,6,19,0.45);--palette-dark: rgba(239,239,239,1);--palette-dark-rgb: 239,239,239;--palette-dark-text: rgba(0,0,0,1);--palette-dark-text-rgb: 0,0,0;--palette-dark-darken: rgba(255,255,255,1);--palette-dark-lighten: rgba(239,239,239,1);--palette-dark-hover: rgba(239,239,239,1);--palette-text-primary: rgba(0,0,0,1);--palette-text-primary-rgb: 0,0,0;--palette-text-secondary: rgba(0,0,0,0.55);--palette-text-secondary-rgb: 0,0,0;--palette-text-tertiary: rgba(255,255,255,0.55);--palette-text-tertiary-rgb: 255,255,255;--palette-text-disabled: rgba(0,0,0,0.38);--palette-action-default: rgba(0,0,0,0.54);--palette-action-default-hover: rgba(0,0,0,0.45);--palette-action-disabled: rgba(0,0,0,0.26);--palette-action-disabled-inverse: rgba(0,0,0,0.26);--palette-action-disabled-background: rgba(0,0,0,0.12);--palette-action-disabled-background-inverse: rgba(0,0,0,0.2);--palette-surface: rgba(255,255,255,1);--palette-surface-darken: rgba(218,50,47,1);--palette-surface-lighten: rgba(246,246,246,1);--palette-surface-text-rgb: 0,0,0;--palette-surface-rgb: 255,255,255;--palette-surface-hover: rgba(246,246,246,1);--palette-surface-hover-text: rgba(0,0,0,1);--palette-background: rgba(236,236,236,1);--palette-background-rgb: 236,236,236;--palette-background-grey: rgba(248,248,248,1);--palette-drawer-background: rgba(245,244,250,1);--palette-drawer-background-rgb: 245,244,250;--palette-drawer-text: rgba(34,34,34,1);--palette-drawer-icon: 0,32,96;--palette-appbar-background: rgba(0,0,0,1);--palette-appbar-background-rgb: 0,0,0;--palette-appbar-text: rgba(255,255,255,1);--palette-appbar-text-rgb: 255,255,255;--palette-lines-default: rgba(0,0,0,0.2);--palette-lines-inputs: rgba(189,189,189,1);--palette-table-lines: rgba(224,224,224,1);--palette-table-striped: rgba(0,0,0,0.02);--palette-table-hover: rgba(0,0,0,0.04);--palette-divider: rgba(218,218,218,1);--palette-divider-light: rgba(218,218,218,1);--palette-grey-rgb: 157,156,156;--palette-grey-default: #9d9c9c;--palette-grey-light: #d8d8d8;--palette-grey-lighter: #f6f6f6;--palette-grey-dark: #e1e1e1;--palette-grey-darker: #e8e8e8;--palette-overlay-dark: rgba(255,255,255,.5);--palette-overlay-light: rgba(255,255,255,.5);--palette-surface-primary: rgba(245,245,245,1);--palette-surface-primary-rgb: 245,245,245;--palette-surface-primary-darken: rgba(189,189,189,1);--palette-surface-primary-lighten: rgba(246,246,246,1);--palette-surface-primary-text: rgba(0,0,0,1);--palette-surface-primary-hover: rgba(246,246,246,1);--palette-surface-primary-hover-text: rgba(0,0,0,1);--palette-surface-secondary: rgba(73,73,73,1);--palette-surface-secondary-rgb: 73,73,73;--palette-surface-secondary-darken: rgba(246,246,246,1);--palette-surface-secondary-lighten: rgba(79,79,79,1);--palette-surface-secondary-text: rgba(248,248,248,1);--palette-surface-secondary-hover: rgba(79,79,79,1);--palette-surface-secondary-hover-text: rgba(248,248,248,1);--palette-surface-tertiary: rgba(237,237,237,1);--palette-surface-tertiary-rgb: 237,237,237;--palette-surface-tertiary-darken: rgba(0,0,0,1);--palette-surface-tertiary-lighten: rgba(65,65,65,1);--palette-surface-tertiary-text: rgba(171,171,171,1);--palette-surface-tertiary-hover: rgba(65,65,65,1);--palette-surface-tertiary-hover-text: rgba(171,171,171,1);--palette-surface-quaternary: rgba(250,250,250,1);--palette-surface-quaternary-rgb: 250,250,250;--palette-surface-quaternary-darken: rgba(231,231,231,1);--palette-surface-quaternary-lighten: rgba(243,243,243,1);--palette-surface-quaternary-text: rgba(27,27,27,1);--palette-surface-quaternary-hover: rgba(243,243,243,1);--palette-surface-quaternary-hover-text: rgba(27,27,27,1);--elevation-0: none;--elevation-1: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);--elevation-2: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);--elevation-3: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);--elevation-4: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);--elevation-5: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12);--elevation-6: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);--elevation-7: 0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12);--elevation-8: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);--elevation-9: 0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12);--elevation-10: 0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);--elevation-11: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);--elevation-12: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12);--elevation-13: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12);--elevation-14: 0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12);--elevation-15: 0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12);--elevation-16: 0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12);--elevation-17: 0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12);--elevation-18: 0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12);--elevation-19: 0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12);--elevation-20: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12);--elevation-21: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12);--elevation-22: 0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12);--elevation-23: 0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12);--elevation-24: 0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);--elevation-25: 0 5px 5px -3px rgba(0,0,0,.06), 0 8px 10px 1px rgba(0,0,0,.042), 0 3px 14px 2px rgba(0,0,0,.036);--default-borderradius: 0.125rem;--drawer-width-left: 240px;--drawer-width-right: 240px;--drawer-width-mini-left: 56px;--drawer-width-mini-right: 56px;--appbar-height: 64px;--scroll-bar: 12px;--scroll-bar-track: rgba(246,246,246,1);--scroll-bar-thumb: rgba(39,170,225,1);--scroll-bar-thumb-hover: rgba(31,139,184,1);--typography-default-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-default-weight: 400;--typography-default-size: .875rem;--typography-default-lineheight: 1.43;--typography-default-letterspacing: 0.01071em;--typography-default-text-transform: none;--typography-h1-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-h1-weight: 600;--typography-h1-size: 1.875rem;--typography-h1-lineheight: 1;--typography-h1-letterspacing: 0;--typography-h1-text-transform: uppercase;--typography-h2-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-h2-weight: 600;--typography-h2-size: 1.75rem;--typography-h2-lineheight: 1.2;--typography-h2-letterspacing: 0;--typography-h2-text-transform: none;--typography-h3-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-h3-weight: 500;--typography-h3-size: 1.625rem;--typography-h3-lineheight: 1.2;--typography-h3-letterspacing: 0;--typography-h3-text-transform: none;--typography-h4-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-h4-weight: 600;--typography-h4-size: 1rem;--typography-h4-lineheight: 1.265;--typography-h4-letterspacing: 0;--typography-h4-text-transform: uppercase;--typography-h5-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-h5-weight: 600;--typography-h5-size: 0.875rem;--typography-h5-lineheight: 1.2;--typography-h5-letterspacing: 0;--typography-h5-text-transform: uppercase;--typography-h6-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-h6-weight: 500;--typography-h6-size: 1.125rem;--typography-h6-lineheight: 1.2;--typography-h6-letterspacing: 0;--typography-h6-text-transform: none;--typography-caption-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-caption-weight: 400;--typography-caption-size: 0.75rem;--typography-caption-lineheight: 1.66;--typography-caption-letterspacing: 0.03333em;--typography-caption-text-transform: none;--typography-subtitle1-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-subtitle1-weight: 400;--typography-subtitle1-size: 1.125rem;--typography-subtitle1-lineheight: 1.35;--typography-subtitle1-letterspacing: .00938em;--typography-subtitle1-text-transform: none;--typography-subtitle2-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-subtitle2-weight: 500;--typography-subtitle2-size: .875rem;--typography-subtitle2-lineheight: 1.15;--typography-subtitle2-letterspacing: 0.00714em;--typography-subtitle2-text-transform: none;--typography-body1-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-body1-weight: 400;--typography-body1-size: 1rem;--typography-body1-lineheight: 1.5;--typography-body1-letterspacing: 0.00938em;--typography-body1-text-transform: none;--typography-body2-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-body2-weight: 400;--typography-body2-size: .875rem;--typography-body2-lineheight: 1.43;--typography-body2-letterspacing: 0.01071em;--typography-body2-text-transform: none;--typography-button-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-button-weight: 500;--typography-button-size: .875rem;--typography-button-lineheight: 1;--typography-button-letterspacing: 0.02857em;--typography-button-text-transform: uppercase;--typography-overline-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-overline-weight: 400;--typography-overline-size: 0.875rem;--typography-overline-lineheight: 2.66;--typography-overline-letterspacing: 0.08333em;--typography-overline-text-transform: none;--typography-action-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--typography-action-weight: 400;--typography-action-size: 0.75rem;--typography-action-lineheight: 0.8;--typography-action-letterspacing: 0.03333em;--typography-action-text-transform: none;--zindex-drawer: 1100;--zindex-appbar: 1300;--zindex-dialog: 1400;--zindex-popup: 1600;--zindex-snackbar: 1500;--zindex-tooltip: 1600;--theme: sail;--palette-link-active: #27aae1;--palette-footer: 0,112,175;--palette-footer-text: 255,255,225;}
.reset  p, .reset h1, .reset  h2, .reset  h3, .reset  h4, .reset  h5, .reset h6 {font-size: inherit;font-family:inherit;font-weight: inherit;line-height: inherit;letter-spacing: inherit;text-transform: inherit;}
p.reset, h1.reset, h2.reset, h3.reset, h4.reset, h5.reset, h6.reset {font-size: inherit;font-family:inherit;font-weight: inherit;line-height: inherit;letter-spacing: inherit;text-transform: inherit;}
#axvw-phk
{display:flex;flex-direction:column;gap:19px 19px;align-items:center;justify-content:center;height:60dvh;}#ivbt-vsg
{font-size:27px;text-align:center;}#ejez-mcm
{font-size:28px;text-transform:uppercase;font-weight:600;text-align:center;}#cegv-mng
{display:flex;align-items:center;gap:8px 8px;}#zfzh-bbn
{text-decoration:none;}:root{
    --palette-primary-text-rgb: 255,255,255;
    --palette-primary-text: rgba(255,255, 255, 1);
}
.btn-surface-primary-outline{
    color: #000;
}
.text-5xl {
    font-size: 2rem;
}
.leading-5xl {
    line-height: 2rem;
}

.text-5\.5xl {
    font-size: 2rem;
}
.leading-5\.5xl {
    line-height: 2rem;
}

@media (max-width: 480px) {
    .sponsor-link img{
        max-width: 96px;
    }
}
@media (min-width: 360px) {
    .sm\:leading-6xl {
        font-size: 2.25rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 480px) {
    main .md\:leading-7xl {
         font-size: 3.25rem;
        line-height: 3.25rem;
    }
}

@media (min-width: 768px) {
    .lg\:text-6xl {
        font-size: 2.25rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 992px) {
    .xl\:text-8xl {
        font-size: 3.25rem;
        line-height: 3.25rem;
    }
}
@media (min-width: 992px) {
    main .xl\:text-9xl {
        font-size: 4.25rem;
        line-height: 4.25rem;
    }
}

.content img.image {
    width: 100%;
}

.step .bg-surface-quaternary{
    background-color: rgb(var(--palette-secondary-rgb));
}
.step .text-surface-quaternary-text{
    color: var(--palette-secondary-text);
}

.step-active .bg-surface-quaternary-darken{
    background-color: rgb(var(--palette-primary-rgb));
    color: var(--palette-primary-text);
}
.step .bg-surface-quaternary{
    background-color: rgb(var(--palette-secondary-rgb));
}
