/* Final identity sizing and discreet home support entry. */
.brand-screen .crest-wrap {
  width: 74%;
  max-width: 244px;
}

.onboarding .crest-wrap {
  width: 68%;
  max-width: 226px;
}

.home-head .mini-mark {
  width: 74px;
  height: 74px;
}

.home-support {
  display: block;
  margin: 24px auto 0;
  padding: 8px;
  border: 0;
  background: none;
  color: var(--muted);
  font-size: .69rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-support:hover {
  color: var(--ink);
}

@media (max-width: 600px) {
  .brand-screen .crest-wrap {
    width: 70%;
    max-width: 238px;
  }

  .onboarding .crest-wrap {
    width: 66%;
    max-width: 220px;
  }
}
