#ISI_STICKY {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  min-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 70;
  background: #fff !important;
  border: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.18) !important;
}

@media screen and (min-width: 992px) {
  #ISI_STICKY:not(.is-minimized) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9.948px;
    height: 175px;
    padding-bottom: 9.71px;
  }

  #ISI_STICKY.minimize-state {
    gap: 4px !important;
  }

  #ISI_STICKY:not(.is-minimized) .isi-sticky__top-accent {
    width: 100%;
  }

  #ISI_STICKY:not(.is-minimized) .isi-sticky__cta {
    margin-top: -4px;
  }
}

#ISI_STICKY,
#ISI_STICKY * {
  box-sizing: border-box;
}

#ISI_STICKY h2,
#ISI_STICKY h3,
#ISI_STICKY p {
  margin: 0;
  padding: 0;
}

#ISI_STICKY a {
  text-decoration: none;
}

#ISI_STICKY button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

#ISI_STICKY .isi-sticky__top-accent {
  display: block;
  flex: 0 0 4px;
  align-self: stretch;
  width: 100% !important;
  min-width: 100% !important;
  height: 4px !important;
  background: #b8f0ff !important;
}

#ISI_STICKY .isi-sticky__container {
  position: relative;
  width: 100% !important;
  max-width: 1096px;
  margin: 0 auto !important;
  padding: 0;
}

#ISI_STICKY .isi-sticky__grid {
  display: grid;
  grid-template-columns: minmax(0, 536px) minmax(0, 516px);
  column-gap: 32px;
}

#ISI_STICKY .isi-sticky__col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

#ISI_STICKY .isi-sticky__col--safety {
  gap: 12px;
}

#ISI_STICKY .isi-sticky__col--indication {
  gap: 16px;
}

#ISI_STICKY .isi-sticky__copy-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

#ISI_STICKY .isi-sticky__heading {
  margin: 0;
  color: #063a4c;
  font-family: "filson-pro", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-box: trim-both cap alphabetic;
}

#ISI_STICKY .isi-sticky__subheading {
  color: #333;
  font-family: "filson-pro", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.45px;
  text-transform: none;
  text-decoration: none;
  text-box: trim-both cap alphabetic;
}

#ISI_STICKY .isi-sticky__text {
  color: #333;
  font-family: "filson-pro", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 425;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-box: trim-both cap alphabetic;
}

#ISI_STICKY .isi-sticky__text--safety-trim {
  max-height: 56px;
}

#ISI_STICKY .isi-sticky__text strong {
  font-family: "filson-pro", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}

#ISI_STICKY .isi-sticky__copy-group--indication {
  max-height: 102px;
  gap: 16px;
}

#ISI_STICKY .isi-sticky__toggle {
  position: absolute;
  top: 4px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #333;
  font-family: "filson-pro", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12px;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  float: none !important;
  cursor: pointer;
  text-box: trim-both cap alphabetic;
}

#ISI_STICKY .tray-open-close {
  float: none !important;
  height: auto !important;
}

#ISI_STICKY .tray-open-close span.minimize-button::after {
  content: "\f066";
  position: absolute;
  top: -4px;
  left: auto;
  right: -20px;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #327096;
}

#ISI_STICKY .tray-open-close span.expand-button::after {
  content: "\f065";
  position: absolute;
  top: -1px;
  left: 54px;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #327096;
}

#ISI_STICKY .isi-sticky__toggle .minimize-button,
#ISI_STICKY .isi-sticky__toggle .expand-button {
  position: relative !important;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #333333 !important;
  font-family: "filson-pro", sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 12px !important;
  letter-spacing: 0.12px !important;
  text-box: trim-both cap alphabetic;
}

#ISI_STICKY .isi-sticky__toggle .expand-button {
  display: none;
}

#ISI_STICKY .isi-sticky__cta {
  margin-top: 0;
  display: inline-flex;
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  align-items: center;
  gap: 8px;
  color: #327096;
  font-family: "filson-pro", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.16px;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}

#ISI_STICKY .isi-sticky__cta:visited,
#ISI_STICKY .isi-sticky__cta:hover,
#ISI_STICKY .isi-sticky__cta:focus,
#ISI_STICKY .isi-sticky__cta:active {
  color: #116379 !important;
  text-decoration: underline;
}

#ISI_STICKY .isi-sticky__cta:hover .isi-sticky__cta-arrow {
  transform: translateX(8px);
}

#ISI_STICKY .isi-sticky__cta-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  mask: url("/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/imf-arrow-red.svg")
    center/contain no-repeat;
  -webkit-mask: url("/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/imf-arrow-red.svg")
    center/contain no-repeat;
  background: #6d0020 !important;
  transition: 150ms ease;
  position: relative;
  top: 1px;
}

#ISI_STICKY .isi-sticky__minimized-title {
  display: none;
  color: #063a4c;
  font-family: "filson-pro", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}

#ISI_STICKY.is-minimized .isi-sticky__grid,
#ISI_STICKY.minimize-state .isi-sticky__grid,
#ISI_STICKY.is-minimized .isi-sticky__col--safety,
#ISI_STICKY.minimize-state .isi-sticky__col--safety {
  display: none;
}

