body {
    font-family: "Lato", sans-serif;
    color: #000;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    font-family: "Fira Sans Condensed", sans-serif;
    letter-spacing: 1px;
}
img {
    max-width: 100%;
}
a {
    color: #3a81d8;
}
a:hover {
    text-decoration: none;
}
section {
    padding: 5rem 0;
}
strong {
    font-weight: 700;
}

.hero {
    background: url("../img/bg-hero-fe.jpg") no-repeat;
    background-size: cover;
    padding: 1rem 0 14rem 0;
}
.hero-ds {
    padding-bottom: 5rem;
}
.logo {
    width: 160px;
}

.video-index-height {
    min-height: 100vh;
}

.video {
    margin-top: -16rem;
}
.vetical-video .mt-21 {
    margin-top: 62%;
}

.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;
}
.price-strike span {
    font-size: 1.25rem;
    font-weight: 400;
}
.price-strike img {
    box-shadow: none;
    border: none;
    position: absolute;
    left: 5px;
    right: 0;
    top: 18px;
    width: 100%;
}
.new-price {
    text-align: center;
    font-size: 1.25rem;
    background-color: #f5dba5;
    padding: 0.25rem;
}
.bg-cream .new-price {
    background-color: #fcf5e1;
}
.new-price span {
    font-size: 2.625rem;
    font-weight: 700;
    margin-left: 0.625rem;
    vertical-align: middle;
}
.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;
}

.testimonial h5 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.testimonial span {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
}
.testimonial h4 {
    font-size: 1.5rem;
    line-height: 1.7;
}
.section-testimonial {
    position: relative;
}
.section-testimonial hr {
    background-color: #872e22;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.testimonial-quote {
    position: absolute;
    top: 1rem;
    right: 5%;
}

.section-materials {
    background: url("../img/materials-bg.jpg") no-repeat;
    background-size: cover;
    color: #fff;
}
.section-materials h2 {
    font-size: 2.5rem;
}

.section-reference {
    background-color: #fafbfc;
}
.section-reference p {
    word-break: break-all;
}

.moneyback-overlay {
    background-color: #7a3b2c;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding: 0.5rem;
    position: absolute;
    width: 100%;
    top: 50%;
}
.product-overlay {
    position: relative;
}
.product-overlay-dc {
    background-color: #7a3b2c;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    padding: 0.5rem;
    position: absolute;
    width: 100%;
    top: 50%;
}

.disclaimer-wrap {
    padding: 1rem 0;
}
.disclaimer-wrap p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.disclaimer-wrap h6 {
    font-size: 0.75rem;
    line-height: 1.6;
}

footer {
    background-color: #6d070e;
    color: #fff;
    font-size: 0.875rem;
}
footer .fw-700 {
    font-weight: 400 !important;
}
footer a {
    color: #fff;
}

