

.ebr_sec1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    overflow: hidden;
    padding-bottom: 12rem;
}

.ebr_sec1-grabber{
    width: 100%;
    max-width: 100rem;
    display: flex;
    position: relative;
}


.ebr_sec1-grabber::after {
    content: "";
    position: absolute;
    background-image: url(../img/cyfr_new/pixels.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -40rem;
    bottom: -15rem;
    width: 57rem;
    height: 30rem;
    z-index: -1;
}

.ebr_sec1-lft{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top:6rem;
    padding-bottom: 4rem;
    padding-right: 1.5rem;
}

.ebr_sec1-lft-logo{
    width: 13rem;
    height: 5.2rem;
    margin: 2rem 2rem 0 2rem;
}

.ebr_sec1-title{
    font-family: 'Quicksand', sans-serif;
    margin-top: 0;
    line-height: 4rem;
}
.ebr_sec1-subtitle{
    width: 100%;
    max-width: 38rem;
    line-height: 2.5rem;
}

.ebr_sec1-list{
    font-family: 'Quicksand', sans-serif;
    margin: 0rem 2rem;
    list-style: disc;
}
.ebr_sec1-list li{
    margin: 1rem;
}
.ebr_sec1-list li img{
    width: 5rem;
    margin: .1rem;
}

.ebr_sec1-lft-box{
    display: flex;
}
.ebr_sec1-lft-box a{
    color: white;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    background-color: #009A00;
    min-width: 10rem;
    max-width: fit-content;
    height: auto;
    padding: 1rem;
    font-weight: bold;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: .3rem;
   
    border: none;
    margin: 2rem 0 2rem 2rem;
}

.ebr_sec1-lft-box a:nth-child(2){
    background-color: white;
    border: .1rem solid #1B589D;
    color: #1B589D;
}

.ebr_sec1-boxsub{
    font-family: 'Quicksand', sans-serif;
    margin: -1rem 2rem 2rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    color: #7C7C7C;
}

.ebr_sec1-lft-box1{
    display: flex;
}
.ebr_sec1-lft-box1 img{
    width: 10rem;
    height: 3rem;
    margin: 2rem;

}

.ebr_sec1-rgt{
    width: 100%;
    background-image: url(../img/platformab2b/main.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}


/**/

.ebr_sec2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ebr_sec2-grabber{
    width: 100%;
    max-width: 100rem;
    display: flex;
    flex-direction: column;
}
.ebr_sec2-title{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    margin: 2rem;
    font-weight: bold;
    line-height: normal;
}
.ebr_sec2-boxes{
    display: flex;
    flex-wrap: wrap;
}

.ebr_sec2-box{
    width: 45%;
    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);
    border-radius: 1.5rem;
    border-top: .3rem solid #1B589D;
    margin: 2rem;
    padding: 1rem;
}
.ebr_sec2-boxtitle{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
}
.ebr_sec2-boxgrabber{
    display: flex;
    margin: 2rem;
}
.ebr_sec2-boxgrabber img{
    width: 8rem;
    height: 8rem;
}
.ebr_sec2-boxgrabber p{
    margin: 0 0 2rem 2rem;
}

/**/

.ebr_sec3{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 0;
    margin-top: -10rem;
}
.ebr_sec3-grabber{
    width: 100%;
    max-width: 100rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
/* .ebr_sec3-grabber::after{
    content: "";
    position: absolute;
    background-image: url(../img/ebiura_biurarachunkowe/pixels.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -10rem;
    top: 8rem;
    width: 57rem;
    height: 30rem;
    z-index: -1;
} */
.ebr_sec3-title{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    margin: 2rem;
    font-weight: bold;
    line-height: normal;
}
.ebr_sec3-subtitle{
    font-size: 1rem;
    margin-top: 0;
    color: #707070;

}

.ebr_sec3-content{
    display: flex;
    margin: 4rem 0;
}
.ebr_sec3-content-lft{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ebr_sec3-box{
    border-radius: 1rem;
    padding: 1rem;
    background-color: lightgray;
    width: 47%;
    margin: .5rem;

    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);
}

.ebr_sec3-box p{
    font-size: 1.2rem;
    font-family: 'Quicksand', sans-serif;
    margin: 1rem;
    font-weight: bold;
}
.ebr_sec3-box p span{
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
}

.ebr_sec3-box.bx1{
    background-color: #1B589D;
    color: white;
}
.ebr_sec3-box.bx2{
    background-color: white;
}
.ebr_sec3-box.bx2 span{
    color: #1B589D;
}
.ebr_sec3-box.bx3{
    background-color: white;
}
.ebr_sec3-box.bx3 span{
    color: #1B589D;
}
.ebr_sec3-box.bx4{
    background-color: #00CC00;
    color: white;
}

.ebr_sec3-content-rgt{
    width: 100%;
    background-image: url(../img/platformab2b/pic1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45%;
}

/**/

.ebr_sec4{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    overflow: hidden;
}
.ebr_sec4-grabber{
    width: 100%;
    max-width: 100rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
.ebr_sec4-title{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    margin: 2rem;
    font-weight: bold;
    line-height: normal;
}
.ebr_sec4-boxes{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.ebr_sec4-box{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    width: 33%;

}
.ebr_sec4-box img{
    width: 10rem;
    height: 10rem;
    margin-bottom: 1rem;
}
.ebr_sec4-box p{
    font-family: 'Quicksand', sans-serif;
    margin: 1rem 0 1rem 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.ebr_sec4-box ul{
    list-style: disc;
    padding: 1rem;
}
.ebr_sec4-box ul li{
    margin: .5rem 0;
    line-height: normal;
    font-size: 1.2rem;
    font-family: 'Quicksand', sans-serif;
}


.ebr_sec4-grabber::after{
    content: "";
    position: absolute;
    background-image: url(../img/ebiura_biurarachunkowe/blob.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -35rem;
    bottom: -5rem;
    width: 57rem;
    height: 30rem;
    z-index: -1;
}

/**/
.ebr_sec5{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    overflow: hidden;
    background-color: #F5F5F5;
    border-top-right-radius: 10rem;
    margin-bottom: 0;
    padding-bottom: 6rem;
}
.ebr_sec5-grabber{
    width: 100%;
    max-width: 100rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.ebr_sec5-grabber::after{
    content: "";
    position: absolute;
    background-image: url(../img/ebiura_biurarachunkowe/blob1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -10rem;
    bottom: 0rem;
    width: 20rem;
    height: 4rem;
}
.ebr_sec5-title{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    margin: 2rem;
    font-weight: bold;
    width: 100%;
    max-width: 70rem;
    line-height: normal;
}
.ebr_sec5-content{
    display: flex;
}
.ebr_sec5-content-lft{
    width: 100%;
    padding-right: 1rem;
}
.ebr_sec5-content-lft p{
    color: #1B589D;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 2rem;
    line-height: normal;
    width: auto;
    max-width: 45rem;
}
.ebr_sec5-content-lft ul{
    padding-left: 3.6rem;
    margin-top: 4rem;
}
.ebr_sec5-content-lft ul li{
    position: relative;
    font-size: 1.6rem;
    font-family: 'Quicksand', sans-serif;
    margin: 1rem 0;
    line-height: normal;
    width: 100%;
    max-width: 46rem;
}
.ebr_sec5-content-lft ul li a{
    text-decoration: none;
    color: black;
}
.ebr_sec5-content-lft ul li a:hover{
    text-decoration: underline;
}
.ebr_sec5-content-lft ul li::before{
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url(../img/ebiura_biurarachunkowe/arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -1.5rem;
    top: 0.5rem;
}
.ebr_sec5-content-rgt{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.ebr_sec5-content-rgtTitle{
    width: 100%;
    max-width: 43rem;
}
.ebr_sec5-video{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ebr_sec5-videoinfo{
    background-color: white;
    border-radius: 1rem;
    padding: 1rem 2rem;
    width: 100%;
    max-width: 43rem;
    margin-top: 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);
}
.ebr_sec5-videoinfo img{
    width: 8rem;
    height: auto;
    margin-bottom: 1rem;
}
.ebr_sec5-videoinfo p{
    margin: 0;
    font-size: 1.2rem;
}
.ebr_sec5-videoinfo span{
    font-weight: bold;
    font-size: 1.2rem;
    margin: .5rem 0;
    display: inline-block;
}

/**/

.ebr_sec6{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    overflow: hidden;
    background-color: #F5F5F5;
    margin-bottom: 0;
    padding-bottom: 6rem;
}
.ebr_sec6-grabber{
    width: 100%;
    max-width: 100rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
.ebr_sec6-title{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    margin: 2rem;
    font-weight: bold;
    line-height: normal;
    width: 100%;
    max-width: 57rem;
}
.ebr_sec6-content{
    display: flex;
    margin-top: 3rem;
}
.ebr_sec6-content-lft{
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/ebiura_biurarachunkowe/bb1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 35rem;
}
.ebr_sec6-content-lft-box{
    padding: 1rem 2rem;
    border-radius: 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);
    background-color: white;
    width: 100%;
    max-width: 30rem;
}
.ebr_sec6-content-lft-box p{
    font-size: 1.2rem;
    font-family: 'Quicksand', sans-serif;
    margin: 1rem 0;
}
.ebr_sec6-content-lft-box p:nth-child(1){
    font-weight: bold;
    font-size: 1.6rem;
}
.ebr_sec6-content-lft-box ul{
        list-style-type: disc;
        font-family: 'Quicksand', sans-serif;
        padding-left: 1.5rem;
}
.ebr_sec6-content-lft-box li{
    margin: .5rem 0;
    line-height: normal;
}
.ebr_sec6-content-rgt{
    width: 100%;
    background-image: url(../img/ebiura_biurarachunkowe/img1.png);
    background-position: center;
    background-size: 85%;
    background-repeat: no-repeat;
}

/**/

.ebr_sec6-edit{
    margin-top: 8rem;
}
.ebr_sec6-edit .ebr_sec6-content-rgt{
    background-image: url(../img/ebiura_biurarachunkowe/img2.png);
}
.ebr_sec6-edit .ebr_sec6-content-lft{
    background-image: url(../img/ebiura_biurarachunkowe/bb2.png);
    background-size: 75%;
}


.ebr_sec6-edit-lft{
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ebr_sec6-edit-sico{
    display: flex;
}
.ebr_sec6-edit-sico img{
    width: 10rem;
    height: 3rem;
    margin: 2rem;
}

/**/

.ebr_sec7{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    overflow: hidden;
    padding-bottom: 4rem;
}
.ebr_sec7-grabber{
    width: 100%;
    max-width: 100rem;
    background-color: #F5F5F5;
    border-bottom-right-radius: 5rem;
    padding: 2rem;
}
.ebr_sec7-content{
    display: flex;
    position: relative;
}
.ebr_sec7-lft{
    width: 100%;
    position: relative;
    z-index: 1;
}
.ebr_sec7-title{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    line-height: normal;
}
.ebr_sec7-title span{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    color: #1B589D;
    font-weight: bold;
    line-height: normal;
}
.ebr_sec7-buttons{
display: flex;
}
.ebr_sec7-buttons a{
    color: white;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    background-color: #1B589D;
    min-width: 10rem;
    max-width: fit-content;
    height: auto;
    padding: 1rem;
    font-weight: bold;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: .3rem;
    border: none;
    margin: 2rem 2rem 2rem 0rem;
}
.ebr_sec7-buttons a:nth-child(2){
    background-color: white;
    border: .1rem solid #1B589D;
    color: #1B589D;
}
.ebr_sec7-subtitle{
    font-family: 'Quicksand', sans-serif;
    margin: 0rem 2rem 2rem 0rem;
    font-size: 1rem;
    font-weight: bold;
    color: #7C7C7C;
}

.ebr_sec7-rgt{
    width: 100%;
    background-image: url(../img/ebiura_biurarachunkowe/img3.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -4rem;
    position: relative;
    z-index: 1;

}
.ebr_sec7-content::after{
    content: "";
    position: absolute;
    background-image: url(../img/ebiura_biurarachunkowe/pixel3.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -9rem;
    bottom: -7rem;
    width: 60rem;
    height: 30rem;
    z-index: 0;
}

/**/

.bb_bluebox{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 16rem;
    margin-bottom: 0;
}
.bb_bluebox-grabber{
    width: 100%;
    max-width: 100rem;
}

.bb_bluebox-content{
    display: flex;
    background-color: #0E3E75;
    border-radius: 5rem;
    padding: 2rem;
    position: relative;
}
.bb_bluebox-content::after{
    content: "";
    position: absolute;
    background-image: url(../img/cyfr_new/pixels.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -39rem;
    bottom: 6rem;
    width: 57rem;
    height: 30rem;
    z-index: 0;
}
.bb_bluebox-content::before{
    content: "";
    position: absolute;
    background-image: url(../img/cyfr_new/pixels.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -39rem;
    bottom: -20rem;
    width: 57rem;
    height: 30rem;
    z-index: 0;
}

.bb_bluebox-lft{

}
.bb_bluebox-lft img{
    width: 40rem;
    height: auto;
    margin-left: -8rem;
    margin-top: -4rem;
    position: relative;
    z-index: 1;
}

.bb_bluebox-rgt{

}

.bb_bluebox-rgt h5{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    margin: 2rem;
    font-weight: bold;
    line-height: normal;
    color: #00DC00;
}

.bb_bluebox-rgt p{
    color: white;
}


/**/
.cfr_sec6{
    display: flex;
    flex-direction: column;
    margin-top: -12rem;
}
.cfr_sec6-grabber{
    width: 100%;
    max-width: 100rem;
}

.cfr_sec6-box{
    display: flex;
    border-bottom: .15rem dashed lightgray;
    padding-bottom: 1rem;
    margin-top: 2rem;
}
.cfr_sec6-boxlft{
    display: flex;
    width: 100%;
}
.cfr_sec6-boxlft img{
    width: 10rem;
    height: 10rem;
}
.cfr_sec6-boxlft p{
    font-size: 1.8rem;
    font-family: 'Quicksand', sans-serif;
    margin: 2rem 1rem;
    line-height: normal;
    font-weight: bold;
    width: 100%;
    max-width: 27rem;
    margin-left: 4rem;
}
.cfr_sec6-boxrgt{
    width: 100%;
}
.cfr_sec6-boxrgt p{
    line-height: 2.3rem;
    font-size: 1.5rem;
}

.cfr_sec6-title{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    margin: 2rem;
    font-weight: bold;
    line-height: normal;
    width: 100%;
    max-width: 50rem;
}
.cfr_sec6-subtitle{
    width: 100%;
    max-width: 75rem;
    line-height: 2.5rem;
}

/****/

.ls-sec{
    margin-top: -12rem;
    padding-top: 0;
}
.ls-sec-grabber{
    width: 100%;
    max-width: 100rem;
    background-color: #f5f5f5;
    border-bottom-right-radius: 5rem;
    padding: 2rem;
}
.ls-sec-title{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    margin: 2rem;
    font-weight: bold;
    line-height: normal;
}
.ls-sec-boxes{
    display: flex;
    margin-top: 4rem;
}
.ls-sec-box{
    background-color: white;
    border-bottom-right-radius: 5rem;
    border-top: .5rem solid #009A00;
    margin: 1rem;
    padding: .5rem;
    padding-bottom: 1rem;
}
.ls-sec-box-title{
    font-family: 'Quicksand', sans-serif;
    margin: 1rem;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
}
.ls-sec-box-subtitle{
    margin: 1rem;
    margin-bottom: 1.5rem;
}
.ls-sec-box a{
    margin: 1rem;
}

/**/

.mv_sc{
    overflow: hidden;
    padding-bottom: 6rem;
}
.mv_sc-grabber{
    width: 100%;
    max-width: 100rem;
    position: relative;
}

.mv_sc-grabber::before {
    content: "";
    position: absolute;
    background-image: url(../img/platformab2b/px1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -18rem;
    bottom: -17rem;
    width: 57rem;
    height: 30rem;
    z-index: -1;
}


.mv_sc-content{
    display: flex;
}
.mv_sc-lft{

}
.mv_sc-title{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    margin: 2rem;
    font-weight: bold;
    line-height: normal;
}
.mv_sc-subtite{

}
.mv_sc-lft a{
    margin: 1rem 2rem;
}

/**/

.laptop_sec{
    margin-top: -12rem;
    padding-top: 0;
    overflow: hidden;
}
.laptop_sec-grabber{
    width: 100%;
    max-width: 100rem;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.laptop_sec-grabber::after {
    content: "";
    position: absolute;
    background-image: url(../img/cyfr_new/pixels.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -14rem;
    bottom: 3rem;
    width: 57rem;
    height: 30rem;
    z-index: 0;
}

.laptop_sec-grabber img{
    width: 40rem;
    position: relative;
    z-index: 1;
}

/*accordion*/
.accordion_holder h2{
    font-size: 3rem;
    color: black;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-weight: bold;
    margin: 4rem 0;
}
.accordion {
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 1.2rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1rem;
    transition: 0.4s;
    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);
    margin: .5rem 0;
    position: relative;
    padding-right: 3rem;
  }
  
  .accordion .active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

  .panel ul{
      list-style-type: disc;
      font-size: 1.3rem;
      margin: 2rem;
      padding-left: 2rem;
  }

  .panel ul li{
    line-height: normal;
    margin: 1rem 0;
  }

  .accordion_holder{
    width: 100%;
    max-width: 60rem;
  }

.accordion_section{
    padding-bottom: 8rem;
    margin-top: 0;
    padding-top: 0;
}


button.accordion:before {
    content: ">";
    position: absolute;
    right: 0;
    width: 3rem;
    /* height: 3rem; */
    font-family: 'Quicksand';
    font-size: 2rem;
    line-height: initial;
    top: 50%;
    transform: translate(0%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
button.accordion.active:before{
    transform: rotate(90deg) translate(-35%, 0%);

}



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



/****/


@media only screen and (max-width: 1400px){
    .laptop_sec-grabber::after{
        bottom: 5rem;
    }
}


@media only screen and (max-width: 1350px){
    .ls-sec{
        margin-top: -8rem;
    }
}


@media only screen and (max-width: 1320px){
    .ebr_sec2-box{
        margin: 1rem;
    }
}
@media only screen and (max-width: 1300px){
    .ebr_sec3-box p span{
        font-size: 4rem;
    }
    .ebr_sec3-box p{
        font-size: 1rem;
        margin: 0.5rem;
    }

    .ebr_sec4-box{
        width: 50%;
    }
    .ebr_sec5-content{
        flex-direction: column;
    }
    .ebr_sec5-content-rgt{
        margin-top: 2rem;
    }
    .ebr_sec5-title{
        width: auto;
    }

    .mv_sc-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mv_sc-rgt{
        margin-top: 4rem;
    }

    .ls-sec-boxes{
        flex-wrap: wrap;
    }
    .ls-sec-box{
        width: 45%;
    }

    .cfr_sec6-subtitle{
        width: auto;
    }
}

@media only screen and (max-width: 1200px){
    .ebr_sec6-content{
        flex-direction: column;
    }

    .ebr_sec6-content-lft{
        background-size: 60%;
    }
    .ebr_sec6-edit .ebr_sec6-content-lft{
        background-size: 50%;
    }
    .ebr_sec6-content-rgt{
        height: 100%;
        min-height: 40rem;
        margin-top: 4rem;
    }
    .ebr_sec6-edit .ebr_sec6-content-rgt{
        order: 2;
        background-size: contain;
    }

    .calcSection_row{
        flex-direction: column;
    }

    .calcSection_Box{
        max-width: 45rem;
        margin: 0 auto;
        margin-bottom: 4rem;
    }
}


@media only screen and (max-width: 1100px){
    
    .ebr_sec2-box{
        width: 100%;
        margin: 2rem;
    }

    .ebr_sec3-content{
        flex-direction: column;
    }

    .ebr_sec3-content-rgt{
        height: 30rem;
        margin-top: 2rem;
    }

    .ebr_sec3-grabber::after{
        right: 0rem;
        bottom: 8rem;
        top: unset;
    }
    .ebr_sec5-grabber::after{
        display: none;
    }

    .bb_bluebox-content{
        flex-direction: column;
    }
    .bb_bluebox-content::after{
        display: none;
    }
    .bb_bluebox-content::before{
        display: none;
    }

    .bb_bluebox-lft{
        justify-content: center;
    align-items: center;
    display: flex;
    }

    .laptop_sec{
        display: none;
    }
    .ls-sec{
        margin-top: 4rem;
    }

    .cfr_sec6-box{
        flex-direction: column;
        align-items: center;
    }
    .cfr_sec6-boxlft{
        width: auto;
        align-items: center;
    }
}
@media only screen and (max-width: 1000px){
    .ebr_sec1-grabber{
        flex-direction: column-reverse;
    }
    .ebr_sec1-rgt{
        height: 35rem;
        background-size: contain;
        background-position: center;
    }

    .ebr_sec4-box{
        width: 100%;
    }

    .ebr_sec4-grabber::after{
        display: none;
    }
    .ebr_sec6-content-lft, .ebr_sec6-edit .ebr_sec6-content-lft{
        background-image: unset;
    }
    .ebr_sec6-content-rgt{
        margin-top: 1rem;
    }
    .ebr_sec6-content{
        margin-top: 1rem;
    }
    .ebr_sec6-title{
        font-size: 2rem;
        width: auto;
    }

    .ebr_sec7-rgt{
        display: none;
    }

    .ebr_sec7-content::after{
        display: none;
    }
    .cfr_sec6-title{
        width: auto;
    }
}
@media only screen and (max-width: 800px){
    .ebr_sec5-video iframe{
        max-width: 30rem;
    }
    .ebr_sec6-content-rgt{
        min-height: 20rem;
        background-size: contain;
    }
    
    .mv_sc-rgt iframe{
        width: 30rem;
        height: 17rem;
    }
    .mv_sc-grabber::before{
        display: none;
    }

    .ls-sec-box{
        width: 100%;
    }
    .ebr_sec1-subtitle{
        width: auto;
    }
}


@media only screen and (max-width: 700px){
    .ebr_sec1-grabber::after{
        display: none;
    }
}




@media only screen and (max-width: 660px){
    .ebr_sec2-boxgrabber{
        flex-direction: column;
        align-items: center;
    }
    .ebr_sec2-boxgrabber img{
        margin: 2rem;
    }
}

@media only screen and (max-width: 600px){
    .ebr_sec1-lft-box{
        flex-direction: column;
    }
    .ebr_sec1-lft-box a{
        margin: 1rem 0 1rem 2rem;
    }
    .ebr_sec1-boxsub{
        margin: 1rem 2rem 2rem 2rem;
    }
    .ebr_sec1-lft-box1{
        flex-direction: column;
    }
    .ebr_sec2-boxgrabber{
        margin: .5rem;
    }
    .ebr_sec2-box{
        margin: 0;
        margin-top: 2rem;
    }
    .ebr_sec2-title{
        font-size: 2rem;
    }

    .ebr_sec3-content-lft{
        flex-direction: column;
        align-items: center;
    }
    .ebr_sec3-box{
        width: 100%;
        max-width: 30rem;
        margin: 0;
    margin-bottom: 2rem;
    }
    .ebr_sec3-title{
        margin: 0;
        font-size: 2rem;
        width: 100%;
    }

    .ebr_sec3-subtitle{
        margin: 0;
        margin-top: 2rem;
        font-weight: normal;
    }

    .ebr_sec5-video iframe{
        max-width: 20rem;
    }
    .ebr_sec7-title, .ebr_sec7-title span{
        font-size: 2rem;
    }
    .ebr_sec7-buttons{
        flex-direction: column;
    }
    .ebr_sec7-buttons a{
        margin: 2rem 1rem 0rem 0rem;
    }
    .ebr_sec7-subtitle{
        margin-top: 1rem;
    }
    .ebr_sec5-title{
        font-size: 2rem;
    }
    .ebr_sec4-title{
        font-size: 2rem;
    }
    .ebr_sec1-title{
        font-size: 2rem;
        line-height: 3rem;
    }

    .calcSection{
        overflow: hidden;
    }

    .calcSection_price{
        font-size: 2rem;
    }

    .calcSection_listDot{
        font-size: 1.2rem;
    }
    .calcSection_Box .blue_edit_sign{
        display: inline-block;
        margin: .5rem;
    }
    .bb_bluebox-rgt h5{
        font-size: 2rem;
    }
    .bb_bluebox-lft img{
        width: 25rem;
    }
    .cfr_sec6-title{
        font-size: 2rem;
    }
    .mv_sc-title{
        font-size: 2rem;
    }
    .cfr_sec6-boxlft p{
        font-size: 1.5rem;
        margin: 1rem;
    }
    .cfr_sec6-boxlft img {
        width: 6rem;
        height: 6rem;
    }
    .ls-sec-title{
        font-size: 2rem;
    }
}



@media only screen and (max-width: 500px){
    
    .ebr_sec1-lft-box{
        flex-direction: column;
    }
    .ebr_sec1-lft-box a{
        margin: 1rem 0 1rem 2rem;
    }

    .ebr_sec1-boxsub{
        margin: 0rem 2rem 2rem 2rem;
    }
}