<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-momento-nav {
  height: 56px;
  width: 100%;
  position: relative;
}

.dp-momento-nav__container {
  width: 100%;
  height: 56px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow: scroll;
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  scroll-behavior: smooth;
  flex-basis: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: center;
  display: flex;
  align-items: center;
}

.dp-momento-nav__container::-webkit-scrollbar {
  display: none;
}

.dp-momento-nav__item {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 10px 20px;
  position: relative;
  margin: 0 39px;
  border-radius: 25px;
  scroll-snap-align: center;
}

.dp-momento-nav__container li:not(:last-child) .dp-momento-nav__item::before {
  content: "";
  display: block;
  position: absolute;
  right: -39px;
  top: 50%;
  transform: translateY(-50%);
  border-right: solid 1px #000;
  height: 21px;
}

.dp-momento-nav__item:hover,
.dp-momento-nav__item[is-selected="true"] {
  font-weight: 600;
  color: #ffffff;
  background: #383236;
  -webkit-box-shadow: 0px 1px 19px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 19px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 19px -7px rgba(0, 0, 0, 0.15);
}

.dp-momento-nav__container[is-sticky="true"] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.dp-momento-nav__container li {
  scroll-snap-align: center;
  overflow: visible;
  display: inline-block;
}

.dp-momento-nav__container li:first-child {
  margin-left: auto;
}

.dp-momento-nav__container li:last-child {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .dp-momento-nav__item {
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.12em;
  }
}
</pre></body></html>