@keyframes pulseLoop{0%{opacity:.15;transform:scale(1) translateZ(0)}30%{opacity:.15}60%{opacity:0}80%{opacity:0;transform:scale(1.8) translateZ(0)}}@keyframes pulseMiniLoop{0%{opacity:0;transform:scale(1) translateZ(0)}30%{opacity:.3}50%{opacity:.3}80%{opacity:0;transform:scale(3) translateZ(0)}}.pulse{animation:pulseLoop 10s linear infinite;opacity:0;transform:scale(1);transform-origin:center}.pulse-mini{animation:pulseMiniLoop 6s linear infinite}.pulse-1{animation-delay:-3s}.pulse-2{animation-delay:-6s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5%)}}.animate-float{animation:float 3s ease-in-out infinite}.animation-delay-1000{animation-delay:1s!important}
