.loading_overly{position:fixed;left:0;top:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:10000;background-color:#7575f7}.loading_overly h2{letter-spacing:.7rem;padding-bottom:1rem;text-transform:uppercase}.loading_overly .loading{display:flex;justify-content:center;align-items:center;padding-top:2.5rem}.loading_overly .loading .span{width:30px;height:30px;border-radius:50%;background-color:#454545;margin:1.2rem;transform:translateY(-100%);-webkit-animation:jump_top .8s ease-in-out infinite alternate;animation:jump_top .8s ease-in-out infinite alternate}.loading_overly .loading .span:first-child{-webkit-animation-delay:-.4s;animation-delay:-.4s}.loading_overly .loading .span:nth-child(2){-webkit-animation-delay:-.2s;animation-delay:-.2s}@media (min-width:310px) and (max-width:620px){.loading_overly h2{letter-spacing:.2rem}.loading_overly .loading{padding-top:1.4rem}.loading_overly .loading .span{width:20px;height:20px}}@-webkit-keyframes jump_top{0%{transform:translateY(-100%);background-color:#454545}to{transform:translateY(100%);background-color:#fff}}@keyframes jump_top{0%{transform:translateY(-100%);background-color:#454545}to{transform:translateY(100%);background-color:#fff}}.divider{width:20vw;height:2px;background-color:#fff;position:relative;border:1px solid #fff;margin-top:100px;margin-bottom:30px}.banner{width:100%;height:20vh;display:flex;justify-content:space-evenly;letter-spacing:3.5px}.banner,.loader{align-items:center}.loader{background-color:#0f0c2b;bottom:0;color:#fff;display:block;left:0;overflow:hidden;position:fixed;right:0;text-align:center;top:0;height:100vh;display:flex;justify-content:center}.fadeout{-webkit-animation:fadeout .5s forwards;animation:fadeout .5s forwards}.qtitle{font-size:5vw;color:gold}.qsubtitle{font-size:2vw;padding-bottom:7vh;letter-spacing:3px}@-webkit-keyframes fadeout{to{opacity:0;visibility:hidden}}@keyframes fadeout{to{opacity:0;visibility:hidden}}@media screen and (max-width:768px){.qtitle{font-size:15vw}.qsubtitle{font-size:8vw;padding-bottom:7vh}.divider{width:40vw;margin-bottom:15px}.banner{letter-spacing:1px}}