.elementor-73 .elementor-element.elementor-element-7fa9aaf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-1441036 */.custom-slideshow {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  animation-fill-mode: forwards;
  animation-play-state: running !important;
}

.custom-slideshow img {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: fade 12s infinite;
}

.custom-slideshow img:nth-child(1) { animation-delay: 0s; }
.custom-slideshow img:nth-child(2) { animation-delay: 4s; }
.custom-slideshow img:nth-child(3) { animation-delay: 8s; }

@keyframes fade {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 0; }
  100% { opacity: 0; }
}/* End custom CSS */