/* old: 'Font Awesome 6 Free' */
.ctaCard {
  position: relative;
  /* Card Shadow */
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  display: flex;
  overflow: hidden;
  flex: 0 0 calc(50% - 12px);
  padding: 48px;
}
@media (max-width: 991.98px) {
  .ctaCard {
    flex: auto;
    justify-content: center;
  }
}
.ctaCard .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #00213D;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.ctaCard .CTABackgroundImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.ctaCard .innerContent {
  position: relative;
  z-index: 5;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ctaCard .innerContent .ctaHeadline {
  font-family: "Cabin", Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 24px;
  text-align: center;
}
.ctaCard .innerContent .ctaContent {
  font-family: "Karla", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.ctaCard .innerContent .btnHolder {
  margin-top: 32px;
}
.ctaCard.Large {
  width: 100%;
  max-width: 636px;
  height: 638px;
}
.ctaCard.Large .innerContent {
  padding: 0 48px;
}
@media (max-width: 767.98px) {
  .ctaCard.Large {
    width: 100%;
    max-width: 366px;
    height: 308px;
  }
  .ctaCard.Large .innerContent {
    padding: 0 24px;
  }
}
.ctaCard.Medium {
  width: 100%;
  max-width: 636px;
  height: 307px;
}
.ctaCard.Medium .innerContent {
  padding: 0 48px;
}
@media (max-width: 767.98px) {
  .ctaCard.Medium {
    width: 100%;
    max-width: 366px;
    height: 308px;
  }
  .ctaCard.Medium .innerContent {
    padding: 0 24px;
  }
}
.ctaCard.Small {
  width: 100%;
  max-width: 318px;
  height: 212px;
}
.ctaCard.Small .innerContent {
  padding: 0 24px;
}
@media (max-width: 767.98px) {
  .ctaCard.Small {
    width: 100%;
    max-width: 366px;
    height: 308px;
  }
}