body {
    font-family: "Merriweather", serif;
    color: #000;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
    -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: 5rem 0;
}
section.bg-pattern-primary {
    padding: 5rem 0;
}
strong {
    font-weight: 700;
}
p {
    margin-bottom: 2.125rem;
}
sup {
    top: -0.8em;
    left: 0.2em;
    font-size: 50%;
    font-weight: 400;
    margin-right: 0.25rem;
}

.hero {
    background: url("../img/bg-hero-vsl-fe.jpg") no-repeat;
    background-size: cover;
    padding: 8rem 0 4rem 0;
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 0.75rem 0;
    background-image: -moz-linear-gradient(
        180deg,
        rgba(188, 152, 92, 0.2) 0%,
        rgba(77, 77, 47, 0.2) 100%
    );
    background-image: -webkit-linear-gradient(
        180deg,
        rgba(188, 152, 92, 0.2) 0%,
        rgba(77, 77, 47, 0.2) 100%
    );
    background-image: -ms-linear-gradient(
        180deg,
        rgba(188, 152, 92, 0.2) 0%,
        rgba(77, 77, 47, 0.2) 100%
    );
}

.navbar-brand {
    padding: 0;
}
.logo {
    width: 190px;
}
.navbar {
    padding: 0;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.navbar-collapse {
    z-index: 1;
}
.nav-item {
    vertical-align: middle;
}
.nav-link {
    font-size: 1rem;
    font-weight: 400;
    color: #fff !important;
    padding: 0 1.5rem 0.5rem 1.5rem !important;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}
.nav-link:hover {
    color: #fff !important;
}
.nav-item.active .nav-link {
    color: #fff !important;
    border-bottom: 2px solid #bc985c;
}

.feature-icon-wrap {
    min-width: 48px;
}

.title-lined {
    position: relative;
}
.title-lined::before,
.title-lined::after {
    content: "";
    background-color: #ccb46e;
    width: 12%;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -12px;
}

.subtitle-lined {
    position: relative;
}
.subtitle-lined strong {
    padding: 0 15px;
}
.subtitle-lined::before,
.subtitle-lined::after {
    content: "";
    background-color: #ccb46e;
    width: 70px;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -10px;
}

.testimonial {
    background: url("../img/testi-quote.png") no-repeat;
    background-position: top left;
}

.card-opt-in {
    border: none;
    background: url("../img/optin-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;
}
label {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
label span {
    color: #ff0000;
}

.related-img {
    max-height: 260px;
    object-fit: cover;
}

.dot-primary {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bc985c;
    display: inline-block;
}

.bg-pattern {
    background: url("../img/bg-pattern.jpg") #fcf6e7;
}
.bg-pattern-primary {
    background: url("../img/bg-pattern-primary.jpg") no-repeat;
    background-size: cover;
}
.bg-primary {
    background-color: #ccb46e !important;
}

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

.disclaimer-wrap {
    padding: 1rem 2rem;
    text-align: center;
}
.disclaimer-wrap p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.disclaimer-wrap h6 {
    font-size: 0.75rem;
    line-height: 1.6;
}

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

.card-disclaimer {
    background-color: #272727;
}

.footer-menu li {
    list-style: none;
    display: inline-block;
}
.footer-menu li:nth-child(2) {
    padding: 0 10px;
    margin: 0 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

/* Helper classes */
.btn-primary {
    background-color: #d86b1a;
    border: none;
    text-align: center;
    font-size: 1.625rem;
    font-weight: 700;
    padding: 0.625rem;
    border-radius: 6px;
}
.btn-primary:hover {
    background-color: #c86418 !important;
}
.text-primary {
    color: #bc985c !important;
}
.text-secondary {
    color: #bc985c !important;
}
.text-dark-50 {
    color: #555555;
}
.text-primary-alt {
    color: #644f10;
}
.text-success {
    color: #438600 !important;
}
.text-highlight {
    margin-left: -1rem;
}
.text-highlight span {
    background-color: #ffedd2;
    border-radius: 100px;
    padding: 0.125rem 1rem;
}
.bg-ltcream {
    background-color: #fffcf6;
}
.bg-ltgray {
    background-color: #f9f9f9;
}
.bg-ltpink {
    background-color: #f5eef9;
}
.lh-normal {
    line-height: normal !important;
}
.lh-1 {
    line-height: 1.2 !important;
}
.lh-2 {
    line-height: 1.4 !important;
}
.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-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-60 {
    width: 60%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.img-rounded {
    border-radius: 6px;
}
.img-shadow {
    box-shadow: 15px 15px 0 #ccd9d7;
}
.word-break {
    word-break: break-all;
}
.flex-1 {
    flex: 1;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #1d2237;
    }
}
@media (max-width: 767px) {
    section {
        padding: 3rem 0;
    }
    section.bg-pattern-primary {
        padding: 3rem 0;
    }
    p {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }
    .hero {
        padding: 7rem 0 2rem 0;
    }
    .logo {
        width: 147px;
    }
    .fs-14 {
        font-size: 0.75rem !important;
    }
    .fs-default,
    .fs-18 {
        font-size: 0.875rem;
    }
    .fs-20 {
        font-size: 1rem;
    }
    .fs-24 {
        font-size: 1.125rem;
    }
    .fs-28 {
        font-size: 1.25rem;
    }
    .fs-30 {
        font-size: 1.4rem;
    }
    .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;
    }
    .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-60 {
        width: 60% !important;
    }
    .w-xs-75 {
        width: 75% !important;
    }
    .row-xs-reverse {
        flex-direction: column-reverse;
    }
    .title-lined::before,
    .title-lined::after {
        width: 8%;
        top: -10px;
    }
    .check-icon {
        width: 40px;
    }
    .bolt-icon {
        width: 30px;
    }
}
