@import "sections/hero.css";
@import "sections/reviewers.css";
@import "sections/faqs.css";
@import "sections/prefooter.css";


.h1, h1 {
    font-size: 3rem;
}

.h2, h2 {
    font-size: 3.5rem;
}

.faq-page--content a:not(.cta-btn) {
    text-decoration: underline;
}

.faq-page--content a:not(.cta-btn):hover {
    text-decoration: none;
}

.cta-btn {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
    padding: .5rem 1rem;
}

@media screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 3rem;
    }

    h2, .h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .cta-btn {
        width: 100%;
        text-align: center;
        border-radius: 1rem;
        padding: 1rem;
    }
}

@media screen and (max-width: 575px) {
    h1, .h1 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 2.5rem;
    }

    .row > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cta-btn {
        border-radius: 1.25rem;
        width: 100%;
    }
}

/* Hero Section*/
.hero {
    border-radius: 2.5rem 2.5rem 0 0;
    background-image: url("/images/redesign/home/hero-bg.jpg");
    margin-bottom: 0;
    padding: 4.5rem 0;
}

.hero .hero-foreground {
    object-position: 40%;
}

.hero .cta-btn {
    padding: 1rem 4rem;
    border-radius: 1.25rem;
}

.hero .col-6 > p {
    padding-right: 4rem;
}

.hero-devices svg {
    height: 1.5rem;
}

@media screen and (max-width: 1399px) {
    .hero .cta-btn {
        padding: 1rem 2rem;
    }
}

@media screen and (max-width: 991px) {
    .hero {
        padding-bottom: 0;
        padding-top: 3rem;
        border-radius: 2.5rem;
    }

    .hero .hero-foreground {
        margin-top: 2rem;
    }

    .hero .cta-btn {
        padding: 1rem;
        font-size: 1.25rem;
    }

    .hero--subtext {
        text-align: center;
        width: 80%;
        margin: 1.5rem auto 0 auto;
    }

    .hero .col-6 > p {
        padding: 0;
        text-align: center;
    }
}

/* Hero Section*/

/* Reviewers Section*/
.reviewers {
    position: relative;
}
@media screen and (max-width: 991px) {
    .reviewers {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 1.5rem 0 1.5rem 0;
    }
    .reviewers--list svg {
        max-width: 15rem;
        max-height: 5rem;
        width: auto;
        height: auto;
        margin: .75rem;
    }
    .reviewers h3 {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin: 0;
    }
}
/* Reviewers Section*/

/* FAQs Section */
.faqs-section {
    background-color: #fff;
}
.faqs-section .accordion-item {
    background: #F2F2F2;
    border: none;
}
@media screen and (max-width: 991px) {
    .faqs-section .accordion-button:after {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: initial;
    }
    #faqs-accordion {
        margin-bottom: 0;
    }
}
/* FAQs Section */
/* Prefooter Section*/
.prefooter {
    background: #EBEBEB;
}
.prefooter .col-lg-6 {
    width: calc(50% + 1rem);
    padding-right: 0;
}
.prefooter h2 {
    font-size: 3.25rem;
    font-weight: 500;
    line-height: 120%;
}
.prefooter img {
    left: auto;
    right: 0;
    border-radius: 2.5rem 0 0 2.5rem;
    width: calc(45% - 2rem);
    object-position: center;
}

.prefooter p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 140%;
    display: block;
}
.prefooter .cta-btn {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
    border-radius: 1.25rem;
}
@media screen and (max-width: 1399px) {
    .prefooter h2 {
        font-size: 2.75rem;
    }
}
@media screen and (max-width: 1199px) {
    .prefooter h2 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 991px) {
    .prefooter {
        padding: 1rem 0 3rem;
    }
    .prefooter img {
        width: 100%;
        height: auto;
        position: relative;
        top: unset;
        bottom: unset;
        border-radius: 0;
        margin-bottom: 2rem;
    }
    .prefooter .col-lg-6 {
        width: 100%;
        padding: 0 1rem;
    }
    .prefooter p {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 140%;
    }
}
/* Prefooter Section*/