/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
br.responsive {
  display: none;
}
@media (min-width: 768px) {
  br.responsive {
    display: block;
  }
}

.high-earner h2, .the-backstop h2, .survival-mode h2, .risk-fog h2, .wealth-anxiety h2, .overview h2 {
  font-family: "Source Sans 3", -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.high-earner .hero .subhead, .the-backstop .hero .subhead, .survival-mode .hero .subhead, .risk-fog .hero .subhead, .wealth-anxiety .hero .subhead, .overview .hero .subhead {
  text-align: left;
}
.high-earner .card-cta, .the-backstop .card-cta, .survival-mode .card-cta, .risk-fog .card-cta, .wealth-anxiety .card-cta, .overview .card-cta {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.high-earner section.section, .the-backstop section.section, .survival-mode section.section, .risk-fog section.section, .wealth-anxiety section.section, .overview section.section {
  display: flex;
  background-color: var(--blue-light);
  padding: 10px;
  gap: 20px;
  border-radius: 16px;
  padding: 1.75rem 1.5rem 1.5rem;
  border: 1px solid rgba(46, 122, 186, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.high-earner section.section div.number, .the-backstop section.section div.number, .survival-mode section.section div.number, .risk-fog section.section div.number, .wealth-anxiety section.section div.number, .overview section.section div.number {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 500;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
  letter-spacing: -0.02em;
}
.high-earner section.section .section-content h2.card-title, .the-backstop section.section .section-content h2.card-title, .survival-mode section.section .section-content h2.card-title, .risk-fog section.section .section-content h2.card-title, .wealth-anxiety section.section .section-content h2.card-title, .overview section.section .section-content h2.card-title {
  font-family: "Cormorant Garamond", Georgia, serif;
}
.high-earner section.section .section-content p, .the-backstop section.section .section-content p, .survival-mode section.section .section-content p, .risk-fog section.section .section-content p, .wealth-anxiety section.section .section-content p, .overview section.section .section-content p {
  margin-bottom: 0.5rem;
}
.high-earner section.section .section-content .italics, .the-backstop section.section .section-content .italics, .survival-mode section.section .section-content .italics, .risk-fog section.section .section-content .italics, .wealth-anxiety section.section .section-content .italics, .overview section.section .section-content .italics {
  font-style: italic;
}
.high-earner section.section .section-content .pullquote, .the-backstop section.section .section-content .pullquote, .survival-mode section.section .section-content .pullquote, .risk-fog section.section .section-content .pullquote, .wealth-anxiety section.section .section-content .pullquote, .overview section.section .section-content .pullquote {
  border-left: 3px solid var(--blue);
  font-weight: bold;
  margin-left: 1rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.high-earner section.section .section-content .close, .the-backstop section.section .section-content .close, .survival-mode section.section .section-content .close, .risk-fog section.section .section-content .close, .wealth-anxiety section.section .section-content .close, .overview section.section .section-content .close {
  font-weight: 500;
  color: var(--blue);
}
.high-earner section.section .section-content .cards, .the-backstop section.section .section-content .cards, .survival-mode section.section .section-content .cards, .risk-fog section.section .section-content .cards, .wealth-anxiety section.section .section-content .cards, .overview section.section .section-content .cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .high-earner section.section .section-content .cards, .the-backstop section.section .section-content .cards, .survival-mode section.section .section-content .cards, .risk-fog section.section .section-content .cards, .wealth-anxiety section.section .section-content .cards, .overview section.section .section-content .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.high-earner section.section .section-content .cards .card, .the-backstop section.section .section-content .cards .card, .survival-mode section.section .section-content .cards .card, .risk-fog section.section .section-content .cards .card, .wealth-anxiety section.section .section-content .cards .card, .overview section.section .section-content .cards .card {
  background-color: white !important;
  padding: 1rem !important;
  border-radius: 8px;
  cursor: inherit;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
}
.high-earner .value-anchor, .the-backstop .value-anchor, .survival-mode .value-anchor, .risk-fog .value-anchor, .wealth-anxiety .value-anchor, .overview .value-anchor {
  margin-top: 2rem;
}

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