.pre-footer-cta {
  --cta-silver: #eef1f7;
  --cta-mint: #dceeff;
  --cta-blue: #c9e5fa;
  --cta-button: #123a82;
  --cta-label: #2447e5;
  --cta-text: #333740;
}
.pre-footer-cta__action {
  background: var(--cta-button);
  width: 13rem;
  max-width: 100%;
  align-self: center;
  justify-content: center;
  text-align: center;
}
.pre-footer-cta__eyebrow { color: var(--cta-label); }
.pre-footer-cta__desc { color: var(--cta-text); }
