#orro-preloader{position:fixed;inset:0;background:#fff;z-index:99999;display:flex;align-items:center;justify-content:center;transition:opacity .6s ease;}
#orro-preloader img{height:140px;width:auto;opacity:0;animation:orroPreloaderFade .8s ease forwards;}
#orro-preloader.orro-preloader--hide{opacity:0;pointer-events:none;}
@keyframes orroPreloaderFade{from{opacity:0;transform:scale(.96);}to{opacity:1;transform:scale(1);}}
body.orro-preloader-active,html.orro-preloader-active{overflow:hidden;}
@media(max-width:600px){#orro-preloader img{height:100px;}}
