<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.hero-banner {
    min-height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-overlay {
    padding: 15px 8px 17px;
}

.rewards-banner__content {
    width: 100%;
    text-align: center;
}

.benefits__wrapper {
   text-align:center;
}

.rewards-banner__heading {
    font-size: 72px;
    line-height: 72px;
    font-family: Compressa-Medium-Extra-Cn;
    color: #c9171f;
    text-transform: uppercase;
}

.rewards-banner__details {
    display: none;
}

.rewards-body__details {
    padding: 74px 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #cccccc;
}

.benefits-column__left {
    color: #686868;
}

.benefits-column__right {
    color: #686868;
}


.benefits-column__heading {
    font-size: 30px;
    color: #686868;
    font-weight: bold;
    margin-bottom: 25px;
}

    .benefits-column__heading.-primary {
        color: #c9171f;
    }
.benefits-buttom-middle {
    text-align: center;    
    padding-top:20px;
}

.benefits-list__heading {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.benefits-button-row {
    padding-bottom: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 18px;
}



.page-detail {
    padding: 0 20px;
    margin: 30px 0;
}

    .page-detail.-dark {
        max-width: none;
        padding: 0;
        margin: 30px 0 0 0;
    }

.member-rewards {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.detail__heading {
    font-size: 24px;
    color: #686868;
    text-align: center;
    width: 100%;
    line-height: 1;
    text-transform: uppercase;
}

.detail__sub-heading {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.reward-points-table {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

    .reward-points-table td {
        padding: 10px 0;
        text-align: left;
    }

        .reward-points-table td:last-child {
            text-align: right;
        }

.left-detail__heading {
    font-size: 50px;
    color: #C9171F;
    text-align: center;
    width: 100%;
    line-height: 1;
    text-transform: uppercase;
    font-family: Compressa-Medium-Extra-Cn;
    padding: 30px 0 0;
}

.left-detail__background {
    width: 100%;
    min-height: 643px;
    background: center no-repeat;
    background-size: cover;
    background-image: url(/assets/images/rewards-activate.jpg);
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
}

.left-detail__wordBackground {
    background: rgba(0,0,0,0.8);
    position: relative;
    z-index: 9;
    padding: 0 10px;
}

.left-detail__body {
    padding: 10px 20px 20px;
}

.left-detail__action {
    margin: auto 0 60px;
}

.left-detail__mask {
    display: none;
}

.rewards-body__benefits {
    padding: 0 20px;
}

.benefitActions {

}



        .benefitActions .btn.-left {
            margin-right: 5px;
        }

        .benefitActions .btn.-right {
            margin-left: 35px;
        }

.spotreward-text {padding-top:20px;}

@media screen and (min-width: 425px) {
    .hero-banner {
        min-height: 170px;
    }
}


@media screen and (min-width: 768px) {
    .hero-banner {
        min-height: 310px;
    }

}


@media screen and (min-width: 1024px) {
    .benefits-column__left {
        text-align: right;
    }
    .benefits-column__right {
        text-align: left;
    }

    .benefits-buttom-middle {
        text-align: center;
        padding-top: 0;
    }


    .hero-banner {
        min-height: 692px;
        display: flex;
        align-items: flex-end;
    }

    .spotreward-text {
        padding-top: 0;
        padding-left:20px;
    }


    .benefitActions {
        justify-content: center;
        display: flex;        
    }

    .hero-overlay {
        padding-right: 0;
        padding-left: 0;
    }

    .rewards-banner__heading {
        padding-bottom: 20px;
        font-size: 70px;
        line-height: 70px;
    }

    .rewards-banner__details {
        font-size: 18px;
        line-height: 24px;
        color: #ffffff;
    }

    .page-content {
        padding-bottom: 60px;
    }

    .rewards-body__details {
        display: none;
    }

    .rewards-body__benefits {
        padding-bottom: 60px;
    }

    .benefits__details {
        display: flex;
        align-items: stretch;
        justify-content: center;
        padding-bottom: 30px;
    }

    .benefits__wrapper {
        padding-top:36px;
    }



    .page-detail {
        max-width: 600px;
        min-height: 643px;
        padding: 0 40px;
        margin: 0;
    }

        .page-detail.-dark {
            background-color: #000000;
            margin-top: 0;
        }

    .left-detail__background {
        float: right;
        width: 100%;
        max-width: 720px;
        position: relative;
    }


    .left-detail__mask {
        display: block;
        background: url(/assets/images/spot-reward-mask.png);
        width: 100px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }



    .benefitActions .btn {
        width: 220px;
    }


}

@media screen and (min-width: 1300px) {
    .left-detail__background {
        width: 80%;
    }

    .spotreward-text {
        padding-top: 0;
        padding-left: 0;
    }

}
</pre></body></html>