body {
    font-family: "Lato", Gotham, "Helvetica Neue", Helvetica, Arial,
        "sans-serif";
    font-size: 1.4375rem;
    color: #262b2e;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial,
        "sans-serif";
    font-weight: 600;
    color: #060606;
    line-height: 2;
}
h5 {
    line-height: 2.25rem;
}
img {
    max-width: 100%;
}
sup {
    font-size: 0.6rem;
    top: -0.8rem;
    margin-left: 0.2rem;
}

.section-hero {
    padding: 4rem 0;
}
.section-hero h1 {
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 3.625rem;
}
.section-title {
    font-size: 1.5rem;
    line-height: 3.125rem;
    position: relative;
    text-align: center;
}
.section-title:after {
    content: " ";
    height: 5px;
    width: 100px;
    background-color: #f05912;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}
.section-content {
    padding-bottom: 6rem;
}
.section-content p {
    margin-bottom: 1.8rem;
}
.first-letter {
    font-size: 3.75rem;
    line-height: 5.3125rem;
    font-weight: 800;
    vertical-align: middle;
    margin-right: 10px;
}
.section-bg {
    padding: 4rem 0;
}
.text-testimonial {
    background-color: #fcf9e0;
    padding: 0.25rem 0;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: 3rem !important;
}
.icon-list {
    width: 2rem;
}
.flip-horizontally {
    transform: scaleX(-1);
}
.section-references {
    background-color: #f9f9f9;
    padding: 3rem 0;
    font-size: 1rem;
    word-break: break-all;
}
.cb-disclaimer {
    color: #fff;
    background-color: #000;
    text-align: center;
    font-size: 0.75rem;
    padding: 2rem 0;
}
footer {
    font-size: 1rem;
}
footer a {
    color: #347da4;
}
footer a:hover {
    color: #3d93c2;
}

/* Helper Classes */
.w-90 {
    width: 90%;
}
.w-80 {
    width: 80%;
}
.w-60 {
    width: 60%;
}
.fw-600 {
    font-weight: 600;
}
.ff-lato {
    font-family: "Lato", sans-serif;
}
.ff-montserrat {
    font-family: "Montserrat", sans-serif;
}
.lh-normal {
    line-height: normal;
}
.text-highlight {
    background-color: #fcf9e0;
    padding: 0.25rem 0;
}
.text-primary {
    color: #f05912 !important;
}
.bg-yellow {
    background-color: #fcf9e0;
}
.bg-gray {
    background-color: #f5f5f5;
}
.btn {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.btn-primary {
    background-color: #f3b303;
    border-color: #f3b303;
}
.btn-primary:hover {
    background-color: #dea405;
    border-color: #dea405;
}
.mb-6 {
    margin-bottom: 6rem !important;
}
.mb-7 {
    margin-bottom: 7rem !important;
}
.mb-8 {
    margin-bottom: 8rem !important;
}
.mb-10 {
    margin-bottom: 10rem !important;
}
.mb-20 {
    margin-bottom: 20rem !important;
}

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

/* cta */
.cta a {
    text-decoration: none;
    display: inline-block;
}
.cta a:hover {
    cursor: pointer;
}
.pricing {
    font-weight: 400;
    color: #716a6a;
    cursor: inherit;
    text-align: center;
}
.pricing del {
    text-decoration: none;
    position: relative;
}
.pricing del:after {
    content: " ";
    display: block;
    width: 130%;
    border-top: 3px solid rgba(255, 0, 0);
    height: 12px;
    position: absolute;
    bottom: 0;
    left: -10%;
    top: 55%;
    transform: rotate(-20deg);
}
.price-bigger {
    font-size: 3rem;
    font-weight: 600;
}
.actual-price {
    font-size: 2rem;
    color: #716a6a;
}

/** btn buy now **/
.btn-buy-now {
    color: #fff;
    background: rgb(251, 185, 23);
    background: radial-gradient(
        circle,
        rgba(251, 185, 23, 1) 0%,
        rgba(251, 177, 23, 1) 100%
    );
}
.btn-buy-now:hover {
    color: #fff;
    background: rgb(252, 194, 1);
    background: radial-gradient(
        circle,
        rgba(252, 194, 1, 1) 0%,
        rgba(255, 211, 0, 1) 100%
    );
    border-color: #ffcc00;
}
