.mcd-pre-footer-cta {
  position: relative;
  overflow: visible;
  isolation: isolate;
  min-height: clamp(420px, 420px + (569px - 420px) * (100vw - 320px) / (1920px - 320px), 569px);
}
.mcd-pre-footer-cta.mcd-section {
  background-color: #252f3a;
}
.mcd-pre-footer-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.mcd-pre-footer-cta__photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32%;
  height: calc(100% + clamp(0px, 0px + (88px - 0px) * (100vw - 320px) / (1920px - 320px), 88px));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  z-index: -1;
}
@media (max-width: 1023px) {
  .mcd-pre-footer-cta__photo {
    display: none;
  }
}
.mcd-pre-footer-cta__inner {
  display: grid;
  grid-template-columns: 33% 1fr;
  align-items: center;
}
@media (max-width: 1023px) {
  .mcd-pre-footer-cta__inner {
    grid-template-columns: 1fr;
  }
}
.mcd-pre-footer-cta__content {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 680px;
}
@media (max-width: 1023px) {
  .mcd-pre-footer-cta__content {
    grid-column: 1;
  }
}
.mcd-pre-footer-cta__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mcd-pre-footer-cta__kicker {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}
.mcd-pre-footer-cta__kicker-line {
  flex-shrink: 0;
  width: 32px;
  height: 2px;
  background-color: #f1563f;
}
.mcd-pre-footer-cta__heading {
  margin: 0;
}
.mcd-pre-footer-cta__body {
  margin: 0;
  font-weight: 300;
}
.mcd-pre-footer-cta__body p {
  margin: 0 0 1em;
}
.mcd-pre-footer-cta__body :last-child {
  margin-bottom: 0;
}
.mcd-pre-footer-cta__cta {
  margin-top: 14px;
}

/*# sourceMappingURL=style.css.map */