/* Add custom CSS styles below */ 

/* header */ 

.navbar-brand img {
    max-height: 140px !important;
    max-width: 320px !important;
    height: 75px !important;

}


/* start customize setion*/
@media(min-width:767px){
  section.advanced-slider.advanced-slider--0 {
    height: 116vh !important;
}
  section.advanced-slider.advanced-slider--0 *{
    height: 100% !important;
  }
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
.banner-entry{
    height: 700px !important;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
.banner-entry{
    height: 492px !important;
    padding: 0rem;
}
}
.store-footer__inner {
    background: #fff;
}
.store-footer__inner *{
  color: #000 
}
svg.absolute.top-0.w-full.h-6.-mt-5.sm\:-mt-10.sm\:h-16.store-footer__curve.z-\[0\] {
    display: none;
}


.topnav-is-dark .top-navbar {
    background-color: #1f3367 !important;
}

.store-footer__contacts-row {
    background-color: #1e3468 !important;
}


.store-footer .footer-bottom  {
    background-color: #fff !important;
}


@media(max-width:768px){

section:nth-child(1 of .s-block--banners )  { 
padding-left:unset;
padding-right:unset;

} 
section:nth-child(2 of .s-block--banners )  { 
padding-left:unset;
padding-right:unset;

}

section:nth-child(3 of .s-block--banners ) .grid { 

    
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    
}

section:nth-child(3 of .s-block--banners ) .banner-entry {

    
    
        height: 128px !important;
        padding: 0rem;
       
}
}

@media(max-width:768px){

.s-block--about .container {

padding-right:unset;
padding-left:unset;
}

.s-block--about >div > div * {
justify-content:center;
text-align:center;
}

  .s-block--about img {


    border-radius: unset;

  }
}

@media(max-width:768px){

  .s-block--enhanced-features.mini-features .s-block--enhanced-features__item p {
    font-size: 7px;
    line-height: 1.25rem;
}
  .s-block--enhanced-features.mini-features .s-block--enhanced-features__item h2 {
    font-size: 10px;
    line-height: 1.5rem;
}

  .s-block--circle-links h3 {

    font-size:12px !important;
  }
}