@media (min-width:640px){.bounce-wrapper{position:relative;display:inline-block}.bounce-wrapper::before{content:'';position:absolute;inset:0;z-index:0;box-shadow:0 0 7px 7px rgb(17 229 179 / 100%);filter:blur(25px);opacity:0;transform:translateY(0);transition:opacity 0.4s ease;pointer-events:none}.bounce-wrapper:hover::before{opacity:1;animation:shadowChase 1.4s cubic-bezier(.45,.05,.55,.95) infinite;animation-delay:0.1s;animation-fill-mode:both}@keyframes shadowChase{0%,100%{transform:translateY(0)}50%{transform:translateY(2%)}}.smooth-bounce{position:relative;z-index:10;transform:translateY(0)}.smooth-bounce:hover{animation:mainBounce 1.4s cubic-bezier(.45,.05,.55,.95) infinite;animation-fill-mode:both}@keyframes mainBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(4%)}}}