.wcs-custom-page {
    position: relative;
    font-size: 16px;
    color: #000;
    font-family: 'PeridotPERegular';
    text-align: center;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #fff;
}
.wcs-hero{
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    background: #000;
}

.wcs-hero img{
    display: block;
    width: 100%;
}

.wcs-hero .wcs-logo{
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
    display: block;
    width: 280px;
}

.wcs-hero .wcs-title{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
    text-align: center;

    color: #FFF;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: -0.3px;
}
@media screen and (min-width: 960px)  and (max-width: 1439px) {

    .wcs-hero{
        max-width: 100.00vw;
    }

    .wcs-hero .wcs-logo{
        width: 19.45vw;
    }

    .wcs-hero .wcs-title{
        bottom: 3.48vw;
        font-size: 2.09vw;
        letter-spacing: -0.02vw;
    }
}
@media screen and (max-width: 959px) {
    .wcs-hero .wcs-title {
        bottom: 20px;
        font-size: 23px;
    }
}
@media screen and (max-width: 767px) {

    .wcs-hero .wcs-bg img{
        min-height: 400px;
        object-fit: cover;
    }

    .wcs-hero .wcs-logo{
        width: 220px;
    }

    .wcs-hero .wcs-title {
        bottom: 20px;
        font-size: 22px;
        padding: 0 10px;
    }

}

.wcs-intro{
    padding: 30px 20px 200px 20px;
    max-width: 1440px;
    margin: 0 auto;
    background: url("../images/icons/fttr-bg-intro.png") no-repeat right bottom;
    position: relative;
}

.wcs-intro::after{
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0px;
    width: 1000px;
    height: 120px;
    background: #0E8103;
}

.wcs-intro .wcs-text{
    color: #000;
    font-size: 23px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -0.46px;
    padding: 0 0 40px 0;
}

.wcs-intro .wcs-items{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 34px;
}

.wcs-intro .wcs-items .wcs-item{
    border-radius: 22px;
    background: #F2F2F3;
    padding: 30px  15px 34px 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    width: 304px;
    text-align: left;
}


.wcs-intro .wcs-items .wcs-item .wcs-item-icon img{
    display: block;
}

.wcs-intro .wcs-items .wcs-item.wcs-i1 .wcs-item-icon img{
    height: 73px;
}

.wcs-intro .wcs-items .wcs-item.wcs-i2 .wcs-item-icon img{
    height: 42px;
}

.wcs-intro .wcs-items .wcs-item.wcs-i3 .wcs-item-icon img{
    height: 64px;
}

.wcs-intro .wcs-items .wcs-item.wcs-i4 .wcs-item-icon img{
    height: 61px;
}

.wcs-intro .wcs-items .wcs-item .wcs-item-text{
    color: #000;
    font-family: 'PeridotPESemiBold';
    font-size: 18px;
    font-style: normal;
    line-height: 23.4px;
    letter-spacing: -0.36px;
}




