@keyframes custom-pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.custom-pulse{animation:custom-pulse 1s cubic-bezier(.4,0,.6,1) infinite}
