html, body {
    font-family: indivisible, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}


/*Custom Css for this app everything above comes with template*/

/*Fonts and Colors*/

:root {
    --pink: #EC008C;
    --blue: #08466E;
    --turquoise: #229AA8;
    --teal: #BBE3DE;
    --grey: #EEEEEF;
    --white: #FFFFFF;
    --black: #000000;
    --papapink: #EC008C;
    --darkgrey: #6D6E71;
}

h1 {
    font-family: indivisible;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

h2 {
    font-family: indivisible;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

h2-bold {
    font-family: indivisible;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

h2-pink {
    color: var(--papapink);
    font-family: indivisible;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

h3 {
    font-family: indivisible;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

h3-bold {
    font-family: indivisible;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

h3-pink {
    color: var(--papapink);
    font-family: indivisible;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

h4 {
    font-family: indivisible;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

h4-bold {
    font-family: indivisible;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

h5 {
    font-family: indivisible;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

h5-bold {
    font-family: indivisible;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

h6 {
    font-family: indivisible;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

h6-bold {
    font-family: indivisible;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

sub-h1 {
    font-family: indivisible;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
}

sub-h2 {
    font-family: indivisible;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

p1 {
    font-family: indivisible;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
}

p1-italic {
    font-family: indivisible;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
}

p1-bold {
    font-family: indivisible;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
}

p2 {
    font-family: indivisible;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: pre-line;
    text-transform: none;
    text-decoration: none;
}

p2-bold {
    font-family: indivisible;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

p2-pink {
    color: var(--papapink);
    font-family: indivisible;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
}

p3 {
    font-family: indivisible;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: pre-line;
    text-transform: none;
    text-decoration: none;
}

p3-bold {
    font-family: indivisible;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
}

.bold {
    font-weight: 600;
    text-transform: none;
}

.quote {
    margin: 0px 36px;
    font-style: italic;
}

@media (max-width: 768px) {
    h2-pink {
        color: var(--papapink);
        font-family: indivisible;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        text-decoration: none;
        word-wrap: normal;
        text-wrap: auto;
        text-align: center;
    }

    h3-pink {
        color: var(--papapink);
        font-family: indivisible;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        text-decoration: none;
        word-wrap: normal;
        text-wrap: auto;
    }

    p3 {
        font-family: indivisible;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        text-decoration: none;
        word-wrap: normal;
        text-wrap: auto;
    }
}

/*Styles*/

.line-pink {
    height: 2px;
    width: 100%;
    background: var(--papapink);
}

.line-2 {
    height: 1px;
    width: 100%;
    background: var(--papapink);
}

.line-blue {
    width: 712px;
    height: 1.5px;
    background: var(--turquoise);
}

.border {
    display: flex;
    padding: 108px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--teal);
}

.points-border {
    display: flex;
    padding: 96px 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--teal);
}

.filled-circle {
    height: 12px;
    width: 12px;
    background-color: #6D6E71;
    border-radius: 50%;
    display: inline-block;
}

.empty-circle {
    height: 12px;
    width: 12px;
    background-color: none;
    border-color: #229AA8;
    border-width: 1px;
    border-radius: 50%;
    display: inline-block;
}

.selected-circle {
    height: 12px;
    width: 12px;
    background-color: #229AA8;
    border-radius: 50%;
    display: inline-block;
}

@media (max-width: 984px) {
    .points-border {
        display: flex;
        padding: 54.5px 120px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: var(--teal);
    }
}


@media (max-width: 768px) {
    .border {
        display: flex;
        padding: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: var(--teal);
    }

    .points-border {
        display: flex;
        padding: 40px 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: var(--teal);
    }
}

/*buttons*/

.btn-pink {
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    font-family: Indivisible;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    box-shadow: none;
    border: none;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-content: center;
    height: 35px;
    gap: 8px;
    background: var(--pink);
}

    .btn-pink:hover {
        font-weight: 400;
    }

.btn-blue {
    color: var(--white);
    text-align: center;
    font-family: Indivisible;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    box-shadow: none;
    border: none;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    height: 35px;
    gap: 8px;
    background: var(--blue);
}

    .btn-blue:hover {
        background-color: var(--turquoise);
    }

.btn-toggle {
    box-shadow: none;
    border-width: 2px;
    border: solid;
    border-color: var(--white);
    border-radius: 10%;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    height: 35px;
    gap: 8px;
    background: var(--white);
}

/*Layout containers*/

.page-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 32px 0px;
    justify-content: center;
    align-items: center;
}

.page-container-inside {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    gap: 64px;
    justify-content: center;
    align-items: center;
}

.centered-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    max-width: 1120px;
    width: 100%;
}

.filling-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (max-width: 768px) {
    .page-container {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .page-container-inside {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        gap: 64px;
        padding-bottom: 10px;
        justify-content: center;
        align-items: center;
    }

    .centered-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        max-width: 450px;
    }
}

/*Navigation bar */

.header-container {
    display: flex;
    padding: 8px 12px;
    justify-content: space-between;
    align-items: center;
    height: 97px;
}

.header-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.header-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.header-nav-link {
}

    .header-nav-link:hover {
        font-weight: 400;
    }

.header-img {
    height: 81px;
    width: 81px;
}

.header-nav {
    text-decoration: none;
    color: inherit;
}

    .header-nav:hover {
        color: var(--black);
    }

@media (max-width: 768px) {
    .header-container {
        display: flex;
        padding: 15px 8px;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        height: 130px;
    }

    .header-container2 {
        display: flex;
        padding: 12px 0px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .header-navigation {
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 150%;
        top: 0px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.35);
    }

    .header-navigation2 {
        display: flex;
        width: 230px;
        height: 150%;
        position: absolute;
        flex-direction: column;
        justify-content: start;
        z-index: 2;
        top: 0px;
        left: 0px;
        padding: 32px;
        align-items: start;
        gap: 20px;
        background-color: var(--white);
    }

    .header-nav-link {
        text-align: center;
        text-transform: uppercase;
    }

        .header-nav-link:hover {
            font-weight: 500;
        }

    .header-nav {
        text-decoration: none;
        color: var(--black);
    }

        .header-nav:hover {
            color: var(--black);
        }
}

/*Banner*/

.banner-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0px;
    gap: 20px;
    width: 100%;
    border: solid;
    border-width: 2px;
    border-color: var(--turquoise);
}

    .banner-row h2-bold {
        text-wrap: nowrap;
        color: var(--white);
    }

.banner-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 72px 0px;
    gap: 16px;
}

    .banner-column p2 {
        text-align: center;
        max-width: 1120px;
    }

    .banner-column button {
        width: 105px;
        padding: 0px;
    }

.resort-carousel-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.resort-carousel-container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.resort-carousel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    max-height: 436px;
    height: 100vh;
}

.resort-carousel-dots {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.resort-carousel-img {
    width: 488px;
    height: 378px;
    padding: 0px 10px;
}

.resort-carousel-container button {
    border: none;
    background: var(--white);
}

@media (max-width: 768px) {
    .resort-carousel-container2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .banner-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding: 56px 32px;
        gap: 16px;
    }

        .banner-column p2 {
            text-align: center;
        }

    .resort-carousel-img {
        width: 316px;
        height: 246px;
        padding: 0 10px;
    }
}

/*Billboard*/

.billboard-container {
    display: flex;
    padding: 88px 188px;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

.billboard {
    background: rgba(255, 255, 255, 0.70);
    display: flex;
    padding: 32px 96px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.billboard-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    align-self: stretch;
}

    .billboard-body p3 {
        text-align: center;
    }

.billboard img {
    height: 103px;
    width: 103px;
}

@media (max-width: 768px) {

    .billboard-container {
        display: flex;
        padding: 32px 48px;
        flex-direction: column;
        align-items: center;
        position: absolute;
    }

    .billboard {
        background: rgba(255, 255, 255, 0.70);
        display: flex;
        padding: 32px 24px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }
}

/*Countdown*/

.countdown-container {
    display: flex;
    padding: 24px 254px;
    height: 169px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.countdown-row {
    display: flex;
    width: 580px;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.countdown-block {
    display: flex;
    padding: 16px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    background-color: #FFF;
}

@media (max-width: 768px) {
    .countdown-container {
        display: flex;
        padding: 24px 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

        .countdown-container h3-bold {
            text-align: center;
        }

    .countdown-row {
        display: flex;
        gap: 16px;
        width: 100%;
    }

    .countdown-block {
        display: flex;
        padding: 16px 0px;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background-color: #FFF;
    }
}

/*Agenda*/

.agenda-container {
    display: flex;
    padding: 72px 96px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.agenda-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.agenda-day {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.agenda-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.agenda-time {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/*Carousel*/

.carousel-container {
    display: flex;
    flex-direction: row;
    max-width: 1120px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.carousel-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

@media (max-width: 768px) {

    .carousel-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        align-self: stretch;
    }
}

/*FAQs*/

.faq-container {
    display: flex;
    flex-direction: column;
    max-width: 1120px;
    justify-content: center;
    align-items: center;
    padding: 64px 0px;
    gap: 72px;
}

.faq-list {
    display: flex;
    max-width: 896px;
    width: 100%;
    flex-direction: column;
    gap: 12px;
}

.faq {
    display: flex;
    padding: 16px 0px;
    justify-content: space-between;
    align-items: center;
}

    .faq p3 {
        font-family: Montserrat;
    }

@media (max-width: 768px) {

    .faq-container {
        display: flex;
        flex-direction: column;
        max-width: 450px;
        justify-content: center;
        align-items: center;
        padding: 64px 20px;
        gap: 72px;
    }

    .faq {
        display: flex;
        padding: 16px 0px;
        gap: 20px;
        justify-content: space-between;
        align-items: center;
    }
}

/*Point Earnings*/

.points-container {
    display: flex;
    padding: 72px 96px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: #FFF;
}

.points-text {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex-wrap: wrap;
}


.banner-column-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 64px 0px;
    gap: 48px;
}

.points-bar-container {
    display: flex;
    flex-direction: column;
    max-width: 1120px;
    gap: 12px;
}

.points-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0px;
    background: #FFF;
}

.points-achievement {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.points-achievement-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 16px;
    gap: 12px;
}

.points-container-2 {
    display: flex;
    max-width: 1120px;
    flex-direction: column;
    align-items: center;
    gap: 32px 0px;
    align-self: stretch;
}

.points-earners-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.points-earners {
    display: flex;
    min-height: 281px;
    padding: 32px 0px;
    flex-direction: column;
    gap: 14px;
    align-self: stretch;
    background: #EEEEEF;
}

.earner-header {
    display: flex;
    padding: 16px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--papapink);
}

.points-circle-pink {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--pink);
}

.points-circle {
    width: 4px;
    height: 4px;
    padding-right: 4px;
    border-radius: 50%;
    background: var(--black);
}

.points-circle-indent {
    width: 4px;
    height: 4px;
    padding-right: 4px;
    margin-left: 24px;
    border-radius: 50%;
    background: var(--black);
}

.points-circle-indent2 {
    width: 4px;
    height: 4px;
    padding-right: 4px;
    margin-left: 48px;
    border-radius: 50%;
    background: var(--black);
}

.points-circle-indent3 {
    width: 4px;
    height: 4px;
    padding-right: 4px;
    margin-left: 72px;
    border-radius: 50%;
    background: var(--black);
}

@media (max-width: 768px) {
    .points-container {
        display: flex;
        padding: 40px;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        align-self: stretch;
        background: #FFF;
    }

        .points-container h2-bold {
            text-align: center;
        }

    .points-text {
        display: flex;
        flex-direction: column;
        text-wrap: auto;
    }

    .banner-column-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        margin: auto;
        padding: 40px;
        gap: 48px;
        max-width: 450px;
    }

        .banner-column-2 h2-bold {
            text-align: center;
        }

    .points-bar-container {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .points-bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 16px 8px;
        background: #FFF;
    }

        .points-bar h3-bold {
            text-align: center;
        }


    .points-achievement-2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        padding-right: 16px;
    }

    .points-container-2 {
        display: flex;
        max-width: 450px;
        flex-direction: column;
        align-items: center;
        gap: 24px 0px;
        align-self: stretch;
    }

    .points-earners-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }

    .points-earners {
        display: flex;
        min-height: 281px;
        padding: 32px 0px;
        flex-direction: column;
        gap: 24px;
        align-self: stretch;
        background: #EEEEEF;
    }

    .points-circle-pink {
        width: 4px;
        height: 4px;
        padding-right: 4px;
        border-radius: 50%;
        background: var(--pink);
    }

    .points-circle {
        width: 4px;
        height: 4px;
        padding-right: 4px;
        margin-left: 24px;
        border-radius: 50%;
        background: var(--black);
    }
}

/*Terms and Conditions*/

.terms-body {
    display: flex;
    max-width: 714px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: center;
    padding: 64px 0px;
    text-align: center;
}

    .terms-body h2 {
        font-weight: 400;
        line-height: 32px;
    }

.terms-paragraph {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
    text-align: start;
}

    .terms-paragraph p2 {
        font-weight: 400;
    }

/*scroller*/

.scroller-fill {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: rgba(199, 200, 202, 0.30);
}

.scroller {
    display: flex;
    max-width: 100%;
}

.scroller-inner {
    display: flex;
    gap: 1.5rem;
}

.banner-images-img {
    width: 355px;
    height: 264px;
}

.banner-text {
    color: var(--white);
    width: 340px;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    /*mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent)*/
}

    .scroller[data-animated="true"] .scroller-inner {
        width: fit-content;
        flex-wrap: nowrap;
        animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
    }

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.75rem));
    }
}

@media (max-width: 768px) {
    .banner-images-img {
        width: 305px;
        height: 214px;
    }
}