.splash-screen{left:0;top:0;right:0;bottom:0;display:block;position:absolute;margin:auto;width:80px;height:80px}.splash-screen div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background-color:var(--brand-color);animation-timing-function:cubic-bezier(0,1,1,0)}.splash-screen div:first-child{left:8px;animation:splash-screen1 .6s infinite}.splash-screen div:nth-child(2){left:8px;animation:splash-screen2 .6s infinite}.splash-screen div:nth-child(3){left:32px;animation:splash-screen2 .6s infinite}.splash-screen div:nth-child(4){left:56px;animation:splash-screen3 .6s infinite}@keyframes splash-screen1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes splash-screen3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes splash-screen2{0%{transform:translate(0,0)}100%{transform:translate(24px,0)}}