.loading{display:flex;height:100vh;width:100%;align-items:center;justify-content:center;flex-direction:column;color:#fff;text-transform:uppercase;text-align:center;font-family:Arial,sans-serif;font-size:14px;letter-spacing:2px}.preloader .line{width:2px;height:20px;background:#fff;margin:0 3px;display:inline-block;animation:opacity-2 1s ease-in-out infinite}.preloader .line-1{animation-delay:.8s}.preloader .line-2{animation-delay:.6s}.preloader .line-3{animation-delay:.4s}.preloader .line-4,.preloader .line-6{animation-delay:.2s}.preloader .line-7{animation-delay:.4s}.preloader .line-8{animation-delay:.6s}.preloader .line-9{animation-delay:.8s}@keyframes opacity-1{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes opacity-2{0%{opacity:1;height:25px}50%{opacity:0;height:22px}to{opacity:1;height:25px}}