.li-text-indent {
  text-indent: -3px !important;
}

#hcc-himalaya-splash-6-year .modal-header {
  display: none;
}

#hcc-himalaya-splash-6-year .modal-dialog {
  width: 100%;
  margin: 0;
}

#hcc-himalaya-splash-6-year .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
h3.pt-15,
.pt-15 {
  font-size: 15px !important;
}

#hcc-himalaya-splash-6-year .modal-body {
  padding: 0;
  scroll-behavior: smooth;
}

#hcc-himalaya-splash-6-year .inner-wrap {
  max-width: 796px;
  width: 100%;
  margin: 0 auto;
}

#hcc-himalaya-splash-6-year .d-flex {
  display: flex;
}

#hcc-himalaya-splash-6-year .splash-page--body {
  position: relative;
}

#hcc-himalaya-splash-6-year .header--section {
  height: 81px;
  padding: 11px 0;
  align-items: center;
  justify-content: center;
  max-width: 994px;
}

#hcc-himalaya-splash-6-year .desk--header .header--section.inner-wrap {
  max-width: 1440px;
}

#hcc-himalaya-splash-6-year .header-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}

#hcc-himalaya-splash-6-year img.imfinzi-logo {
  width: 167px;
  height: auto;
}

#hcc-himalaya-splash-6-year img.imjudo-logo {
  width: 167px;
  height: auto;
  margin-left: 12px;
}

#hcc-himalaya-splash-6-year .header--section p {
  color: #555;
  font-family: "RobotoCondensed-Bold";
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  margin: 0;
  font-weight: 700;
}

#hcc-himalaya-splash-6-year .header--section ul.nav--links {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}

#hcc-himalaya-splash-6-year .header--section ul.nav--links > li > a {
  color: #555;
  font-family: "RobotoCondensed-Regular";
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-transform: capitalize;
  font-weight: 400;
}

#hcc-himalaya-splash-6-year .header--section ul.nav--links > li.pi-dropdown {
  position: relative;
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li.pi-dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  right: -8px;
  bottom: -6px;
  left: -8px;
  background: #003865;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 0;
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li
  > a.pi-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s ease;
  position: relative;
  z-index: 1;
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li
  > a.pi-dropdown-toggle::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform 0.2s ease;
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li.pi-dropdown.is-open,
#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li.pi-dropdown:hover,
#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li.pi-dropdown:focus-within {
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li.pi-dropdown.is-open::before,
#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li.pi-dropdown:hover::before,
#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li.pi-dropdown:focus-within::before {
  opacity: 1;
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li
  > a.pi-dropdown-toggle:hover,
#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li
  > a.pi-dropdown-toggle:focus {
  color: #fff;
  text-decoration: none;
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li.pi-dropdown.is-open
  > a.pi-dropdown-toggle {
  color: #fff;
  text-decoration: none;
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li.pi-dropdown.is-open
  > a.pi-dropdown-toggle::after {
  transform: rotate(180deg);
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li
  > ul.pi-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: -8px;
  width: calc(100% + 16px);
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #003262;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  z-index: 20;
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li.pi-dropdown.is-open
  > ul.pi-dropdown-menu {
  display: block;
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li
  > ul.pi-dropdown-menu
  > li {
  margin: 0;
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li
  > ul.pi-dropdown-menu
  > li
  + li {
  border-top: 1px solid #cfcfcf;
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li
  > ul.pi-dropdown-menu
  > li
  > a {
  display: block;
  padding: 10px 8px;
  color: #003865;
  font-family: "RobotoCondensed-Regular";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  white-space: nowrap;
  background: transparent;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li
  > ul.pi-dropdown-menu
  > li
  > a:hover,
#hcc-himalaya-splash-6-year
  .header--section
  ul.nav--links
  > li
  > ul.pi-dropdown-menu
  > li
  > a:focus {
  background: #f0f5fc;
  color: #555;
  text-decoration: none;
}

#hcc-himalaya-splash-6-year button.close-btn {
  background: #fff;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}

#hcc-himalaya-splash-6-year .header--section button.close-btn > span {
  color: #003262;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-right: 7px;
}

#hcc-himalaya-splash-6-year button.close-btn img {
  width: 51px;
  height: 51px;
}

#hcc-himalaya-splash-6-year button.close-btn:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

#hcc-himalaya-splash-6-year button.close-btn:hover img {
  content: url("/content/dam/website-services/us/434-imfinzi-com/btc-os-data-splash/images/global/close-icon-hover.png");
}

.splash-page--body p,
.splash-page--body ul,
.splash-page--body h2,
.splash-page--body h3 {
  margin: 0;
  padding: 0;
}

#hcc-himalaya-splash-6-year .splash-head-1 {
  font-family: "Ubuntu";
  color: #fff;
  text-align: center;
}

#hcc-himalaya-splash-6-year .splash-head-1 > span:first-child {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.44);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 52.3px;
  letter-spacing: 0.36px;
}

#hcc-himalaya-splash-6-year .splash-head-1 > span:last-child {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.44);
  font-family: Ubuntu;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

#hcc-himalaya-splash-6-year .splash-page--body .splash-subhead-1 {
  background: #003262;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

#hcc-himalaya-splash-6-year .splash-page--body .blue-box {
  border-radius: 0 0 30px 0;
  border: 1px solid #003262;
  border-left: 10px solid #003262;
  position: relative;
  padding-top: 20px;
}

#hcc-himalaya-splash-6-year .splash-page--body .blue-box--head {
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #003262;
  border-left: 10px solid #003262;
  position: absolute;
  left: -0.53em;
  top: -8px;
  background: #fff;
  padding: 0 20px;
}

#hcc-himalaya-splash-6-year p.box1__col--txt1 {
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.7px;
  color: #003865;
  text-align: center;
  letter-spacing: -0.18px;
  margin: 0;
}

#hcc-himalaya-splash-6-year .box1__col-3.box1__col p.box1__col--txt1 {
  color: #4d4d4f;
}

#hcc-himalaya-splash-6-year p.box1__col-2.box1__col {
  text-align: center;
  background: #003262;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  color: #fff;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px; /* 125% */
}

#hcc-himalaya-splash-6-year .box1__col-1.box1__col,
#hcc-himalaya-splash-6-year .box1__col-3.box1__col {
  width: 140px;
}

#hcc-himalaya-splash-6-year .splash-page--body .blue-box.box1 .d-flex {
  justify-content: center;
  gap: 5px;
}

#hcc-himalaya-splash-6-year .white-box .brand-logo-wrapper {
  padding: 0;
  display: block;
  height: 20px;
  overflow: hidden;
}

#hcc-himalaya-splash-6-year .white-box .brand-logo-wrapper img.IMF-brand-logo {
  display: none;
  width: 194px;
  height: 68px;
}

