@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.opacity{transition:opacity 1s ease-in-out}.opacity-hide{opacity:0}.opacity-semi-transparent{opacity:.5}.opacity-show{opacity:1}.transform{transition:transform 1s ease-in-out}.scale-y-show{transform:scaleY(1)}.scale-y-hide{transform:scaleY(0)}.loading{aspect-ratio:1;box-sizing:border-box;position:relative}.loading--circle{aspect-ratio:1;z-index:1;height:100%;position:absolute;top:0;left:0}.loading--ball{aspect-ratio:1;z-index:3;height:10%;animation-name:rotate;animation-duration:2s;animation-timing-function:cubic-bezier(.65,0,.45,1);animation-iteration-count:infinite;animation-direction:reverse;animation-delay:0s;position:absolute;left:45%}.loading--ball--container{aspect-ratio:1;z-index:2;height:100%;animation-name:rotate;animation-duration:2s;animation-timing-function:cubic-bezier(.65,0,.45,1);animation-iteration-count:infinite;animation-direction:normal;animation-delay:0s;position:absolute;top:0;left:0}.loading--anim--1{animation-delay:.5s}.loading--anim--2{animation-delay:1s}.loading--anim--3{animation-delay:1.5s}.loading--anim--4{animation-delay:2s}
