.bstart{align-items:center;animation-iteration-count:infinite;animation-name:staropacity;display:flex;height:160px;justify-content:center;position:relative;width:160px}.bstart span{animation:starshadow 2s .2s infinite;background-color:#fff;border-radius:50%;filter:blur(10px);height:20px;width:20px}.bstart:after{animation:starmovevari 2s infinite;height:3px;left:0;top:50%;width:100%}.bstart:after,.bstart:before{background:radial-gradient(50% 50% at 50% 50%,#d9d9d9 0,hsla(0,0%,45%,0) 100%);content:"";position:absolute}.bstart:before{animation:starmovehori 2s infinite;height:100%;left:50%;top:0;width:3px}@keyframes starmovevari{0%{opacity:0;transform:rotate(-30deg) scale(.5)}50%{opacity:1}to{opacity:0;transform:rotate(0deg) scale(1)}}@keyframes starshadow{0%{opacity:0;transform:rotate(-25deg) scale(.2)}50%{opacity:1}to{opacity:0;transform:rotate(0deg) scale(1)}}@keyframes starmovehori{0%{opacity:0;transform:rotate(-30deg) scale(.5)}50%{opacity:1}to{opacity:0;transform:rotate(0deg) scale(1)}}@keyframes staropacity{0%{opacity:0}50%{opacity:1}to{opacity:0}}.delay-2 .bstart{animation-delay:2s;animation-duration:3s}.delay-1 .bstart{animation-delay:.2s;animation-duration:3s}