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

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

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

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

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

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

.report_content h2 {
  font-size:36px;
}

.report_divider {
  border:0;
  height:14px;
  margin:50px 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:32px;
  border:1px solid var(--gridline);
  border-radius:16px;
  margin:0;
  background-color:var(--paper);
  box-shadow:var(--box-shadow-combined);
  margin-bottom:30px;
}

.report_chart h3 {
  font-size:21px;
  margin:0 0 24px;
  line-height:1.3;
}

.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);
}