#hcc-himalaya-splash-6-year .white-box .brand-logo-wrapper img.IMJ-brand-logo {
  display: none;
  width: 209px;
  height: 72px;
}

#hcc-himalaya-splash-6-year .splash-page--body .blue-box.box1 {
  padding-top: 27px;
  margin-bottom: 40px;
}

#hcc-himalaya-splash-6-year .box1__col-1.box1__col p {
  color: #003865;
}

#hcc-himalaya-splash-6-year .splash-page--body .blue-box.box1 p.blue-box1-copy {
  color: #003262;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 0 19px 0;
}

#hcc-himalaya-splash-6-year .box1__col-3.box1__col p {
  color: #4d4d4f;
}

#hcc-himalaya-splash-6-year p.box1__col--txt2 {
  font-family: Ubuntu;
  color: #003865;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.7px;
  letter-spacing: -0.16px;
}

#hcc-himalaya-splash-6-year .fn-wrap > p {
  color: #4a4a4a;
  font-family: Ubuntu;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 120% */
  margin: 0;
}

#hcc-himalaya-splash-6-year p.fn-copy {
  color: #4a4a4a;
  font-family: Ubuntu;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin: 24px 0 29px 0;
}

#hcc-himalaya-splash-6-year
  .splash-page--body
  .blue-box.box1
  p.fn-copy:not(.fn-copy--normal) {
  color: #003262;
  text-align: center;
  margin: 10px 0 7px;
}

#hcc-himalaya-splash-6-year .blue-box.box1 + p.fn-copy {
  width: 95%;
  margin: 20px 0 20px 8px;
}

#hcc-himalaya-splash-6-year .splash-subhead-2 {
  color: #003262;
  font-family: Ubuntu;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

#hcc-himalaya-splash-6-year .splash-page--body .blue-box.box2 {
  margin-top: 28px;
}

#hcc-himalaya-splash-6-year p.blue-bar--text {
  background: url(/content/dam/website-services/us/434-imfinzi-com/btc-os-data-splash/images/mobile/BlueFlag-Bac.png)
    no-repeat;
  background-size: cover;
  width: 222px;
  height: 39px;
  color: #fff;
  font-family: Ubuntu;
  font-size: 10.045px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.403px;
  letter-spacing: -0.1px;
  padding: 4px 16px 0px 24px;
  text-align: center;
  float: right;
  margin-bottom: 8px;
  position: relative;
}

#hcc-himalaya-splash-6-year span.blue-bar--line1 {
  font-size: 16.072px;
  font-style: normal;
  font-weight: 700;
  line-height: 15.403px; /* 95.833% */
  letter-spacing: -0.161px;
}

#hcc-himalaya-splash-6-year span.x--txt {
  font-size: 15.403px;
  font-style: normal;
  font-weight: 700;
  line-height: 15.403px;
}

#hcc-himalaya-splash-6-year .splash-page--body .blue-box.box2 img {
  margin: 7px auto 16px;
  width: 93%;
}

#hcc-himalaya-splash-6-year .splash-page--body .blue-box.box2 .box-2-footnote {
  color: #555;
  font-family: Ubuntu;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin: -33px 0 10px 30px;
}

#hcc-himalaya-splash-6-year
  .splash-page--body
  .blue-box.box2
  .box-2-footnote
  span {
  font-weight: 700;
}

#hcc-himalaya-splash-6-year span.blue-bar--line1:after {
  content: "";
  display: inline-block;
  width: 137px;
  height: 1px;
  position: absolute;
  top: 56%;
  left: 21%;
  background: #fff;
}

#hcc-himalaya-splash-6-year ul.list--copy {
  padding-left: 18px;
}

#hcc-himalaya-splash-6-year ul.list--copy > li,
.splash-page--body p {
  color: #555;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

#hcc-himalaya-splash-6-year ul.list--copy > li {
  padding-left: 5px;
  margin-bottom: 6px;
}

#hcc-himalaya-splash-6-year ul.list--copy > li:first-child {
  padding: 0 10px 0 5px;
}

#hcc-himalaya-splash-6-year ul.list--copy > li:nth-child(3) {
  padding: 0 0px 0 5px;
}

#hcc-himalaya-splash-6-year ul.list--copy > li::marker {
  font-size: 17px;
  color: #7098d2;
}

#hcc-himalaya-splash-6-year .splash-page--body .blue-box.box2 + ul.list--copy {
  margin: 10px 0 18px 0;
}

#hcc-himalaya-splash-6-year .prescribe-wrap {
  margin: 20px 0;
}

#hcc-himalaya-splash-6-year .prescribe--head {
  font-family: Ubuntu;
  font-size: 29.337px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #ad1f2f;
  color: #fff;
  padding-inline: 38px 18px;
  width: 96%;
}

#hcc-himalaya-splash-6-year p.prescribe--txt1 {
  color: #003262;
  font-family: Ubuntu;
  font-size: 13.164px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.071px; /* 182.857% */
  letter-spacing: -0.132px;
}

#hcc-himalaya-splash-6-year p.prescribe--txt2 {
  font-family: Ubuntu;
  font-size: 9.403px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.071px; /* 164.103% */
  letter-spacing: -0.094px;
  color: #003262;
  border-top: 1px solid #ad1f2f;
}

#hcc-himalaya-splash-6-year p.prescribe--txt2 span {
  font-size: 14.669px;
  letter-spacing: -0.293px;
  font-weight: 700;
}

#hcc-himalaya-splash-6-year .prescribe-wrap img {
  width: 86px;
  height: 73px;
  position: relative;
  z-index: 1;
}

#hcc-himalaya-splash-6-year .prescribe--copy {
  padding-top: 18px;
  position: relative;
  left: -18px;
  z-index: 0;
}

#hcc-himalaya-splash-6-year .prescribe--copy p {
  margin-left: 8px;
}

#hcc-himalaya-splash-6-year .safety--head {
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 6px 0;
  color: #003865;
}

#hcc-himalaya-splash-6-year .follow-up-cta {
  padding: 14px;
  align-items: center;
  border-radius: 0 0 28px 0;
  border: 1px solid #003262;
  color: #003262;
  font-family: Ubuntu;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.42px;
  border-left: 10px solid #00ae9a;
}

#hcc-himalaya-splash-6-year .follow-up-cta span {
  font-weight: 700;
}

#hcc-himalaya-splash-6-year .follow-up-cta .follow-up-cta__footnote {
  display: block;
  margin: 4px 0 0 0;
  padding: 0;
  color: #555;
  font-family: Ubuntu;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}

#hcc-himalaya-splash-6-year .follow-up-cta .follow-up-cta__footnote sup {
  color: inherit;
}

#hcc-himalaya-splash-6-year a.download-cta {
  background: #027b6e;
  max-width: 100%;
  width: 100%;
  display: flex;
  color: #fff;
  text-align: center;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  padding: 4px 0 5px;
  margin: 28px 0 19px 0;
  gap: 8px;
  justify-content: center;
}

