body {
    font-family: "Open Sans", sans-serif;
    color: #444;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.4;
    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
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;
}
section {
    padding: 6rem 0;
}
strong {
    font-weight: 700;
}
p {
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 300;
}
.bionic-v2 p {
    font-weight: 400;
}
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 {
    box-shadow: 0px 20px 40px 0px #f8f8f8;
}
.nav-item {
    margin-right: 0.5rem;
}
.nav-item:last-child {
    margin-right: 0;
}
.nav-link {
    font-size: 1rem;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #444;
}
.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff7f7b;
}

.hero {
    background: url("../img/bg-hero-home.jpg") no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-color: #fde9ce;
    border-bottom: 40px solid #fcf0de;
}
.hero-about {
    padding: 6% 0;
    background: url("../img/bg-hero-about.jpg") no-repeat;
    background-size: cover;
    border-bottom: 40px solid #d8e7dc;
}
.hero-products {
    padding: 6% 0;
    background: url("../img/bg-hero-products.jpg") no-repeat;
    background-size: cover;
    border-bottom: 40px solid #f9c9b5;
}
.logo {
    width: 110px;
}
.hero h1 {
    font-size: 3.75rem;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
}

.text-highlight {
    margin-left: -15px;
}
.text-highlight > span {
    background-image: -moz-linear-gradient(
        180deg,
        rgb(223, 222, 202) 0%,
        rgb(251, 184, 181) 100%
    );
    background-image: -webkit-linear-gradient(
        180deg,
        rgb(223, 222, 202) 0%,
        rgb(251, 184, 181) 100%
    );
    background-image: -ms-linear-gradient(
        180deg,
        rgb(223, 222, 202) 0%,
        rgb(251, 184, 181) 100%
    );
    border-radius: 6px;
    padding: 4px 1rem;
    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%);
}

.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: 20px;
    width: 100%;
    height: 10px;
}
.new-price {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    background-color: #fff3e2;
    padding: 0.125rem 0.25rem;
    border-radius: 10px;
}
.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;
}

.bg-cta {
    background-color: #fde9ce;
    border-bottom: 50px solid #fcf0de;
}

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

.quote-icon {
    font-size: 135px;
    font-weight: 700;
    color: #ff7f7b;
    font-family: "PT Serif", serif;
    line-height: 1;
}

.card-product {
    border-color: #f0cfda !important;
}

.value {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #62c141;
    padding: 0.125rem 1rem;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.value-price {
    font-weight: 700;
    font-size: 30px;
    color: #235114;
}
.value-price span {
    font-weight: 400;
    font-size: 18px;
}

.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)
    );
}

.img-text {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 20px 40px 0px #f3f3f3;
    padding: 3rem;
    border: 1px solid #f5f5f5;
    margin-left: -8rem;
}

.cb-list {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 4px;
    background-color: #feeace;
    border: 1px solid #d2c1aa;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 1rem;
}

.progress-tsl {
    height: 40px;
    background-color: #f8ebe6;
    border-radius: 25px;
}
.progress-bar-tsl {
    height: 40px;
    background-color: #ffb18e;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 2rem;
}
.progress-percent {
    color: #9b583a;
    font-weight: 600;
}
.progress-text {
    color: #444;
}

.testimonial {
    border-left: 6px solid #4b842c;
}

.card-opt-in {
    border: none;
    background: url("../img/gift-optin-banner-bg.png") no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.card-opt-in .card-body {
    padding: 2rem;
}
.card-opt-in .btn {
    font-size: 1.025rem;
    letter-spacing: normal;
    font-weight: 600;
    padding: 0.4rem 0.5rem;
}

.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;
}

/* Helper classes */
.card {
    border-color: #f1f1f1;
    box-shadow: 0 0 30px #fff7f1;
}
.badge {
    background-color: #4b842c;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-weight: 600;
    line-height: 40px;
    padding: 0;
    font-size: 1.25rem;
    text-align: center;
}
.badge-secondary {
    background-color: #e0c407;
}
.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-gradient {
    color: #fff;
    border: 0;
    background-image: -moz-linear-gradient(
        90deg,
        rgb(54, 125, 142) 0%,
        rgb(23, 178, 156) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(54, 125, 142) 0%,
        rgb(23, 178, 156) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(54, 125, 142) 0%,
        rgb(23, 178, 156) 100%
    );
}

