body {
    font-family: "Open Sans", 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: "Open Sans", sans-serif;
}
img {
    max-width: 100%;
}
a {
    color: #2b8dd9;
}
a:hover {
    text-decoration: none;
}
a.text-primary:hover {
    color: #741e56 !important;
}
section {
    padding: 4rem 0;
    position: relative;
    z-index: 1;
}
strong {
    font-weight: 700;
}
p {
    margin-bottom: 2.125rem;
    position: relative;
    z-index: 1;
}
sup {
    top: -0.8em;
    left: 0.2em;
    font-size: 60%;
    font-weight: 600;
    margin-right: 0.25rem;
}

/* progress indicator */
.header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    background-color: #f1f1f1;
}
.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}
.progress-bar {
    height: 8px;
    background: #dd447a;
    width: 0%;
}

.hero {
    background: url("../img/bg-hero-vsl.jpg") no-repeat;
    background-size: cover;
    padding: 1rem 0 12rem 0;
    background-position: center;
}
.hero-index {
    padding-bottom: 14rem;
}
.hero-ds {
    padding-bottom: 5rem;
}
.logo {
    width: 150px;
}

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

.video {
    margin-top: -13rem;
}
.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;
}

.card-pack {
    border-color: transparent;
    box-shadow: 0px 10px 30px 0px rgba(244, 244, 244, 0.75);
    background-color: #fff;
}
.card-pack:hover {
    box-shadow: rgba(50, 50, 93, 0.15) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
    border: 1px solid #1b5471;
}
.card-pack .card-header {
    border: 0;
    background-color: #edf8ff;
}
.card-pack .card-header img {
    width: auto;
}
.card-pack .card-body {
    position: relative;
}
.pack-label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background-color: #8fb0c1;
    border-radius: 3px;
    padding: 4px 15px;
    color: #fff;
    letter-spacing: 0.5px;

    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    top: -10px;
}
.card-pack-best {
    border: 1px solid #c7e0f0;
    box-shadow: rgba(50, 50, 93, 0.15) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
}
.card-pack-best .pack-label {
    background-color: #ffa014;
}
.card-pack-oto2 .card-header {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-wrap {
    position: relative;
    overflow: visible;
    background: url("../img/bg-image.png") no-repeat;
    background-size: 90%;
    background-position: center;
    padding: 100px 40px 80px 40px;
    margin: -100px -40px -80px -40px;
}
.img-wrap img {
    border-radius: 4px;
    object-fit: cover;
    height: 260px;
    width: 100%;
    z-index: 2;
}
.testi {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.testi img {
    z-index: 999;
}
.card-testi {
    margin-left: -3rem;
    border-color: rgb(253, 219, 204);
    box-shadow: 0px 10px 30px 0px rgba(244, 244, 244, 0.004);
}
.card-testi .card-body {
    padding-left: 5rem !important;
}

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

.modal-content {
    border-color: #c7e0f0;
}
.modal-header {
    border: 0;
    background-color: #f4f8fb;
}
.modal-footer {
    border: 0;
    background-color: #f4f8fb;
}

.badge {
    border-radius: 50%;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 1.4 !important;
}
.badge-secondary {
    background-color: #ffa014 !important;
}

.bg-pattern {
    background: url("../img/bg-pattern.png") #fff;
}
.bg-pattern-primary {
    background: url("../img/bg-pattern-primary.jpg") no-repeat;
    background-size: cover;
    padding: 4rem 0;
    position: relative;
    z-index: 2;
}
.bg-pattern-primary_alt {
    background: url("../img/bg-pattern-primary-alt.jpg") no-repeat;
    background-size: cover;
}
.bg-primary {
    background-image: -moz-linear-gradient(
        90deg,
        rgb(0, 35, 26) 0%,
        rgb(0, 65, 57) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(0, 35, 26) 0%,
        rgb(0, 65, 57) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(0, 35, 26) 0%,
        rgb(0, 65, 57) 100%
    );
}
.bg-primary-50 {
    background-color: #eff2fa;
}
.bg-cta {
    background-color: #ccd5d3;
}
.bg-highlight {
    background-image: -moz-linear-gradient(90deg, #f6f9d7 0%, #d7f0de 100%);
    background-image: -webkit-linear-gradient(90deg, #f6f9d7 0%, #d7f0de 100%);
    background-image: -ms-linear-gradient(90deg, #f6f9d7 0%, #d7f0de 100%);
}

.disclaimer-wrap {
    background-color: #fff;
    border: 1px solid #ffa014;
    padding: 1.5rem 2rem;
    border-radius: 10px;
}
.disclaimer-wrap p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.disclaimer-wrap h6 {
    font-size: 0.75rem;
    line-height: 1.6;
}

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

.exit-modal {
    z-index: 11111;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Helper classes */
.btn-primary {
    background-image: -moz-linear-gradient(
        90deg,
        rgb(97, 199, 0) 0%,
        rgb(140, 198, 0) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(97, 199, 0) 0%,
        rgb(140, 198, 0) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(97, 199, 0) 0%,
        rgb(140, 198, 0) 100%
    );
    border: none;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.75rem 3rem;
    border-radius: 60px;
}
.btn-primary:hover {
    background-image: -moz-linear-gradient(
        90deg,
        rgb(97, 199, 0) 0%,
        rgb(101, 199, 0) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(97, 199, 0) 0%,
        rgb(101, 199, 0) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(97, 199, 0) 0%,
        rgb(101, 199, 0) 100%
    );
}
.btn-secondary {
    background-color: #1a536f;
    border: none;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.75rem 3rem;
    border-radius: 60px;
}
.btn-secondary:hover {
    background-color: #1b5471;
}
.text-red {
    color: #ff0000;
}
.text-primary {
    color: #1a536f !important;
}
.text-secondary {
    color: #ffa014 !important;
}
.text-highlight {
    margin-left: -2rem;
    color: #865711;
    font-weight: 600;
}
.text-highlight span {
    background: url("../img/text-highlight.png") left center no-repeat;
    background-size: 100% 78%;
    padding: 1rem 2rem;
    line-height: normal;
    background-position-y: 7px;
}
.bg-ltcream {
    background-color: #fffdf8;
}
.bg-ltgray {
    background-color: #f9f9f9;
}
.bg-ltblue {
    background-color: #fbfcfd;
}
.lh-normal {
    line-height: normal !important;
}
.fs-14 {
    font-size: 0.875rem;
    line-height: 1.6;
}
.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-20 {
    font-size: 1.25rem;
    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-26 {
    font-size: 1.625rem;
    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-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-500 {
    font-weight: 500;
}
.fw-400 {
    font-weight: 400;
}
.fw-300 {
    font-weight: 300;
}
.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-90 {
    width: 90%;
}
.img-rounded {
    border-radius: 6px;
}
.img-shadow {
    box-shadow: 15px 15px 0 #ccd9d7;
}
.word-break {
    word-break: break-all;
}
.ls-1 {
    letter-spacing: 1px;
}
.flex-1 {
    flex: 1;
}

@media (max-width: 767px) {
    body {
        font-size: 1.25rem;
    }
    section {
        padding: 2rem 0;
    }
    p {
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .hero {
        padding: 1rem 0 7rem 0;
    }
    .hero-ds {
        padding: 1rem 0 2rem 0;
    }
    .video {
        margin-top: -6rem;
    }
    .video-oto1 {
        margin-top: -8rem;
    }
    .logo {
        width: 100px;
    }
    .alert-icon {
        width: 46px;
    }
    .arrow:after {
        content: none;
    }
    .arrow-alt:after {
        content: none;
    }
    .wizard-badge {
        font-size: 0.6rem;
        width: 16px;
        height: 16px;
        line-height: 1rem;
        margin-right: 2px;
    }
    .wizard-item {
        font-size: 0.6rem;
        padding: 0.5rem 0;
    }
    .fs-default,
    .fs-14 {
        font-size: 0.875rem;
    }
    .fs-18 {
        font-size: 0.9rem;
    }
    .fs-20 {
        font-size: 1rem;
    }
    .fs-24 {
        font-size: 1.125rem;
    }
    .fs-26 {
        font-size: 1.3rem;
    }
    .fs-28 {
        font-size: 1.3rem;
    }
    .fs-30 {
        font-size: 1.4rem;
    }
    .fs-40,
    .fs-36 {
        font-size: 1.5rem !important;
    }
    .fs-50 {
        font-size: 1.75rem;
    }
    .fs-60 {
        font-size: 2.25rem;
    }
    .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;
    }
    .mb-10 {
        margin-bottom: 4.5rem !important;
    }
    .mb-16 {
        margin-bottom: 8rem !important;
    }
    .text-highlight {
        margin-left: 0;
    }
    .text-highlight > span {
        line-height: 2;
        background-size: 100% 70%;
        padding: 0.5rem 1rem 0.5rem 0.5rem;
    }
    .no-xs-br br {
        display: none;
    }
    .disclaimer-wrap p {
        font-size: 0.75rem;
    }
    footer p {
        font-size: 0.65rem;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .w-xs-75 {
        width: 75% !important;
    }
    .card-pack {
        flex-direction: row;
        align-items: center;
        align-items: center;
    }
    .card-pack .card-header {
        width: 45%;
        padding: 1rem 0.5rem;
        min-height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card-pack .card-mobile {
        width: 55%;
    }
    .card-pack .card-header img {
        max-height: 130px;
    }
    .card-pack-fe-6 .card-header img {
        width: 160px;
        max-width: unset;
        margin-left: -20px;
    }
    .card-pack .card-body {
        padding: 0 !important;
    }
    .card-pack .card-body .btn-primary,
    .card-pack .card-body .btn-secondary {
        font-size: 0.75rem;
        border-radius: 10px;
        width: 95%;
        padding: 0.5rem;
    }
    .card-pack .card-body .btn-primary .fs-18,
    .card-pack .card-body .btn-secondary .fs-18 {
        font-size: 0.75rem !important;
    }
    .card-pack .card-body p.fs-default,
    .card-pack .card-body p.fs-14 {
        font-size: 0.6rem !important;
    }
    .card-pack .card-body .fs-20 {
        font-size: 0.75rem !important;
    }
    .card-pack .card-body .fs-24 {
        font-size: 0.85rem !important;
    }
    .card-pack .card-body .fs-30 {
        font-size: 1rem !important;
    }
    .pack-label {
        position: unset;
        font-size: 0.65rem;
        width: 89px;
        padding: 2px 10px;
        white-space: nowrap;
    }
    .testi img {
        width: 30%;
    }
    .badge {
        width: 32px;
        height: 32px;
        line-height: 1.2em !important;
    }
    .card-testi .card-body {
        padding-left: 4rem !important;
        padding-right: 2rem !important;
    }
    .btn-primary,
    .btn-secondary {
        font-size: 1.125rem;
    }
    .card-testi .fs-22 {
        font-size: 1.25rem !important;
    }
    .w-xs-100 {
        width: 100% !important;
    }
    .alert p {
        font-size: 1rem !important;
    }
    .alert p.fs-default {
        font-size: 0.85rem !important;
    }
}
