body {
    font-family: "Lato", sans-serif;
    color: #222;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}
p {
    margin-bottom: 2.125rem;
}
img {
    max-width: 100%;
}
a {
    color: #3a81d8;
}
a:hover {
    text-decoration: none;
}
section {
    padding: 5rem 0;
}
strong {
    font-weight: 700;
}

.hero-wo-bg {
    padding: 1rem 0 14rem 0;
}
.hero {
    background: url("../img/bg-hero.jpg") no-repeat;
    background-size: cover;
    padding: 2rem 0 18rem 0;
    background-position-y: top;
}
.hero-upsell {
    padding: 2rem 0 15rem 0;
}
.hero-oto2 {
    padding: 2rem 0 14rem 0;
}
.hero-ds {
    padding-bottom: 5rem;
}
.logo {
    width: 160px;
}
.alert-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 15px;
}
.hero .alert p a {
    color: #721c24;
}
.alert-img {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #333;
    background-color: #fffaef;
    border-color: #ffd16d;
    min-height: 200px;
    display: flex;
    align-items: center;
    border-left: 0;
}
.alert-img h5 {
    line-height: 1.5;
}

.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;
}

.unmute-label-wrapper {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.click-to-continue {
    display: none;
}
.click-for-sound svg {
    position: absolute;
    top: 18%;
    left: 50%;
    width: 27%;
    height: 27%;
    transform: translateX(-50%);
}
@keyframes BLINK {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.blink_1 {
    animation: BLINK 2s infinite;
    opacity: 0;
}
.blink_2 {
    animation: BLINK 2s infinite 0.3s;
    opacity: 0;
}
.blink_3 {
    animation: BLINK 2s infinite 0.6s;
    opacity: 0;
}

.card-pricing {
    border-color: #c8c8c8;
    box-shadow: 0 0 30px #f3f3f3;
    position: relative;
    z-index: 1;
}
.card-pricing-best {
    border-color: #f3ba02;
    background-color: #fcfaf4;
    z-index: 2;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.card-pricing-price {
    color: #5bc15b;
    font-weight: 800;
    font-size: 2.5rem;
}
.card-pricing-price span {
    color: #555;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 300;
}
.card-pricing-price .dollar {
    font-size: 1.75rem;
    font-weight: 600;
    color: #5bc15b;
    font-style: normal;
}
.card-pricing-md {
    min-height: 440px;
    color: #333;
    transition: all 0.2s;
}
.card-pricing-md:hover {
    color: #333;
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgb(0 0 0 / 10%);
}
.card-pricing-img {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 280px;
}
.best-value {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    background: linear-gradient(227deg, #fd8b40, #fdcf40);
    background-size: 400% 400%;
    -webkit-animation: ButtonAnimate 2s ease infinite;
    -moz-animation: ButtonAnimate 2s ease infinite;
    animation: ButtonAnimate 2s ease infinite;
}
@-webkit-keyframes ButtonAnimate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 51%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-moz-keyframes ButtonAnimate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 51%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes ButtonAnimate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 51%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.testimonial-wrap {
    background-image: url("../img/quote.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding: 3rem 5rem;
}

.section-reference {
    background-color: #fafbfc;
}
.section-reference p {
    word-break: break-all;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.section-reference .d-flex p:first-of-type {
    width: 25px;
}
.section-reference .d-flex p:last-of-type {
    flex: 1;
}

.orig-price {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    color: #11141f;
}
.price-strike {
    font-size: 1.875rem;
    font-weight: 500;
    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: 45%;
    width: 100%;
}
.new-price {
    text-align: center;
    font-size: 1.25rem;
    color: #11141f;
    background-color: rgba(218, 218, 218, 0.2);
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-price_dark {
    background-color: #323c40;
    color: #fff;
}

.disclaimer-wrap {
    background-color: #fff;
    border: 1px solid #18231e;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    position: relative;
}
.disclaimer-wrap p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.title-disclaimer {
    display: inline-block;
    position: absolute;
    background-color: #fff;
    padding: 0 1rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -15px;
    width: 120px;
    text-align: center;
}

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

/* OTO pages */
.card-wizard {
    background-color: #fff;
    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: #5bc15b;
    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: #5bc15b;
    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: #5bc15b;
    color: #fff;
}
.wizard-item.active .wizard-badge {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #5bc15b;
}
.arrow:after {
    border-top: 26px inset transparent;
    border-bottom: 26px inset transparent;
    border-left: 26px solid #5bc15b;
    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 #fff;
    right: -26px;
    position: absolute;
    content: "";
    top: 0;
    z-index: 2;
    width: 0;
    height: 0;
}

/* Notification */
.notification-container {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
}
.notification {
    width: 340px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    border-radius: 0.25rem;
    position: fixed;
    bottom: 70px;
    left: 10px;
}
.notification-header {
    background-color: #fff;
    align-items: center;
    padding: 0.75rem;
    color: #6c757d;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.notification-body {
    background-color: #fff;
    padding: 0.75rem;
}
#notification-product-img img {
    width: 120px;
}
.notification-container_xs #notification-product-img img {
    width: 70px;
}
.notification-container_xs .notification {
    width: 300px;
    padding: 0;
}
.notification-container_xs .close {
    margin-right: -3px;
}
.badge-muted {
    background-color: #eee;
    color: #6d6d6d;
}
.notification-container_xs .progress {
    border-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.notification-container_xs .notification-body {
    padding: 0.7rem 1rem;
}
.progress {
    height: 5px;
    position: relative;
}
.progress-bar {
    width: 100%;
    animation: progressAnimation 3s linear forwards;
}
@keyframes progressAnimation {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
.notification-container:hover .progress-bar {
    /* Pause animation on hover */
    animation-play-state: paused;
}

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

.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;
}

.hr-primary-short {
    border-color: #edd099;
    width: 100px;
    border-width: 4px;
}

/* Helper classes */
.btn-primary {
    background-color: #5bc15b;
    border: none;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.75rem 3rem;
    border-radius: 6px;
}
.btn-primary:hover {
    background-color: #4da34d;
}
.btn-primary > span,
.btn-secondary > span {
    text-transform: none;
    color: #fff;
}
.btn-primary .dollar,
.btn-secondary .dollar {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 0;
}

.btn-secondary {
    background: #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;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-animation: buttonEffect 1.5s linear infinite;
    -moz-animation: buttonEffect 1.5s linear infinite;
    -o-animation: buttonEffect 1.5s linear infinite;
    animation: buttonEffect 1.5s linear infinite;
}
.btn-secondary:hover {
    background: #304f01 !important;
    border: 1px solid #304f01 !important;
    outline: none;
    box-shadow: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.bg-pattern {
    background: url("../img/bg-pattern.jpg") #fafafa;
}

.text-primary {
    color: #5bc15b !important;
}
.text-secondary {
    color: #2e3c33 !important;
}
.text-primary-alt {
    color: #a0e4c5 !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: #fffdf8;
}
.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-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 0.875rem;
}
.fs-xs {
    font-size: 0.9rem;
}
.fs-default {
    font-size: 1rem;
}
.fs-18 {
    font-size: 1.125rem;
    line-height: 1.6;
}
.fs-20 {
    font-size: 1.25rem;
    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;
    line-height: 1.6;
}
.fs-32 {
    font-size: 2rem;
    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-60 {
    width: 60%;
}
.w-80 {
    width: 80%;
}
.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);
}
.exit-modal .modal-footer {
    background-color: #f8f8f8;
}
.hr-primary {
    border-color: #5bc15b;
}
.mh-unset {
    min-height: unset !important;
}
.rounded-lg {
    border-radius: 40px !important;
}

@media (max-width: 767px) {
    section {
        padding: 2.5rem 0;
    }
    p {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }
    .hero-wo-bg,
    .hero {
        padding: 1rem 0 9rem 0;
    }
    .hero-ds {
        padding: 1rem 0 2rem 0;
    }
    .hero-upsell {
        padding: 1rem 0 7.2rem 0;
    }
    .hero-oto2 {
        padding: 2rem 0 6.5rem 0;
    }
    .logo {
        width: 122px;
    }
    .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;
    }
    .price-strike img {
        top: 1rem;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .w-xs-60 {
        width: 60% !important;
    }
    .w-xs-75 {
        width: 75% !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.25rem !important;
    }
    .fs-30 {
        font-size: 1.6rem !important;
    }
    .fs-32 {
        font-size: 1.45rem;
    }
    .fs-40 {
        font-size: 1.75rem !important;
    }
    .fs-50,
    .fs-60 {
        font-size: 1.75rem !important;
    }
    .price-strike {
        font-size: 1.6rem;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .mb-6 {
        margin-bottom: 2rem !important;
    }
    .mb-7 {
        margin-bottom: 2.5rem !important;
    }
    .mb-8 {
        margin-bottom: 3rem !important;
    }
    #unmute_btn.btn {
        font-size: 1rem;
        padding: 5px;
    }
    .heading-bonus::before,
    .heading-bonus::after {
        width: 15px;
    }
    .disclaimer-wrap p {
        font-size: 0.75rem;
    }
    footer p {
        font-size: 0.65rem;
    }
    .no-xs-br br {
        display: none;
    }
    .btn-primary {
        padding: 0.75rem 1rem;
    }
    .btn-primary .fs-30 {
        font-size: 1.4rem !important;
    }
    .card-pricing img {
        width: 100% !important;
    }
    .card-pricing img.bottle-1 {
        width: 50% !important;
    }
    .card-pricing h5 {
        font-size: 0.75rem;
        word-wrap: normal;
    }
    .card-pricing-price {
        font-size: 1.5rem;
    }
    .card-pricing-price span {
        font-size: 0.75rem;
        display: block;
    }
    .card-pricing-price span.dollar {
        display: inline-block;
        font-size: 1rem;
    }
    .card-pricing .btn-primary {
        font-size: 0.95rem !important;
        padding: 0.5rem;
        line-height: normal;
    }
    .card-pricing .btn-primary span.fs-18 {
        font-size: 0.75rem;
        line-height: 1;
    }
    .card-pricing .btn-primary > span .fs-xs {
        font-size: 0.65rem;
    }
    .card-pricing p.fs-xs {
        font-size: 0.6rem;
    }
    .card-pricing .fs-default {
        font-size: 0.7rem !important;
    }
    .best-value {
        font-size: 12px;
        padding: 2px 0 0 0;
    }
    .testimonial-wrap {
        padding: 1.5rem 3rem;
    }
    .notification {
        bottom: 0px;
        left: 9px;
    }
    .notification-container_xs .notification {
        width: 340px;
    }
}

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

@-webkit-keyframes buttonEffect {
    0% {
        background: #438600;
        border: 1px solid #438600;
    }
    50% {
        background: #77b03d;
        border: 1px solid #77b03d;
    }
    100% {
        background: #438600;
        border: 1px solid #438600;
    }
}

@-moz-keyframes buttonEffect {
    0% {
        background: #438600;
        border: 1px solid #438600;
    }
    50% {
        background: #77b03d;
        border: 1px solid #77b03d;
    }
    100% {
        background: #438600;
        border: 1px solid #438600;
    }
}

@-o-keyframes buttonEffect {
    0% {
        background: #438600;
        border: 1px solid #438600;
    }
    50% {
        background: #77b03d;
        border: 1px solid #77b03d;
    }
    100% {
        background: #438600;
        border: 1px solid #438600;
    }
}

@keyframes buttonEffect {
    0% {
        background: #438600;
        border: 1px solid #438600;
    }
    50% {
        background: #77b03d;
        border: 1px solid #77b03d;
    }
    100% {
        background: #438600;
        border: 1px solid #438600;
    }
}
