@charset "UTF-8";
#preloader{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;opacity:1;visibility:visible;-webkit-transition:all .75s ease-out;-o-transition:all .75s ease-out;transition:all .75s ease-out;z-index:9999;position:fixed;left:0;top:0}#preloader .preloader-wrap_innr{width:9rem;height:9rem;position:relative;overflow:hidden;border-radius:100%;-webkit-border-radius:100%;top:0;bottom:0;right:0;left:0;margin:auto;max-width:100%}#preloader img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:9rem;height:9rem;max-width:100%}.inr #preloader .lazyloading{width:9rem;height:9rem;border-radius:100%;-webkit-border-radius:100%;overflow:hidden}#preloader .preloader-wrap{position:absolute;border-radius:100%;top:0;bottom:0;right:0;left:0;margin:auto;position:absolute;overflow:hidden;width:9rem;height:9rem;border:.0625rem #184e9f solid;border-top:.25rem #184e9f solid;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}