#hcc-himalaya-splash-6-year a.download-cta .download-icon.default-state {
  width: 18px;
  height: 15px;
}

#hcc-himalaya-splash-6-year a.download-cta .download-icon.hover-state {
  width: 18px;
  height: 15px;
  display: none;
}

#hcc-himalaya-splash-6-year a.download-cta:hover .download-icon.default-state,
#hcc-himalaya-splash-6-year a.download-cta:focus .download-icon.default-state {
  display: none;
}

#hcc-himalaya-splash-6-year a.download-cta:hover .download-icon.hover-state,
#hcc-himalaya-splash-6-year a.download-cta:focus .download-icon.hover-state {
  display: inline-block;
}

#hcc-himalaya-splash-6-year .fn-wrap {
  padding: 0 0 44px 0;
}

#hcc-himalaya-splash-6-year span.fn-symbol {
  margin-left: -5px;
}

#hcc-himalaya-splash-6-year a.download-cta:hover,
#hcc-himalaya-splash-6-year a.download-cta:focus {
  color: #027b6e;
  background: #fff;
  text-decoration: none;
  border: 1px solid #027b6e;
}

#hcc-himalaya-splash-6-year .inner--minwidth {
  max-width: 746px;
  margin: auto;
}

#hcc-himalaya-splash-6-year .reference--section > p:first-child {
  font-family: Ubuntu;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #4a4a4a;
}

#hcc-himalaya-splash-6-year .reference--section > p:last-child {
  color: #4a4a4a;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}

#hcc-himalaya-splash-6-year ul.footer--links {
  list-style-type: none;
}

#hcc-himalaya-splash-6-year ul.footer--links > li {
  font-family: Roboto;
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
}

#hcc-himalaya-splash-6-year ul.footer--links > li > a {
  color: #003865;
}

#hcc-himalaya-splash-6-year .footer--copy > p {
  color: #4a4a4a;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

#hcc-himalaya-splash-6-year p.us-flag {
  display: flex;
}

#hcc-himalaya-splash-6-year .footer--copy > p:nth-child(2) {
  margin-bottom: 0px;
}

#hcc-himalaya-splash-6-year .footer-reg--section {
  padding-bottom: 40px;
  max-width: 768px;
}

#hcc-himalaya-splash-6-year .isi--section .row {
  margin: 0;
}

#hcc-himalaya-splash-6-year .isi--section .row .col-xs-12.col-sm-6 {
  padding: 0;
}

#hcc-himalaya-splash-6-year .isi--section .isi-head,
#hcc-himalaya-splash-6-year .sticky-eye-row h2 {
  color: #4a4a4a;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-family: "RobotoCondensed-Bold";
  margin-bottom: 11px;
  font-weight: 700;
}

#hcc-himalaya-splash-6-year .isi--section p,
#hcc-himalaya-splash-6-year .isi--section ul.inner-ul-sep1 li,
#hcc-himalaya-splash-6-year .sticky-eye-row p,
#hcc-himalaya-splash-6-year .isi--section ul li {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-family: "Roboto-Light";
  font-weight: 300;
}

#hcc-himalaya-splash-6-year .isi--section .isi-subhead {
  font-style: normal;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  font-family: "RobotoCondensed-Bold";
  margin-bottom: 10px;
}

#hcc-himalaya-splash-6-year .isi--section .u-txt {
  font-size: 16px;
  line-height: normal;
  font-family: "RobotoCondensed-Bold";
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-bottom: 10px;
}

#hcc-himalaya-splash-6-year .isi--section .isi-list-heading {
  font-size: 16px !important;
  font-style: italic;
  line-height: normal;
  font-family: "RobotoCondensed-Bold";
  /*font-family: Roboto;*/
  font-weight: 700;
}

#hcc-himalaya-splash-6-year .isi--section .list-title {
  font-size: 16px;
  font-style: italic;
  font-family: "Roboto-Regular";
  /*font-family: Roboto;*/
  font-weight: 300;
  line-height: normal;
  left: -25px;
}

#hcc-himalaya-splash-6-year .isi--section p.please-see-txt {
  font-family: "Roboto-Bold";
  /*font-family: Roboto;*/
  font-weight: 700px;
  margin-bottom: 10px;
}

#hcc-himalaya-splash-6-year .isi--section p.you-may-txt {
  font-family: "Roboto-Regular";
  /*font-family: Roboto;*/
  font-weight: 400;
}

#hcc-himalaya-splash-6-year .isi--section .indication--copy > p {
  margin-bottom: 11px;
}

#hcc-himalaya-splash-6-year .isi--section .isi-head + p {
  margin-bottom: 11px;
}

#hcc-himalaya-splash-6-year .isi--section ul.inner-ul-sep1,
#hcc-himalaya-splash-6-year .isi--section ul.isi-main-list1 {
  padding-left: 23px;
  margin: 0 0 10px 0;
}

#hcc-himalaya-splash-6-year .isi--section ul.isi-main-list1 {
  padding-left: 27px;
}

#hcc-himalaya-splash-6-year .isi--section ul.inner-ul-sep1 > li::marker {
  font-size: 14px;
}

#hcc-himalaya-splash-6-year .isi--section ul li {
  list-style-type: none;
  margin-bottom: 0;
  text-indent: -5px;
  position: relative;
  line-height: normal;
}

#hcc-himalaya-splash-6-year .isi--section ul li:before {
  content: "•";
  font-size: 16px;
  top: 0;
  line-height: 19px;
  position: relative;
  left: -10px;
  margin-right: -1px;
  font-family: "font-awesome";
}

#hcc-himalaya-splash-6-year .isi--section ul.inner-ul-sep2 {
  padding-left: 26px;
  width: 98.5%;
}

#hcc-himalaya-splash-6-year .isi--section ul.isi-main-list1 ul.inner-ul-sep1 {
  padding-left: 8px;
}

#hcc-himalaya-splash-6-year
  .isi--section
  ul.isi-main-list1
  ul.inner-ul-sep1
  ul.inner-ul-sep2 {
  padding-left: 8px;
  margin: 10px 0;
}

#hcc-himalaya-splash-6-year
  .isi--section
  ul.isi-main-list1
  ul.inner-ul-sep1
  ul.inner-ul-sep2
  li {
  margin: 0 0 10px 0;
}

#hcc-himalaya-splash-6-year .isi--section ul.inner-ul-sep2 > li:before,
#hcc-himalaya-splash-6-year
  .isi--section
  ul.isi-main-list1
  ul.inner-ul-sep1
  > li:before {
  content: "–";
  font-family: "font-awesome";
  font-size: 13px;
  top: -2px;
  line-height: 19px;
  position: relative;
  left: -18px;
  margin-right: -1.5px;
}

#hcc-himalaya-splash-6-year
  .isi--section
  ul.isi-main-list1
  ul.inner-ul-sep1
  > li:before {
  left: -8px;
}

