
.moa-page #page-width {
  max-width: 781px;
  padding: 0;
  margin-top: 80px;
}

.moa-page #page-width1 {
  max-width: 781px;
  padding: 0;
  margin-top: 80px;
}

.moa-page #mechanism-tabs {
  margin-top: 20px;
  margin-bottom: 52px;
}

.moa-page .tabs-heading > .active {
    background: #ffffff !important;
    color: #EA5526 !important;
}
.moa-page .tabs-heading > li {
    background: #ffffff !important;
    color: #EA5526;
    font-size: 18px;
    font-family: NotoSansJP-Bold;
}

.moa-page .tabs-heading > li {
  background: #EA5526 !important;
  color: #005133;
  font-size: 18px;
  font-family: NotoSansJP-Bold;
}

.moa-page .tabs-heading > li h3 {
  font-size: 18px;
}
.moa-page .tabs-heading > li {
  background: #dce4e1 !important;
  color: #005133;
  font-size: 18px;
  font-family: NotoSansJP-Bold;
}

.moa-page .tab.active {
  height: auto;
  overflow: hidden;
}

.moa-page .tabs-container > .tab {
  background: #ffffff !important;
  padding: 16px !important;
}

.moa-page .tabs-container .tab .col-12 {
  padding: 0;
}

.moa-page .mechanism-tab-2 .p.small-text {
  line-height: 21px;
}

.moa-page .mechanism-tab-2 .show-more,
.moa-page .mechanism-tab-2 .show-less {
  padding-top: 18px !important;
  display: inline-block;
  color: #008812;
  text-decoration: underline;
}

.moa-page .reset-height.tab.active {
  height: 100%;
  overflow: auto;
}

.moa-ted .tab.active {
  height: 152px;
  overflow: hidden;
}

.therapeutic-intervention .tab.active {
  height: 130px;
  overflow: hidden;
}

.treatment-issue .tab.active {
  height: 130px;
  overflow: hidden;
}

.moa-page .tabs-heading .field-heading {
  padding: 16px 0 !important;
}

.moa-page .tabs-container .tab:first-child {
  height: 70px;
  overflow: hidden;
}

.moa-page.moa .tabs-container .tab:first-child,
.moa-page.movie-page .tabs-container .tab:first-child {
  height: 90px;
  overflow: hidden;
}

.movie-head {
  color: #005133;
  font-size: 24px;
  font-family: NotoSansJP-Bold;
  line-height: 33px;
  padding-bottom: 15px;
}

.movie-sub-head {
  color: #333333;
  font-size: 16px;
  font-family: NotoSansJP;
  line-height: 27px;
  padding-bottom: 30px;
}

.moa-page .video-js {
  width: 100%;
  height: 495px;
  height: auto;
}
.video-js .vjs-tech {
    position: relative;
}
.moa-page strong {
  font-family: NotoSansJP-Bold;
  font-weight: 700;
}

.moa-page a.quantum-button.button-tab.quantum-modal-trigger {
  justify-content: center;
  display: flex;
  margin: 127px 0 80px 0;
  text-decoration: none;
}

.moa-page .quantum-modal-trigger .quantum-button__text {
  font-size: 16px;
  font-weight: 700;
  background: url(/~/media/Themes/Horizon/Tepezza-jp/Tepezza-jp/Images/Content/Global/btn_bg.png)
    #005133 no-repeat;
  height: 40px;
  width: 160px;
  padding: 8px 8px 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  text-decoration: none;
  max-width: 440px;
  width: 100%;
  height: 70px;
  font-family: NotoSansJP-Bold;
  color: #fff;
  font-size: 24px;
}

.right-arrow {
  margin-left: 15px;
}

#footer-content {
  margin-top: 80px !important;
}

.moa-page .quantum-modal-trigger .quantum-button__text::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/~/media/Themes/Horizon/Tepezza-jp/Tepezza-jp/Images/Content/patient-support/right-arrow-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-top: 5px;
}

.moa-page .vjs-title-bar {
  display: none;
}

.movie-page #moa-heading,
.movie-page #carousel-heading {
  margin-top: 80px !important;
  max-width: 1080px;
  margin: 0 auto;
}
.movie-page .slider {
  margin-top: 60px;
}

#below-video-content {
  height: 453px;
}

.inflammatory-diseases .breadcrumb ol {
  display: block;
}

/* Support page css  */
h2.ac.color-black.mb60-40.mob-h2 {
  font-family: "NotoSansJP-Bold";
}
#cta-container .quantum-cta__title {
  font-family: "NotoSansJP-Bold";
}

#mechanism-tabs .tab {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.moa-page .tabs-heading li:nth-child(1) {
    border-top-left-radius: 12px;
}
.moa-page .tabs-heading li:nth-child(2) {
    border-top-right-radius: 12px;
}

