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


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

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

.what-is-a-vpn-page--content a:not(.cta-btn) {
    text-decoration: none;
}

.what-is-a-vpn-page--content a:not(.cta-btn):hover {
    text-decoration: underline;
}

@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;
    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;
    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 6rem;
    }
}

@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*/

/* WIVPN Section */
.wivpn {
    background: #fff;
    padding: 3.75rem 0;
    text-align: center;
}

.wivpn h2 {
    margin-bottom: 2.5rem;
}

.wivpn p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .wivpn {
        padding: 3rem 0;
    }

    .wivpn h2 {
        margin-bottom: 1rem;
    }

    .wivpn p {
        font-size: 1.125rem;
        line-height: 155%;
    }
}

/* WIVPN Section */

/* best-vpn-services BENEFITS Section*/

.best-vpn-services .benefits-list.bg-gray {
    background: #ebebeb;
}

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

.best-vpn-services .benefits h4 p {
    margin-bottom: 1.25rem;
}

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

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

.best-vpn-services .benefits--item_icon {
    margin: 0;
}

.best-vpn-services .benefits--cta .cta-btn {
    border-radius: 1.25rem;
    font-size: 1.25rem;
}

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

    .best-vpn-services .benefits h4 {
        width: 100%;
    }

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

    .best-vpn-services .benefits--item {
        width: 100%;
        margin: .75rem 0;
    }

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

    .best-vpn-services .benefits--item_desc-mb {
        display: none;
    }

    .best-vpn-services .benefits--item_desc {
        overflow: auto;
        max-height: initial;
    }

    .best-vpn-services .benefits--item:after {
        content: none;
    }

    .best-vpn-services .benefits--item_text h5 {
        width: 100%;
    }

    .best-vpn-services .benefits--item_icon svg {
        width: 2rem;
        height: 2rem;
    }

    .best-vpn-services .benefits--cta {
        margin-top: 0;
    }

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

/* BENEFITS Section*/

/* Zigzag Section*/
.zigzag h2 {
    width: 100%;
}

.zigzag--item h3 {
    font-size: 2rem;
    line-height: 125%;
    margin-bottom: 1.5rem;
}

.zigzag--item p, .zigzag--item li {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 155%;
}

.zigzag--item p:last-child {
    margin-bottom: 0;
}

.zigzag--item ol, .zigzag--item ul {
    counter-reset: section;
    padding: 0;
    margin: 0;
}

.zigzag--item li {
    list-style: none;
    display: inline-flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.zigzag--item ol li p {
    width: calc(100% - 4.5rem);
}

.zigzag--item ol li:before {
    counter-increment: section;
    content: counter(section, decimal);
    margin-right: 1.5rem;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 1rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 155%;
    border-radius: 0.5rem;
    background: var(--black-text);
    color: #fff;
}

.zigzag--item ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: 1rem;
}

.zigzag--item ul li:last-child {
    margin-bottom: 0;
}

.zigzag--item ul {
    margin-bottom: 1.5rem;
}

.zigzag--item ul li:before {
    content: '';
    width: .75rem;
    height: .75rem;
    background: var(--black-text);
    border-radius: 50%;
    margin-right: .5rem;
}

.zigzag--cta .cta-btn {
    font-size: 1.25rem;
    border-radius: 1.25rem;
    padding: 1rem 3rem;
}

@media screen and (max-width: 1399px) {
    .zigzag--item ul li {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 991px) {
    .zigzag {
        padding: 3rem 0;
    }

    .zigzag--items {
        margin: 0;
    }

    .zigzag--item li {
        text-align: left;
        align-items: flex-start;
    }

    .zigzag--item ul li {
        display: inline-block;
    }

    .zigzag--item ul li:before {
        display: inline-block;
    }

    .zigzag--cta {
        margin-top: .75rem;
    }

    .zigzag--cta .cta-btn {
        padding: 1rem;
    }
}

/* Zigzag Section*/

/* vpn-protocols Zigzag Section*/
.vpn-protocols .zigzag {
    background: #EBEBEB;
}

.vpn-protocols .zigzag--item li {
    align-items: flex-start;
}

.vpn-protocols .zigzag--item li:before {
    background: url("/images/redesign/svg/check-rounded.svg") no-repeat;
    background-size: contain;
    width: 1.75rem;
    height: 1.75rem;
    filter: invert(1);
}

.vpn-protocols .zigzag--item li p {
    display: inline;
    width: calc(100% - 2.5rem);
}

@media screen and (max-width: 991px) {
    .vpn-protocols .zigzag--item li {
        display: flex;
    }

    .vpn-protocols .zigzag--item ul {
        margin-bottom: 0;
    }
}

/* vpn-protocols Zigzag Section*/

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

.vpn-features .benefits h2 {
    margin-bottom: 1.5rem;
}

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

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

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

.vpn-features .benefits--item_icon {
    padding: 1.125rem;
    border-radius: 1rem;
}

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

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

    .vpn-features .benefits--list {
        margin-bottom: 0;
    }

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

    .vpn-features .benefits--item {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: .75rem 0;
    }

    .vpn-features .benefits--item:last-child {
        margin-bottom: 0;
    }

    .vpn-features .benefits--item:after {
        content: none;
    }

    .vpn-features .benefits--item_icon {
        display: flex;
        margin-bottom: 1.5rem;
    }

    .benefits--item_text h5 {
        font-size: 1.5rem;
    }
}

