body {
    font-family: "Lato", sans-serif;
    color: #333;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Varela Round", sans-serif;
    line-height: 1.5;
}
img {
    max-width: 100%;
}
a {
    color: #3ca8df;
}
a:hover {
    text-decoration: none;
}
section {
    padding: 5rem 0;
}
u {
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
strong {
    font-weight: 700;
}
p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2.25rem;
}

.hero {
    background: url("../img/fe-bg.png") no-repeat;
    background-size: cover;
    padding: 1rem 0 10rem 0;
    background-position: center;
}
.hero h1 {
    font-size: 3.75rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    margin-top: 0;
    color: #333;
    margin-top: 6rem;
}
.hero p {
    font-size: 1.25rem;
    color: #333333;
    margin-bottom: 4rem;
    line-height: 1.7;
}
.hero .alert p {
    color: #721c24;
}
.hero-ds {
    background: url("../img/fe-ds-bg.jpg") no-repeat;
    background-size: cover;
    padding: 4rem 0;
    background-position-y: top;
}

.vetical-video .mt-21 {
    margin-top: 62%;
}
.video {
    margin-top: -11rem;
}
.video-wrap {
    margin-top: 1.25rem;
    border-radius: 0.375rem;
    box-shadow: 0 0 0.94rem rgba(230, 230, 230, 0.7);
}

.video-area {
    display: block;
    border: 10px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
}
.video-wrapper {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 14px 29px #00000057;
    width: 100%;
    position: relative;
}

.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2 !important;
    top: 0;
    left: 0;
    cursor: pointer;
}

.video-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1 !important;
}

