.report_wrapper {
  overflow:hidden;
}

.report_hero {
  background-color:#2e2d2d;
  padding:70px 12px;
  color:var(--paper);
  margin-bottom:30px;
}

.report_hero h1 {
  max-width:800px;
  position: relative;
  margin:auto;
  font-size:34px;
}

@media (min-width:900px) {
  .report_hero {
    padding:118px 32px;
  }
  .report_hero h1 {
    font-size:50px;
  }
}

.report_content {
  padding:8px;
  font-family: "Ivar", system-ui, -apple-system, serif;
  font-size:20px;
  max-width:900px;
  position: relative;
  margin:auto;
}

@media (min-width:900px) {
  .report_content {
    padding:32px;
    font-size:21px;
  }
}

.report_content p, .report_content h2 {
  max-width:800px;
  position: relative;
  margin:auto;
}

.report_content .intro {
  font-weight:700;
}

.report_content .intro p {
  font-size:22px;
}

@media (min-width:900px) {
  .report_content .intro p {
    font-size:25px;
  }
}

.report_content p {
  margin-bottom:22px;
}

@media (min-width:900px) {
  .report_content p {
    margin-bottom:30px;
  }
}

.report_content h2 {
  font-size:26px;
  margin-bottom:22px;
}

@media (min-width:900px) {
  .report_content h2 {
    font-size:36px;
  }
}

.report_divider {
  border:0;
  height:14px;
  margin:60px auto;
  background-color:var(--soft-black);
  --report-wave:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14'%3E%3Cpath d='M0 3.5 C6 3.5 6 10.5 12 10.5 C18 10.5 18 3.5 24 3.5' fill='none' stroke='%23000' stroke-width='2.5'/%3E%3C/svg%3E");
  -webkit-mask:var(--report-wave) repeat-x left center/24px 14px;
  mask:var(--report-wave) repeat-x left center/24px 14px;
  max-width:33%;
  position:relative;
}

.report_chart {
  padding:12px;
  border:1px solid var(--gridline);
  border-radius:16px;
  margin:0;
  background-color:var(--paper);
  box-shadow:var(--box-shadow-combined);
  margin-top:60px;
  margin-bottom:30px;
}

@media (min-width:900px) {
  .report_chart {
    padding:32px;
  }
}

.report_chart h3 {
  font-size:18px;
  margin:8px;
  line-height:1.2;
}

@media (min-width:900px) {
  .report_chart h3 {
    font-size:21px;
    margin:0 0 24px;
  }
}

.report_chart figcaption {
  font-family:"Matter SemiMono", monospace;
  font-size:13px;
  color:var(--soft-grey);
  margin-top:24px;
  line-height:1.5;
}

.report_chart_fallback {
  width:100%;
  font-family:"Matter SemiMono", monospace;
  font-size:14px;
  text-align:left;
}

.report_chart_fallback th, .report_chart_fallback td {
  padding:8px 0;
  border-bottom:1px solid var(--gridline);
}

.report_content .quote {
  box-sizing:border-box;
  border-left:2px solid var(--magic);
  border-top:2px solid var(--magic);
  border-bottom:2px solid var(--magic);
  border-right:2px solid var(--magic);
  font-size:18px;
  color:var(--soft-black);
  background-color:var(--paper);
  box-shadow:var(--box-shadow-combined);
  padding:22px;
  border-radius:12px;
  margin-top:40px;
  margin-bottom:30px;
}

.report_content .quote p:first-of-type {
  padding-top:16px;
}

.report_content .credit {
  font-size:16px;
  margin-bottom:12px;
}

.report_content .credit a {
  color:inherit;
  text-decoration:underline;
}

@media (min-width: 900px) {
  .report_content .quote {
    font-size:22px;
    margin-top:60px;
  }
  .report_content .credit {
    font-size:18px;
  }
}

.report_block {
  padding:0;
}

@media (min-width:900px) {
  .report_block {
    padding:20px 0;
  }
}

.report_eyebrow {
  max-width:800px;
  position:relative;
  margin:auto;
  margin-bottom:20px;
  color:#fdfdf7ba;
  font-family: "Matter SemiMono", monospace;
  font-size:15px;
}