.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 {
  padding: 64px;
  background-color: #327096;
}

.content-section-1 .content-wrapper {
  max-width: 1132px;
  margin: 0 auto;
}

.content-section-2 {
  padding: 51px 0;
  background: #ecfcff;
}

.content-section-2 .content-wrapper {
  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;
  color: #fff;
  text-box: trim-both cap alphabetic;
  margin-bottom: 32px;
  text-align: center;
}

.content-block__top {
  display: flex;
  gap: 2px;
  justify-content: center;
}

.content-block__item {
  display: flex;
  padding: 32px 56px;
  flex: 1 0 0;
  background-color: #e7f0f7;
  justify-content: center;
  align-items: center;
}

.content-block__item--light {
  background-color: #fff;
}

.content-block__text {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 425;
  line-height: 30px;
  color: #063a4c;
  text-box: trim-both cap alphabetic;
  text-align: center;
}
.content-section-1-footnote{
	margin: 0;
    padding: 0;
    font-family: "filson-pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 425;
    line-height: 30px;
    color:#fff;
    max-width: 1132px;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;

}

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

.content-block__bottom {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 40px;
  background-color: #063a4c;
}

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

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

.content-block__btn {
  display: inline-flex;
  gap: 16px;
  width: fit-content;
  padding: 8px 24px;
  height: 50px;
  background-color: #b8f0ff;
  transition: 150ms ease;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
}

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

.content-block__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;
}

.content-block__btn:hover,
.content-block__btn:active {
  background-color: #a3e9fe;
}

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

.content-block__btn:active {
  transform: scale(0.95);
  transform-origin: center;
}

.content-block__group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.content-section-2 h2.text__heading {
  margin-bottom: 24px;
  color: #063a4c;
}

.text__normal {
  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-section-2 .text__normal {
  text-align: center;
}

.content-section-2 .text__normal:not(.text-normal--end) {
  margin-bottom: 24px;
}

.content-section-2 .text-normal--end {
  margin-bottom: 24px;
}

.accordion {
  display: grid;
  grid-template-columns: 518px 420px;
  grid-template-rows: 366px;
  gap: 0;
  background: white;
  overflow: hidden;
}

.accordion__tabs {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 2px;
}

.accordion__content {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  transition-delay: 0.05s;
}

.accordion__tab--active .accordion__content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  max-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.accordion__tab--active .accordion__content:last-child {
    display: block;
}
.accordion__tab.accordion__tab--active {
  flex: 1 1 auto;
}

.accordion__tab:last-child {
  margin-bottom: 0;
}

.accordion__tab[data-tab="t1"] .accordion__content-inner {
  padding-top: 20px;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  background: #b8f0ff;
  cursor: pointer;
  transition:
    background 0.3s ease,
    opacity 0.2s ease;
}

.accordion__header:hover {
  /*background: #fff;*/
}

.accordion__tab--active .accordion__header {
  display: none;
}

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

.accordion__arrow {
  flex: 0 0 24px;
  height: 24px;
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/chevron-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
}

.accordion__content-inner {
  padding: 32px;
  display: flex;
  /*align-items: center;*/
  gap: 112px;
}

.accordion__content-body {
  flex: 1;
}

.accordion__content-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

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

.accordion__content-arrow {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/chevron-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.accordion__image-container {
  position: relative;
  background: #e8f4f8;
  width: 100%;
  overflow: hidden;
}

.accordion__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.accordion__image--active {
  opacity: 1;
}

.accordion__content-image {
  display: none;
}

.content-section-3 {
  max-width: 1132px;
  margin: 0 auto;
  padding: 64px 0;
}

.content-section-3 h2.text__heading {
  color: #063a4c;
}

.content-section-3 .text__normal {
  max-width: 938px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 32px;
}

.content-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.content-blocks__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 48px 24px;
  text-align: center;
}

.content-blocks__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-blocks__title {
  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: #fff;
}

.content-blocks__block.content-blocks__block--lighter {
  background-color: #cae0ed;
}

.content-blocks__block--lighter .content-blocks__text,
.content-blocks__block--lighter .content-blocks__title {
  color: #333;
}
.content-blocks__block.content-blocks__block--light {
  background-color: #327096;
}

.content-blocks__block.content-blocks__block--dark {
  background-color: #063a4c;
}

.content-section-4 {
  background-color: #327096;
  padding: 40px 0;
}

.content-section-4 .content-section__wrapper {
  max-width: 1132px;
  margin: 0 auto;
}

.content-cta {
  max-width: 1130px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

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

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

.content-cta__text:not(.content-cta__text--end) {
  margin-bottom: 32px;
}

.content-cta__group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

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

.content-cta__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;
}

.content-cta__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;
}

