.heading-section {
  max-width: 938px;
  margin: 0 auto;
  padding: 40px 0;
  margin-top: 35px;
}

h1.heading-section__heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #063a4c;
  text-box: trim-both cap alphabetic;
  text-align: center;
}

.content-section-1 {
  width: 100%;
  padding: 40px 0;
  background-color: #327096;
}

.hero-banner.hero-banner--page {
  max-width: 1132px;
  margin: 0 auto;
  position: relative;
}

img.hero-banner__image {
  width: 100%;
  height: 560px;
  align-self: stretch;
}

h2.hero-banner__heading {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 226px;
  left: 41px;
  max-width: 526px;
  font-family: "filson-pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  text-box: trim-both cap alphabetic;
  color: #fff;
}

.content-section-2 {
  width: 100%;
  padding: 64px 0;
  background-color: #b8f0ff;
}

.content-section-2 .content-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 938px;
  margin: 0 auto;
}

h2.text__heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  text-box: trim-both cap alphabetic;
  color: #063a4c;
}

.content-section-2 .content-text.content-text--start {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.content-section-2 .content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.content-cards {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.content-cards__card {
  display: flex;
  flex-direction: column;
  padding: 48px 24px;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex: 1 0 0;
  background-color: #fff;
  align-self: stretch;
  text-align: center;
}

.content-cards__label-description {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px;
  text-box: trim-both cap alphabetic;
  color: #6d0020;
  /*color:#000;*/
}

.content-cards__label-value {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px;
  text-box: trim-both cap alphabetic;
  color: #6d0020;
  /*color:#000;*/
}

.content-cards__label-title {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.content-cards__label {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.content-cards__label-heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-box: trim-both cap alphabetic;
  color: #6d0020;
}

.content-cards__text {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 425;
  line-height: 24px;
  text-box: trim-both cap alphabetic;
  color: #333;
}

.content-cards__text--emphasis {
  font-family: "filson-pro";
  font-weight: 800;
  color: #6d0020;
}

.content-cards__card.content-cards__card--dark .content-cards__label-title > * {
  	color: #063a4c;
    /*color:#000;*/
}

.content-cards__card.content-cards__card--dark .content-cards__label-heading {
  color: #063a4c;
}

.content-cards__card.content-cards__card--dark .content-cards__text--emphasis {
  color: #063a4c;
}

.content-section-2 .content-text.content-text--end {
  max-width: 744px;
  margin: 0 auto;
  text-align: center;
}

.text__normal {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 425;
  line-height: 24px;
}

.text__normal strong {
  font-family: "filson-pro";
  font-weight: 800;
}

span.pink-var {
  color: #f307f8;
}

.content-section-3 {
  width: 100%;
  padding: 64px 0;
  background: #327096;
}

.content-section-3 .content-section__wrapper {
  max-width: 938px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.content-section-3 .content-text > * {
  color: #fff;
}

.content-section-3 .content-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.content-block__cards {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

.content-block__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  padding: 56px 40px;
  text-align: center;
  background-color: #ecfcff;
}

.content-block__card.content-block__card--dark .content-block__card-value {
  color: #063a4c;
}

.content-block__card.content-block__card--dark
  .content-block__card-text--emphasis {
  color: #063a4c;
}

.content-block__card-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

span.content-block__card-value {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 88px;
  font-style: normal;
  font-weight: 900;
  line-height: 92px;
  letter-spacing: 0.88px;
  text-box: trim-both cap alphabetic;
  color: #6d0020;
}

span.content-block__card-heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-box: trim-both cap alphabetic;
  color: #333;
}

p.content-block__card-text {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 425;
  line-height: 30px;
  text-box: trim-both cap alphabetic;
  color: #333;
}

span.content-block__card-text--emphasis {
  font-family: "filson-pro";
  font-weight: 800;
  color: #6d0020;
}

.content-block__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  background-color: #063a4c;
  align-items: flex-start;
  justify-content: center;
}

.content-block__featured {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}

.content-block__featured-group {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  gap: 24px;
}

h3.content-block__featured-heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: normal;
  text-box: trim-both cap alphabetic;
  color: #fff;
}

p.content-block__featured-text {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 425;
  line-height: 24px;
  text-box: trim-both cap alphabetic;
  color: #fff;
}

.content-block__description {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 425;
  line-height: 24px;
  text-box: trim-both cap alphabetic;
  color: #fff;
}

.content-block__description strong {
  font-family: "filson-pro";
  font-weight: 800;
}

.content-block__graphic {
  display: flex;
  flex: 0 0 162px;
  width: 162px;
  height: 162px;
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/circle-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.content-block__graphic-value {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 52.488px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.05px;
  text-box: trim-both cap alphabetic;
  color: #063a4c;
}

.content-block__graphic-percent {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 52.488px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.05px;
  text-box: trim-both cap alphabetic;
  color: #063a4c;
}

.content-block__graphic-values {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-block__graphic-label {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  text-box: trim-both cap alphabetic;
  color: #063a4c;
}

.content-block__footnotes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-block__footnote {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  margin: 0;
  padding: 0;
  /*margin-left: -0.4em;*/
}

.content-block__footnote-text {
  flex: 1 0 0;
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 425;
  line-height: 20px;
  color: #fff;
  text-box: trim-both cap alphabetic;
}

.content-block__footnote-symbol {
  top: 0.2em;
  flex: 0 0 6px;
  font-family: sans-serif;
  font-size: 45%;
  line-height: 0;
  vertical-align: baseline;
  color: #fff;
}

.content-block__footnote-symbol--ast {
  font-size: 75%;
  line-height: 0;
  top: 0.4em;
}

.content-block__footnote-link {
  color: inherit;
  text-decoration: underline;
}

.cta-section {
  background-color: #063a4c;
  padding: 40px 0;
}

.cta-section__wrapper {
  max-width: 1132px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.cta-section__heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-box: trim-both cap alphabetic;
  letter-spacing: 0.24px;
  color: #fff;
}

.cta-section__btn {
  display: flex;
  gap: 16px;
  width: fit-content;
  padding: 8px 24px;
  height: 72px;
  background-color: #b8f0ff;
  transition: 150ms ease;
  justify-content: center;
  align-items: center;
}

.cta-section__btn-label {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #063a4c;
    white-space: nowrap;
}

.cta-section__btn-arrow {
  flex: 0 0 24px;
  height: 24px;
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/imf-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 150ms ease;
}

.cta-section__btn:hover,
.cta-section__btn:active {
  background-color: #a3e9fe;
}

.cta-section__btn:hover span.cta-section__btn-arrow,
.cta-section__btn:active span.cta-section__btn-arrow {
  transform: translateX(8px);
}

.cta-section__btn:active {
  transform: scale(0.95);
  transform-origin: center;
}

.AI-text__bottom {
    padding: 32px 40px;
    background: #fff;
    color: #333;
    /*margin-top: 8px;*/
} 

.AI-text__bottom li.content-block__footnote > * {
    color: #333;
}

.AI-text__bottom p.AI-text--blue {
    font-weight: 800;
    color: #063A4C;
}
p.AI-text--blue {
    font-weight: bold;
    margin-top: 1rem;
}


.AI-text__bottom p {
    text-box: trim-both cap alphabetic;
}

.AI-text__bottom p:nth-child(2) {
    margin: 16px 0 24px;
}

.ai-summary--wrap ul.list-content__list.list-content__list-new {
    margin-bottom: 0;
}

span.fw-reg {
    font-weight: 400;
}

@media screen and (max-width: 992px) {
  .heading-section {
    margin-top: 0;
    padding: 40px 15px;
  }

  h1.heading-section__heading {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.3px;
  }

  img.hero-banner__image.mobile-only {
    height: 262px;
  }

  h2.hero-banner__heading {
    position: static;
    padding: 32px 15px;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.52px;
    text-align: center;
    background-color: #327096;
  }

  .content-section-2 {
    padding: 64px 15px;
  }

  h2.text__heading {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.52px;
  }

  .content-cards {
    flex-direction: column;
  }

  .content-cards__card {
    padding: 48px 16px;
  }

  .content-section-3 {
    padding: 64px 15px;
  }

  .content-section-3 h2.text__heading {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: normal;
  }

  .content-block__cards {
    flex-direction: column;
  }

  .content-block__card {
    height: 274px;
  }

  .content-block__body {
    padding: 32px 16px;
  }
  .content-block__featured {
    flex-direction: column;
  }

  .content-block__graphic {
    flex-basis: 120px;
    width: 120px;
    height: 120px;
  }

  .content-block__graphic-value {
    font-size: 38.88px;
    letter-spacing: 0.778px;
  }

  .content-block__graphic-percent {
    font-size: 38.88px;
    letter-spacing: 0.778px;
  }

  .content-block__graphic-label {
    font-size: 14px;
    line-height: 20px;
  }

  .content-block__footnote {
    margin-left: 0;
  }

  .cta-section {
    padding: 40px 15px;
  }
  
  .cta-section__wrapper {
    flex-direction: column;
  }
  
  .cta-section__btn {
    width: 100%;
  }
    
    .AI-text__bottom {
        padding: 32px 16px;
    }

}

@media screen and (min-width: 992px) {
    .AI-text__bottom p:nth-child(2) {
        width: 101%;
    }
    
    .ai-summary--wrap .ai-text__col.ai-text__col1 {
        padding-right: 37px;
    }
}