.footer-menu li {
    list-style: none;
    display: inline-block;
}
.footer-menu li:nth-child(2) {
    padding: 0 10px;
    margin: 0 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

/* OTO pages */
.card-wizard {
    background-color: #fffce8;
    border-bottom: none;
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 0 !important;
}
.wizard-item {
    flex: 1;
    text-align: center;
    font-size: 1rem;
    color: #ccb36e;
    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: #ccb36e;
    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: #ccb36e;
    color: #fff;
}
.wizard-item.active .wizard-badge {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #ccb36e;
}
.arrow:after {
    border-top: 26px inset transparent;
    border-bottom: 26px inset transparent;
    border-left: 26px solid #ccb36e;
    right: -26px;
    position: absolute;
    content: "";
    top: 0;
    z-index: 2;
    width: 0;
    height: 0;
}
.arrow-alt:after {
    border-top: 26px inset transparent;
    border-bottom: 26px inset transparent;
    border-left: 26px solid #fffce8;
    right: -26px;
    position: absolute;
    content: "";
    top: 0;
    z-index: 2;
    width: 0;
    height: 0;
}


/* 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;
}

.alert-icon {
    width: 64px;
}
.check-icon {
    width: 36px;
}

.card-testi {
    border: 1px solid #f2f2f2;
    border-radius: 0 20px 20px 20px;
    box-shadow: rgba(17, 12, 46, 0.05) 0px 48px 100px 0px;
}

.heading-bonus {
    position: relative;
    color: #438600;
}
.heading-bonus::before, .heading-bonus::after {
    content: '';
    background-color: #438600;
    width: 70px;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -12px;
}

/* Helper classes */
.btn-primary {
    background-color: #438600;
    border: none;
    text-align: center;
    font-size: 1.625rem;
    font-weight: 700;
    padding: 0.625rem;
    border-radius: 6px;
    box-shadow: 0 5px 0 #304f01;
}
.btn-primary:hover {
    background-color: #304f01 !important;
    box-shadow: 0 5px 0 #304f01 !important;
}
.btn-primary > span {
    text-transform: none;
    color: #fff;
}
.btn-primary .dollar {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 0;
}
.text-primary {
    color: #7a3b2c !important;
}
.text-secondary {
    color: #438600 !important;
}
.text-red {
    color: #ff0000;
}
.bg-pattern-primary {
    background: #FBECE2;
    background-size: cover;
}
.bg-black {
    background-color: #000;
}
.bg-cream {
    background-color: #fdfaec;
}
.bg-ltcream {
    background-color: #fefdf7;
}
.bg-ltgray {
    background-color: #fbfbfb;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.lh-normal {
    line-height: normal !important;
}
.lh-1 {
    line-height: 1.2 !important;
}
.lh-2 {
    line-height: 1.4 !important;
}
.fs-xs {
    font-size: 0.9rem;
}
.fs-default {
    font-size: 1rem;
}
.fs-sm {
    font-size: 1.2rem !important;
}
.fs-md {
    font-size: 1.8rem;
}
.fs-18 {
    font-size: 1.125rem;
    line-height: 1.6;
}
.fs-24 {
    font-size: 1.5rem;
    line-height: 1.6;
}
.fs-30 {
    font-size: 1.875rem;
    line-height: 1.6;
}
.fs-36 {
    font-size: 2.25rem;
    line-height: 1.6;
}
.fs-40 {
    font-size: 2.6rem;
    line-height: 1.6;
}
.fs-50 {
    font-size: 3.125rem;
    line-height: 1.6;
}
.fs-60 {
    font-size: 3.75rem;
    line-height: 1.6;
}
.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}
.fw-400 {
    font-weight: 400;
}
.fw-300 {
    font-weight: 300;
}
.flex-1 {
    flex: 1;
}
.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-16 {
    margin-top: 14rem !important;
}
.mt-21 {
    margin-top: 21%;
}

.w-40 {
    width: 40%;
}
.w-90 {
    width: 90%;
}
.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);
}

@media (max-width: 767px) {
    section {
        padding: 2.5rem 0;
    }
    p {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }
    .hero {
        padding: 1rem 0 7rem 0;
    }
    .hero-ds {
        padding: 1rem 0 2rem 0;
    }
    .video {
        margin-top: -8rem;
    }
    .alert-icon {
        width: 46px;
    }
    .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;
    }
    .testimonial-wrap {
        padding: 2rem;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .fs-14 {
        font-size: 0.75rem !important;
    }
    .fs-default {
        font-size: 0.875rem;
    }
    .fs-18 {
        font-size: 1rem;
    }
    .fs-20 {
        font-size: 1rem;
    }
    .fs-24 {
        font-size: 1.125rem !important;
    }
    .fs-28 {
        font-size: 1.5rem !important;
    }
    .fs-30 {
        font-size: 1.6rem !important;
    }
    .fs-36 {
        font-size: 1.45rem;
    }
    .fs-40 {
        font-size: 1.75rem !important;
    }
    .fs-50, .fs-60 {
        font-size: 2.25rem !important;
    }
    .price-strike {
        font-size: 1.6rem;
    }
    .mb-6 {
        margin-bottom: 2rem !important;
    }
    .mb-8 {
        margin-bottom: 3rem !important;
    }
    #unmute_btn.btn {
        font-size: 1rem;
        padding: 5px;
    }
    .heading-bonus::before, .heading-bonus::after {
        width: 30px;
    }
    .disclaimer-wrap {
        padding: 1rem 1.5rem;
    }
    .disclaimer-wrap p {
        font-size: 0.75rem;
    }
    footer p {
        font-size: 0.65rem;
    }
    .no-xs-br br {
        display: none;
    }
}


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