.content-cta__btn:hover,
.content-cta__btn:active {
  background-color: #a3e9fe;
}

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

.content-cta__btn:active {
  transform: scale(0.95);
  transform-origin: center;
}

.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;
}


.what-is-nmibc .content-section-1 {
    background: #063A4C;
}

.what-is-nmibc .content-block__bottom {
    background: #327096;
}

.what-is-nmibc .content-section-4 {
    background: #F4F8FB;
}

.what-is-nmibc .content-cta__text-block > * {
    color: #333;
}

.content-block__item.content-block__item--right {
    flex-direction: column;
    gap: 24px;
}

.content-block__item.content-block__item--left {
    align-items: flex-start;
}

h3.new-content-block__heading {
    text-align: center;
    margin-bottom: 32px;
}

@media (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;
  }

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

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

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

  .content-block__bottom {
    flex-direction: column;
    align-items: center;
    padding: 40px 16px;
  }

  h3.content-block__heading {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: normal;
  }

  .content-block__item {
    padding: 56px 32px;
  }

  .content-block__btn {
    margin: 0 auto;
    padding: 8px 8px;
  }

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

  .content-section-2 .text__normal--end {
    margin-bottom: 40px;
  }

  .content-block__btn {
    width: -webkit-fill-available;
  }

  .accordion {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .accordion__tabs {
    order: 1;
  }

  .accordion__image-container {
    display: none;
  }

  .accordion__content-inner {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding: 24px 16px;
  }

  .accordion__content-body {
    display: flex;
    flex-direction: column;
  }

  .accordion__content-image {
    display: block !important;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    margin-top: 40px;
  }

  .accordion__content-arrow {
    align-self: center;
  }

  .accordion__tab:first-of-type .accordion__content-arrow.mobile-only {
    position: relative;
    /*top: -0.5em;*/
    top: -2.5em;
  }
  .accordion__tab:nth-of-type(2) .accordion__content-arrow.mobile-only {
    position: relative;
    /*top: -1.2em;*/
    top: -3.8em;
  }
  .accordion__tab:nth-of-type(3) .accordion__content-arrow.mobile-only {
    position: relative;
    /*top: -1.2em;*/
    top: -3em;
  }
  .accordion__tab:not(:first-of-type) .accordion__content-arrow.mobile-only {
    /*position: relative;
    top: -1.2em;
    top: -3.8em;*/
  }

  .accordion__tab:first-of-type .accordion__content-arrow {
    align-self: self-start;
    margin-left: auto;
  }

  .accordion__content-text {
    display: flex;
    gap: 24px;
  }

  .accordion__header {
    padding: 24px 16px;
  }

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

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

  .content-blocks {
    grid-template-columns: 1fr;
  }

  .content-section-4 {
    padding: 40px 15px;
  }

  .content-cta {
    flex-direction: column;
    align-items: center;
  }

  .content-cta__text {
    font-size: 22px;
    line-height: 28px;
  }

  .content-cta__btn {
    width: 100%;
  }

  .cta-section {
    padding: 40px 15px;
  }

  .cta-section__wrapper {
    flex-direction: column;
  }

  .cta-section__btn {
    width: 100%;
  }

	.content-block__item--right,
    .content-block__item--right p.content-block__text {
        padding-inline: 16px;
    }

}


@media screen and (min-width: 992px) {
	h3.new-content-block__heading {
        font-size: 22px;
        width: 80%;
        margin: 0 auto 30px;
    }

}