.elementor-1333 .elementor-element.elementor-element-9e5a9c6{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-edd8bf3 */<style>
  #play-button {
    animation: pulse 1s infinite;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
</style>/* End custom CSS */