.home-breztri-banner {
  background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/desktop/home/home-hero-section.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 50px 0;
}

.home-breztri-banner-inner {
  padding: 70px 0 30px;
}

.home-breztri-title {
  max-width: 550px;
}

.home-breztri-title p {
  font-size: 24px;
  line-height: 32px;
  color: #373a36;
  font-family: "Avenir-Book";
  margin-bottom: 20px;
}

.home-breztri-title h1 {
  font-family: "Avenir-Medium";
  font-size: 40px;
  line-height: 44px;
  font-weight: 800;
  color: #121312;
  margin-bottom: 45px;
}

.home-breztri-cta-block {
  display: flex;
  justify-content: space-between;
}

.home-breztri-cta-block a.internal-links {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(55, 58, 54, 0.08);
  border: 2px solid #227870;
  width: 380px;
  height: 88px;
}

.home-breztri-cta-block a.internal-links:hover {
  background: #227870;
}

.home-breztri-cta-block a.internal-links:hover img {
  filter: invert(1) saturate(0) brightness(3);
}

.home-breztri-cta-block a.internal-links:hover .breztri-cta-btns-title p {
  color: #fff;
}

.breztri-cta-btns {
  position: relative;
}

.home-breztri-cta-block img {
  width: 56px;
}

.breztri-cta-btns-title {
  margin-left: 10px;
}

.breztri-cta-btns-title p {
  font-family: "Avenir-Medium";
  font-size: 18px;
  line-height: normal;
  font-weight: 800;
  color: #121312;
}

.breztri-card-detail-inner {
  margin: 50px 0 60px;
}

.breztri-card-detail-block {
  display: flex;
  justify-content: space-evenly;
}

.card-detail-block-inner {
  display: flex;
}

.card-detail-block {
  width: 380px;
}

.card-detail-block img {
  width: 54px;
}

.card-detail-description {
  margin-left: 20px;
  margin-top: 15px;
}

.card-detail-block h3 {
  font-family: "Avenir-Medium";
  font-size: 18px;
  line-height: normal;
  font-weight: 800;
  color: #121312;
  margin-bottom: 10px;
}

.card-detail-block p {
  font-size: 14px;
  line-height: 20px;
  color: #373a36;
  font-family: "Avenir-Book";
  margin-bottom: 15px;
  max-width: 210px;
}

.card-detail-block a {
  font-family: "Avenir-Medium";
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  color: #227870;
}

.card-detail-block a:hover {
  color: #2b978d;
}

.card-detail-block a:hover span {
  text-decoration: underline;
}

.card-detail-block a span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}

.card-detail-block a span::after {
  content: "";
  background: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/global/icons/green-icon-arrow-right.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: 0;
  position: absolute;
  top: 0px;
}

/* USBW3-12006 Breztri HCP Phase 1 NPP Website Updater Style start here */

.home-breztri-banner {
  background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase1/desktop/home/home-hero-section.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  position: relative;
}

.home-breztri-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(
    90deg,
    rgba(195, 137, 0, 1) 0%,
    rgba(240, 178, 36, 1) 50%
  );
}

.home-breztri-title p {
  font-family: "Avenir-Heavy";
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}

.home-breztri-title h1 {
  font-family: "Avenir-Black";
  color: #ffffff;
  margin-bottom: 76px;
}

.home-breztri-title h1 span {
  color: #f0b323;
}

.home-breztri-title h1 sup {
  font-family: "Avenir-Light";
  font-weight: 300;
}

.home-breztri-title {
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
}

.home-breztri-title-in {
  max-width: 685px;
}

.home-breztri-cta-block {
  max-width: 900px;
  margin: 0 auto;
}

.home-breztri-cta-block a.internal-links {
  height: 66px;
  border-radius: 50px;
  width: 282px;
  border: 1px solid #2cd5c4;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 20px 20px;
  display: block;
  text-align: center;
}

.home-breztri-cta-block a.internal-links:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.breztri-cta-btns {
  text-align: center;
}

