body {
    font-family: "Source Sans Pro", sans-serif;
    color: #333;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Alice", serif;
    line-height: 1.6;
    font-weight: 400;
}
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: 4rem 0;
}
strong {
    font-weight: 700;
}
p {
    line-height: 1.5;
    margin-bottom: 1.75rem;
    font-weight: 300;
}
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;
}

header .navbar-light .navbar-nav .nav-link {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    padding-right: 1rem;
    padding-left: 1rem;
}
header .navbar-light .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}
header .nav-item.active .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #4f0192 !important;
}

.logo {
    width: 184px;
}

.hero {
    background: url("../img/bg-hero-tsl.jpg") no-repeat;
    background-size: cover;
    padding: 4rem 0 16rem 0;
    background-position: center;
}
.hero-sub-page {
    background: url("../img/bg-hero-sub.png") no-repeat #1d0f2d;
    padding: 5rem 0;
    background-size: contain;
}
.hero h1 {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
}
.hero .alert p {
    color: #721c24;
}

.section-home-product {
    margin-top: -15rem;
}
.section-home-product .card {
    box-shadow: 0px 0px 30px 0px rgba(25, 14, 37, 0.08);
    border: 0;
}

.card-testimonial {
    border-color: #f0eeff;
    box-shadow: 0px 0px 29.7px 0.3px rgba(251, 251, 251, 0.4);
}
.card-testimonial .card-body {
    padding: 2.25rem;
}
.card-testimonial .card-body img {
    width: 30px;
}

.section-perks {
    background: url("../img/section-perks-bg.png") no-repeat;
    background-size: cover;
    background-position-y: bottom;
}
.section-perks span {
    width: 30px;
    object-fit: contain;
    margin-right: 1.5rem;
}

.disclaimer-wrap {
    background-color: #fefefe;
    border: 1px solid #e6dae2;
    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 {
    color: #fff;
    background-color: #140914;
    padding: 1.5rem 0;
}
footer p {
    color: #fff;
}
.footer-menu {
    padding: 0;
    margin: 0 0 1.8rem 0;
}
.footer-menu li {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 12px;
}
.footer-menu li:last-child {
    border-right: none;
}
.footer-menu li a {
    font-size: 16px;
    padding: 0 10px;
    color: #bab3ff;
    line-height: 20px;
}

.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-primary {
    border-top-width: 3px;
    border-color: #000000;
}
.bg-cta {
    background: url("../img/bg-cta.png") #180e2a no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: top;
}
.bg-success-love {
    background-image: -moz-linear-gradient(
        -91deg,
        rgb(224, 234, 243) 0%,
        rgb(246, 243, 250) 0%,
        rgb(244, 243, 254) 100%
    );
    background-image: -webkit-linear-gradient(
        -91deg,
        rgb(224, 234, 243) 0%,
        rgb(246, 243, 250) 0%,
        rgb(244, 243, 254) 100%
    );
    background-image: -ms-linear-gradient(
        -91deg,
        rgb(224, 234, 243) 0%,
        rgb(246, 243, 250) 0%,
        rgb(244, 243, 254) 100%
    );
}
label {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
label span {
    color: #6e60f0;
}
.custom-checkbox {
    width: 42px;
    margin-top: 15px;
}
.custom-checkbox label {
    margin-bottom: 0;
}
.custom-checkbox label:before {
    content: url("../img/cb-0.png");
    z-index: 100;
}
.custom-checkbox :checked + label:before {
    content: url("../img/cb-1.png");
}
.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* Helper classes */
.btn-primary {
    background-color: #6e60f0;
    border: none;
    text-align: center;
    font-size: 1.625rem;
    font-weight: 600;
    padding: 0.625rem;
    border-radius: 6rem;
    box-shadow: 0 5px 0 #45338b;
    line-height: normal;
}
.btn-primary:hover {
    background-color: #45338b;
}
.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: #4f0192 !important;
}
.text-primary-alt {
    color: #1d5637 !important;
}
.text-secondary {
    color: #4a3738 !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-primary-lt {
    background-color: #f6f3fa;
}
.bg-ltgray {
    background-color: #f9f9f9;
}
.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;
}
.bg-pattern {
    background-color: #fff;
    background-image: url("../img/bg-pattern.png");
}
.bg-polygon {
    -webkit-clip-path: polygon(51% 80%, 0 0, 100% 0);
    clip-path: polygon(51% 80%, 0 0, 100% 0);
}
.bg-gradient {
    background-image: -moz-linear-gradient(
        90deg,
        rgb(251, 246, 246) 0%,
        rgb(243, 240, 249) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(251, 246, 246) 0%,
        rgb(243, 240, 249) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(251, 246, 246) 0%,
        rgb(243, 240, 249) 100%
    );
}

.lh-normal {
    line-height: normal !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-2 {
    line-height: 1.4 !important;
}
.ff-alice {
    font-family: "Alice", 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-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: 767px) {
    section {
        padding: 2rem 0;
    }
    .hero {
        padding: 1.5rem 0 10rem 0;
    }
    .hero-sub-page {
        padding: 2rem 0;
    }
    .logo {
        width: 180px;
    }
    p {
        font-size: 1.125rem;
        margin-bottom: 1.125rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    .mb-6 {
        margin-bottom: 2.5rem !important;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .fs-default {
        font-size: 0.8rem;
    }
    .fs-20 {
        font-size: 1rem;
    }
    .fs-24 {
        font-size: 1.125rem;
    }
    .fs-28 {
        font-size: 1.25rem;
    }
    .fs-30 {
        font-size: 1.25rem !important;
    }
    .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;
    }
    .section-home-product {
        margin-top: -9rem;
    }
    .section-perks {
        background-size: cover;
        background-position-y: top;
    }
    .checkbox {
        width: 30px;
    }
    .hero h1.fs-60 {
        font-size: 2rem;
    }
    .hero p.fs-28,
    .hero p.fs-30 {
        font-size: 1.125rem !important;
    }
    .hero h1.fs-50 {
        font-size: 1.5rem;
    }
}
