body {
    font-family: "Lato", sans-serif;
    color: #222;
    font-size: 1.5rem;
    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;
}

.logo {
    width: 255px;
}

.card-img {
    border-radius: 40px;
    box-shadow: 0px 10px 18px 0px rgba(230, 230, 230, 0.54);
    border: 0;
    background-color: #2e3c33;
}
.card-img-wrap {
    border-radius: 40px;
    background-color: #4b5b51;
}
.card-img img {
    border-radius: 40px;
    height: 280px;
    object-fit: cover;
}

.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: 0px 10px 18px 0px rgba(126, 126, 126, 0.54);
    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: #5bc15b;
    font-weight: 700;
    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: #5bc15b;
    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-img {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 280px;
}
.best-value {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;

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

.testimonial-wrap {
    background-image: url("../img/quote.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding: 3rem 5rem;
}

.section-reference {
    background-color: #fafbfc;
}
.section-reference p {
    word-break: break-all;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.section-reference .d-flex p:first-of-type {
    width: 25px;
}
.section-reference .d-flex p:last-of-type {
    flex: 1;
}

.bg-pattern {
    background: url("../img/bg-pattern.jpg") #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-primary {
    background-color: #ffd16d !important;
    color: #664d18;
}
.bg-highlight {
    background: url("../img/bg-highlight.jpg") no-repeat;
    background-color: #fafafa;
    background-size: cover;
    background-position: bottom center;
    padding: 6rem 0;
}
.bg-cta {
    background: url("../img/bg-cta.jpg") no-repeat;
    background-color: #fafafa;
    background-size: cover;
    background-position: center;
    padding: 5rem 0 3rem 0;
}

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

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

/* 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;
}
.text-primary {
    color: #5bc15b !important;
}
.text-secondary {
    color: #2e3c33 !important;
}
.text-primary-alt {
    color: #a0e4c5 !important;
}
.text-highlight {
    margin-left: -1.5rem;
    color: #222;
}
.text-highlight span {
    border-radius: 4px;
    background-color: #daf5db;
    border: 1px solid #5bc15b;
    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;
}
.lh-3 {
    line-height: 1.6 !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-18 {
    font-size: 1.125rem;
    line-height: 1.6;
}
.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;
}

@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: 1rem 0 2.5rem 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.9;
        padding: 0.25rem 1rem 0.25rem 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-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.7rem !important;
        padding: 0.5rem;
        line-height: normal;
    }
    .card-pricing .btn-primary span.fs-18 {
        font-size: 0.65rem !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,
    .bg-highlight,
    .bg-cta {
        padding: 3rem 0;
    }
    .hero-ty,
    .hero {
        background-position-x: center;
    }
    .quote {
        width: 50px;
    }
    .best-value {
        font-size: 12px;
        padding: 2px 0 0 0;
    }
    .testimonial-wrap {
        padding: 1.5rem 3rem;
    }
    .card-img img {
        height: 200px;
    }
}