.breztri-cta-btns-title p {
  font-family: "Avenir-Black";
  font-weight: 900;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
}

.breztri-cta-btns-title p span {
  position: relative;
  padding-right: 25px;
  display: block;
}

.breztri-cta-btns-title {
  margin-left: 0;
}

.breztri-cta-btns-title p span::after {
  content: "";
  background: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase1/global/home-vector.svg);
  display: inline-block;
  width: 10px;
  height: 14px;
  background-repeat: no-repeat;
  right: 9px;
  position: absolute;
  top: 8px;
  background-size: contain;
}

.home-breztri-banner-inner {
  padding: 80px 0 50px;
}

.card-detail-block img {
  width: 56px;
}

.card-detail-description {
  margin-top: 0;
}

.card-detail-block p {
  max-width: 300px;
}

.card-detail-two p {
  max-width: 250px;
}

.breztri-card-detail-block {
  justify-content: space-around;
}

.card-detail-block a span {
  text-decoration: underline;
}

.reference-content ul li p span.word-break-home {
  position: relative;
  font-family: "Avenir-Book";
  font-weight: 400;
  word-break: break-all;
}
/* USBW3-12006 Breztri HCP Phase 1 NPP Website Updater Style end here */

/* USBW3-21906 Breztri HCP January 2026 Update Style start here */

.home-breztri-banner {
  background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase2/desktop/home/home-hero-section.jpg);
}

.home-breztri-title-in {
  max-width: 660px;
}

.home-breztri-title h1 span {
  display: inline-block;
}

.home-breztri-title h1 sup {
  font-family: "Avenir-Black";
}

#home-body-bk {
  position: relative;
}

#home-body-bk::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-55.9deg, rgba(255, 255, 255, 0.8) 57.23%, #c5f1f2 117.01%);
  width: 50%;
  height: 80%;
  z-index: -1;
}

#home-body-bk::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(55.9deg, rgba(255, 255, 255, 0.8) 57.23%, #c5f1f2 117.01%);
  width: 50%;
  height: 80%;
  z-index: -1;
}

.breztri-endpoint-detail-block {
  max-width: 1020px;
  margin: 0 auto;
}

.breztri-endpoint-detail-block h3 {
  padding: 40px 0 0;
  font-family: "Avenir-Medium";
  line-height: 24px;
  font-weight: 800;
  color: #121312;
  margin-bottom: 10px;
  font-size: 20px;
}

.breztri-endpoint-detail-block p {
  font-size: 18px;
  line-height: 24px;
  color: #373a36;
  font-family: "Avenir-Book";
  margin-bottom: 15px;
  padding-right: 10px;
}

.breztri-endpoint-detail-block p .study {
  font-family: "Avenir-Medium";
  font-weight: 800;
}

.breztri-endpoint-detail-block .endpoint-footnote p {
  font-size: 14px;
  line-height: 20px;
  color: #373a36;
  font-family: "Avenir-Book";
}

.breztri-endpoint-detail-block .endpoint-footnote-inhaler h4 {
  font-family: "Avenir-Medium";
  line-height: 20px;
  font-weight: 800;
  color: #373A36;
  font-size: 14px;
  margin-bottom: 15px;
}

.breztri-card-detail-block {
  justify-content: space-around;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.breztri-card-detail-inner {
  margin: 30px 0 40px;
}

.breztri-endpoint-footnote-block {
  max-width: 1020px;
  margin: 0 auto;
}

.breztri-endpoint-footnote-block p {
  font-size: 14px;
  line-height: 20px;
  color: #373a36;
  font-family: "Avenir-Book";
  margin-bottom: 30px;
}

/* USBW3-21906 Breztri HCP January 2026 Update Style end here */

.home-breztri-approvod {
  background: #FDF7E7;
  position: relative;
}

.home-breztri-approvod-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 82px;
}

.home-breztri-approvod::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #F37021;
  background: linear-gradient(90deg,rgba(243, 112, 33, 1) 0%, rgba(240, 178, 36, 1) 50%);
}

