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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}
img {
    max-width: 100%;
}
a {
    color: #2b8dd9;
}
a:hover {
    text-decoration: none;
}
section {
    padding: 4rem 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.jpg") no-repeat;
    background-color: #000023;
    background-size: cover;
    background-position: bottom right;
}
.hero-ty {
    padding: 2rem 0;
    border-bottom: 0;
}

.logo {
    width: 255px;
}

.card-img {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    background: radial-gradient(
                circle at 100% 100%,
                #ffffff 0,
                #ffffff 9px,
                transparent 9px
            )
            0% 0%/10px 10px no-repeat,
        radial-gradient(
                circle at 0 100%,
                #ffffff 0,
                #ffffff 9px,
                transparent 9px
            )
            100% 0%/10px 10px no-repeat,
        radial-gradient(
                circle at 100% 0,
                #ffffff 0,
                #ffffff 9px,
                transparent 9px
            )
            0% 100%/10px 10px no-repeat,
        radial-gradient(circle at 0 0, #ffffff 0, #ffffff 9px, transparent 9px)
            100% 100%/10px 10px no-repeat,
        linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 2px)
            calc(100% - 20px) no-repeat,
        linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 20px)
            calc(100% - 2px) no-repeat,
        linear-gradient(0deg, #5bc15b 0%, #4ca04c 100%);
    border-radius: 10px;
    padding: 7px;
    box-sizing: border-box;
    box-shadow: 0px 10px 18px 0px rgba(230, 230, 230, 0.54);
    border-radius: 10px;
    padding: 7px;
    box-sizing: border-box;
    border: 0;
}

.new-price {
    text-align: center;
    font-size: 1.25rem;
    background-color: #f4f7f5;
    padding: 0 60px;
    border-radius: 6px;
}

.card-pricing {
    border-color: #c8c8c8;
    box-shadow: 0 0 30px #f3f3f3;
    position: relative;
    z-index: 1;
}
.card-pricing-best {
    border-color: #f3ba02;
    background-color: #fcfaf4;
    z-index: 2;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.card-pricing-price {
    color: #009968;
    font-weight: 800;
    font-size: 2.5rem;
}
.card-pricing-price span {
    color: #555;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 300;
}
.card-pricing-price .dollar {
    font-size: 1.75rem;
    font-weight: 600;
    color: #009968;
    font-style: normal;
}
.card-pricing-md {
    min-height: 440px;
    color: #333;
    transition: all 0.2s;
}
.card-pricing-md:hover {
    color: #333;
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgb(0 0 0 / 10%);
}
.card-pricing-md .btn-primary {
    box-shadow: 0 3px 0 #006e4b;
}
.card-pricing-img {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 280px;
}
.best-value {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #6a5204;

    background: linear-gradient(227deg, #fd8b40, #fdcf40);
    background-size: 400% 400%;
    -webkit-animation: ButtonAnimate 2s ease infinite;
    -moz-animation: ButtonAnimate 2s ease infinite;
    animation: ButtonAnimate 2s ease infinite;
}
@-webkit-keyframes ButtonAnimate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 51%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-moz-keyframes ButtonAnimate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 51%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes ButtonAnimate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 51%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.card-formula {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 18px 0px rgba(230, 230, 230, 0.54);
    border: 0;
    margin-top: 8rem;
    min-height: 160px;
}
.card-formula img {
    margin-top: -5rem;
}

.icon-list {
    margin: 0;
    padding: 0;
}
.icon-list li {
    list-style-type: none;
    display: inline-block;
    padding: 0 2.5rem;
    margin-bottom: 1rem;
}

.bg-pattern {
    background: url("../img/bg-pattern.jpg") #fafafa;
}
.bg-primary {
    background-color: #5bc15b !important;
}
.bg-highlight {
    background: url("../img/bg-highlight.jpg") no-repeat;
    background-color: #fafafa;
    background-size: cover;
    background-position: bottom center;
}
.bg-cta {
    background-color: #ccd5d3;
}

.disclaimer-wrap {
    background-color: #fff;
    border: 1px solid #18231e;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    position: relative;
}
.disclaimer-wrap p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.title-disclaimer {
    display: inline-block;
    position: absolute;
    background-color: #fff;
    padding: 0 1rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -15px;
    width: 120px;
    text-align: center;
}

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

/* Helper classes */
.btn-primary {
    background-color: #5bc15b;
    border: none;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.75rem 3rem;
    border-radius: 6px;
}
.btn-primary:hover {
    background-color: #4da34d;
}
.btn-download {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    width: 75%;
    color: #fff;
    padding: 0.75rem 1rem;
}
.btn-download img {
    width: 40px;
    margin-right: 1rem;
}
.text-primary {
    color: #5bc15b !important;
}
.text-secondary {
    color: #fedc9e !important;
}
.text-primary-alt {
    color: #a0e4c5 !important;
}
.text-highlight {
    margin-left: -1.5rem;
    color: #222;
}
.text-highlight span {
    background: url("../img/text-highlight.png") left center no-repeat;
    background-size: 100% 75%;
    padding: 0.5rem 1.5rem;
    line-height: normal;
    background-position-y: 5px;
}
.bg-ltcream {
    background-color: #fffdf8;
}
.bg-ltgray {
    background-color: #f9f9f9;
}
.bg-ltblue {
    background-color: #fbfcfd;
}
.lh-normal {
    line-height: normal !important;
}
.lh-2 {
    line-height: 1.4 !important;
}
.fs-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 0.875rem;
}
.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 !important;
}
.fs-20 {
    font-size: 1.25rem;
}
.fs-22 {
    font-size: 1.375rem;
}
.fs-24 {
    font-size: 1.5rem;
}
.fs-28 {
    font-size: 1.75rem;
}
.fs-30 {
    font-size: 1.875rem;
}
.fs-32 {
    font-size: 2rem;
}
.fs-36 {
    font-size: 2.25rem;
}
.fs-40 {
    font-size: 2.6rem;
}
.fs-50 {
    font-size: 3.125rem;
}
.fs-60 {
    font-size: 3.75rem;
}
.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;
}
b {
    font-weight: 500;
}
.hr-primary {
    border-color: #654304;
}

