.two-column-with-grid-block {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .two-column-with-grid-block {
    padding-top: 96px;
  }
}
.two-column-with-grid-block.padding-top-reduced {
  padding-top: 48px;
}
.two-column-with-grid-block {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .two-column-with-grid-block {
    padding-bottom: 96px;
  }
}
.two-column-with-grid-block.padding-bottom-reduced {
  padding-bottom: 48px;
}
.two-column-with-grid-block {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .two-column-with-grid-block {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.two-column-with-grid-block.section-bg-default {
  background: #ffffff;
}
.two-column-with-grid-block.section-bg-neutral {
  background: #fbfbfa;
}
.two-column-with-grid-block.section-bg-primary {
  background: #e6f7fd;
}
.two-column-with-grid-block.section-bg-futures {
  background: #e6f2fa;
}
.two-column-with-grid-block.section-bg-action {
  background: #feeeed;
}
.two-column-with-grid-block.section-bg-sponsorship {
  background: #fff9ed;
}
.two-column-with-grid-block.section-bg-enrichment {
  background: #f0fefc;
}
.two-column-with-grid-block.section-bg-parenting {
  background: #f0ecf1;
}
.two-column-with-grid-block > .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.two-column-with-grid-block .two-column-with-grid-background-icon {
  display: none;
  pointer-events: none;
}
@media (min-width: 768px) {
  .two-column-with-grid-block .two-column-with-grid-background-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 786px;
    height: 971px;
    overflow: hidden;
  }
}
.two-column-with-grid-block .two-column-with-grid-background-icon-inner {
  position: absolute;
  top: -15.53%;
  right: 11.83%;
  bottom: 5.61%;
  left: -14.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-column-with-grid-block .two-column-with-grid-background-icon-svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.two-column-with-grid-block .inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: min(1280px, 100%);
  margin: 0 auto;
}
.two-column-with-grid-block .intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(620px, 100%);
}
.two-column-with-grid-block .overline {
  color: #767674;
  letter-spacing: 0.96px;
}
.two-column-with-grid-block .heading {
  color: #00202d;
}
.two-column-with-grid-block .intro-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.two-column-with-grid-block .intro-strong {
  color: #323232;
}
.two-column-with-grid-block .intro-text {
  color: #323232;
  line-height: 1.6;
}
.two-column-with-grid-block .intro-text p {
  margin: 0 0 1em;
}
.two-column-with-grid-block .intro-text p:last-child {
  margin-bottom: 0;
}
.two-column-with-grid-block .bottom-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .two-column-with-grid-block .bottom-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .two-column-with-grid-block.grid-right .grid-col {
    order: 2;
  }
}
.two-column-with-grid-block.image-first-mobile .bottom-row .media-col {
  order: -1;
}
@media (min-width: 1024px) {
  .two-column-with-grid-block.image-first-mobile.image-right .bottom-row .media-col, .two-column-with-grid-block.image-first-mobile.grid-right .bottom-row .media-col {
    order: initial;
  }
}
.two-column-with-grid-block.text-first-mobile .bottom-row .grid-col {
  order: -1;
}
@media (min-width: 1024px) {
  .two-column-with-grid-block.text-first-mobile .bottom-row .grid-col {
    order: initial;
  }
}
.two-column-with-grid-block .grid-col,
.two-column-with-grid-block .media-col {
  width: 100%;
  min-width: 0;
}
.two-column-with-grid-block .media-col {
  display: flex;
  flex-direction: column;
}
.two-column-with-grid-block .two-column-with-grid-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
  min-height: 393px;
  border-radius: 16px;
  border-bottom: 4px solid #767674;
  overflow: hidden;
}
.two-column-with-grid-block .two-column-with-grid-stats.grid-bg-default {
  background: #ffffff;
}
.two-column-with-grid-block .two-column-with-grid-stats.grid-bg-neutral {
  background: #fbfbfa;
}
.two-column-with-grid-block .two-column-with-grid-stats.grid-bg-primary {
  background: #e6f7fd;
}
.two-column-with-grid-block .two-column-with-grid-stats.grid-bg-futures {
  background: #e6f2fa;
}
.two-column-with-grid-block .two-column-with-grid-stats.grid-bg-action {
  background: #feeeed;
}
.two-column-with-grid-block .two-column-with-grid-stats.grid-bg-sponsorship {
  background: #fff9ed;
}
.two-column-with-grid-block .two-column-with-grid-stats.grid-bg-enrichment {
  background: #f0fefc;
}
.two-column-with-grid-block .two-column-with-grid-stats.grid-bg-parenting {
  background: #f0ecf1;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-default .two-column-with-grid-item-icon {
  background: #ffffff;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-neutral .two-column-with-grid-item-icon {
  background: #f8f8f8;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-primary .two-column-with-grid-item-icon {
  background: #e6f7fd;
  color: #004159;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-futures .two-column-with-grid-item-icon {
  background: #e6f2fa;
  color: #449fdc;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-action .two-column-with-grid-item-icon {
  background: #feeeed;
  color: #f55d53;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-sponsorship .two-column-with-grid-item-icon {
  background: #fff9ed;
  color: #ffd46f;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-enrichment .two-column-with-grid-item-icon {
  background: #f0fefc;
  color: #0eb8a5;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-parenting .two-column-with-grid-item-icon {
  background: #f0ecf1;
  color: #9074a1;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-primary-dark .two-column-with-grid-item-icon {
  background: #1ab7ed;
  color: #fff;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-futures-dark .two-column-with-grid-item-icon {
  background: #449fdc;
  color: #fff;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-action-dark .two-column-with-grid-item-icon {
  background: #f55d53;
  color: #fff;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-sponsorship-dark .two-column-with-grid-item-icon {
  background: #ffd46f;
  color: #fff;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-enrichment-dark .two-column-with-grid-item-icon {
  background: #0eb8a5;
  color: #fff;
}
.two-column-with-grid-block .two-column-with-grid-stats.icon-bg-parenting-dark .two-column-with-grid-item-icon {
  background: #9074a1;
  color: #fff;
}
@media (min-width: 768px) {
  .two-column-with-grid-block .two-column-with-grid-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.two-column-with-grid-block .two-column-with-grid-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 20px;
  background: inherit;
  min-width: 0;
  border-right: 0.5px solid #e0e1e2;
  border-bottom: 0.5px solid #e0e1e2;
}
.two-column-with-grid-block .two-column-with-grid-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  width: fit-content;
}
.two-column-with-grid-block .two-column-with-grid-item-icon img,
.two-column-with-grid-block .two-column-with-grid-item-icon svg {
  display: block;
}
.two-column-with-grid-block .two-column-with-grid-item-icon-image {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.two-column-with-grid-block .two-column-with-grid-item-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.two-column-with-grid-block .two-column-with-grid-item-title {
  color: #00202d;
  line-height: 1.6;
}
.two-column-with-grid-block .two-column-with-grid-item-text {
  color: #323232;
  line-height: 1.6;
}
.two-column-with-grid-block .two-column-with-grid-carousel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: 100%;
}
.two-column-with-grid-block .two-column-with-grid-swiper {
  width: 100%;
  height: 100%;
}
.two-column-with-grid-block .swiper-slide {
  height: auto;
}
.two-column-with-grid-block .two-column-with-grid-carousel-media {
  position: relative;
  width: 100%;
  aspect-ratio: 624/393;
  border-radius: 16px;
  overflow: hidden;
}
.two-column-with-grid-block .two-column-with-grid-carousel-media.is-placeholder {
  background: #fbfbfa;
}
.two-column-with-grid-block .two-column-with-grid-carousel-media picture,
.two-column-with-grid-block .two-column-with-grid-carousel-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-column-with-grid-block .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-top: 8px;
  margin-top: 0;
}
.two-column-with-grid-block .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 !important;
  border-radius: 3px;
  background: #aeafb0;
  opacity: 1;
  transition: width 0.15s ease, background 0.15s ease;
}
.two-column-with-grid-block .swiper-pagination-bullet-active {
  width: 18px;
  background: #004159;
}
.two-column-with-grid-block .two-column-with-grid-carousel.is-single .swiper-pagination {
  display: none;
}