#hcc-himalaya-splash-6-year
  .isi--section
  ul.isi-main-list1
  ul.inner-ul-sep1
  ul.inner-ul-sep2
  > li:before {
  content: "-";
  font-size: 16px;
  line-height: 19px;
  position: relative;
  left: -8px;
  margin-right: 0;
  padding: 0;
  display: inline-block;
}

#hcc-himalaya-splash-6-year .isi--section ul.inner-ul-sep1.adv-react--list {
  padding-left: 23px;
}

#hcc-himalaya-splash-6-year
  .isi--section
  ul.inner-ul-sep1.adv-react--list
  li:before {
  left: -9px;
  font-size: 14px;
}

#hcc-himalaya-splash-6-year
  .isi--section
  ul.inner-ul-sep1.adv-react--list
  span.list-title {
  margin-bottom: 5px;
  margin-top: 0;
  display: inline-block;
}

#hcc-himalaya-splash-6-year
  .isi--section
  ul.inner-ul-sep1.adv-react--list
  li
  + span.list-title {
  margin-top: 5px;
  display: inline-block;
}

#hcc-himalaya-splash-6-year .isi--section ul.inner-ul-sep1.adv-react--list + p {
  margin-bottom: 10px;
}

#hcc-himalaya-splash-6-year .isi--section p.please-see-txt a,
#hcc-himalaya-splash-6-year .isi--section p.you-may-txt em a {
  text-decoration: underline;
}

#hcc-himalaya-splash-6-year .sticky-isi--section.js-sticky-isi--section {
  position: fixed;
  position: sticky;
  width: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
  box-shadow: 0px -1px 12px #00000021;
  max-height: 136px;
  z-index: 9;
}

#hcc-himalaya-splash-6-year
  .sticky-isi--section.js-sticky-isi--section
  .sticky-isi-wrapper {
  position: static;
  display: block !important;
}

#hcc-himalaya-splash-6-year .himalaya-sticky-isi {
  position: fixed;
  right: 0;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.13);
  z-index: 9999;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

#hcc-himalaya-splash-6-year .himalaya-sticky-isi.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

#hcc-himalaya-splash-6-year .himalaya-sticky-isi__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 18px 12px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

#hcc-himalaya-splash-6-year .himalaya-sticky-isi__plus {
  flex: 0 0 auto;
  min-width: 32px;
  color: #003865;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 2px;
  margin-left: 16px;
}

#hcc-himalaya-splash-6-year .himalaya-sticky-isi__plus span {
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 900;
  line-height: 0.8;
  color: #003865;
}

#hcc-himalaya-splash-6-year .himalaya-sticky-isi__plus:hover,
#hcc-himalaya-splash-6-year .himalaya-sticky-isi__plus:focus {
  color: #003865;
  text-decoration: none;
}

#hcc-himalaya-splash-6-year .himalaya-sticky-isi__copy {
  flex: 1 1 auto;
  min-width: 0;
}

#hcc-himalaya-splash-6-year .himalaya-sticky-isi__section {
  max-width: 760px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: normal;
  font-family: "Roboto-Light";
  font-weight: 300;
}

#hcc-himalaya-splash-6-year .himalaya-sticky-isi__section h2 {
  color: #3a5f87;
  font-size: 19px;
  line-height: 1.1;
  font-family: "RobotoCondensed-Regular";
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 6px 0;
}

#hcc-himalaya-splash-6-year .himalaya-sticky-isi__section h3 {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.25;
  font-family: "Roboto-Bold";
  font-weight: 700;
  margin: 0 0 6px 0;
}

#hcc-himalaya-splash-6-year .himalaya-sticky-isi__section p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: normal;
  font-family: "Roboto-Light";
  font-weight: 300;
  margin: 0;
}

#hcc-himalaya-splash-6-year .himalaya-sticky-isi__section p + h3 {
  margin-top: 4px;
}

#hcc-himalaya-splash-6-year .himalaya-sticky-isi__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#hcc-himalaya-splash-6-year .reference--section {
  max-width: 678px;
}

#hcc-himalaya-splash-6-year .isi--section .mb-11 {
  margin-bottom: 11px;
}

#hcc-himalaya-splash-6-year .break--link {
  word-break: break-all;
}

#hcc-himalaya-splash-6-year ul.inner-ul-sep1.mb-6 {
  margin-bottom: 5px;
}

#hcc-himalaya-splash-6-year sup {
  top: -0.4em;
}

#hcc-himalaya-splash-6-year p.fn-copy.fn-copy--normal {
  width: 96%;
  margin: 0 0 24px 20px;
  color: #555;
  font-family: Ubuntu;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 120% */
}

#hcc-himalaya-splash-6-year .reference--section b {
  font-family: "Roboto-Bold";
}

#hcc-himalaya-splash-6-year .isi--section ul li.text-indent-custom,
#hcc-himalaya-splash-6-year
  .isi--section
  ul.inner-ul-sep1.text-indent-custom--list
  > li {
  text-indent: -6px !important;
}

#hcc-himalaya-splash-6-year .splash-subhead {
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  text-align: left;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	letter-spacing: -1px;
}

#hcc-himalaya-splash-6-year span.splah-subhead--bold {
  font-weight: 700;
  display: inline-block;
    font-size: 22px;
    line-height: 26px;
}

#hcc-himalaya-splash-6-year p.fn-copy.fn-copy--normal.mb-5 {
  margin-bottom: 5px;
}

#hcc-himalaya-splash-6-year .splash-page--body .new-prescribe--head {
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #003262;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
}

#hcc-himalaya-splash-6-year .new-prescribe-wrap {
  border: 1px solid #003262;
  margin: 25px 0;
}

#hcc-himalaya-splash-6-year .new-prescribe--flex {
  display: flex;
  align-items: center;
  padding: 10px 0 25px;
}

#hcc-himalaya-splash-6-year .splash-page--body .new-prescribe--copy {
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #003262;
}

#hcc-himalaya-splash-6-year span.reg--font {
  font-weight: 400;
}

#hcc-himalaya-splash-6-year .blue-bar--img {
  float: right;
}

#hcc-himalaya-splash-6-year p.blue-bar--text {
  display: none;
}