@media (max-width: 767px) {
    body {
        font-size: 1.375rem;
    }
    section {
        padding: 2rem 0;
    }
    p {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }
    .hero {
        padding: 2rem 0;
    }
    .hero-ty {
        padding: 2rem 0;
    }
    .logo {
        width: 162px;
    }
    .fs-default {
        font-size: 0.875rem;
    }
    .fs-18,
    .fs-20 {
        font-size: 1rem !important;
    }
    .fs-22 {
        font-size: 1.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: rgb(222, 232, 226);
        background: linear-gradient(
            -162deg,
            rgba(222, 232, 226, 1) 0%,
            rgba(173, 218, 213, 1) 100%
        );
        padding: 0.25rem 1rem 0.25rem 0.5rem;
        line-height: 1.8;
    }
    .no-xs-br br {
        display: none;
    }
    .disclaimer-wrap p {
        font-size: 0.75rem;
    }
    footer p {
        font-size: 0.65rem;
    }
    .w-xs-40 {
        width: 40% !important;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .w-xs-75 {
        width: 75% !important;
    }
    .card-pricing img {
        width: 100% !important;
    }
    .card-pricing img.bottle-1 {
        width: 50% !important;
    }
    .card-pricing h5 {
        font-size: 0.75rem;
        word-wrap: normal;
    }
    .card-pricing-price {
        font-size: 1.5rem;
    }
    .card-pricing-price span {
        font-size: 0.75rem;
        display: block;
    }
    .card-pricing-price span.dollar {
        display: inline-block;
        font-size: 1rem;
    }
    .card-pricing .btn-primary {
        font-size: 0.75rem !important;
        padding: 0.5rem;
        box-shadow: 0 1px 0 #006e4b;
        line-height: normal;
        font-weight: 700;
    }
    .card-pricing .btn-primary span.fs-18 {
        font-size: 0.7rem !important;
        line-height: 1;
    }
    .card-pricing .btn-primary > span .fs-xs {
        font-size: 0.65rem;
    }
    .card-pricing p.fs-xs {
        font-size: 0.6rem;
    }
    .card-pricing .fs-default {
        font-size: 0.7rem !important;
    }
    .bg-pattern-primary {
        padding: 3rem 0;
    }
    .hero-ty,
    .hero {
        background-position-x: center;
    }
    .quote {
        width: 50px;
    }
    .nav-tabs-ty .nav-link {
        font-size: 16px;
    }
    .btn-download {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .best-value {
        font-size: 16px;
    }
    .icon-list li {
        padding: 0 1rem;
    }
}
