.elementor-89 .elementor-element.elementor-element-dba595b .eael-simple-menu li > a.eael-item-active {
  background-color: transparent !important;
}
rs-bullets {
  counter-reset: item;
  display: grid !important;
  grid-auto-flow: row;
  grid-auto-rows: minmax(0,max-content) !important;
  grid-gap: 24px !important;
}
rs-bullets rs-bullet {
  counter-increment: item;
  position: static !important;
  display: grid !important;
  place-items: center;
  background: transparent !important;
  width: 80px !important;
  height: 80px !important;
  text-align: center;
  color: white !important;
  opacity: 0.2 !important;
}
rs-bullets rs-bullet .tp-bullet-inner {
  display: none !important;
}
rs-bullets rs-bullet:before {
  content: counter(item,decimal-leading-zero);
  font-size: 57px;
  line-height: 1em;
}
rs-bullets rs-bullet.selected,
rs-bullets rs-bullet:hover {
  color: white !important;
  opacity: 0.5 !important;
  font-weight: 600;
  box-shadow: none !important;
}
