body{margin:0;padding:0}.splash-screen{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:center;position:relative;width:100vw}.splash-screen svg{position:absolute;width:300px}@media(max-width:500px){.splash-screen svg{width:50%}}.splash-screen svg .svg-section{-webkit-animation:svgSection 1.5s ease-in-out infinite;animation:svgSection 1.5s ease-in-out infinite}.splash-screen svg .svg-section.first{fill:#31e2b8!important}.splash-screen svg .svg-section.second{fill:#6acbf3!important}.splash-screen svg .svg-section.third{fill:#1e2548!important}.splash-screen svg .svg-section:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.splash-screen svg .svg-section:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes svgSection{0%{opacity:.4}20%{opacity:1}to{opacity:.4}}@keyframes svgSection{0%{opacity:.4}20%{opacity:1}to{opacity:.4}}