body {
    font-family: "Open Sans", sans-serif;
    color: #444;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "PT Serif", serif;
    line-height: 1.6;
}
h2 {
    font-size: 2.5rem;
}
img {
    max-width: 100%;
}
a {
    color: #2b8dd9;
}
a:hover {
    text-decoration: none;
}
a.text-primary:hover {
    color: #741e56 !important;
}
section {
    padding: 3rem 0;
}
strong {
    font-weight: 700;
}
p {
    line-height: 1.5;
    margin-bottom: 1.75rem;
}
sup {
    top: -0.8em;
    left: 0.2em;
    font-size: 50%;
    font-weight: 400;
    margin-right: 0.25rem;
}
u {
    text-decoration: none;
    border-bottom: 1px solid;
}

.hero {
    background-color: #fde9ce;
    border-bottom: 40px solid #fcf0de;
    padding-bottom: 16rem;
}
.logo {
    width: 100px;
}
.hero h1 {
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
}

.hero-ds {
    background-color: #fde9ce;
    border-bottom: 40px solid #fcf0de;
    padding: 2rem 0 6rem 0;
}

.hero-upsell {
    padding-bottom: 18rem;
}

.card-wrap {
    margin-top: -18rem;
}
.card-wrap-ds {
    margin-top: 0;
}

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

.video {
    margin-top: -18rem;
}
.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;
    font-size: 1.125rem;
}
.price-strike {
    font-size: 1.75rem;
    font-weight: 600;
    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: 0;
    right: 0;
    top: 45%;
    width: 100%;
    height: 10px;
}
.new-price {
    text-align: center;
    font-size: 1.25rem;
    background-color: #f4f1f7;
    padding: 0.25rem;
    margin-bottom: 1rem;
}
.bg-gradient .new-price {
    background-color: #efe9f5;
}
.new-price span {
    font-size: 2.625rem;
    font-weight: 600;
    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;
}

.title-line {
    position: relative;
}
.title-line:before {
    content: "";
    top: 50%;
    width: 100px;
    height: 1px;
    position: absolute;
    background-color: #d3bfe3;
    margin-left: -115px;
}
.title-line:after {
    content: "";
    top: 50%;
    width: 100px;
    height: 1px;
    position: absolute;
    background-color: #d3bfe3;
    margin-left: 15px;
}

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

.moneyback-overlay {
    background-color: rgba(255, 255, 255, 0.78);
    color: #4b842c;
    font-size: 1.875rem;
    font-weight: 600;
    text-align: center;
    padding: 0.5rem;
    position: absolute;
    top: 45%;
    width: 100%;
}
.product-overlay {
    position: relative;
}
.product-overlay-dc {
    background-color: rgba(255, 255, 255, 0.78);
    color: #4f0192;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    padding: 0.5rem;
    position: absolute;
    width: 100%;
    top: 40%;
    box-shadow: 0 0 30px #d7eef5;
}

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

.strike-border {
    position: relative;
    padding: 0 0.5rem;
}
.strike-border:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #cc5050;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.strike-border-pack:after {
    top: 18px;
}

.click-to-continue {
    display: none;
}
.disclaimer-wrap p {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    font-weight: 400;
}
.disclaimer-wrap h6 {
    font-size: 0.75rem;
    line-height: 1.6;
}

.testimonial {
    border-left: 6px solid #4b842c;
}
.quote-icon {
    font-size: 135px;
    font-weight: 700;
    color: #ff7f7b;
    font-family: "PT Serif", serif;
    line-height: 1;
}

.disclaimer-wrap {
    background-color: #fefefe;
    border: 1px solid #f4eae7;
    box-shadow: 0 0 30px rgba(226, 223, 175, 0.15);
    padding: 1.5rem 2rem;
}
.disclaimer-wrap p {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    font-weight: 400;
}
.disclaimer-wrap h6 {
    font-size: 0.75rem;
    line-height: 1.6;
}

footer {
    background-color: #442d14;
    color: #fff;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
}
footer a {
    color: #fff;
}

.footer-menu li {
    list-style: none;
    display: inline-block;
    font-family: "PT Serif", serif;
}
.footer-menu li:nth-child(2) {
    padding: 0 10px;
    margin: 0 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #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);
}

.hr-custom {
    border: 0;
    height: 1px;
    margin: 4rem auto;
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(204, 204, 204, 1),
        rgba(0, 0, 0, 0)
    );
}

