.splash-screen{width:100vw;height:100vh;background-color:#fe8902;position:fixed;display:flex;justify-content:center;align-items:center;z-index:1000}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.splash-logo{width:150px}.splash-screen.fade-out{animation:fadeOut .5s ease-out forwards}.no-scroll{overflow:hidden}.splash-icon2{position:absolute;bottom:10%;right:0}.splash-icon1{position:absolute;top:10%;left:0}.splash-icon3{position:absolute;top:0;right:0}@media (max-width: 1024px){.splash-logo{width:80px}}
