.symf_area--header {
    background-image: url(../img/ksef/baner.jpg);
}
.symf_area--headerTitle span{
    color: #00dc00;
    font-weight: bold;
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
}
.symf_area--headerDesc{
    margin-top: 0;
}

.symf_area--doubleSection.sec1{

}

.symf_area--doubleSection.sec1 h2{
    color: #003349;
    position: relative;
    font-size: 3rem;
    line-height: initial;
    font-weight: 500;
}

.symf_area--doubleSection.sec1 h2 span{
    position: relative;
    z-index: 10;
    font-size: 3rem;
    line-height: initial;
    font-weight: 500;
    color: var(--alt-blue);
    font-family: 'Quicksand',sans-serif;
}


.symf_area--doubleSection.sec1 .symf_area--sectionImgSide{
    background-image: url(../img/ksef/1sec.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 720px;
}


.symf_area--doubleSection.sec6 .symf_area--sectionImgSide{
    background-image: url(../img/ksef/2sec.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 720px;
}

.symf_area--doubleSection.sec3 .symf_area--sectionImgSide{
    background-image: url(../img/ksef/3sec.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 720px;
}


/* .symf_area--sectionContentSideTitle.blob_title:after {
    content: "";
    width: 17rem;
    height: 5rem;
    background-image: url(../img/hsys/color_blob.webp);
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
    left: -140px;
    top: -7px;
} */

.symf_area--sectionContentSideDesc{
    margin: 1rem;
}

.symf_area--sectionContentSideDesc span{
    font-size: 1.3rem;
    font-weight: 700;
    position: relative;
}

.symf_area--sectionContentSideDesc span:after {
    content: "";
    width: 100%;
    height: 1rem;
    background-color: #00dc00;
    opacity: .17;
    position: absolute;
    left: 0;
    top: 50%;
}

.symf_area--doubleSection.sec1 .infoBox{
    background-color: white;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    max-width: 30rem;
    text-align: left;
    margin: 0 1rem;
}
.symf_area--doubleSection.sec1 .infoBox .symf_area--subHeaderTitle{
    margin: 2rem;
    font-family: 'Quicksand';
}
.symf_area--doubleSection.sec1 .infoBox .symf_area--subHeaderDesc{

}
.symf_area--sectionGrabber{
    max-width: 88rem;
}


.custom_br{
    flex-direction: column;
}
.custom_br h3 {
    position: relative;
    
}
.custom_br h3 span{
    font-family: 'Quicksand', sans-serif;
    font-size: 3rem;
    color: #003349;
    font-weight: 500;
    text-align: center;
    z-index: 10;
    position: relative;
    
}
/* .custom_br h3:after {
    content: "";
    width: 17rem;
    height: 5rem;
    background-image: url(../img/hsys/color_blob.webp);
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
    right: -140px;
    top: -12px;
} */
.symf_area--subHeader.ed1.ed2{
    background-color: white;
    padding-top: 6rem;
}
.symf_area--subHeader.ed1.ed2 p{
    width: 100%;
    max-width: 60rem;
    text-align: center;
}


.symf_area--subHeader.ed1.ed2.ed3 h3{
    text-align: left;
    width: 100%;
    max-width: 60rem;
    font-size: 1.6rem;
}
.symf_area--subHeader.ed1.ed2.ed3 p{
    text-align: left;
    font-size: 1rem;
}

.symf_area--support{
    background:none;
}

.custom_br p{
    text-align: center;
}

.symf_dots{
    padding-top: 0;
    padding-bottom: 6rem;
}

.symf_dots--grabber{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.symf_dots--box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 17rem;
}
.symf_dots--box p{
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    margin: 1rem;
}
.symf_dots--icon{
    background-color: #f2f1f7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
}
.symf_dots--icon img{
    width: 6rem;
    height: auto;
}
/*******/
.symf_area--subHeader{
    /* background-image: url(../img/ksef/poz2.webp); */
    /* background-color: #f2f1f7; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.symf_area--subHeader.ed1{
    background-color: #f2f1f7;
}

.symf_area--subHeader.ed1 .symf_area--subHeaderContent{
    align-items: normal;
}
.symf_area--subHeader.ed1 .symf_area--subHeaderBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
    justify-content: space-between;
    width: 22rem;
}

.symf_area--subHeader.ed1 .symf_area--subHeaderDesc{
    margin: 1rem;
}

.symf_area--subHeaderContent{
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    
}   

.symf_area--subHeaderBox{
    background-color: white;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    max-width: 22rem;
    text-align: center;
}
.symf_area--subHeaderTitle{
    color: var(--main-color);
    font-size: 1.3rem;
}
.symf_area--subHeaderTitle span{
    color: black;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.3rem;
}
.symf_area--subheaderIcon{
    width: 20rem;
    height: auto;
}

.symf_kseffeatures{
    padding-bottom: 6rem;
    background-color: #F1F1F9;
}

.symf_kseffeatures--holder{

}

.symf_kseffeatures--title{
    text-align: center;
    width: 100%;
    max-width: 55rem;
    margin: 0 auto;
}
.symf_kseffeatures--title h2{
    font-size: 2.1rem;
}
.symf_kseffeatures--title h3{
    font-size: 1.4rem;
    line-height: 2rem;
    max-width: 40rem;
    margin: 0 auto;
}

.symf_kseffeatures--boxes{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 90rem;
    margin-top: 1rem;
    justify-content: center;
}

.symf_kseffeatures--box{
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem;
    justify-content: flex-start;
    align-items: center;
    width: 20rem;
    margin: 1rem;
    text-align: center;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    border-radius: .5rem;
    
}
.symf_kseffeatures--boxImg{
    height: 6rem;
    width: 6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.symf_kseffeatures--boxImg.pc1{
    background-image: url(../img/ksef/ico1.webp);
}
.symf_kseffeatures--boxImg.pc2{
    background-image: url(../img/ksef/ico2.webp);
}
.symf_kseffeatures--boxImg.pc3{
    background-image: url(../img/ksef/ico3.webp);
}
.symf_kseffeatures--boxImg.pc4{
    background-image: url(../img/ksef/ico4.webp);
}
.symf_kseffeatures--boxImg.pc5{
    background-image: url(../img/ksef/ico5.webp);
}
.symf_kseffeatures--boxImg.pc6{
    background-image: url(../img/ksef/ico6.webp);
}
.symf_kseffeatures--boxImg.pc7{
    background-image: url(../img/ksef/ico7.webp);
}

.symf_kseffeatures--box span{
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.7rem;
    margin-top: 1rem;
}
.symf_kseffeatures--box p{
    font-size: 1.1rem;
    margin: .9rem 0;
}


.symf_ksefmap{
margin-bottom: 6rem;
padding-top: 0;
}

.symf_ksefmap--holder{
    text-align: center;
}

.symf_ksefmap--title{
    max-width: 55rem;
}

.symf_ksefmap--img{
    width: 100%;
    max-width: 55rem;
    height: auto;
    margin-top: 3rem;
}
.symf_ksefmap h5{
    color: var(--main-color);
    font-size: 1.6rem;
    font-family: 'Quicksand';
}

.symf_ksefmap--list{
    margin-top: 2rem;
}
.symf_ksefmap--list li{
    font-size: 1.3rem;
    position: relative;
    padding-left: 2rem;
    line-height: 1.6rem;
    text-align: left;
    margin: 1rem;
}


.symf_ksefmap--list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: var(--main-color);
    font-weight: bold;
    background-image: url(../img/check.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.1rem;
    height: 1.1rem;
}

.symf_eduSch{
padding-bottom: 6rem;
}

.symf_eduSch--holder{

}

.symf_eduSch--imgs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.symf_eduSch--img{
    width: auto;
    height: 6rem;
    margin: 0.5rem;
}

/**/

.symf_ksefLastSection{
    background-image: url(../img/ksef/tlo_boxy.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 6rem;
}


.symf_ksefLastSection--grabber{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.symf_ksefLastSection--content{
    max-width: 40rem;
    margin: 0 auto;
}
.symf_ksefLastSection--content h2{
    color: #00dc00;
}
.symf_ksefLastSection--content p{
    color: white;
}

.symf_ksefLastSection--boxes{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 78rem;
    flex-wrap: wrap;
}

.symf_ksefLastSection--boxcontent{
    background: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 18rem;
    height: 17rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin: 0.5rem;
    border-radius: .5rem;
    flex-direction: column;
}



.symf_ksefLastSection--boxcontent:nth-of-type(1){
    background-image: url(../img/ksef/1.webp);
}
.symf_ksefLastSection--boxcontent:nth-of-type(2){
    background-image: url(../img/ksef/2.webp);
}
.symf_ksefLastSection--boxcontent:nth-of-type(3){
    background-image: url(../img/ksef/3.webp);
}
.symf_ksefLastSection--boxcontent:nth-of-type(4){
    background-image: url(../img/ksef/4.webp);
}
.symf_ksefLastSection--boxcontent:nth-of-type(5){
    background-image: url(../img/ksef/5.webp);
}
.symf_ksefLastSection--boxcontent:nth-of-type(6){
    background-image: url(../img/ksef/6.webp);
}
.symf_ksefLastSection--boxcontent:nth-of-type(7){
    background-image: url(../img/ksef/7.webp);
} 

.symf_ksefLastSection--boxcontent p{
    font-weight: bold;
    font-size: 1.1rem;
    font-family: 'Quicksand', sans-serif;
}

.symf_ksefLastSection--boxcontent span{
    line-height: normal;
    margin: 1rem;
}

/**/
.formsection{
    padding-bottom: 6rem;
}

.formsection--holder{
    text-align: center;
    width: 100%;
    /* max-width: 57rem; */
}

.formsection--holder h2{
    font-size: 3rem;
}

.formsection--holder h2 span{
 font-size: 3rem;
 color: #00dc00;
 font-family: 'Quicksand', sans-serif;
 font-weight: bold;
}

.globalFormGrabber1{
    height: 115rem;
    margin-top: 5rem;
    width: 100%;
    padding-top: 5rem;
}




/**/


.shoplinkSection{
    margin-bottom: 6rem;
    display: flex;
    flex-direction: column;
}
.shoplinkSection_holder{

}


.shoplinkSection_title{
    font-family: 'Quicksand', sans-serif;
    font-size: 3.2rem;
    color: var(--altblue-color);
    text-align: center;

}
.shoplinkSection_subtitle{
    font-family: 'Quicksand', sans-serif;
    font-size:1.6rem;
    font-weight: 500;
    text-align: center;
}

.shoplinkSection_line{
    position: relative;
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shoplinkSection_mainline{
    height: 0px;
    width: 100%;
    border: 1px solid lightgray;
    opacity: .9;
}
.shoplinkSection_linebutton{
    position: absolute;
    right: 0;
    background-color: white;
    color: black;
    padding: 1rem;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

.shoplinkSection_linebutton::after{
    content: ">";
    position: absolute;
    right: 0;
    color: var(--main-color);
}
.shoplinkSection_boxGrabberAddons{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.shoplinkSection_mainHolder{
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    flex-wrap: wrap;
    align-items: flex-end;
}
.shoplinkSection_plusCircle{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.shoplinkSection_plusCircle span{
    font-size: 2rem;
    font-family: 'Quicksand', sans-serif;
}
/*box*/
.shoplinkSection_box{
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    margin: 1rem;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    width: 22rem;
    justify-content: space-between;
}
.shoplinkSection_box.addonEdit{
    min-height: auto;
    box-shadow: none;
}
.shoplinkSection_box-topPart {
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;

    visibility: hidden;
  }

.popularBlue .shoplinkSection_box-topPart{
    background-color: var(--altblue-color);
    
}
.popularBlue .shoplinkSection_box-topPart span{
    color: white;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    position: relative;
}

.popularBlue .shoplinkSection_box-topPart span:after{
    content: "\2605";
    position: absolute;
    left: -2rem;
    font-size: 1.3rem;
    top: -0.3rem;
}


.shoplinkSection_box-middlePartLine{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 2rem;
    width: 100%;
    padding: 0 2rem;
    margin-top: 1rem;
}
.shoplinkSection_box-middlePartLine span:last-of-type{
    position: absolute;
    background-color: white;
    color: black;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    padding-right: 1rem;
}
.shoplinkSection_box-middlePartLine span:first-of-type{
    height: 0px;
    width: 100%;
    border: 1px solid var(--main-color);
    opacity: .9;
}
.popularBlue .shoplinkSection_box-middlePartLine span:first-of-type{
    border: 1px solid var(--altblue-color);
}



.shoplinkSection_box-packageName{
    position: relative;
}
.shoplinkSection_box-packageName .shoplinkSection_box-packageNameSubTitle{
    font-size: 1rem;
    font-weight: 300;
}
.shoplinkSection_box-packageName span{
    position: absolute;
    left: 0;
    background-color: var(--main-color);
    width: 1rem;
    height: 1rem;
    top: 0.3rem;
    display: none;
}
.popularBlue .shoplinkSection_box-packageName span{
    background-color: var(--altblue-color);
}

.shoplinkSection_box-packageName p{
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    margin-top: -0.5rem;
    margin-left: 2rem;
    margin-top: .1rem;
}

.shoplinkSection_box-list{
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    min-height: 24rem;
}
.shoplinkSection_box-listTitle{
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}
.shoplinkSection_box-listTitlePlus{
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    width: 5rem;
    text-align: center;
    margin-top: 0.5rem;
}

.shoplinkSection_box-list ul{
    margin-top: 1rem;
}
.shoplinkSection_box-list ul li{
    position: relative;
    padding-left: 2rem;
    line-height: initial;
    font-size: 1rem;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 1rem;
}


.shoplinkSection_box-list ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: var(--main-color);
    font-weight: bold;
    background-image: url(../img/check.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.1rem;
    height: 1.1rem;
}
.popularBlue .shoplinkSection_box-list ul li::before{
    color: var(--altblue-color);
}


.shoplinkSection_box-text p{
    font-size: 1.1rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

.shoplinkSection_box-line{
    height: 0px;
    border: 2px solid var(--main-color);
    margin: 0 2rem;
    width: 7rem;
    margin-bottom: 3rem;
}

.popularBlue .shoplinkSection_box-line{
    border: 2px solid var(--altblue-color);
}


.shoplinkSection_box-part1{
margin-bottom: 2rem;
}
.shoplinkSection_box-price{
    margin-bottom: 2rem;
}
.boxPriceEdit{
    transform: scale(0.8);
    margin-left: -2rem;
}
.shoplinkSection_box-price p{
    margin: 1rem 2rem;
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}
.shoplinkSection_box-price span{
    margin: 0 2rem;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    display: inline-block;
}


.shoplinkSection_box-button {
    display: flex;
    justify-content: center;
    margin: 2rem;
  }
.shoplinkSection_box-price-line{

}
.shoplinkSection_box-price-line span{
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
}

.shoplinkSection_box-price-line .pricePromoBox{
    color: #FF0000;
    text-decoration: line-through;
}
.shoplinkSection_info{
    text-align: center;
}

  .priceAdd1,.priceAdd2,.priceAdd3{
    position: relative;
  }
  .priceAdd1:after, .priceAdd2:after, .priceAdd3:after,.priceAdd4:after{
    content: "+ Vat";
    position: absolute;
    right: 6rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    bottom: -0.5rem;
  }
  .priceAdd2:after,.priceAdd4:after{
      right: 8rem;
  }
  .addonsLine{
    background-color: #009A00;
    width: 100%;
    height: 2px;
    margin: 0rem;
    max-width: 2rem;
}
.addonsLineTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.addonsSuperLine{
    vertical-align: super;
    display: inline-block;
    scale: .7;
}
.addonsTitle{
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.promoNote{
    font-size: 1rem;
    margin-top: 6rem;
    width: 100%;
    max-width: 70rem;
    text-align: center;
}
.promoNote2 li{
    line-height: normal;
    margin: 0.5rem 0rem;
}

.shoplinkSectionEditFst{
    margin-bottom: 0;
}
.shoplinkSectionEditSec{
    padding-top: 0;
}
.shoplinkSectionEditSec .shoplinkSection_mainHolder{
    margin-top: 0;
}

.symf_ksefmap--list a {
    color: var(--main-color);
    font-weight: 500;
  }
/* infolinia */
.numinfo_sec{
    padding-top: 2rem;
}

.numinfo_sec-holder{
    background-image: url(../img/ksef_num/bg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 88rem;
    padding: 2.5rem;
    background-color: #FAFAFA;
    border-top-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

.numinfo_sec-mainbox{
    display: flex;
    justify-content: center;
    align-items: center;
}

.numinfo_sec-mainboxlft{

}
.numinfo_sec-mainboxlft img{
    width: auto;
    height: 27.6rem;
}

.numinfo_sec-mainboxrgt{
    display: flex;
    flex-direction: column;

}
.numinfo_sec-mainboxrgt h5, .numinfo_sec-mainboxrgt h5 span{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 4rem;
    line-height: normal;
}
.numinfo_sec-mainboxrgt h5 span{
    color: #009A00;
}

.numinfo_sec-mainboxrgt h6, .numinfo_sec-mainboxrgt h6 span{
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: normal;
    margin-top: .5rem;
}

.numinfo_sec-mainboxrgt h6 span{
    font-weight: 500;
    margin: 0;
}
.numinfo_sec-mainboxrgt .numinfo_sec-num{
    color: #003349;
    font-size: 6rem;
    font-weight: bold;
    line-height: normal;
}
.numinfo_sec-mainboxrgt .numinfo_sec-ext{
    font-family: 'Quicksand', sans-serif;
}

.numinfo_sec-bottomPart{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4rem;
    padding-left: 1rem;
}
.numinfo_sec-bottomPart .blob{
    width: 3.2rem;
    height: 3.2rem;
    background-color: #06DF09;
    border-radius: 50%;
}
.numinfo_sec-bottomPartText{
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    margin-left: 2rem;
    display: inline-block;
    font-size: 1.2rem;
}
.numinfo_sec-bottomPartText span{
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    color: #009A00;
    font-size: 1.2rem;
}

/**/
.numinfo_secMobile{
    display: none;
    flex-direction: column;
    padding: 2rem 1rem;
    background-color: #F5F5F5;
    border-bottom-right-radius: 5rem;
}
.numinfo_secMobile-t{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: normal;
}
.numinfo_secMobile-t span{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #009A00;
    font-size: 2.1rem;
    line-height: normal;
}
.numinfo_secMobile-s{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: normal;
    margin: 1rem 0.5rem;
}


.numinfo_secMobile-l{
    font-size: 4rem;
    text-decoration: none;
    color: #003349;
    font-weight: bold;
}

.numinfo_secMobile-b{
    background-image: url(../img/ksef_num/mobilebg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 27rem;
}
.numinfo_secMobile-b p{
    margin: 1rem 0.5rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    width: 100%;
    max-width: 15rem;
    margin-bottom: 4rem;
}
.numinfo_secMobile-b p b{
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
color: #009A00;
}
.numinfo_secMobile-e{
    line-height: normal;
    font-size: .9rem;
    margin: 1rem 0.5rem;
}

@media only screen and (max-width: 1280px){
    .numinfo_sec-bottomPart .blob{
        display: none;
    }
    .numinfo_sec-bottomPartText{
        margin: 0;
    }
    .numinfo_sec-bottomPart{
        margin-top: 1.5rem;
    }
}
@media only screen and (max-width: 1230px){
    .symf_area--sectionGrabber{
        flex-direction: column;
    }
    .symf_area--sectionContentSide{
        width: 100%;
    }
    .symf_area--sectionImgSide{
        width: 100%;
        height: 35rem;
    }
}


@media only screen and (max-width: 1060px){
    .numinfo_sec-mainboxrgt .numinfo_sec-num{
        font-size: 5rem;
    }
}

@media only screen and (max-width: 1000px){
.numinfo_sec{
    display: none;
}
.numinfo_secMobile{
    display: flex;
}
}

@media only screen and (max-width: 900px){
    .symf_eduSteps--boxes{
        flex-wrap: wrap;
    }
    .symf_area--subHeaderContent{
        max-width: 100%;
    }
    .symf_area--subHeader.ed1 .symf_area--subHeaderContent{
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 790px){
    .shoplinkSection_box-list{
        min-height: auto;
    }
}