.home-approvod-title p {
  line-height: 32px;
  font-weight: 400;
  color: #121312;
  margin-bottom: 0px;
  font-size: 23px;
  font-family: 'Avenir-Book';
  padding: 10px 0;
  letter-spacing: -0.1px;
}

.home-approvod-title p span {
  font-weight: 800;
  font-family: 'Avenir-Medium';
  letter-spacing: -0.1px;
}

.home-approvod-cta a {
  height: 48px;
  border-radius: 50px;
  width: auto;
  background: #121312;
  color: #ffffff;
  padding: 8px 20px;
  display: block;
  text-align: center;
}

.home-approvod-cta a p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Gotham-Book';
  padding: 0;
  margin-bottom: 0;
}

.home-approvod-cta a p span {
  padding-right: 0;
}

.home-approvod-cta a p span::after {
  visibility: hidden;
}

/* USBW3-30816 Breztri HCP Full Launch - JULY Style start here */

.home-breztri-banner-inner {
  padding: 50px 0 50px;
}

.home-breztri-banner {
  background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase3/desktop/home/home-hero-section.jpg);
  min-height: 628px;
}

.home-breztri-title-in {
  max-width: 760px;
}

.home-breztri-title h1 {
  font-size: 61px;
  line-height: 75px;
  margin-bottom: 15px;
}

.home-breztri-title h1 span.for-patient {
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  display: block;
  text-align: right;
  font-family: 'Avenir-Light';
  font-weight: 300;
}

.home-breztri-title h1 span.for-patient b,
.home-breztri-title h1 span.for-patient strong {
  font-family: 'Avenir-Heavy';
}

.home-breztri-title h1 sup {
  font-family: "Avenir-Light";
}

#home-body-bk::before,
#home-body-bk::after {
  visibility: hidden;
}

.home-clinical-cta {
  display: flex;
  justify-content: flex-end;
}

.home-clinical-cta-inner {
  padding: 0;
}

.home-clinical-cta-block {
  padding: 0;
  display: flex;
}

.home-cta-btns-title p {
  font-family: "Avenir-Black";
  font-weight: 900;
  color: #121312;
  font-size: 20px;
  line-height: 26px;
}

.home-clinical-data {
  margin-right: 15px;
}

.home-button-order a {
  border-radius: 48px;
  font-family: 'Avenir-Black';
  font-size: 20px;
  line-height: 26px;
  color: #121312;
  padding: 18px 42px 16px 43px;
  border: #FEE2A0 3px solid;
  display: inline-block;
  background-color: #F0B323;
}

.home-button-order a span {
  position: relative;
  display: inline-block;
  padding-right: 27px;
}

.home-button-order a span::after {
  content: "";
  background: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase3/desktop/home/arrow-right.svg);
  display: inline-block;
  width: 10px;
  height: 14px;
  background-repeat: no-repeat;
  right: 0;
  position: absolute;
  top: 7px;
  background-repeat: no-repeat;
}

.home-button1-order a {
  padding: 19px 31px;
}
.home-button2-order a {
  padding: 19px 31px;
  background-color: #2CD5C4;
  color: #121312;
  border: #DEFFFC 3px solid;
}

.home-button2-order a span {
  padding-right: 34px;
}

.home-button2-order a span::after {
  background: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase3/desktop/home/arrow-right.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 7px;
  right: 0;
  background-repeat: no-repeat;
}

.home-button-order a:hover {
  background: #FDF7E7;
  border: #F0DBAB 3px solid;
  outline: 4px solid #F5EACF;
}

.home-button2-order a:hover {
  background: #FFFFFF;
  border: #96EEE5 3px solid;
  outline: 4px solid #CAFAF6;
  color: #121312;
}

