body.uet-ticker-pad {
  padding-bottom: 40px !important;
}

#uet-ticker.uet-ticker {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 99999 !important;
  height: 40px !important;
  line-height: 40px !important;
  overflow: hidden !important;
  background: #034EA1 !important;
  background-color: #034EA1 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#uet-ticker .uet-ticker__track {
  display: inline-flex !important;
  width: max-content !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#uet-ticker .uet-ticker__item {
  flex-shrink: 0 !important;
  padding-right: 4rem !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent !important;
}

.page-marquee {
  display: none !important;
}

@media (max-width: 767px) {
  body.uet-ticker-pad {
    padding-bottom: 36px !important;
  }
  #uet-ticker.uet-ticker {
    font-size: 13px !important;
    height: 36px !important;
    line-height: 36px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #uet-ticker[data-reduced='1'] .uet-ticker__track {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
