@import "sections/hero.css";
@import "sections/prefooter.css";
@import "sections/reviewers.css";
@import "sections/faqs.css";
@import "sections/mbg-inline.css";
@import "sections/benefits.css";

.h1, h1 {
    font-size: 3.5rem;
}
.features-page--content a:not(.cta-btn) {
    text-decoration: underline;
}
.features-page--content a:not(.cta-btn):hover {
    text-decoration: none;
}
@media screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 991px) {
    .cta-btn {
        width: 100%;
        text-align: center;
        border-radius: 1rem;
    }
}
@media screen and (max-width: 575px) {
    h1, .h1 {
        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;
    background-image: url("/images/v1/features/hero-bg.jpg");
    margin-bottom: 0;
}

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

@media screen and (max-width: 991px) {
    .hero-foreground {
        margin-top: 2.5rem;
    }
}
/* Hero Section*/

/* Reviewers Section*/
.reviewers {
    padding: 4.75rem 0 2rem 0;
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
    position: relative;
}
@media screen and (max-width: 991px) {
    .reviewers {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 4rem 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*/

/* BENEFITS Section*/
.benefits-list.bg-gray {
    background: #E9E9E9;
    padding: 6.5rem 0 2rem 0;
}
.benefits h2 {
    width: 75%;
    margin: auto;
}
.benefits h4 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    width: calc(80% + 2rem);
    margin: 1.5rem auto 0;
}
.benefits h4 p {
    margin-bottom: 2rem;
}
.benefits--item {
    width: calc(33.333% - 2rem);
    background: #fff;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.75rem;
}
.benefits--item_text h5 {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: .75rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 125%;
}
.benefits--item_icon {
    margin: 0;
    border-radius: 0;
    padding: 0;
    background: none;
}
.benefits--item_icon svg {
    width: 6rem;
    height: 6rem;
}
.benefits--item_icon svg path {
    fill: revert-layer;
}
@media screen and (max-width: 1199px) {
    .benefits--item {
        width: calc(50% - 2rem);
    }
}
@media screen and (max-width: 991px) {
    .benefits-list.bg-gray {
        padding-top: 5.5rem;
        padding-bottom: .75rem;
    }
    .benefits h2 {
        width: 100%;
    }
    .benefits h4 {
        width: 100%;
    }
    .benefits h4 p {
        font-size: 1.125rem;
        line-height: 155%;
        margin-bottom: 0;
    }
    .benefits--item {
        width: 100%;
        margin: .75rem 0;
        padding: 2rem;
    }
    .benefits--item_icon {
        display: initial;
    }
    .benefits--item_desc-mb {
        display: none;
    }
    .benefits--item_desc {
        overflow: auto;
        max-height: initial;
    }
    .benefits--item:after {
        content: none;
    }
    .benefits--item_text h5 {
        width: 100%;
    }
    .benefits--cta {
        margin-top: 0;
    }
    .benefits--cta .cta-btn {
        border-radius: 1.25rem;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 120%;
    }
}
/* BENEFITS Section*/

/* Glossary */
.glossary-section {
    padding: 3.75rem 0;
    background: #FAFAFA;
}
.glossary-section--heading {
    text-align: center;
    margin-bottom: 2.5rem;
}
.glossary-section--heading .headline-1 {
    margin-bottom: 1rem;
    font-size: 4rem;
    font-weight: 500;
    line-height: 120%;
}
.glossary-section--heading p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%;
}
.glossary-section--items {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #EBEBEB;
    border-radius: 2rem;
    list-style: none;
    overflow: hidden;
}
.glossary-section--item {
    width: 25%;
    padding: 2.5rem;
    font-size: 1rem;
    line-height: 150%;
    color: #0A223B;
    background-color: #ffffff;
}
.glossary-section--item a {
    text-decoration: underline;
}

.glossary-section--label {
    position: relative;
    display: block;
    margin-bottom: 4px;
    font-size: 1.25rem;
    line-height: 140%;
    font-weight: 700;
}
.glossary-section--cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;
}
.glossary-section--cta .cta-btn {
    font-size: 1rem;
    line-height: 1;
    padding: 1rem 6rem;
    font-weight: 500;
}
.glossary-section--icon {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
.glossary-section--icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.glossary-section--icon svg path[fill-rule="evenodd"] {
    fill: #0A223B;
}
.glossary-section--item:nth-child(n + 1) {
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.glossary-section--item:nth-child(4n) {
    border-right: none;
}
.glossary-section--item:nth-child(5 - n) {
    border-bottom: 1px solid #EBEBEB;
}

.glossary-section--item:nth-child(n + 5) {
    border-bottom: none;
}

@media (max-width: 1199px) {
    .glossary-section--heading .headline-1 {
        font-size: 2.5rem;
    }
    .glossary-section--heading p {
        font-size: 1.125rem;
    }
    .glossary-section--item {
        width: 50%;
    }
    .glossary-section--item:nth-child(n + 5) {
        border-bottom: 1px solid #EBEBEB;
    }
    .glossary-section--item:nth-child(n + 7) {
        border-bottom: none;
    }
    .glossary-section--item:nth-child(even) {
        border-right: none;
    }
    .glossary-section--cta .cta-btn {
        padding: 1rem 3rem;
    }
    .glossary-section--cta {
        margin-top: 2.5rem;
    }
}
@media (max-width: 991px) {
    .glossary-section {
        padding: 3rem 0;
    }
    .glossary-section--item {
        padding: 2rem;
    }
    .glossary-section--item:nth-child(n) {
        width: 100%;
        border-right: none;
    }
    .glossary-section--item:not(:last-child) {
        border-bottom: 1px solid #EBEBEB;
    }
    .glossary-section--cta .cta-btn {
        font-size: 1.25rem;
        width: 100%;
        text-align: center;
    }
}
/* Glossary */

/* FAQs CONTENT */
.faqs-section {
    background: #FAFAFA;
}
.faqs-section .accordion-item {
    background: #fff;
    border: none;
}
#faqs-accordion {
    margin: 3.5rem 0 0;
}
@media screen and (max-width: 991px){
    .faqs-section {
        padding: 3rem 0;
    }
    .faqs-section .accordion-button {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 140%;
    }
    .faqs-section .accordion-item {
        margin: .25rem 0;
    }
}
/* FAQs CONTENT */

/* Features Section*/

.features-section {
    padding: 3.75rem 0;
}
.numeric-features.features-section {
    background: #FAFAFA;
}
.features-section h2 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    width: 90%;
    margin: .75rem auto;
}
.features-section .subtitle-text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    width: calc(95% + 5rem);
    margin: 0 auto;
}
.features-section--image {
    width: calc(50% - 4rem);
    padding-right: 2rem;
}
.numeric-features .features-section--image {
    padding-left: 2rem;
    padding-right: 0;
}
.features-section--image img {
    border-radius: 2.5rem;
}
.features-section--items {
    width: calc(50% + 2rem);
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
}
.numeric-features .features-section--items {
    padding-right: 2rem;
    padding-left: 0;
}
.features-section--wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-top: 4rem;
}
.features-section--items--top-text {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 155%;
}

