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

.h1, h1 {
    font-size: 3.5rem;
}
.usntsrv-page a:not(.cta-btn) {
    text-decoration: underline;
}
.usntsrv-page a:not(.cta-btn):hover {
    text-decoration: none;
}
@media screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 575px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
    h2, .h2 {
        font-size: 2.5rem;
    }
}

/* Hero Section*/
.hero {
    border-radius: 2.5rem;
    background-color: var(--black-text);
    background-image: url("/images/redesign/what-is-a-usenet-server/hero-bg.jpg");
    background-repeat: no-repeat;
    background-position-x: 60%;
    background-size: cover;
    padding: 6rem 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: -2.75rem;
}

.hero img {
    width: auto;
}
.hero h1, .hero h5 {
    margin-bottom: 1rem;
    padding-right: 4rem;
}

.hero__cta-group {
    margin: 1.5rem 0;
}

.hero__cta-group img {
    margin-left: 1.5rem;
}

.hero .mbg-text {
    margin: .75rem 0 0;
}

.hero .hero-foreground {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    object-fit: cover;
    height: 100%;
    padding: 0;
}

.hero-devices {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 1.5rem;
    align-items: center;
    width: 100%;
}
.hero-devices p {
    font-size: 1rem;
    font-weight: 400;
    margin-right: .5rem;
    margin-bottom: 0;
}
.hero-devices svg {
    margin: 0 .25rem;
    height: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .hero {
        padding: 4rem 0;
    }
}
@media screen and (max-width: 1199px) {
    .hero {
        padding: 3rem 0;
    }
    .hero .hero-foreground {
        width: 45%;
        object-position: 45%;
    }
    .hero__cta-group {
        margin: 1rem 0
    }
    .hero__cta-group img {
        margin-left: 1rem;
    }
    .hero .col-6 {
        width: 56%;
    }
}

@media screen and (max-width: 991px) {
    .hero {
        padding-bottom: 0;
        border-radius: 2.5rem;
        margin-bottom: -2.75rem;
    }
    .hero .hero-foreground {
        width: 100%;
        object-position: center;
        position: initial;
        margin-top: 3rem;
    }
    .hero .col-6 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero h1, .hero h5 {
        text-align: center;
        padding: 0;
    }
    .hero__cta-group {
        display: flex;
        flex-direction: column;
    }
    .hero__cta-group img {
        height: 5rem;
        margin: 1.5rem 0 0;
    }
    .hero-devices {
        display: none;
    }
}

/* Hero Section*/

/* USNTSRV Content*/
.usntsrv-content {
    padding: 6.5rem 0 3.75rem 0;
    border-radius: 0 0 2.5rem 2.5rem;
    background: #F7F6F5;

}
.usntsrv-content.bg-white {
    top: auto;
    padding: 3.75rem 0;
}
.usntsrv-content.bg-lighter {
    border-radius: 0;
}
.usntsrv-content .usntsrv-heading {
    text-align: center;
    margin-bottom: 2rem;
}
.usntsrv-content .h1 {
    margin-bottom: 1.5rem;
}
.usntsrv-content .usntsrv-heading p {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
}

.usntsrv-content__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 2rem 0 .25rem;
}
.usntsrv-content__text {
    width: 60%;
}
.usntsrv-content__text ul {
    margin: 0;
    padding: 0;
}
.usntsrv-content__text li {
    list-style: none;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 155%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: .75rem 0;
}

.usntsrv-content__text li:before {
    content:"·";
    font-size: 6rem;
    vertical-align:middle;
    line-height: 1rem;
}
.usntsrv-content__text li p {
    width: 85%;
    margin: 0 0 0 .5rem;
}
.usntsrv-content__image {
    width: 40%;
}
.usntsrv-content__item .pl {
    padding-left: 2.55rem;
}
.usntsrv-content__item .pr {
    padding-right: 2.55rem;
}
.usntsrv-content__item h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 1.5rem;
}
.usntsrv-content.bg-white .usntsrv-content__item h3 {
    font-size: 3.5rem;
}
.usntsrv-content__item p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 155%;
    margin-bottom: 1.75rem;
}
.usntsrv-content__item img {
    border-radius: 2.5rem;
}
@media screen and (max-width: 1199px){
    .usntsrv-content__item .pr {
        padding-right: 1rem;
    }
    .usntsrv-content__item .pl {
        padding-left: 1rem;
    }
    .usntsrv-content__image, .usntsrv-content__text {
        width: 50%;
    }
    .usntsrv-content__item h3 {
        font-size: 2rem;
    }
    .usntsrv-content__item p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px){
    .usntsrv-content {
        background: #F7F6F5FF;
        padding: 5.5rem 0 2.5rem 0;
    }
    .usntsrv-content.bg-white, .usntsrv-content.bg-lighter {
        padding: 2.5rem 0;
        background: #fff;
    }
    .usntsrv-content .h1 {
        line-height: 120%;
    }
    .usntsrv-content .usntsrv-heading {
        margin-bottom: 1rem;
    }
    .usntsrv-content.bg-lighter .usntsrv-heading {
        margin-bottom: 0;
    }
    .usntsrv-content .usntsrv-heading p {
        line-height: 155%;
        font-size: 1.125rem;
    }
    .usntsrv-content__item .pl, .usntsrv-content__item .pr {
        padding: 0;
    }
    .usntsrv-content__image {
        width: 100%;
        order: -1;
    }
    .usntsrv-content__text {
        width: 100%;
    }
    .usntsrv-content__item {
        margin: 1rem 0 .25rem;
    }
    .usntsrv-content__item p {
        margin-bottom: 1rem;
        text-align: center;
        line-height: 150%;
    }
    .usntsrv-content__image {
        margin: 1.5rem auto;
        order: 2;
    }
    .usntsrv-content.bg-lighter .usntsrv-content__image {
        order: -1;
        margin-top: 0;
        margin-bottom: 2.5rem;
    }
    .usntsrv-content__item img {
        border-radius: 1.75rem;
    }
    .usntsrv-content__item h3 {
        text-align: center;
        line-height: 125%;
    }
    .usntsrv-content.bg-white .usntsrv-content__item h3 {
        font-size: 2.5rem;
    }
    .usntsrv-content__text ul {
        margin-top: 2.5rem;
    }
    .usntsrv-content__text li {
        align-items: flex-start;
    }
    .usntsrv-content__text li p {
        text-align: left;
        width: 90%;
    }
    .usntsrv-content__text li:before {
        line-height: 2.25rem;
    }
}
/* USNTSRV Content*/

/* BENEFITS Section*/
.benefits-list.bg-gray {
    background: #ebebeb;
}
.benefits h2 {
    width: 75%;
    margin: auto;
}
.benefits h4 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    width: 90%;
    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;
}
.benefits--item_text h5 {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 125%;
}
.benefits--item_icon {
    margin: 0;
}
@media screen and (max-width: 991px) {
    .benefits h2 {
        width: 100%;
    }
    .benefits h4 {
        width: 100%;
    }
    .benefits h4 p {
        font-size: 1.125rem;
        line-height: 155%;
    }
    .benefits--item {
        width: 100%;
        margin: .75rem 0;
    }
    .benefits--item_icon {
        display: initial;
        padding: 1.125rem;
        border-radius: 1rem;
    }
    .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--item_icon svg {
        width: 2rem;
        height: 2rem;
    }
    .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*/

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


/* Prefooter Section*/
.prefooter {
    border-radius: 0;
    background: #EBEBEB;
}
.prefooter img {
    left: auto;
    right: 0;
    object-position: right;
    border-radius: 2.5rem 0 0 2.5rem;
}
.prefooter h2 {
    margin-bottom: 1rem;
}
.prefooter p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 155%;
    margin-top: 0;
}
.prefooter p span {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    display: block;
    margin-top: 1rem;
}
@media screen and (max-width: 991px) {
    .prefooter {
        padding: 1rem 0 3rem;
    }
    .prefooter img {
        border-radius: 0;
    }
    .prefooter p {
        font-size: 1rem;
        line-height: 150%;
    }
    .prefooter .cta-btn {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 120%;
        border-radius: 1.25rem;
        width: 100%;
    }
}
/* Prefooter Section*/
