/* Module: CTA Banner */
.jhg-cta-banner {
  overflow-x: clip;
  max-width: 100%;
}

.jhg-cta-banner-panel {
  position: relative;
  width: 100%;
  max-width: 81.25rem;
  margin-inline: auto;
  min-height: 37.5rem;
  padding: 4rem 1.75rem;
  color: var(--jhg-white);
  overflow: visible;
  display: flex;
  align-items: center;
}

.jhg-cta-banner-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--jhg-magenta) url("../../images/section-bg.jpg") center/cover
    no-repeat;
  border-top-right-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  z-index: 0;
}

.jhg-cta-banner-row {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem;

  margin-inline: auto;
}

.jhg-cta-banner-media {
  width: 100%;
  max-width: 28.75rem;
  aspect-ratio: 1 / 1;
}

.jhg-cta-banner-frame {
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  border: 0.125rem solid var(--jhg-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.jhg-cta-banner-image {
  width: 86.9565%;
  aspect-ratio: 1 / 1;
  max-width: 25rem;
  border-radius: 0.625rem;
  object-fit: cover;
  display: block;
}

.jhg-cta-banner-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
}

.jhg-cta-banner-rules {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.jhg-cta-banner-rule {
  display: block;
  height: 0;
  border-top: 0.125rem solid transparent;
}

.jhg-cta-banner-rule-long {
  width: 100%;
  max-width: 40.625rem;
  border-top-color: var(--jhg-gray-200-50);
}

.jhg-cta-banner-rule-short {
  width: 4rem;
  border-top-color: var(--jhg-gray-200);
  position: absolute;
  top: 0;
  left: 0;
}

.jhg-cta-banner-heading {
  margin: 0;
  width: 100%;
  color: var(--jhg-white);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
}

.jhg-cta-banner-heading strong {
  font-weight: 700;
}

.jhg-cta-banner-body {
  width: 100%;
  color: var(--jhg-white);
  font-weight: 400;
}

.jhg-cta-banner-body p {
  margin: 0 0 1rem;
}

.jhg-cta-banner-body p:last-child {
  margin-bottom: 0;
}

.jhg-cta-banner-body ul {
  margin: 0 0 1rem;
  padding: 0 0 0 1.25rem;
  list-style: disc;
}

.jhg-cta-banner-body li {
  margin: 0 0 0.5rem;
}

.jhg-cta-banner-body li:last-child {
  margin-bottom: 0;
}
.jhg-cta-banner .jhg-checklist-feature {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.jhg-cta-banner .jhg-checklist-feature li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.375rem;
  font-weight: 400;
  color: var(--jhg-white);
}

.jhg-cta-banner .jhg-checklist-feature li:last-child {
  margin-bottom: 0;
}

.jhg-cta-banner .jhg-checklist-feature .jhg-checklist-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.3125rem;
  border-radius: 50%;
  background: var(--jhg-white);
  color: var(--jhg-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1;
}

.jhg-cta-banner .jhg-checklist-feature .jhg-checklist-icon .fa-check {
  display: block;
  font-weight: 700;
}

.jhg-cta-banner .jhg-checklist-feature .jhg-checklist-label {
  flex: 1 1 auto;
  min-width: 0;
}

.jhg-cta-banner .jhg-checklist-feature .jhg-checklist-title,
.jhg-cta-banner .jhg-checklist-feature .jhg-checklist-desc,
.jhg-cta-banner .jhg-checklist-feature .jhg-checklist-sep {
  font-weight: 400;
}

@media (max-width: 1199.98px) {
  .jhg-cta-banner-panel {
    min-height: 0;
    padding: 3rem 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .jhg-cta-banner-panel {
    padding: 3rem 1.25rem;
  }

  .jhg-cta-banner-media {
    margin-inline: auto;
  }

  .jhg-cta-banner-rule-long {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .jhg-cta-banner-panel::before {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}

.jhg-cta-banner-panel .align-items-center {
  align-items: start !important;
}
