@import "sections/hero.css";
@import "sections/reviewers.css";
@import "sections/benefits.css";
@import "sections/zigzag.css";
@import "sections/prefooter.css";

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

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

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

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

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

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

    h2, .h2 {
        font-size: 2.5rem;
        line-height: 120%;
    }
    .cta-btn {
        font-size: 1.25rem;
        border-radius: 1.25rem;
    }
}

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

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

.hero .cta-btn {
    padding: 1rem 5rem;
    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 4rem;
    }
}

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

@media screen and (max-width: 991px) {
    .hero {
        padding-bottom: 0;
    }

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

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

    .hero--subtext {
        text-align: center;
    }

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

/* Hero Section*/

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

/* Reviewers Section*/ 
/* What-is-Usenet Section*/
.what-is-usenet {
    padding: 6.5rem 0 3.75rem 0;
    background: #EBEBEB;
}
@media screen and (max-width: 991px) {
    .what-is-usenet {
        padding: 5.75rem 0 3rem 0;
    }
}
/* What-is-Usenet Section*/

/* usenet-terms Benefits Section */
.usenet-terms .benefits--item {
    background: #F7F6F5;
    width: calc(50% - 1rem);
}

.usenet-terms .benefits h2 {
    margin-bottom: 1.5rem;
}

.usenet-terms .benefits h4 {
    font-size: 1.25rem;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.usenet-terms .benefits--item:nth-child(odd) {
    margin-left: 0;
}

.usenet-terms .benefits--item:nth-child(even) {
    margin-right: 0;
}

.usenet-terms .benefits--item_icon {
    padding: 1.125rem;
    border-radius: 1rem;
}

.usenet-terms .benefits--item_icon svg {
    width: 2rem;
    height: 2rem;
}

@media screen and (max-width: 991px) {
    .usenet-terms .benefits h4 {
        margin-bottom: 0;
    }

    .usenet-terms .benefits--list {
        margin-bottom: 0;
    }

    .usenet-terms .benefits--item_desc {
        overflow: auto;
        max-height: initial;
    }

    .usenet-terms .benefits--item {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: .75rem 0;
        align-items: center;
    }

    .usenet-terms .benefits--item:last-child {
        margin-bottom: 0;
    }

    .usenet-terms .benefits--item:after {
        content: none;
    }

    .usenet-terms .benefits--item_icon {
        display: flex;
        margin-bottom: 1.5rem;
        margin-right: 0;
    }

    .benefits--item_text h5 {
        font-size: 1.5rem;
        text-align: center;
        width: 100%;
    }
    .usenet-terms .benefits--item_desc {
        text-align: center;
    }
}

/* usenet-terms Benefits Section */

/* best-usenet-provider Content*/
.best-usenet-provider .zigzag {
    background: #F7F6F5;
}
.zigzag h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
}
.zigzag .subtitle {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}
.zigzag--item:nth-child(odd) .zigzag--item_img {
    order: 1;
    padding-right: 2.5rem;
    padding-left: 0;
}
.zigzag--item:nth-child(odd) .zigzag--item_text {
    order: 2;
    padding-left: 2.5rem;
    padding-right: 0;
}
.zigzag--item:nth-child(even) .zigzag--item_img {
    order: 2;
    padding-left: 2.5rem;
    padding-right: 0;
}
.zigzag--item:nth-child(even) .zigzag--item_text {
    order: 1;
    padding-right: 2.5rem;
    padding-left: 0;
}
.zigzag--item p {
    margin-bottom: 1rem;
}
.zigzag--cta {
    margin-top: 1rem;
}

@media screen and (max-width: 991px) {
    .zigzag {
        padding: 3rem 0;
    }
    .zigzag h2 {
        font-size: 2.5rem;
    }
    .zigzag .subtitle {
        font-size: 1.125rem;
        line-height: 155%;
    }
    .zigzag--items {
        margin: 0;
    }
    .zigzag--item:nth-child(n) .zigzag--item_img {
        margin-top: 0;
        margin-bottom: 2rem;
        order: -1;
    }
    .zigzag--item:nth-child(n) .zigzag--item_text,
    .zigzag--item:nth-child(n) .zigzag--item_img {
        padding: 0;
    }
    .zigzag--item ul {
        text-align: left;
        padding-left: 1rem;
    }
    .zigzag--item_text p {
        font-size: 1rem;
    }
    .zigzag--item_text p:last-child {
        margin-bottom: 0;
    }
    .zigzag--cta .cta-btn {
        text-align: center;
    }
}

/* best-usenet-provider Content*/

/* major-benefits BENEFITS Section*/

.major-benefits .benefits-list.bg-gray {
    background: #ebebeb;
}

.major-benefits .benefits h4 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    margin: 1.5rem auto 0;
}

.major-benefits .benefits h4 p {
    margin-bottom: 1.25rem;
}

.major-benefits .benefits--item {
    width: calc(25% - 2rem);
    background: #fff;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.major-benefits .benefits--item_text h5 {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 125%;
}

.major-benefits .benefits--item_icon {
    margin: 0;
}

.major-benefits .benefits--cta .cta-btn {
    border-radius: 1.25rem;
    font-size: 1.25rem;
}

@media screen and (max-width: 1199px) {
    .major-benefits .benefits--item {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 991px) {
    .major-benefits .benefits h2 {
        width: 100%;
        margin-bottom: 0;
    }

    .major-benefits .benefits h4 {
        width: 100%;
    }

    .major-benefits .benefits h4 p {
        font-size: 1.125rem;
        line-height: 155%;
    }

    .major-benefits .benefits--item {
        width: 100%;
        margin: .75rem 0;
    }

    .major-benefits .benefits--item_icon {
        display: initial;
        padding: 1.125rem;
        border-radius: 1rem;
    }

    .major-benefits .benefits--item_desc-mb {
        display: none;
    }

    .major-benefits .benefits--item_desc {
        overflow: auto;
        max-height: initial;
    }

    .major-benefits .benefits--item:after {
        content: none;
    }

    .major-benefits .benefits--item_text h5 {
        width: 100%;
    }

    .major-benefits .benefits--item_icon svg {
        width: 2rem;
        height: 2rem;
    }

    .major-benefits .benefits--cta {
        margin-top: 0;
    }

    .major-benefits .benefits--cta .cta-btn {
        border-radius: 1.25rem;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 120%;
    }
}

/* BENEFITS Section*/

/* Prefooter Section*/
.prefooter {
    border-radius: 0 2.5rem 0 0;
    background: #fff;
}

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

.prefooter img {
    left: auto;
    right: 0;
    object-position: center;
    border-radius: 2.5rem 0 0 2.5rem;
}

.prefooter p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
}

.prefooter p span {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    display: block;
    margin-top: 1rem;
}

.prefooter .cta-btn {
    padding: .75rem 6rem;
}

@media screen and (max-width: 1399px) {
    .prefooter h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1199px) {
    .prefooter h2 {
        font-size: 2.5rem;
    }

    .prefooter p {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    .prefooter {
        padding: 1rem 0 3rem;
    }
    .prefooter img {
        border-radius: 0;
    }
    .prefooter p {
        font-size: 1.125rem;
        line-height: 155%;
    }
    .prefooter .cta-btn {
        padding: 1rem;
        width: 100%;
        border-radius: 1.25rem;
        font-size: 1.125rem;
    }
}

/* Prefooter Section*/