.np-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
  color: #102a43;
  text-decoration: none;
}

.np-brand .np-brand__mark {
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  object-fit: contain;
}

.np-brand__copy {
  display: grid;
  gap: 1px;
  min-width: 0;
  line-height: 1;
}

.np-brand__name {
  color: inherit;
  font-size: 20px;
  font-weight: 820;
  letter-spacing: -.035em;
}

.np-brand__name strong {
  color: #158a8a;
  font-weight: inherit;
}

.np-brand__tagline {
  color: #6b7c8f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  white-space: nowrap;
}

.np-brand.np-brand--nav .np-brand__mark {
  width: 32px;
  height: 32px;
}

.np-brand--nav .np-brand__name {
  font-size: 17px;
}

.np-brand--nav .np-brand__tagline {
  font-size: 9px;
}

.np-brand.np-brand--hero .np-brand__mark {
  width: 58px;
  height: 58px;
}

.np-brand--hero .np-brand__name {
  font-size: 30px;
}

.np-brand--inverse {
  color: #f8fafc;
}

.np-brand.np-brand--inverse .np-brand__mark {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 11px;
  background: #f8fafc;
  box-shadow: 0 8px 20px rgba(2, 8, 23, .28);
}

.np-brand--inverse .np-brand__name strong {
  color: #39c6c3;
}

.np-brand--inverse .np-brand__tagline {
  color: #cbd5e1;
}

.np-brand--login {
  margin-bottom: 22px;
}

.np-brand.np-brand--login .np-brand__mark {
  width: 44px;
  height: 44px;
}

@media (max-width: 640px) {
  .np-brand.np-brand--hero .np-brand__mark {
    width: 46px;
    height: 46px;
  }

  .np-brand--hero .np-brand__name {
    font-size: 24px;
  }
}
