@keyframes rotateLoading{0%{opacity:1;transform:scale(1)}20%{opacity:1}25%{opacity:0;transform:scale(.9)}to{opacity:0}}.loading-animation{height:150px;position:relative}.loading-item{opacity:0;width:100%;animation:5s infinite rotateLoading;position:absolute}.loading-item:first-child{animation-delay:0s}.loading-item:nth-child(2){animation-delay:1s}.loading-item:nth-child(3){animation-delay:2s}.loading-item:nth-child(4){animation-delay:3s}
/*# sourceMappingURL=99428603a9c948d6.css.map*/