
.official-top-nav[data-v-a7f28f1d] {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  flex: 0 0 auto;
  width: 100%;
  height: 70px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
  background: rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-sizing: border-box;
}
.official-brand[data-v-a7f28f1d] {
  display: inline-flex;
  align-items: center;
  width: 165px;
  text-decoration: none;
}
.official-brand img[data-v-a7f28f1d] {
  display: block;
  width: 165px;
  height: 27px;
  object-fit: contain;
}
.official-links[data-v-a7f28f1d] {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
.official-links a[data-v-a7f28f1d] {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  color: #2a2b2e;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.official-links a.active[data-v-a7f28f1d] {
  font-weight: 800;
}
.official-links a[data-v-a7f28f1d]:hover {
  background: var(--v11-color-hover, rgba(155, 165, 175, 0.12));
}
.official-subscribe[data-v-a7f28f1d] {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 36px;
  border-radius: 999px;
  color: #ffffff;
  background: #17181a;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
@media (max-width: 860px) {
.official-top-nav[data-v-a7f28f1d] {
    grid-template-columns: 1fr auto;
    height: auto;
    gap: 14px;
    padding: 18px 24px;
}
.official-links[data-v-a7f28f1d] {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
}
}
