@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ranga:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap');


:root {
    --orange: #FFA300;
    --dark-orange: #CD8505;
    --yellow: #FDFB53;
    --faded-yellow: #FEFC87;
    --blue: #2F80ED;
    --dark-blue: #193D6E;
    --light-blue: #E3F8FC;
    --green: #00D079;
    --dull-green: #F2F5ED;
    --faded-green: #7A9C49;
    --lime-green: #2EFF75;
    --red: #E10303;
    --light-red: #FF0505;
    --white: #FFFFFF;
    --dark-white: #F2F2F2;
    --black: #000000;
    --light-black: #1F1F1F;
    --grey: #7f7f7f;
    --dark-grey: #394259;
    --light-grey: #CECECE;
    --purple: #8547AD;
    --blue-black: #2A2D3D;
    --body-bg: #FFFFFF;
    --body-color: #1F1F1F;

    --size-primary: 22px;
    --font-primary: 'Outfit', Helvetica, sans-serif;
}

html, body { margin: 0; padding: 0; scroll-behavior: smooth;}
body {
    font-family: 'Outfit', Helvetica, sans-serif;
    font-size: 22px;
    line-height: normal;
    color: #1F1F1F;
    background: #FFFFFF;
}

.orange { color: #FFA300 !important; }
.blue { color: #2F80ED !important; }
.red { color: #E10303 !important; }
.light-red { color: #FF0F0F !important; }
.white { color: #FFFFFF !important; }
.light-black { color: #1F1F1F !important; }
.grey { color: #7f7f7f !important;}
.black { color: #000000 !important;}
.purple { color: #8547AD !important;}
.dark-white { color: #F2F2F2 !important;}
.yellow { color: #FFC000 !important; }

.font-weight-strong { font-weight: 600 !important; }
.font-weight-black { font-weight: 800 !important; }

.highlight { background-color: #FFC000; padding: 0px 10px;}
.highlight-faded { background-color: #FEFC87; padding: 0px 10px; box-shadow: 0 0 0 5px #FEFC87;}

.bg-dark-blue { background-color: #193D6E !important; }
.bg-orange { background-color: #FFA300 !important; }
.bg-white { background-color: #FFFFFF !important; }
.bg-purple { background-color: #8547AD !important; }
.bg-lime-green { background-color: #2EFF75 !important; }

.program-header .save-spot-title {
    font-size: 75px;
    line-height: 80px;
    font-weight: 800;
}

.adapt-quickly {
    background-color: #2F80ED;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 65px;
    margin-top: 80px;
}

.adapt-quickly h3 {
    font-size: 50px;
}
.underline-red {
    background-image: url(../images/highlight-red.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.underline-blue {
    background-image: url(../images/highlight-blue.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.underline-orange {
    background-image: url(../images/highlight-orange.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.underline-yellow {
    background-image: url(../images/highlight-yellow.svg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.strikethrough-red {
    text-decoration-line: line-through;
    text-decoration-color: #E10303;
}

.flip-vertical {
    transform: rotateX(180deg);
}
.flip-horizontal {
    transform: rotateY(180deg);
}

.btn-cta {
    font-size: 42px;
    line-height: 52px;
    background: #FFA300;
    border: 1px solid #CD8505;
    border-radius: 5px;
    text-decoration: none;
    color: #FFFFFF;
    padding: 20px 100px;
    display: inline-block;
    font-weight: 700;
}
.btn-cta span {
    font-size: 24px;
    line-height: 37px;
    font-weight: normal;
}
.btn-cta:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.btn-green {
    background: #2EFF75;
    border-radius: 8px;
    color: #1F1F1F;
    font-weight: 800;
    text-align: center;
    border: none;
}
.btn-green:hover {
    color: #1F1F1F;
    text-decoration:none;
}

.form-group.has-error {
    margin-bottom:0;
}
.has-error input, .has-error select {
    border: red 1px solid!important;
}
.has-error  small ul {
    margin-bottom:0;
}
.has-error small li {
    font-size: 60%;
    font-weight: 400;
    color: red;
    margin: 0;
    text-align: left;
}
.mktoForm {
    display:none !important;
}
/*************/

header .attention {
    background-color: #1F1F1F;
    color: #FFFFFF;
    font-size: 20px;
    padding: 15px 0 13px;
}
header .hero {
    background: url(../images/hero-landing-bg-desktop.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px 0 40px;
    margin-bottom: 0;
}


header .important-video-message {
    color: white;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    text-shadow: 0px 8px 4px rgba(0, 0, 0, 0.25);
}

header .important-video-message-red {
    color: red;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
}

header .learn-ai-break {
    font-style: italic;
    font-size: 16px;
    font-family: 'Montserrat';
    text-align: center;
    padding-top: 48px;
}

header .hero h1 {
    font-weight: 800;
    font-size: 64px;
    line-height: 80px;
    color: #F2F2F2;
    /* margin-bottom: 32px; */
}

header .hero h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 126%;
    text-align: center;
    color: #F2F2F2;
    margin-bottom: 32px;
}

header .hero h2 span {
    font-weight: 700;
    font-size: 28px;
    line-height: 126%;
    text-align: center;
    color: #F2F2F2;
    margin-bottom: 32px;
}

header .hero h4 {
    font-family: 'Montserrat';
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    line-height: 170%;
/*    margin-bottom: 60px;*/
}

header .hero h3.highlight {
    display: inline-block;
    font-family: 'Ranga';
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 50px;
    padding: 8px 8px 8px 8px;
}

header .hero .claim-btn {
    /*margin-top: -65px;*/
    position: relative;
    /*transform: translate(0, 50%);*/
}

header .video-wrapper {
    max-width:1000px;
    margin:-460px 15px 0;

}
header .video-wrapper .video-container{
    filter: drop-shadow(0px 5px 74px rgba(26, 35, 47, 0.2));
    border-radius: 0px 0px 6px 6px;
    overflow: hidden;
}
header .video-wrapper .play-icon {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index:999;
}
header .video-wrapper .sound-on {
    border-radius: 6px 6px 0px 0px;
    background-color:#394259;
    padding:10px;
    font-size: 19px;
    line-height: 24px;
}

header .news-logos {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

header .news-logos h3 {
    color: #394259;
    font-size: 20px;
    line-height: 160%;
}

header .clickfunnels {
    background: #04121A;
    padding: 17px 0;
    margin-bottom: 45px;
}

header .clickfunnels span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 15px;
}
header .clickfunnels img.logo {
    width: 175px;
}

.event-intro {
    padding-top: 40px;
}

.bbc-table-image {
    width: 80%;
    padding: 8px 32px 8px 32px;
}

.checklist-container {
    padding: 0px 75px;
}

.event-intro p {
    font-size: 36px;
}

.event-intro h3.orange {
    font-size: 32px;
    font-weight: 700;
    line-height: 126%;
}

.event-intro h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 126%;
    margin-bottom: 0;
}

.event-intro h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 126%;
}

.event-intro .overview {
    max-width: 1200px;
    margin: 60px auto;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    border-radius: 9px;
    padding: 70px 55px;
    width: 90%;
    justify-content: space-between;
}

.event-intro .overview h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 90px;
}

.event-intro .overview h5 {
    /* font-family: 'Montserrat'; */
    font-style: italic;
    font-size: 24px;
    line-height: 124%;
    font-weight: 400;
    margin-bottom: 0;
}

.offer-intro {
    background: url(../images/offer-bg-desktop.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFFFFF;
    padding-top: 65px;
    margin-bottom: 190px;
    margin-top: 100px;
}

.offer-intro .cta-arrow {
    width:764px;
    padding-top:16px;
    padding-bottom:32px;
}

.offer-intro h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 126%;
    margin-bottom: 40px;
}

.offer-intro h2 u {
    text-decoration-thickness: 3px;
    text-underline-offset: 11px;
}

.offer-intro h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 126%;
}

.offer-intro h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 126%;
    padding: 30px 0;
}

.offer-intro h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 126%;
}

.offer-intro .offer-list {
    max-width: 950px;
    margin: 0 auto;
    width: 90%;
}

.offer-intro ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.offer-intro li {
    background-image: url(../images/white-circle-check.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 36px;
    font-size: 24px;
    line-height: 126%;
    padding-left: 55px;
    margin-bottom: 32px;
}

.offer-intro .claim-btn {
    margin-top: -65px;
    position: relative;
    transform: translate(0, 50%);
}

.bbc-intro {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.bbc-intro h2 {
    font-size: 32px;
    line-height: 126%;
    font-weight: 700;
}

.bbc-intro h1 {
    font-size: 50px;
    line-height: 126%;
    font-weight: 700;
    margin-bottom: 100px;
}

.bbc-intro .bbc-day {
    border-radius: 9px;
    border: 1px solid #CCCCCC;
    padding: 30px;
    margin-bottom: 37px;
    background-position: bottom right, bottom right;
    background-size: auto 95%, 600px 102%;
    background-repeat: no-repeat;
}

.bbc-intro .bbc-day h4 {
    font-size: 24px;
    line-height: 126%;
    font-weight: 700;
}

.bbc-intro .bbc-day h3 {
    font-size: 32px;
    line-height: 126%;
    font-weight: 600;
    max-width: 80%;
}

.bbc-intro .bbc-day span {
    max-width: 622px;
    display: block;
    font-size: 18px;
    line-height: 150%;
    width: 70%;
}

.bbc-intro .bbc-day.day-1 {
    background-image: url(../images/about-challenge/day-1.png), url(../images/about-challenge/blue-bg.png);
}
.bbc-intro .bbc-day.day-2 {
    background-image: url(../images/about-challenge/day-2.png), url(../images/about-challenge/blue-bg.png);
}
.bbc-intro .bbc-day.day-3 {
    background-image: url(../images/about-challenge/day-3.png), url(../images/about-challenge/blue-bg.png);
}
.bbc-intro .bbc-day.day-4 {
    background-image: url(../images/about-challenge/day-4.png), url(../images/about-challenge/blue-bg.png);
}
.bbc-intro .bbc-day.day-5 {
    background-image: url(../images/about-challenge/day-5.png), url(../images/about-challenge/blue-bg.png);
}

.container-xxl {
    padding-left: 60px;
    padding-right: 60px;
}

.mission-intro {
    background: url(../images/mission-bg-desktop.jpg) no-repeat bottom right;
    padding: 95px 0 175px;
}

.mission-intro h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 126%;
}

.mission-intro h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 126%;
    margin: 0 auto;
    max-width: 950px;
    width: 95%;
}

.mission-intro h4 {
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 62px;
}

.mission-intro img {
    max-width: 425px;
    width: 90%;
    margin: 62px 0 22px;
}

.instant-access {
    padding-top:40px;
    padding-bottom:50px;
}

.cta-white-box {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding:90px 10px 70px;

}
.shadow-box-bottom {
    padding:0px 10px;
}
.cta-white-box h3 {
    font-size: 26px;
    line-height: 38px;
}
.cta-white-box h1 {
    font-size: 50px;
    line-height: 62px;
}
.cta-white-box h2 {
    font-size: 32px;
    line-height: 44px;
}

.meet-john {
    background: url(../images/meet-john-bg.jpg) no-repeat center right;
    background-size: cover;
    padding-top: 142px;
    font-size: 22px;
    line-height: 34px;
}

.meet-john-wrapper {
    max-width: 775px;
    margin-right: 5%;
    margin-left: auto;
}

.meet-john-content {
    padding: 38px 41px 52px;
    background-color: rgb(255 255 255 / 81%);
    border-radius: 16px;
}

.meet-john-content h1 {
    font-size: 50px;
    line-height: 108%;
    margin-bottom: 33px;
}
.meet-john-content h1 u {
    text-decoration-thickness: 3px;
    text-underline-offset: 10px;
}
.meet-john-content p {
    color: #394259;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.meet-john-content p b {
    color: #1F1F1F;
}
.meet-john-content p u {
    text-underline-offset: 4px;
}
.meet-john .as-seen-on {
    padding: 43px 61px 54px;
}
.meet-john .as-seen-on span {
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
    padding-bottom: 23px;
    display: block;
}

.saying-about {
    padding-top: 120px;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}
.saying-about h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 126%;
}
.saying-about h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 126%;
}
.saying-about .video-testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
}
.saying-about .video-testimonial {
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    max-width: 355px;
    position: relative;
    margin-bottom: 60px;
}
.saying-about .video-testimonial::before {
    content: "“";
    position: absolute;
    width: 70px;
    height: 80px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    text-align: center;
    color: #FFC000;
    font-size: 150px;
    line-height: 150px;
}
@media (min-width: 1200px) {
    .saying-about .video-testimonial.featured {
        display: grid;
        grid-template-columns: 4fr 5fr;
        padding: 40px 65px;
        width: 100%;
        max-width: none;
    }
    .saying-about .video-testimonial.featured::before {
        top: 50%;
        left: 0;
    }
    .saying-about .video-testimonial.featured .video-container {
        margin: 0;
    }
}
.saying-about .video-testimonial .video-container {
    margin: 66px 24px 27px;
    position: relative;
}
.saying-about .video-testimonial .video-container.vertical {
    border: 2px solid rgb(0 0 0 / 12%);
    border-radius: 6px;
}
.saying-about .video-testimonial .play-icon {
    margin: auto;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    width: 30%;
    cursor: pointer;
}
.saying-about .video-testimonial .embed-video {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 5px;
}
.saying-about .video-testimonial iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.saying-about .testimonial-content {
    max-width: 550px;
    padding: 0 31px 32px;
}
.saying-about .testimonial-content span {
    color: #000000;
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
}
.saying-about .testimonial-content .author {
    color: #000000;
    font-weight: 400;
    font-size: 32px;
    line-height: 126%;
    margin-bottom: 27px;
}

.before-after {
    padding-top: 35px;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
.before-after .headline {
    margin-bottom: 100px;
}
.before-after .headline h1 {
    font-size: 50px;
    line-height: 126%;
    font-weight: 700;
}
.before-after .headline h3 {
    font-size: 32px;
    line-height: 126%;
    font-weight: 700;
}
.before-after .challenge-result h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 126%;
    margin-bottom: 0;
}
.before-after .challenge-result h2 u {
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}
.before-after ul {
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
}
.before-after .challenge-result {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.before-after .before-challenge {
    border-radius: 8px;
    border: 1px solid #C7C7C7;
    overflow: hidden;
}
.before-after .before-challenge .header {
    background-color: #C7C7C7;
    padding: 24px 51px;
}
.before-after .before-challenge li {
    padding: 0 95px 55px;
    font-size: 24px;
    line-height: 126%;
    color: #6A6A6A;
    font-weight: 600;
    background-image: url(../images/red-x.svg);
    background-repeat: no-repeat;
    background-position: 50px 8px;
    background-size: 18px;
}
.before-after .after-challenge {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    border-radius: 8px;
}
.before-after .after-challenge .header {
    padding: 24px 51px;
    background-color: #151D3B;
}
.before-after .after-challenge li {
    padding: 0 95px 40px;
    font-size: 24px;
    line-height: 126%;
    color: #000000;
    font-weight: 600;
    background-image: url(../images/green-circle-check.svg);
    background-repeat: no-repeat;
    background-position: 47px 0px;
    background-size: 36px;
}

.save-spot {
    background: #2F80ED;
    margin: 120px 0;
    padding: 55px 5px;
}
.save-spot h2 {
    font-size: 40px;
    line-height: 126%;
    font-weight: 700;
}
.save-spot h3 {
    font-size: 30px;
    line-height: 126%;
    font-weight: 700;
}
.save-spot .claim-btn {
    margin-top: 32px;
}

.join-reminder {
    padding: 200px 0;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.join-reminder h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 48px;
}
.join-reminder p {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 64px;
}
.join-reminder h4 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 90px;
    font-weight: 400;
}

.testimonials-section {
    margin: 0;
}
.testimonials-section--2 {
    margin: 0 30px;
}
.testimonials-section .owl-carousel {
    padding: 0;
    margin: 0;
}
.testimonials-section .owl-item {
    padding: 0 10px;
}
.testimonials-section .image-testimonial {
    border-radius: 8px;
    box-shadow: 0px 1px 18px 0px #0000001F;
    margin: 10px 0;
}
.testimonials-section .headline {
    margin-bottom: 100px;
}
.testimonials-section .headline h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 126%;
    margin-bottom: 0;
}
.testimonials-section .headline h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 126%;
}
.testimonials-section--1 .owl-stage {
    max-height: 320px;
    overflow: hidden;
}

#registration-pop .modal-content {
    overflow: hidden;
}
#registration-pop .modal-body {
    padding:0;
}

#registration-pop .header {
    background-color: #E8ECF4;
    padding:20px 35px;
    font-size: 18px;
    line-height: 32px;
}
#registration-pop .content {
    padding:0px 40px 20px;
    font-size: 16px;
    line-height: 26px;
}

#registration-pop .header .row {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    overflow: hidden;
}
#registration-pop h3 {
    font-size: 18px;
    line-height: 23px;
}
#registration-pop h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight:800;
}
#registration-pop h2 {
    font-size: 20px;
    line-height: 28px;
}
#registration-pop input {
    font-size: 20px;
    line-height: 32px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    height: calc(2.5em + .75rem + 2px);
    color:#394259;
}
#registration-pop small {
    font-size: 16px;
    line-height: 22px;
}
#registration-pop .btn-cta {
    font-size: 25px;
    line-height: 27px;
    background: #2EFF75;
    border: 1px solid #009918;
    border-radius: 5px;
    text-decoration: none;
    color: #1F1F1F;
    padding:23px 25px;
    display: inline-block;
    font-weight: 700;
}
#registration-pop h4 {
    font-size: 20px;
    line-height: 28px;
}


@media (max-width: 1399px) {
    .event-intro .overview h1 {
        font-size: 48px;
        line-height: 150%;
    }
    .event-intro .overview h5 {
        font-size: 24px;
        line-height: 125%;
    }
}

@media (max-width: 1199px) {
    .meet-john {
        min-height: 500px;
        background-position: top left;
        position: relative;
        padding: 0;
        margin-bottom: 40px;
    }
    .meet-john .meet-john-wrapper {
        margin: 0 auto;
    }
    .meet-john .as-seen-on {
        padding: 0;
        position: absolute;
        bottom: 15px;
        left: 5%;
        max-width: 600px;
        width: 90%;
    }
    .meet-john .as-seen-on span {
        padding-bottom: 6px;
    }
    .meet-john-content {
        width: 90%;
        margin: 0 auto;
        max-width: 900px;
        padding: 0;
    }
    .meet-john-content h2 {
        font-size: 30px;
        line-height: 140%;
        margin-bottom: 2px;
    }
    .meet-john-content h1 {
        font-size: 36px;
        line-height: 126%;
        margin-bottom: 40px;
    }
    .saying-about h3 {
        font-size: 24px;
    }
    .saying-about h1 {
        font-size: 32px;
    }
    .saying-about .video-testimonials {
        justify-content: space-evenly;
        gap: 15px;
    }
    .saying-about .video-testimonial .video-container {
        margin: 65px 17px 20px;
    }
    .saying-about .testimonial-content {
        padding: 0 17px 22px;
    }
    .saying-about .testimonial-content .author {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .saying-about .testimonial-content span {
        font-size: 18px;
    }
    .before-after .before-challenge li {
        padding: 0 46px 32px 61px;
        background-position: 30px 5px;
        font-size: 22px;
    }
    .before-after .after-challenge li {
        padding: 0 36px 32px 67px;
        font-size: 22px;
        background-position: 35px 5px;
        background-size: 18px;
    }
}

@media (max-width: 991px) {
    .checklist-container {
        padding: 0px 8px;
    }
    .container-xxl {
        padding-left: 0px;
        padding-right: 0px;
    }
    .program-header .save-spot-title {
        font-size: 40px;
        line-height: 40px;
        font-weight: 800;
    }

    header .attention {
        font-size: 12px;
        line-height: 126%;
        padding: 16px 0;
    }

    header .hero {
        background: url(../images/hero-landing-bg-tablet.jpg) no-repeat center center;
        padding-top: 55px;
        margin-bottom: 0;
    }
    header .hero h3.highlight {
        text-align: center;
        font-size: 25px;
        line-height: 28px;
        /* margin-top: -20px; */
    }
    header .hero h4 {
        font-size: 16px;
        line-height: 24px;
/*        margin-bottom: 54px;*/
    }

    header .hero h1 {
        font-size: 26px;
        line-height: 28px;
    }
    header .hero h2 {
        font-size: 16px;
        line-height: 126%;
        margin-bottom: 32px;
    }
    header .clickfunnels {
        padding: 12px 0;
        margin-bottom: 30px;
    }
    header .clickfunnels span {
         font-size: 11px;
     }
    header .clickfunnels img.logo {
        width: 145px;
    }
    .btn-cta {
        padding: 15px 40px;
        font-size: 20px;
        line-height: 160%;
    }
    header .news-logos h3 {
        font-size: 14px;
        font-weight: 400;
    }
    .btn-cta span {
        font-weight: 600;
        font-size: 14px;
        line-height: 160%;
    }
    header .news-logos {
        padding-bottom: 40px;
    }
    .event-intro {
        padding-top: 20px;
    }
    .event-intro h3.orange {
        font-size: 20px;
        line-height: 140%;
    }
    .event-intro h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .event-intro h3 {
        font-size: 18px;
    }
    .event-intro .overview {
        flex-direction: column;
        gap: 50px;
        max-width: 450px;
    }
    .event-intro .overview h1 {
        font-size: 32px;
        line-height: 150%;
    }
    .event-intro .overview h5 {
        font-size: 16px;
        line-height: 125%;
    }
    .offer-intro {
        background: url(../images/offer-bg-desktop.jpg) no-repeat 80% center;
        background-size: cover;
        padding-top: 45px;
        margin-bottom: 140px;
        margin-top: 60px;
    }
    .offer-intro h2 {
        font-size: 24px;
        line-height: 126%;
        padding: 0 15px;
        margin-bottom: 16px;
    }
    .offer-intro h2 u {
        text-decoration-thickness: 1.5px;
        text-underline-offset: 6px;
    }
    .offer-intro h3 {
        font-size: 18px;
        line-height: 126%;
        margin-bottom: 0;
    }
    .offer-intro h5 {
        font-size: 16px;
    }
    .offer-intro h4 {
        font-size: 20px;
        padding: 14px 0;
    }
    .offer-intro .claim-btn {
        margin-top: -15px;
    }
    .offer-intro h1 {
        font-size: 26px;
        line-height: 150%;
        margin-bottom: 24px;
    }
    .offer-intro li {
        background-position: left center;
        background-size: 20px;
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 24px;
        padding-left: 28px;
        padding-bottom: 0;
    }

    .bbc-intro h2 {
        font-size: 20px;
        line-height: 140%;
    }
    .bbc-intro h1 {
        font-size: 24px;
        margin-bottom: 70px;
    }
    .bbc-intro .bbc-day {
        background-image: url(../images/bbc-intro-bg-tablet.svg) !important;
        min-height: 377px;
        background-size: auto;
        max-width: 334px;
        margin-left: auto;
        margin-right: auto;
    }
    .bbc-intro .bbc-day h4 {
        font-size: 18px;
    }
    .bbc-intro .bbc-day h3 {
        font-size: 20px;
        margin-bottom: 20px;
        max-width: none;
    }
    .bbc-intro .day-4 h3 {
        margin-right: -25px;
    }
    .bbc-intro .bbc-day span {
        font-size: 16px;
        width: 94%;
    }

    .mission-intro {
        background: none;
        padding-bottom: 100px;
    }
    .mission-intro img {
        max-width: 285px;
        margin: 27px 0 50px;
    }
    .mission-intro h3 {
        font-size: 20px;
    }
    .mission-intro h1 {
        font-size: 24px;
        margin-bottom: 27px;
    }
    .mission-intro h4 {
        font-size: 16px;
        line-height: 140%;
    }

    .video-testimonial {
        font-size: 17px;
        line-height: 30px;
    }
    .video-testimonial .author {
        font-size: 20px;
        line-height: 24px;
    }

    .meet-john {
        min-height: 400px;
        padding-top: 48px;
    }
    .meet-john p {
        font-size: 16px;
        line-height: 160%;
        text-align: center;
        margin-bottom: 16px;
    }
    .meet-john .as-seen-on {
        font-size: 16px;
        line-height: 29px;
        margin-bottom: 8px !important;
    }
    .meet-john .signature {
        max-width: 230px;
    }
    .meet-john-content h2 {
        font-size: 20px;
    }
    .meet-john-content h1 {
        font-size: 24px;
        margin-left: -5%;
        margin-right: -5%;
    }

    .saying-about h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 2px;
    }
    .saying-about h1 {
        font-size: 24px;
        font-weight: 700;
    }

    .before-after .headline {
        margin-bottom: 32px;
    }
    .before-after .headline h1 {
        font-size: 24px;
    }
    .before-after .headline h3 {
        font-size: 20px;
        line-height: 140%;
    }
    .before-after .challenge-result {
        grid-template-columns: auto;
        gap: 32px
    }
    .before-after .before-challenge,
    .before-after .after-challenge {
        border: 1px solid #C7C7C7;
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
    }
    .before-after .challenge-result h2 {
        font-size: 20px;
    }
    .before-after ul {
        margin-top: 26px;
    }
    .before-after .before-challenge .header {
        padding: 21px 0px 18px;
        text-align: center;
    }
    .before-after .before-challenge li {
        font-size: 18px;
    }
    .before-after .after-challenge li {
        font-size: 18px;
    }
    .save-spot {
        padding: 40px 3px;
        margin: 100px 0;
    }
    .save-spot h2 {
        font-size: 32px;
        margin-bottom: 32px;
    }
    .save-spot h3 {
        font-size: 20px;
        text-transform: capitalize;
    }
    .join-reminder {
        padding: 100px 5px;
        width: 100%;
    }
    .join-reminder h1 {
        font-size: 35px;
        line-height: 49px;
    }
    .join-reminder p {
        font-size: 18px;
        margin-bottom: 48px;
    }
    .join-reminder h4 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 60px;
    }

    .testimonials-section .headline {
        margin-bottom: 55px;
    }
    .testimonials-section .headline h3 {
        font-size: 20px;
        font-weight: 700;
    }
    .testimonials-section .headline h1 {
        font-size: 24px;
        font-weight: 700;
    }

    #registration-pop .header {
        padding:20px 25px;
        font-size: 12px;
        line-height: 32px;
    }
    #registration-pop h3 {
        font-size: 14px;
        line-height: 23px;
    }
    #registration-pop h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
        font-weight: 800;
    }
    #registration-pop h2 {
        font-size: 18px;
        line-height: 27px;
    }
    #registration-pop .header {
        padding: 8px 25px 12px;
    }
    #registration-pop .header .col-auto.bg-lime-green {
        border-radius: 4px;
    }
    #registration-pop .header b {
        padding: 5px 10px;
        display: block;
        font-size: 12px;
        line-height: 18px;
    }
    #registration-pop img.arrow {
        height: 13px;
    }
    #registration-pop .content {
        padding: 0px 15px 20px;
        font-size: 12px;
        line-height: 18px;
    }
    #registration-pop h3 {
        font-size: 12px;
        line-height: 15px;
        padding-top: 16px !important;
        margin-bottom: 6px;
    }
    #registration-pop h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
    #registration-pop h2 {
        padding-top: 10px !important;
        padding-bottom: 18px !important;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
    }
    #registration-pop input {
        height: calc(2em + 0.75rem + 9px);
        font-size: 14px;
        line-height: 17px;
    }
    #registration-pop .btn-cta {
        padding: 18px;
        font-size: 16px;
        line-height: 20px;
    }
    #registration-pop .content span {
        font-size: 14px;
        line-height: 26px;
        padding-top: 8px !important;
        padding-bottom: 0 !important;
    }
    #registration-pop small {
        font-size: 15px;
        line-height: 20px;
        text-align: center !important;
    }
    #registration-pop h4 {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 767px) {
    .testimonials-section--1 {
        max-width: 360px;
        margin: 0 auto;
        width: 80%;
    }
    .testimonials-section--1 .owl-stage {
        max-height: none;
    }
}

