@keyframes wave-animation{0%{opacity:1;transform:scale(.5)}25%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(2)}75%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(.5)}}.wave-container{align-items:center;display:flex;height:24px;justify-content:center}.wave{animation:wave-animation .75s ease-in-out infinite;background-color:#395b64;border-radius:10px;height:50%;margin:0 2px;width:5px}
/*# sourceMappingURL=main.63391a53.css.map*/