.section-reference {
    background-color: #fafbfc;
}
.section-reference p {
    word-break: break-all;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.card-pack {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 40px 0px rgba(250, 250, 250, 0.004);
    min-height: 400px;
}
.card-pack .card-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.card-pack-best {
    border-color: #ff7f7b;
}
.card-pack-best-label {
    background-color: #ff7f7b;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    top: -15px;
    padding: 0.25rem 2rem;
    border-radius: 4px;
    width: 175px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.card-pack-price {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-pack .btn {
    font-size: 18px;
    padding: 0.5rem 3rem;
    font-weight: 600;
    border-radius: 8px;
}

/* Helper classes */
.btn-primary {
    background-color: #4b842c;
    border: none;
    text-align: center;
    font-size: 1.625rem;
    font-weight: 600;
    padding: 0.75rem 0.625rem;
    border-radius: 10px;
    box-shadow: 0px 20px 40px 0px #44444440;
}
.btn-primary:hover {
    background-color: #447927;
    box-shadow: none;
}
.btn-primary > span {
    text-transform: none;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
}
.btn-primary .dollar {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 0;
}
.text-red {
    color: #ff0000;
}
.text-primary {
    color: #4b842c !important;
}
.text-primary-alt {
    color: #1d5637 !important;
}
.text-secondary {
    color: #ff7f7b !important;
}
.text-bordered {
    padding: 1.5rem 2rem;
    border-left: 6px solid #670bb6;
}
.bg-black {
    background-color: #000;
}
.bg-primary {
    background-color: #7a1a38 !important;
}
.bg-secondary {
    background-color: #fff600 !important;
}
.bg-ltblue {
    background-color: #eef6f7;
}
.bg-ltgray {
    background-color: #f5f5f5;
}
.bg-primary-pattern {
    background-color: #7a1a38;
    background-image: url("../img/bg-primary-pattern.png");
}
.bg-primary-pattern-box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    position: relative;
}
.card-bg-pattern {
    background-color: #fff;
    background-image: url("../img/bg-pattern.png");
    padding: 7rem 2rem;
    border-radius: 20px;
    position: relative;
}
.card-bg-pattern-accent {
    position: absolute;
    top: -100px;
    right: -110px;
}
.card-bg-pattern-primary {
    background-color: #cce3d3;
    padding: 3rem 2rem 4rem 2rem;
    border-radius: 20px;
    position: relative;
    border-bottom: 60px solid #ecf6ef;
}
.card-bg-pattern-primary-accent {
    position: absolute;
    top: -100px;
    left: -110px;
}
.card-bg-pattern-primary-img {
    margin-bottom: -6rem;
}
.img-text {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 20px 40px 0px #f3f3f3;
    padding: 3rem;
    border: 1px solid #f5f5f5;
    margin-left: -4rem;
}

.lh-normal {
    line-height: normal !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-2 {
    line-height: 1.4 !important;
}
.ff-pt {
    font-family: "PT Serif", serif;
}
.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-12 {
    font-size: 0.75rem;
    line-height: 1.6;
}
.fs-14 {
    font-size: 0.875rem;
    line-height: 1.6;
}
.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 !important;
    line-height: 1.6;
}
.fs-36 {
    font-size: 2.25rem;
    line-height: 1.6;
}
.fs-40 {
    font-size: 2.6rem !important;
    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-800 {
    font-weight: 800;
}
.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.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;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-90 {
    width: 90%;
}
.img-rounded {
    border-radius: 1.125rem;
}
.img-shadow {
    box-shadow: 0 0 30px #f1f1f1;
}

@media (max-width: 991px) {
    .img-text {
        position: unset;
        top: 10%;
        transform: translateY(-10%);
    }
    .img-rounded {
        margin: 1rem 0;
    }
}

@media (max-width: 767px) {
    section {
        padding: 2rem 0;
    }
    .hero {
        padding: 0.5rem 0 7rem 0;
        border-bottom-width: 20px;
    }
    .hero h1 {
        font-size: 1.5rem;
    }
    .logo {
        width: 80px;
    }
    .hero-ds {
        padding: 0.5rem 0 3rem 0;
    }
    .hero-ds h1 {
        font-size: 2rem;
    }
    .hero p {
        font-size: 1.125rem;
    }
    .hero .alert p {
        font-size: 10px !important;
    }
    .alert img {
        width: 32px;
    }
    .video {
        margin-top: -8rem;
    }
    .hero-upsell {
        padding-top: 0.5rem !important;
        padding-bottom: 0;
    }
    .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;
    }
    .orig-price {
        flex-direction: column;
    }
    .new-price {
        font-size: 1rem;
    }
    p {
        font-size: 1.125rem;
        margin-bottom: 1.125rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    .mb-6 {
        margin-bottom: 2.5rem !important;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .fs-default {
        font-size: 0.8rem;
    }
    .fs-20 {
        font-size: 0.85rem;
    }
    .fs-24 {
        font-size: 1.125rem;
    }
    .fs-28 {
        font-size: 1.25rem;
    }
    .fs-30 {
        font-size: 1.25rem !important;
    }
    .hero p.fs-30 {
        font-size: 1rem;
    }
    .fs-40,
    .fs-36 {
        font-size: 1.5rem !important;
    }
    .fs-50 {
        font-size: 1.75rem;
    }
    .fs-60 {
        font-size: 2.25rem;
    }
    footer p {
        font-size: 0.7rem;
    }
    .no-xs-br br {
        display: none;
    }
    .btn-primary {
        font-size: 1.25rem;
    }
    .price-strike {
        font-size: 1.5rem;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .w-xs-75 {
        width: 75% !important;
    }
    .title-line:before,
    .title-line:after {
        content: none;
    }
    .card-testimonial .card-body {
        padding: 1.5rem;
    }
    .card-testimonial .card-body img {
        width: 53px;
    }
    .card-bg-pattern-primary-img {
        margin-bottom: -1rem;
        width: 75%;
    }
    .img-text {
        margin-top: -4rem;
        margin-left: 0;
        padding: 2rem;
    }
    .quote-icon {
        font-size: 100px;
        padding: 2rem 1rem;
    }
    .card-pack {
        margin-bottom: 3rem;
    }
    .card-pack-price .fs-60 {
        font-size: 3.75rem !important;
    }
}
