/* [project]/app/page.module.css [app-client] (css) */
.page-module__E0kJGG__main {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px 0;
  display: flex;
}

.page-module__E0kJGG__heading, .page-module__E0kJGG__subheading {
  text-align: center;
  max-width: 85vw;
}

.page-module__E0kJGG__heading {
  color: #1a237e;
  max-width: 80vw;
  margin-bottom: .5rem;
  font-size: 2.5rem;
}

.page-module__E0kJGG__subheading {
  color: #333;
  max-width: 70vw;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.page-module__E0kJGG__table {
  background: rgba(255, 255, 255, .95);
  border-radius: 1rem;
  width: 85%;
  margin: 1rem auto;
  display: table;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
}

.page-module__E0kJGG__row {
  display: table-row;
}

.page-module__E0kJGG__reference {
  color: #555;
  place-content: center;
  width: 85%;
  padding: 0 0 2rem;
  font-size: .9em;
  display: flex;
}

.page-module__E0kJGG__referenceLink {
  width: 100%;
}

.page-module__E0kJGG__cell {
  background: none;
  border: 1px solid #e0e0e0;
  padding: 16px 3%;
  font-size: 1rem;
  display: table-cell;
}

.page-module__E0kJGG__header {
  color: #fff;
  background: #1a237e;
  font-size: 1.1rem;
  font-weight: bold;
}

.page-module__E0kJGG__banner {
  position: "fixed";
  z-index: 1000;
  width: 100vw;
  box-shadow: 3;
  background-color: #00356b;
  justify-content: center;
  align-items: center;
  padding: 2rem 3rem;
  display: flex;
  top: 0;
  left: 0;
}

@media (prefers-color-scheme: dark) {
  .page-module__E0kJGG__table {
    color: #ededed;
    background: #181a1b;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .32);
  }

  .page-module__E0kJGG__cell {
    color: #ededed;
    border: 1px solid #333;
  }

  .page-module__E0kJGG__header {
    color: #181a1b;
    background: #90caf9;
  }
}

.page-module__E0kJGG__faqSection {
  flex-direction: column;
  gap: 1.25rem;
  width: 85%;
  margin: 2rem auto 3rem;
  display: flex;
}

.page-module__E0kJGG__faqItem {
  background: rgba(255, 255, 255, .95);
  border-radius: .75rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
}

.page-module__E0kJGG__faqImage {
  max-width: 120px;
  margin-bottom: .5rem;
  display: block;
}

.page-module__E0kJGG__optOutLink {
  color: #1a237e;
  text-decoration: underline;
}

.page-module__E0kJGG__faqScreenshot {
  border-radius: 6px;
  max-width: 500px;
  height: auto;
  margin: .5rem 0 .75rem;
  display: block;
}

.page-module__E0kJGG__faqItem ol {
  background: none;
  border-radius: 6px;
  margin: .9rem 0;
  padding: .6rem 1.25rem;
  list-style-type: decimal;
  list-style-position: inside;
}

.page-module__E0kJGG__faqItem ol li {
  margin-bottom: .55rem;
  line-height: 1.45;
}

/*# sourceMappingURL=app_page_module_2b22cb52.css.map*/