@media screen and (min-width: 960px)  and (max-width: 1439px) {

    .wcs-intro{
        padding: 2.09vw 1.39vw 13.89vw 1.39vw;
        max-width: 100.00vw;
    }

    .wcs-intro::after{
        width: 69.45vw;
        height: 8.34vw;
    }

    .wcs-intro .wcs-text{
        font-size: 1.60vw;
        letter-spacing: -0.03vw;
        padding: 0 0 2.78vw 0;
    }

    .wcs-intro .wcs-items{
        gap: 2.37vw;
    }

    .wcs-intro .wcs-items .wcs-item{
        border-radius: 1.53vw;
        padding: 2.09vw  1.05vw 2.37vw 1.19vw;
        gap: 1.39vw;
        width: 21.12vw;
    }

    .wcs-intro .wcs-items .wcs-item.wcs-i1 .wcs-item-icon img{
        height: 5.07vw;
    }

    .wcs-intro .wcs-items .wcs-item.wcs-i2 .wcs-item-icon img{
        height: 2.92vw;
    }

    .wcs-intro .wcs-items .wcs-item.wcs-i3 .wcs-item-icon img{
        height: 4.45vw;
    }

    .wcs-intro .wcs-items .wcs-item.wcs-i4 .wcs-item-icon img{
        height: 4.24vw;
    }

    .wcs-intro .wcs-items .wcs-item .wcs-item-text{
        font-size: 1.25vw;
        line-height: 1.63vw;
        letter-spacing: -0.02vw;
    }
}
@media screen and (max-width: 959px) {
    .wcs-intro .wcs-text{
        font-size: 20px;
    }

    .wcs-intro .wcs-text br{
        display: none;
    }

    .wcs-intro .wcs-items{
        flex-wrap: wrap;
    }

    .wcs-intro .wcs-items .wcs-item{
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 767px) {


    .wcs-intro{
        background-size: auto 120px;
        padding-bottom: 120px;
    }

    .wcs-intro::after{
        display: none;
    }

    .wcs-intro .wcs-text {
        font-size: 18px;
        line-height: 140%;
    }

    .wcs-intro .wcs-items{
        width: 100%;
    }

    .wcs-intro .wcs-items .wcs-item{
        width: 100%;
    }
    .wcs-intro .wcs-items .wcs-item {
        border-radius: 22px;
        padding: 25px  15px;
        gap: 18px;
    }

    .wcs-intro .wcs-items .wcs-item .wcs-item-text{
        font-size: 15px;
    }
}

.wcs-plans{
    padding: 0px 20px 90px 20px;
    margin: -40px auto 0 auto;
}

.wcs-plans .wcs-title{
    color: #000;
    font-family: 'BTCosmoBold';
    font-size: 62px;
    font-style: normal;
    line-height: 92%;
    letter-spacing: -1.24px;
    padding: 0 0 42px 0;
}

.wcs-plans .wcs-items{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 22px;
}

.wcs-plans .wcs-items .wcs-item{
    width: 425px;
    border-radius: 12px;
    background: #F2F2F3;
    padding: 21px 14px 14px 14px;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-wrapper{
    border-radius: 12px;
    background: #FFF;
    padding: 14px 0 10px 0;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-coverage{
    padding: 5px 15px 7px 15px;
    border-radius: 50px;
    background: #000;
    color: #F2F2F3;
    text-align: right;
    font-family: 'PeridotPEBold';
    font-size: 14px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -0.14px;
    display: inline-block;
}


.wcs-plans .wcs-items .wcs-item .wcs-item-title{
    margin: 17px auto 0 auto;
    min-height: 124px;
    color: #212121;
    font-family: 'BTCosmoBold';
    font-size: 29px;
    font-style: normal;
    line-height: 105%;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-title .wcs-green{
    color: #36B22D;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-title .wcs-blue{
    color: #00A5E3;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-title img{
    display: block;
    margin: 0 auto;
    max-width: 165px;
    width: 100%;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-text{
    min-height: 160px;
    color: #212121;
    font-size: 15px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: -0.3px;
    text-align: left;
    padding: 10px 60px 10px 60px;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-text ul,
.wcs-plans .wcs-items .wcs-item .wcs-item-text li{
    margin: 0px;
    padding: 0px;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-text li{
    line-height: 120%;
    padding: 0px 0 20px 0;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-text li::marker {
    color: #0E8103;
}

.wcs-plans .wcs-item-photo{
    padding: 0 0 10px 30px;
    min-height: 182px;
}

.wcs-plans .wcs-i3 .wcs-item-photo{
    min-height: 0px;
}

.wcs-plans .wcs-item-photo img{
    display: block;
    margin: 0 ;
    max-width: 330px;
}

.wcs-plans .wcs-item.wcs-i1 .wcs-item-photo img{
    height: 130px;
}

.wcs-plans .wcs-item.wcs-i2 .wcs-item-photo img{
    height: 164px;
}

.wcs-plans .wcs-item.wcs-i3 .wcs-item-photo img{
    height: 116px;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-actions{
    border-top: 1px solid #ADADAD;
    padding: 20px 12px 6px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}


.wcs-plans .wcs-items .wcs-item .wcs-item-price{
    color: #212121;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.15px;
    text-align: left;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-price strong{
    font-family: 'BTCosmoBold';
    font-size: 24px;
    line-height: 120%;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-more{
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    background: #0E8103;

    color:  #FFF;
    text-align: center;
    font-family: 'BTCosmoBold';
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
}


.wcs-plans .wcs-disclaimer{
    color: #6F6F6F;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.28px;
    padding: 45px 0 0 0;
    max-width: 850px;
    margin: 0 auto;
}

.wcs-plans .wcs-disclaimer a{
    text-decoration: underline;
    color: inherit;
}


@media screen and (min-width: 960px)  and (max-width: 1439px) {

    .wcs-plans{
        padding: 0.00vw 1.39vw 6.25vw 1.39vw;
        margin: -2.77vw auto 0 auto;
    }

    .wcs-plans .wcs-title{
        font-size: 4.31vw;
        letter-spacing: -0.08vw;
        padding: 0 0 2.92vw 0;
    }

    .wcs-plans .wcs-items{
        gap: 1.53vw;
    }

    .wcs-plans .wcs-items .wcs-item{
        width: 29.52vw;
        border-radius: 0.84vw;
        padding: 1.46vw 0.98vw 0.98vw 0.98vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-wrapper{
        border-radius: 0.84vw;
        padding: 0.98vw 0 0.70vw 0;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-coverage{
        padding: 0.35vw 1.05vw 0.49vw 1.05vw;
        border-radius: 3.48vw;
        font-size: 0.98vw;
        letter-spacing: 0.00vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-title{
        margin: 1.19vw auto 0 auto;
        min-height: 8.62vw;
        font-size: 2.02vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-title img{
        max-width: 11.46vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-text{
        min-height: 11.12vw;
        font-size: 1.05vw;
        letter-spacing: -0.02vw;
        padding: 0.70vw 4.17vw 0.70vw 4.17vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-text li{
        padding: 0.00vw 0 1.39vw 0;
    }

    .wcs-plans .wcs-item-photo{
        padding: 0 0 0.70vw 2.09vw;
        min-height: 12.64vw;
    }

    .wcs-plans .wcs-item-photo img{
        max-width: 22.92vw;
    }

    .wcs-plans .wcs-item.wcs-i1 .wcs-item-photo img{
        height: 9.03vw;
    }

    .wcs-plans .wcs-item.wcs-i2 .wcs-item-photo img{
        height: 11.39vw;
    }

    .wcs-plans .wcs-item.wcs-i3 .wcs-item-photo img{
        height: 8.06vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-actions{
        border-top: 0.07vw solid #ADADAD;
        padding: 1.39vw 0.84vw 0.42vw 0.84vw;
        gap: 1.39vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-price{
        font-size: 1.05vw;
        letter-spacing: -0.01vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-price strong{
        font-size: 1.67vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-more{
        padding: 0.70vw 0.84vw;
        border-radius: 0.56vw;
        font-size: 0.98vw;
    }

    .wcs-plans .wcs-disclaimer{
        font-size: 0.98vw;
        letter-spacing: -0.01vw;
        padding: 3.13vw 0 0 0;
        max-width: 59.03vw;
    }
}
@media screen and (max-width: 959px) {

    .wcs-plans .wcs-items{
        width: 1320px;
    }

    .wcs-plans .wcs-title{
        font-size: 45px;
    }

}
@media screen and (max-width: 767px) {

    .wcs-plans{
        margin-top: 0px;
        padding-top: 20px;
    }

    .wcs-plans .wcs-items{
        width: calc(330px * 3);
        gap: 10px;
    }

    .wcs-plans .wcs-items .wcs-item{
        width: 330px;
    }
    .wcs-plans .wcs-items .wcs-item .wcs-item-text {
        padding: 0 30px;
    }

    .wcs-plans .wcs-item-photo{
        padding: 0 10px 10px 10px;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-coverage{
        font-size: 12px;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-title{
        min-height: 150px;
    }
}

.wcs-how-works{
    background: #004B87;
    color: #fff;
    padding: 50px 20px;
}

.wcs-how-works .wcs-title{
    color: #FFF;
    text-align: center;
    font-family: 'BTCosmoBold';
    font-size: 62px;
    font-style: normal;
    line-height: 111%;
    letter-spacing: -1.24px;
    padding: 0 0 40px 0;
}

.wcs-how-works .wcs-items{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    padding: 0 0 95px 0;
}

.wcs-how-works .wcs-items .wcs-item{
    padding: 25px 30px;
    background: rgba(0, 52, 94, 0.4);
    border-radius: 22px;

    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: -0.32px;
    width: 430px;
    text-align: left;
}


.wcs-how-works .wcs-routers{
    max-width: 1320px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.wcs-how-works .wcs-routers .wcs-routers-hold{
    padding: 24px 34px;
    background: rgba(0, 52, 94, 0.4);
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 305px;
    font-size: 14.4px;
    color: #fff;
    font-family: 'PeridotPEBold';
}

.wcs-how-works .wcs-routers .wcs-routers-hold .wcs-router .wcs-router-photo{
    min-height: 97px;
}

.wcs-how-works .wcs-routers .wcs-links{
    padding: 24px 34px;
    background: rgba(0, 52, 94, 0.4);
    border-radius: 22px;
    width: 305px;
    font-size: 14.4px;
    color: #fff;
    font-family: 'PeridotPEBold';
}

.wcs-how-works .wcs-routers .wcs-links a{
    color: #fff;
    text-decoration: underline;
    font-size: 14.4px;
    font-family: 'PeridotPEBold';
}

.wcs-how-works .wcs-house{
    max-width: 1440px;
    margin: -220px auto 0 auto;
    position: relative;
    z-index: 1;
}

.wcs-how-works .wcs-house img{
    display: block;
    width: 100%;
}

.wcs-how-works .wcs-text{
    padding: 30px 0 0 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.wcs-how-works .wcs-text a{
    color: inherit;
    text-decoration: underline;
}



@media screen and (min-width: 960px)  and (max-width: 1439px) {
    .wcs-how-works{
        padding: 3.48vw 1.39vw;
    }

    .wcs-how-works .wcs-title{
        font-size: 4.31vw;
        letter-spacing: -0.08vw;
        padding: 0 0 2.78vw 0;
    }

    .wcs-how-works .wcs-items{
        gap: 1.05vw;
        padding: 0 0 6.60vw 0;
    }

    .wcs-how-works .wcs-items .wcs-item{
        padding: 1.74vw 2.09vw;
        border-radius: 1.53vw;
        font-size: 1.12vw;
        letter-spacing: -0.02vw;
        width: 29.87vw;
    }

    .wcs-how-works .wcs-routers{
        max-width: 91.67vw;
        gap: 0.70vw;
    }

    .wcs-how-works .wcs-routers .wcs-routers-hold{
        padding: 1.67vw 2.37vw;
        border-radius: 1.53vw;
        gap: 1.39vw;
        width: 21.19vw;
        font-size: 1.00vw;
    }

    .wcs-how-works .wcs-routers .wcs-routers-hold .wcs-router .wcs-router-photo{
        min-height: 6.74vw;
    }

    .wcs-how-works .wcs-routers .wcs-links{
        padding: 1.67vw 2.37vw;
        border-radius: 1.53vw;
        width: 21.19vw;
        font-size: 1.00vw;
    }

    .wcs-how-works .wcs-routers .wcs-links a{
        font-size: 1.00vw;
    }

    .wcs-how-works .wcs-house{
        max-width: 100.00vw;
        margin: -15.27vw auto 0 auto;
    }

    .wcs-how-works .wcs-text{
        padding: 2.09vw 0 0 0;
        font-size: 1.12vw;
        letter-spacing: -0.02vw;
    }
}
@media screen and (max-width: 959px) {

    .wcs-how-works .wcs-title{
        font-size: 45px;
    }

    .wcs-how-works .wcs-house {
        margin: -20px auto 0 auto;
    }

    .wcs-how-works .wcs-items .wcs-item{
        font-size: 15px;
    }

}
@media screen and (max-width: 767px) {

    .wcs-how-works .wcs-title {
        font-size: 37px;
    }

    .wcs-how-works .wcs-items{
        flex-direction: column;
        padding: 0 0 50px 0;
    }

    .wcs-how-works .wcs-items .wcs-item{
        width: 100%;
        font-size: 15px;
        padding: 20px;
    }

    .wcs-how-works .wcs-routers .wcs-routers-hold,
    .wcs-how-works .wcs-routers .wcs-links{
        width: 100%;
        max-width: 335px;
    }

    .wcs-how-works .wcs-house {
        margin: 14px -20px 0 -20px;
    }

    .wcs-how-works .wcs-text{
        font-size: 15px;
    }

    .wcs-how-works .wcs-text br{
        display: none;
    }
}

.wcs-benefits{
    padding: 105px 20px 90px 20px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.wcs-benefits .wcs-title{
    color: #000;
    font-family: 'BTCosmoBold';
    font-size: 62px;
    font-style: normal;
    line-height: 92%;
    letter-spacing: -1.24px;
    padding: 0 0 40px 0;
}

.wcs-benefits .wcs-items{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}

.wcs-benefits .wcs-items .wcs-item{
    width: 650px;
    border-radius: 20px;
    position: relative;
    background: #000;
}

.wcs-benefits .wcs-items .wcs-item .wcs-item-bg img{
    display: block;
    width: 100%;
    border-radius: 20px;
}

.wcs-benefits .wcs-items .wcs-item .wcs-item-content{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0 30px 57px 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
    color: #fff;
}

.wcs-benefits .wcs-items .wcs-item .wcs-item-icon{
    width: 82px;
}

.wcs-benefits .wcs-items .wcs-item .wcs-item-icon img{
    display: block;
    width: 100%;
}

.wcs-benefits .wcs-items .wcs-item .wcs-item-title{
    color: #FFF;
    font-family: 'BTCosmoBold';
    font-size: 24px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.24px;
}

.wcs-benefits .wcs-items .wcs-item .wcs-item-text{
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.62);
    font-size: 16px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: -0.16px;
}


@media screen and (min-width: 960px)  and (max-width: 1439px) {
    .wcs-benefits{
        padding: 7.30vw 1.39vw 6.25vw 1.39vw;
        max-width: 100.00vw;
    }

    .wcs-benefits .wcs-title{
        font-size: 4.31vw;
        letter-spacing: -0.08vw;
        padding: 0 0 2.78vw 0;
    }

    .wcs-benefits .wcs-items{
        gap: 1.39vw;
    }

    .wcs-benefits .wcs-items .wcs-item{
        width: 45.14vw;
        border-radius: 1.39vw;
    }

    .wcs-benefits .wcs-items .wcs-item .wcs-item-bg img{
        border-radius: 1.39vw;
    }

    .wcs-benefits .wcs-items .wcs-item .wcs-item-content{
        padding: 0 2.09vw 3.96vw 2.09vw;
        gap: 1.39vw;
    }

    .wcs-benefits .wcs-items .wcs-item .wcs-item-icon{
        width: 5.70vw;
    }

    .wcs-benefits .wcs-items .wcs-item .wcs-item-title{
        font-size: 1.67vw;
        letter-spacing: -0.01vw;
    }

    .wcs-benefits .wcs-items .wcs-item .wcs-item-text{
        text-shadow: 0 0.07vw 0.07vw rgba(0, 0, 0, 0.62);
        font-size: 1.12vw;
        letter-spacing: -0.01vw;
    }
}
@media screen and (max-width: 959px) {

    .wcs-benefits .wcs-title{
        font-size: 45px;
    }


    .wcs-benefits .wcs-items .wcs-item {
        width: 650px;
    }

    .wcs-benefits .wcs-items{
        flex-wrap: nowrap;
        width: calc(650px * 4);
    }

}
@media screen and (max-width: 767px) {

    .wcs-benefits{
        padding-bottom: 0px;
    }

    .wcs-benefits .wcs-items{
        width: calc(320px * 4);
        gap: 10px;
    }

    .wcs-benefits .wcs-items .wcs-item{
        width: 320px;
    }

    .wcs-benefits .wcs-items .wcs-item .wcs-item-bg img{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .wcs-benefits .wcs-items .wcs-item .wcs-item-content{
        position: relative;
        left: auto;
        bottom: auto;
        gap: 15px;
        padding: 65px 30px 30px 30px;
    }

    .wcs-benefits .wcs-items .wcs-item .wcs-item-content br{
        display: none;
    }

    .wcs-benefits .wcs-items .wcs-item .wcs-item-icon {
        width: 64px;
    }
    .wcs-benefits .wcs-items .wcs-item .wcs-item-title {
        font-size: 22px;
    }

    .wcs-benefits .wcs-items .wcs-item .wcs-item-text{
        font-size: 15px;
    }

}

.wcs-faq{
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0px 20px 40px 20px;
}


.wcs-faq .wcs-title{
    color: #000;
    font-family: 'BTCosmoBold';
    font-size: 27px;
    line-height: 111%;
    letter-spacing: -0.8px;
    margin: 0px;
    padding: 0px;
    border: none;
}

.wcs-faq .wcs-items{
    width: 760px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 16px;
}


.wcs-faq .wcs-items .wcs-item{
    border-radius: 6px;
    background: #F7F7F7;
    padding: 15px 20px;
    width: 100%;
    border: none;
}

.wcs-faq .wcs-items .wcs-item-q{
    color: #666;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.3px;
    transition: all 200ms;
    position: relative;
    padding: 0 !important;
    display: block;
    background: none;
    border: 0px;
    width: 100%;
    text-align: left;
}

.wcs-faq .wcs-items .wcs-active .wcs-item-q{
    color: #509E2F;
    font-family: 'PeridotPE-Bold';
    font-size: 21px;
    line-height: 140%;
    letter-spacing: -0.42px;
    text-decoration: none !important;

}

.wcs-faq .wcs-items .wcs-item-q::after{
    content: "";
    position: absolute;
    right: 0;
    left: 97% !important;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px !important;
    height: 30px !important;
    background: url("../images/icons/fttr-faq-icon.svg") no-repeat center center !important;
    background-size: contain !important;
}

.wcs-faq .wcs-items .wcs-active .wcs-item-q::after{
    transform: translate(0, -50%) rotate(180deg);
    top: 15px;
}


.wcs-faq .wcs-items .wcs-item-ans{
    color: #666;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.3px;
    padding: 20px 0 0 0;
    display: none;
}

.wcs-faq .wcs-items .wcs-item-ans ul,
.wcs-faq .wcs-items .wcs-item-ans li{
    margin: 0px;
    padding: 0px;
}



.wcs-faq .wcs-items .wcs-item-ans li{
    margin: 0 0 0 15px;
}


/* //////////////////////////////////////////////////////////////////////////////////// */


@media screen and (min-width: 960px)  and (max-width: 1439px) {
    .wcs-faq{
        max-width: 78.48vw;
        padding: 0.00vw 1.39vw 2.78vw 1.39vw;
    }

    .wcs-faq .wcs-title{
        font-size: 1.88vw;
        letter-spacing: -0.05vw;
    }

    .wcs-faq .wcs-items{
        width: 52.78vw;
        gap: 1.12vw;
    }

    .wcs-faq .wcs-items .wcs-item{
        border-radius: 0.42vw;
        padding: 1.05vw 1.39vw;
    }

    .wcs-faq .wcs-items .wcs-item-q{
        font-size: 1.05vw;
        letter-spacing: -0.02vw;
        padding: 0 3.48vw 0 0;
    }

    .wcs-faq .wcs-items .wcs-active .wcs-item-q{
        font-size: 1.46vw;
        letter-spacing: -0.02vw;
    }

    .wcs-faq .wcs-items .wcs-item-q::after{
        width: 2.09vw;
        height: 2.09vw;
    }

    .wcs-faq .wcs-items .wcs-item-ans{
        font-size: 1.05vw;
        letter-spacing: -0.02vw;
        padding: 1.39vw 0 0 0;
    }

    .wcs-faq .wcs-items .wcs-item-ans li{
        margin: 0 0 0 1.05vw;
    }

}

@media screen and (max-width: 959px) {

    .wcs-faq{
        flex-direction: column;
        gap: 20px;
    }

    .wcs-faq .wcs-content{
        width: 100%;
    }

    .wcs-faq .wcs-items{
        width: 100%;
    }

}


@media screen and (max-width: 767px) {

    .wcs-faq{
        padding: 50px 15px;
    }

    .wcs-faq .wcs-content .wcs-title{
        font-size: 30px;
    }

}

.wcs-bottom-links{
    padding: 30px 20px 100px 20px;
}

.wcs-bottom-links a{
    color: #000;
    display: inline-block;
    text-decoration: underline;
    font-size: 15px;
}


@media screen and (min-width: 960px)  and (max-width: 1439px) {

    .wcs-bottom-links{
        padding: 2.09vw 1.39vw 6.95vw 1.39vw;
    }

    .wcs-bottom-links a{
        font-size: 1.05vw;
    }
}
@media screen and (max-width: 959px) {
    .wcs-scroll-content{
        overflow: auto;
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-right: 20px;
        padding-left: 20px;
    }

    .wcs-scroll-content::-webkit-scrollbar {
        display: none;
    }
}
@media screen and (max-width: 767px) {



}