.home-button2-order {
  margin-left: 15px;
}
.home-breztri-banner::after{
  visibility: hidden;
}
.home-breztri-cta-block{
  padding-top: 45px;
}
.home-breztri-cta-block a.internal-links{
  border: 2px solid #2cd5c4;
  background: #373A36;
  padding: 0 20px;
}
.home-breztri-cta-block a.internal-links:hover{
  background: #373A36;
}
.home-breztri-cta-block a.internal-links p{
  font-size: 20px;
  line-height: 63px;
}
.home-breztri-cta-block a.internal-links p span::after{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
} 

.home-banner-endpoint {
  display: flex;
  justify-content: flex-end;
}
.home-banner-endpoint-inner{
  max-width: 705px;
}
.home-banner-description {
  padding: 20px 0 14px;
  width: 672px;
  margin-left: auto;
}
.home-banner-description p{
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  font-family: 'Avenir-Light';
  color: #FFFFFF;
  line-height: 20px;
  margin: 0 0 10px;
  padding-right: 20px;
}
.home-banner-description span.endpoint-title {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  font-family: 'Avenir-Heavy';
  font-weight: 900;
  margin-bottom: 10px;
}
.home-banner-description span.not-acute {
  font-family: 'Avenir-Heavy';
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
}
.home-banner-description .fast-better p:first-child{
  /*margin-bottom: 0;*/
}
.home-banner-description .data-reduction p{
   /*margin-bottom: 5px;*/
}


.home-banner-approval-inner {
  border-radius: 26px;
  border: 1px solid #2CD5C4;
  background: rgba(6, 15, 20, 0.70);
  padding: 25px;
}
.home-banner-approval p{
  color: #FFFFFF;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Avenir-Book';
  font-weight: 400;
}
.home-banner-approval p span.first-only {
  color: #F0B323;
  font-family: "Avenir-Medium";
  line-height: 24px;
  font-weight: 800;
  font-size: 20px;
}







.breztri-endpoint-copd p{
  margin-bottom: 30px;
}
.breztri-endpoint-asthma h3{
  padding-top: 10px;
  padding-bottom: 10px;
}
.breztri-endpoint-detail-block p{
  font-size: 16px;
  line-height: 20px;
  padding-right: 0;
}
.breztri-endpoint-footnote-block .endpoint-footnote p{
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.breztri-endpoint-footnote-block .endpoint-footnote-inhaler h4{
  font-family: "Avenir-Medium";
  line-height: 20px;
  font-weight: 800;
  color: #373A36;
  font-size: 14px;
  margin-bottom: 15px;
}
.breztri-endpoint-footnote-block .endpoint-footnote-copd p{
  font-size: 13px;
  line-height: 16px;
  color: #373A36;
  font-family: "Avenir-Book";
  margin-bottom: 30px;
  font-weight: 350;
  max-width: 1013px;
}
.breztri-card-copdasthma-inner {
  max-width: 1020px;
  margin: 0 auto;
}
.card-copdasthma-inner {
  display: flex;
}
.card-copdasthma {
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.09);
  padding: 35px 30px;
  margin: 0 0 60px;
}
.card-copd-asthma-block {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.card-detail-description h3{
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  font-family: "Avenir-Medium";
  font-style: normal;
  color: #121312;
  max-width: 841px;
}
.card-detail-description h3 sup{
  font-family: 'Avenir-Light';
  font-weight: 300;
}
.card-copd-asthma-block .card-detail-img img{
  width: 103px;
}
.card-copdasthma-cta a{
  border: 3px solid #2CD5C4;
  background: #373A36;
  height: 66px;
  border-radius: 48px;
  max-width: 318px;
  color: #ffffff;
  padding: 0px 20px;
  display: block;
  text-align: center;
  margin: 5px auto 0;
}
.card-copdasthma-cta a:hover {
  background: #FFFFFF;
  border: #96EEE5 3px solid;
  outline: 4px solid #CAFAF6;
  color: #000;
}
.card-copdasthma-cta-btns-title p{
  font-family: "Avenir-Black";
  font-weight: 900;
  color: #ffffff;
  font-size: 20px;
  line-height: 60px;
}
.card-copdasthma-cta a:hover .card-copdasthma-cta-btns-title p{
  color: #000;
}
.card-copdasthma-cta-btns-title span{
  position: relative;
  padding-right: 25px;
  display: block;

}
.card-copdasthma-cta-btns-title span::after {
  content: "";
  background: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase2/desktop/safety/arrow-right-safety-line.svg);
  background-repeat: no-repeat;
  background-size: 23px 23px;
  display: inline-block;
  width: 20px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5px;
}
.card-copdasthma-cta a:hover span::after {
  filter: invert(1) saturate(0) brightness(3);
}
.card-copdasthma-cta a:hover span::after {
  color: #000000;
}

