.auth-page--wordmark {
  overflow: auto;
}

.auth-page--wordmark .auth-shell {
  overflow: hidden;
}

.auth-alternate-content {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.auth-wordmark {
  position: absolute;
  right: 34px;
  bottom: 22px;
  left: 34px;
  aspect-ratio: 1372 / 643;
  pointer-events: none;
}

.auth-wordmark__letter {
  position: absolute;
  display: block;
  max-width: none;
}

.auth-wordmark__letter--1 {
  inset: 0 auto 0 0;
  width: 5.59%;
  height: 100%;
}

.auth-wordmark__letter--2 {
  top: 0;
  bottom: 0;
  left: 13.27%;
  width: 5.59%;
  height: 100%;
}

.auth-wordmark__letter--3 {
  right: 45.66%;
  bottom: 0;
  left: 26.21%;
  width: 28.13%;
  height: 74.09%;
}

.auth-wordmark__letter--4 {
  top: 5.88%;
  right: 24.05%;
  bottom: 0;
  left: 57.81%;
  width: 18.14%;
  height: 94.12%;
}

.auth-wordmark__letter--5 {
  top: 0;
  bottom: 0;
  left: 81.14%;
  width: 5.59%;
  height: 100%;
}

.auth-wordmark__letter--6 {
  inset: 0 0 0 auto;
  width: 5.59%;
  height: 100%;
}

.auth-footer {
  position: absolute;
  right: 0;
  bottom: 54px;
  left: 0;
  z-index: 1;
}

.auth-footer__row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 200px;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
}

.auth-footer__row p {
  margin: 0;
}

@media (max-width: 760px) {
  .auth-wordmark {
    right: 16px;
    bottom: 24px;
    left: 16px;
  }

  .auth-footer {
    bottom: 24px;
  }

  .auth-footer__row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    margin: 0 24px;
    white-space: normal;
  }
}

