@keyframes blink{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:0}1%{opacity:1}to{opacity:0}}body{padding:0;margin:0;background:#000;color:#fff}.fullscreen{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.fade-in{animation-name:fadeIn}.fade-in,.fade-out{animation-duration:2s}.fade-out{animation-name:fadeOut}#loading{width:100px;height:100px;position:absolute;top:calc(50% - 50px);left:calc(50% - 50px);z-index:1}#beastlogo{z-index:2}.ball{width:5px;height:5px;background:#fff;border-radius:10px;position:absolute;animation-name:blink;animation-duration:2s;animation-iteration-count:infinite;top:calc(50% - 2.5px);left:calc(50% - 2.5px)}.ball-1{background:#35fab1;animation-delay:.16666667s;transform:rotate(30deg) translateY(50px)}.ball-2{background:#fa28f7;animation-delay:.33333333s;transform:rotate(60deg) translateY(50px)}.ball-3{background:#fdfa38;animation-delay:.5s;transform:rotate(90deg) translateY(50px)}.ball-4{background:#35fab1;animation-delay:.66666667s;transform:rotate(120deg) translateY(50px)}.ball-5{background:#fa28f7;animation-delay:.83333333s;transform:rotate(150deg) translateY(50px)}.ball-6{background:#fdfa38;animation-delay:1s;transform:rotate(180deg) translateY(50px)}.ball-7{background:#35fab1;animation-delay:1.16666667s;transform:rotate(210deg) translateY(50px)}.ball-8{background:#fa28f7;animation-delay:1.33333333s;transform:rotate(240deg) translateY(50px)}.ball-9{background:#fdfa38;animation-delay:1.5s;transform:rotate(270deg) translateY(50px)}.ball-10{background:#35fab1;animation-delay:1.66666667s;transform:rotate(300deg) translateY(50px)}.ball-11{background:#fa28f7;animation-delay:1.83333333s;transform:rotate(330deg) translateY(50px)}.ball-12{background:#fdfa38;animation-delay:2s;transform:rotate(1turn) translateY(50px)}
/*# sourceMappingURL=/style.fb546edd.css.map */