.text-block.bg--light-blue {
  background-color: #A3D4F2;
}
.text-block.bg--yellow {
  background-color: #F2D67A;
}
.text-block.bg--gradient {
  background: linear-gradient(90deg, #162835, #1F5472);
}
.text-block.layout--centered .text-block__content {
  text-align: center;
}
.text-block.layout--centered .text-block__content * {
  text-align: center;
}
.text-block.layout--right .text-block__content {
  text-align: right;
}
.text-block.layout--right .text-block__content * {
  text-align: right;
}
.text-block.layout--title_two_col .text-block__two-col-title {
  margin-bottom: 2.5rem;
}
.text-block.layout--title_two_col .text-block__two-col-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.text-block.layout--title_two_col .text-block__two-col-col p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .text-block.layout--title_two_col .text-block__two-col-body {
    grid-template-columns: 1fr;
  }
}
.text-block.layout--centered_images .tbi-wrap {
  display: grid;
  grid-template-columns: clamp(160px, 18%, 300px) 1fr clamp(160px, 18%, 300px);
  align-items: stretch;
}
.text-block.layout--centered_images .tbi-wrap__image {
  position: relative;
  overflow: hidden;
}
.text-block.layout--centered_images .tbi-wrap__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.text-block.layout--centered_images .tbi-wrap__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(2.5em, 4vw, 5em) clamp(2rem, 4vw, 5rem);
}
.text-block.layout--centered_images .tbi-wrap__center * {
  text-align: center;
}
.text-block.layout--centered_images .tbi-wrap__title {
  margin-bottom: 1.5rem;
}
.text-block.layout--centered_images .tbi-wrap__text {
  max-width: 94ch;
  width: 100%;
}
.text-block.layout--centered_images .tbi-wrap__text p:last-child {
  margin-bottom: 0;
}
.text-block.layout--centered_images .tbi-wrap__button {
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .text-block.layout--centered_images .tbi-wrap {
    grid-template-columns: clamp(120px, 15%, 200px) 1fr clamp(120px, 15%, 200px);
  }
}
@media screen and (max-width: 900px) {
  .text-block.layout--centered_images .tbi-wrap {
    display: block;
  }
  .text-block.layout--centered_images .tbi-wrap__image {
    min-height: 260px;
  }
  .text-block.layout--centered_images .tbi-wrap__center {
    padding: 3rem 5%;
  }
}
.text-block.layout--heading_intro .text-block__cols {
  align-items: center;
}
.text-block.layout--heading_intro .text-block__pill-col {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.text-block.layout--heading_intro .text-block__content {
  flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .text-block.layout--heading_intro .text-block__cols {
    flex-direction: column;
  }
  .text-block.layout--heading_intro .text-block__cols .col {
    width: 100% !important;
  }
}/*# sourceMappingURL=text-block.css.map */