/* OPTIN POP */

#optin-pop .modal-content {
    overflow: hidden;
}
#optin-pop .modal-body {
    padding:0;
}

#optin-pop .header {
    background-color: #E8ECF4;
    padding:20px 35px;
    font-size: 16px;
    line-height: 28px;
}
#optin-pop .content {
    padding:0 45px;
    font-size: 16px;
    line-height: 26px;
}

#optin-pop .header .row {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    overflow: hidden;
}
#optin-pop h3 {
    padding-top: 32px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #E10303;
}
#optin-pop h1 {
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #1F1F1F;
}
#optin-pop h2 {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 17px;
    line-height: 148%;
    text-align: center;
    color: #444A6C;
}
#optin-pop .optin-steps {
    background-color: #f5ecf8;
    padding:25px;
    border-top: 1px solid #d9d9d9;
}
#optin-pop .optin-steps h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #394259;
    padding-bottom: 10px;
    padding-top: 0;
    margin: 0;
}
#optin-pop .optin-steps h1 b {
    font-weight: 600;
    color: #1A1A1A;
}
#optin-pop .optin-steps h1.step2-title {
    padding-top: 20px;
}
#optin-pop small ul {
    margin-bottom:0;
}
#optin-pop small li {
    font-size: 60%;
    font-weight: 400;
    color: red;
    margin: 0;
}
#optin-pop input {
    font-size: 16px;
    line-height: 20px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    height: calc(2.5em + .75rem);
    color:#394259;
}
#optin-pop select {
    font-size: 18px;
    line-height: 22px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    height: calc(2.5em + .75rem);
    color:#394259;
}
#optin-pop small {
    font-size: 16px;
    line-height: 22px;
}
#optin-pop .btn-cta {
    border-radius: 5px;
    font-weight: bold !important;
    font-size: 24px;
    line-height: 29px;
    margin-top: 18px;
    padding: 22px;
    border: none;
}
#optin-pop .closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #1F1F1F;
    cursor: pointer;
    z-index: 999;
}
#optin-pop h3 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 20px;
}
#optin-pop h4 img {
    margin-top: -2px;
}
#optin-pop h4 {
    font-size: 16px;
    line-height: 26px;
    padding: 9px 11px;
    background: rgba(122, 156, 73, 0.12);
    border-radius: 43px;
    margin-bottom:15px;
    margin-top:32px;
}
#optin-pop h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #1F1F1F;
    margin-bottom:24px;
}
#optin-pop .optin-steps .has-error input, #optin-pop .optin-steps .has-error select {
    border: red 1px solid!important;
}
#optin-pop .optin-steps small li {
    font-size: 60%;
    font-weight: 400;
    color: red;
    margin: 0;
    text-align: left;
}
.text-purple {
    color: #9B51E0 !important;
}
#optin-pop .has-icon .form-control {
    padding-left: 52px;
}
#optin-pop .has-icon .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 57px;
    line-height: 53px;
    text-align: center;
    pointer-events: none;
    color: #1F1F1F;
}
#optin-pop .has-icon .form-control-icon.fa-user-circle {
    color: #8A46A3;
}
#optin-pop .input-group input, #optin-pop .input-group select {
    border-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 4px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 7%) !important;
    font-size: 16px;
    line-height: 20px;
    color: #1F1F1F;
}
#optin-pop .input-group-text {
    background-color: #fff;
    border: 1px solid #BDBDBD;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 52px;
    border-right: 0;
    padding-right: 8px;
    padding-left: 16px;
    font-size: 18px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 7%) !important;
}
#optin-pop .form-group {
    margin-bottom: 10px;
}
#optin-pop .modal-content {
    border-radius: 10px;
}
#optin-pop .modal-dialog {
    max-width: 590px;
}
#optin-pop .input-group-text {
    background-color: #fff;
    border: 1px solid #BDBDBD;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 52px;
    border-right: 0;
    padding-right: 4px;
    padding-left: 16px;
    font-size: 18px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 7%) !important;
}
#optin-pop .optin-steps .has-error .input-group-text {
    border: 1px solid red!important;
    border-right: 0 !important;
}
#optin-pop .input-group input, #optin-pop .input-group select {
    border-left: 0;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 4px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07) !important;
    font-size: 16px;
    line-height: 20px;
    color: #1F1F1F;
}
#optin-pop .optin-steps form .email-holder {
    padding-left: 5px;
}
#optin-pop .optin-steps small ul {
    margin-bottom: 0;
}
#optin-pop .input-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: 98%;
}
#optin-pop .footer-claim {
    padding-top:17px;
}
#optin-pop .footer-claim .stars .fa-star {
    color:#FFA300;
    font-size: 17px;
    margin-right:3px;
}
#optin-pop .footer-claim .claim {
    font-size: 16px;
    font-weight: 600;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 991.98px) {
    header .hero h2 span {
        font-size: 16px;
        line-height: 18px;
    }
    #optin-pop .header {
        padding:20px 25px;
        font-size: 12px;
        line-height: 32px;
    }
    #optin-pop h3 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 6px;
        padding-top:32px;
    }
    #optin-pop h3 b {
        font-weight: bold;
        color: #E10303 !important;
    }
    #optin-pop h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 6px;
        padding: 0;
    }
    #optin-pop h2 {
        font-size: 14px;
        line-height: 25px;
        padding: 0;
        margin-bottom:8px;
        color: #394259;
    }
    #optin-pop .optin-steps small ul {
        margin-bottom:0;
    }
    #optin-pop .content {
        padding: 0 16px 0;
        font-size: 12px;
        line-height: 18px;
    }
    #optin-pop .optin-steps {
        padding: 20px 16px 0;
        /*background-color: #E8EDF4;*/
    }
    #optin-pop .optin-steps h1 {
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 8px;
    }
    #optin-pop input {
        font-weight: 500;
        font-size: 14px;
        height: calc(2em + .75rem);
    }
    #optin-pop .input-group-text {
        background-color: #fff;
        border: 1px solid #BDBDBD;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        height: 44px;
        border-right: 0;
        padding-right: 4px;
        padding-left: 16px;
        font-size: 18px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07) !important;
    }
    #optin-pop .has-icon .form-control-icon {
        line-height: 41px;
    }
    #optin-pop .optin-steps form .email-holder {
        padding-left: 15px;
    }
    #optin-pop .input-group-text i {
        color: #1F1F1F;
    }
    #optin-pop .form-group {
        margin-bottom: 8px;
    }
    #optin-pop .optin-steps .has-error input, #optin-pop .optin-steps .has-error select {
        border-left: 0 !important;
    }
    #optin-pop .optin-steps .has-error .input-group-text {
        border: 1px solid red!important;
        border-right: 0 !important;
    }
    #optin-pop .input-group input,#optin-pop .input-group select {
        border-left: 0;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 4px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07) !important;
        font-size: 16px;
        line-height: 20px;
        color: #1F1F1F;
    }
    #optin-pop .input-group select {
        height: calc(2em + .75rem);
        padding-top: 9px;
        padding-bottom: 9px;
    }
    #optin-pop small {
        font-size: 15px;
        line-height: 20px;
        text-align: center !important;
        width: 100%;
    }
    #optin-pop .optin-steps h1.step2-title {
        padding-top: 16px;
    }
    #optin-pop .btn-cta {
        font-size: 16px;
        line-height: 27px;
        padding: 14px 20px;
        margin-top: 16px;
    }
    #optin-pop h4 {
        font-weight: normal;
        font-size: 12px;
        line-height: 17px;
        color: #394259;
        padding: 12px 0;
    }
    #optin-pop h5 {
        font-size: 14px;
        line-height: 140%;
        margin-bottom:20px;
    }
    #optin-pop .closeBtn {
        position: absolute;
        color: #fff;
        font-size: 15px;
        right: 3px;
        top: -18px;
        line-height: 0;
        cursor: pointer;
    }
    #optin-pop .modal-content {
        overflow: initial;
    }
    #optin-pop .footer-claim {
        padding-bottom:20px;
        padding-top:12px;
    }
    #optin-pop .footer-claim .stars {
        display:block;
        padding-bottom:6px;
    }
    #optin-pop .footer-claim .stars .fa-star {
        color:#FFA300;
        font-size: 13px;
    }
    #optin-pop .footer-claim .claim {
        display:block;
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    #optin-pop .modal-dialog {
        margin: 0 16px;
    }
}
