.loader{background-color:#000;align-items:center;display:flex}.bar{background-color:#ffffff80;border-radius:10px;width:10px;height:40px;animation:1s linear infinite scale-up4;display:inline-block}.bar:nth-child(2){height:35px;margin:0 5px;animation-delay:.25s}.bar:nth-child(3){animation-delay:.5s}@keyframes scale-up4{20%{background-color:#fff;transform:scaleY(1.5)}40%{transform:scaleY(1)}}@keyframes subtle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.logo-bounce{animation:1.5s ease-in-out infinite subtle-bounce}@keyframes indeterminate-bar{0%{transform:translate(-100%)scaleX(.4)}50%{transform:translate(20%)scaleX(.6)}to{transform:translate(120%)scaleX(.4)}}.indeterminate-bar{transform-origin:0;animation:1.4s ease-in-out infinite indeterminate-bar}
