<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page-bullets-container {
  position: fixed;
  right: 40px;
  top: 100px;
  bottom: 100px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.nav-bullets li {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  width: 13px;
  height: 13px;
  border-radius: 999px;
  margin-bottom: 15px;
  transition: background-color 500ms ease, filter 1000ms ease;
}
.nav-bullets li.active {
  background: rgba(0, 0, 0, 0.45);
}
.nav-bullets.nav-bullets-horizontal li {
  display: inline-block;
  margin-right: 6px;
}

#page-bullets.bullets-neg li {
  border: solid 2px #FFF;
}

#page-bullets.bullets-neg li.active {
  background: #FFF;
}

@media (max-width: 769px) {
  #page-bullets-container {
    display: none;
  }
}

/*# sourceMappingURL=bullets.css.map */
</pre></body></html>