body.page-auto-login, body.page-auto-login-test {
  background: #f1f9ff;
  color: #024364;
  overflow-x: hidden;
}
body.page-auto-login > header#top, body.page-auto-login > footer, body.page-auto-login-test > header#top, body.page-auto-login-test > footer {
  display: none;
}
body.page-auto-login .nvve-auto-login-page, body.page-auto-login-test .nvve-auto-login-page {
  display: block;
  width: 100%;
  min-height: 100vh;
  padding: 0 20px 56px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
body.page-auto-login .nvve-auto-login-page *, body.page-auto-login .nvve-auto-login-page *::before, body.page-auto-login .nvve-auto-login-page *::after, body.page-auto-login-test .nvve-auto-login-page *, body.page-auto-login-test .nvve-auto-login-page *::before, body.page-auto-login-test .nvve-auto-login-page *::after {
  box-sizing: border-box;
}
body.page-auto-login .nvve-auto-login-page a, body.page-auto-login-test .nvve-auto-login-page a {
  color: #01a7e1;
}
body.page-auto-login .nvve-auto-login-page h1, body.page-auto-login .nvve-auto-login-page h2, body.page-auto-login .nvve-auto-login-page h3, body.page-auto-login .nvve-auto-login-page p, body.page-auto-login-test .nvve-auto-login-page h1, body.page-auto-login-test .nvve-auto-login-page h2, body.page-auto-login-test .nvve-auto-login-page h3, body.page-auto-login-test .nvve-auto-login-page p {
  margin-top: 0;
}
body.page-auto-login .nvve-auto-login-page h1, body.page-auto-login .nvve-auto-login-page h2, body.page-auto-login .nvve-auto-login-page h3, body.page-auto-login-test .nvve-auto-login-page h1, body.page-auto-login-test .nvve-auto-login-page h2, body.page-auto-login-test .nvve-auto-login-page h3 {
  color: #024364;
  font-weight: 600;
  line-height: 1.2;
}
body.page-auto-login .nvve-auto-login-container, body.page-auto-login-test .nvve-auto-login-container {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
body.page-auto-login .nvve-auto-login-header, body.page-auto-login-test .nvve-auto-login-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 78px;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(2, 67, 100, 0.1);
}
body.page-auto-login .nvve-auto-login-logo, body.page-auto-login-test .nvve-auto-login-logo {
  display: block;
  width: 138px;
  line-height: 0;
}
body.page-auto-login .nvve-auto-login-logo img, body.page-auto-login-test .nvve-auto-login-logo img {
  display: block;
  width: 100%;
  height: auto;
}
body.page-auto-login .nvve-auto-login-session, body.page-auto-login .nvve-auto-login-header-link, body.page-auto-login-test .nvve-auto-login-session, body.page-auto-login-test .nvve-auto-login-header-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  color: #5d8093;
  font-size: 0.78rem;
  line-height: 1.35;
  text-align: right;
}
body.page-auto-login .nvve-auto-login-session span, body.page-auto-login-test .nvve-auto-login-session span {
  display: block;
}
body.page-auto-login .nvve-auto-login-session strong, body.page-auto-login-test .nvve-auto-login-session strong {
  color: #024364;
  font-weight: 600;
}
body.page-auto-login .nvve-auto-login-session a, body.page-auto-login .nvve-auto-login-header-link, body.page-auto-login-test .nvve-auto-login-session a, body.page-auto-login-test .nvve-auto-login-header-link {
  flex: 0 0 auto;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(2, 67, 100, 0.2);
  border-radius: 999px;
  color: #024364;
  font-weight: 500;
  text-decoration: none;
}
body.page-auto-login .nvve-auto-login-session a:hover, body.page-auto-login .nvve-auto-login-session a:focus-visible, body.page-auto-login .nvve-auto-login-header-link:hover, body.page-auto-login .nvve-auto-login-header-link:focus-visible, body.page-auto-login-test .nvve-auto-login-session a:hover, body.page-auto-login-test .nvve-auto-login-session a:focus-visible, body.page-auto-login-test .nvve-auto-login-header-link:hover, body.page-auto-login-test .nvve-auto-login-header-link:focus-visible {
  border-color: #024364;
  background: #024364;
  color: #ffffff;
  text-decoration: none;
}
body.page-auto-login .nvve-auto-login-overline, body.page-auto-login .nvve-auto-login-section-kicker, body.page-auto-login .nvve-auto-login-demo__eyebrow, body.page-auto-login-test .nvve-auto-login-overline, body.page-auto-login-test .nvve-auto-login-section-kicker, body.page-auto-login-test .nvve-auto-login-demo__eyebrow {
  display: block;
  margin-bottom: 0.55rem;
  color: #01a7e1;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}
body.page-auto-login .nvve-auto-login-hero, body.page-auto-login-test .nvve-auto-login-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.4rem;
  padding: clamp(1.35rem, 4vw, 2.25rem);
  border: 1px solid #d7e9f1;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(2, 67, 100, 0.06);
}
body.page-auto-login .nvve-auto-login-hero__copy, body.page-auto-login-test .nvve-auto-login-hero__copy {
  max-width: 570px;
}
body.page-auto-login .nvve-auto-login-hero h1, body.page-auto-login-test .nvve-auto-login-hero h1 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.55rem, 4vw, 2.2rem);
  letter-spacing: -0.025em;
}
body.page-auto-login .nvve-auto-login-hero p, body.page-auto-login-test .nvve-auto-login-hero p {
  max-width: 570px;
  margin-bottom: 1rem;
  color: #5d8093;
  font-size: 0.92rem;
}
body.page-auto-login .nvve-auto-login-summary, body.page-auto-login-test .nvve-auto-login-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
body.page-auto-login .nvve-auto-login-summary span, body.page-auto-login-test .nvve-auto-login-summary span {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #f1f9ff;
  color: #024364;
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.3;
}
body.page-auto-login .nvve-auto-login-hero__status, body.page-auto-login-test .nvve-auto-login-hero__status {
  display: flex;
  flex: 0 0 142px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 142px;
  padding: 1rem;
  border-radius: 16px;
  background: #e8f7fb;
  color: #006f8c;
  text-align: center;
}
body.page-auto-login .nvve-auto-login-hero__status-icon, body.page-auto-login-test .nvve-auto-login-hero__status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 0.55rem;
  border-radius: 50%;
  background: #006f8c;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
}
body.page-auto-login .nvve-auto-login-hero__status strong, body.page-auto-login-test .nvve-auto-login-hero__status strong {
  font-size: 0.8rem;
  line-height: 1.35;
}
body.page-auto-login .nvve-auto-login-hero.is-success, body.page-auto-login-test .nvve-auto-login-hero.is-success {
  border-color: #cce9d6;
}
body.page-auto-login .nvve-auto-login-hero.is-success .nvve-auto-login-hero__status, body.page-auto-login-test .nvve-auto-login-hero.is-success .nvve-auto-login-hero__status {
  background: #edf8f1;
  color: #23764b;
}
body.page-auto-login .nvve-auto-login-hero.is-success .nvve-auto-login-hero__status-icon, body.page-auto-login-test .nvve-auto-login-hero.is-success .nvve-auto-login-hero__status-icon {
  background: #23764b;
}
body.page-auto-login .nvve-auto-login-hero.is-empty .nvve-auto-login-hero__status, body.page-auto-login-test .nvve-auto-login-hero.is-empty .nvve-auto-login-hero__status {
  background: #f1f9ff;
  color: #5d8093;
}
body.page-auto-login .nvve-auto-login-hero.is-empty .nvve-auto-login-hero__status-icon, body.page-auto-login-test .nvve-auto-login-hero.is-empty .nvve-auto-login-hero__status-icon {
  background: #5d8093;
}
body.page-auto-login .nvve-auto-login-section, body.page-auto-login-test .nvve-auto-login-section {
  margin-top: 2.7rem;
}
body.page-auto-login .nvve-auto-login-section-heading, body.page-auto-login-test .nvve-auto-login-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
body.page-auto-login .nvve-auto-login-section-heading h2, body.page-auto-login-test .nvve-auto-login-section-heading h2 {
  margin-bottom: 0.25rem;
  font-size: clamp(1.15rem, 3vw, 1.45rem);
}
body.page-auto-login .nvve-auto-login-section-heading p, body.page-auto-login-test .nvve-auto-login-section-heading p {
  margin-bottom: 0;
  color: #5d8093;
  font-size: 0.82rem;
}
body.page-auto-login .nvve-auto-login-section-kicker, body.page-auto-login-test .nvve-auto-login-section-kicker {
  margin-bottom: 0.4rem;
  color: #006f8c;
}
body.page-auto-login .nvve-auto-login-section--active .nvve-auto-login-section-kicker, body.page-auto-login-test .nvve-auto-login-section--active .nvve-auto-login-section-kicker {
  color: #23764b;
}
body.page-auto-login .nvve-auto-login-count-badge, body.page-auto-login-test .nvve-auto-login-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e8f7fb;
  color: #006f8c;
  font-size: 0.8rem;
  font-weight: 700;
}
body.page-auto-login .nvve-auto-login-count-badge.is-success, body.page-auto-login-test .nvve-auto-login-count-badge.is-success {
  background: #edf8f1;
  color: #23764b;
}
body.page-auto-login .nvve-auto-login-action-list, body.page-auto-login .nvve-auto-login-active-list, body.page-auto-login-test .nvve-auto-login-action-list, body.page-auto-login-test .nvve-auto-login-active-list {
  display: grid;
  gap: 1rem;
}
body.page-auto-login .nvve-auto-login-action-card, body.page-auto-login-test .nvve-auto-login-action-card {
  padding: clamp(1rem, 3vw, 1.35rem);
  border: 1px solid #bfe5ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(2, 67, 100, 0.04);
}
body.page-auto-login .nvve-auto-login-action-card.is-issue, body.page-auto-login-test .nvve-auto-login-action-card.is-issue {
  border-color: #f2d0d4;
  background: #fffafb;
}
body.page-auto-login .nvve-auto-login-action-card.is-issue .nvve-auto-login-card__tag, body.page-auto-login-test .nvve-auto-login-action-card.is-issue .nvve-auto-login-card__tag {
  background: #fff0f1;
  color: #a33b47;
}
body.page-auto-login .nvve-auto-login-action-card.is-issue .nvve-auto-login-button, body.page-auto-login-test .nvve-auto-login-action-card.is-issue .nvve-auto-login-button {
  background: #a33b47;
}
body.page-auto-login .nvve-auto-login-action-card__top, body.page-auto-login-test .nvve-auto-login-action-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 0.8rem;
}
body.page-auto-login .nvve-auto-login-action-card__step, body.page-auto-login-test .nvve-auto-login-action-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e8f7fb;
  color: #006f8c;
  font-size: 0.68rem;
  font-weight: 700;
}
body.page-auto-login .nvve-auto-login-action-card__labels, body.page-auto-login-test .nvve-auto-login-action-card__labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  flex: 1 1 auto;
  min-width: 0;
}
body.page-auto-login .nvve-auto-login-card__reference, body.page-auto-login-test .nvve-auto-login-card__reference {
  display: block;
  color: #5d8093;
  font-size: 0.72rem;
  line-height: 1.35;
}
body.page-auto-login .nvve-auto-login-card__tag, body.page-auto-login-test .nvve-auto-login-card__tag {
  display: inline-flex;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: #e8f7fb;
  color: #006f8c;
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.3;
}
body.page-auto-login .nvve-auto-login-action-card__order-meta, body.page-auto-login-test .nvve-auto-login-action-card__order-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
  margin: -0.1rem 0 1rem;
  color: #5d8093;
  font-size: 0.72rem;
  line-height: 1.35;
}
body.page-auto-login .nvve-auto-login-action-card__order-age.is-stale, body.page-auto-login-test .nvve-auto-login-action-card__order-age.is-stale {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #a96500;
  font-weight: 600;
}
body.page-auto-login .nvve-auto-login-action-card__order-age.is-stale strong, body.page-auto-login-test .nvve-auto-login-action-card__order-age.is-stale strong {
  display: inline-flex;
  padding: 0.18rem 0.42rem;
  border-radius: 999px;
  background: #fff3dc;
  color: #a96500;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}
body.page-auto-login .nvve-auto-login-action-card h3, body.page-auto-login-test .nvve-auto-login-action-card h3 {
  max-width: 650px;
  margin-bottom: 0.4rem;
  font-size: 1.08rem;
}
body.page-auto-login .nvve-auto-login-action-card__description, body.page-auto-login-test .nvve-auto-login-action-card__description {
  max-width: 680px;
  margin-bottom: 1rem;
  color: #5d8093;
  font-size: 0.82rem;
}
body.page-auto-login .nvve-auto-login-action-card__amount, body.page-auto-login-test .nvve-auto-login-action-card__amount {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-top: 1px solid #d7e9f1;
  border-bottom: 1px solid #d7e9f1;
}
body.page-auto-login .nvve-auto-login-meta-label, body.page-auto-login-test .nvve-auto-login-meta-label {
  display: block;
  margin-bottom: 0.1rem;
  color: #5d8093;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}
body.page-auto-login .nvve-auto-login-action-card__amount strong, body.page-auto-login .nvve-auto-login-action-card__amount strong span, body.page-auto-login-test .nvve-auto-login-action-card__amount strong, body.page-auto-login-test .nvve-auto-login-action-card__amount strong span {
  color: #024364;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
body.page-auto-login .nvve-auto-login-action-card__amount-note, body.page-auto-login-test .nvve-auto-login-action-card__amount-note {
  padding-bottom: 0.05rem;
  color: #5d8093;
  font-size: 0.72rem;
  text-align: right;
}
body.page-auto-login .nvve-auto-login-action-card__footer, body.page-auto-login-test .nvve-auto-login-action-card__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-top: 1rem;
}
body.page-auto-login .nvve-auto-login-button, body.page-auto-login .nvve-auto-login-secondary-button, body.page-auto-login-test .nvve-auto-login-button, body.page-auto-login-test .nvve-auto-login-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 42px;
  padding: 0.7rem 1.05rem;
  border: 2px solid transparent;
  border-radius: 999px;
  background: #01a7e1;
  color: #ffffff !important;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s ease;
}
body.page-auto-login .nvve-auto-login-button:hover, body.page-auto-login .nvve-auto-login-button:focus-visible, body.page-auto-login .nvve-auto-login-secondary-button:hover, body.page-auto-login .nvve-auto-login-secondary-button:focus-visible, body.page-auto-login-test .nvve-auto-login-button:hover, body.page-auto-login-test .nvve-auto-login-button:focus-visible, body.page-auto-login-test .nvve-auto-login-secondary-button:hover, body.page-auto-login-test .nvve-auto-login-secondary-button:focus-visible {
  background: #018dbd;
  color: #ffffff !important;
  transform: translateY(-1px);
}
body.page-auto-login .nvve-auto-login-button.is-demo, body.page-auto-login-test .nvve-auto-login-button.is-demo {
  cursor: default;
  opacity: 0.72;
}
body.page-auto-login .nvve-auto-login-button.is-demo:hover, body.page-auto-login-test .nvve-auto-login-button.is-demo:hover {
  background: #01a7e1;
  transform: none;
}
body.page-auto-login .nvve-auto-login-action-card__helper, body.page-auto-login-test .nvve-auto-login-action-card__helper {
  color: #5d8093;
  font-size: 0.72rem;
}
body.page-auto-login .nvve-auto-login-active-list, body.page-auto-login-test .nvve-auto-login-active-list {
  grid-template-columns: 1fr;
}
body.page-auto-login .nvve-auto-login-active-card, body.page-auto-login-test .nvve-auto-login-active-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  min-width: 0;
  padding: 1rem;
  border: 1px solid #d3eadb;
  border-radius: 14px;
  background: #edf8f1;
}
body.page-auto-login .nvve-auto-login-active-card__icon, body.page-auto-login-test .nvve-auto-login-active-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #23764b;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
}
body.page-auto-login .nvve-auto-login-active-card h3, body.page-auto-login-test .nvve-auto-login-active-card h3 {
  margin: 0.2rem 0 0.35rem;
  font-size: 0.92rem;
}
body.page-auto-login .nvve-auto-login-active-card__status, body.page-auto-login-test .nvve-auto-login-active-card__status {
  color: #23764b;
  font-size: 0.72rem;
  font-weight: 600;
}
body.page-auto-login .nvve-auto-login-section-action, body.page-auto-login-test .nvve-auto-login-section-action {
  margin-top: 1rem;
}
body.page-auto-login .nvve-auto-login-secondary-button, body.page-auto-login-test .nvve-auto-login-secondary-button {
  border-color: #024364;
  background: transparent;
  color: #024364 !important;
}
body.page-auto-login .nvve-auto-login-secondary-button:hover, body.page-auto-login .nvve-auto-login-secondary-button:focus-visible, body.page-auto-login-test .nvve-auto-login-secondary-button:hover, body.page-auto-login-test .nvve-auto-login-secondary-button:focus-visible {
  background: #024364;
  color: #ffffff !important;
}
body.page-auto-login .nvve-auto-login-empty-state, body.page-auto-login-test .nvve-auto-login-empty-state {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-top: 2.7rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid #d7e9f1;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
}
body.page-auto-login .nvve-auto-login-empty-state__icon, body.page-auto-login-test .nvve-auto-login-empty-state__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #edf8f1;
  color: #23764b;
  font-weight: 700;
}
body.page-auto-login .nvve-auto-login-empty-state h2, body.page-auto-login-test .nvve-auto-login-empty-state h2 {
  margin-bottom: 0.2rem;
  font-size: 0.95rem;
}
body.page-auto-login .nvve-auto-login-empty-state p, body.page-auto-login-test .nvve-auto-login-empty-state p {
  margin-bottom: 0;
  color: #5d8093;
  font-size: 0.78rem;
}
body.page-auto-login .nvve-auto-login-footer, body.page-auto-login-test .nvve-auto-login-footer {
  display: block !important;
  margin-top: 3.3rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(2, 67, 100, 0.1);
  color: #5d8093;
  font-size: 0.75rem;
}
body.page-auto-login .nvve-auto-login-footer__main, body.page-auto-login-test .nvve-auto-login-footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
}
body.page-auto-login .nvve-auto-login-footer a, body.page-auto-login-test .nvve-auto-login-footer a {
  font-weight: 600;
  text-decoration: none;
}
body.page-auto-login .nvve-auto-login-footer a:hover, body.page-auto-login .nvve-auto-login-footer a:focus-visible, body.page-auto-login-test .nvve-auto-login-footer a:hover, body.page-auto-login-test .nvve-auto-login-footer a:focus-visible {
  text-decoration: underline;
}
body.page-auto-login .nvve-auto-login-demo, body.page-auto-login-test .nvve-auto-login-demo {
  margin-top: 2rem;
  padding: 1rem;
  border: 1px dashed #d8c98e;
  border-radius: 14px;
  background: rgba(255, 251, 237, 0.72);
  color: #725d21;
}
body.page-auto-login .nvve-auto-login-demo__heading, body.page-auto-login-test .nvve-auto-login-demo__heading {
  display: grid;
  gap: 0.18rem;
  margin-bottom: 0.8rem;
}
body.page-auto-login .nvve-auto-login-demo__heading strong, body.page-auto-login-test .nvve-auto-login-demo__heading strong {
  color: #5d490f;
  font-size: 0.88rem;
}
body.page-auto-login .nvve-auto-login-demo__heading > span:last-child, body.page-auto-login-test .nvve-auto-login-demo__heading > span:last-child {
  font-size: 0.72rem;
}
body.page-auto-login .nvve-auto-login-demo__eyebrow, body.page-auto-login-test .nvve-auto-login-demo__eyebrow {
  margin-bottom: 0;
  color: #a27b16;
  font-size: 0.64rem;
}
body.page-auto-login .nvve-auto-login-demo__links, body.page-auto-login-test .nvve-auto-login-demo__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
body.page-auto-login .nvve-auto-login-demo__links a, body.page-auto-login-test .nvve-auto-login-demo__links a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.4rem 0.65rem;
  border: 1px solid #dfd09a;
  border-radius: 999px;
  background: #ffffff;
  color: #725d21;
  font-size: 0.7rem;
  line-height: 1.25;
  text-decoration: none;
}
body.page-auto-login .nvve-auto-login-demo__links a:hover, body.page-auto-login .nvve-auto-login-demo__links a:focus-visible, body.page-auto-login .nvve-auto-login-demo__links a.is-active, body.page-auto-login-test .nvve-auto-login-demo__links a:hover, body.page-auto-login-test .nvve-auto-login-demo__links a:focus-visible, body.page-auto-login-test .nvve-auto-login-demo__links a.is-active {
  border-color: #a27b16;
  background: #fff4c8;
  color: #5d490f;
}
body.page-auto-login .nvve-auto-login-login-card, body.page-auto-login-test .nvve-auto-login-login-card {
  max-width: 540px;
  margin: 3rem auto 0;
  padding: clamp(1.25rem, 5vw, 2rem);
  border: 1px solid #d7e9f1;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(2, 67, 100, 0.06);
}
body.page-auto-login .nvve-auto-login-login-card h1, body.page-auto-login-test .nvve-auto-login-login-card h1 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.45rem, 4vw, 1.9rem);
}
body.page-auto-login .nvve-auto-login-login-card > p, body.page-auto-login-test .nvve-auto-login-login-card > p {
  margin-bottom: 1.3rem;
  color: #5d8093;
  font-size: 0.86rem;
}
body.page-auto-login .nvve-auto-login-request-form, body.page-auto-login-test .nvve-auto-login-request-form {
  margin-top: 1.3rem;
}
body.page-auto-login .nvve-auto-login-request-form h6, body.page-auto-login-test .nvve-auto-login-request-form h6 {
  margin-bottom: 0.55rem;
  color: #024364;
  font-size: 0.88rem;
  font-weight: 600;
}
body.page-auto-login .nvve-auto-login-request-form form.request-magic-link, body.page-auto-login-test .nvve-auto-login-request-form form.request-magic-link {
  display: grid;
  gap: 0.6rem;
  width: 100%;
  margin: 0;
}
body.page-auto-login .nvve-auto-login-request-form form.request-magic-link input[type="email"], body.page-auto-login-test .nvve-auto-login-request-form form.request-magic-link input[type="email"] {
  width: 100%;
  min-height: 46px;
  padding: 0.7rem 1rem;
  border: 1px solid #d7e9f1;
  border-radius: 999px;
  background: #f1f9ff;
  color: #024364;
  font: inherit;
  font-size: 0.86rem;
  text-align: left;
}
body.page-auto-login .nvve-auto-login-request-form form.request-magic-link .auto-login-request-submit, body.page-auto-login-test .nvve-auto-login-request-form form.request-magic-link .auto-login-request-submit {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: #024364;
  color: #ffffff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
}
body.page-auto-login .nvve-auto-login-request-form .nvve-success, body.page-auto-login .nvve-auto-login-request-form .nvve-error, body.page-auto-login-test .nvve-auto-login-request-form .nvve-success, body.page-auto-login-test .nvve-auto-login-request-form .nvve-error {
  margin-bottom: 1rem;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  font-size: 0.78rem;
}
body.page-auto-login .nvve-auto-login-request-form .nvve-success, body.page-auto-login-test .nvve-auto-login-request-form .nvve-success {
  background: #edf8f1;
  color: #23764b;
}
body.page-auto-login .nvve-auto-login-request-form .nvve-error, body.page-auto-login-test .nvve-auto-login-request-form .nvve-error {
  background: #fff0f1;
  color: #a33b47;
}
body.page-auto-login .nvve-auto-login-request-form .nvve-success p, body.page-auto-login .nvve-auto-login-request-form .nvve-error p, body.page-auto-login-test .nvve-auto-login-request-form .nvve-success p, body.page-auto-login-test .nvve-auto-login-request-form .nvve-error p {
  margin: 0;
}
body.page-auto-login .nvve-auto-login-alert, body.page-auto-login-test .nvve-auto-login-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 1rem;
  padding: 0.85rem;
  border-radius: 12px;
  background: #fff0f1;
  color: #a33b47;
}
body.page-auto-login .nvve-auto-login-alert strong, body.page-auto-login-test .nvve-auto-login-alert strong {
  display: block;
  margin-bottom: 0.18rem;
  font-size: 0.88rem;
}
body.page-auto-login .nvve-auto-login-alert p, body.page-auto-login-test .nvve-auto-login-alert p {
  margin: 0;
  font-size: 0.78rem;
}
body.page-auto-login .nvve-auto-login-alert__icon, body.page-auto-login-test .nvve-auto-login-alert__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #a33b47;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}
body.page-auto-login .nvve-auto-login-login-links, body.page-auto-login-test .nvve-auto-login-login-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
  font-size: 0.76rem;
}
body.page-auto-login .nvve-auto-login-login-links a + a, body.page-auto-login-test .nvve-auto-login-login-links a + a {
  padding-left: 1rem;
  border-left: 1px solid #d7e9f1;
}
body.page-auto-login .screen-reader-text, body.page-auto-login-test .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media only screen and (max-width: 620px) {
  body.page-auto-login .nvve-auto-login-page, body.page-auto-login-test .nvve-auto-login-page {
    padding-right: 14px;
    padding-left: 14px;
  }
  body.page-auto-login .nvve-auto-login-header, body.page-auto-login-test .nvve-auto-login-header {
    align-items: flex-start;
  }
  body.page-auto-login .nvve-auto-login-logo, body.page-auto-login-test .nvve-auto-login-logo {
    width: 122px;
  }
  body.page-auto-login .nvve-auto-login-session, body.page-auto-login .nvve-auto-login-header-link, body.page-auto-login-test .nvve-auto-login-session, body.page-auto-login-test .nvve-auto-login-header-link {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
    font-size: 0.68rem;
  }
  body.page-auto-login .nvve-auto-login-session span, body.page-auto-login-test .nvve-auto-login-session span {
    max-width: 155px;
  }
  body.page-auto-login .nvve-auto-login-session a, body.page-auto-login .nvve-auto-login-header-link, body.page-auto-login-test .nvve-auto-login-session a, body.page-auto-login-test .nvve-auto-login-header-link {
    padding: 0.35rem 0.6rem;
  }
  body.page-auto-login .nvve-auto-login-hero, body.page-auto-login-test .nvve-auto-login-hero {
    display: block;
    margin-top: 1.5rem;
    border-radius: 17px;
  }
  body.page-auto-login .nvve-auto-login-hero__status, body.page-auto-login-test .nvve-auto-login-hero__status {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 0;
    margin-top: 1.1rem;
    padding: 0.65rem 0.75rem;
    border-radius: 11px;
    text-align: left;
  }
  body.page-auto-login .nvve-auto-login-hero__status-icon, body.page-auto-login-test .nvve-auto-login-hero__status-icon {
    width: 27px;
    height: 27px;
    margin: 0 0.55rem 0 0;
    font-size: 0.9rem;
  }
  body.page-auto-login .nvve-auto-login-active-list, body.page-auto-login-test .nvve-auto-login-active-list {
    grid-template-columns: 1fr;
  }
  body.page-auto-login .nvve-auto-login-action-card__footer, body.page-auto-login-test .nvve-auto-login-action-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }
  body.page-auto-login .nvve-auto-login-button, body.page-auto-login .nvve-auto-login-secondary-button, body.page-auto-login-test .nvve-auto-login-button, body.page-auto-login-test .nvve-auto-login-secondary-button {
    width: 100%;
  }
  body.page-auto-login .nvve-auto-login-action-card__helper, body.page-auto-login-test .nvve-auto-login-action-card__helper {
    padding-left: 0.1rem;
  }
  body.page-auto-login .nvve-auto-login-footer__main, body.page-auto-login-test .nvve-auto-login-footer__main {
    align-items: flex-start;
    flex-direction: column;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fnvve.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fnvve%2Fassets%2Fstyles%2Fscss%2F_auto-login.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */