@keyframes honeycomb{0%,20%,80%,to{opacity:0;transform:scale(0)}30%,70%{opacity:1;transform:scale(1)}}.honeycomb-cell{animation:honeycomb 2.1s infinite backwards}.honeycomb-cell:after,.honeycomb-cell:before{content:"";position:absolute;left:0;right:0;border-left:12px solid transparent;border-right:12px solid transparent}.honeycomb-cell:after{top:-6px;border-bottom:6px solid #3a5afe}.honeycomb-cell:before{bottom:-6px;border-top:6px solid #3a5afe}.honeycomb-cell:first-child{animation-delay:0s;left:-28px;top:0}.honeycomb-cell:nth-child(2){animation-delay:.1s;left:-14px;top:22px}.honeycomb-cell:nth-child(3){animation-delay:.2s;left:14px;top:22px}.honeycomb-cell:nth-child(4){animation-delay:.3s;left:28px;top:0}.honeycomb-cell:nth-child(5){animation-delay:.4s;left:14px;top:-22px}.honeycomb-cell:nth-child(6){animation-delay:.5s;left:-14px;top:-22px}.honeycomb-cell:nth-child(7){animation-delay:.6s;left:0;top:0}