.nav-link[data-v-b1d0e59e] {
  bottom: 29px;
  color: var(--color-black);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  left: 50%;
  letter-spacing: 0.03em;
  padding: 4px 0;
  position: fixed;
  text-decoration: none;
  text-transform: uppercase;
  transform: translate(-50%);
  transition: transform 0.4s ease-out;
  white-space: nowrap;
  z-index: 2;
}
.nav-link[data-v-b1d0e59e]:before {
  background-color: currentColor;
  content: "";
  height: 1.5px;
  left: 0;
  position: absolute;
  top: calc(50% + 0.6em);
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.nav-link.offset[data-v-b1d0e59e] {
  bottom: 45px;
}
.nav-link.secondary[data-v-b1d0e59e] {
  bottom: 12px;
  color: var(--color-medium-grey);
  font-size: var(--font-size-xs);
  padding: 7px 10px;
  text-decoration: none;
}
.nav-link.secondary[data-v-b1d0e59e]:before {
  display: none;
}
.content[data-v-b1d0e59e] {
  transition: opacity 0.4s ease-in-out;
}
.nav-link.hidden[data-v-b1d0e59e] {
  pointer-events: none;
  touch-action: none;
}
.nav-link.hidden[data-v-b1d0e59e]:before {
  transform: scaleX(0);
}
.nav-link.hidden .content[data-v-b1d0e59e] {
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .nav-link[data-v-b1d0e59e] {
    bottom: 35px;
  }
}
@media screen and (max-height: 440px) {
  .nav-link[data-v-b1d0e59e] {
    bottom: 12px;
    font-size: 9px;
  }
  .nav-link.offset[data-v-b1d0e59e] {
    bottom: 18px;
  }
  .nav-link.secondary[data-v-b1d0e59e] {
    bottom: 0;
  }
}
