@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 .banner-wrapper .content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.banner.thanks-banner .banner-wrapper .content h1 {
  font-family: "Zolina";
  font-size: 60px;
  font-weight: 300;
  line-height: 68px;
  text-transform: uppercase;
  margin: 12px 0 30px;
}
.banner.thanks-banner .banner-wrapper .content h6 {
  margin: 12px 0 30px;
  font-family: "Scandia";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.banner.thanks-banner .banner-wrapper .content .dec-tk {
  margin: 12px 0 30px;
}

body {
  background: var(--black);
}/*# sourceMappingURL=privacy.css.map */