:root {
    --favicon-url: url('https://checkidstaticassets.blob.core.windows.net/checkid-ssikt/ssikt-icon-1.png');
    --logo-url-colorful: url('https://checkidstaticassets.blob.core.windows.net/checkid-ssikt/logo-07.png');
    --logo-url-white: url('https://checkidstaticassets.blob.core.windows.net/checkid-ssikt/logo-07.png');
    --logo-height: 220px;
    --logo-width: 428px;
}

body.background-gray,
body.background-purple,
body:not(.background-gray):not(.background-purple) {
    color-scheme: only light;
    background:
        url('https://checkidstaticassets.blob.core.windows.net/checkid-ssikt/ssikt-background.jpeg')
        center bottom / cover no-repeat fixed;
    background-color: #DDEEF6;
}

body.background-gray .app,
body.background-purple .app,
body:not(.background-gray):not(.background-purple) .app {
    background: transparent;
}

body.background-gray .app > .container,
body.background-purple .app > .container,
body:not(.background-gray):not(.background-purple) .app > .container {
    align-items: center;
}

body.background-gray .logo-colorful,
body.background-gray .logo-white,
body.background-purple .logo-colorful,
body.background-purple .logo-white,
body:not(.background-gray):not(.background-purple) .logo-colorful,
body:not(.background-gray):not(.background-purple) .logo-white {
    align-self: center;
    margin-inline: auto;
    width: var(--logo-width);
    height: var(--logo-height);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: none;
    forced-color-adjust: none;
}

body.background-gray h1.text-color-alternative,
body.background-purple h1.text-color-alternative,
body:not(.background-gray):not(.background-purple) h1 {
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
    forced-color-adjust: none;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
}

body.background-gray p.text-color-alternative,
body.background-purple p.text-color-alternative,
body:not(.background-gray):not(.background-purple) p {
    color: #FFFFFF;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
}

body.background-gray h1.heading-1,
body:not(.background-gray):not(.background-purple) h1.heading-1 {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.1;
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
    opacity: 1;
}

body.background-purple h1.heading-1 {
    width: 100%;
    max-width: 760px;
    text-align: center;
    white-space: normal;
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.15;
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
    opacity: 1;
}

body.background-gray .bottom-card {
    background-color: #FFFFFF;
    color: #111111;
    text-align: center;
}

body.background-gray .bottom-card > .container {
    text-align: center;
}

body.background-gray .bottom-card > .container > p {
    width: 100%;
    color: #111111;
    text-align: center;
    text-shadow: none;
}

body.background-gray .bottom-card p,
body.background-gray .bottom-card a,
body.background-gray .bottom-card span,
body.background-gray .bottom-card .text-color-muted {
    color: #111111;
    text-shadow: none;
}

body.background-purple .button-secondary.index-cta-button {
    background-color: #FFFFFF;
    color: #003B7A;
}

body.background-purple .button-secondary.index-cta-button svg {
    color: #003B7A;
    stroke: currentColor;
}

body.background-purple .index-footer,
body.background-purple .index-footer p,
body.background-purple p.index-footer,
body.background-purple .text-color-alternative.index-footer,
body.background-gray .index-footer,
body.background-gray .index-footer p,
body.background-gray p.index-footer,
body.background-gray .text-color-alternative.index-footer,
body:not(.background-gray):not(.background-purple) .index-footer,
body:not(.background-gray):not(.background-purple) .index-footer p,
body:not(.background-gray):not(.background-purple) p.index-footer,
body:not(.background-gray):not(.background-purple) .text-color-alternative.index-footer {
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
}