@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.privacy-secA {
  margin-top: var(--headerheight);
  padding: 5rem 0;
}

.banner.thanks-banner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner.thanks-banner .content {
  margin-bottom: 4rem;
}
.banner.thanks-banner .content h1 {
  margin-bottom: 18px;
}
.banner.thanks-banner .content h6, .banner.thanks-banner .content p {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}/*# sourceMappingURL=privacy.css.map */