*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.splash-screen{animation:fadeOutScreen .5s ease-in-out 3.5s forwards;background:#f5f5f5;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:9999}.splash-container,.splash-screen{align-items:center;display:flex;justify-content:center}.splash-container{height:500px;max-height:85vw;max-width:85vw;position:relative;width:500px}.logo-screen{align-items:center;animation:fadeInOut 2s ease-in-out forwards;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.logo-image{height:100%;object-fit:contain;width:100%}.tagline-screen{align-items:center;animation:fadeInTagline 2s ease-in-out 2s forwards;display:flex;height:100%;justify-content:center;opacity:0;position:absolute;width:100%}.tagline-image{height:auto;object-fit:contain;width:90%}@keyframes fadeInOut{0%{opacity:0;transform:scale(.9)}20%{opacity:1;transform:scale(1)}80%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.05)}}@keyframes fadeInTagline{0%{opacity:0;transform:translateY(20px)}30%{opacity:1;transform:translateY(0)}70%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutScreen{to{opacity:0;visibility:hidden}}@media (max-width:768px){.splash-container{height:400px;width:400px}}@media (max-width:480px){.splash-container{height:300px;width:300px}}
/*# sourceMappingURL=main.5ccc15e3.css.map*/