#lmp-preloader-s{
  position:fixed; inset:0; z-index:999999;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(180deg,#ffffff 0%,#ffffff 70%,#f4f4f4 100%);
  opacity:1; visibility:visible;
  transition:opacity .35s ease, visibility .35s ease;
}
#lmp-preloader-s.lmp-hidden{opacity:0; visibility:hidden; pointer-events:none;}
#lmp-wrapper-s{display:flex; align-items:center; justify-content:center;}
#lmp-lottie-s{
  width:40px !important;
  height:40px !important;
}
