<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.body-rewards-wizard h6, body.body-rewards-wizard p, body.body-rewards-wizard .reward_wizard__card {
    font-family: 'AlienwareRegular';
}

.bold {
    font-family: 'AlienwareBold';
}

p {
    color: white;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 20px;

    &amp;.paragraph-space {
        margin-bottom: 15px;
    }
}

img {
    width: 100%;
}

.reward_wizard__card {
    background: rgb(0, 0, 0, 0.6);
    border-radius: 10px;
    width: 60%;
    max-width: 1000px;
    margin: 0px auto 25px auto;
    padding: 10px 12px;
    transition: box-shadow 0.3s ease-in-out;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    h6 {
        color: white;
        align-self: center;
        font-size: 24px;
        margin-bottom: 0;
    }

    .heading-btn {
        background-color: transparent;
        border: 0;
        width: 100%;
        margin-bottom: 0;

        .dropdown-toggle {
            white-space: normal;
        }

        .dropdown-toggle::after {
            transition:all 0.3s ease-in-out;
        }

        &amp;.collapsed .dropdown-toggle::after {
            transform:rotate(-90deg);
            transition:all 0.3s ease-in-out;
        }
    }

    .heading-btn:focus {
        outline: 0;
    }

    .darker-img {
        filter: brightness(75%);
    }

    .margin-top-md {
        margin-top: min(2vw, 38px);
    }
}

.container-text-in-img {
    position: relative;
    align-self: center;
    text-align: center;
    color: white;
    width: 100%;

    .text-overlay-centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .text-overlay-top {
        top: 60px;
    }

    .text-overlay-top-left {
        position: absolute;
        top: min(2.5vw, 48px);
        left: min(12vw, 230px);
        text-align: left;
    }

    .row-sm {
        margin: auto;
    }

    .container-text-xs {
        width: 25%;
    }

    .container-text-sm {
        width: 68%;
    }

    .container-text {
        width: 75%;
    }

    .stat-sm {
        font-size: min(2vw, 40px);
        font-weight: 500;
    }

    .stat {
        font-size: min(3.25vw, 64px);
        font-weight: 500;
    }

    .stat-horizontal {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .stat-horizontal-pad {
        padding: 0 min(0.75vw, 14px);
    }

    .stat-label-sm {
        font-size: min(1vw, 18px);
    }

    .stat-label {
        font-size: min(1.25vw, 24px);
    }

    .line-height-sm {
        line-height: min(0.75vw, 16px);
    }

    .line-height-md {
        line-height: min(1vw, 20px);
    }

    .line-height-lg {
        line-height: min(1.5vw, 28px);
    }

    .no-pad {
        padding: 0;
    }

    .lower {
        position: absolute;
        top: max(-1.3vw, -25px);
    }
}

.flex-col-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-text-centered {
    text-align: center;
    color: white;
    width: 60%;
    margin: auto;

    #sign-up__button {
        background-color: #4efefb;
        color: #282829 !important;
        padding: 3px 20px;
        margin-top: min(1vw, 18px);
        font-size: medium;
    }
}

.separator-top {
    border-top: 1px solid rgba(222, 222, 222, 0.1);
    padding-top: 20px;
    margin-top: 8px;
}

.separator-bottom {
    border-bottom: 1px solid rgba(222, 222, 222, 0.1);
    padding-bottom: 20px;
    margin-bottom: 8px;
}

.box-shadow-teal {
    box-shadow: 0px 0px 6px 6px rgb(73, 218, 239, 0.5);
}

.box-shadow-purple {
    box-shadow: 0px 0px 6px 6px rgb(154, 99, 253, 0.5);
}

.box-shadow-orange {
    box-shadow: 0px 0px 6px 6px rgb(255, 102, 0, 0.5);
}

.box-shadow-yellow {
    box-shadow: 0px 0px 6px 6px rgb(221, 243, 57, 0.5);
}

.box-shadow-red {
    box-shadow: 0px 0px 6px 6px rgb(251, 2, 56, 0.5);
}

.box-shadow-green {
    box-shadow: 0px 0px 6px 6px rgb(116, 254, 8, 0.5);
}

.text-teal {
    color: #49daef;
}

.text-glow-yellow {
    color: #ddf339;
    text-shadow: 0px 0px 10px #ddf339
}

.text-glow-red {
    color: #fb023a;
    text-shadow: 0px 0px 10px #fb023a
}</pre></body></html>