/*
WCS custom styles:
use classes with the prefix: .wcs-
*/

@font-face {
    font-family: TeleNeo;
    src: url('../fonts/TeleNeoWeb-Regular.eot');
    src: url('../../redesign/fonts/TeleNeoWeb-Regular.woff2') format('woff2'),
         url('../fonts/TeleNeoWeb-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: TeleNeo;
    src: url('../fonts/TeleNeoWeb-Medium.eot');
    src: url('../../redesign/fonts/TeleNeoWeb-Medium.woff2') format('woff2'),
         url('../fonts/TeleNeoWeb-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: TeleNeo;
    src: url('../fonts/TeleNeoWeb-Bold.eot');
    src: url('../fonts/TeleNeoWeb-Bold.woff2') format('woff2'),
         url('../../redesign/fonts/TeleNeoWeb-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: TeleNeo;
    src: url('../fonts/TeleNeoWeb-ExtraBold.eot');
    src: url('../../redesign/fonts/TeleNeoWeb-ExtraBold.woff2') format('woff2'),
         url('../fonts/TeleNeoWeb-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: TeleNeo-Var;
    src: url('../fonts/TeleNeoVariable-Upright.woff2') format('woff2');
    font-weight: 1 999;
    font-style: normal;
}




body.wcs-locked{
	overflow:hidden;
}

html,body{
	padding: 0px;
	margin: 0px;
}


.wcs-custom-page{
	position:relative;
	font-size:24px;
	color:#000;
	font-family: TeleNeo-Var;
	font-weight: 400;
	text-align: center;
	padding: 0px 0 0 0;
	overflow: hidden;
}

.wcs-custom-page *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wcs-custom-page a{
	color: inherit;
}


.wcs-clear{
	clear:both;
}

.wcs-custom-page h1,
.wcs-custom-page h2,
.wcs-custom-page h3,
.wcs-custom-page h4,
.wcs-custom-page h5,
.wcs-custom-page h6{
	margin: 0px;
	padding: 0px;
}


.wcs-custom-page p{
	margin: 0px;
	padding: 0 0 20px 0;
}
.wcs-custom-page p:last-child{
	padding: 0px;
}

.wcs-mob-br{
    display: none;
}

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

    .wcs-scroll-content{
        overflow: auto;
        width: calc(100vw + 40px);
        margin-right: -20px;
        margin-left: -20px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-right: 60px;
        padding-left: 20px;
    }

    .wcs-scroll-content::-webkit-scrollbar {
      display: none;
    }

}


.wcs-custom-page img.wcs-img-4mob{
    display: none !important;
}
    
@media screen and (max-width: 767px) {
  

    .wcs-custom-page img.wcs-img-4desk{
        display: none !important;
    }
    
    .wcs-custom-page img.wcs-img-4mob{
        display: block !important;
    }

    .wcs-mob-scroller{
        overflow: auto;
        width: calc(100% + 20px);
        margin-right: -20px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-right: 20px;
    }

    .wcs-mob-scroller::-webkit-scrollbar {
      display: none;
    }

    .wcs-mob-br{
        display: block !important;
    }

}



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


.wcs-hero{
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    background: #000;
}

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

.wcs-hero .wcs-content{
    position: absolute;
    left: 0px;
    bottom: 0px;

    padding: 0 0 120px 70px;
    text-align: left;
    color: #fff;

}

.wcs-hero .wcs-title{
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.48px;
}

.wcs-hero .wcs-text{
    padding: 24px 0 0 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 655;
    line-height: 110%;
    letter-spacing: -0.24px;
}

.wcs-hero .wcs-text strong{
    font-weight: 800;
}

@media screen and (min-width: 960px)  and (max-width: 1439px) {
    .wcs-hero{
      max-width: 100.00vw;
    }

    .wcs-hero .wcs-content{
      padding: 0 0 8.34vw 4.87vw;
    }

    .wcs-hero .wcs-title{
      font-size: 3.34vw;
      letter-spacing: -0.03vw;
    }

    .wcs-hero .wcs-text{
      padding: 1.67vw 0 0 0;
      font-size: 1.67vw;
      letter-spacing: -0.01vw;
    }
}
@media screen and (max-width: 959px) {
   .wcs-hero .wcs-content {
        padding: 0 0 60px 24px;
    }

    .wcs-hero .wcs-title{
        font-size: 36px;
    }

    .wcs-hero .wcs-text {
        padding: 18px 0 0 0;
        font-size: 18px;
    }

    .wcs-hero .wcs-bg img{
        min-height: 66vw;
        object-fit: cover;
        object-position: left bottom;
    }
}
@media screen and (max-width: 767px) {


    .wcs-hero .wcs-content {
        padding: 0 0 36px 26px;
    }

}

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



.wcs-intro{
    padding: 64px 20px;
    max-width: 1440px;
    margin: 0 auto;
    
    position: relative;
}

.wcs-intro .wcs-title{
    color: #000;
    text-align: center;

    font-size: 32px;
    font-style: normal;
    font-weight: 655;
    line-height: 110%; 
    letter-spacing: -0.32px;
}


.wcs-intro .wcs-text{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.2px;
    padding: 20px 0 48px 0;
}

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

.wcs-intro .wcs-items .wcs-item{
    border-radius: 12px;
    background: #F2F2F3;
    padding: 32px  24px;
    width: 314px;
    text-align: left;
    position: relative;
}   


.wcs-intro .wcs-items .wcs-item.wcs-i1::after{
    content: "";
    position: absolute;
    left: 106px;
    top: 33px;
    width: 87px;
    height: 51px;
    background: url("../images/img-wifi-certified.webp") no-repeat center center;
    background-size: cover;
}




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


.wcs-intro .wcs-items .wcs-item .wcs-item-title{
    color: #000;

    font-size: 24px;
    font-style: normal;
    font-weight: 655;
    line-height: 110%;
    letter-spacing: -0.24px;
    padding: 32px 0 0 0;

    
}

.wcs-intro .wcs-items .wcs-item .wcs-item-text{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    padding: 12px 0 0 0;
}


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

    .wcs-intro .wcs-title{
      font-size: 2.23vw;
      letter-spacing: -0.02vw;
    }

    .wcs-intro .wcs-text{
      font-size: 1.39vw;
      letter-spacing: -0.01vw;
      padding: 1.39vw 0 3.34vw 0;
    }

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

    .wcs-intro .wcs-items .wcs-item{
      border-radius: 0.84vw;
      padding: 2.23vw  1.67vw;
      width: 21.81vw;
    }

    .wcs-intro .wcs-items .wcs-item.wcs-i1::after{
      left: 7.37vw;
      top: 2.30vw;
      width: 6.05vw;
      height: 3.55vw;
    }

    .wcs-intro .wcs-items .wcs-item .wcs-item-icon img{
      width: 3.34vw;
    }

    .wcs-intro .wcs-items .wcs-item .wcs-item-title{
      font-size: 1.67vw;
      letter-spacing: -0.01vw;
      padding: 2.23vw 0 0 0;
    }

    .wcs-intro .wcs-items .wcs-item .wcs-item-text{
      font-size: 1.12vw;
      padding: 0.84vw 0 0 0;
    }
}
@media screen and (max-width: 959px) {

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

    .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{
        padding: 35px 20px;
    }

    .wcs-intro .wcs-title{
        font-size: 27px;
    }

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


    .wcs-intro .wcs-text {
        font-size: 18px;
        padding: 16px 0 24px 0;
    }

    .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: 64px 20px;
    margin: 0 auto;
}

.wcs-plans .wcs-title{
   color: #000;
   
    font-size: 48px;
    font-style: normal;
    font-weight: 655;
    line-height: 100%; 
    letter-spacing: -0.48px;
    padding: 0 0 48px 0;
}

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

.wcs-plans .wcs-items .wcs-item{
    width: 346px;
    border-radius: 12px;
    text-align: left;
    
}

.wcs-plans .wcs-items .wcs-item .wcs-item-top{
    border-radius: 24px;
    background: #F1F1F1;
    padding: 16px;
    min-height: 344px;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-coverage{
    padding: 4px 8px;
    border-radius: 6px;
    background: #fff;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 655;
    line-height: 125%;
    letter-spacing: 0;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-photo{
    max-width: 298px;
    width: 100%;
    margin: 20px auto 0 auto;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-photo img{
    display: block;
    width: 100%;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-title{
    padding: 12px 0 8px 0;

    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 655;
    line-height: 100%;
    letter-spacing: 0;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-specs{
    min-height: 160px;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-specs,
.wcs-plans .wcs-items .wcs-item .wcs-item-specs ul,
.wcs-plans .wcs-items .wcs-item .wcs-item-specs li{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    color: #616161;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    letter-spacing: 0px;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-specs li{
    margin: 0 0 0 0px;
    padding: 0 0 0 20px;
    background: url("../images/icons/icon-checkmark.svg") no-repeat left 1px;
}



.wcs-plans .wcs-items .wcs-item .wcs-item-free{
    padding: 2px 8px;
    border-radius: 6px;
    background: #E20074;

    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 655;
    line-height: 125%; 
    letter-spacing: 0;
}


.wcs-plans .wcs-items .wcs-item .wcs-item-price{
    padding: 8px 0 24px 0;

    color: #616161;

    font-size: 16px;
    font-style: normal;
    font-weight: 655;
    line-height: 125%; 
    letter-spacing: 0;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-price strong{
    color: #000;

    font-size: 22px;
    font-style: normal;
    font-weight: 655;
    line-height: 100%; 
    letter-spacing: 0px;
}
.wcs-plans .wcs-items .wcs-item .wcs-item-more{
    background: #E20074;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    transition: all 200ms;
    text-decoration: none;
    font-family: TeleNeo-Var;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 20px;
    z-index: 2;
    text-align: center;
    display: block;
    display: inline-block;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-more::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #E20074;
    border-radius: 20px;
    transition: all 200ms;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-more:hover::before{
    transform: scale(1.05);
}


.wcs-plans .wcs-disclaimer{
    color: #6F6F6F;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0px;
    padding: 48px 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: 4.45vw 1.39vw;
    }

    .wcs-plans .wcs-title{
      font-size: 3.34vw;
      letter-spacing: -0.03vw;
      padding: 0 0 3.34vw 0;
    }

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

    .wcs-plans .wcs-items .wcs-item{
      width: 24.03vw;
      border-radius: 0.84vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-top{
      border-radius: 1.67vw;
      padding: 1.12vw;
      min-height: 23.89vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-coverage{
      padding: 0.28vw 0.56vw;
      border-radius: 0.42vw;
      font-size: 1.12vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-photo{
      max-width: 20.70vw;
      margin: 1.39vw auto 0 auto;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-title{
      padding: 0.84vw 0 0.56vw 0;
      font-size: 1.53vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-specs{
      min-height: 11.12vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-specs,
    .wcs-plans .wcs-items .wcs-item .wcs-item-specs ul,
    .wcs-plans .wcs-items .wcs-item .wcs-item-specs li{
      font-size: 1.12vw;
      line-height: 1.39vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-specs li{
      padding: 0 0 0 1.39vw;
      background: url("../images/icon-checkmark.svg") no-repeat left 0.07vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-free{
      padding: 0.14vw 0.56vw;
      border-radius: 0.42vw;
      font-size: 1.12vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-price{
      padding: 0.56vw 0 1.67vw 0;
      font-size: 1.12vw;
    }

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

    .wcs-plans .wcs-items .wcs-item .wcs-item-more{
      font-size: 1.12vw;
      line-height: 1.39vw;
      padding: 0.70vw 1.39vw;
      border-radius: 1.39vw;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-more::before{
      border-radius: 1.39vw;
    }

    .wcs-plans .wcs-disclaimer{
      font-size: 0.98vw;
      padding: 3.34vw 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;
    }

    .wcs-plans .wcs-disclaimer br{
        display: none;
    }

}
@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-title{
        padding: 0 0 24px 0;
    }
}

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


.wcs-how-works{
    background: #000;
    color: #fff;
    padding: 56px 64px;
}

.wcs-how-works .wcs-title{
    color: #FFF;
  
    font-size: 48px;
    font-style: normal;
    font-weight: 655;
    line-height: 100%; 
    letter-spacing: -0.48px;
    padding: 0 0 64px 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: #E20074;
    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: #E20074;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 305px;
    
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; 

}

.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: #E20074;
    border-radius: 22px;
   width: 305px;
   font-size: 14.4px;
   color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; 
}

.wcs-how-works .wcs-routers .wcs-links a{
    
    text-decoration: underline;
     font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; 
}

.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: 14px;
    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.89vw 4.45vw;
    }

    .wcs-how-works .wcs-title{
      font-size: 3.34vw;
      letter-spacing: -0.03vw;
      padding: 0 0 4.45vw 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.12vw;
    }

    .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;
      font-size: 1.12vw;
    }

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

    .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: 0.98vw;
      letter-spacing: -0.02vw;
    }
}
@media screen and (max-width: 959px) {

    .wcs-how-works{
        padding: 64px 32px;
    }

    .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 {
        padding: 45px 16px;
    }

    .wcs-how-works .wcs-title {
        font-size: 28px;
        padding: 0 0 24px 0;
    }

    .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: 64px 20px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.wcs-benefits .wcs-title{
    color: #000;
    text-align: center;

    font-size: 48px;
    font-style: normal;
    font-weight: 655;
    line-height: 100%;
    letter-spacing: -0.48px;
    padding: 0 0 48px 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: 593px;
    border-radius: 24px;
    position: relative;
    background: #F1F1F1;
    overflow: hidden;
}

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

.wcs-benefits .wcs-items .wcs-item .wcs-item-content{
    
    padding: 40px 32px 32px 32px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 24px;
    color: #000;
}

.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: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 655;
    line-height: 100%;
    letter-spacing: 0;
}

.wcs-benefits .wcs-items .wcs-item .wcs-item-text{
   color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0;
}


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

    .wcs-benefits .wcs-title{
      font-size: 3.34vw;
      letter-spacing: -0.03vw;
      padding: 0 0 3.34vw 0;
    }

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

    .wcs-benefits .wcs-items .wcs-item{
      width: 41.19vw;
      border-radius: 1.67vw;
    }

    .wcs-benefits .wcs-items .wcs-item .wcs-item-content{
      padding: 2.78vw 2.23vw 2.23vw 2.23vw;
      gap: 1.67vw;
    }

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

    .wcs-benefits .wcs-items .wcs-item .wcs-item-title{
      font-size: 2.23vw;
    }

    .wcs-benefits .wcs-items .wcs-item .wcs-item-text{
      font-size: 1.12vw;
    }
}
@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: 45px 20px 0 20px;
    }

    .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-content{
        position: relative;
        left: auto;
        bottom: auto;
        gap: 15px;
        padding: 30px 24px;
    }

    .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-benefits .wcs-title {
        font-size: 36px;
        padding: 0 0 24px 0;
    }

}

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


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


.wcs-faq .wcs-title{
   color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 655;
    line-height: 100%; 
    letter-spacing: -0.32px;
    margin: 0px;
    padding: 0px 0 37px 0;
}

.wcs-faq .wcs-items{
    width: 1060px;
    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;
    padding: 15px 0px;
    width: 100%;
}

.wcs-faq .wcs-items .wcs-item-q{
   
    color: #000;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;

    transition: all 200ms;
    position: relative;
    padding: 0 50px 0 0;
    display: block;
    background: none;
    border: 0px;
    width: 100%;
    text-align: left;
}


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

.wcs-faq .wcs-items .wcs-active .wcs-item-q::after{
    transform: translate(0, -50%);
}


.wcs-faq .wcs-items .wcs-item-ans{
    color: #000;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; 
    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: 2.23vw;
      letter-spacing: -0.02vw;
      padding: 0.00vw 0 2.57vw 0;
    }

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

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

    .wcs-faq .wcs-items .wcs-item-q{
      font-size: 1.12vw;
      padding: 0 3.48vw 0 0;
    }

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

    .wcs-faq .wcs-items .wcs-item-ans{
      font-size: 0.98vw;
      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) {
   
}
@media screen and (max-width: 767px) {

   

}
p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    font-family: "TeleNeo Var-Regular", Helvetica;
}
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */






