#hcc-himalaya-splash-6-year
  .splash-page--body
  .blue-box.box2
  .blue-bar--img
  img {
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  #hcc-himalaya-splash-6-year
    .white-box
    .brand-logo-wrapper
    img.IMF-brand-logo {
    width: 121.431px;
    height: 42.795px;
  }
  #hcc-himalaya-splash-6-year
    .white-box
    .brand-logo-wrapper
    img.IMJ-brand-logo {
    width: 122px;
    height: 42px;
  }

  #hcc-himalaya-splash-6-year .float-dock {
    background-image: url(/content/dam/website-services/us/434-imfinzi-com/hcc-himalaya-splash/images/desktop/hcc-himalaya-bg.png);
    background-position: top 65px left -95px !important;
    background-size: 67%;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    pointer-events: none;
                max-width: 390px;
  }

  #hcc-himalaya-splash-6-year .white-box .brand-logo-wrapper {
    padding: 20px 0 20px;
    display: block;
    height: auto;
    overflow: visible;
    text-align: center;
  }

  #hcc-himalaya-splash-6-year .white-box .brand-logo-wrapper img.IMF-brand-logo,
  #hcc-himalaya-splash-6-year
    .white-box
    .brand-logo-wrapper
    img.IMJ-brand-logo {
    display: inline-block;
    vertical-align: middle;
  }

  #hcc-himalaya-splash-6-year .splash-page--body .blue-box.box2 {
    margin: 0;
    padding: 40px 0 0 0;
  }

  #hcc-himalaya-splash-6-year
    .splash-page--body
    .blue-box.box2
    .blue-bar--img
    img {
    width: 234px;
    height: auto;
  }

  #hcc-himalaya-splash-6-year .inner-wrap {
    padding: 0 10px;
  }

  #hcc-himalaya-splash-6-year .header--section {
    height: auto;
    padding: 10px 20px 0 20px;
  }

  #hcc-himalaya-splash-6-year .header--row1 {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  #hcc-himalaya-splash-6-year
    .splash-page--body
    .blue-box.box2
    + ul.list--copy {
    margin: 20px 0 18px 0;
  }

  #hcc-himalaya-splash-6-year ul.list--copy > li {
    margin-bottom: 6px;
    padding-right: 12px;
  }

  #hcc-himalaya-splash-6-year
    .splash-page--body
    .blue-box.box2
    .box-2-footnote {
    margin: 0 0 10px 12px;
  }

  #hcc-himalaya-splash-6-year .splash-page--body .blue-box.box2 img {
    margin: 7px auto 14px;
    width: 95%;
  }

  #hcc-himalaya-splash-6-year .blue-bar--img {
    float: none;
    display: flex;
    justify-content: flex-end;
  }

  #hcc-himalaya-splash-6-year .follow-up-cta {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
    padding: 17px 0 17px 14px;
  }

  #hcc-himalaya-splash-6-year sup {
    top: -0.39em;
  }

  #hcc-himalaya-splash-6-year a.download-cta {
    line-height: 22px;
    display: inline-block;
    padding: 6.5px 70px;
    margin: 29px 0 34px 0;
  }

  #hcc-himalaya-splash-6-year .safety--head {
    margin: 0 0 14px 0;
    padding: 0 70px 0 0;
  }

  #hcc-himalaya-splash-6-year p.fn-copy {
    margin: 41px 0 15px 0;
    padding: 0 13px;
  }

  #hcc-himalaya-splash-6-year ul.list--copy > li:first-child {
    padding: 0 2px 0 5px;
  }

  #hcc-himalaya-splash-6-year ul.list--copy > li:nth-child(2) {
    padding: 0 0 0 5px;
  }

  #hcc-himalaya-splash-6-year a.download-cta .download-icon.default-state {
    vertical-align: baseline;
    padding: 0 0 0 5px;
    width: auto;
  }

  #hcc-himalaya-splash-6-year .header--section p {
    font-size: 16px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.85);
  }

  #hcc-himalaya-splash-6-year .header--section ul.nav--links {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }

  #hcc-himalaya-splash-6-year .header--section ul.nav--links > li {
    line-height: 18px;
  }

  #hcc-himalaya-splash-6-year .header--section ul.nav--links > li > a {
    font-size: 11px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.85);
  }

  #hcc-himalaya-splash-6-year
    .header--section
    ul.nav--links
    > li
    > a.pi-dropdown-toggle::after {
    margin-left: 4px;
  }

  #hcc-himalaya-splash-6-year
    .header--section
    ul.nav--links
    > li
    > ul.pi-dropdown-menu {
    top: calc(100% + 0px);
  }

  #hcc-himalaya-splash-6-year
    .header--section
    ul.nav--links
    > li
    > ul.pi-dropdown-menu
    > li
    > a {
    font-size: 11px;
    line-height: 16px;
    padding: 4px 7px;
  }

  #hcc-himalaya-splash-6-year .logo--wrap {
    text-align: center;
  }

  #hcc-himalaya-splash-6-year img.imfinzi-logo {
    width: 223.043px;
    height: auto;
  }

  #hcc-himalaya-splash-6-year img.imjudo-logo {
    width: 223.043px;
  }

  #hcc-himalaya-splash-6-year .banner--text {
    background: url("/content/dam/website-services/us/434-imfinzi-com/hcc-himalaya-splash/images/mobile/hcc-himalaya-bg.jpg")
      no-repeat;
    background-size: 100% 100% !important;
    position: relative;
    height: calc(61vw + 100px);
    height: 200px !important;
    text-align: center;
  }

  #hcc-himalaya-splash-6-year .splash-head-1 {
       margin-bottom: 0px;
    text-align: left;
    padding: 0 0 0 34%;
  }

  #hcc-himalaya-splash-6-year .banner-inner--wrap {
    width: 100%;
    position: absolute;
    /*bottom: 25px;*/
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

    #hcc-himalaya-splash-6-year .banner--text {
        background: url(/content/dam/website-services/us/434-imfinzi-com/hcc-himalaya-splash/images/mobile/hcc-himalaya-hro-bg-mob.jpg) no-repeat;
        background-size: cover!important;
    }
    
    #hcc-himalaya-splash-6-year .float-dock {
        display: none;
    }

  #hcc-himalaya-splash-6-year .splash-subhead {
    width: 95%;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding: 0 0 0 31%;
    letter-spacing: -0.32px;
  }

  #hcc-himalaya-splash-6-year .splash-head-1 > span:first-child {
    position: relative;
    /*top: 15px;*/
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  	font-size: 32px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }

  #hcc-himalaya-splash-6-year .splash-head-1 > span:last-child {
     font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.4px;
  }

  #hcc-himalaya-splash-6-year .splash-head-1 > span:last-child b {
    position: relative;
    display: block;
  }

  #hcc-himalaya-splash-6-year
    .splash-page--body
    .blue-box.box1
    .blue-box--head {
    width: 84%;
    padding: 0 10px;
    line-height: 18px;
    top: -9px;
  }

  #hcc-himalaya-splash-6-year
    .splash-page--body
    .blue-box.box1
    .blue-box--head
    sup {
    top: -0.39em;
  }

  #hcc-himalaya-splash-6-year ul.footer--links {
    text-align: center;
    border-top: 1px solid #6f99d2;
    padding: 13px 0 0 0;
  }

  #hcc-himalaya-splash-6-year .reference--section > p:last-child {
    margin-bottom: 40px;
  }

  #hcc-himalaya-splash-6-year .inner--minwidth {
    padding: 0 18px;
  }

  #hcc-himalaya-splash-6-year .isi--section .isi-subhead {
    font-size: 15px;
  }

  #hcc-himalaya-splash-6-year .box1__col-1.box1__col p {
    margin: 0;
    text-align: center;
  }

  #hcc-himalaya-splash-6-year p.box1__col-2.box1__col {
    margin-bottom: 18px;
    margin-top: 9px;
  }

  #hcc-himalaya-splash-6-year .box1__col-3.box1__col p.box1__col--txt1 {
    margin: 0;
  }

  #hcc-himalaya-splash-6-year .box1__col-3.box1__col p {
    margin: 0;
    text-align: center;
  }

  #hcc-himalaya-splash-6-year .splash-page--body .blue-box.box1 {
    padding-top: 37px;
    margin-bottom: 35px;
  }

  #hcc-himalaya-splash-6-year .splash-page--body .blue-box.box1 .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  #hcc-himalaya-splash-6-year .box1__col-1.box1__col,
  #hcc-himalaya-splash-6-year .box1__col-3.box1__col {
    width: 100%;
  }

  #hcc-himalaya-splash-6-year .box1__col-1.box1__col p {
    margin: 0;
    text-align: center;
  }

  #hcc-himalaya-splash-6-year
    .splash-page--body
    .blue-box.box1
    p.blue-box1-copy {
    margin: 17px 0 15px 0;
  }

  #hcc-himalaya-splash-6-year
    .splash-page--body
    .blue-box.box2
    .blue-box--head {
    padding: 0 10px;
    line-height: 18px;
    width: 80%;
  }

  #hcc-himalaya-splash-6-year .splash-subhead-2 {
    letter-spacing: 0.42px;
  }

  #hcc-himalaya-splash-6-year ul.footer--links > li {
    display: inline-block;
    position: relative;
    padding: 0 5px;
  }

  #hcc-himalaya-splash-6-year ul.footer--links > li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 13px;
    position: absolute;
    top: 3px;
    right: -2px;
    background: #003865;
  }

  #hcc-himalaya-splash-6-year p.us-flag img {
    width: 32px;
    height: 17px;
    margin-right: 20px;
  }

  #hcc-himalaya-splash-6-year p.us-flag {
    align-items: center;
    line-height: normal;
    margin: 10px 0;
  }

  #hcc-himalaya-splash-6-year .footer--copy > p {
    line-height: normal;
  }

  #hcc-himalaya-splash-6-year .footer-reg--section {
    padding-bottom: 0;
    padding-top: 25px;
    flex-direction: column;
  }

  #hcc-himalaya-splash-6-year a.az-logo--links {
    margin: 30px auto 40px;
    text-align: center;
  }

  #hcc-himalaya-splash-6-year p.us-flag {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 0 40px;
    margin: 20px 0 10px 0;
  }

  #hcc-himalaya-splash-6-year .footer--copy > p {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0 30px;
  }

  #hcc-himalaya-splash-6-year .footer--copy > p:nth-child(2) {
    margin: 0 0 10px 0;
  }

  #hcc-himalaya-splash-6-year a.az-logo--links img {
    width: 270.316px;
    height: 72px;
  }

  #hcc-himalaya-splash-6-year .indication-popup.mobile-only {
    display: block !important;
    position: sticky;
    height: 44px;
    bottom: 150px;
  }

  #hcc-himalaya-splash-6-year
    .sticky-isi--section.js-sticky-isi--section
    .sticky-isi-wrapper {
    position: relative;
  }

  #hcc-himalaya-splash-6-year .indication-header.mobile_only {
    padding-top: 9px;
  }

  #hcc-himalaya-splash-6-year .isi--section .row .isi-head {
    padding-top: 10px;
  }

  #hcc-himalaya-splash-6-year .isi--section p.you-may-txt {
    width: 101%;
  }

  #hcc-himalaya-splash-6-year ul.footer--links > li:last-child {
    /* font-size: 15px;
    letter-spacing: 0.75px;*/
  }

  #hcc-himalaya-splash-6-year .sticky-eye-row h2 {
    margin-top: -2px;
    margin-bottom: 2px;
  }

  #hcc-himalaya-splash-6-year .sticky-eye-row p {
    font-size: 14px;
    line-height: 16px;
  }

  #hcc-himalaya-splash-6-year .himalaya-sticky-isi__inner {
    padding: 12px 16px 14px;
    gap: 12px;
  }

  #hcc-himalaya-splash-6-year .himalaya-sticky-isi__plus {
    min-width: 24px;
    margin-top: 0;
    margin-left: 8px;
  }

  #hcc-himalaya-splash-6-year .himalaya-sticky-isi__plus span {
    font-size: 42px;
  }

  #hcc-himalaya-splash-6-year .himalaya-sticky-isi__copy {
    flex: 1 1 auto;
    max-width: none;
    padding-right: 0;
  }

  #hcc-himalaya-splash-6-year .himalaya-sticky-isi__section h2 {
    font-size: 16px;
    margin: 0 0 2px 0;
  }

  #hcc-himalaya-splash-6-year .himalaya-sticky-isi__section h3 {
    font-size: 14px;
    margin: 2px 0;
  }

  #hcc-himalaya-splash-6-year .himalaya-sticky-isi__section p {
    font-size: 16px;
    line-height: normal;
  }

  #hcc-himalaya-splash-6-year .indication-popup.mobile-only.open-indi-popup {
    bottom: 275px;
    position: relative;
    top: inherit;
  }

  .modal.remove-scroll {
    overflow-y: hidden !important;
  }

  #hcc-himalaya-splash-6-year
    .splash-page--body
    .blue-box.box1
    p.fn-copy:not(.fn-copy--normal) {
    color: #003262;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    margin: 17px 0 15px 0;
  }

  #hcc-himalaya-splash-6-year p.fn-copy.fn-copy--normal {
    width: 100%;
    margin: 0 0 20px 0px;
    padding: 0 7px 0 10px;
  }

  #hcc-himalaya-splash-6-year .new-prescribe--flex {
    flex-direction: column;
    text-align: center;
    padding: 10px 0 20px;
  }

  #hcc-himalaya-splash-6-year .new-prescribe--col2 {
    margin: 10px 0;
  }

  #hcc-himalaya-splash-6-year .new-prescribe--col1 img {
    margin: auto;
  }

  #hcc-himalaya-splash-6-year span.splash-head--last {
    position: relative;
    top: -6px;
  }
}