.orig-price {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.price-strike {
    font-size: 1.875rem;
    font-weight: 700;
    position: relative;
    padding: 0 0.625rem;
    font-family: "Varela Round", sans-serif;
}
.price-strike span {
    font-size: 1.25rem;
    font-weight: 400;
}
.price-strike img {
    box-shadow: none;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.price-strike-2digit img {
    left: 5px;
    top: 10px;
}
.new-price {
    text-align: center;
    font-size: 1.25rem;
    background-color: #e7eeef;
    padding: 0.25rem;
    margin-bottom: 1rem;
}
.new-price span {
    font-size: 2.625rem;
    font-weight: 600;
    margin-left: 0.625rem;
    vertical-align: middle;
    font-family: "Varela Round", sans-serif;
}
.new-price .new-price-discount {
    font-size: 1rem;
    font-weight: 400;
    color: #555;
    margin-left: 0;
    display: block;
    line-height: normal;
}
.new-price .dollar {
    font-size: 1.75rem;
    font-weight: 400;
    margin-left: 0;
}

.card-testimonial {
    border: none;
    box-shadow: 0 0 30px #f6f6f6;
}
.card-testimonial .card-body {
    padding: 2.25rem;
}

.disclaimer-wrap {
    font-size: 14px;
    background-color: #fcfefe;
    border: 1px solid #c1ebf0;
    box-shadow: 0 0 30px rgba(175, 216, 226, 0.15);
    padding: 1.5rem 2rem;
}
.disclaimer-wrap p {
    font-size: 0.85rem;
    margin-bottom: 1rem;
}
.disclaimer-wrap h6 {
    font-size: 0.9rem;
    line-height: 1.6;
}

.moneyback-overlay {
    background-color: #e0c407;
    color: #544901;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5rem;
    position: absolute;
    top: 45%;
    width: 100%;
}
.product-overlay {
    position: relative;
}
.product-overlay-dc {
    background-color: #e0c407;
    color: #544901;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    padding: 0.5rem;
    position: absolute;
    width: 100%;
    top: 50%;
    box-shadow: 0 0 30px #d7eef5;
}

/* OTO pages */
.card-wizard {
    background-color: #fffce8;
    border-bottom: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.wizard-item {
    flex: 1;
    text-align: center;
    font-size: 1rem;
    color: #e0c407;
    font-weight: 400;
    padding: 0.8rem 0;
    position: relative;
}
.wizard-item a {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    display: block;
}
.wizard-item a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.wizard-badge {
    border-radius: 50%;
    background-color: #e0c407;
    color: #fff;
    font-size: 0.9rem;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6rem;
    margin-right: 0.5rem;
}
.wizard-item.active {
    background-color: #e0c407;
    color: #fff;
}
.wizard-item.active .wizard-badge {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #e0c407;
}
.arrow:after {
    border-top: 26.5px inset transparent;
    border-bottom: 26.5px inset transparent;
    border-left: 26.5px solid #e0c407;
    right: -26.5px;
    position: absolute;
    content: "";
    top: 0;
    z-index: 2;
    width: 0;
    height: 0;
}
.arrow-alt:after {
    border-top: 26.5px inset transparent;
    border-bottom: 26.5px inset transparent;
    border-left: 26.5px solid #fffce8;
    right: -26.5px;
    position: absolute;
    content: "";
    top: 0;
    z-index: 2;
    width: 0;
    height: 0;
}

.section-reference {
    background-color: #fafbfc;
}
.section-reference p {
    word-break: break-all;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.section-reference .reference-num {
    width: 20px;
}
.section-reference .reference-link {
    flex: 1;
}

.card-pricing {
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 30px #f5f5f5;
    color: #333;
    transition: all 0.2s;
}
.card-pricing:hover {
    color: #333;
    box-shadow: 0 0.5rem 1rem 0 rgb(0 0 0 / 10%);
}
.card-pricing .card-header {
    padding: 1rem 1rem 3rem 1rem;
    min-height: 305px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card-pricing .card-header h5 {
    font-size: 1.125rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}
.card-pricing-month-1 .card-header img {
    width: 60%;
}
.card-pricing-month-6 .card-header img {
    width: 90%;
}
.card-pricing-month-3 .card-header img {
    width: 85%;
}
.card-pricing-month-6 .card-header h5 {
    margin-bottom: 1rem;
}
.card-pricing .card-mid {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    text-align: center;
    margin: -1.125rem auto 0 auto;
    display: inline-block;
    width: 80%;
    padding: 0.25rem 0.5rem;
    font-weight: 700;
}
.card-pricing-month-6 .card-mid {
    margin-top: -1.7rem;
    font-size: 0.9rem;
}
.card-pricing .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-pricing-sm {
    flex-direction: row;
}
.card-pricing-sm .card-header {
    min-height: unset;
    width: 100px;
    padding: 1rem;
    border-bottom: none;
}
.card-pricing-sm .card-mid {
    margin: 20px 0 0 0;
    font-size: 0.7rem;
}
.card-pricing-sm .card-header h5 {
    font-size: 0.75rem;
}
.card-pricing-sm .card-body {
    flex-direction: row;
    align-items: center;
    flex: 1;
}
.card-pricing-sm .price {
    font-size: 1.25rem;
}
.card-pricing-sm .card-body .btn {
    padding: 0.5rem !important;
    box-shadow: 0 3px #298590 !important;
    font-size: 0.7rem !important;
}
.card-pricing-sm .price-cta {
    width: 90px;
}

footer {
    background-color: #4b4a3a;
    color: #fff;
}
footer a {
    color: #fff;
}
.exit-modal {
    cursor: pointer;
    z-index: 11111;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

/* ribbon */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 999;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #2980b9;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 18px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 35px;
    transform: rotate(-45deg);
}

/* Unmute btn */
button.w-vulcan-v2-button {
    display: none !important;
}
#unmute_btn.btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    font-weight: 700;
    color: #000 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: 0.775rem 0.85rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
#unmute_btn.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#unmute_btn.btn:before {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
#unmute_btn.btn {
    background: #ffc107;
    color: #fff;
    box-shadow: 0 6px #e0a800;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.btn-unmuted {
    border-radius: 0 0 5px 5px;
}
.btn-unmuted:hover {
    box-shadow: 0 4px #e0a800;
    top: 2px;
    cursor: pointer;
}
.btn-unmuted:active {
    box-shadow: 0 0 #e0a800;
    top: 6px;
}

/* Pitchplus classes */
.pitchplus p {
    margin-bottom: 2rem;
}
.btn-addtoorder {
    background: #ffc107;
    color: #232323;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 15px;
    border: 5px solid #f1782f;
    padding: 10px;
}
.btn-addtoorder:hover,
.btn-addtoorder:focus {
    background: #ffcc33 !important;
    border: 5px solid #f1782f !important;
    color: #232323;
}
.btn-addtoorder small {
    display: block;
    color: #232323;
    font-size: 1.2rem;
}

.btn-no-thankyou {
    background: #ffc107;
    color: #232323;
    font-size: 1.2rem;
    font-weight: 900;
    border-radius: 10px;
    border: 2px solid #f1782f;
    padding: 10px 35px;
}
.btn-no-thankyou:hover,
.btn-no-thankyou:focus {
    background: #ffcc33 !important;
    border: 2px solid #f1782f !important;
    color: #232323;
}

/* Helper classes */
.badge {
    background-color: #3bb3c2;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-weight: 400;
    line-height: 38px;
    padding: 0;
    font-family: "Varela Round", sans-serif;
    font-size: 1.25rem;
}
.badge-secondary {
    background-color: #e0c407;
}
.alert-danger a {
    color: #721c24;
}
.btn-primary {
    background-color: #3bb3c2;
    border: none;
    text-align: center;
    font-size: 1.625rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.625rem;
    font-family: "Varela Round", sans-serif;
    box-shadow: 0 4px #298590;
}
.btn-primary:hover {
    background-color: #298590;
}
.btn-primary > span {
    text-transform: none;
    color: #23666e;
    font-size: 1rem;
    font-weight: 400;
}
.btn-primary .dollar {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 0;
}
.text-red {
    color: #ff0000;
}
.bg-black {
    background-color: #000;
}
.bg-offer-3btl {
    background-image: radial-gradient(
        circle 266px at 12% 29.3%,
        rgba(58, 219, 154, 0.93) 2%,
        rgba(153, 228, 208, 1) 38.6%,
        rgba(142, 246, 219, 0.82) 73.9%,
        rgba(253, 255, 238, 1) 100.7%
    );
}
.text-primary {
    color: #3bb3c2 !important;
}
.text-secondary {
    color: #e0c407 !important;
}
.bg-primary {
    background-color: #3bb3c2 !important;
}
.bg-secondary {
    background-color: #e0c407 !important;
}
.bg-cream {
    background-color: #fdfaec;
}
.bg-ltgray {
    background-color: #fafafa;
}
.bg-gradient {
    background-image: -moz-linear-gradient(
        -90deg,
        rgb(238, 246, 247) 0%,
        rgb(254, 253, 248) 100%
    );
    background-image: -webkit-linear-gradient(
        -90deg,
        rgb(238, 246, 247) 0%,
        rgb(254, 253, 248) 100%
    );
    background-image: -ms-linear-gradient(
        -90deg,
        rgb(238, 246, 247) 0%,
        rgb(254, 253, 248) 100%
    );
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.lh-normal {
    line-height: normal;
}
.fs-xs {
    font-size: 0.9rem !important;
}
.fs-default {
    font-size: 1rem !important;
}
.fs-sm {
    font-size: 1.2rem !important;
}
.fs-md {
    font-size: 1.8rem;
}
.fs-12 {
    font-size: 0.75rem !important;
}
.fs-14 {
    font-size: 0.875rem !important;
}
.fs-18 {
    font-size: 1.125rem !important;
    line-height: 1.6;
}
.fs-20 {
    font-size: 1.25rem !important;
    line-height: 1.6;
}
.fs-22 {
    font-size: 1.375rem;
    line-height: 1.6;
}
.fs-24 {
    font-size: 1.5rem;
    line-height: 1.6;
}
.fs-28 {
    font-size: 1.75rem;
    line-height: 1.6;
}
.fs-30 {
    font-size: 1.875rem !important;
    line-height: 1.6;
}
.fs-40 {
    font-size: 2.5rem;
    line-height: 1.6;
}
.fs-50 {
    font-size: 3.125rem;
    line-height: 1.6;
}
.fw-600 {
    font-weight: 600;
}
.fw-400 {
    font-weight: 400;
}
.flex-1 {
    flex: 1;
}
.ff-varela {
    font-family: "Varela Round", sans-serif;
}
.ff-lato {
    font-family: "Lato", sans-serif;
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.mb-7 {
    margin-bottom: 5rem !important;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
.mb-10 {
    margin-bottom: 8rem !important;
}
.mb-12 {
    margin-bottom: 10rem !important;
}
.mb-16 {
    margin-bottom: 14rem !important;
}
.mt-6 {
    margin-top: 4rem;
}
.mt-7 {
    margin-top: 5rem;
}
.mt-21 {
    margin-top: 21%;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}

@media (max-width: 767px) {
    section {
        padding: 3.5rem 0;
    }
    p {
        font-size: 1.25rem;
    }
    .hero {
        padding: 1rem 0;
    }
    .hero h1 {
        font-size: 2.5rem;
        margin-top: 4rem;
    }
    .hero p {
        font-size: 0.9rem !important;
        margin-bottom: 0;
    }
    .hero br {
        display: none;
    }
    .hero .alert p {
        font-size: 10px !important;
    }
    .hero .alert img {
        width: 32px;
    }
    .logo {
        width: 100px;
    }
    .video {
        margin-top: -1rem;
    }
    .arrow:after {
        content: none;
    }
    .arrow-alt:after {
        content: none;
    }
    .wizard-badge {
        font-size: 0.6rem;
        width: 18px;
        height: 18px;
        line-height: 1.125rem;
        margin-right: 2px;
    }
    .wizard-item {
        font-size: 0.6rem;
        padding: 0.5rem 0;
    }
    .card-pricing-month-1 .card-header img,
    .card-pricing-month-6 .card-header img,
    .card-pricing-month-3 .card-header img {
        width: 100%;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .fs-24 {
        font-size: 1.25rem;
    }
    .fs-28 {
        font-size: 1.5rem;
    }
    .fs-30 {
        font-size: 1.6rem;
    }
    .fs-40 {
        font-size: 1.75rem;
    }
    .fs-50 {
        font-size: 2.25rem;
    }
    .price-strike {
        font-size: 1.6rem;
    }
    #unmute_btn.btn {
        font-size: 1rem;
        padding: 5px;
    }
    .mb-8 {
        margin-bottom: 3rem !important;
    }
    .btn-addtoorder {
        font-size: 1.5rem;
        padding: 5px;
    }
    .btn-addtoorder small {
        font-size: 1.4rem;
    }
    .card-pricing {
        margin-bottom: 2rem;
    }
    .ribbon {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .ribbon span {
        font-size: 12px;
        padding: 8px 0;
        right: 0;
        top: 0;
        transform: rotate(0);
        width: 100%;
    }
    .ribbon-top-left::before,
    .ribbon-top-left::after {
        content: none;
    }
}

@media screen and (max-width: 320px) {
    #unmute_btn.btn {
        font-size: 0.8rem;
        padding: 5px;
    }
}
