.animated-splash-screen__image{height:100vh;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:100vw;z-index:9999}.animated-splash-screen__image.hidden{display:none}.animated-splash-screen__image__svg{align-items:center;animation:massiveTransform 3s ease-in-out 2s forwards;display:flex;height:100vh;justify-content:center;transform:scale(4);width:100%}.animated-splash-screen__image__svg:before{top:-63%}.animated-splash-screen__image__svg:after,.animated-splash-screen__image__svg:before{background-color:#ed2733;content:"";display:block;height:100%;left:0;position:absolute;width:100%}.animated-splash-screen__image__svg:after{top:63%}.animated-splash-screen__image svg{height:auto;object-fit:cover;object-position:center;width:100%}@media screen and (min-width:1024px){.animated-splash-screen__image__svg{transform:scale(1)}}@keyframes massiveTransform{0%{opacity:1;transform:scale(1)}40%{opacity:0}to{opacity:0;transform:scale(1000)}}