@import "sections/hero.css";
@import "sections/reviewers.css";
@import "sections/accordion-image.css";
@import "sections/zigzag.css";
@import "sections/steps.css";
@import "sections/prefooter.css";


.h1, h1 {
    font-size: 3.5rem;
}
.vpn-page--content a:not(.cta-btn) {
    text-decoration: underline;
}
.vpn-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;
        padding: 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 2.5rem 0 0;
    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 7rem;
}
.hero .col-6 > p {
    padding-right: 4rem;
}
@media screen and (max-width: 991px) {
    .hero {
        padding-bottom: 0;
        border-radius: 2.5rem;
    }

    .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 {
    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*/
/* WIVPN Section */
.wivpn {
    background: #E9E9E9;
    padding: 6.75rem 0 4rem 0;
    text-align: center;
}
.wivpn h2 {
    margin-bottom: 1rem;
}
.wivpn p {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 1.5rem;
}
/* WIVPN Section */

/* Accordion-Image Section */
.img-accordion {
    background: #FAFAFA;
}
.accordion-imgs {
    width: 33.33333333%;
    padding-right: 2rem;
}
.accordion-items {
    width: 66.66666667%;
    padding-left: 2rem;
    display: flex;
    align-items: center;
}
.accordion-imgs img {
    height: auto;
}
.accordion-content .accordion-item {
    margin: 1.25rem 0;
}
.img-accordion--cta .cta-btn {
    padding: 1rem 4rem;
}
@media screen and (max-width: 1199px) {
    .accordion-items {
        width: 55%;
    }
    .accordion-imgs {
        width: 45%;
    }
}
@media screen and (max-width: 991px) {
    .accordion-wrapper {
        width: 100%;
    }
    .accordion-items {
        width: 100%;
        padding: 0;
    }
    .accordion-imgs {
        width: 100%;
        order: 2;
        padding: 1.25rem 0 0 0;
    }
    .img-accordion--cta .cta-btn {
        padding: 1rem;
        font-size: 1.25rem;
    }
}
/* Accordion-Image Section */

/* VPN BG CONTENT Section*/
.vpn-bg-content {
    padding: 5rem 0;
    border-radius: 2.5rem;
    background: url('/images/redesign/home/wiu-bg.jpg') no-repeat;
    background-size: cover;
}
.vpn-bg-content--wrapper {
    background: #fff;
    border-radius: 2.5rem;
    padding: 5rem;
}
.vpn-bg-content h2 {
    margin-bottom: 1.5rem;
}
.vpn-bg-content p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 0;
}
.vpn-bg-content--inner {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.vpn-bg-content--img {
    border-radius: 2.5rem;
    width: 40%;
}
.vpn-bg-content--text {
    padding-left: 4rem;
    width: 60%;
}
.vpn-bg-content--text p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 1.5rem;
}
.vpn-bg-content--cta {
    margin-top: 2rem;
    display: flex;
    width: 100%;
}
.vpn-bg-content .cta-btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 160%;
    padding: 1rem 6rem;
}
@media screen and (max-width: 1399px) {
    .vpn-bg-content--img {
        width: 30%;
    }
    .vpn-bg-content--text {
        width: 70%;
        padding-left: 3rem;
    }
    .vpn-bg-content--text p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .vpn-bg-content--inner {
        align-items: flex-start;
    }
}
@media screen and (max-width: 991px) {
    .vpn-bg-content {
        padding: 2.5rem .5rem;
        background: var(--black-text);
    }
    .vpn-bg-content--wrapper {
        padding: 2.5rem .5rem;
    }
    .vpn-bg-content--text {
        width: 100%;
        padding: 0;
    }
    .vpn-bg-content--img {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .vpn-bg-content--inner {
        margin-top: 1.5rem;
        text-align: center;
    }
    .vpn-bg-content p {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 155%;
    }
    .vpn-bg-content--text p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 1.5rem;
    }
    .vpn-bg-content .cta-btn {
        padding: 1rem;
        font-size: 1.25rem;
    }
}
/* VPN BG CONTENT Section*/
/* VPN PROS CONTENT Section*/
.vpn-pros-content {
    padding: 3.75rem 0;
    background: #fff;
}
.vpn-pros-content h2 {
    margin-bottom: 1.5rem;
}
.vpn-pros-content .subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 0;
}
.vpn-pros-content--inner {
    margin: 4rem 0 2rem 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.vpn-pros-content--text {
    width: calc(65% - 2rem);
    padding-right: 3.75rem;
}
.vpn-pros-content--img {
    width: 35%;
    border-radius: 2.5rem;
}
.vpn-pros-content--text p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 1.5rem;
}
.vpn-pros-content--text p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1399px) {
    .vpn-pros-content--text {
        width: 70%;
        padding-right: 2.5rem;
    }
    .vpn-pros-content--img {
        width: 30%;
    }
}
@media screen and (max-width: 1199px) {
    .vpn-pros-content--inner {
        align-items: flex-start;
    }
}
@media screen and (max-width: 991px) {
    vpn-pros-content {
        padding: 3rem 0;
    }
    .vpn-pros-content--inner {
        margin: 2.5rem 0;
    }
    .vpn-pros-content--text {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .vpn-pros-content--img {
        width: 100%;
        margin-top: 2.5rem;
    }
    .vpn-pros-content .subtitle {
        font-size: 1.125rem;
        line-height: 155%;
    }
}
/* VPN PROS CONTENT Section*/


/* Steps Section */
.steps-section {
    background: #E9E9E9;
}
.steps-section--subtext {
    font-weight: 400;
}
.steps-section--subtext p {
    margin-bottom: 1.5rem;
}
.steps-section--items  {
    margin: 0 0 2.5rem 0;
    padding: 0;
}
.steps-section--item {
    width: calc(100%/3 - 1rem);
    background: #FFF;
}
.steps-section--item h5 {
    font-size: 1.5rem;
    font-weight: 600;
}
@media screen and (max-width: 991px) {
    .steps-section {
        padding: 3rem 0;
    }
    .steps-section--item {
        width: calc(100% - 2rem);
    }
    .steps-section--items {
        margin-bottom: 1.5rem;
    }
}
/* Steps Section */
/* best-vpn Section */
.best-vpn .accordion-items {
    width: 58.33333333%;
}
.best-vpn .accordion-imgs {
    width: 41.66666667%;
}
@media screen and (max-width: 991px) {
    .best-vpn .accordion-items {
        width: 100%;
    }
    .best-vpn .accordion-imgs {
        width: 100%;
    }
}
/* best-vpn Section */

/* Prefooter Section*/
.prefooter {
    background: #fff;
}
.prefooter h2 {
    font-size: 3.5rem;
}
.prefooter img {
    left: auto;
    right: 0;
    object-position: left center;
    border-radius: 2.5rem 0 0 2.5rem;
}
.prefooter p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 160%;
}

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