#ISI_STICKY.is-minimized .isi-sticky__container,
#ISI_STICKY.minimize-state .isi-sticky__container {
  display: flex;
  width: 100% !important;
  max-width: 1096px;
  margin: 0 auto !important;
  align-items: center;
  gap: 32px;
  height: 33px;
  padding: 0;
}

#ISI_STICKY.is-minimized .isi-sticky__minimized-title,
#ISI_STICKY.minimize-state .isi-sticky__minimized-title {
  display: block;
  order: 2;
  flex: 1 1 auto;
  text-align: left;
}

#ISI_STICKY.is-minimized .isi-sticky__cta,
#ISI_STICKY.minimize-state .isi-sticky__cta {
  order: 1;
  flex: 0 0 536px;
  margin-top: 0;
  white-space: nowrap;
  align-self: center;
}

#ISI_STICKY.is-minimized .isi-sticky__toggle .minimize-button,
#ISI_STICKY.minimize-state .isi-sticky__toggle .minimize-button {
  display: none;
}

#ISI_STICKY.is-minimized .isi-sticky__toggle .expand-button,
#ISI_STICKY.minimize-state .isi-sticky__toggle .expand-button {
  display: inline;
}

#ISI_STICKY.is-minimized .isi-sticky__toggle,
#ISI_STICKY.minimize-state .isi-sticky__toggle {
  order: 3;
  flex: 0 0 auto;
  margin-left: auto;
  align-self: center;
  position: relative;
  top: 0;
}

@media screen and (max-width: 991px) {
  #ISI_STICKY .isi-sticky__container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  #ISI_STICKY .isi-sticky__grid {
    grid-template-columns: 1fr;
    row-gap: 16px;
    padding-right: 88px;
  }

  #ISI_STICKY:not(.is-minimized):not(.minimize-state) .isi-sticky__grid {
    row-gap: 0;
    padding-right: 0;
  }

  #ISI_STICKY .isi-sticky__col--safety {
    gap: 8px;
  }

  #ISI_STICKY .isi-sticky__heading {
    font-size: 18px;
    line-height: 24px;
    text-box: none;
  }

  #ISI_STICKY .isi-sticky__subheading {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-box: none;
  }

  #ISI_STICKY .isi-sticky__text,
  #ISI_STICKY .isi-sticky__cta {
    font-size: 16px;
    line-height: 22px;
  }

  #ISI_STICKY .isi-sticky__copy-group--indication {
    max-height: none;
    overflow: visible;
    gap: 10px;
  }

  #ISI_STICKY .isi-sticky__col--indication {
    display: none;
  }

  #ISI_STICKY .isi-sticky__copy-group {
    gap: 0;
  }

  #ISI_STICKY .isi-sticky__text {
    max-height: 44px;
    overflow: hidden;
    text-box: none;
  }

  /*#ISI_STICKY .isi-sticky__text--safety-trim {
    max-height: 35px;
  }*/

  #ISI_STICKY .isi-sticky__toggle {
    top: 10px;
    right: 0px;
  }

  #ISI_STICKY .isi-sticky__cta {
    margin-top: 0;
    letter-spacing: 0;
    line-height: 19px;
    font-size: 16px;
    white-space: normal;
  }

  #ISI_STICKY:not(.is-minimized):not(.minimize-state) .isi-sticky__cta {
    margin-top: 5px;
    width: fit-content;
    white-space: nowrap;
  }

  #ISI_STICKY .isi-sticky__cta-arrow {
    width: 16px;
    height: 16px;
  }

  #ISI_STICKY.is-minimized .isi-sticky__container,
  #ISI_STICKY.minimize-state .isi-sticky__container {
    display: flex;
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto !important;
    justify-content: space-between;
    gap: 8px;
    height: 49px;
    min-height: 49px;
    padding: 0 11px;
  }

  #ISI_STICKY.is-minimized .isi-sticky__minimized-title,
  #ISI_STICKY.minimize-state .isi-sticky__minimized-title {
    display: none;
  }

  #ISI_STICKY.is-minimized .isi-sticky__cta,
  #ISI_STICKY.minimize-state .isi-sticky__cta {
    order: 1;
    flex: 0 1 264px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.16px;
    min-width: 0;
    white-space: normal;
    max-width: 264px;
    display: inline !important;
    margin-bottom: 5px;
  }

  #ISI_STICKY.is-minimized .isi-sticky__toggle,
  #ISI_STICKY.minimize-state .isi-sticky__toggle {
    order: 2;
    flex: 0 0 auto;
    margin-left: 0;
    position: relative;
    top: auto;
    right: -5px;
    align-self: flex-start;
    margin-top: 10px;
  }

  #ISI_STICKY.is-minimized .isi-sticky__cta-arrow,
  #ISI_STICKY.minimize-state .isi-sticky__cta-arrow {
    display: inline-block;
    margin-left: 4px;
    vertical-align: baseline;
    transform: translateY(1px);
  }
}