/* vpn-features Benefits Section */

/* vpn-types Benefits Section */
.vpn-types .benefits {
    background: #F7F6F5;
}

.vpn-types .benefits h2 {
    margin-bottom: 1.5rem;
}

.vpn-types .benefits h4 {
    font-size: 1.25rem;
}

.vpn-types .benefits--item {
    width: calc(33.333% - 2rem);
    background: #fff;
}

.vpn-types .benefits--item_text h5 {
    font-size: 2rem;
}

.vpn-types .benefits--list {
    padding: 0;
}

@media screen and (max-width: 991px) {
    .vpn-types .benefits--list {
        padding: 0 1rem;
        margin: 0;
    }

    .vpn-types .benefits h4 {
        font-size: 1.125rem;
        margin-bottom: 0;
    }

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

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

    .vpn-types .benefits--item:after {
        content: none;
    }

    .vpn-types .benefits--item_text {
        text-align: center;
    }

    .vpn-types .benefits--item_text h5 {
        width: 100%;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 135%;
        text-align: center;
    }

    .vpn-types .benefits--item:last-child {
        margin-bottom: 0;
    }
}

/* vpn-types Benefits Section */

/* why-nh section */
.why-nh {
    background: #E9E9E9;
    padding: 3.75rem 0;
}

.why-nh h2 {
    margin-bottom: 1.5rem;
}

.why-nh h5 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    width: calc(85% - 2rem);
    margin: 0 auto;
    padding: 0;
}

.why-nh .zigzag {
    background: none;
    padding: 0;
}

.why-nh p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 155%;
}

.why-nh .subtext {
    text-align: center;
}

.why-nh .zigzag--item .zigzag--item_text {
    order: 2;
    padding-left: 2.5rem;
    padding-right: 0;
}

.why-nh .zigzag--item .zigzag--item_img {
    order: 1;
    padding-right: 2.5rem;
    padding-left: 0;
}

.why-nh--cta {
    margin-top: 4rem;
    text-align: center;
}

.why-nh--cta .cta-btn {
    border-radius: 1.25rem;
}

.support.why-nh {
    background: #F7F6F5;
}

.support.why-nh .zigzag--items, .support.why-nh .zigzag--item {
    margin: 0;
}

.support.why-nh .zigzag--item h3 {
    font-size: 3.25rem;
    margin-bottom: 1.5rem;
}

.support.why-nh .zigzag--item p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 2rem;
}

.support.why-nh .zigzag--item .zigzag--item_text {
    display: flex;
    flex-wrap: wrap;
    padding-right: 1.5rem;
}

.support.why-nh .cta-btn {
    font-size: 1rem;
    line-height: 100%;
}

@media screen and (max-width: 991px) {
    .why-nh {
        padding: 3rem 0;
    }

    .why-nh h5 {
        width: 100%;
        padding: 0 1rem;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 155%;
    }

    .why-nh .zigzag--item {
        margin-bottom: 0;
    }

    .why-nh .zigzag--item .zigzag--item_img, .why-nh .zigzag--item .zigzag--item_text {
        margin-top: 0;
        padding: 0;
        margin-bottom: 2rem;
    }

    .why-nh--cta {
        margin-top: 2rem;
    }

    .why-nh--cta .cta-btn {
        width: 100%;
        display: block;
    }

    .support.why-nh .zigzag--item h3 {
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 120%;
    }

    .support.why-nh .zigzag--item p {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 155%;
    }

    .support.why-nh .zigzag--item .zigzag--item_text {
        padding: 0;
        margin: 0;
    }
}

/* why-nh section */

/* faqs section */
.faqs-section {
    background: #fff;
}

.faqs-section .accordion-item {
    background: #F7F6F5;
    border: none;
}

#faqs-accordion {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .faqs-section {
        padding: 3rem 0;
    }

    #faqs-accordion {
        margin: 1.5rem 0 0 0;
    }

    .faqs-section .accordion-button {
        font-size: 1.125rem;
        font-weight: 500;
    }
}

/* faqs section */

/* Prefooter Section*/
.prefooter {
    background: #E9E9E9;
}

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

.prefooter a:not(.cta-btn) {
    text-decoration: none;
}

.prefooter a:not(.cta-btn):hover {
    text-decoration: underline;
}

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

.prefooter p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 135%;
}

.prefooter .cta-btn {
    padding: 1rem 2.5rem;
    font-size: 1rem;
    line-height: 100%;
}

@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*/