@media screen and (min-width: 390px) and (max-width: 991px) {
  #hcc-himalaya-splash-6-year .fn-wrap {
    width: 100%;
    padding: 0 44px 40px 13px;
  }
}

@media screen and (min-width: 992px) {
  #hcc-himalaya-splash-6-year .header--section p {
    margin: 0 0 0 37px;
  }

  #hcc-himalaya-splash-6-year .header--section ul.nav--links > li {
    margin-left: 31px;
  }

  #hcc-himalaya-splash-6-year button.close-btn {
    margin-left: 21px;
  }

  #hcc-himalaya-splash-6-year .splash-page--body {
    background: url(/content/dam/website-services/us/434-imfinzi-com/hcc-himalaya-splash/images/desktop/hcc-himalaya-splash-bg.webp)
      no-repeat;
    background-position: top -75px left;
    background-size: 100%;
    background-color: #fff;
  }

  #hcc-himalaya-splash-6-year .float-dock {
    background-image: url(/content/dam/website-services/us/434-imfinzi-com/hcc-himalaya-splash/images/desktop/hcc-himalaya-bg.png);
    background-position: top 153px left -13px;
    background-size: 35%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  #hcc-himalaya-splash-6-year .isi--section.inner--minwidth.main-isi--section {
    padding: 0 15px 0 0;
    max-width: 683px;
  }

  #hcc-himalaya-splash-6-year .splash-head-1 > span:first-child {
    /*text-shadow:
      0 4.409px 4.409px rgba(0, 0, 0, 0.31),
      0 4.409px 26.457px rgba(0, 0, 0, 0.45);*/
    color: #fff;
    font-family: Ubuntu;
    font-size: 44px;
    font-weight: 400;
    line-height: 43.296px;
    letter-spacing: -0.88px;
  }

  /* #hcc-himalaya-splash-6-year li.text-indent-custom:has(> span.custom-space) {
    text-indent: -12px !important;
  } */

  #hcc-himalaya-splash-6-year .splash-head-1 > span:last-child {
    /*text-shadow:
        0 4.409px 4.409px rgba(0, 0, 0, 0.31),
        0 4.409px 26.457px rgba(0, 0, 0, 0.45);*/
    color: #fff;
    font-family: Ubuntu;
    font-size: 44px;
    font-weight: 400;
    line-height: 43.296px;
    letter-spacing: -0.88px;
  }

  #hcc-himalaya-splash-6-year .banner--text {
    padding: 123px 0 30px 204px;
    max-width: 100%;
    margin: 0 auto;
  }

  #hcc-himalaya-splash-6-year .splash-head-1 {
    text-align: left;
    padding-bottom: 5px;
  }

  #hcc-himalaya-splash-6-year .splash-subhead {
    padding: 0 160px 0 0;
  }

  #hcc-himalaya-splash-6-year .white-box {
    background: #fff;
    clear: both;
    margin-top: 60px;
  }

  #hcc-himalaya-splash-6-year .inner--maxwidth {
    /*max-width: 683px;
    width: 100%;
    margin: auto;*/
    background: #fff;
  }

  #hcc-himalaya-splash-6-year .inner--maxwidth .inner-wrap {
    max-width: 683px;
    width: 100%;
    margin: auto;
  }

  #hcc-himalaya-splash-6-year .splash-page--body .blue-box.box1 {
    margin-top: 0;
    padding-top: 20px;
  }

  #hcc-himalaya-splash-6-year .box1__col-1.box1__col,
  #hcc-himalaya-splash-6-year .box1__col-3.box1__col {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #hcc-himalaya-splash-6-year .splash-page--body .blue-box.box1 .d-flex {
    align-items: center;
  }

  #hcc-himalaya-splash-6-year
    .splash-page--body
    .blue-box.box1
    p.fn-copy:not(.fn-copy--normal) {
    margin-bottom: 19px;
  }

  #hcc-himalaya-splash-6-year .blue-box.box1 + p.fn-copy {
    width: 102%;
    margin: 14px 0 20px;
  }

  #hcc-himalaya-splash-6-year .splash-page--body .blue-box.box2 {
    padding-top: 0;
  }

  #hcc-himalaya-splash-6-year p.blue-bar--text {
    width: 323px;
    height: 57px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.15px;
  }

  #hcc-himalaya-splash-6-year span.blue-bar--line1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px; /* 95.833% */
    letter-spacing: -0.24px;
  }

  #hcc-himalaya-splash-6-year span.x--txt {
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
  }

  #hcc-himalaya-splash-6-year span.blue-bar--line1:after {
    width: 204px;
    top: 55%;
  }

  #hcc-himalaya-splash-6-year .splash-page--body .blue-box.box2 img {
    margin: -17px 0 30px 15px;
  }

  #hcc-himalaya-splash-6-year p.blue-bar--text {
    margin: 0;
  }

  #hcc-himalaya-splash-6-year
    .splash-page--body
    .blue-box.box2
    + ul.list--copy {
    margin-top: 30px;
  }

  #hcc-himalaya-splash-6-year .prescribe-wrap {
    justify-content: center;
    margin: 30px auto 35px;
  }

  #hcc-himalaya-splash-6-year .prescribe--head {
    font-size: 39px;
  }

  #hcc-himalaya-splash-6-year .prescribe-wrap img {
    width: 114px;
    height: 113px;
  }

  #hcc-himalaya-splash-6-year p.prescribe--txt1 {
    font-size: 17.5px;
    line-height: 32px;
    letter-spacing: -0.175px;
  }

  #hcc-himalaya-splash-6-year p.prescribe--txt2 span {
    font-size: 19.5px;
    line-height: 32px;
    letter-spacing: -0.39px;
  }

  #hcc-himalaya-splash-6-year p.prescribe--txt2 {
    font-size: 12.5px;
    line-height: 32px;
    letter-spacing: -0.125px;
  }

  #hcc-himalaya-splash-6-year .prescribe--copy {
    left: -20px;
    padding-top: 27px;
  }

  #hcc-himalaya-splash-6-year a.download-cta {
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
  }

  #hcc-himalaya-splash-6-year .fn-wrap {
    width: 92%;
  }

  #hcc-himalaya-splash-6-year p.blue-bar--text {
    background: url(/content/dam/website-services/us/434-imfinzi-com/btc-os-data-splash/images/desktop/Flag-Bac.png)
      no-repeat;
  }

  #hcc-himalaya-splash-6-year ul.footer--links {
    list-style-type: none;
    text-align: center;
    width: 100%;
    margin: 80px auto 45px;
  }

  #hcc-himalaya-splash-6-year ul.footer--links > li {
    display: inline-block;
    padding: 0 3px;
    position: relative;
    color: #003865;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
  }

  #hcc-himalaya-splash-6-year ul.footer--links > li:first-child {
    padding-left: 0;
  }

  #hcc-himalaya-splash-6-year ul.footer--links > li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 13px;
    position: absolute;
    top: 3px;
    right: -2px;
    background: #003865;
  }

  #hcc-himalaya-splash-6-year .footer--copy {
    margin-left: 41px;
  }

  #hcc-himalaya-splash-6-year p.us-flag img {
    margin: 0 10px 5px 0;
  }

  #hcc-himalaya-splash-6-year
    .isi--section
    .row
    .col-xs-12.col-sm-6:nth-child(1) {
    width: 355px;
    margin-right: 23px;
    padding-right: 13px;
  }

  #hcc-himalaya-splash-6-year
    .isi--section
    .row
    .col-xs-12.col-sm-6:nth-child(2) {
    /*width: 367px;*/
    width: 345px;
    padding-right: 28px;
  }

  #hcc-himalaya-splash-6-year .isi--section.inner--minwidth {
    max-width: 668px;
  }

  #hcc-himalaya-splash-6-year .fn-wrap > p:not(:last-child) {
    padding-bottom: 3px;
  }

  #hcc-himalaya-splash-6-year .fn-wrap > p:last-child {
    /* padding-top: 3px; */
  }

  #hcc-himalaya-splash-6-year .fn-wrap p:last-child sup {
    font-family: sans-serif;
  }

  #hcc-himalaya-splash-6-year span.ast-symbol {
    position: relative;
    top: -1px;
  }

  #hcc-himalaya-splash-6-year .new-prescribe--col1,
  .new-prescribe--col3 {
    width: 45%;
  }

  #hcc-himalaya-splash-6-year .splash-page--body .new-prescribe--copy {
    margin-left: 25%;
  }

  #hcc-himalaya-splash-6-year .new-prescribe--col1 {
    margin-right: 20px;
  }

  #hcc-himalaya-splash-6-year
    .splash-page--body
    .blue-box.box2
    .blue-bar--img
    img {
    position: relative;
    right: -1px;
    /* width: 272.11px;
    height: 42.477px;*/
    margin: 17px 0 0 0;
  }

  #hcc-himalaya-splash-6-year .new-prescribe--col3 .new-prescribe--copy {
    position: relative;
    top: 6px;
  }

  #hcc-himalaya-splash-6-year .splash-subhead {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 9;
    position: relative;
  }
  #hcc-himalaya-splash-6-year span.splash-subhead-back {
    opacity: 0.2;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) -28.74%,
      #003262 42.53%
    );
    filter: blur(30px);
    width: 600px;
    height: 50px;
    display: inline-block;
    position: absolute;
    z-index: 4;
  }
}

