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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    font-family: "Merriweather", serif;
}
img {
    max-width: 100%;
}
a {
    color: #2b8dd9;
}
a:hover {
    text-decoration: none;
}
a.text-primary:hover {
    color: #741e56 !important;
}
section {
    padding: 3.5rem 0;
}
strong {
    font-weight: 700;
}
p {
    margin-bottom: 2.125rem;
}
sup {
    top: -0.8em;
    left: 0.2em;
    font-size: 60%;
    font-weight: 600;
    margin-right: 0.25rem;
}

.hero {
    background: url("../img/bg-hero-tsl.jpg") no-repeat;
    background-color: #eaebed;
    background-size: cover;
    background-position: center right;
    padding: 8rem 0;
}
.hero-ty {
    background: url("../img/bg-hero-tsl.jpg") no-repeat;
    background-color: #eaebed;
    background-size: cover;
    background-position: bottom right;
    padding: 2rem 0 6rem 0;
}

.hero-dlarea {
    background: url("../img/bg-hero-tsl-dlarea.jpg") no-repeat;
    background-size: cover;
    padding: 2rem 0 4rem 0;
}

.logo {
    width: 194px;
}
.logo-dummy {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    width: 178px;
    height: 47px;
    display: inline-block;
}

.card-pack {
    border: 0;
    box-shadow: 0px 10px 30px 0px rgba(244, 244, 244, 0.75);
}
.card-pack .card-header {
    border: 0;
    background-color: #edf8ff;
    padding: 2rem;
}
.card-pack .card-header img {
    max-height: 200px;
    width: auto;
}
.card-pack .card-body {
    position: relative;
}
.best-seller {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background-color: #a1cb86;
    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-testimonial {
    border: 0;
    border-radius: 6px;
    background-color: #f2f2f2;
}

.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: 14px;
    width: 100%;
}
.new-price {
    text-align: center;
    font-size: 1.25rem;
}

.bg-pattern {
    background: url("../img/bg-pattern.png") #fdfdfd;
}
.bg-pattern-primary {
    background: url("../img/bg-pattern-primary.jpg") no-repeat #fefaf5;
    background-size: cover;
    background-position: center left;
    padding: 6rem 0;
}
.bg-pattern-primary-alt {
    background: url("../img/bg-pattern-primary-alt.jpg") no-repeat #ececec;
    background-size: cover;
    background-position: center right;
}
.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-cta {
    background-image: -moz-linear-gradient(
        -90deg,
        rgba(243, 164, 111, 0.3) 0%,
        rgba(192, 194, 195, 0.3) 100%
    );
    background-image: -webkit-linear-gradient(
        -90deg,
        rgba(243, 164, 111, 0.3) 0%,
        rgba(192, 194, 195, 0.3) 100%
    );
    background-image: -ms-linear-gradient(
        -90deg,
        rgba(243, 164, 111, 0.3) 0%,
        rgba(192, 194, 195, 0.3) 100%
    );
}

.card-image {
    border: 0;
    background-color: #f1f2f3;
}
.card-image img {
    border-radius: 4px;
    height: 280px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.card-image_top img {
    object-position: top;
}
.list-dot {
    display: flex;
}
.list-dot > span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}
.list-dot > p {
    flex: 1;
}

.check-icon {
    width: 34px;
}

.disclaimer-wrap {
    background-color: #fff;
    border: 1px solid #f3a46f;
    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: #a1cb86;
    color: #fff;
    font-size: 0.875rem;
}
footer .fw-700 {
    font-weight: 400 !important;
}
footer a {
    color: #fff;
}

/* Helper classes */
.btn-primary {
    background-color: #5da530;
    border: none;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.75rem 3rem;
    border-radius: 6px;
    font-family: "Lato", sans-serif;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #579431 !important;
    border-color: #579431 !important;
}
.text-primary {
    color: #f3a46f !important;
}
.text-secondary {
    color: #a1cb86 !important;
}
.text-highlight {
    margin-left: -2rem;
}
.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;
}
.bg-danger {
    background-color: #fc7069 !important;
}
.bg-orange {
    background-color: #f3a46f;
}
.bg-blue {
    background-color: #6fbef3;
}
.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-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-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.375rem;
    }
    section {
        padding: 2rem 0;
    }
    p {
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .hero {
        padding: 2rem 0;
    }
    .hero-ty {
        padding: 1rem 0 2.5rem 0;
    }
    .logo {
        width: 162px;
    }
    .fs-default {
        font-size: 0.875rem;
    }
    .fs-20 {
        font-size: 1rem;
    }
    .fs-24 {
        font-size: 1.125rem;
    }
    .fs-28 {
        font-size: 1.3rem;
    }
    .fs-30 {
        font-size: 1.4rem;
    }
    .fs-32 {
        font-size: 1.45rem;
    }
    .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: 1.6;
        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: 20%;
        padding: 1rem 0.5rem;
        min-height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card-pack .card-header img {
        max-height: 100px;
    }
    .card-pack .card-body {
        padding: 0 !important;
    }
    .card-pack .card-body.card-pack-cta {
        width: 50%;
    }
    .card-pack .card-body.card-pack-info {
        width: 30%;
        padding-left: 10px !important;
    }
    .card-pack .card-body .btn-primary {
        font-size: 0.85rem;
        border-radius: 10px;
        width: 80%;
        padding: 0.5rem 1rem;
    }
    .card-pack .card-body .btn-primary .fs-18 {
        font-size: 0.75rem !important;
    }
    .card-pack .card-body p.fs-default {
        font-size: 0.65rem !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;
    }
    .best-seller {
        position: unset;
        font-size: 0.65rem;
        width: 89px;
        padding: 2px 10px;
    }
    .bg-pattern-primary {
        background-image: none;
        padding: 3rem 0;
    }
    .hero-ty,
    .hero {
        background-position-x: center;
    }
}
