@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/** BANNER CAROUSEL CSS **/

.acc-slide .h3 .nj-slide .h3 {
    margin-bottom: 10px;
}

.ver-slide .h3 .nj-slide .h3 {
    margin-bottom: 10px;
}

.nj-slide .h3 {
    font: normal normal bold 26px / 30px Inter;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}

.nj-slide .h3 .nj-highlight {
    color: #FFFFFF;
    font-weight: 700;
}

.nj-slide .h6 {
    font: normal normal normal 17px/26px Inter;
    color: #FFFFFF;
    letter-spacing: 0px;
}

.acc-slide .h3 {
    font: normal normal bold 25px/30px Inter;
    letter-spacing: 0px;
    color: #FFCC02;
    margin: 0;
}

.acc-slide .h6 {
    font: normal normal bold 17px/26px Inter;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.buttonBadgeBanner {
    background: #F47A2E 0% 0% no-repeat padding-box;
    border: 2px solid #F47A2E;
    color: #252525;
    position: relative;
    z-index: 2;
    text-decoration: none;
    border-radius: 6px;
    font: normal normal bold 15px/24px Inter;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.buttonBadgeBanner:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #252525;
    color: #252525;
    box-shadow: 2px 4px 0px #2525254D;
    text-transform: uppercase;
}

.buttonNjBanner {
    background: #F47A2E 0% 0% no-repeat padding-box;
    border: 2px solid #F47A2E;
    color: #252525;
    position: relative;
    z-index: 2;
    text-decoration: none;
    font: normal normal bold 15px/24px sans-serif;
    border-radius: 6px;
    text-transform: uppercase;
    width: 210px;
}

.buttonNjBanner:hover {
    background: #ffffff;
    border: 2px solid #252525;
    color: #252525;
    box-shadow: 2px 4px 0px #2525254D;
    text-transform: uppercase;
}

.badge-banner-img {
    position: absolute;
    right: 0px;
    top: 0;
    height: 120px;
    z-index: -1;
}

.badge-banner-img-m {
    position: initial;
    display: none;
}

.nj-banner-img {
    position: absolute;
    right: 0px;
    top: 0;
    height: 120px;
    padding: 0px;
    z-index: -1;
}

.nj-banner-img-m {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
}

.banner-orange {}

.ver-slide {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 120px;
    overflow: hidden;
    padding: 10px 30px;
    margin-inline: auto;
    border-radius: 11px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #323232;
    font-family: 'Inter', sans-serif;
    background: #FFEA9A;
}

.ver-slide .buttonSecondary {
    background: #FFFFFFBF 0% 0% no-repeat padding-box;
    border: 3px solid #FFFFFF;
    font-weight: 700;
    color: #000000;
    opacity: 1;
}

.ver-slide .buttonSecondary:hover {
    background: #55C1D2 0% 0% no-repeat padding-box;
    border: 3px solid #FFFFFF;
    font-weight: 700;
    color: #000000;
    padding-left: 40px;
    padding-right: 40px;
    opacity: 1;
}

/* .ver-slide h1 {
        text-shadow: 2px 2px 20px rgba(0, 0, 0, .5);
        font-weight: 600;
        font-size: 40px;
        color: #fff;
    } */

.ver-slide .hero-desc-content {
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    max-width: 400px;
    margin-inline: auto;
}

.ver-slide div img {
    margin-inline: auto;
    display: block;
    margin-bottom: 10px;
}

.ver-slide-content {
    max-width: 550px;
    height: 100%;
    display: flex;
    align-items: center;
}

.ver-slide-content h1 {
    font: normal normal bold 25px / 30px Inter;
    text-align: left;
    font-weight: 500;
}

.ver-slide-content .fw-bold {
    color: #33793E;
}

.ver-slide-content div {}


.acc-slide {
    background: #323232;
    width: 100%;
    height: 120px;
    overflow: hidden;
    padding: 30px;
    margin-inline: auto;
    border-radius: 11px;
    position: relative;
    z-index: 1;
}

.acc-slide div img {
    margin-inline: auto;
    display: block;
    margin-bottom: 10px;
}

.acc-slide-content {
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

.acc-slide-content div {}

.nj-slide div img {
    margin-inline: auto;
    display: block;
    margin-bottom: 10px;
}

.nj-slide-content {
    position: relative;
    z-index: 2
}

.nj-slide-content div {
    max-width: 670px;
}

.nj-slide-content div {}


.nj-slide {
    background: #323232 0% 0% no-repeat padding-box;
    width: 100%;
    height: 120px;
    overflow: hidden;
    padding: 30px;
    margin-inline: auto;
    border-radius: 11px;
    position: relative;
    z-index: 1;
}

.slider-container {
    position: relative;
    margin-top: 5px;
}

.swiper-pagination {
    bottom: -40px !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #F47A2E;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

@media (max-width:63.0625em) {
    .nj-banner-img {
        position: absolute;
        top: 0;
        height: 120px;
    }

    .nj-slide-content div {
        max-width: 700px;
    }
}

@media (min-width: 781px) and (max-width:900px) {
    .acc-slide .h3 {
        display: block;
        width: 340px;
        margin-top: 0px;
        line-height: 1;
    }

    .acc-slide-content .h6 {
        width: 220px;
    }

    .nj-banner-img {}
}

@media (max-width: 56.875em) {}

@media (max-width:48.75em) {
    .badge-banner-img-m {
        display: block;
        max-height: 80px;
        margin: auto;
    }

    .badge-banner-img {
        display: none;
    }

    .nj-banner-img-m {
        display: block;
        z-index: -1;
        height: 120px;
        right: -50px;
    }

    .nj-banner-img {
        display: none;
    }

    .break-hide-m {
        display: none;
    }

    .nj-slide-content .h3 {
        font: normal normal bold 20px / 24px Inter;
        width: 380px;
    }

    .nj-slide-content .h6 {
        font-size: 17px !important;
        text-align: center;
        width: 319px;
        margin-inline: auto;
    }

    .buttonNjBanner {
        display: block;
        margin-inline: auto;
        width: min-content;
    }

    .acc-slide {
        height: 120px;
        padding: 12px 16px;
    }

    .acc-slide .h3 {
        margin-inline: auto !important;
        margin-bottom: 0px !important;
        display: block;
        margin-inline: auto;
        width: 335px;
        text-align: center;
        font: normal normal bold 16px/20px Inter;
    }

    .acc-slide .h6 {
        text-align: center;
        font: normal normal bold 17px/26px Inter;
        width: 290px;
        margin: auto;
    }

    .acc-slide-content {
        max-width: 100%;
        margin-bottom: 0px;
        height: auto;
    }

    .buttonBadgeBanner {
        display: block;
        width: 180px;
        margin-inline: auto;
        font: normal normal bold 15px/24px Inter;
        letter-spacing: 0.3px;
    }

    .ver-slide {
        height: 120px;
        text-align: center;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .ver-slide .hero-desc-content {
        margin-inline: initial;
    }

    .ver-slide h1 {
        font-size: 30px;
        font: normal normal normal 18px / 20px Inter;
        max-width: 301px;
    }

    .h3 {
        margin-bottom: 10px !important;
    }

    .nj-slide {
        height: 120px;
        padding: 12px 16px;
    }

    .nj-slide-content {
        max-width: 100%;
    }
}

@media (max-width:34.0625em) {

    .acc-slide-content {
        max-width: 100%;
    }

    .h3 {
        margin-bottom: 10px !important;
    }

    .ver-slide-content {
        max-width: 100%;
        align-items: initial;
    }

    .ver-slide {
        padding: 15px;
    }

    .ver-slide h1 {
        max-width: 191.5px;
        font-size: 15px;
    }

    .nj-slide-content .h3 {
        font: normal normal bold 16px/20px Inter;
        width: 160px;
    }
}

/****** Offers Dash Banner  *******/


.swiper {
    box-shadow: 0px 0px 22px #00000038;
    border-radius: 11px;
}

.offer-orange {
    color: #F47A2E;
    font-weight: 700;
}

.container-n {
    max-width: 1024px;
    margin: auto;
    margin-top: 30px;
}

.offer-slide div img {
    margin-inline: auto;
    display: block;
    margin-bottom: 10px;
}

.offer-slide-content {
    margin-bottom: 30px;
    position: relative;
    z-index: 2
}

.offer-slide-content div {
    max-width: 670px;
}

.offer-slide-content div {}


.offer-slide {
    width: 100%;
    height: 120px;
    overflow: hidden;
    padding: 30px;
    margin-inline: auto;
    border-radius: 11px;
    position: relative;
    z-index: 1;
    background-size: contain;
    background: #323232;
    box-shadow: 0px 0px 22px #00000038;

}

.ob-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.ob-content {
    /**margin-top: 15px;**/
    max-width: 470px;
    font: normal normal normal 22px/30px Proxima Soft;
    font-family: Inter, sans-serif;
    color: #FFF;
    display: flex;
    align-items: center;

}

.buttonOfferBanner {
    background: #F47A2E 0% 0% no-repeat padding-box;
    border: 2px solid #F47A2E;
    color: #252525;
    position: relative;
    z-index: 2;
    text-decoration: none;
    font: normal normal bold 15px / 24px sans-serif;
    border-radius: 6px;
    text-transform: uppercase;
    width: 210px;
    position: absolute;
    bottom: 25px;
    z-index: 1;
}

.buttonABBanner {
    color: #FFCB04;
    text-align: center;
    position: relative;
    z-index: 2;
    text-decoration: none;
    font: normal normal bold 15px / 20px Inter, sans-serif;
    border-radius: 6px;
    min-width: 180px;
    width: auto;
    z-index: 1;
    outline: 0;
    transition-property: all;
    transition-duration: .3s;
    padding-left: 35px;
    text-decoration: underline;
}

.buttonABBanner::before {
    content: url(https://darwin-assets.dynata.com/VOP/banners/link-arrow.svg);
    position: absolute;
    top: -1px;
    left: 0px;
    width: 25px;
}

.offer-banner-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 120px;
}

.offer-banner-img-m {
    position: absolute;
    display: none;
}

@media (max-width:55.63em) {

    .ob-container {
        height: 100%;
        display: initial;
        align-items: initial;
    }

    .ob-content {
        margin: auto;
        max-width: 366px;
        text-align: center;
        font: normal normal normal 17px/30px Proxima Soft;
        font-family: Inter, sans-serif;
        line-height: 20px !important;
        display: block;
        position: relative;
        z-index: 2;

    }

    .offer-banner-img-m {
        display: block;
        bottom: 0;
        right: 0;
        max-height: 130px;
        width: 100%;
    }

    .offer-banner-img {
        display: none;
    }

    .offer-slide {
        height: 120px;
        padding: 10px;
        background-color: #323232;
    }

    .offer-slide-content {
        max-width: 95%;
    }

    .buttonOfferBanner {
        position: relative;
        margin: auto;
        margin-top: 60px;
        width: 250px;
        text-align: center;
        display: block;
    }
}


@media (max-width:25em) {

    .offer-slide {
        height: 120px;
        padding: 10px;
        background-color: #323232;
        background-size: contain;
    }

}

/********** AB TEST BANNERS *****************/

/*.desk-banner {
        max-width:100%;
    } */

/*#ab-Banner img {
        width: 100%;
    }*/

.ab-slide .h3 {
    font: normal normal bold 30px/32px Inter, sans-serif;
    color: #FFFFFF;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.ab-slide .h6 {
    font: normal normal normal 15px/21px Inter;
    color: #000000;
    letter-spacing: 0px;
}

.ab-slide div img {
    margin-inline: auto;
    display: block;
    margin-bottom: 10px;
}

.ab-slide-content {
    margin-bottom: 0px;
    position: relative;
    z-index: 2
}

.ab-slide-content div {
    max-width: 670px;
}

.ab-slide-content div {}


.ab-slide {
    background: #323232 0% 0% no-repeat padding-box;
    width: 100%;
    height: 120px;
    overflow: hidden;
    padding: 20px;
    margin-inline: auto;
    border-radius: 11px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.ab-slide .StepProgress {
    position: relative;
    padding-left: 50px;
    list-style: none;
    margin-top: 10px;
}

.ab-slide .StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
}

.ab-slide .StepProgress-item {
    position: relative;
    counter-increment: list;
    text-align: left;
}

.ab-slide .StepProgress-item:not(:last-child) {
    padding-bottom: 5px;
}

.ab-slide .current-2::before,
.ab-slide .current-3::before {
    display: none;
    content: '';
    position: absolute;
    left: -24px;
    top: -20px;
    height: 40px;
    width: 10px;
}

.ab-slide .StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -37px;
    width: 20px;
    height: 20px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}

/*.ab-slide .StepProgress-item.current-2::before, .ab-slide .StepProgress-item.current-3::before, .ab-slide .StepProgress-item.current-2::after, .ab-slide .StepProgress-item.current-3::after {
         border-left: 2px solid #333333;
    }*/
.ab-slide .StepProgress-item.current::after {
    padding-top: 0px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    text-align: center;
    color: #17436c;
    border: 2px solid #17436c;
    background-color: white;
}

.ab-slide .StepProgress-item.current-1::after {
    content: '1';
}

.ab-slide .StepProgress-item.current-2::after {
    content: '2';
}

.ab-slide .StepProgress-item.current-3::after {
    content: '3';
}

.ab-slide .StepProgress-item.current-extra::after {
    content: '+';
}

.StepProgress strong {
    display: block;
}

.w80 {
    font-weight: 500;
}

.ab-banner-img {
    position: absolute;
    right: 0px;
    top: 0;
    height: 120px;
    padding: 0px;
}

@media (max-width:48.75em) {

    .ab-slide-content .h3 {
        font: normal normal bold 17px / 22px Inter;
        width: 169px;
    }

    .ab-slide-content .h6 {
        font-size: 15px !important;
        text-align: center;
        width: 98%;
        margin-inline: auto;
    }

    .ab-slide {
        height: 120px;
        padding: 12px 16px;
    }

    .ab-slide-content {
        max-width: 100%;
    }

    .ab-banner-img {
        right: -50px;
    }
}


/***** Slim Banner Modal Styling *****/
#sb-buttonOffer,
#sb-buttonSurvey {
    display: none;
    font-family: 'Inter', sans-serif;
}

.sb_close {
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 40px;
    line-height: 30px;
    font-weight: 500;
    cursor: pointer;
}

.sb-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    min-height: 100%;
    width: 100%;
}

.sb-modalcontainer .sb-h p {
    color: #000;
}

.sb-modalcontainer .sb-h h1 {
    font-weight: 700;
    margin: 30px;
    font-size: 28px;
}

.sb-modalcontainer .sb-h h2 {
    font-size: 20px;
    margin: 20px;
}

.sb-modalcontainer .sb-h h3 {
    margin: 30px 0;
    font-size: 16px;
}

.sb-modalcontainer .sb-h .sb-content {
    margin-inline: 20px;
}

.sb-modalcontainer .sb-h .sb-content p {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: left;
}

.sb-content a {
    text-decoration: underline;
    color: #000;
    font-weight: 500;
}

.sb-more {
    text-align: center;
    background: #fffbeb 0% 0% no-repeat padding-box;
    border-radius: 19px;
    padding-top: 1px;
}

.sb-modalcontainer .sb-more .sb-content p {
    text-align: center;
}

.sb-modalcontainer .sb-more .sb-content p span {
    display: block;
    margin-bottom: 15px;
}

.sb-modalcontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 95%;
    max-width: 600px;
    text-align: center;
    border-radius: 6px;
    z-index: 1001;
}

.inner-container {
    max-width: 500px;
    margin-inline: auto;
}

.blueribbon {
    height: 78px;

}

.blueribbon img {
    margin-inline: auto;
    height: 100%;
}

.btnsmash {
    padding: 9px 16px;
    display: block;
    margin-inline: auto;
    border-radius: 15px 0px;
    background: #FFD635;
    border: 2px solid #FFD635;
    padding: 8px 20px;
    color: #000000;
    text-align: center;
    width: 150px;
    outline: 0;
    margin-top: 20px;
    margin-bottom: 36px;
    transition-property: all;
    transition-duration: .3s;
}

.btnsmash:hover {
    background: transparent;
    border: 2px solid #FFD635;
    color: #000;
}

.sb-blue {
    color: #33793E !important;
}

.slider-container {
    margin-top: 40px;
}

.slider-container:has(.swiper-pagination-bullet:nth-child(2)) {
    margin-bottom: 55px;
}