/*@media screen and (min-width: 1445px) {

    #hcc-himalaya-splash-6-year .splash-page--body{
        background: url(/content/dam/website-services/us/434-imfinzi-com/btc-os-data-splash/images/desktop/Desktop_hero_X-wide_2000px_v2.jpeg) no-repeat;
        background-position: top;
        margin-top: -12px;
        background-size: 100%;
        background-color: #003262;
    }

	#hcc-himalaya-splash-6-year .banner--text{
		padding: 57px 0px 44px 0;
    }

}*/

@media screen and (min-width: 1600px) {
  #hcc-himalaya-splash-6-year .float-dock {
    background-position-y: calc(3.5% - 50px);
    background-size: 36%;
  }
}

@media screen and (min-width: 1800px) {
  #hcc-himalaya-splash-6-year .float-dock {
    background-position-y: calc(3% - 51px);
    background-size: 38%;
  }
}
@media screen and (min-width: 2000px) {
  #hcc-himalaya-splash-6-year .float-dock {
    background-position-y: calc(3% - 78px);
    background-size: 37%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  #hcc-himalaya-splash-6-year .float-dock {
    background-position-y: calc(5% - 91px);
    background-size: 33%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #hcc-himalaya-splash-6-year .banner--text {
    padding: 80px 0 35px 62px;
    max-width: 693px;
    margin: 0 auto;
  }

  #hcc-himalaya-splash-6-year .float-dock {
    background-position-y: calc(3% - 35px);
    background-position-x: -100px;
    background-size: 35%;
  }

}


