.case-study-info-block {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .case-study-info-block {
    padding-top: 96px;
  }
}
.case-study-info-block.padding-top-reduced {
  padding-top: 48px;
}
.case-study-info-block {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .case-study-info-block {
    padding-bottom: 96px;
  }
}
.case-study-info-block.padding-bottom-reduced {
  padding-bottom: 48px;
}
.case-study-info-block.section-bg-default {
  background: #ffffff;
}
.case-study-info-block.section-bg-neutral {
  background: #f8f8f8;
}
.case-study-info-block.section-bg-primary {
  background: #e6f7fd;
}
.case-study-info-block.section-bg-futures {
  background: #e6f2fa;
}
.case-study-info-block.section-bg-action {
  background: #feeeed;
}
.case-study-info-block.section-bg-sponsorship {
  background: #fff9ed;
}
.case-study-info-block.section-bg-enrichment {
  background: #f0fefc;
}
.case-study-info-block.section-bg-parenting {
  background: #f0ecf1;
}
.case-study-info-block {
  border-radius: 40px;
  overflow: hidden;
}
.case-study-info-block.impact-primary .impact-card {
  background: #1ab7ed;
  border-bottom-color: #004159;
}
.case-study-info-block.impact-primary .impact-item:not(:last-child) {
  border-bottom-color: rgb(172.88, 229.08, 248.52);
}
.case-study-info-block.impact-primary .impact-bullet {
  background: #004159;
}
.case-study-info-block.impact-futures .impact-card {
  background: #449fdc;
  border-bottom-color: #0058a0;
}
.case-study-info-block.impact-futures .impact-item:not(:last-child) {
  border-bottom-color: rgb(184.64, 218.76, 241.6);
}
.case-study-info-block.impact-futures .impact-bullet {
  background: #0058a0;
}
.case-study-info-block.impact-action .impact-card {
  background: #f55d53;
  border-bottom-color: #c03027;
}
.case-study-info-block.impact-action .impact-item:not(:last-child) {
  border-bottom-color: rgb(251.48, 197.4, 193.88);
}
.case-study-info-block.impact-action .impact-bullet {
  background: #c03027;
}
.case-study-info-block.impact-sponsorship .impact-card {
  background: #ffd46f;
  border-bottom-color: #a67508;
}
.case-study-info-block.impact-sponsorship .impact-item:not(:last-child) {
  border-bottom-color: rgb(255, 238.64, 201.72);
}
.case-study-info-block.impact-sponsorship .impact-bullet {
  background: #a67508;
}
.case-study-info-block.impact-enrichment .impact-card {
  background: #0eb8a5;
  border-bottom-color: #086e63;
}
.case-study-info-block.impact-enrichment .impact-item:not(:last-child) {
  border-bottom-color: rgb(176.72, 234.4, 227.64);
}
.case-study-info-block.impact-enrichment .impact-bullet {
  background: #086e63;
}
.case-study-info-block.impact-parenting .impact-card {
  background: #9074a1;
  border-bottom-color: #46344c;
}
.case-study-info-block.impact-parenting .impact-item:not(:last-child) {
  border-bottom-color: rgb(213.12, 202.4, 218.6);
}
.case-study-info-block.impact-parenting .impact-bullet {
  background: #46344c;
}
.case-study-info-block.quote-border-primary .quote {
  border-left-color: #1ab7ed;
}
.case-study-info-block.quote-border-primary .quote .quote-text {
  color: #004159;
}
.case-study-info-block.quote-border-futures .quote {
  border-left-color: #449fdc;
}
.case-study-info-block.quote-border-futures .quote .quote-text {
  color: #004159;
}
.case-study-info-block.quote-border-action .quote {
  border-left-color: #f55d53;
}
.case-study-info-block.quote-border-action .quote .quote-text {
  color: #004159;
}
.case-study-info-block.quote-border-sponsorship .quote {
  border-left-color: #ffd46f;
}
.case-study-info-block.quote-border-sponsorship .quote .quote-text {
  color: #004159;
}
.case-study-info-block.quote-border-enrichment .quote {
  border-left-color: #0eb8a5;
}
.case-study-info-block.quote-border-enrichment .quote .quote-text {
  color: #004159;
}
.case-study-info-block.quote-border-parenting .quote {
  border-left-color: #9074a1;
}
.case-study-info-block.quote-border-parenting .quote .quote-text {
  color: #004159;
}
.case-study-info-block > .container {
  width: 100%;
}
.case-study-info-block .inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  width: min(1280px, 100%);
  margin: 0 auto;
  align-items: start;
}
@media (min-width: 1024px) {
  .case-study-info-block .inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 64px;
  }
}
.case-study-info-block .main-col,
.case-study-info-block .impact-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.case-study-info-block .impact-col {
  gap: 16px;
}
.case-study-info-block .left-heading,
.case-study-info-block .impact-heading {
  color: #00202d;
}
.case-study-info-block .intro-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.case-study-info-block .intro-strong {
  color: #323232;
  line-height: 1.6;
}
.case-study-info-block .intro-text {
  color: #364153;
  line-height: 1.6;
}
.case-study-info-block .intro-text p {
  margin: 0 0 1em;
}
.case-study-info-block .intro-text p:last-child {
  margin-bottom: 0;
}
.case-study-info-block .quote {
  margin: 0;
  padding: 24px 0 24px 24px;
  border-left: 4px solid #ffd46f;
  width: 100%;
}
.case-study-info-block .quote-text {
  color: #004159;
  line-height: 1.4;
}
.case-study-info-block .quote-attribution {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 12px;
  line-height: 1.45;
}
.case-study-info-block .quote-name {
  color: #00202d;
}
.case-study-info-block .quote-role {
  color: #767674;
}
.case-study-info-block .media {
  position: relative;
  width: 100%;
  min-height: 280px;
  border-radius: 16px;
  overflow: hidden;
  background: #fbfbfa;
}
@media (min-width: 768px) {
  .case-study-info-block .media {
    min-height: 406px;
  }
}
.case-study-info-block .media picture,
.case-study-info-block .media img {
  display: block;
  width: 100%;
  height: 100%;
}
.case-study-info-block .media img {
  object-fit: cover;
  object-position: center;
}
.case-study-info-block .media.media-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.case-study-info-block .media.media-svg picture,
.case-study-info-block .media.media-svg img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.case-study-info-block .media.media-svg img {
  object-fit: contain;
}
.case-study-info-block .impact-intro {
  color: #323232;
  line-height: 1.6;
}
.case-study-info-block .impact-intro p {
  margin: 0 0 1em;
}
.case-study-info-block .impact-intro p:last-child {
  margin-bottom: 0;
}
.case-study-info-block .impact-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 32px;
  border-radius: 16px;
  border-bottom: 4px solid #a67508;
  background: #ffd46f;
}
.case-study-info-block .impact-card-title {
  line-height: 1.6;
}
.case-study-info-block.impact-text-dark .impact-card-title,
.case-study-info-block.impact-text-dark .impact-item-text {
  color: #323232;
}
.case-study-info-block.impact-text-white .impact-card-title,
.case-study-info-block.impact-text-white .impact-item-text {
  color: #fff;
}
.case-study-info-block.impact-text-white .impact-bullet {
  background: #fff;
}
.case-study-info-block.impact-text-white .impact-item:not(:last-child) {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
.case-study-info-block .impact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.case-study-info-block .impact-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding-bottom: 8px;
}
.case-study-info-block .impact-item:not(:last-child) {
  border-bottom: 1px solid rgb(255, 238.64, 201.72);
}
.case-study-info-block .impact-bullet {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-top: 6px;
  border-radius: 999px;
  background: #a67508;
}
.case-study-info-block .impact-item-text {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.6;
}