@keyframes ripple{0%{opacity:.8;transform:scale(.3)}70%{opacity:0;transform:scale(1)}to{opacity:0}}.ripple-ring{background-color:#19de6181;border-radius:9999px;width:180px;height:180px;animation:3s ease-out infinite ripple;position:absolute}.ripple-1{animation-delay:1s}.ripple-2{animation-delay:.5s}.ripple-3{animation-delay:0s}@media (max-width:640px){.ripple-ring{width:140px;height:140px}}
