#loading{width:100vw;height:100vh;transition:all 1s;background-color:#232323;position:fixed;top:0;left:0;z-index:9999;display:flex;justify-content:center;align-items:center}.loaded{opacity:0;visibility:hidden}.loader{display:inline-block;width:30px;height:30px;position:relative;border:4px solid #232323;animation:loader 2s infinite ease}.loader-inner{vertical-align:top;display:inline-block;width:100%;background-color:#232323;animation:loader-inner 2s infinite ease-in}.spinner{border-radius:180px;animation:sk-scaleout 1.0s infinite ease-in-out}@keyframes sk-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}@keyframes loader{0%{transform:rotate(0deg)}25%{transform:rotate(180deg)}50%{transform:rotate(180deg)}75%{transform:rotate(360deg)}100%{transform:rotate(360deg)}}@keyframes loader-inner{0%{height:0%}25%{height:0%}50%{height:100%}75%{height:100%}100%{height:0%}}
