body {
    font-family: "Open Sans", sans-serif;
    color: #333;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    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.6;
    margin-bottom: 2rem;
}
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;
}

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

.hero {
    background-color: #eafbf2;
    background-size: cover;
    padding: 3rem 0;
    background-image: url("../img/tsl-hero-bg.png");
    background-repeat: no-repeat;
}
.logo {
    width: 380px;
}
.hero h1 {
    font-size: 3.125rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
}

.text-highlight {
    background: url("../img/text-highlight.png") left bottom no-repeat;
    background-size: 100% 85%;
    padding: 4px;
    line-height: normal;
}
.text-highlight-alt {
    background: url("../img/text-highlight-alt.png") left bottom no-repeat;
    background-size: 100% 85%;
    padding: 4px;
    line-height: normal;
}

.message {
    background-color: #d5d5d5;
    border-radius: 8px;
    padding: 1rem 2rem;
    text-align: center;
    font-size: 1.875rem;
    position: relative;
    display: inline-block;
    width: 80%;
    margin-left: 15px;
    font-style: italic;
}
.message:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #d5d5d5;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.message-primary {
    background-color: #44bef7;
    color: #fff;
    border-radius: 8px;
    padding: 1rem 2rem;
    text-align: center;
    font-size: 1.875rem;
    position: relative;
    display: inline-block;
    width: 80%;
    margin-right: 15px;
    font-style: italic;
}
.message-primary:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #44bef7;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.header-highlight {
    font-weight: 700;
    font-size: 1.875rem;
    margin-bottom: 2.5rem;
    border-left: 5px solid #3cb271;
    padding: 1.5rem 2rem;
}
.separator {
    border-top: 3px solid #3cb271;
    border-bottom: 3px solid #3cb271;
    width: 200px;
    margin: 5rem auto;
}
.separator-testimonial {
    border-top: 1px solid #3cb271;
    border-bottom: 0;
}

.orig-price {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-size: 1.125rem;
}
.price-strike {
    font-size: 1.875rem;
    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: 5px;
    right: 0;
    top: 18px;
    width: 100%;
}
.new-price {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    background-color: #e7eeef;
    padding: 0.25rem;
}
.new-price span {
    font-size: 2.625rem;
    font-weight: 700;
    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;
}

.testimonial h4 {
    font-size: 1.75rem;
    font-weight: 700;
}
.testimonial h4 span {
    color: #888;
    font-weight: 400;
    font-size: 1.5rem;
}
.testimonial p {
    font-weight: 400;
    font-style: italic;
}

.bg-cta {
    background-color: #f7fdfd;
}

.section-reference p {
    word-break: break-all;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.section-reference .reference-num {
    width: 20px;
}
.section-reference .reference-link {
    flex: 1;
}

.disclaimer-wrap {
    background-color: #fdfffe;
    border: 1px solid #bbe8cf;
    box-shadow: 0 0 30px rgba(220, 175, 226, 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: #f9f9f9;
    color: #333;
    padding: 1rem;
}
footer p {
    font-size: 0.875rem;
    font-weight: 400;
}
footer a {
    color: #333;
}

/* Helper classes */
.card {
    border-color: #f1f1f1;
    box-shadow: 0 0 30px #fbfbfb;
}
.card p {
    line-height: 1.8;
}
.badge {
    background-color: #3cb271;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-weight: 400;
    line-height: 42px;
    padding: 0;
    font-size: 1.5rem;
}
.badge-secondary {
    background-color: #e0c407;
}
.btn-primary {
    background-color: #3cb271;
    border: none;
    text-align: center;
    font-size: 1.625rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.625rem;
    border-radius: 4px;
    box-shadow: 0 5px 0 #226a42;
}
.btn-primary:hover {
    background-color: #226a42;
}
.btn-primary > span {
    text-transform: none;
    color: #685a1d;
    font-size: 1rem;
    font-weight: 400;
}
.btn-primary .dollar {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 0;
}
.text-primary {
    color: #3cb271 !important;
}
.text-primary-alt {
    color: #1d5637 !important;
}
.text-secondary {
    color: #fff600 !important;
}
.bg-primary {
    background-color: #3cb271 !important;
}
.bg-secondary {
    background-color: #fff600 !important;
}
.bg-ltblue {
    background-color: #eef6f7;
}
.bg-ltgray {
    background-color: #f9f9f9;
}
.bg-primary-textured {
    background-color: #3cb271;
    background-image: url("../img/green-texture-bg.png");
}
.bg-gray-textured {
    background-color: #fff;
    background-image: url("../img/gray-texture-bg.png");
}
.bg-polygon {
    -webkit-clip-path: polygon(51% 80%, 0 0, 100% 0);
    clip-path: polygon(51% 80%, 0 0, 100% 0);
}
.lh-normal {
    line-height: normal !important;
}
.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;
    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-800 {
    font-weight: 800;
}
.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;
}
.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: 2rem 0;
        background-size: cover;
    }
    .hero h1 {
        font-size: 1.5rem;
    }
    .hero br,
    h3 br {
        display: none;
    }
    .section-title {
        font-size: 2rem;
    }
    .section-title br {
        display: none;
    }
    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;
    }
    .testimonial h3 {
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .testimonial h4 {
        font-size: 1.125rem;
        line-height: 1.6;
    }
    .testimonial h4 span {
        font-size: 1.125rem;
    }
    .testimonial img {
        width: 180px;
    }
    .fs-20 {
        font-size: 1rem;
    }
    .fs-24 {
        font-size: 1.125rem;
    }
    .fs-28 {
        font-size: 1.5rem;
    }
    .fs-30,
    .header-highlight {
        font-size: 1.25rem;
    }
    .fs-40 {
        font-size: 1.5rem;
    }
    .fs-50 {
        font-size: 1.75rem;
    }
    .fs-60 {
        font-size: 2.25rem;
    }
    footer p {
        font-size: 0.75rem;
    }
    .no-xs-br br {
        display: none;
    }
    .message,
    .message-primary {
        font-size: 1.25rem;
    }
    .btn-primary {
        font-size: 1.25rem;
    }
    .separator-testimonial {
        margin: 2.5rem auto;
    }
    .price-strike {
        font-size: 1.5rem;
    }
    .check-icon {
        width: 35px;
    }
    .img-rounded {
        width: 85%;
    }
    .bg-polygon {
        margin-top: -1px;
    }
    .caret-right {
        width: 14px;
    }
}
