.loading{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center}.loading-text{width:100%;height:100px;line-height:100px;text-align:center}.loading-text span{display:inline-block;margin:0 5px;color:#fff}.loading-text-words:first-of-type{animation-delay:0s}.loading-text-words:nth-of-type(2){animation-delay:.3s}.loading-text-words:nth-of-type(3){animation-delay:.6s}.loading-text-words:nth-of-type(4){animation-delay:.9s}.loading-text-words:nth-of-type(5){animation-delay:1.2s}.loading-text-words:nth-of-type(6){animation-delay:1.5s}.loading-text-words:nth-of-type(7){animation-delay:1.8s}@keyframes blur-text{0%{filter:blur(0)}to{filter:blur(4px)}}@media (prefers-reduced-motion:reduce){.loading-text span{animation:none;filter:none}}