.simple-hero-block {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 8px solid #1ab7ed;
  border-radius: 0 0 20px 20px;
  min-height: 391px;
}
.simple-hero-block.section-bg-default {
  background: #ffffff;
}
.simple-hero-block.section-bg-neutral {
  background: #f8f8f8;
}
.simple-hero-block.section-bg-primary {
  background: #e6f7fd;
}
.simple-hero-block.section-bg-futures {
  background: #e6f2fa;
}
.simple-hero-block.section-bg-action {
  background: #feeeed;
}
.simple-hero-block.section-bg-sponsorship {
  background: #fff9ed;
}
.simple-hero-block.section-bg-enrichment {
  background: #f0fefc;
}
.simple-hero-block.section-bg-parenting {
  background: #f0ecf1;
}
.simple-hero-block.hero-border-default {
  border-bottom-color: #767674;
}
.simple-hero-block.hero-border-primary {
  border-bottom-color: #1ab7ed;
}
.simple-hero-block.hero-border-futures {
  border-bottom-color: #449fdc;
}
.simple-hero-block.hero-border-action {
  border-bottom-color: #f55d53;
}
.simple-hero-block.hero-border-sponsorship {
  border-bottom-color: #ffd46f;
}
.simple-hero-block.hero-border-enrichment {
  border-bottom-color: #0eb8a5;
}
.simple-hero-block.hero-border-parenting {
  border-bottom-color: #9074a1;
}
@media (min-width: 768px) {
  .simple-hero-block {
    border-radius: 0 0 40px 40px;
    min-height: clamp(280px, 21.2vw, 366px);
  }
}
.simple-hero-block .simple-hero-person {
  position: absolute;
  top: 52%;
  right: 0;
  width: min(652px, 78%);
  height: auto;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 768px) {
  .simple-hero-block .simple-hero-person {
    top: -18%;
    width: min(652px, 58%);
  }
}
.simple-hero-block .simple-hero-person svg {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.simple-hero-block .simple-hero-person svg.is-drawn {
  opacity: 1;
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
  .simple-hero-block .simple-hero-person svg {
    opacity: 1;
    visibility: visible;
  }
}
.simple-hero-block > .container {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 391px;
  padding: 126px 16px 66px;
}
@media (min-width: 768px) {
  .simple-hero-block > .container {
    min-height: clamp(280px, 21.2vw, 366px);
    padding-top: 120px;
    padding-bottom: 56px;
  }
}
.simple-hero-block .inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.simple-hero-block .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: min(936px, 100%);
  margin: 0 auto;
}
.simple-hero-block .title {
  color: #00202d;
}
.simple-hero-block .subtitle {
  color: #323232;
  width: min(680px, 100%);
  line-height: 1.4;
  letter-spacing: -0.45px;
}