.elementor-13287 .elementor-element.elementor-element-1c9a1a75{--display:flex;}/* Start custom CSS */.blinktxt {
  color: red;
  animation: blink 1s steps(2, start) infinite;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}/* End custom CSS */