/* USBW3-30816 Breztri HCP Full Launch - JULY Style end here */

@media screen and (min-width: 991px) {
  .home-breztri-banner {
    background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase3/desktop/home/home-hero-section.webp);
    min-height: 600px;
    background-position: center center;
  }
}
@media screen and (min-width: 1600px) {
  .home-breztri-banner {
    min-height: 630px;
    background-position: top center;
  }

  .home-breztri-banner-block {
    position: absolute;
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .home-breztri-banner-block {
    top: 45%;
  }
}
@media screen and (min-width: 1920px) {
  .home-breztri-banner {
    min-height: 900px;
    background-position: top center;
  }
}
@media screen and (max-width: 1200px) {
  .home-breztri-banner {
    background-position: bottom;
  }

  .home-breztri-cta-block a.internal-links {
    width: 270px;
  }

  .home-approvod-title p {
    font-size: 18px;
  }

  .home-approvod-cta a p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 991px) {
  .home-breztri-banner {
    background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/mobile/home/home-hero-section.jpg);
    border-radius: 0;
    background-position: top right;
  }

  .home-breztri-banner-inner {
    padding: 30px 0 20px;
  }

  .home-breztri-title p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-right: 0px;
    max-width: 190px;
  }

  .home-breztri-title h1 {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 25px;
  }

  .home-breztri-cta-block {
    flex-direction: column;
  }

  .home-breztri-cta-block a.internal-links {
    width: 331px;
    margin: 0 auto 15px;
    position: relative;
  }

  .home-breztri-cta-block .button-three a.internal-links {
    margin-bottom: 0;
  }

  .breztri-card-detail-block {
    flex-direction: column;
  }

  .breztri-endpoint-detail-block p {
    padding-right: 0;
  }

  .card-detail-block {
    width: 331px;
    margin: 0 auto 40px;
  }

  .card-detail-block.card-detail-two {
    margin-bottom: 0;
  }

  .card-detail-block.card-detail-three {
    margin-bottom: 0;
  }

  .breztri-card-detail-inner {
    margin: 40px 0 40px;
  }

  .card-detail-block a {
    font-size: 16px;
    line-height: 20px;
  }
  /* USBW3-12006 Breztri HCP Phase 1 NPP Website Updater Style start here */

  .home-breztri-banner {
    background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase1/mobile/home/home-hero-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    background-position: 100% 31%;
  }

  .home-breztri-banner::after {
    background: linear-gradient(
      90deg,
      rgba(243, 112, 33, 1) 0%,
      rgba(240, 178, 36, 1) 50%
    );
  }

  .home-breztri-title p {
    max-width: 320px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .home-breztri-title h1 {
    margin-bottom: 228px;
  }

  .home-breztri-cta-block a.internal-links {
    height: 48px;
    padding: 12px 20px;
  }

  .breztri-cta-btns-title p {
    font-size: 18px;
    line-height: 24px;
    font-family: "Avenir-Medium";
    font-weight: 800;
  }

  .home-breztri-title {
    display: block;
  }

  .home-breztri-title-in {
    padding: 0 0 0 10px;
    max-width: 380px;
  }

  .breztri-cta-btns-title p span::after {
    top: 5px;
    right: 14px;
  }

  .card-detail-block a {
    font-size: 14px;
    line-height: 20px;
  }
  .home-banner-description span.not-acute {
    font-size: 20px;
    line-height: 24px;
  }
  
  .home-banner-description .data-reduction p:last-child{
    margin-bottom: 15px;
  }

  /* USBW3-12006 Breztri HCP Phase 1 NPP Website Updater Style end here */

  /* USBW3-21906 Breztri HCP January 2026 Update Style start here */
  .home-breztri-banner {
    background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase2/mobile/home/home-hero-section.jpg);
  }

  #home-body-bk::before {
    background: linear-gradient(-85deg, rgba(255, 255, 255, 0.8) 66.75%, #c5f1f2 113.99%);
    width: 50%;
    height: 90%;
  }

  #home-body-bk::after {
    background: linear-gradient(85deg, rgba(255, 255, 255, 0.8) 66.75%, #c5f1f2 113.99%);
    width: 50%;
    height: 90%;
  }

  .breztri-card-detail-inner {
    margin: 10px 0 30px;
  }

  .home-breztri-approvod-block {
    height: auto;
    flex-direction: column;
    padding: 20px 0;
  }

  .home-approvod-title p {
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 15px;
    line-height: 24px;
  }

  .home-approvod-cta a {
    width: 309px;
    max-width: 309px;
    padding: 7px 20px 8px;
  }

  .home-approvod-cta a p {
    font-size: 18px;
  }

  /* USBW3-30816 Breztri HCP Full Launch - JULY Style start here */

  .home-breztri-banner-inner {
    padding: 30px 0 30px;
  }
  .home-breztri-banner {
    background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase3/mobile/home/home-hero-section.jpg);
    background-position: center top;
  }
  .home-breztri-title h1 {
    margin-bottom: 250px;
  }
  .home-breztri-title-in{
    max-width: 380px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .home-breztri-title h1 {
    margin-bottom: 300px;
  }
  .home-breztri-title h1 span.for-patient{
    text-align: center;
    font-family: 'Avenir-Light';
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }
  .home-breztri-title h1 span.for-patient b, .home-breztri-title h1 span.for-patient strong{
    font-family: 'Avenir-Light';
  }
  .home-clinical-cta{
    justify-content: center;
  }
  .home-clinical-cta-block{
    flex-direction: column;
  }
  .home-button2-order {
    margin-left: 0;
    margin-top: 10px;
  }
  .home-button-order a{
    display: block;
    border-radius: 40px;
    min-height: 55px;
    max-width: 272px;
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
    line-height: 55px;
  }
  .home-button-order a span::after{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);    
  }
  .home-button2-order a{
    display: block;
    border-radius: 40px;
    min-height: 55px;
    max-width: 272px;
    text-align: center;
    padding: 0 20px;
  }
  .home-button2-order a span{
    padding-right: 27px;
  }
  .home-button2-order a span::after{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 17px;
    height: 14px;
  }
  .home-breztri-banner::after {
    background: none;
  }
  .home-breztri-cta-block {
    padding-top: 35px;
  }
  .breztri-cta-btns-title p{
    font-size: 20px;
    line-height: 66px;
  }
  .breztri-cta-btns-title p span::after{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .home-breztri-cta-block a.internal-links {
    height: 66px;
    padding: 0 20px;
    max-width: 282px;
    margin: 0 auto 20px;
  }  
  .home-banner-endpoint{
    justify-content: center;
  }

  .breztri-endpoint-copd p {
    margin-bottom: 15px;
  }
  .breztri-endpoint-detail-block p {
    font-size: 18px;
    line-height: 24px;
  }
  .breztri-endpoint-asthma h3 {
    padding-top: 20px;
  }
  .breztri-endpoint-asthma p.primary{
    padding-top: 15px;
  }
  .breztri-endpoint-footnote-block .endpoint-footnote p{
    font-size: 14px;
    line-height: 20px;
  }
  .breztri-endpoint-footnote-block .endpoint-footnote-copd p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
    max-width: 340px;
  }
  .card-copdasthma{
    margin: 0 0 30px;
  }

  .home-banner-description{
    padding: 30px 0 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .home-banner-description p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Avenir-Book';
    padding-right: 0;
  } 
  .home-banner-approval-inner{
    margin-top: 20px;
  }

  /* USBW3-30816 Breztri HCP Full Launch - JULY Style end here */
}

