 
html {

 font-size: 0.625rem;

}

@media only screen and (min-width: 1600px) {

 html {

  font-size: 0.65rem;

 }

}

@media only screen and (min-width: 1800px) {

 html {

  font-size: 0.675rem;

 }

}

@media only screen and (min-width: 2000px) {

 html {

  font-size: 0.7rem;

 }

}

@media only screen and (min-width: 2400px) {

 html {

  font-size: 0.725rem;

 }

}



@media only screen and (min-width: 2560px) {

 html {

  font-size: 0.75rem;

 }

}







.brxe-container > div{

 padding: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 1.0417)), 2rem);

}



.padding-0{

 padding: 0px;

}





.ct-new-column{

 align-items: stretch;

}







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

  .ct-new-column {

    display: flex;

   flex-direction: column!important;

  }



 .ct-new-column > div{

  width: 100%!important;

 }

}







.bricks-header-container{

 height: 100%;

  margin-left: auto;

  margin-right: auto;

  display: flex !important;

  flex-wrap: nowrap;

  justify-content: space-between;

  align-items: center;

  flex-direction: row!important;

 max-width: 100%;

}





/* Dynamic Spacer Classes */

.even-spacing-vsm > * + * {

  margin-top: 0.5rem;

}



.even-spacing-vs > * + * {

  margin-top: 1rem;

}



.even-spacing-vm > * + * {

  margin-top: 2rem;

}



.even-spacing-vx > * + * {

  margin-top: 3rem;

}



/* Extra Classes */

.padding-all {

  padding: 2rem clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 1.0417)), 2rem);

}
.is-active .slider-txt-btn-wrap{
  display: block!important;
}

.is-next .slider-txt-btn-wrap{
  display: none!important;
}

.is-prev .slider-txt-btn-wrap{
  display: none!important;
}

.is-active .slider-image-main{
  height: 40rem;
}

.is-prev .slider-image-main{
  height: 32rem;
}

.is-next .slider-image-main{
  height: 32rem;
}

.approach-slider .is-prev{
  transform: scale(0.9)!important;
  filter: blur(6px)!important;
  margin-bottom: -18rem!important;
}

.approach-slider .is-prev .approach-main-content{
  display: none!important;
}


.approach-slider .is-next{
  transform: scale(0.9)!important;
  filter: blur(6px)!important;
  margin-top: -18rem!important;
}

.approach-slider .is-next .approach-main-content{
  display: none!important;
}


.popup-open{
  position: absolute;
  top: 4rem;
  
  transform: scale(0.2);
  opacity: 0;
  transition: 0.5s;
}


.popup-open-t{
  position: absolute;
  top: 4rem;
  
  transform: scale(0.2);
  opacity: 0;
  transition: 0.5s;
}

.div-team-wrap{
  transform: scale(1);
  opacity: 1;
}

.close-popup, .close-popup-t, .popup-trigger, .popup-trigger-t{
  cursor: pointer;
}

.slider-approach{
  position: relative;
  height: 420px;
  overflow: hidden;
}

.approachmain-div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  background: #ffffff;
  width: 100%;
  border-radius: 2rem;
  transition: all 0.45s ease;
  z-index: 0;
  display: flex;
  align-items: center;
  opacity: 1;
  filter: blur(8px);
  pointer-events: none;
}

.approachmain-div.active{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 5;
  filter: none;
  pointer-events: auto;
}

.approachmain-div.prev{
  transform: translate(-50%, -80%) scale(0.7);
  opacity: 0.5;
  z-index: 2;
  filter: blur(3px);
}

.approachmain-div.next{
  transform: translate(-50%, -20%) scale(0.7);
  opacity: 0.5;
  z-index: 2;
  filter: blur(6px);
}

.approachmain-div.hide{
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}


@media screen and (max-width: 768px){
  .approachmain-div{
    display: flex;
    flex-direction: column;
  }


  .slider-approach{
    height: 74rem;
  }
}


@media screen and (max-width: 768px){
  .slider-approach{
    height: 60rem;
  }
}

/* MOBILE HORIZONTAL MODE */
@media (max-width: 768px){

  .approachmain-div{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(.7);
    overflow: hidden;
  }

  /* ACTIVE CENTER */
  .approachmain-div.active{
    transform:translate(-50%,-50%) scale(0.9);
    opacity:1;
    z-index:5;
  }

  /* PREV -> LEFT */
  .approachmain-div.prev{
    transform:translate(-120%,-50%) scale(.7);
    opacity:.5;
    filter:blur(3px);
    z-index:2;
  }

  /* NEXT -> RIGHT */
  .approachmain-div.next{
    transform:translate(20%,-50%) scale(.7);
    opacity:.5;
    filter:blur(3px);
    z-index:2;
  }

  /* HIDDEN */
  .approachmain-div.hide{
    opacity:0;
    pointer-events:none;
  }

}