.btn-primary:hover {
    background-color: #447927;
    box-shadow: none;
}
.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: #4b842c !important;
}
.text-primary-alt {
    color: #1d5637 !important;
}
.text-secondary {
    color: #ff7f7b !important;
}
.text-brown {
    color: #442d14 !important;
}
.text-aqua {
    color: #318690 !important;
}
.bg-primary {
    background-color: #7a1a38 !important;
}
.bg-secondary {
    background-color: #fcf0de !important;
}
.bg-ltblue {
    background-color: #eef6f7;
}
.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;
}
.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: #e5f2e9;
    padding: 3rem 2rem 0rem 2rem;
    border-radius: 20px;
    position: relative;
    border-bottom: 50px solid #ecf6ef;
}
.card-bg-pattern-primary-alt {
    background-color: #fde9ce;
    border-bottom: 50px solid #fcf0de;
}
.card-bg-pattern-primary-accent {
    position: absolute;
    top: -100px;
    left: -110px;
}
.card-bg-pattern-primary-accent-right {
    right: -110px;
    left: auto;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
.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(240, 224, 213) 0%,
        rgb(255, 253, 254) 99%
    );
    background-image: -webkit-linear-gradient(
        -90deg,
        rgb(240, 224, 213) 0%,
        rgb(255, 253, 254) 99%
    );
    background-image: -ms-linear-gradient(
        -90deg,
        rgb(240, 224, 213) 0%,
        rgb(255, 253, 254) 99%
    );
}
.bg-related {
    background-color: #fdfaf5;
}
.section-heading {
    padding: 6rem 0;
}

.list-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #ff7f7b;
}

.lh-normal {
    line-height: normal !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-2 {
    line-height: 1.4 !important;
}
.ls-1 {
    letter-spacing: 1px;
}
.ls-2 {
    letter-spacing: 2px;
}
.fs-12 {
    font-size: 0.75rem;
    line-height: 1.6;
}
.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-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 !important;
}
.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: 3rem 0;
    }
    .hero {
        padding: 1.5rem 0 1.125rem 0;
    }
    .hero h1 {
        font-size: 1.75rem;
    }
    .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;
    }
    ul li {
        font-size: 1.125rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    .logo {
        width: 62px;
    }
    .mb-6 {
        margin-bottom: 2.5rem !important;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .fs-14 {
        font-size: 0.75rem !important;
    }
    .fs-default,
    .fs-18 {
        font-size: 0.875rem;
    }
    .fs-20,
    .fs-22 {
        font-size: 1rem;
    }
    .fs-24 {
        font-size: 1.125rem;
    }
    .fs-28 {
        font-size: 1.25rem;
    }
    .fs-30,
    .header-highlight {
        font-size: 1.25rem;
    }
    .hero p.fs-30 {
        font-size: 1rem;
    }
    .fs-40,
    .fs-36 {
        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;
    }
    .price-strike {
        font-size: 1.5rem;
    }
    .check-icon {
        width: 35px;
    }
    .img-rounded {
        width: 85%;
    }
    .bg-polygon {
        margin-top: -1px;
    }
    .caret-right {
        width: 14px;
    }
    .bg-primary-pattern-box {
        padding: 1rem;
    }
    .value {
        padding: 0.025rem 0.5rem;
        font-size: 12px;
    }
    .value-price {
        font-size: 20px;
    }
    .value-price span {
        font-size: 12px;
    }
    .text-highlight {
        margin-left: 0;
    }
    .text-highlight > span {
        line-height: 2;
    }
    .w-xs-50 {
        width: 50%;
    }
    .quote-icon {
        font-size: 100px;
        padding: 2rem 1rem;
    }
    .card-bg-pattern {
        padding-right: 0;
        padding-left: 0;
    }
    .card-bg-pattern-accent,
    .card-bg-pattern-primary-accent {
        display: none;
    }
    .img-text {
        margin-top: -4rem;
        margin-left: 0;
        padding: 2rem;
    }
    .hero,
    .hero-about,
    .hero-products {
        border-bottom-width: 20px;
    }
    .w-xs-75 {
        width: 75% !important;
    }
    .w-xs-100 {
        width: 100% !important;
    }
    .list-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #ff7f7b;
    }
}
