.elementor-15017 .elementor-element.elementor-element-814bf88{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15017 .elementor-element.elementor-element-5593100{background-color:var( --e-global-color-57c8da2 );}#elementor-popup-modal-15017 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-15017 .dialog-message{width:100vw;height:auto;}#elementor-popup-modal-15017{justify-content:center;align-items:flex-end;}#elementor-popup-modal-15017 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-15017 .elementor-element.elementor-element-814bf88{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5593100 */.ticker-wrap {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  padding: 15px 0;
}

.ticker-move {
  display: inline-block;
  white-space: nowrap;
  /* Adjust 40s to make it faster or slower */
  animation: ticker-infinite 20s linear infinite;
}

.ticker-item {
  display: inline-block;
  padding-right: 150px; /* Space before it repeats */
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.ticker-item i {
  color: #FFD700;
  margin-right: 10px;
}

.ticker-link {
  color: #FFD700;
  text-decoration: underline;
  margin-left: 10px;
}

/* The key to a seamless loop with long text */
@keyframes ticker-infinite {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Stops the bus so people can click the link */
.ticker-wrap:hover .ticker-move {
  animation-play-state: paused;
}/* End custom CSS */