.features-section--item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: row;
    margin: 1.25rem 0;
}

.numeric-features .features-section--item {
    margin: .75rem 0;
    flex-wrap: wrap;
    align-items: center;
}
.numeric-features .features-section--item_text {
    width: calc(100% - 4.5rem);
}

.features-section--item h5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 135%;
    margin-bottom: .25rem;
}

.features-section--heading-text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    width: 80%;
    padding: 0;
    margin: 1.5rem auto 4rem auto;
    text-align: center;
}

.features-section--item p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
}
.features-section--item_icon {
    border-radius: 1rem;
    background: var(--black-text);
    padding: .75rem;
    margin-right: 1.5rem;
}

.numeric-features .features-section--item_icon {
    border-radius: .5rem;
    background: var(--black-text);
    padding: .75rem;
    margin-right: 1.5rem;
    color: #fff;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 1.5;
    font-size: 1.125rem;
}

.features-section--item_icon svg {
    width: 2rem;
    height: 2rem;
}

.features-section--item_icon svg path {
    fill: white;
}
.features-section--item_desc {
    margin-bottom: 0;
}

.features-section--cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4rem;
}

.features-section--cta .cta-btn {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 1.25rem;
    padding: 1rem 3rem;
}

@media screen and (max-width: 1199px) {
    .features-section--wrapper {
        align-items: flex-start;
    }
    .features-section--items {
        width: 55%;
        padding: 0;
    }
    .features-section--image {
        width: 45%;
        margin: 0 auto 2rem;
    }
    .features-section h2 {
        font-size: 2.5rem;
    }
    .features-section--item {
        margin: .5rem 0;
    }
    .numeric-features .features-section--image {
        padding: 0;
    }
    .numeric-features .features-section--items {
        padding: 0;
    }
    .numeric-features .features-section--item {
        align-items: flex-start;
    }
}
@media screen and (max-width: 991px) {
    .features-section {
        padding: 3rem 0;
    }
    .features-section--wrapper {
        margin-top: 0;
    }
    .features-section h2 {
        margin-top: 0;
    }
    .features-section--items--top-text {
        text-align: center;
    }
    .features-section .subtitle-text {
        font-size: 1.125rem;
    }
    .features-section--items {
        width: 100%;
    }
    .features-section--image {
        width: 100%;
        margin-top: 2.5rem;
        padding: 0;
    }
    .features-section--cta {
        margin-top: .5rem;
    }
    .features-section--cta .cta-btn {
        padding: 1rem;
        width: 100%;
        text-align: center;
    }
}

/* Features Section*/

/* Prefooter Section*/
.prefooter {
    border-radius: 0;
}

.prefooter h2 {
    margin-bottom: 2.5rem;
    font-size: 4rem;
}
.prefooter .cta-btn {
    line-height: 1;
    padding: 1rem 5.5rem;
}
@media screen and (max-width: 1399px) {
    .prefooter img {
        object-position: 5%;
    }
}

@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 {
        border-radius: 0;
        margin-bottom: 2.5rem;
    }
    .prefooter .cta-btn {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 120%;
        border-radius: 1.25rem;
        width: 100%;
    }
}
/* Prefooter Section*/