@media screen and (max-width: 991px) {
  .home-breztri-title h1 {
    margin-bottom: 700px;
  }
}

@media screen and (max-width: 768px) {
  /* USBW3-12006 Breztri HCP Phase 1 NPP Website Updater Style start here */
  .home-breztri-title-in {
    padding: 0;
  }
  /* USBW3-12006 Breztri HCP Phase 1 NPP Website Updater Style end here */;

  .card-copdasthma{
    padding: 35px 20px;
  }
  .card-copd-asthma-block{
    flex-direction: column;
  }
  .card-copdasthma-cta a{
    margin: 20px auto 0;
  }
  .card-detail-description{
    margin-left: 0;
  }
  .home-breztri-title h1 {
    margin-bottom: 550px;
  }
}

@media screen and (max-width: 677px) {
  .home-breztri-title h1 {
    margin-bottom: 450px;
  }
}

@media screen and (max-width: 480px) {
  .home-breztri-title h1 {
    margin-bottom: 300px;
  }
}

@media screen and (max-width: 414px) {
  .home-breztri-banner-block {
    width: 100%;
    margin: 0 auto;
  }

  .home-breztri-cta-block a.internal-links {
    width: 100%;
  }

  .home-breztri-banner {
    background-position: bottom left;
  }

  .card-detail-block {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 360px;
  }

  .home-approvod-cta a {
    width: 100%;
    max-width: 360px;
    padding: 7px 20px 8px;
  }

  .home-approvod-title p {
    max-width: 350px;
  }

  /* USBW3-30816 Breztri HCP Full Launch - JULY Style start here */
    .home-breztri-banner {
      background-position: bottom center;
    }
    .card-copdasthma{
      padding: 35px 20px;
    }
    .card-copdasthma-cta a{
      padding: 0px 10px;
    }
    .card-detail-description h3{
      max-width: 280px;
    }

    .home-banner-approval p{
      max-width: 266px;
      margin: 0 auto;
    }
    .home-breztri-title h1 {
      margin-bottom: 350px;
    }
  /* USBW3-30816 Breztri HCP Full Launch - JULY Style end here */
}