@media screen and (max-width: 992px) {
  .moa-page #page-width {
    padding: 0 20px;
  }
  .moa-page .vjs-poster img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .moa-page .video-js {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767px) {
  #footer-content {
    margin-top: 60px !important;
  }
  .moa-page #page-width {
    margin-top: 40px;
  }
  .moa-page #page-width1 {
    padding-inline: 20px !important;
  }
  #below-video-content {
    height: auto;
  }
  #below-video-content .slide {
    max-width: 100% !important;
  }
  #below-video-content .slide img {
    width: 100%;
    height: 100% !important;
  }

  .movie-page #moa-heading,
  .movie-page #carousel-heading {
    margin-top: 60px !important;
  }
  .therapeutic-intervention.moa-page .tabs-container .tab:first-child,
  .treatment-issue.moa-page .tabs-container .tab:first-child {
    height: 90px;
  }
  .therapeutic-intervention.moa-page h1.h1,
  .treatment-issue.moa-page h1.h1,
  .ted-impact.moa-page h1.h1,
  .opticj h1.h1,
  .optic h1.h1,
  .opticx h1.h1 {
    padding: 20px;
    height: auto !important;
  }
  .carousel-documents .campaign-cta-content {
    margin-bottom: 0px;
  }

  .moa-page .tab.active {
    height: 108px;
    overflow: hidden;
  }
  div#link-container ul li:nth-child(2) {
    margin-bottom: 32px;
  }
}

@media (max-width: 480px) {
  .moa-page .tab.active {
    height: auto;
    overflow: hidden;
  }
  .inflammatory-diseases .breadcrumb ol {
    display: block;
  }
  .inflammatory-diseases
    .breadcrumb-item.last
    .navigation-title.field-navigationtitle {
    letter-spacing: -0.3px;
  }
  .inflammatory-diseases .h1 {
    padding: 5px !important;
    height: auto !important;
  }
}

.use-page .imageContainer#video-a105dff2-c3ce-4df5-ad0c-2975e635a273 {
  /* width: 82%; */
  max-width: 880px;
  margin: 0 auto;
}
.bc-player-b819o5sL2e_default .vjs-big-play-button {
  display: none;
}
.moa-page .tags-group {
  display: none;
}
.inflammatory-diseases #video-chapters ul li {
  list-style: none;
  font-size: 12px;
  color: #333333;
}
.inflammatory-diseases #video-chapters ul li a {
  color: #005133;
}
.inflammatory-diseases #video-chapters p {
  color: #333333;
  margin-top: 10px;
}
.inflammatory-diseases #video-chapters-in ul li {
    list-style: none;
    color: #414042;
    font-size: 16px;
    line-height: 24px;
    font-family: 'NotoSansJP';
    font-weight: 400;
    display: flex;
    gap: 16px;
    margin-top: 6px;
}
.inflammatory-diseases #video-chapters-in ul li a {
    color: #EA5526;
    text-decoration: underline;
}
.inflammatory-diseases #video-chapters ul li {
  list-style: none;
  font-size: 12px;
  color: #333333;
}
.inflammatory-diseases #video-chapters ul li a {
  color: #008812;
  text-decoration: underline;
}
.inflammatory-diseases #video-chapters-in p {
    color: #333333;
    margin-top: 0px;
}

.inflammatory-diseases .tabs-container .tab:first-child {
    height: 84px !important;
    overflow: hidden !important;
}
.tepezza-movie #page-width2 {
  max-width: 1080px !important;
}
@media (min-width: 940px) {
  .tepezza-movie .media-container .column-splitter {
    margin: 0px 60px;
  }
}

/* support page card btns css newly added 20 august 2025 */

.quantum-cta.customheight {
  min-height: 560px !important;
  height: 534px;
}
@media (max-width: 480px) {
  .quantum-cta.customheight {
    min-height: unset;
    height: unset;
  }
  #movie .column-splitter:last-child .quantum-cta {
    min-height: unset;
    height: unset;
  }
  .inflammatory-diseases .tabs-container .tab:first-child {
    height: auto !important;
    overflow: hidden !important;
  }
}
/* support page card btns css newly added 20 august 2025 */

/* added 11 sep 2025 latest movie page  */
#video-chapters-in {
    background-color: #FFFFFF;
    padding: 18px 22px;
    border-radius: 12px;
    margin-bottom: 76px;
    margin-top: 22px;
}
#movie #side-effect-about .component-content .position-relative {
    padding: 14px 0 20px !important;
}
.moa-page .tabs-heading > li {
    background: #ffffff !important;
    color: #005133;
    font-size: 18px;
    font-family: NotoSansJP-Bold;
}

.moa-page .tabs-heading > .active {
    background: #ffffff !important;
    color: #EA5526 !important;
}
.moa-page .tabs-heading > li {
    background: #EA5526 !important;
    color: #FFFFFF;
    font-size: 18px;
    font-family: NotoSansJP-Bold;
}
.moa-page .p.small-text.line-ht-20 {
    color: #414042;
}
.moa-page .mechanism-tab-2 .p.small-text {
    line-height: 21px;
    color: #414042;
}
#info-para p {
    font-size: 18px;
    line-height: 24px;
    color: #414042 !important;
}