 
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.7rem;

 }

}



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

 html {

  font-size: 0.75rem;

 }

}



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

 html {

  font-size: 0.8rem;

 }

}



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

 html {

  font-size: 1rem;

 }

}







.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;

  }

}







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

}
.x-header_sticky-active .home-logo{
  width: 14rem !important;
}
.x-header_sticky-active .logo-size{
  width: 14rem !important;
}
.x-header_sticky-active .space-side{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.links-card{
  background-size: 100%;
}
.links-card:hover {
  background-size: 150%;
}
.main-btn{
  background-size: 100%;
}
.main-btn:hover{
  background-size: 180%;
}
.faq-box-shadow{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.out-circle-div::after{
    animation: spin 30s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.right-div,.wrp-img-3{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.faq-head-div{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.btn-memu{
  color: #59482b !important;
}
.card-con:hover .icon-wpr-con::after {
  height: 100%;
  width: 100%;
}
.card-con{
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.soc-wrp-icon.brxe-div:hover::after {
  height: 100%;
  width: 100%;
}
.bricks-background-video-wrapper{
  width: calc(100% + 1px);
}

