.preloader{z-index:99999;background-color:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.preloader-inner{justify-content:center;align-items:center;display:flex;position:relative}.horse-loader{filter:drop-shadow(0 0 10px #c5a47e4d);width:200px;height:auto;animation:5s ease-in-out horse-scale}@keyframes horse-scale{0%,to{opacity:.7;transform:scale(.7)}50%{opacity:1;transform:scale(1)}}