@media screen and (max-width: 375px) {
  .home-breztri-title h1 {
    font-size: 30px;
  }

  .home-breztri-cta-block a.internal-links {
    margin-right: auto;
    margin-left: auto;
  }

  .card-detail-block {
    width: 100%;
  }
  
}

@media screen and (max-width: 359px) {
  .home-breztri-title h1 {
    font-size: 25px;
  }

  .home-approvod-cta a p {
    font-size: 14px;
  }

  .home-breztri-title-in{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-breztri-title h1 span.for-patient{
    font-size: 15px;
  }

  
  .card-copdasthma-cta-btns-title p{
    font-size: 16px;
  }
  .card-detail-description h3 {
    font-size: 23px;
  }
}

/**PLACEHOLDER - BREZTRI HCP Website ISI Update - April 2026 CSS starts**/
.home-approvod-title p {
  max-width: 850px;
}

.home-approvod-cta a {
  border-image-slice: 1;
  background-image: linear-gradient(90deg, #F37021 0%, #F0B224 49.52%);
}

.home-approvod-cta a {
  height: 43px;
  border-radius: 50px;
  width: 317px;
  color: #ffffff;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.breztri-cta-btns-titles {
  background: #373A36;
  border-radius: 24px;
  margin: 3px;
  padding: 6px 10px 7px 10px;
}
/**PLACEHOLDER - BREZTRI HCP Website ISI Update - April 2026 CSS ends**/