@media screen and (min-width: 992px) and (max-width: 1250px) {

    #hcc-himalaya-splash-6-year .banner--text {
        padding-top: 80px;
    }
    
    #hcc-himalaya-splash-6-year .banner--text {
        position: relative;
        left: 120px;
    }


}

@media screen and (min-width: 400px) and (max-width: 991px) {
  #hcc-himalaya-splash-6-year .banner--text {
    height: 48vw !important;
  }
  #hcc-himalaya-splash-6-year .banner-inner--wrap {
    bottom: auto;
    /*top: 20%;*/
  }
  #hcc-himalaya-splash-6-year .float-dock {
    background-position-x: -138px;
    background-position-y: calc(14vw - -5px);
  }
}

@media screen and (min-width: 700px) and (max-width: 991px) {
  #hcc-himalaya-splash-6-year .float-dock {
    background-position-x: -168px;
    background-position-y: calc(14vw + 2px);
  }
}


@media screen and (min-width: 992px) {

   #hcc-himalaya-splash-6-year h2.splash-subhead.splash-subhead--mobile {
  	display: none;
  }

    #hcc-himalaya-splash-6-year .splash-subhead {
        padding-right: 0;
    }

    #hcc-himalaya-splash-6-year .splash-page--body {
        background: url(/content/dam/website-services/us/434-imfinzi-com/hcc-himalaya-splash/images/desktop/hcc-himalaya-bg-desk.jpg) no-repeat;
        background-position: top left;
        background-size: 100%;
    }
    
    #hcc-himalaya-splash-6-year .banner--text {
        padding-top: 90px;
    }
    
    #hcc-himalaya-splash-6-year .float-dock {
        display: none;
    }


}



@media screen and (max-width: 991px) {
   #hcc-himalaya-splash-6-year .white-box .brand-logo-wrapper img {
        display: none !important;
    }

    #hcc-himalaya-splash-6-year .brand-logo-wrapper {
           display: flex;
        gap: 0.5em;
        justify-content: center;
        align-items: center;
        padding: 0 0 1.5em;
    }

      #hcc-himalaya-splash-6-year   .brand-logo-wrapper img {
        max-width: 150px;
    }

	#hcc-himalaya-splash-6-year h2.splash-subhead.splash-subhead--desktop {
        display: none;
    }
    #hcc-himalaya-splash-6-year span.splah-subhead--bold {
        font-size: 19px;
        line-height: 27px;
        display: inline;
        letter-spacing: -2px;
    }
    #hcc-himalaya-splash-6-year h2.splash-subhead.splash-subhead--mobile {
        color: #003262;
        width: 100%;
        /*padding: 20px 20px 0;*/
        padding: 5px 21px 0;
        background: #fff;
        text-shadow: none;
        font-size: 16px;
        line-height: 18px;
    }

    #hcc-himalaya-splash-6-year .isi--section h3.u-txt.pt-15 {
        font-size: 16px!important;
    }
    
    #hcc-himalaya-splash-6-year .isi--section ul.isi-main-list1 ~ .isi-subhead {
        font-size: 16px;
    }


}

#hcc-himalaya-splash-6-year  sup.dagger-sym {
    top: -.5em;
}