* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font: 16px 'gotham';
  font-weight: 400;
  color: #282828;
}

body p {
  line-height: 1.1em;
}

a, a:active {
  text-decoration: none;
  color: #172660;
}

#text-ba0290d606 a {
  color: #282828;
}

.cmp-searchbox__icon, .cmp-searchbox__clear-icon, .cmp-searchbox__results-inner {
  display: none;
}

#searchbox-main-component .searchbox .cmp-searchbox__inner label[for="search-text-box"] {
  display: none;
}

#searchbox-main-component .searchbox .cmp-searchbox__field {
  width: 25px;
  position: relative;
  display: none;
}

#searchbox-main-component .searchbox {
  position: relative;
  z-index: 9999;
}

[data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay {
  z-index: 9990 !important;
}

[data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay.show {
  position: absolute !important;
}

[data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 101vh !important;
  background-color: #172660 !important;
  padding: 32px 0px 20px 0px !important;
  /*padding: 61px 12px 20px 12px !important;*/
  color: #fff;
}

#explore-navbar + a[role="button"] {
  background: transparent;
}

.ic-header {
  position: relative;
  z-index: 9999;
}

[data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile .cmp-navigation__item {
  border-bottom: 2px solid #273670 !important;
}

#explore-navbar .cmp-navigation__item-text {
  font-size: 14px;
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1.1em;
}

#explore-navbar .cmp-navigation__item-text:hover {
  font-weight: 800;
}

#us-consumers-container [data-enable-hamburger="true"].hamburger-enabled .ic-hamburger .hamburger-title {
  display: none;
}

.cmp-navigation__item-link:focus,
.cmp-navigation__item-link:active,
.cmp-navigation__item-link:visited {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.cmp-navigation__item-link:hover {
  background: none;
}

/* ===============================
   OVERLAY
================================ */
.exit-ramp-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exit-ramp-modal .modal-box {
  background: #fff;
  width: 90%;
  max-width: 360px;
  text-align: center;
  padding: 32px 15px 24px;
  position: relative;
  top: -64px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.exit-ramp-body br {
  content: "";
  display: block;
  margin-bottom: 12px;
}

.exit-ramp-modal .modal__close {
  position: absolute;
  top: 70px;
  right: 30px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  text-align: center;
}

.exit-ramp-modal .modal__closeIcon {
  width: 20px;
  height: 20px;
}

.exit-ramp-modal .modal__closeIcon svg path {
  fill: #e91a77;
}

.exit-ramp-modal .modal__closeLabel {
  display: none;
}

.exit-ramp-title {
  font-family: 'Gotham';
  font-weight: 400;
  /*font-family: 'Gotham-Book';*/
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 28px;
  color: #172660;
  line-height: 19.8px;
}

.exit-ramp-body {
  font-family: 'Gotham';
  font-weight: 400;
  /*font-family: 'Gotham-Book';*/
  font-size: 13px;
  line-height: 14.3px;
  margin-bottom: 24px;
}

.exit-ramp-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.exit-ramp-continue {
  font-size: 14.3px;
  color: #e81b75;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin: auto;
  padding: 3px 10px;
  padding-right: 34px;
  border: 2px solid #e81b75;
  font-family: 'Gotham';
  font-weight: 400;
  /*font-family: 'Gotham-Book';*/
  border-radius: 26px;
  background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_pink-arrow-right-md.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 93%;
}

.exit-ramp-cancel {
  color: #e81b75;
  width: 84px;
  margin: auto;
  cursor: pointer;
  text-align: center;
  background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_arr-pink-left.png);
  background-size: 8px 10px;
  background-position: left;
  background-repeat: no-repeat;
}

/*Header Styles*/

#top-nav-container {
  background-color: #ededed;
}

#top-navbar {
  /*font-family: 'Gotham-Medium';*/
  font-weight: 400;
  font-family: 'Gotham';
  color: #172660;
  padding: 0px 12px;
  max-width: 1002px;
  margin: auto;
}

#top-navbar ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4.5px;
  line-height: 1em;
}

#top-navbar ul li {
  font-size: 9px;
  margin: 0;
  padding: 0px 9.8px 1px 0px;
}

#top-navbar ul li:last-child {
  margin-left: -1.8px;
  padding-bottom: 0.59px;
}

#top-navbar ul li:hover {
  /*font-weight: bold;*/
  font-weight: 800;
}

#top-navbar ul li:not(:first-child):before {
  content: "\2022";
  padding-right: 5px;
  font-size: 11px;
  margin: 0;
  vertical-align: middle;
  /*font-family: 'Gotham-Bold';*/
  font-family: 'gotham';
  font-weight: 400;
}

#top-navbar ul li a {
  text-decoration: none;
  color: #172660;
  line-height: 1em;
}

#top-nav-container .image {
  background-color: white;
}

#up-arrow-header-mobile {
  background-size: contain;
  width: 23px !important;
  height: 12px;
  z-index: 4;
  margin: 0 auto;
  position: relative;
  top: 0px;
}

#us-consumers-container {
  padding: 3px 12px;
  padding-bottom: 6px;
  display: flex;
  justify-content: space-between;
}

#us-consumers-container #us-consumers-text {
  font-size: 8px;
  color: #282828;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#us-consumers-container #us-consumers-text p {
  display: flex;
  justify-content: center;
  align-items: center;
}

#us-consumers-container #us-consumers-text p a {
  color: #282828;
}

#us-consumers-container #us-consumers-text p a:hover {
  text-decoration: none;
}

#HCP-container {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  margin-top: -2px;
}

#explore-navbar {
  font-size: 5px;
}

#explore-navbar ul li {
  display: block;
  padding: 0 12px;
}

#explore-navbar + a[role="button"] {
  position: relative;
  top: -18px;
  left: 12px;
  border: 2px solid #17265F;
  border-top: none;
  border-radius: 0 0 12px 12px;
  height: 30px;
  width: 122px;
  margin-right: 10px;
  margin-top: 8px;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  padding: 0;
  padding-left: 5px;
  z-index: 1;
}

#explore-navbar + a[role="button"]:focus {
  outline: none;
}

.hamburger-wrapper .hamburger {
  display: none;
}

[data-enable-hamburger="true"].hamburger-enabled .ic-hamburger .hamburger-wrapper {
  background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon-explore-hamburger.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex !important;
  width: 16px !important;
  height: 14px !important;
  position: relative;
  top: -0.5px;
  left: -33.5px;
}

[data-enable-hamburger="true"].hamburger-enabled .ic-hamburger[aria-expanded="true"] .hamburger-wrapper {
  width: 21px;
  height: 21px;
  background-image: url('/content/dam/intelligentcontent/brands/bevespi/us/en/images/mobile/icon_close-x.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ic-hamburger.open {
  top: -34.5px !important;
  left: 21px !important;
  width: 98px !important;
}

/**/
.cmp-navigation__item-link {
  display: flex;
  align-items: center;
  width: 100%;
 /* important so arrow can go all the way right */
  ;
}
/* base style for text so icons align properly */
.cmp-navigation__item-text {
  display: flex;
      /* not inline-flex */
  align-items: center;
  flex-shrink: 0;
}

/* BEFORE ICON BASE */
.cmp-navigation__item-text::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

/* SAME AFTER ICON FOR ALL */
.cmp-navigation__item-text::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_pink-arrow-right-md.png") no-repeat center;
  background-size: contain;
  margin-left: auto;
  /*position: relative;*/
  /*left: -15px;*/
  ;
}

.cmp-navigation__item:nth-child(1) .cmp-navigation__item-text::before {
  background-image: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon-explore-link-bevespi-aerosphere.png");
  height: 39px;
  width: 31px;
  background-size: 23px;
  margin: -5px 9px -17px 3px;
}

.cmp-navigation__item:nth-child(2) .cmp-navigation__item-text::before {
  background-image: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_orange-inhaler.png");
  height: 28px;
  width: 27px;
  margin: 1px 17px 0 0;
}

.cmp-navigation__item:nth-child(3) .cmp-navigation__item-text::before {
  background-image: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_orange-steth.png");
  height: 31px;
  width: 24px;
  margin: -1px 20px 0 1px;
}

.cmp-navigation__item:nth-child(4) .cmp-navigation__item-text::before {
  background-image: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_orng-lung-arrow.png");
  height: 26px;
  width: 30px;
  margin: -2px 15px 0 0;
}

.cmp-navigation__item:nth-child(5) .cmp-navigation__item-text::before {
  background-image: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_orange-lung.png");
  height: 29px;
  width: 26px;
  margin: -5px 20px 0 0;
}

.cmp-navigation__item:nth-child(6) .cmp-navigation__item-text::before {
  background-image: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon-explore-FAQ.png");
  margin: 0.5px 14px 0 0px;
  background-size: 28px;
  height: 32px;
  width: 32px;
}

.cmp-navigation__item:nth-child(7) .cmp-navigation__item-text::before {
  background-image: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/SavingsSupportIcon-Dark.png");
  height: 31px;
  /*height: 26px;*/
  width: 30px;
  margin: 8px 15px 0 0;
}

[data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile .cmp-navigation__item:last-child {
  border-bottom: none !important;
}

[data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile .cmp-navigation__item .cmp-navigation__item-link {
  padding: 0;
}


/*[data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile .cmp-navigation__item .cmp-navigation__item-link {*/
/*  padding: 15.3px 0 !important;*/
/*}*/

.cmp-navigation__group > li:nth-of-type(1) a {
  padding: 15.3px 0px !important;
}

.cmp-navigation__group > li:nth-of-type(2) a {
  padding-bottom: 8.5px !important;
  padding-top: 8px !important;
}

.cmp-navigation__group > li:nth-of-type(3) a {
  padding-bottom: 7.5px !important;
  padding-top: 8px !important;
}

.cmp-navigation__group > li:nth-of-type(4) a {
  padding-bottom: 5.5px !important;
  padding-top: 8px !important;
}

.cmp-navigation__group > li:nth-of-type(4) .cmp-navigation__item-text p i {
  font-family: 'Gotham';
  font-size: 12px;
}

.cmp-navigation__group > li:nth-of-type(5) a {
  padding-bottom: 9.5px !important;
  padding-top: 12px !important;
}

.cmp-navigation__group > li:nth-of-type(6) a {
  padding-bottom: 6.5px !important;
  padding-top: 7px !important;
}

.cmp-navigation__group > li:nth-of-type(7) a {
  padding-bottom: 5.5px !important;
  padding-top: 8px !important;
}

/**/

[data-enable-hamburger="true"].hamburger-enabled .ic-hamburger .hamburger-wrapper::after {
  content: "EXPLORE ";
  position: relative;
  top: 0.5px;
  left: 20px;
  display: inline-block;
  margin-right: 0px;
  font-size: 12px;
  vertical-align: middle;
  padding-left: 5px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1.1em;
  color: #17265F;
}

[data-enable-hamburger="true"].hamburger-enabled .ic-hamburger[aria-expanded="true"] .hamburger-wrapper::after {
  content: "CLOSE";
  font-size: 14px;
  color: white;
 /*for mobile menu close button at top*/
  padding-left: 0;
  /*for mobile menu close button at top*/
  top: 0;
  /*for mobile menu close button at top*/
  ;
}

/*[data-enable-hamburger="true"].hamburger-enabled .ic-hamburger[aria-expanded="true"] .hamburger-wrapper::after {*/
/*  content: "CLOSE";*/
/*  color: #ffffff;*/
/*}*/

.color-orange {
  background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_orange-small-arrow-right.png) no-repeat;
  width: 5px;
  height: 7px;
  /*margin-left: 4px;*/
  /*margin-bottom: -1px;*/
  display: inline-block;
  /*background-size: cover;*/
  background-position: center;
  margin-bottom: 0;
  margin-left: 4.5px;
  background-size: contain;
}

#logo-navbar img {
  width: 156px;
}

#logo-container {
  padding: 0 12px;
  margin-top: -17px;
}

#navbar-show-desktop .cmp-accordion__button, #navbar-show .cmp-accordion__button,
#navbar-show-desktop .cmp-accordion__panel, #navbar-show .cmp-accordion__panel {
  padding: 0;
}

#navbar-show-desktop .cmp-accordion__button .to-be-disappear, #navbar-show .cmp-accordion__button .to-be-disappear {
  display: none;
}

#navbar-show-desktop .cmp-accordion__button .show-less, #navbar-show .cmp-accordion__button .show-less,
#navbar-show-desktop .cmp-accordion__icon, #navbar-show .cmp-accordion__icon {
  display: none;
  line-height: 10px;
}

#navbar-show-desktop .cmp-accordion__button .read-more, #navbar-show .cmp-accordion__button .read-more {
  display: inline;
  color: #e81b75;
  font-family: 'Gotham';
  font-weight: 800;
  /*font-family: 'Gotham-Bold';*/
  cursor: pointer;
  line-height: 1em;
}

#navbar-show-desktop .cmp-accordion__button .accordion-inline-text, #navbar-show .cmp-accordion__button .accordion-inline-text {
  line-height: 11px;
}

#navbar-show-desktop .cmp-accordion__button .accordion-inline-text span.nowrap, #navbar-show .cmp-accordion__button .accordion-inline-text span.nowrap {
  white-space: nowrap;
}

#navbar-show-desktop .cmp-accordion__button[aria-expanded="true"] .to-be-disappear, #navbar-show .cmp-accordion__button[aria-expanded="true"] .to-be-disappear {
  display: inline;
}

#navbar-show-desktop .cmp-accordion__button[aria-expanded="true"] .show-less, #navbar-show .cmp-accordion__button[aria-expanded="true"] .show-less {
  display: inline;
  color: #e81b75;
  /*font-family: 'Gotham-Bold';*/
  font-family: 'Gotham';
  font-weight: 800;
  cursor: pointer;
}

#navbar-show-desktop .cmp-accordion__button[aria-expanded="true"] .read-more, #navbar-show .cmp-accordion__button[aria-expanded="true"] .read-more, 
#navbar-show-desktop .cmp-accordion__icon::before, #navbar-show .cmp-accordion__icon::before,
#navbar-show-desktop .cmp-accordion__button--expanded .cmp-accordion__icon::before, #navbar-show .cmp-accordion__button--expanded .cmp-accordion__icon::before {
  display: none;
}

#navbar-show {
  font-size: 8px;
  padding: 0 12px;
  margin-top: 5.2px;
  margin-bottom: 1.5px;
}

#navbar-show-desktop {
  margin-left: -1px;
  margin-top: 12px;
}

#navbar-show .cmp-accordion__title, #navbar-show-desktop .cmp-accordion__title {
  text-indent: -5px;
  font-size: 10px;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 11px;
  padding: 0 7px 0px 0px;
}

#navbar-show .cmp-accordion__title {
  font-size: 8px;
  padding: 0 12px 2px 7px;
  line-height: 11.2px;
}

#navbar-show .accordion-inline-text::before {
  content: "•";
  position: relative;
  left: -2px;
}

#navbar-show-desktop .accordion-inline-text::before {
  content: "•";
  position: relative;
  left: -2px;
}

#footer-container {
  background-color: #f0f0f0;
}

#footer-container-inside {
  max-width: 1002px;
  margin: auto;
}

#footer-container-inside ul {
  /*margin: 20px 0 22px 0;*/
  margin: 22px 0 23.5px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 17px;
}

#footer-container-inside ul li {
  padding: 7px 12px;
  padding-top: 7px;
  height: 27.2px;
  /*padding: 4.5px 12px;*/
  /*padding-top: 6px;*/
  ;
}

#footer-container-inside ul li:first-child, #footer-container-inside ul li:nth-child(2) {
  height: 30.53px;
}

/*#footer-container-inside ul li:first-child {*/
/*  padding-bottom: 8px;*/
/*}*/

#footer-container-inside ul li a {
  color: #172660;
  font-size: 12px;
  text-decoration: none;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 1.1em;
}

#footer-text p {
  line-height: 1.1em;
}

.footer-Links li:nth-child(1) a, .footer-Links li:nth-child(2) a {
  display: block;
  margin-top: -1.2px;
}

#footer-container-inside ul li a img {
  position: relative;
  top: 3px;
}

#footer-container-inside ul li a:hover {
  /*font-family: 'Gotham-Bold';*/
  font-family: 'gotham';
  font-weight: 500;
}

#footer-text {
  padding: 1px 12px;
  font-size: 12px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

/*#footer-text span {*/
/*  margin-right: 110px;*/
/*}*/

#footer-logo img {
  width: 94px;
  margin: 40px 0 14.5px 12px;
  margin-right: 0;
}

#navbar-desktop {
  display: none;
}

#navbar-desktop {
  min-height: 132px;
  max-width: 1002px;
  margin: auto;
}

#logo-container-desktop img {
  width: 290px;
}

#navbar-text-desktop {
  font-size: 10px;
  max-width: 360px;
  line-height: 1em;
  margin-top: -15px;
}

#us-consumers-text-desktop a {
  color: #282828;
  line-height: 1em;
}

#us-consumers-text-desktop a:hover {
  text-decoration: none;
}

#us-consumers-text-desktop p {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'Gotham';
  font-weight: 400;
}

/*ISI Styles*/

#isi-content-container-second .cmp-highlightinfo h3 {
  max-width: 1027px;
  /*max-width: 1002px;*/
  margin: auto;
  justify-content: space-between;
  padding: 0 12px;
}

#isi-top-list-container {
  background-color: #0f1d53;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ISI-content-fragment {
  margin-top: 43px;
  padding: 6px 12px;
  padding-left: 10px;
}

#isi-content-container-second-first p {
  font-size: 14px;
  color: #f58321 !important;
  font-family: 'gotham';
  font-weight: 400;
}

#isi-content-container-second {
  max-width: 1002px;
  margin: auto;
}

.highlighted-isi {
  /*font-family: 'Gotham-Medium';*/
  /*font-weight: 400;*/
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 14px;
  margin: 12px 0;
  color: #f58321;
  line-height: 1em;
}

#isi ul li::before {
  content: "•";
  position: relative;
  top: 1px;
  left: -4px;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 13px;
}

#isi ul li b {
  /*font-weight: 400;*/
  /*font-family: 'Gotham-Medium';*/
  font-family: 'Gotham';
  font-weight: 500;
}

#isi ul li {
  margin: 8px 0;
  margin-bottom: 10px;
}

#isi ul {
  font-size: 13px;
  padding: 3px 0px 11px 14px;
  margin: 0;
  list-style-position: inside;
  text-indent: -8px;
  line-height: 1.1em;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#isi ul li span.nowrap {
  white-space: nowrap;
}

#isi {
  font-size: 13px;
}

.isi-sticky-container ul {
  max-width: 1024px;
  /*max-width: 1002px;*/
  margin: auto !important;
  margin-top: 6px !important;
}

.isi-sticky-container ul li {
  margin-bottom: 10% !important;
  margin-top: 0 !important;
  padding-left: 10px;
  width: 97%;
  /*width: 99%;*/
  ;
}

#isi-approved-flex {
  margin-bottom: 45px;
  margin-top: -5px;
}

.isi-last-content-last-one {
  font-weight: bold;
}

.isi-last-content-last-one a {
  /*font-family: 'Gotham-Medium';*/
  /*font-weight: normal;*/
  font-family: 'Gotham';
  font-weight: 500;
}

#isi-approved-flex p b {
  /*font-family: 'Gotham-Medium';*/
  /*font-weight: normal;*/
  font-family: 'Gotham';
  font-weight: 500;
}

#isi-approved-flex img {
  width: 9px;
  position: relative;
  top: 3px;
  margin-left: 4px;
}

#isi-approved-flex img.usa-flag {
  width: 25px !important;
  height: 14px !important;
}

#isi ul .isi-second-ul {
  padding: 5px 0px 0px 12px;
  /*padding: 5px 0px 11px 12px;*/
  ;
}

#bevespi-isi-section > ul:nth-of-type(2) {
  padding-bottom: 0;
  padding-top: 6px;
}

#bevespi-isi-section > ul:nth-of-type(2) ~ p {
  padding-left: 2px;
}

#approved-use-section {
  padding-left: 2px;
  margin: 12px 0;
  margin-bottom: 10px;
  font-size: 13px;
}

.isi-last-content {
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  margin-top: 4px;
  font-size: 13px;
}

.isi-last-content a {
  text-decoration: underline;
  color: #f58321;
}

#isi-last-content-i {
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  margin-top: -1px;
}

#isi-last-content-i img {
  top: 0;
  width: 10px;
  margin-top: 4px;
  margin-left: 0px;
}

#isi-content-container-second-first .highlighted-isi:first-child {
  margin-top: 8px;
  margin-bottom: 13px;
}

#isi-content-container-second-first p:has(+ ul) {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'Gotham';
  font-weight: 500;
  margin-top: 1px;
}

#isi-content-container-second-first p:has(+ ul) > b {
  font-weight: 500;
  display: block;
  /*margin-bottom: 2px;*/
  /*margin-top: -20px;*/
  margin-bottom: 1.5px;
  margin-top: -19.5px;
  padding-left: 1.5px;
  line-height: 14.3px;
}

#isi ul sub {
  font-size: 8px;
  vertical-align: bottom;
  position: relative;
  top: 6px;
}

#isi p {
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#isi-content-container-second-first .highlighted-isi:not(:first-of-type) {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 11px;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 1em;
}

#isi-content-container-second-first p:has(+ p.highlighted-isi) {
  margin-top: -10px;
}

#usa-flag {
  margin-top: 2.5px;
  margin-bottom: 10.5px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#usa-flag .isi-last-content {
  font-size: 14px;
  display: flex;
  align-items: center;
}

#usa-flag .usa-flag {
  width: 25px;
  height: 14px;
  margin: 0;
  margin-right: 6px;
  top: 1.5px;
}

#isi-footer-top {
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

.isi-last-content a:hover {
  font-weight: bold;
}

.isi-last-content-pink a:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #282828;
}

#section-fourth-home .side-arrow {
  margin-left: 45px;
}

.side-arrow {
  width: 16px;
  height: 29px;
  margin-left: 5px;
  object-fit: cover;
}

#section-two-text {
  padding: 32px 0;
  padding-bottom: 30px;
}

#section-third-container {
  /*max-width: 90%;*/
  margin: auto;
  /*margin-top: 20px;*/
  margin-top: -3px;
}

#breathing-room-container {
  margin-top: 10px;
}

#breathing-room-container .section-two-heading {
  line-height: 1.1em !important;
  margin-top: 1px;
  margin-bottom: 20px;
}

#breathing-room-container .breathing-room-description {
  font-size: 14px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#breathing-room-container h3 {
  font-size: 14px;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'Gotham';
  font-weight: 500;
  margin-bottom: 9px;
}

#breathing-room-container .isi-last-content-pink {
  margin-bottom: 35px;
}

#breathing-room-container .side-arrow {
  margin-left: 15px;
}

#section-third-container .isi-last-content-pink {
  margin-bottom: 20px;
}

#section-fourth-home #section-third-container .isi-last-content-pink {
  margin-bottom: 10px;
}

.isi-last-content-pink a img:first-child {
  width: 55px;
  height: auto;
}

.isi-last-content-pink a img:nth-child(2) {
  width: 16px;
  height: 29px;
}

#section-fourth-home .cmp-container__backgroundImage--enabled {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top;
  margin: 0 12px 25px 12px;
}

.isi-last-content-pink a:hover {
  text-decoration: none;
  color: #f03285;
}

.isi-last-content-pink a i {
  font-size: 14px;
  max-width: 190px;
  line-height: 1.1em;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  margin-top: 4px;
  margin-left: 1px;
}

#section-fourth-home .isi-last-content-pink a i {
  margin-top: 3px;
}

#section-fourth-home .isi-last-content-pink a .side-arrow {
  margin-top: 2px;
  margin-left: 44px;
}

/*.highlightinformationv2 .cmp-highlightinfov2 {*/
/*  max-height: 144px !important;*/
/*}*/


.isi-top-list-ul li {
  font-size: 13px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1.1em;
  margin: 6.5px 0;
  text-indent: -2px;
  list-style: none;
}

.cmp-highlightinfo__container {
  background: #0f1d53 !important;
  padding: 0 !important;
}

.cmp-highlightinfo__button {
  width: 5% !important;
  text-align: left !important;
  height: 51.5px;
  padding: 6px 12px;
  padding-bottom: 8px !important;
  background-color: #0f1d53;
  color: white;
  justify-content: center !important;
  /*justify-content: space-between !important;*/
  ;
}

.cmp-highlightinfo__content {
  width: 100% !important;
  /*width: 65% !important;*/
  ;
}

.cmp-highlightinfo__button:hover {
  text-decoration: none;
}

.cmp-highlightinfov2 h3 {
  width: 102% !important;
  padding-left: 1px !important;
}

.cmp-highlightinfov2__content {
  width: 100% !important;
  background: white;
  padding: 6px 24px;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-bottom: 0 !important;
}

#StickyWrapper .cmp-highlightinfov2__content ul li::before {
  content: "•";
  position: absolute;
  left: 14px;
  top: 65px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  color: rgb(23, 38, 96);
  font-size: 15px;
}

.cmp-highlightinfov2__content ul li sub {
  vertical-align: bottom;
  position: relative;
  top: 6px;
  font-size: 7.8px;
}

.cmp-highlightinfo__content ul {
  list-style: unset;
}

.cmp-highlightinfo__content a {
  text-decoration: none;
}

.cmp-highlightinfov2__container {
  padding: 0 !important;
}

#ISI-content-fragment .cmp-highlightinfov2__container {
    /*background: #0f1d53;*/
  margin-top: -13px;
  box-shadow: none;
}

.cmp-highlightinfo__content p {
  color: #f58321;
  font-size: 14px;
  font-weight: 700 !important;
  display: block;
  padding-top: 2px !important;
}

.cmp-highlightinfo__text {
  display: none;
}

.cmp-highlightinfo__icon {
  visibility: visible;
  padding: 1px 7px !important;
  padding-bottom: 0 !important;
}

.fa-chevron-down:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_blue-plus.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 2.5px;
  /*left: 7px;*/
  ;
}

.cmp-highlightinfov2__title {
  font-family: 'gotham';
  display: block;
  color: #f58321;
  padding-top: 0;
  /*margin-left: 188.5px;*/
  font-weight: 100 !important;
}

.cmp-highlightinfov2__title .isi-head {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'gotham';
  font-weight: 500;
}

.cmp-highlightinfov2__header {
  background: #0f1d53;
  /*margin-bottom: -6px;*/
  height: 51.5px !important;
  /*margin-bottom: -15px;*/
  ;
}

#isi-content-container-second-first {
  margin-top: -15px;
}

.cmp-highlightinfov2__button {
  width: 32% !important;
  text-align: left !important;
  height: 41.5px;
  /*padding: 6px 12px;*/
  padding: 0;
  padding-top: 6px;
  padding-bottom: 8px !important;
  background-color: #0f1d53;
  color: white;
  display: flex;
  justify-content: space-between !important;
}

.cmp-highlightinfov2__button .cmp-highlightinfov2__text {
  display: none;
}

.cmp-highlightinfov2__icon::before {
  content: "" !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_blue-plus.png);
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0.5px;
  left: 53.5px;
  visibility: visible;
}

.cmp-highlightinfov2.initial-sticky .visibility-hidden {
  visibility: hidden;
}

.cmp-highlightinfov2:not(.initial-sticky) .visibility-hidden {
  visibility: visible;
  display: block !important;
}

#isi ul {
  padding-right: 0;
}
/*ISI Styles*/

/*Hero Section Styles*/

div:has(> #hero-parent-text-container) {
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#hero-parent-text-container {
  /*max-width: 1138px;*/
  margin: auto;
  max-width: 90%;
}

#hero-parent-text-container-first {
  display: flex;
  gap: 75px;
  flex-wrap: wrap;
}

#hero-parent-text-container-first > #hero-left-col,#hero-parent-text-container-first > #hero-right-col {
  flex: 1 1 0;
  min-width: 0;
}

#hero-right-col-top {
  background: #e82474;
  border-radius: 0 0 25px 25px;
  width: 310px;
  text-align: center;
  padding: 7px 10px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  /*top: -300px;*/
  gap: 2px;
  margin-left: 0;
  left: 176px;
  height: 72px;
  top: -294px;
  /*left: 168px;*/
  transform: translateY(-50%) translateX(-50%);
  color: white;
}

#hero-right-col-top .saving_text {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 14px;
  font-size: 10px;
}

#hero-right-col-top .saving_text sup {
  vertical-align: middle;
  position: relative;
  top: -4px;
  font-size: 9px;
}

#bevespi-hero-savings-card-text p sup {
    /*vertical-align: middle;*/
  position: relative;
  top: 0px;
  font-size: 10px;
  margin-left: 0px;
}

#hero-right-col-top .click_here {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 14px;
  width: 62%;
  text-align: center;
  font-size: 10px;
  font-style: italic;
}

#hero-right-col-top .click_here a {
  text-decoration: underline;
  color: white;
}

#hero-left-col {
  margin-top: 85px;
}

#left-col-text-1 {
  font-size: 14px;
  margin-bottom: 6px;
  width: 280px;
  max-width: 270px;
  font-weight: bold;
  color: white;
  padding: 0;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#left-col-text-2 {
  font-size: 20px;
  margin-bottom: 6px;
  padding: 0;
  max-width: 280px;
  padding-right: 45px;
  color: white;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#left-col-text-2 h1 {
  line-height: 1em !important;
  font-size: 20px;
  font-weight: 400;
}

#left-col-text-3 {
  font-size: 9px;
  margin-bottom: 7px;
  color: white;
  padding: 0;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
}

#left-col-text-3 p b {
  font-weight: 800;
}

#left-col-text-4 {
  max-width: 262px;
  font-size: 10px;
  color: white;
  padding: 0;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 100;
}

#left-col-text-4 .left-col-text-4-inside b {
  display: inline-block;
  line-height: 1.1em !important;
  font-size: 9px;
  margin-top: 1px;
  font-weight: 800;
}

#left-col-text-4 p span:last-child {
  white-space: nowrap;
}

#left-col-text-4 p b {
  font-size: 10px;
  color: white;
  padding: 0;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
}

#bevespi-hero-savings-card img {
  width: 150px;
  height: auto;
}

#bevespi-hero-savings-card-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -138px;
  margin-left: -5px;
}

.first-span {
  margin-right: 0;
}

#bevespi-hero-savings-card-text {
  max-width: 364px;
  position: relative;
  left: 6px;
  width: 163px;
  font-size: 10px;
  /*font: 10px 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 100;
  color: white;
  text-indent: -7px;
  margin-top: -1px;
  padding-top: 4px;
}

#bevespi-hero-savings-card-text a {
  text-decoration: underline;
  color: white;
}

#bevespi-hero-savings-card-text a:hover {
  text-decoration: underline;
  color: white;
}

#openforbreathing {
  display: flex;
  align-items: center;
  margin-top: 7px;
  margin-left: -8px;
  gap: 10px;
}

#openforbreathing_img1 img {
  width: 130px;
  height: auto;
}

#openforbreathing_img2 img {
  width: 164px;
  height: auto;
  margin-top: -5px;
  /*margin-left: 15px;*/
  ;
}

#top-scroll-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
  top: 6px;
  margin-top: -6px;
  gap: 1px;
}

#top-scroll {
  color: white;
  padding: 0;
  margin-left: -1px;
}

#top-scroll p {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  font-size: 10px;
}

#icon-pink_arrow_down {
  width: 21px;
  height: 21px;
}

#bg_hero-home-mobile-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

#bg_hero-home-mobile-arrow img {
  width: 44px;
  height: 20px;
  position: relative;
}

#how-to-use-bevespi #bg_hero-home-mobile-arrow img {
  width: 38px;
  height: auto;
  position: relative;
}

/*Hero Section Styles*/

/*Section Second Styles*/
#section-two, #section-third {
  /*width: 90%;*/
  margin: auto;
  padding: 0 20px;
}

.section-two-heading {
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #172660;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  /*line-height: 1em !important;*/
  line-height: 25.3px !important;
}

.section-two-para .section-two-heading {
  max-width: 200px;
  line-height: 1.1em !important;
  margin-top: 48px;
  margin-bottom: 15px;
}

#section-two p {
  margin: 14px 0;
  font-size: 14px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#section-two p .individual {
  display: block;
  font-size: 12px;
  margin-top: -3px;
  margin-bottom: 16px;
}

#section-two .home-two-24-weeks-para {
  margin-top: 16px;
}

#third-down-arrow {
  width: 50px;
}

#section-third {
  background-color: #f6f6f6;
  padding: 0 12px;
}

#taking-bevespi-home {
  margin-top: 22px;
  margin-bottom: 30px;
}

#taking-bevespi-home .section-two-heading {
  margin-bottom: 0;
  line-height: 1.1em;
}

#taking-bevespi-home .isi-last-content-pink a {
  margin-left: -3px;
}

#taking-bevespi-home .isi-last-content-pink a i {
  margin-top: 3px;
}

#taking-bevespi-home .isi-last-content-pink a .side-arrow {
  margin-left: 16px;
  margin-top: 6px;
  max-width: 188px;
  margin-right: 2px;
}

.section-two-inside-text-p {
  padding-bottom: 15px;
  padding-top: 2px;
  font-size: 14px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#cpcd-photo img {
  width: 200px;
  margin: auto;
  margin-bottom: 14px;
  margin-top: 23px;
}

#bevespi-inhaler img {
  height: 171px;
  width: auto;
  margin: auto;
  margin-top: 22px;
}

#breathing-room img {
  height: 60px;
  width: auto;
  margin-top: 33px;
  margin-bottom: 32px;
  margin-left: 53px;
}

/*Section Second Styles*/





/*COPD Page Styles*/

#how-to-use-bevespi-main .cmp-container__backgroundImage--enabled {
  min-height: 149px;
  background-position: top center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bevespi-side-effects .cmp-container__backgroundImage--enabled {
  min-height: 134.6px;
  background-position: center;
  margin: 0;
  display: flex;
  align-items: center;
}

#how-to-use-bevespi-main #copd-section-1-text {
  margin-left: 4px;
}

#bevespi-side-effects-hero #copd-section-1-text {
  width: 187px;
  margin-left: 0;
}

#talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text {
  width: 100%;
}

#bevespi-side-effects #bg_hero-home-mobile-arrow {
  margin-left: 4px;
  margin-top: -1px;
  opacity: 1;
}

#bevespi-side-effects-accordian {
  margin-top: 41px;
}

#bevespi-side-effects-accordian .cmp-accordion__button {
  flex-direction: row-reverse;
  padding: 0;
  justify-content: flex-end;
  gap: 5px;
}

#bevespi-side-effects-accordian .cmp-accordion__panel {
  padding: 16px 12px;
  margin-bottom: -40px;
}

#bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-a3a4d36377-button {
  margin-top: -2px;
  margin-bottom: -2px;
}

#bevespi-side-effects-accordian-item-abe57cd369-panel .faq-accordian-learn-more a:first-of-type {
  margin-bottom: 12px !important;
}

#bevespi-side-effects-accordian .bevespi-side-effects p {
  font-size: 14px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#bevespi-side-effects-accordian .bevespi-side-effects span {
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 14px;
}

#bevespi-side-effects-accordian .bevespi-side-effects p b {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 700;
}

#bevespi-side-effects-accordian .bevespi-side-effects ul {
  list-style: none;
  padding-left: 5px;
  padding-top: 13px;
  margin-left: 0;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  padding-bottom: 12px;
}

#bevespi-side-effects-accordian .bevespi-side-effects ul sub {
  font-size: 8.4px;
  vertical-align: bottom;
  position: relative;
  top: 6px;
}

/* Position anchor */
#bevespi-side-effects-accordian .bevespi-side-effects ul li {
  position: relative;
  padding-left: 11px;
  margin-bottom: 14px;
  line-height: 1.1em;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 14px;
  text-indent: -1px;
}

#bevespi-side-effects-accordian .bevespi-side-effects ul .bevespi-side-effects-ul-li-fourth-acc-first {
  margin-right: -1px;
}

#bevespi-side-effects-accordian .bevespi-side-effects ul .bevespi-side-effects-ul-li-fourth-acc-second {
  margin-right: -3px;
}

#bevespi-side-effects-ul ul {
  padding-top: 10px !important;
}

#bevespi-side-effects-ul ul li {
  padding-left: 3px !important;
  margin-bottom: 10px !important;
}

#bevespi-side-effects-ul-second {
  padding-top: 9px !important;
  padding-bottom: 0px !important;
  margin-bottom: 15px;
}

#bevespi-side-effects-ul-second li {
  padding-left: 3px !important;
  margin-bottom: 10px !important;
}

#bevespi-side-effects-check-para-one {
  margin-bottom: 13px !important;
  margin-left: 13px;
  margin-top: 0px;
  line-height: 15.6px;
}

#bevespi-side-effects-check-para-one-margin {
  margin-right: -2px;
}

#bevespi-side-effects-last-para span {
  white-space: normal;
}

#bevespi-side-effects-check-para-second {
  margin-top: -12px;
}

#bevespi-side-effects-ul-third {
  padding-bottom: 14px !important;
}

#bevespi-side-effects-ul-third li:first-child {
  margin-bottom: 14px !important;
  padding-top: 0;
  margin-top: 1px;
}

#bevespi-side-effects-ul-third li:nth-child(2) {
  margin-bottom: 0px !important;
}

#bevespi-side-effects-last-para {
  margin-bottom: 14px;
}

#bevespi-side-effects-last-one-para {
  margin-bottom: 16px;
}

#bevespi-side-effects-ul li:last-of-type {
  margin-bottom: -4px !important;
}

#bevespi-side-effects-accordian .bevespi-side-effects ul li a {
  text-decoration: none;
  color: #e81b75;
}

#bevespi-side-effects-accordian .bevespi-side-effects ul li b {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 700;
}

/* Custom bullet */
#bevespi-side-effects-accordian .bevespi-side-effects ul li::before {
  content: "•";
  position: absolute;
  left: 0px;
  top: 0px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  color: rgb(23, 38, 96);
  font-size: 14px;
}

#bevespi-side-effects-accordian #bevespi-side-effects-ul ul li::before,
#bevespi-side-effects-accordian #bevespi-side-effects-ul-second li::before,
#bevespi-side-effects-accordian #bevespi-side-effects-ul-rash li::before,
#bevespi-side-effects-accordian #bevespi-side-effects-ul-tremor li::before {
  content: "◦";
  position: absolute;
  left: -6px;
  top: 0.5px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  color: rgb(23, 38, 96);
  font-size: 14px;
}

#bevespi-side-effects-accordian .cmp-accordion__icon {
  padding: 0 12px;
}

#bevespi-side-effects-accordian .cmp-accordion__icon::before {
  content: "" !important;
  display: block;
  width: 40px;
  height: 40.47px;
  background-image: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_accrdn-arr-dwn.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  top: -0.5px;
  left: 0.45px;
}

#bevespi-side-effects-accordian .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
  content: "" !important;
  background-image: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_accrdn-arr-up.png");
}

#bevespi-side-effects-accordian .cmp-accordion__title {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  color: #e81b75;
  line-height: 1.1em;
  font-weight: 700;
  font-size: 14px;
  max-width: 292px;
  padding: 0 12px;
  padding-top: 2px;
}

#bevespi-side-effects-accordian .cmp-accordion__item {
  padding: 24px 0;
  padding-bottom: 25px;
}

#bevespi-side-effects-accordian .cmp-accordion__item:nth-child(odd) {
  background-color: #f6f6f6;
}

#bevespi-side-effects-accordian .cmp-accordion__item:nth-child(even) {
  background-color: #e9ebec;
}

#bevespi-side-effect-link {
  padding: 0 12px;
  margin-top: 25px;
  padding-bottom: 28px;
}

#bevespi-side-effect-link a {
  color: rgb(232, 27, 117);
  font-size: 14px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1rem;
}

#bevespi-side-effect-link a:hover {
  text-decoration: none;
}

#bevespi-side-effect-link a::after {
  content: "";
  background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_pink-arrow-right-md.png);
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 7px;
}

#bevespi-side-effect #next-global-link-text {
  width: 308px;
}

#how-to-use-bevespi #next-global-link-text {
  width: 248px;
}

#bevespi-side-effect-check-one {
  margin-top: 14px;
  margin-bottom: 1px;
}

#bevespi-side-effects-check-second-accordian-ul {
  margin-top: 2px !important;
}

#bevespi-side-effects-check-second-accordian-ul ul {
  padding-top: 14px !important;
}

#bevespi-side-effects-check-second-accordian-ul li {
  line-height: 15.5px !important;
  margin-bottom: 12px !important;
}

#bevespi-side-effects-check-second-accordian-ul li:nth-child(2) {
  margin-bottom: 4px !important;
}

#bevespi-side-effects-check-third-accordian-ul-first {
  padding-top: 0 !important;
  padding-left: 5px !important;
  margin-top: 14px;
}

#bevespi-side-effects-check-third-accordian-para-two {
  line-height: 1em;
}

#bevespi-side-effects-check-third-accordian-ul li {
  margin-bottom: 14px;
  margin-top: 1px;
}

#bevespi-side-effects-check-third-accordian-para {
  margin-top: -12px;
  margin-bottom: 14px;
  line-height: 1.1em;
}

#bevespi-side-effects-check-third-accordian-ul {
  padding-top: 19px !important;
  padding-left: 5px !important;
  margin-top: -5px;
  padding-bottom: 0 !important;
}

#bevespi-side-effects-check-third-accordian-para-third {
  margin-bottom: 16px;
  margin-top: 0px;
}

#bevespi-side-effects-fourth-accordian {
  margin-top: 3px;
  margin-bottom: 1px;
}

#bevespi-side-effects-check-third-accordian-para span {
  white-space: nowrap;
}

#bevespi-side-effects-check-fourth-accordian p:first-of-type {
  margin-top: 2px;
  line-height: 16px;
}

#bevespi-side-effects-last-para p:last-of-type {
  margin-top: 15px;
  margin-bottom: 17px;
}

#bevespi-side-effects-very-last-para {
  margin-bottom: 14px;
}

#bevespi-side-effects-very-last-para p:last-of-type {
  margin-top: 14px;
  margin-bottom: 16px;
}

#bevespi-side-effects-ul-rash {
  padding-top: 8px !important;
  padding-bottom: 0px !important;
  margin-bottom: 12px;
}

#bevespi-side-effects-ul-rash li {
  padding-left: 3px !important;
  margin-bottom: 10.5px !important;
}

#bevespi-side-effects-ul-tremor {
  margin-top: -4px;
}

#bevespi-side-effects-ul-tremor li {
  margin-bottom: 10px !important;
  padding-left: 3px !important;
}

#bevespi-side-effects-ul-tremor li:last-of-type {
  margin-bottom: -11px !important;
  padding-left: 3px;
}

#bevespi-side-effects-last-para span, #bevespi-side-effects-last-one-para span {
  white-space: nowrap;
}

#bevespi-side-effects-very-last-para span {
  white-space: normal;
}

.span-nowrap {
  white-space: nowrap;
}

/*div:has(> #copd-section-1) {*/
/*  margin: 0;*/
/*  min-height: 159px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*}*/

  
#copd-treatment .cmp-container__backgroundImage--enabled {
  min-height: 160px;
  background-size: cover;
  margin: 0;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  background-position: center;
}

#copd-section-1-text {
  width: 58%;
  max-width: 1002px;
  margin: auto;
  margin-left: 12px;
  line-height: 25.3px;
}

#copd-section-1-text h1 {
  font-size: 23px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  color: #172660;
  margin-top: -4px;
}

#how-to-use-bevespi #copd-section-1-text h1 {
  color: #172660;
  margin-top: -20px;
}

#bevespi-side-effects-hero #copd-section-1-text h1 {
  color: #172660;
  margin-top: -5px;
  font-size: 23px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  margin-left: 12px;
}

#cpcd-section-one-image {
  padding: 0 12px;
}

#cpcd-section-one-image img {
  width: 77px;
}

#copd-section-2-inside {
  display: flex;
  gap: 0;
  color: #172660;
  /*margin: 30px 0;*/
  margin: 15px 0;
  margin-bottom: 28px;
}

#copd-section-2-text {
  max-width: 284px;
  padding-right: 20px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  padding-top: 1px;
}

.copd-section-2-para-one {
  font-size: 20px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

.copd-section-2-para-one > span {
  white-space: nowrap;
  font-size: 19px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

p.copd-section-2-para-one > b > span {
  font-size: 19px;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 700;
  white-space: nowrap;
}

.copd-section-2-para-one b {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 700;
}

.copd-section-2-para-two {
  font-size: 14px;
  margin: 15px 0;
}

.copd-section-2-para-two b {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 800;
}

.copd-section-2-para-three {
  font-size: 12px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}


/*Section-third*/

#copd-section-third-container {
  /*background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg-section-new.png);*/
  /*background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/how-section-3-bg-mobile-arrow.png);*/
  background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/how-section-3-bg-mobile-arrow.png) no-repeat top center, 
  url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg-section-new.png) no-repeat center;
  background-size: 46px 20px, cover;
}

#how-section-3-bg-mobile-arrow {
  position: absolute;
  left: 41%;
  bottom: 11px;
  height: 19px;
  width: 43px;
}

#copd-section-third {
  padding: 0 12px;
}

.copd-section-3-heading {
  font-size: 23px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  margin-top: 32px;
  margin-bottom: 40px;
  line-height: 1.1em;
  color: #172660 !important;
}

.copd-section-4-heading {
  font-size: 23px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 0px;
  line-height: 1.1em;
  color: #172660 !important;
}

#copd-section-fourth-container .copd-section-3-para {
  margin: 4px 0 -6px 0;
}

#copd-section-fourth-container .copd-section-3-para span {
  margin-top: 22px;
  display: block;
}

.copd-section-3-para {
  font-size: 14px;
  margin: 20px 0 14px 0;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

.copd-section-3-para p span {
  white-space: nowrap;
}

.copd-section-3-para p:last-child {
  margin-top: 16px;
}

.copd-section-3-para b {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 700;
}

#copd-section-fourth-container #copd-section-third-image img {
  width: 277px;
  height: 100%;
  padding-top: 30px;
  margin-left: 0;
  margin: auto;
  margin-top: 0;
}

#copd-section-third-image-masking img {
  height: auto;
  /*width: 263px;*/
  height: 221px;
  width: 147px;
  margin: auto;
  margin-top: 0px;
  /*margin-top: -14px;*/
  left: 109.5px;
}

#copd-section-third-image-masking {
  /*margin-bottom: -20px;*/
  height: 229px;
}

#copd-section-fourth-container #copd-section-third-link {
  padding: 26px 49px 21px 5px;
  margin-top: 34px;
}

#copd-section-third-link {
  border-top: 1px solid #ccc;
  padding: 32px 49px 35px 0;
  width: 100%;
  margin: 0;
  margin-top: 25px;
  /*margin: 0 12px;*/
  ;
}

#copd-section-third-link a {
  color: #e81b75;
  font-size: 14px;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  line-height: 1em;
}

#copd-section-third-link a:hover {
  text-decoration: none;
}

#copd-section-third-link a:after {
  content: '';
  background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_pink-arrow-right-md.png);
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 7px;
}
/*Section-third*/

/* First span */

#next-global-link {
  overflow-x: hidden;
}

#next-global-link-text {
  width: 308px;
 /*Best for COPD treatment*/
  /*width: 248px;*/
  float: right;
  display: flex;
  align-items: center;
  height: 64px;
  background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/next_bar.jpg) no-repeat;
  background-size: cover;
  opacity: 1;
  transition: none;
  margin-bottom: 1px;
}

#next-global-link-text a {
  width: 308px;
  height: 64px;
  justify-content: flex-start;
}

#next-global-link-text a:active {
  color: #fff;
}

.taking-bevespi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: white;
}

#next-global-link-text .taking-bevespi:hover {
  text-decoration: none;
}

#next-global-link-text:hover {
  font-family: 'Gotham';
}

#next-global-link-text .taking-bevespi span:nth-child(2) {
  font-size: 12px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 13px;
  margin-left: 2px;
  margin-top: 2px;
}

#next-global-link-text:hover .taking-bevespi span:nth-child(2) {
  /*font-family: 'Gotham-Bold';*/
  font-family: 'Gotham';
  font-weight: 800;
}

#next-global-link-text .taking-bevespi span:first-child {
  padding-left: 15px;
  font-size: 33px;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
}

.color-white-arrow-big {
  background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_arr-wht-rite-lg.png) no-repeat;
  margin: 0 0 0 2px;
  width: 15px;
  height: 23px;
  background-size: cover;
}

.next-global-link-copd-treatment span:nth-of-type(2) {
  margin-left: 2.5px;
}

.next-global-link-copd-treatment .color-white-arrow-big {
  margin: 2px 0 0 1.5px;
}

.next-global-link-bevespi-side-effects span:first-child {
  margin-top: 1px;
}

.next-global-link-bevespi-side-effects span:nth-of-type(2) {
  margin-top: 4px;
  margin-left: 2.5px;
}

.next-global-link-bevespi-side-effects .color-white-arrow-big {
  width: 14px;
  margin: 0.5px 0 0 2px;
}

.next-global-link-how-to-use span:nth-of-type(2) {
  margin-left: 2.5px;
}

.next-global-link-how-to-use .color-white-arrow-big {
  margin: 0.5px 0 0 2px;
}
/*COPD Page Styles*/

/* How to use bevespi inhaler page styles*/

#how-to-use-section-2-inside {
  display: flex;
  justify-content: space-between;
  color: #282828;
  margin: 30px 0;
  font-size: 14px;
}

#how-to-use-bevespi #cpcd-section-one-image {
  margin-top: 14px;
}

#how-to-use-bevespi #cpcd-section-one-image img {
  width: 171px;
  margin: auto;
}

#how-to-use-bevespi #how-to-use-section-2-inside {
  display: block;
  padding: 0 12px;
  margin-top: 16px;
  margin-bottom: 32px;
}

#bevespi-side-effects #bevespi-side-effects-section-one-text {
  color: #282828;
  margin: 30px 0;
  font-size: 14px;
  display: block;
  padding: 0px 12px;
  padding-left: 16px;
  margin-top: 20px;
  margin-bottom: 32px;
}

#bevespi-side-effects #bevespi-side-effects-section-one-text p {
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 14px;
}

#bevespi-side-effects #bevespi-side-effects-section-one-text p:nth-child(2) {
  margin-bottom: 3px;
  margin-top: 14px;
}

#bevespi-side-effects #bevespi-side-effects-section-one-text p b {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 700;
  margin-bottom: 2px;
}

#bevespi-side-effects #bevespi-side-effects-section-one-text p span {
  font-size: 13px;
}

#bevespi-side-effects #bevespi-side-effects-section-one-text p a {
  text-decoration: none;
  color: #e81b75;
}

#how-to-use-bevespi #how-to-use-section-2-inside p:first-child {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 400;
  margin-bottom: 2px;
}

#how-to-use-bevespi #how-to-use-section-2-inside p:nth-child(3) {
  /*font-family: 'Gotham-Book';*/
  font-family: 'gotham';
  font-weight: 400;
  margin-bottom: 3px;
}

#how-to-use-bevespi #how-to-use-section-2-inside p:nth-child(5) {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
}

#how-to-use-bevespi #copd-section-2-text {
  max-width: none;
}

#how-to-use-bevespi .copd-section-2-para-one {
  font-size: 14px;
  margin-top: 40px;
}

#how-to-use-section-third {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0px 12px;
  padding-bottom: 22px;
  background: #f6f6f6;
  color: #172660;
}

#how-to-use-section-third-image {
  display: flex;
  align-items: center;
  width: 85px;
  margin-top: -5px;
}

#how-to-use-section-third-image img {
  width: 85px;
}

#how-to-use-section-third-inside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 280px;
  padding-left: 30px;
  padding-top: 20px;
}

#how-to-use-section-third-flex {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: -1px;
}

#how-to-use-section-third-first {
  font-size: 20px;
  padding-bottom: 5px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

.how-to-use-morning-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  /*font-family: 'GothamHTF-Bold';*/
  font-family: 'Gotham';
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
}

.how-to-use-morning-flex p {
  margin-top: -3px;
}

#how-to-use-info-container #text-60c99d2707 {
  padding-top: 0;
}

#how-to-use-info-container ul {
  background: #172660;
  color: white;
  padding: 41px 0;
  padding-bottom: 31px;
}

.how-to-use-item {
  list-style: disc;
  margin-left: 23px;
  padding: 0 32px 10px 0px;
  line-height: 1.1em;
  font-size: 14px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'gotham';
  font-weight: 400;
}

.how-to-use-item b {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
}

#how-to-use-video-section-last {
  text-align: center;
}

#how-to-use-video-section-last p:first-child {
  font-weight: normal;
  /*font-family: 'GothamHTF-Medium';*/
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 6px;
}

#how-to-use-video-section-icon img {
  width: 87px;
  height: auto;
  margin: auto;
  margin-bottom: -2px;
  margin-top: 50px;
}

#how-to-use-video-section .video {
  max-width: 650px !important;
  height: 150px;
  margin-bottom: 29px;
  margin-top: 9px;
}

#how-to-use-video-section .video .cmp-video__player {
  height: 150px !important;
  padding: 0;
}

#how-to-use-video-section #how-to-use-video-section-third-text p {
  /*font-family: 'Gotham-Book';*/
  font-family: 'gotham';
  font-weight: 400;
}

#how-to-use-video-section #how-to-use-video-section-third-text p b {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 800;
}

#how-to-use-video-section #how-to-use-video-section-third-text p:nth-child(2) {
  margin-top: 18px;
}

div:has(> #how-to-use-video-section) {
  max-width: 1002px;
  margin: 0;
  margin-top: -8px;
  padding: 48px 12px;
  padding-bottom: 22px;
  font-size: 14px;
  background-position: center;
}

#how-to-use-video-section-p p:first-child {
  font-size: 23px;
  max-width: 640px;
  padding-right: 10%;
  color: #172660;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#how-to-use-video-section-p p:nth-child(2) {
  font-size: 14px;
  padding: 9px 0;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#how-to-use-video-section-last a {
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: auto;
  padding: 8px 10px;
  border: 2px solid #e81b75;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  border-radius: 30px;
  text-transform: uppercase;
}

#how-to-use-video-section a {
  color: #e81b75;
}

#how-to-use-video-section a:hover {
  text-decoration: none;
}

#how-to-use-video-section-last a img {
  width: 17px;
  height: 17px;
}

#how-to-use-video-section-accordian {
  margin: 40px 0;
  margin-bottom: 48px;
}

#how-to-use-video-section-accordian .cmp-accordion__button {
  padding: 9px 13px;
  padding-top: 10px;
}

#how-to-use-video-section-accordian .cmp-accordion__panel {
  padding: 10px;
}

.how-to-use-video-section-accordian-text-div {
  display: flex;
  margin-left: -3px;
  gap: 26.2px;
  margin-top: -1px;
}

.how-to-use-video-section-accordian-text-div img {
  width: 35px;
  height: 35px;
}

#how-to-use-video-section-accordian .cmp-accordion__title {
  /*padding: 8px 0;*/
  padding: 0;
  font-weight: 800;
  color: #172660;
}

#how-to-use-video-section-accordian .cmp-accordion__icon {
  color: #e81b75;
  padding: 0;
  /*position: absolute;*/
  ;
}

#how-to-use-video-section-accordian .cmp-accordion__icon::before {
  content: "+" !important;
  /*font-family: 'Gotham-Medium' !important;*/
  font-family: 'gotham' !important;
  font-weight: 700;
  font-size: 30px;
  margin-left: 0;
  position: relative;
}

/*.cmp-accordion__button--expanded .cmp-accordion__icon::before {*/
/*  content: "–" !important;*/
/*  font-family: 'Gotham-Medium' !important;*/
/*  font-weight: 700;*/
/*  font-size: 30px;*/
/*  margin-left: 0;*/
/*}*/

#how-to-use-video-section-accordian .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
  content: "LESS -" !important;
  /*font-family: 'Gotham-Medium' !important;*/
  font-family: 'gotham' !important;
  font-weight: 700;
  font-size: 15px;
  margin-left: 0;
  /*top: 670px;*/
  /*left: 4px;*/
  display: flex;
  width: 55px;
  z-index: 999;
}

#how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
  top: 670.5px !important;
  left: 4px !important;
}

#how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
  top: 305px !important;
  left: 4px !important;
}

#how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
  top: 437px !important;
  left: 4px !important;
}

#how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
  top: 763px !important;
  left: 4px !important;
}

#how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__icon::before {
  top: 8px;
  left: -44px;
}

#how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__icon::before {
  top: 8px;
  left: -3px;
}

#how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__icon::before {
  top: 9px;
  left: -82px;
}

#how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__icon::before {
  top: 8.5px;
  left: -51px;
}

#how-to-use-video-section-accordian-text-1,
#how-to-use-video-section-accordian-text-2,
#how-to-use-video-section-accordian-text-3,
#how-to-use-video-section-accordian-text-4 {
  width: 98%;
  position: relative;
  top: -18px;
  left: 2px;
}

.how-to-use-video-section-accordian-text p {
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text p,
#how-to-use-video-section-accordian-text-2 .how-to-use-video-section-accordian-text p,
#how-to-use-video-section-accordian-text-3 .how-to-use-video-section-accordian-text p,
#how-to-use-video-section-accordian-text-4 .how-to-use-video-section-accordian-text p {
  padding-bottom: 16px;
}

#how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(1),
#how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(2) {
  margin-left: -3px;
  gap: 26.2px;
  margin-top: 0px;
  /*margin-top: -1px;*/
  ;
}

#how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(3),
#how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(4) {
  margin-left: -3px;
  gap: 26.2px;
  margin-top: -0.5px;
  margin-right: -7px;
}

#how-to-use-video-section-accordian-text-1 .how-to-use-bevespi-inhaler-first-accordian-last-second-para {
  margin: 8.5px -2px -16px -3px;
}

#how-to-use-video-section-accordian-text-1 .how-to-use-bevespi-inhaler-first-accordian-last-para {
  margin: 24px 0px -33px -3px;
}

#how-to-use-video-section-accordian-text-2 .how-to-use-video-section-accordian-second-first,
#how-to-use-video-section-accordian-text-4 .how-to-use-video-accordian-fourth-first {
  margin-right: -5px;
}

#how-to-use-video-section-accordian-text-4 .how-to-use-video-accordian-fourth-second {
  /*margin-bottom: -18px;*/
  margin-bottom: -32px;
  width: 101%;
}

#how-to-use-video-section-accordian-text-2 .how-to-use-video-section-accordian-second-second {
  /*margin-bottom: -18px;*/
  margin-bottom: -32px;
  width: 104%;
}

#how-to-use-video-section-accordian-text-3 .how-to-use-video-accordian-third-first {
  margin-bottom: -34px !important;
}

#how-to-use-video-section-accordian-text-3 .how-to-use-video-accordian-third-first,
#how-to-use-video-section-accordian-text-4 .how-to-use-video-accordian-fourth-second {
  margin-bottom: -17px;
}

#how-to-use-video-section-accordian-text-3 .how-to-use-video-section-accordian-text p,
#how-to-use-video-section-accordian-text-4 .how-to-use-video-section-accordian-text p {
  /*margin-bottom: 15.8px;*/
  margin-bottom: 0px;
 /*how-to-use-bevespi-inhaler*/
  ;
}

.how-to-use-bevespi-inhaler-first-accordian-first-para {
  margin-top: -1px;
  margin-bottom: 1.5px;
  /*margin-bottom: -0.8px;*/
  ;
}

.how-to-use-video-section-accordian-text p b {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  /*font-weight: 500;*/
  font-weight: 700;
}

#how-to-use-video-section-accordian  > div:has(#how-to-use-video-section-accordian-text-1), 
#how-to-use-video-section-accordian  > div:has(#how-to-use-video-section-accordian-text-2), 
#how-to-use-video-section-accordian  > div:has(#how-to-use-video-section-accordian-text-3), 
#how-to-use-video-section-accordian  > div:has(#how-to-use-video-section-accordian-text-4) {
  border: 2px solid #b3b7c9;
  max-width: 835px;
  margin: 0 auto;
  margin-bottom: 13px;
}

.inhaler-prep {
  display: flex;
  align-items: center;
}

.inhaler-prep img {
  width: 88px;
  margin-right: 20px;
}

.inhaler-prep h3 {
  padding: 8px 27px 8px 0px;
  font-size: 14px;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 900;
  line-height: 1.1em;
  width: 210px;
}

.inhaler-prep .accordian-using-your-inhaler {
  padding-right: 72px;
}

#how-to-use-last-section {
  font-size: 14px;
  max-width: 1002px;
  margin: auto;
  padding: 40px 12px;
  padding-top: 11px;
  padding-bottom: 28px;
}

#how-to-use-last-section p:first-child {
  font-size: 23px;
  width: 70%;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  padding-right: 10%;
  color: rgb(23, 38, 96);
}

#how-to-use-last-section p {
  padding: 12px 0;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#how-to-use-last-section a {
  color: #f58321;
  text-decoration: underline;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
}

#how-to-use-last-section ul {
  margin-left: -3px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1.1em;
  padding-bottom: 12px;
}

#how-to-use-last-section ul li {
  padding: 13px 16px;
  padding-bottom: 1px;
  padding-right: 2px;
  list-style: none;
  text-indent: -8px;
}

#how-to-use-last-section ul li:before {
  content: "\2022";
  position: relative;
  left: -4px;
  top: 1px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  color: #172660;
}

/* How to use bevespi inhaler page styles*/
div:has(> #section-two) {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0;
  margin-top: -20px;
}

#section-two {
  width: 366px;
  margin: auto;
  padding: 0;
}

.inhaler-prep .accordion-summary {
  display: none;
}

/**/

/*Contact Us Styling*/

  
#contact-us .cmp-container__backgroundImage--enabled {
  min-height: 165.3px;
  display: flex;
  align-items: center;
  background-position: center center;
  margin: 0px;
}

#talking-to-your-doctor .cmp-container__backgroundImage--enabled {
  min-height: 176px;
  display: flex;
  align-items: center;
  background-position: center center;
  margin: 0px;
}

#finding-personal-motivation .cmp-container__backgroundImage--enabled {
  min-height: 160.5px;
  display: flex;
  align-items: center;
  background-position: center center;
  margin: 0px;
}

#getting-started-copd-management .cmp-container__backgroundImage--enabled {
  min-height: 181px;
  display: flex;
  align-items: center;
  background-position: center center;
  margin: 0px;
}

#sitemap .cmp-container__backgroundImage--enabled {
  min-height: 134.3px;
}

#error-page .cmp-container__backgroundImage--enabled {
  min-height: 165.3px;
}

#contact-us #bevespi-side-effects-hero #copd-section-1-text {
  margin-left: 0px;
}

#talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text {
  margin-left: 0px;
}

#finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text {
  margin-left: 0px;
  width: 100%;
}

#getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text {
  margin-left: 0px;
}

#error-page #bevespi-side-effects-hero #copd-section-1-text {
  max-width: 229px;
}

#error-page #sitemap-section-two .text p {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 400;
  font-size: 14px;
  margin: 14px 0;
  margin-bottom: 12px;
}

#error-page #sitemap-section-two .text p b {
  font-family: 'gotham';
  font-weight: 700;
}

#error-page #sitemap-section-two .text p.page-500 {
  /*font-family: 'Gotham-Book';*/
  font-family: 'gotham';
  font-weight: 400;
  max-width: 830px;
  margin-bottom: -5px;
}

#error-page #sitemap-section-two .text p.page-500 a {
  color: #e81b75;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 400;
}

#contact-us #bevespi-side-effects-hero #copd-section-1-text h1 {
  margin-top: 0px;
}

#talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text h1 {
  margin-top: -14px;
  max-width: 50%;
  font-size: 25px;
  line-height: 1.1em;
}

#finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text h1 {
  margin-top: -26px;
 /*what is copd page*/
  /*margin-top: -42px;*/
  max-width: 60%;
  font-size: 25px;
  line-height: 1.1em;
}

#getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text h1 {
  margin-top: -40px;
  max-width: 60%;
  font-size: 25px;
  line-height: 1.1em;
}

#sitemap #bevespi-side-effects-hero #copd-section-1-text h1 {
  margin-top: -27px;
}

#sitemap .sitemap a {
  color: #e81b75;
}

#error-page .sitemap a {
  color: #e81b75;
}

.sitemap a:hover {
  text-decoration: none;
}

.sitemap h3 {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  font-size: 23px;
  margin-top: 7px;
  padding-bottom: 14px;
  padding-left: 20px;
  border-bottom: 1px solid #172660;
}

#sitemap-section-two {
  max-width: 1002px;
  margin: auto;
  margin-bottom: -4px;
  padding-left: 12px;
  padding-right: 12px;
}

#error-page #sitemap-section-two {
  padding-right: 10px;
}

#error-page #sitemap-section-two .text p:nth-child(2) {
  font-weight: normal;
  /*font-family: 'GothamHTF-Medium';*/
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 6px;
}

#error-page #sitemap-section-two .text p:nth-child(2) a {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 196px;
  margin: auto;
  margin-top: 26px;
  padding: 6px 10px;
  border: 2px solid #e81b75;
  color: #e81b75;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 700;
  /*font-weight: bold;*/
  border-radius: 30px;
  text-transform: uppercase;
}

#error-page #sitemap-section-two .text p:nth-child(2) img {
  width: 11px;
  height: 11px;
  margin-left: 1px;
}

#sitemap-section-two .text p {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 400;
  font-size: 15px;
  margin: 11px 0;
  margin-bottom: 12px;
}

#sitemap-section-two .text .sitemap-section .sub-link {
  font-size: 12px;
  margin-left: 10px;
  margin-bottom: 15.5px;
}

#sitemap-section-two .text .sitemap-section .second-sub-link-section .sub-link:first-child {
  margin-top: -1px;
}

#sitemap-section-two .text .sitemap-section .second-sub-link-section .sub-link {
  line-height: 16.5px;
  margin-bottom: 12px;
}

#sitemap-section-two .sitemap-section {
  padding-right: 65px;
  padding-left: 20px;
}

#sitemap-section-two .sitemap-section .faq {
  margin-top: -3px;
}

#sitemap-section-two .sitemap-section .support-service {
  margin-top: 22px;
  margin-bottom: 11px !important;
}

#sitemap-section-two .sitemap-section .support-service:nth-child(2) {
  margin-bottom: 10px;
}

#sitemap-section-two .sitemap-section .support-service a {
  color: #172660;
}

#sitemap-section-two .sitemap-section hr {
  display: block;
  width: 38%;
  margin-left: -17px;
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 18px;
}

#sitemap-section-two .sitemap-section hr:nth-of-type(3) {
  margin-bottom: 20px;
}

#sitemap-check-first-hr {
  margin-top: -2px;
}

.sitemap-section a:hover {
  text-decoration: none;
}

/*#contact-us #bevespi-side-effects-hero #copd-section-1-text h1 {*/
/*  font-size: 45px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  margin-left: 0;*/
/*  margin-top: 0;*/
/*}*/

#contact-us-section-two {
  max-width: 1002px;
  margin: auto;
  margin-bottom: -4px;
  padding-left: 12px;
  padding-right: 12px;
}

#contact-us-section-two .text {
  margin-top: 13px;
  margin-bottom: -8px;
}

#contact-us-section-two .text p:first-child {
  margin-bottom: 14px;
}

#contact-us-section-two .text p {
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 14px;
}

#contact-us-section-two .text p b {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  line-height: 12px;
}

#contact-us-section-two .text p b small {
  font-size: 11.2px;
}

#faq .cmp-container__backgroundImage--enabled {
  min-height: 179.91px;
  background-size: cover;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
}

#about-copd .cmp-container__backgroundImage--enabled {
  min-height: 204.6px;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4.5px;
  background-position: center;
}

#about-copd #copd-section-1-text h1 {
  margin-top: -44px;
  line-height: 25px;
}

.about-copd-tabs {
  overflow-x: auto;
  scrollbar-width: none;
  background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/mobile/about-copd-hori_nav-arrows.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 390px;
  height: 59.4px;
  padding: 24px 9.6px;
  padding-left: 0;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

/* Hide scrollbar (mobile polish) */
.about-copd-tabs::-webkit-scrollbar {
  display: none;
}

.about-copd-tab-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 !important;
  padding: 0 12px !important;
  padding-left: 9px !important;
  white-space: nowrap;
}

.about-copd-tab-item {
  margin-right: 12px;
  padding-right: 4.5px;
  display: flex;
  border-right: 2px solid #172660;
  line-height: 16px;
  height: 12.67px;
}

/* Remove separator from last item */
.about-copd-tab-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.about-copd-tab-item a:hover, .about-copd-tab-item a:focus {
  text-decoration: none;
}

.about-copd-tab-link {
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  padding: 0 4px;
  font-size: 12px;
  line-height: 13.2px;
  text-decoration: none;
  color: #172660;
}

.about-copd-tab-link:first-child {
  padding: 0;
  padding-right: 12px;
}

/* Active tab — color only */
.about-copd-tab-active {
  color: #e81b75;
  /*font-family: 'GothamHTF-Medium';*/
  font-family: 'Gotham';
  font-weight: 500;
}

/* Tap feedback (mobile UX) */
.about-copd-tab-link:active {
  text-decoration: none;
}

#faq #copd-section-1-text h1 {
  margin-top: -25px;
  line-height: 25px;
}

#faq #bg_hero-home-mobile-arrow img {
  width: 32px;
  height: auto;
}

#faq #open-for-info img {
  width: 295px;
  padding: 0 30px;
  margin: auto;
  margin-top: 23px;
}

#faq-accordian-section #blue-up-arrow img {
  width: initial;
  margin: auto;
  margin-bottom: -5px;
}

#faq-accordian-section #bevespi-side-effects-accordian {
  margin-top: 0;
}

#faq-accordian-section .faq-section-two-text {
  text-transform: uppercase;
  width: 240px;
  font-size: 20px;
  text-align: left;
  padding: 0 12px;
  margin-top: 24px;
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  margin-bottom: 2px;
  color: #172660;
}

#faq-accordian-section .faq-section-two-text-about-bevespi {
  margin-top: 16px;
}

#faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__item:nth-child(even) {
  background-color: transparent;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p {
  margin: 14px 0;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects hr {
  width: 95vw;
  margin: auto;
  margin-left: -11px;
}

#faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-a032601792-panel {
  padding-right: 13px;
}

#faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-ff93fe8dc8-panel {
  padding-right: 9px;
}

#faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-8d68b46c86-panel {
  padding-right: 10px;
}

#faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__item {
  padding: 24.5px 0;
  padding-bottom: 26px;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects ul {
  padding-top: 0;
  padding-bottom: 0;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects ul li {
  margin-bottom: 14px;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p span {
  white-space: nowrap;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.footnote {
  margin: 0px;
  font-size: 12px;
  margin-top: -13px;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p span.span-nowrap {
  white-space: normal;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p span.show-desktop-only {
  display: none;
}

#bevespi-side-effects-accordian .cmp-accordion__button:focus-visible {
  outline: none;
}

.show-desktop-only {
  display: none;
}

#about-sign-symptoms-copd-stages-might.show-desktop-only {
  display: none !important;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p a.faq-accordian-talking {
  white-space: nowrap;
  color: #e81b75;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more a {
  color: #e81b75;
  display: inline;
  /*display: flex;*/
  width: 250px;
  margin-bottom: 18px;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-second a {
  width: 293px;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-full a {
  /*width: 341px;*/
  width: 100%;
}

#faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-0f4025855f-panel .bevespi-side-effects p.faq-accordian-learn-more-full a {
  width: 346px;
  /*width: 366px;*/
  ;
}

#faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-c45dc53272-panel .bevespi-side-effects p.faq-accordian-learn-more-full a {
  /*width: 341px;*/
  width: 366px;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-full a:hover,
#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-second a:hover,
#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more a {
  text-decoration: none;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more a img {
  width: 17px;
  position: relative;
  top: 2px;
  left: 4px;
}

#faq-accordian-section #bevespi-side-effects-accordian-item-e3f03ee25c-panel .bevespi-side-effects p.faq-accordian-learn-more a img {
  left: 8px;
}

#faq-accordian-section #bevespi-side-effects-accordian-item-e3f03ee25c-panel .bevespi-side-effects p.faq-accordian-learn-more a {
  margin-bottom: 25px;
}

#faq-accordian-section #bevespi-side-effects-accordian-item-62be8d8da6-panel .bevespi-side-effects p.faq-accordian-learn-more a img {
  left: 8px;
}

#faq-accordian-section #bevespi-side-effects-accordian-item-abe57cd369-panel .bevespi-side-effects p.faq-accordian-learn-more a img {
  left: 13px;
}

#faq-accordian-section #bevespi-side-effects-accordian-item-c45dc53272-panel .bevespi-side-effects p.faq-accordian-learn-more a img {
  left: 8px;
}

#faq-accordian-section #bevespi-side-effects-accordian-item-0f4025855f-panel .bevespi-side-effects p.faq-accordian-learn-more a img {
  left: 8px;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-second a img {
  left: 8px;
}

#faq-accordian-section #bevespi-side-effects-accordian:first-child .bevespi-side-effects p:first-child {
  margin-top: 2px;
}

#what-causes-copd-first-section {
  display: flex;
  justify-content: center;
  padding: 0 12px;
}

#what-causes-copd-first {
  padding: 0 12px;
  margin-top: 5px;
}

#what-causes-copd-first h2 {
  font-size: 20px;
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  color: #172660;
  margin: 24px 0 21px 0;
  line-height: 1.1em;
}

#what-causes-copd-first #copd-treatment-how-is {
  max-width: 258px;
}

#what-causes-copd-first #how-is-copd-treated hr {
  margin: 30px 0;
  margin-bottom: 6px;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
}

#what-causes-copd-first #how-is-copd-treated p {
  margin-bottom: 17px;
}

#sign-and-symptoms-checking-first {
  margin-bottom: 5px !important;
  line-height: 1.2em;
}

#sign-and-symptoms-checking-first b {
  line-height: 1.2em !important;
}

#what-causes-copd-first p {
  font-size: 14px;
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  max-width: 755px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 16px;
  line-height: 16.8px;
}

.what-is-chronic-very-first-para, .what-is-chronic-very-first-para b {
  line-height: 1.2em !important;
}

#what-causes-copd-first .copd-stages-first-para {
  margin: 17px 0;
}

#copd-stages-top-div sub {
  font-size: 8.4px;
  vertical-align: bottom;
  position: relative;
  top: 2px;
  /*top: 6px;*/
  line-height: 9.24px;
}

#what-causes-copd-first .what-causes-copd-para-child-third {
  margin-top: -9px;
}

#what-causes-copd-first p b {
  /*font-family: 'GothamHTF-Medium';*/
  font-family: 'Gotham';
  font-weight: 800;
  line-height: 1.1em;
}

#how-is-copd-treated p b {
  /*font-family: 'GothamHTF-Medium';*/
  font-family: 'Gotham';
  font-weight: 800;
  line-height: 1.2em;
}

#what-causes-copd-first-section .para-right {
  margin-top: -1px;
  margin-left: -1px;
}

#what-causes-copd-first-section .para-heading {
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 17px;
  color: #172660;
  text-transform: uppercase;
  line-height: 1.1em;
}

#what-causes-copd-first-section .para-right p {
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 14px;
  color: #282828;
}

#what-causes-copd-first-section .para-right p:nth-child(2) {
  padding-top: 10px;
  max-width: 293px /*What causes COPD best*/;
}

#what-causes-copd-first-section .about-sign-symptoms span {
  padding-top: 12px;
  font-size: 17px;
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  color: #172660;
  white-space: nowrap;
  line-height: 1.1em;
  /*line-height: 24px;*/
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0px;
 /* For Sign and Syptoms Page*/
  ;
}

#copd-stages-top-div {
  margin-top: -6px;
}

#copd-stages-top-div p:first-of-type {
  margin-bottom: 15px;
}

#sign-symptoms-tightness {
  padding-top: 0 !important;
}

#what-causes-copd-first-section .about-sign-symptoms .about-sign-symptoms-wheezing {
  margin-right: 177px;
  margin-bottom: 0;
}

#what-causes-copd-first-section .about-sign-symptoms-copd-stages {
  width: 298px;
}

#what-causes-copd-first-section .about-sign-symptoms-copd-stages span {
  margin-bottom: 10px;
  line-height: 1.1em;
}

#copd-stages-hr-first {
  opacity: 0.4;
  margin: 23px 0 !important;
  margin-bottom: -8px !important;
}

#copd-stages-hr-second {
  opacity: 0.4;
  margin: 21px 0 !important;
  margin-bottom: -9px !important;
}

#sign-and-symptoms-four-container .about-sign-symptoms-copd-stages p {
  margin-top: 2.5px;
  line-height: 15.4px;
}

#what-causes-copd-first-section .about-sign-symptoms .about-sign-symptoms-wheezing-second {
  margin-right: 110px;
}

#what-causes-copd-first-section .about-sign-symptoms p {
  margin-top: 4px;
  margin-bottom: -4px;
  max-width: 298px;
}

#sign-and-symptoms-four-container .about-sign-symptoms p {
  margin-top: 2px;
  margin-bottom: 0px;
  line-height: 1.1em;
  /*line-height: 18px;*/
  ;
}

#sign-and-symptoms-four-container #about-sign-symptoms-copd-stages-might {
  white-space: nowrap;
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 14px;
  color: #282828;
  padding-top: 0;
  margin-top: -1.5px;
  display: block;
  margin-bottom: 5px;
  line-height: 1.1em;
}

#copd-stages-last-hr {
  margin: 20px 0 !important;
  margin-bottom: -26px !important;
  margin-left: -62px !important;
  width: 123%;
  border-top: 1px solid #cccccc;
  opacity: 0.5;
}

#sign-and-symptoms-four-container hr {
  margin: 14px 0;
  margin-bottom: 6px;
  margin-left: -75px;
}

#copd-stages-any-history-hr {
  margin: 21px 0 !important;
  margin-bottom: -9px !important;
}

#about-copd #sign-and-symptoms-four-container hr {
  margin: 20px 0;
  margin-bottom: -5px;
}

#about-copd #icon-sign-symptoms {
  margin-right: 15px;
  margin-top: 17px;
  margin-left: -3px;
}

#about-copd #icon-copd-stages {
  width: 50px;
  margin-right: 16px;
  margin-top: 17px;
  margin-left: -3px;
}

#about-copd #icon-copd-stages-fourth {
  width: 50px;
  margin-right: 16px;
  margin-top: 21px;
  margin-left: -3px;
}

#about-copd .copd-stages-any-history p {
  line-height: 15px;
}

#about-copd .copd-stages-any-history span {
  margin-bottom: 11px;
}

#about-copd .copd-stages-factors p {
  line-height: 17px;
}

#about-copd .copd-stages-factors span {
  margin-bottom: 9px;
}

#about-copd #icon-copd-stages-second {
  width: 50px;
  margin-right: 16px;
  margin-top: 21px;
  margin-left: -3px;
}

#about-copd #icon-copd-stages-third {
  width: 50px;
  margin-right: 16px;
  margin-top: 21px;
  margin-left: -3px;
}

#about-copd #icon-sign-symptoms-tightness {
  width: 50px;
  margin-right: 15px;
  margin-top: 5px;
  margin-left: -3px;
}

#what-causes-copd-first-section hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  opacity: 0.5;
/*What causes COPD best*/
  margin: 22px 0;
 /*What causes COPD best*/
  margin-bottom: 7px;
/*What causes COPD best*/
  /*margin: 14px 0;*//*What causes COPD best*/
  /*margin-bottom: 8px;*//*What causes COPD best*/
  padding: 0;
}

#shortness-of-breath-sign-and-symtoms-hr {
  margin: 14px 0 !important;
  margin-bottom: 10px !important;
}

#what-causes-copd-first-section #wheezing-hr-sign {
  margin: 10px 0 !important;
  margin-bottom: -7px !important;
}

#hr-sign-symptoms-tightness {
  margin: 14px 0 !important;
  margin-bottom: -7px !important;
}

#what-causes-copd-first-section #tightness-hr-sign {
  margin-bottom: 5px !important;
}

#sign-and-symptoms-first-para .about-copd-link {
  color: #e81b75;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 1em;
}

.sign-and-symptoms-flex-para {
  display: flex;
  align-items: center;
  margin-left: 7px;
  margin-top: 40px;
  margin-bottom: 10px;
  gap: 2px;
  justify-content: center;
}

.sign-and-symptoms-flex-para hr {
  /*flex: 1;*/
  width: 35%;
}

.sign-and-symptoms-flex-para img {
  margin: 0 10px;
}

.sign-and-symptoms-heading {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  width: 82%;
  margin: auto;
  margin-top: 12px;
  padding-left: 7px;
  line-height: 1.1em;
  padding-bottom: 30px;
  color: #172660;
}

.sign-and-symptoms-heading b {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 700;
  line-height: 1.1em;
}

#sign-and-symptoms-last-shade {
  background: #f2f2f2;
  height: 15px;
  margin-top: -6px;
  margin-bottom: -45px;
}

#sign-and-symptoms-first-para {
  padding-left: 12px;
  padding-right: 20px;
  margin: auto;
}

#sign-and-symptoms-first-para p:first-child {
  padding-top: 16px;
  max-width: 358px;
}

#sign-and-symptoms-first-para hr {
  opacity: 0.5;
}

#sign-and-symptoms-first-para .cmp-text > hr:first-of-type {
  margin-top: 30px;
}

#sign-and-symptoms-first-para p {
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 14px;
  color: #282828;
  padding-bottom: 0;
  padding-top: 32px;
  line-height: 1.1em;
  width: 102%;
}

#icon-smoking {
  width: 47px;
  margin-right: 21px;
  margin-top: 5px;
  margin-left: 0px;
  position: relative;
}

#icon-smoke {
  width: 47px;
  margin-right: 21px;
  margin-top: 5px;
  margin-left: -6px;
  position: relative;
}

#icon-sign-symptoms {
  width: 50px;
  margin-right: 15px;
  margin-top: 6px;
  margin-left: -4px;
}

.back-to-top-button {
  float: right;
  text-align: center;
  height: 30px;
  font-size: 10px;
  /*font-family: 'GothamHTF-Medium';*/
  font-family: 'Gotham';
  font-weight: 500;
  color: #e81b75;
  background: #f2f2f2;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 5px 5px 5px;
  line-height: 11px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  bottom: -8px;
  left: -11px;
  background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/backtotop-arrow-inactive.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
}

.back-to-top-button span {
  margin-top: 2px;
  display: block;
}

.sign-and-symtoms-top {
  bottom: -42px;
  left: 0;
}

.what-causes-copd-top {
  bottom: -40px;
  left: -12px;
}

.what-is-copd-top {
  bottom: -38px;
  left: -12px;
  margin-bottom: 2px;
  background-position: 10px 4px;
}

.what-is-copd-top:hover {
  text-decoration: none;
}

.sign-and-symptoms-top {
  bottom: -41px;
  left: 0;
  margin-bottom: 9px;
}

.copd-stages-top {
  bottom: -38px;
  left: -12px;
}

.para-right-what-causes-copd {
  margin-bottom: -27px;
}

.back-to-top-button:active {
  color: #f2f2f2;
  background: #e81b75;
}

#what-causes-copd-container {
  padding: 0 12px;
  margin-top: -1px;
}

#what-causes-copd-video .video {
  height: 150px;
}

#what-causes-copd-video .video .cmp-video__player {
  height: 150px !important;
  padding: 0;
}

#what-causes-copd-container .what-is-copd-text {
  padding: 25px 20px;
  background: #f2f2f2;
  margin-top: -2px;
  margin-bottom: 6px;
}

#what-causes-copd-container .what-is-copd-last-emphysema {
  margin-bottom: -28px;
}

#what-causes-copd-container .what-is-copd-text h2 {
  font-size: 20px;
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  text-align: left;
  color: #172660;
  margin-bottom: 11px;
  line-height: 1.1em;
}

#what-causes-copd-container .what-is-copd-text p {
  font-size: 14px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  max-width: 755px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.1em;
}

#what-causes-copd-container .what-is-copd-text p i {
  line-height: 1.1em;
}

#what-causes-copd-container .what-is-copd-text p i b {
  line-height: 1.1em;
  font-weight: 700;
}

#what-causes-copd-container .what-is-copd-last-text {
  font-size: 14px;
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  margin-bottom: 25px;
  /*margin-top: 4px;*/
  margin-top: -2px;
 /*What is COPD Page*/
  line-height: 1.1em;
  text-align: center;
}

.what-causes-copd-above-image-text {
  font-size: 14px;
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  margin: auto;
  margin-bottom: 24px;
  max-width: 282px;
  margin-top: 15px;
  text-align: center;
}

.what-causes-copd-below-image-text {
  font-size: 14px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  margin-bottom: 16px;
  max-width: 352px;
  margin-top: 6px;
}

.what-causes-copd-below-image-text span {
  white-space: nowrap;
}

#what-causes-copd-diagnosed {
  padding-left: 12px;
  padding-right: 12px;
}

#what-causes-copd-diagnosed hr {
  width: 100%;
  opacity: 0.5;
  margin: auto;
  margin-top: 48px;
  margin-bottom: 7px;
}

.what-causes-copd-diagnosed-image {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 12px;
  padding-right: 12px;
}

.what-causes-copd-diagnosed-image img {
  width: 100%;
  height: auto;
  display: block;
}

.bullet-list {
  margin-top: 25px;
}

.bullet-list ul {
  padding-bottom: 21px !important;
}

.bullet-list ul li {
  margin-left: 12px;
  text-align: left;
  font-size: 14px;
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 1.1em;
  padding-top: 2px;
  padding-bottom: 8.9px;
  text-indent: -0.5em;
}

.bullet-list ul li::before {
  content: "\2022";
  position: relative;
  left: -4px;
  top: 1.5px;
  color: #172660;
}

.bullet-list ul li sub {
  font-size: 8.4px;
  vertical-align: bottom;
  position: relative;
  top: 3px !important;
}

.what-is-copd-text p sub {
  font-size: 8.4px;
  vertical-align: bottom;
  position: relative;
  top: 6px;
}

#copd-stages-categories .category-list {
  margin-top: -3px;
  padding-left: 12px;
  padding-right: 12px;
}

#copd-stages-categories .categories {
  padding: 15px 0;
  background: #f6f6f6;
  margin-bottom: 5px;
  font-size: 14px;
  /*font-family: 'GothamHTF-Medium';*/
  font-family: 'Gotham';
  font-weight: 500;
  color: #172660;
  text-align: center;
  line-height: 15.4px;
}

#copd-stages-categories .categories sub {
  font-size: 7.2px;
  vertical-align: bottom;
  position: relative;
  top: 3px;
  line-height: 7.92px;
  /*line-height: 9.6px;*/
  ;
}

.copd-stages-first-second-para {
  margin-top: 1px;
}

#copd-stages-categories .categories span {
  font-size: 12px;
  line-height: 1.1em;
  display: block;
  margin-top: 2.5px;
}

#copd-stages-categories .category-list-para {
  margin-top: 31px;
  margin-bottom: 7px;
  padding-left: 12px;
  padding-right: 12px;
}

#copd-stages-categories .category-list-para p {
  font-size: 14px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
}

#about-copd-copd-treatment {
  padding: 0 12px;
  margin-top: 10px;
}

#about-copd-copd-treatment p {
  font-size: 14px;
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 500;
  max-width: 287px;
  /*margin: 0 auto;*/
  text-align: left;
  margin-bottom: 9px;
  line-height: 1.1em;
}

#about-copd-copd-treatment p b {
  font-weight: bold;
}

#about-copd-copd-treatment .content-bullets ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 12px;
  margin-left: 0;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 15.4px;
}

#about-copd-copd-treatment .content-bullets ul li {
  position: relative;
  padding-left: 8px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 14px;
  text-indent: -1px;
}

#about-copd-copd-treatment .content-bullets ul li::before {
  content: "•";
  position: absolute;
  left: -3px;
  top: 1px;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  color: rgb(23, 38, 96);
  font-size: 14px;
}

.content-bullets-copd-treatment-about ul {
  list-style: none;
  padding-left: 21px !important;
  padding-top: 12px !important;
  margin-left: 0 !important;
  margin-bottom: 6px !important;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1.1em;
  max-width: 320px;
}

.content-bullets-copd-treatment-about ul li {
  position: relative;
  padding-left: 7px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 10px;
  text-indent: 0px;
  line-height: 1.1em;
}

.content-bullets-copd-treatment-about ul li::before {
  content: "•";
  position: absolute;
  left: -4px;
  top: 0px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  color: rgb(23, 38, 96);
  font-size: 14px;
}

#what-causes-copd-container .content-bullets-copd-treatment-about p {
  margin-top: 21px;
  margin-bottom: 10px;
}

#what-is-copd-text sub {
  font-size: 8.4px;
  vertical-align: bottom;
  position: relative;
  top: 6px;
}

#about-copd-copd-treatment hr {
  margin: 30px 0;
  margin-bottom: 6px;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
}

#about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text {
  max-width: 360px;
}

#about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text:first-of-type {
  margin-bottom: 11px;
  margin-top: 10px;
}

#about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text:nth-of-type(2) {
  margin-bottom: 7px;
}

.contains-pink-color-text {
  margin-top: 21px !important;
  padding-bottom: 2px;
}

.pink-color-text {
  color: #e81b75;
  font-weight: bold;
}

.about-copd-last-box {
  margin-bottom: -29px !important;
}

#sitemap-check-last-sublink {
  margin-bottom: 30px !important;
}

#sitemap-check-second-hr {
  margin-bottom: -4px;
}

#sitemap-check-last-h2 {
  margin-top: 10px;
  padding-bottom: 12px;
}

#sitemap-check-second-hr {
  margin-bottom: -4px;
}

#talking-to-your-doctor-copd-para, .finding-personal-motivation-main {
  padding: 0 12px;
}

.finding-personal-motivation-main a:hover {
  text-decoration: none;
}

#talking-to-your-doctor-copd-para h2 {
  font-size: 20px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: -1px;
  line-height: 1.1em;
  color: #172660;
}

#talking-to-your-doctor-copd-para p {
  font-size: 14px;
  margin: 22px 0 49px 0;
  color: #282828;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1.1em;
}

#talking-to-your-doctor-copd-para-hr {
  height: 15px;
  background: #f6f6f6;
  margin-top: 55px;
  margin-bottom: -6.5px;
}

.finding-personal-motivation-main h2 {
  font-size: 20px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  text-transform: uppercase;
  width: 96%;
  margin-top: 22px;
  margin-bottom: 0;
  line-height: 1.1em;
  color: #172660;
}

#page-a5e7948bf2 .finding-personal-motivation-main h2 {
  width: 100%;
}

#page-4d09018791 .finding-personal-motivation-main h2 {
  width: 91%;
  margin-left: 0;
}

#page-4d09018791 .finding-personal-motivation-div p:first-child {
  margin-right: -10px !important;
}

#staying-active-h2 {
  font-size: 20px !important;
  max-width: 325px;
}

#what-is-copd-h2 {
  font-size: 20px;
  margin: 22px auto 41.8px;
  padding: 0 11% 0 0px;
}

.what-is-copd-h2 {
  margin-left: 0 !important;
}

#getting-started-h2 {
  font-size: 23px;
  text-align: left;
  /*font-family: 'GothamHTF-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  padding: 0;
  padding-right: 0;
  margin: 17px auto 27px 0;
}

.how-to-know-internal {
  margin-top: 40px;
}

.how-to-know-internal .finding-personal-motivation-div p:first-child {
  line-height: 1.1em;
}

.types-of-inhalers .span-nowrap {
  white-space: nowrap;
}

.finding-personal-motivation-div p {
  font-size: 14px;
  margin: 32px 0 17px 0;
 /*What-is-copd*/ /*before 31px now for finding-personal-motivation*/
  color: #282828;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1.2em;
}

.finding-personal-motivation-div .finding-personal-motivation-copd-management-first-ul {
  margin-right: -5px;
}

.finding-personal-motivation-div p b {
  /*font-weight: 700;*/
  font-weight: 500;
  line-height: 1.2em;
}

#creating-a-routine-in-addition {
  margin-top: 30px;
  /*margin-top: 42px;*/
  ;
}

.creating-a-routine-para {
  margin-top: 1px !important;
  margin-bottom: 17px !important;
}

.activities-with-copd-div p {
  margin: 10px 0 17px 0;
 /*What-is-copd*/
  ;
}

.finding-personal-motivation-div p:last-of-type, .finding-personal-last-related-links {
  margin-bottom: 0;
  margin-top: -2px;
}

.finding-personal-motivation-div ul {
  padding-left: 45px !important;
  margin-bottom: 18px !important;
  margin-top: -1px;
 /*not before jsut for finding-personal-motivation*/
  ;
}

.finding-personal-motivation-div ul li {
  font-size: 14px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  text-indent: -7px;
  margin-bottom: 14.6px;
  padding: 1px 0;
  line-height: 1.2em;
}

.staying-active-div ul li {
  margin-bottom: 15px;
}

.finding-personal-motivation-div ul li::before {
  content: "•";
  position: relative;
  top: 1px;
  left: -7px;
  font-family: 'Gotham-Bold';
  font-size: 14px;
}

.finding-personal-motivation-div p:first-child {
  margin: 26px 0 0 0 !important;
}

.finding-personal-motivation-div #creating-a-routine-first-para {
  margin-right: -4px !important;
}

.finding-personal-motivation-div .creating-a-routine-set-a-reminder-ul-li {
  margin-right: -5px;
}

.creating-a-routine ul {
  margin-right: -4.8px;
}

.finding-personal-motivation-div p:nth-child(2) {
  margin-top: 17px !important;
  line-height: 1.2em !important;
}

#page-a5e7948bf2 .types-of-inhalers p:nth-child(2) {
  margin-right: -2px;
}

.finding-personal-motivation-div .finding-personal-motivation-making-personal-para {
  margin-right: -4px;
}

.finding-personal-motivation-div-third-para {
  margin-top: 16px;
}

.finding-personal-motivation-div-fourth-para {
  margin-bottom: 16px;
}

#what-is-copd-management-first-para {
  margin-top: 16.5px !important;
}

.finding-para-third {
  margin-top: 0 !important;
  margin-bottom: -15px !important;
}

.finding-personal-last {
  margin-top: -2px;
}

.finding-personal-motivation-related-links {
  padding: 0 15px;
  margin: 10px 0 -9px 0;
 /*before 10px 0 -10px 0, for finding-personal-motivation fit it best*/
  ;
}

.activities-with-copd-div {
  margin-bottom: 12px;
}

.staying-active-related-links {
  margin: auto !important;
  margin-top: -2px !important;
  margin-bottom: -9px !important;
}

.staying-active-div ul li a {
  color: #e81b75;
  line-height: 1em;
}

.staying-active-div ul {
  margin-bottom: -14.5px !important;
 /*what is copd*/
  margin-top: -1.2px !important;
 /*what is copd*/
  ;
}

.what-is-copd-management-last-para {
  margin-top: 30.5px !important;
}

#what-is-copd-management-last-para-hr {
  margin-bottom: 1.8px !important;
}

.finding-personal-motivation-related-links h3 {
  color: #17265F;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 27.5px;
 /*29px*/
  margin-top: -1.5px;
 /*not before best for finding-personal-motivation*/
  text-transform: uppercase;
}

.related-item-first, .related-item-second {
  overflow: hidden;
  height: 82.4px;
  margin-bottom: 1px;
}

.related-item-second {
  margin-top: -0.5px;
  margin-bottom: 2px;
}

.related-item-first a:hover, .related-item-second a:hover {
  text-decoration: none;
}

.related-item-first a:first-child, .related-item-second a:first-child {
  display: inline-block;
  width: 45%;
  float: left;
  margin-right: 5%;
}

.related-item-first a:nth-child(2), .related-item-second a:nth-child(2) {
  display: inline-block;
  color: #e81b75;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  width: 50%;
  float: left;
  padding-right: 0;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 5px;
  line-height: 1.1em;
  position: relative;
  bottom: -15px;
}

.related-item-first .related-image img, .related-item-second .related-image img {
  width: 162px;
}

.finding-personal-motivation-related-links .section-divider {
  background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/divider-d.png);
  width: 100%;
  height: 21px;
  background-repeat: no-repeat;
  /*margin-bottom: 0.5px;*/
  margin-bottom: -3.5px;
  background-position: center;
}

.staying-active-div p:last-of-type {
  margin-bottom: 17px !important;
}

.getting-started-div a {
  color: #e81b75;
}

.getting-started-div-second {
  line-height: 1.1em;
  margin-top: -2px !important;
}

.getting-started-div-second img {
  max-width: 85px;
  width: 100%;
  margin: 35.5px auto -26px;
  display: block;
}

.getting-started-div-third p:first-child {
  color: #172660;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  margin-bottom: -4px !important;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.1em !important;
}

.getting-started-div-third p:nth-child(2) {
  line-height: 1.1em !important;
}

.getting-started-div-third p {
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  padding: 0;
  text-align: left;
}

.getting-started-div-fourth img {
  display: block;
  margin: 0 auto;
  margin-top: 29px;
  max-width: 65px;
}

.getting-started-div-fourth p {
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  padding: 0;
  text-align: left;
}

.getting-started-div-fourth p:first-of-type {
  color: #172660;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  margin-top: 20px !important;
  margin-bottom: 17px;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.1em !important;
}

.getting-started-div-fourth p:nth-of-type(2) {
  line-height: 1.1em !important;
  margin-top: 18px;
}

.getting-started-div-fourth ul {
  padding-left: 0 !important;
  margin-top: 11.5px !important;
  margin-bottom: 18.5px !important;
}

.getting-started-div-fourth ul li {
  font-size: 14px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  text-indent: 5px !important;
  margin-bottom: 9px;
  padding: 1px 0;
  line-height: 1.1em;
}

.getting-started-div-fourth ul li::before {
  content: "•";
  position: relative;
  top: 0px;
  left: -5px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 14px;
}

#getting-started-div-fourth-first-p {
  margin-bottom: 23px !important;
}

.how-to-use-bevespi {
  background: #f6f6f6;
  margin-top: -26px;
  padding-top: 24px !important;
}

.internal-how-use-section #getting-started-h2 {
  margin: 20.5px auto 33px 0;
  line-height: 1.1em;
}

.internal-how-use-section .getting-started-div-second {
  margin: 0px auto 23px 0 !important;
  line-height: 1.1em !important;
}

.internal-how-use-section .getting-started-div-second p:first-child {
  margin: 0px auto 17px 0 !important;
  line-height: 15px;
}

.internal-how-use-section .getting-started-div-second p:nth-child(2) {
  margin-top: -5.5px !important;
 /*getting started on bevespi */
  /*margin-top: 11px !important;*/
  margin-bottom: 23px;
  line-height: 1.1em !important;
}

.save-on-bevespi a:hover, .save-on-bevespi a:active {
  text-decoration: none;
}

.save-on-bevespi {
  margin-top: 24.5px;
  text-align: center;
}

.savings-and-support-internal hr {
  width: 30%;
  margin: 25px auto;
  margin-bottom: 38px;
}

.save-on-bevespi .savings-offer {
  text-align: left;
  display: inline-block;
  height: 31.97px;
  width: 215px;
  color: #e81b75;
  margin-left: 17px;
  padding: 6px 15px 0px 31.5px;
  border: 2px solid #e81b75;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  font-size: 13px;
  border-radius: 30px;
  text-transform: uppercase;
}

.save-on-bevespi .pink-right {
  background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_pink-arrow-right-md.png) no-repeat;
  width: 17px;
  background-size: cover;
  display: inline-block;
  height: 17px;
  position: relative;
  right: 45.5px;
  top: 3px;
}

.savings-and-support-internal .save-on-bevespi .savings-offer {
  width: 208px;
  margin-left: 18px;
  margin-top: 1.5px;
  padding: 5.5px 20px 0px 29.5px;
}

.savings-and-support-internal .save-on-bevespi .pink-right {
  right: 45px;
  top: 3px;
}

.internal-how-use-section .getting-started-div-fourth p:nth-of-type(3) {
  font-size: 14px;
  line-height: 1.1em !important;
  margin-top: 0;
 /*getting started*/
  ;
}

.internal-how-use-section .getting-started-div-fourth p:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 11px;
}

.internal-how-use-section {
  padding-bottom: 37px;
  margin-bottom: 7px;
}

.internal-how-use-section hr {
  width: 30%;
  margin: 25px auto;
  border: none;
  height: 1px;
  background-color: #ccc;
}

.savings-and-support-internal .finding-personal-motivation-div p {
  line-height: 1.1em !important;
}

.savings-and-support-internal .finding-personal-motivation-div p:first-child {
  color: #172660;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  margin-top: 31px !important;
  margin-bottom: -1px !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.1em !important;
}

#types-of-inhalers-last-para {
  margin-top: 0;
  /*margin-bottom: -10px !important;*/
  margin-bottom: 1.5px !important;
 /*copd management types of inhaler*/
  ;
}

.types-of-inhalers p:nth-child(3),.types-of-inhalers p:nth-child(4) {
  margin-top: 0;
}

#activities-with-copd-last-para {
  margin-bottom: -10px !important;
  margin-top: -1px;
}

.activities-with-copd-related-links {
  margin-bottom: -8px !important;
}

#creating-a-routine-last-para {
  margin-bottom: 2px !important;
  margin-right: -6px;
  margin-top: 4px;
}

.contextualCTA {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 36px;
  margin-bottom: 36px;
}

.contextualCTA a {
  text-align: left;
  color: #e81b75 !important;
  font-size: 14px;
  line-height: 20px;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  margin: 30.5px 0;
  padding: 0 70px 0 25px;
  /*padding-right: 39px;*/
  padding-right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.creating-contextualCTA {
  margin-top: 36.5px;
}

.creating-contextualCTA a {
  font-size: 16px !important;
  margin-top: 29.5px;
  margin-bottom: 31px;
}

.contextualCTA .callout_2 {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 88% 50%;
  margin-top: -3px;
  line-height: 20px;
}

/*.contextualCTA .callout_2:after {*/
/*  padding-right: 18%;*/
/*  background: none;*/
/*}*/

.contextualCTA .callout_2 {
  content: "";
  background-size: 100%;
  vertical-align: bottom;
  /*display: inline-block;*/
  /*left: 10px; */
  position: relative;
  display: inline-flex;
  top: 0px;
  left: 0px;
}

.contextualCTA a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_pink-arrow-right-md.png) no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.creating-contextualCTA a:after {
  content: "";
  width: 20px;
  background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_pink-arrow-right-md.png);
  height: 20px;
  background-size: 100%;
  vertical-align: bottom;
  position: relative;
  /*display: inline-block;*/
  top: 0px;
  left: 10px;
  display: inline-flex;
}

div[data-asset-id="4df9e28f-b709-4f2b-8c2c-a2ce1b4f6fc4"] {
  display: none;
}

#breathing-room-wrapper .landing-page-container {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

#breathing-room-wrapper .header-logo-style {
  font-size: 15px;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 18.5px;
}

#breathing-room-wrapper .logo-section {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 77%;
  height: 50%;
}

#breathing-room-wrapper .br-main-content {
  padding: 26px 5px 18px 5px;
}

#breathing-room-wrapper .br-main-content p {
  font-size: 13px;
  color: #fff;
  margin: 0;
  text-align: center;
  line-height: 1.3em;
  font-family: 'Gotham';
  /*font-family: 'Gotham-Light';*/
  font-weight: 300;
  letter-spacing: 1px;
}

#breathing-room-wrapper .br-main-content p b {
  font-family: 'Gotham';
  font-weight: 700;
}

#breathing-room-wrapper .proxima_nova_bold {
  padding: 1px 0;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 9px;
}

#breathing-room-wrapper .header-separate {
  display: block;
  background-position: center;
  height: 1px;
  width: 60px;
  margin: auto;
  background: #fff;
}

.section-options {
  width: 100%;
  max-width: none;
  background: #624b7e;
  height: 50px;
}

.section-subwrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

#breathing-room-wrapper .info-text {
  /*padding: 20px 0;*/
  padding: 11px 0;
  padding-top: 19px;
  color: #fff;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}

#breathing-room-section-options .cmp-tabs__tab, #breathing-room-section-options {
  height: 40.27px;
}

#breathing-room-wrapper .info-text .SB-green {
  font-size: 13px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  margin-bottom: 2.5px;
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
  letter-spacing: 1px;
  color: #8ce0d1;
  line-height: 1.1em;
}

.bottom-cta-br {
  display: inline-block;
  background: #898989;
  color: #fff;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  /*margin-top: 50px;*/
  /*margin-bottom: -10px;*/
  margin-top: 19px;
  margin-bottom: -12px;
  padding: 16px 0;
  padding-right: 21px;
  padding-left: 13px;
  width: -webkit-fill-available;
}

.bottom-cta-content {
  width: 100%;
  margin: 0 auto;
}

.call-icon-br {
  width: 20%;
  max-width: 66px;
  float: left;
  margin: 0 0px 0 0;
  top: -1px;
  position: relative;
}

.cta-content-br {
  width: 80%;
  float: left;
  line-height: 1.2em;
}

.cta-content-br b {
  /*font-family: 'Gotham-Medium';*/
  font-family: 'gotham';
  font-weight: 500;
}

.cta-content-br span {
  color: #91D7C9;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 600;
}

.cta-content-br span a {
  color: #91D7C9;
  /*font-family: 'Gotham-Book';*/
  font-family: 'Gotham';
  font-weight: 600;
  display: inline-block;
  text-decoration: underline;
  white-space: nowrap;
}

#sign-and-symptoms-four-container a:hover {
  text-decoration: none;
}

#left-col-text-4 .special-use-br {
  display: none;
}
/* =====================================
   MOBILE FIRST (Default)
   ===================================== */

/* Reset tablist */
/*#breathing-room-wrapper .tabs .cmp-tabs__tablist {*/
/*  display: block;*/
/*  border: 1px solid #ddd;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  list-style: none;*/
/*}*/

/* Hide ALL tabs by default */
/*#breathing-room-wrapper .tabs .cmp-tabs__tab {*/
/*  display: none;*/
/*  padding: 14px 16px;*/
/*  border-bottom: 1px solid #eee;*/
/*  background: #ffffff;*/
/*  cursor: pointer;*/
/*  position: relative;*/
/*}*/

/* Show ONLY active tab (acts as dropdown header) */
/*#breathing-room-wrapper .tabs .cmp-tabs__tab--active {*/
/*  display: block;*/
/*  background: #f5f5f5;*/
/*  font-weight: 600;*/
/*}*/

/* Add dropdown arrow to active tab */
/*#breathing-room-wrapper .tabs .cmp-tabs__tab--active::after {*/
/*  content: " ▼";*/
/*  position: absolute;*/
/*  right: 16px;*/
/*}*/

/* When user clicks inside tabs, show all tabs */
/*#breathing-room-wrapper .tabs .cmp-tabs:focus-within .cmp-tabs__tab {*/
/*  display: block;*/
/*}*/

/* Change arrow when open */
/*#breathing-room-wrapper .tabs .cmp-tabs:focus-within .cmp-tabs__tab--active::after {*/
/*  content: " ▲";*/
/*}*/

  
#us-consumers-container .cmp-searchbox .cmp-searchbox__inner label {
  display: none;
}

#us-consumers-container .searchbox {
  display: block;
  width: 57%;
  /*left: 80.58%;*/
  position: static;
  margin: 0;
  margin-left: 0;
}

#us-consumers-container .searchbox .cmp-searchbox__field {
  display: flex;
  left: 0px;
  top: -12px;
  /*left: -315px;*/
  /*top: 26px;*/
  border: none;
}

#us-consumers-container .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__input {
        /* font-family: 'Gotham-Book'; */
  font-family: 'Gotham';
  font-weight: 400;
  flex-grow: unset !important;
  width: 167px;
  height: 43px;
  padding: 1px 2px 1px 18px !important;
  outline: 1px solid #dcdcdc !important;
  background-color: #dcdcdc !important;
}

#us-consumers-container .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__input::placeholder {
  color: #282828;
  font-size: 18px;
  position: relative;
  top: 7px;
  left: -1px;
}

#us-consumers-container .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__button {
  border: 1px solid transparent !important;
  outline: 1px solid transparent;
  height: 43px;
  max-width: 54px;
  width: 100%;
  margin-top: -1px;
  background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_grey-arr-right.png) no-repeat center !important;
  background-size: 24px 24px !important;
  background-color: #bebebe !important;
  color: transparent;
}

#footer-semicolon-text {
  display: none;
}

/*#container-99c356efd4 #footer-semicolon-text {*/
/*  display: inline-block;*/
/*  margin-right: 0;*/
/*}*/

#isi ul li:nth-of-type(3) {
  margin-right: -2px;
}

#breathing-room-wrapper .logo-section img {
  width: auto;
}

#sitemap-section-two .cmp-searchresults__inner-container .cmp-searchresults__item-image,
#sitemap-section-two .cmp-searchresults__item-content small,
#sitemap-section-two form label {
  display: none;
}

#sitemap-section-two .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field {
  width: 98% !important;
  border: none;
}

#sitemap-section-two .cmp-searchbox .cmp-searchbox__inner {
  margin-top: 30.5px;
}

#sitemap-section-two #search-text-box {
  width: 72.8%;
  border: 2px solid #e81b75;
  border-right: none;
  border-radius: unset;
  height: 44px;
  padding-right: 0;
  /*height: 53px;*/
  margin: 0px;
  font-size: 18px;
  color: #282828;
  max-width: none;
  background-color: white !important;
}

#sitemap-section-two .cmp-searchresults__inner-container .cmp-searchresults__item {
  padding: 23px 0 12px 0;
}

#sitemap-section-two .searchresults .cmp-searchresults__showing-results__sub-title {
  display: none;
}

#sitemap-section-two .cmp-searchbox__clear-icon {
  display: inline-block !important;
  position: relative !important;
  vertical-align: top;
}

#sitemap-section-two .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__input {
  outline: none !important;
}

#sitemap-section-two .cmp-searchbox-clear {
  display: inline-flex;
  justify-content: end;
  padding-right: 9px;
  align-items: center;
  gap: 23px;
  border: 2px solid #e81b75;
  border-left: none;
  font-weight: 600;
  height: 44px;
  /*height: 53px;*/
  width: 190px;
  visibility: visible;
  font-size: 16px;
}

#sitemap-section-two .cmp-searchbox-clear i {
  display: none;
}

#sitemap-section-two .cmp-searchresults__inner-container {
  padding: 0;
}

#sitemap-section-two .cmp-searchresults__item-title h4 {
  font-family: 'gotham';
  font-size: 14px;
  font-weight: 700;
}

#sitemap-section-two .cmp-searchresults__item-content p {
  font-family: 'gotham';
  font-size: 14px;
  font-weight: 400;
}

#sitemap-section-two #region-heading {
  border-bottom: 1px solid #D6D2C4;
  padding: 18px 0;
  font-size: 14px;
  font-family: 'gotham';
  font-weight: 400;
}

#sitemap-section-two #region-heading br {
  display: none;
}

#sitemap-section-two .cmp-searchresults__inner-container .cmp-searchresults__item-content {
  width: 100%;
}

#sitemap-section-two .cmp-searchresults__inner-container .cmp-searchresults__item-icon {
  display: none;
}

#sitemap-section-two .cmp-searchbox-clear::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 22px;
  background-image: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/mobile/magnify-glass.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#search-results-heading {
  margin-left: 79px;
  width: 100%;
}

.searchresults .cmp-searchresults__pagination {
  margin: 6px 0 !important;
}

#isi-content-container-second-first p:nth-last-of-type(-n+3), #isi-approved-flex {
  padding-left: 2px;
}

#text-9849ed9c22 .isi-last-content {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#text-9849ed9c22 #isi-approved-flex img {
  width: 25px;
  margin-left: 0;
  margin-right: 2px;
}

#isi-approved-flex {
  margin-bottom: 38px;
}

/*#faq-section-two #bg_hero-home-mobile-arrow {*/
/*  display: flex;*/
/*}*/
#faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__title {
  width: 78%;
  max-width: none;
}

#faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__button {
  padding: 0 12px;
  gap: 19px;
  max-width: 1002px;
  margin: auto;
}

#faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__icon {
  padding: 0;
}

#faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-a032601792-panel {
  padding-right: 12px;
}

#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p span {
  white-space: normal;
}

#home-line-br {
  display: none;
}

#cpcd-section-one-image {
  width: 101px;
}

#page-fd1b6748d1 #cpcd-section-one-image {
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 389px) {
  #hero-right-col-top {
    width: 107.8%;
    left: 50%;
    top: -295.5px;
  }

  #text-20212e7523 .isi-last-content {
    margin-bottom: 10px;
  }

  #left-col-text-2 {
    padding-right: 42px;
  }

  .copd-section-2-para-one > span {
    white-space: normal;
  }

  #top-navbar ul li:not(:first-child):before {
    font-size: 15px;
  }

  #section-two {
    width: 85%;
    margin: 0 12px;
  }

  #bevespi-hero-savings-card-text {
    max-width: 104px;
  }

  #breathing-room img {
    margin-left: 5%;
  }

  #top-navbar ul li {
    font-size: 7px;
  }

  #us-consumers-container .searchbox {
    left: 97%;
    /*left: 81%;*/
    top: -43px;
  }

  .cmp-highlightinfov2__button {
    width: 12% !important;
  }

  .cmp-highlightinfov2__icon::before {
    left: 27%;
  }

  #sitemap-section-two {
    padding-left: 8px;
  }

  #sitemap-section-two .sitemap-section {
    padding-right: 50px;
  }

  .cmp-navigation__group > li:nth-of-type(1) a {
    padding: 13.3px 0px !important;
  }

  [data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile {
    padding: 31px 0px 20px 0px !important;
    overflow-y: visible !important;
  }

  #error-page .cmp-container__backgroundImage--enabled {
    min-height: 190.3px;
  }

  #page-7c70c30478 #error-page .cmp-container__backgroundImage--enabled {
    min-height: 165.3px;
  }

  #page-7c70c30478 #sitemap-section-two {
    padding-left: 12px;
  }

  #footer-logo img {
    margin: 40px 0 15.5px 12px;
  }

  #footer-container-inside ul li:first-child, #footer-container-inside ul li:nth-child(2) {
    height: 28.3px;
  }

  #footer-text {
    font-size: 11px;
  }

  #isi ul li:nth-of-child(5) {
    margin-right: -3px;
  }

  .cmp-highlightinfov2__content {
    padding-right: 6px !important;
  }

  #isi-content-container-second-first p:nth-last-of-type(-n+3), #isi-approved-flex {
    padding-left: 2px;
  }

  #isi-content-container-second-first {
    margin-top: -12px;
  }

  .cmp-highlightinfov2.initial-sticky #isi #isi-content-container-second-first > ul:first-of-type > li:first-child {
    margin-top: 5px;
  }

  #page-54ed103e19 #contact-us #bevespi-side-effects-hero #copd-section-1-text {
    max-width: 50%;
  }

  .about-copd-tabs {
    width: 100%;
  }

  #what-causes-copd-first-section .about-sign-symptoms-copd-stages {
    width: 100%;
  }

  #what-causes-copd-first-section .about-sign-symptoms-copd-stages span {
    white-space: normal;
  }

  #what-causes-copd-first-section .about-sign-symptoms p {
    max-width: none;
  }

  #what-causes-copd-first-section .para-right {
    margin-left: 0;
  }

  #what-causes-copd-first-section .about-sign-symptoms span {
    margin-right: 0;
    white-space: normal;
  }

  #what-causes-copd-first-section #text-5163275dc1 {
    padding-top: 4px;
  }

  #what-causes-copd-first #text-4cdd31bb9c h2 br {
    display: none;
  }

  #what-causes-copd-first-section {
    justify-content: flex-start;
    padding: 0 14px;
    gap: 0.5px;
  }

  #shortness-of-breath-sign-and-symtoms-hr {
    margin: 10px 0 !important;
    margin-bottom: 3px !important;
  }

  #hr-sign-symptoms-tightness {
    margin-bottom: -12px !important;
  }

  #about-copd #icon-sign-symptoms-tightness, #about-copd #icon-sign-symptoms {
    position: relative;
    top: 4px;
  }

  #page-d66c8eee40 div.cmp-image#icon-sign-symptoms[data-title="icon-breath-shortness"] {
    top: 0px;
  }

  #what-causes-copd-first-section .about-sign-symptoms .about-sign-symptoms-wheezing, #what-causes-copd-first-section .about-sign-symptoms .about-sign-symptoms-wheezing-second {
    margin-right: 0;
    display: block;
  }

  #isi-content-container-second-first p {
    font-size: 14px;
    color: #f58321 !important;
  }

  #isi ul .isi-second-ul {
  /*padding: 5px 0px 11px 12px;*/
    padding: 5px 0px 0px 12px;
  }

  .fa-chevron-down:before {
    top: -3px;
  }

  .isi-sticky-container ul li {
    width: 98%;
  }

  #bevespi-isi-section > ul:nth-of-type(3) {
    padding-bottom: 0;
    padding-top: 6px;
  }

  #bevespi-isi-section > ul:nth-of-type(3) ~ p {
    padding-left: 2px;
  }

  #isi ul .isi-second-ul {
    padding: 5px 0px 0px 12px;
  /*padding: 5px 0px 11px 12px;*/
    ;
  }

  #bevespi-isi-section > ul:nth-of-type(2) {
    padding-bottom: 0;
    padding-top: 6px;
  }

  #bevespi-isi-section > ul:nth-of-type(2) ~ p {
    padding-left: 2px;
  }

  #approved-use-section {
    padding-left: 2px;
    margin: 12px 0;
    margin-bottom: 10px;
    font-size: 13px;
  }

  #text-9849ed9c22 .isi-last-content {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  #text-9849ed9c22 .isi-last-content img {
    width: 25px;
    margin-left: 0;
    margin-right: 2px;
  }

  #isi-approved-flex {
    margin-bottom: 38px;
  }

  #isi-last-content-i a {
    white-space: normal;
  }

  .isi-last-content a {
    white-space: nowrap;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__button {
    padding: 0 12px;
    gap: 12px;
    max-width: 1002px;
    margin: auto;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 17px;
  }

  /*#faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__icon */
  #bevespi-side-effects-accordian .cmp-accordion__icon {
    padding: 0;
  }

  #bevespi-side-effects-accordian .cmp-accordion__title {
    width: 80.5%;
    max-width: none;
  }

  #bevespi-side-effects #bevespi-side-effect-link {
    padding-right: 10px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__title {
    width: 81.5%;
    max-width: none;
  }

  /*#faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-a032601792-panel {*/
  #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-a032601792-panel {
    padding-right: 12px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-full a,
  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-0f4025855f-panel .bevespi-side-effects p.faq-accordian-learn-more-full a,
  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-c45dc53272-panel .bevespi-side-effects p.faq-accordian-learn-more-full a {
    width: 100%;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-second a {
    width: 80.5%;
  }

  #text-153b2ee668 p:first-of-type b:last-of-type {
    white-space: nowrap;
  }

  #faq-accordian-section #bevespi-side-effects-accordian #text-98422fb104 .bevespi-side-effects p span {
    white-space: normal;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-second-maintenance a {
    width: 82%;
  }

  #bevespi-side-effects .cmp-container__backgroundImage--enabled {
    min-height: 159.91px;
  }

  #bevespi-side-effects #bevespi-side-effects-hero #copd-section-1-text {
    width: 45vw;
  }

  #bevespi-side-effects #bevespi-side-effects-hero #copd-section-1-text p:nth-child(2) span {
    white-space: nowrap;
  }

  #bevespi-side-effects #bevespi-side-effects-hero #copd-section-1-text h1 br {
    display: none;
  }

  .inhaler-prep h3 {
    width: 117%;
    padding: 8px 6px 8px 0px;
  }

  .inhaler-prep h3, .inhaler-prep .accordian-using-your-inhaler {
    width: 100%;
    padding: 8px 6px 8px 0px;
  }

  #how-to-use-bevespi-main .cmp-container__backgroundImage--enabled {
    min-height: 174.91px;
  }

  #how-to-use-bevespi-main #copd-section-1-text {
    margin-left: 12px;
  }

  #how-to-use-section-third-flex {
    flex-wrap: wrap;
  }

  #how-to-use-section-third-flex .text .cmp-text {
    padding: 0;
  }

  .how-to-use-item {
    padding: 0 25px 10px 0px;
  }

  div:has(> #how-to-use-video-section) {
    padding: 9px 12px;
    padding-bottom: 22px;
  }

  #how-to-use-last-section p:first-child {
    width: 100%;
  }

  #how-to-use-video-section-accordian .cmp-accordion__button {
    padding: 8px 13px;
    padding-top: 9px;
  }

  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__icon::before,
  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__icon::before,
  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__icon::before {
    top: 8px;
    left: -3px;
  }

  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 826.5px !important;
    left: 4px !important;
  }

  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 362px !important;
    left: 4px !important;
  }

  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 544px !important;
    left: 4px !important;
  }

  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 900px !important;
    left: 4px !important;
  }

  #how-to-use-video-section-accordian-text-4 .how-to-use-video-section-accordian-text p:last-of-type {
    padding: 0;
    margin-bottom: -15px;
  }

  #how-to-use-video-section-last a {
    font-size: 9px;
  }

  #cpcd-section-one-image {
    width: 101px;
  }

  #page-fd1b6748d1 #cpcd-section-one-image {
 /*how-to-use-bevespi-inhaler*/
    width: 100%;
  }

  #copd-treatment-container #copd-section-2-text {
    padding-right: 0;
    max-width: 100%;
  }

  #copd-section-third-image-masking img {
    left: 62.5px;
  }

  #what-causes-copd-first #copd-stages-top-div h2 {
    margin: 30px 0 21px 0;
  }

  #bevespi-side-effects-hero #copd-section-1-text {
    width: 100%;
  }

  #talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text h1 {
    max-width: 41.7vw;
  }

  /*#bevespi-side-effects-hero #copd-section-1-text {  width: 90%; } */
  
  .finding-personal-motivation-main h2 {
    width: 92%;
  }

  .finding-personal-motivation-main {
    padding-right: 10px;
  }

  #page-91fe5286b7 .finding-personal-motivation-main {
    padding-right: 9px;
  }

  #what-is-copd-h2 {
    padding: 0 0% 0 0px;
  }

  #page-4d09018791 .finding-personal-motivation-div p:first-child {
    margin-right: -8px !important;
  }

  #us-consumers-container .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__input {
    height: 39px;
  }

  #us-consumers-container .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__button {
    height: 41px;
    max-width: 60px;
  }

  #us-consumers-container .searchbox {
    width: 61%;
  }

  .related-item-first, .related-item-second {
    height: 100%;
  }

  .what-is-copd-management-ul {
    padding-right: 4px !important;
  }

  .contextualCTA a {
    align-items: flex-start;
    padding-right: 16px;
    gap: 5px;
  }

  .contextualCTA a:after {
    padding-top: 32px;
  }

  #accordion-0e46dc7a4b-item-29c527cdf4-button .cmp-accordion__title {
    display: block;
    width: 320px;
  }

  #isi ul li:nth-of-type(3) {
    margin-right: 0px;
  }

  #copd-treatment .cmp-container__backgroundImage--enabled {
    min-height: 185.21px;
    justify-content: left;
  }

  #copd-treatment #copd-section-1-text {
    width: 52.8vw;
  }

  #copd-treatment .copd-section-3-heading {
    margin-top: 34px;
    margin-bottom: 41px;
  }

  #copd-treatment #copd-section-third-link {
    width: 78vw;
  }

  #copd-treatment #copd-section-fourth-container #copd-section-third-link {
    width: 88vw;
  }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
  #footer-text {
    font-size: 12px;
  }

  #footer-container-inside ul li:first-child, #footer-container-inside ul li:nth-child(2) {
    height: 28.3px;
  }

  #footer-container-inside ul li:nth-child(2) {
    padding-top: 9px;
  }

  .cmp-highlightinfov2.initial-sticky #isi #isi-content-container-second-first > ul:first-of-type > li:first-child {
    margin-top: 12px;
  }

  #getting-started-h2 {
    width: 100%;
  }

  .internal-how-use-section #getting-started-h2 {
    width: 70%;
  }

  #about-copd #copd-section-1-text h1 {
    font-size: 23px;
  }

  .about-copd-tab-item {
    margin-right: 12.5px;
    padding-right: 6.5px;
  }

  .about-copd-tab-list {
    max-width: 1002px;
    margin: auto !important;
    padding: 0 !important;
    justify-content: flex-start;
    /*justify-content: center;*/
    padding-left: 12px !important;
  }

  #about-copd-copd-treatment .content-bullets ul li {
    line-height: 17.6px;
  }

  #about-copd-copd-treatment-some-treatment {
    max-width: 1002px;
    margin: auto;
  }

  .about-copd-tabs {
    width: 100%;
  }

  #about-copd-copd-treatment p {
    max-width: 65%;
  }

  #about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text {
    max-width: 100%;
  }

  .content-bullets-copd-treatment-about ul {
    max-width: none;
  }

  #copd-section-2-text {
    /*max-width: 100%;*/
    max-width: 69vw;
  }

  #copd-section-third-image-masking img {
    left: 50%;
    transform: translateX(-50%);
  }

  .copd-section-4-heading h2 br, .copd-section-3-heading h2 br {
    display: none;
  }

  #copd-treatment-container #copd-section-1-text {
    margin-left: 10px;
  }

  #what-causes-copd-first #copd-stages-top-div h2 {
    margin: 30px 0 21px 0;
  }

  #talking-to-your-doctor-copd-para {
    padding-right: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 364px) {
  #accordion-0e46dc7a4b-item-29c527cdf4-button .cmp-accordion__title:first-child {
    width: 291px;
  }

  #what-is-copd-h2 {
    padding: 0 3% 0 0px;
  }

  #hero-right-col-top {
    top: -295px;
  }

  #sitemap-section-two .cmp-searchbox-clear {
    width: auto;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 4px;
  }

  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 826.5px !important;
  }

  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 382px !important;
  }

  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 550px !important;
  }

  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 910px !important;
  }
}

@media screen and (min-width: 359px) and (max-width: 390px) {
  #top-navbar ul li {
    font-size: 9px;
  }

  .copd-section-2-para-one > span {
    white-space: nowrap;
  }

  #copd-treatment-container #copd-section-2-text {
    max-width: 95%;
  }

  #how-to-use-section-third-flex {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 391px) and (max-width: 767px) {
  #icon-smoke {
    margin-left: 0;
  }

  #what-causes-copd-first-section .para-right p:nth-child(2) {
    max-width: 100%;
  }

  #faq #copd-section-1 {
    max-width: 1002px;
    margin: auto;
    margin-left: 12px;
  }

  #faq #copd-section-1-text {
    margin: unset;
    margin-left: 0;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__item {
    padding: 25px 0;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 1.2%;
  }

  #bevespi-side-effects #bevespi-side-effects-section-one-text p:nth-child(2) span {
    white-space: nowrap;
  }

  #bevespi-side-effects #bevespi-side-effect-link {
    max-width: 1002px;
    margin: 29px auto;
    padding: 0 3%;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__title {
    max-width: 100%;
  }

  #text-9849ed9c22 .isi-last-content img {
    width: 25px;
  }

  #how-to-use-bevespi #copd-section-1 {
    max-width: 1002px;
    margin: auto;
    margin-left: 0;
  }

  #how-to-use-bevespi-main #copd-section-1-text {
    margin-left: 12px;
  }

  #how-to-use-bevespi #how-to-use-video-section-last {
    margin-left: -12px;
    margin-right: 12px;
  }

  #how-to-use-section-third-inside {
    max-width: 100%;
  }

  .inhaler-prep h3 {
    width: 80%;
  }

  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__icon::before {
    left: -210px;
  }

  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__icon::before {
    left: -76px;
  }

  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__icon::before {
    left: -250px;
  }

  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__icon::before {
    left: -218px;
  }

  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 533.5px !important;
  }

  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 226px !important;
  }

  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 363px !important;
  }

  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 584px !important;
  }

  #how-to-use-video-section-accordian-text-4 .how-to-use-video-section-accordian-text p.how-to-use-video-accordian-fourth-second {
    padding-bottom: 0;
    margin-bottom: -12px;
  }

  .contextualCTA a {
    color: #e81b75 !important;
    font-size: 14px;
    line-height: 20px;
    font-family: 'gotham';
    font-weight: 500;
    padding-right: 39px;
    margin-bottom: 30.5px;
    display: inline-flex;
    text-decoration: none;
    padding-right: 12px;
    gap: 5px;
  }

  .contextualCTA a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    /*margin-left: 8px;*/
    vertical-align: middle;
    background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_pink-arrow-right-md.png)
        no-repeat center;
    background-size: contain;
    /*position: absolute;*/
    /*top: 6px;*/
    /*right: 5%;*/
    ;
  }

  #error-page .cmp-container__backgroundImage--enabled {
    min-height: 190px;
    background-position: top;
  }

  #talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text h1 {
    max-width: 45vw;
    /*max-width: 48vw;*/
    ;
  }

  #page-d132e0524f .finding-personal-motivation-main h2 br {
    display: none;
  }

  #talking-to-your-doctor .cmp-container__backgroundImage--enabled {
    min-height: 176.5px;
    background-size: 100% 106%;
  }

  #page-a5e7948bf2 .types-of-inhalers p:nth-child(2) {
    margin-right: -6px;
  }

  #container-5731358b2f .contextualCTA a.callout_2 {
    width: 92%;
  }

  #creating-a-routine-last-para {
    margin-right: -9px;
  }

  .related-item-first, .related-item-second {
    height: 100%;
  }

  .related-item-first .related-image img, .related-item-second .related-image img {
    /*width: 162px;*/
    width: 42vw;
  }

  #bevespi-side-effects-hero #copd-section-1-text h1 br {
    display: none;
  }

  #bevespi-side-effects-hero #copd-section-1-text {
    width: 47vw;
  }

  #isi ul li:nth-of-type(3) {
    margin-right: 0px;
  }
}

@media screen and (min-width: 407px) and (max-width: 768px) {
  #getting-started-copd-management .cmp-container__backgroundImage--enabled {
    min-height: 153.5px;
    background-size: 100% 100%;
  }

  #page-91fe5286b7 #finding-personal-motivation .cmp-container__backgroundImage--enabled {
    background-size: 100% 100%;
  }

  #what-is-copd-h2 {
    width: 100%;
  }

  #sitemap .cmp-container__backgroundImage--enabled {
    background-position: top;
  }

  #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text h1 {
    max-width: 100%;
    margin-top: -35px;
  }

  .cmp-highlightinfov2__icon::before {
    left: 57.5px;
  }

  .cmp-container__backgroundImage--enabled {
    background-size: 100% 100%;
  }

  #top-navbar {
    height: 40px;
  }

  #what-causes-copd-first-section .text {
    width: 100%;
  }

  #what-causes-copd-first-section .about-sign-symptoms-copd-stages {
    width: 100%;
  }

  #page-ecc1c583a5 #sign-and-symptoms-four-container .about-sign-symptoms p {
    max-width: 100%;
  }

  .contextualCTA.what-is-copd-contextualCTA a {
    gap: 10px;
    width: 100%;
    position: relative;
  }
}

@media screen and (min-width: 414px) and (max-width: 736px) {
    /*#page-a5e7948bf2 */
  #finding-personal-motivation .cmp-container__backgroundImage--enabled {
    background-size: 100% 100%;
  }

  #copd-treatment-container .copd-section-3-heading br, #copd-treatment-container .copd-section-4-heading br {
    display: none;
  }
}

@media screen and (min-width: 498px) and (max-width: 610px) {
  #error-page #sitemap-section-two .text p.page-500 {
    margin-bottom: -13px;
    padding-left: 3px;
  }
}

@media screen and (min-width: 483px) and (max-width: 500px) {
  .contextualCTA.what-is-copd-contextualCTA a {
    padding-left: 12px;
  }
}

@media screen and (min-width: 480px) and (max-width: 766px) {
  #top-navbar {
    height: 40px;
  }

  #sitemap-section-two {
    padding-left: 14px;
  }

  #navbar-show {
    height: 49px;
  }

  #sitemap .cmp-container__backgroundImage--enabled {
    background-position: initial;
  }

  #sitemap-section-two {
    /*padding-left: 14px;*/
    padding-left: 3%;
  }

  #error-page #sitemap-section-two {
    padding-left: 1.7%;
  }

  #us-consumers-container .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__input {
    height: 42px;
  }

  [data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile {
    padding: 30px 0px 20px 0px !important;
  }

  #explore-navbar + a[role="button"] {
    margin-top: 3px;
  }

  #contact-us #bevespi-side-effects-hero #copd-section-1-text h1 {
    width: 100%;
  }

  #talking-to-doc-h2 {
    width: 100%;
  }

  .cmp-highlightinfov2__icon {
    width: 100%;
  }

  .cmp-highlightinfov2__icon::before {
    left: 86%;
  }

  #ISI-content-fragment .cmp-highlightinfov2__container {
    margin-top: -1.29%;
  }

  .related-item-first, .related-item-second {
    height: auto;
  }

  .related-item-first .related-image img, .related-item-second .related-image img {
    width: 100%;
  }

  .related-item-second {
    margin-bottom: -2%;
  }

  #about-sign-symptoms-copd-stages-might.show-desktop-only {
    display: inline-block !important;
  }

  #about-sign-symptoms-copd-stages-might.show-mobile-only {
    display: none !important;
  }

  #what-causes-copd-first-section {
    padding-left: 0;
  }

  #what-causes-copd-first-section .text {
    width: 81%;
  }
}

@media screen and (min-width: 435px) and (max-width: 766px) {
  #talking-to-your-doctor .cmp-container__backgroundImage--enabled {
    min-height: 149px;
    background-size: 100% 106%;
  }

  #talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text h1 {
    max-width: 47.7vw;
  }
}

@media screen and (min-width: 450px) and (max-width: 767px) {
  #what-causes-copd-first-section .about-sign-symptoms span {
    display: block;
  }

  #sign-and-symptoms-first-para p:first-child {
    max-width: none;
    width: 100%;
  }

  #what-causes-copd-first-section .about-sign-symptoms p {
    max-width: none;
    width: 98%;
    /*width: 102%;*/
    ;
  }

  #about-copd #icon-sign-symptoms {
    margin-right: 15px;
    margin-top: 21px;
    margin-left: -3px;
  }

  #page-d66c8eee40 div.cmp-image#icon-sign-symptoms[data-title="icon-genetic-factors"] {
    margin-top: 16px;
  }

  #what-causes-copd-first #text-4cdd31bb9c h2 br {
    display: none;
  }

  #what-causes-copd-first-section {
    padding-left: 15px;
    justify-content: flex-start;
    padding-right: 0;
    gap: 1px;
  }

  #shortness-of-breath-sign-and-symtoms-hr {
    margin: 14px 0 !important;
    margin-bottom: 6px !important;
  }

  #hr-sign-symptoms-tightness {
    margin: 14px 0 !important;
    margin-bottom: -7px !important;
    /*margin-bottom: -3px !important;*/
    ;
  }

  #what-causes-copd-first-section #wheezing-hr-sign {
    margin: 10px 0 !important;
    margin-bottom: -8px !important;
    /*margin-bottom: 0px !important;*/
    ;
  }
}

@media screen and (min-width: 483px) and (max-width: 766px) {
  #error-page #bevespi-side-effects-hero #copd-section-1-text {
    width: 100%;
  }

  #error-page .cmp-container__backgroundImage--enabled {
    min-height: 165.3px;
    background-position: top;
  }

  .isi-last-content-last-one a {
    display: inline-block;
  }

  #sign-and-symptoms-first-para p:first-child {
    max-width: none;
    width: 99%;
  }

  #what-causes-copd-first-section .about-sign-symptoms p {
    max-width: none;
    width: 102%;
  }

  .contextualCTA.what-is-copd-contextualCTA a::after {
    position: absolute;
    right: 5%;
  }
}

@media screen and (min-width: 480px) and (max-width: 497px) {
  #about-sign-symptoms-copd-stages-might.show-desktop-only {
    display: inline-block !important;
  }

  #about-sign-symptoms-copd-stages-might.show-mobile-only {
    display: none !important;
  }

  #what-causes-copd-first-section {
    padding-left: 0;
  }

  #what-causes-copd-first-section .text {
    width: 81%;
  }
}

@media screen and (min-width: 500px) {
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more a,
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-second a,
  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-c45dc53272-panel .bevespi-side-effects p.faq-accordian-learn-more-full a {
    width: 100%;
  }
}

@media screen and (min-width: 509px) {
  #faq .cmp-container__backgroundImage--enabled {
    min-height: 154.6px;
  }

  #page-a5e7948bf2 .types-of-inhalers p:nth-child(2) {
    margin-right: -7px;
  }

  #isi-content-container-second-first {
    margin-top: -10px;
  }
}

@media screen and (min-width: 683px) and (max-width: 766px) {
  #talking-to-your-doctor .cmp-container__backgroundImage--enabled {
    min-height: 121.5px;
  }

  #talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text h1 {
    max-width: 100%;
  }
}

@media screen and (min-width: 610px) and (max-width: 767px) {
  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 493.5px !important;
  }

  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 217px !important;
  }

  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 309px !important;
  }

  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 484px !important;
  }

  #how-to-use-bevespi #how-to-use-video-section-last {
    max-width: 1002px;
    margin: auto;
    width: 72%;
  }

  #copd-treatment-container #copd-section-1-text {
    width: 80%;
  }

  #copd-treatment .cmp-container__backgroundImage--enabled {
    min-height: 134.6px;
  }

  #section-two {
    max-width: 1002px;
    width: 100%;
    padding: 0 12px;
  }

  #hero-right-col-top {
    /*left: -276px;*/
    left: 276px;
  }

  #bevespi-hero-savings-card-container, #openforbreathing {
    left: -376%;
  }

  #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text h1 {
    max-width: 63%;
    /*max-width: 83%;*/
    ;
  }

  #top-navbar ul li {
    padding: 0px 10.8px 1px 0px;
  }

  #top-navbar ul li:not(:first-child):before {
    padding-right: 6px;
    font-size: 16px;
  }

  #about-copd-copd-treatment {
    padding: 0 12px;
    max-width: 600px;
    margin: auto;
    margin-top: 10px;
  }

  #about-copd-copd-treatment-some-treatment {
    max-width: 600px;
    margin: auto;
  }

  #what-causes-copd-container .what-is-copd-text {
    padding: 25px 20px;
    padding-right: 16px;
  }

  #copd-treatment-container #copd-section-fourth-container #copd-section-third-link {
    text-align: right;
  }
}

@media screen and (min-width: 727px) and (max-width: 767px) {
  #bevespi-side-effects .cmp-container__backgroundImage--enabled {
    min-height: 109.3px;
  }
}

@media (min-width: 766px) {
  #top-navbar {
    height: 40px;
  }

  #top-navbar ul li:last-child {
    margin-left: 0;
  }

  #top-scroll-container {
    margin-top: -6.5px;
  }

  #navbar-show {
    padding-bottom: 22px;
    margin-bottom: 2px;
  }

  #ISI-content-fragment .cmp-highlightinfov2__container {
    margin-bottom: -10px;
    margin-top: -10.5px;
  }

  #hero-right-col-top {
    top: 36px;
    left: -10px;
    /*left: -18px;*/
    height: 72px;
  }

  #bevespi-hero-savings-card-text {
    width: 196px;
  }

  #bevespi-hero-savings-card-container {
    margin-top: 198px;
    margin-left: -360px;
  }

  #openforbreathing {
    margin-left: -363px;
  }

  #openforbreathing_img1 img {
    width: 150px;
  }

  #openforbreathing_img2 img {
    width: 190px;
  }

  #taking-bevespi-home .isi-last-content-pink a .side-arrow {
    margin-left: 41px;
  }

  #breathing-room img {
    margin-top: 34px;
    margin-left: 241px;
  }

  #section-two {
    width: 97%;
  }

  #section-two {
    width: 96.8%;
  }

  #section-two p#home-two-24-weeks-para {
    margin-top: 17px;
  }

  #section-two p .individual {
    margin-bottom: 15px;
  }

  #section-two-text {
    padding-bottom: 28px;
  }

  #section-third-container {
    margin-top: -1px;
  }

  #cpcd-photo img {
    margin-top: 21px;
    margin-bottom: 15px;
  }

  .section-two-inside-text-p {
    padding-bottom: 16px;
    padding-top: 0px;
  }

  .cmp-highlightinfov2__icon::before {
    left: 143px;
    /*left: 139.5px;*/
    ;
  }

  /*#footer-text span {*/
  /*  margin-right: 489px;*/
    /*margin-right: 465px;*/
  /*  ;*/
  /*}*/

  #footer-container-inside ul li:nth-child(3) {
    margin-top: -5px;
  }

  .cmp-highlightinfov2.sticky .cmp-highlightinfov2__content ul {
    padding-top: 6px !important;
  }
  
  /* UL styles - sticky */

/* LI styles - sticky */
/*  .cmp-highlightinfov2.sticky .cmp-highlightinfov2__content li {*/
    /*background: blue;*/
/*  }*/
  
  /* UL styles - normal */
  .cmp-highlightinfov2:not(.sticky) .cmp-highlightinfov2__content #isi ul {
    width: 100.5% !important;
  }
/* LI styles - normal */
/*  .cmp-highlightinfov2:not(.sticky) .cmp-highlightinfov2__content li {*/
    /*background: green;*/
/*  }*/

  #isi ul .isi-second-ul {
    padding-bottom: 9px;
  }

  #isi p {
    padding-left: 2px;
  }

  #isi-content-container-second-first {
    margin-top: -18px;
  }

  #isi-approved-flex {
    margin-bottom: 37px;
  }

  #isi-content-container-second-first p:has(+ ul) {
    margin-top: 1px;
    padding-left: 1px;
    margin-bottom: 3px;
  }

  #isi-content-container-second-first .highlighted-isi:first-child {
    margin-top: 7px;
    margin-bottom: 14px;
    margin-left: 1px;
  }

  #footer-container-inside ul {
    margin-top: 31px;
  }

  #copd-treatment .cmp-container__backgroundImage--enabled {
    min-height: 108.3px;
    /*min-height: 134.6px;*/
    ;
  }

  #how-to-use-bevespi-main #copd-section-1-text {
 /*How-to-use-bvespi-inhaler*/
    /*margin-left: -255px;*/
    margin-left: -269px;
  }

  #copd-section-1-text {
    width: 472px;
    /* width: 186%; */
    margin-left: -269px;
    margin-top: 1px;
  }

  #page-039e6b5848 #copd-section-1-text {
    margin-left: 0px;
  }

  #sitemap #bevespi-side-effects-hero #copd-section-1-text {
    width: 237px;
  }

  .copd-section-2-para-two {
    margin-top: 17px;
  }

  #copd-section-2-text {
    max-width: 500px;
  }

  #copd-section-2-inside {
    margin-bottom: 28px;
  }

  #copd-section-third-image-masking img {
    margin-top: 9px;
    margin-top: 2px;
    left: 50%;
    /*left: 0px;*/
    height: 221px;
    width: auto;
    object-fit: contain;
    left: 50%;
    transform: translateX(-50%);
  }

  #copd-section-third-image-masking {
    /*margin-bottom: -22px;*/
    height: 227px;
  }

  #copd-section-third-link {
    margin-top: 27px;
  }

  #copd-section-third-image-masking .inhaler {
    margin: auto;
    height: 236px;
  }

  #how-to-use-section-third-image {
    margin-top: 18px;
  }

  #how-to-use-section-third-inside {
    max-width: none;
  }

  .copd-section-3-heading {
    margin-bottom: 41px;
  }

  #copd-section-third .copd-section-3-heading br,
  #copd-section-third .copd-section-4-heading br {
    display: none;
  }

  #copd-section-fourth-container #copd-section-third-image img {
    padding-top: 29px;
  }

  #copd-section-fourth-container #copd-section-third-link {
    padding: 23.5px 44px 21.5px 5px;
  }

  #copd-section-third-link a {
    text-align: left;
  }

  #copd-section-third-link a#use-this-guide-copd-treatment {
    text-align: right;
  }

  #next-global-link-text {
    margin-bottom: 0;
  }

  #footer-container-inside ul {
    margin-top: 32px;
  }

  #isi-approved-flex {
    margin-bottom: 36px;
  }

  #isi p {
    padding-left: 2px;
  }

  #how-to-use-video-section .video {
    max-width: 626px !important;
    margin: auto;
    margin-bottom: 29px;
    margin-top: 9px;
  }

  #how-to-use-video-section-accordian-item-c0604aa3f5-button .inhaler-prep h3 {
    width: 88%;
  }

  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__icon::before {
    top: 9px;
    left: -420px;
    /*left: -404px;*/ /* How-to-use-bevespi-inhaler*/
    ;
  }

  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__icon::before {
    top: 8px;
    left: -289px;
    /*left: -273px;*/
    ;
  }

  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__icon::before {
    left: -459px;
    /*left: -443px;*/
    ;
  }

  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__icon::before {
    left: -428px;
    /*left: -412px;*/
    ;
  }

  #how-to-use-video-section-accordian-text-1, 
  #how-to-use-video-section-accordian-text-2, 
  #how-to-use-video-section-accordian-text-3, 
  #how-to-use-video-section-accordian-text-4 {
    width: 100%;
  }

  .how-to-use-bevespi-inhaler-first-accordian-first-para {
    margin-bottom: 1.2px;
  }

  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(1),
  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(2),
  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(3),
  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(4) {
    gap: 88.2px;
  }

  #how-to-use-video-section-accordian-text-3 .how-to-use-video-accordian-third-first {
    width: 99%;
  }

  #how-to-use-video-section-accordian-text-4 .how-to-use-video-accordian-fourth-second {
    margin-bottom: -33px !important;
  }

  #how-to-use-video-section-accordian-text-2 .how-to-use-video-section-accordian-second-second {
    width: 100%;
  }

  #how-to-use-video-section-accordian-text-4 .how-to-use-video-section-accordian-text p {
    padding-right: 1px;
  }

  #how-to-use-video-section-accordian-text-1 .how-to-use-bevespi-inhaler-first-accordian-last-second-para {
    margin: 20px -2px -16px -3px;
  }

  #how-to-use-video-section-accordian-text-1 .how-to-use-bevespi-inhaler-first-accordian-last-second-para br {
    display: none;
  }

  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 486px !important;
  }

  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 202.5px !important;
  }

  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 299px !important;
  }

  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 471px !important;
  }

  #how-to-use-video-section-accordian-text-2 .how-to-use-video-section-accordian-second-first, 
  #how-to-use-video-section-accordian-text-4 .how-to-use-video-accordian-fourth-first {
    margin-right: 0;
  }

  #how-to-use-video-section-last {
    width: 67%;
    margin-top: -1px;
    margin-left: 1px;
  }

  .how-to-use-bevespi-make-sure-you {
    width: 102%;
  }

  #how-to-use-bevespi-main .cmp-container__backgroundImage--enabled {
    min-height: 123.3px;
  }

  #how-to-use-last-section {
    padding-right: 8.4px;
  }

  #bevespi-side-effects-hero #copd-section-1-text h1 br {
    display: none;
  }

  #bevespi-side-effects-accordian .cmp-accordion__title {
    max-width: 75.6%;
    padding-top: 2px;
  }

  #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 7px;
  }

  #bevespi-side-effects-accordian .cmp-accordion__item {
    padding-bottom: 27px;
  }

  #bevespi-side-effects-accordian .cmp-accordion__panel {
    padding: 13px 12px;
    padding-top: 16px;
  }

  #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-bff483797b-panel, 
  #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-abe57cd369-panel {
    padding-right: 10px;
  }

  #bevespi-side-effects-accordian-item-abe57cd369-panel .faq-accordian-learn-more a:first-of-type {
    margin-bottom: 19px !important;
  }

  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-0f4025855f-panel .bevespi-side-effects p.faq-accordian-learn-more-full a {
    width: auto;
  }

  #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-a3a4d36377-button {
    margin-top: 0;
    margin-bottom: 0;
  }

  #bevespi-side-effects-check-second-accordian-ul {
    margin-right: -0.5px;
  }

  #bevespi-side-effects-check-second-accordian-ul li {
    margin-bottom: 13px !important;
  }

  #bevespi-side-effects-accordian .bevespi-side-effects ul li::before {
    top: 1px;
  }

  #bevespi-side-effects-accordian-item-6b20b24262-panel {
    padding-top: 16px;
    padding-bottom: 15px;
  }

  #possible-side-effects-ul {
    margin-right: -1px;
  }

  #bevespi-side-effects-last-para span {
    white-space: normal;
  }

  #bevespi-side-effect-link {
    padding: 0 23px;
    padding-bottom: 28px;
  }

  #contact-us .cmp-container__backgroundImage--enabled {
    background-position: top;
  }

  #sitemap-section-two {
    padding-left: 22px;
    padding-right: 22px;
  }

  #page-54ed103e19 #sitemap-section-two {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sitemap h3 {
    margin-top: 8px;
    padding-bottom: 13px;
  }

  #sitemap-section-two .sitemap-section hr {
    width: 34%;
    margin-bottom: 17px;
  }

  #sitemap-section-two .sitemap-section hr:nth-of-type(2) {
    margin-bottom: 18px;
  }

  #sitemap-section-two .sitemap-section hr:nth-of-type(3) {
    margin-bottom: 20px;
  }

  #sitemap-check-first-hr {
    margin-top: -3px;
  }

  #sitemap-check-last-h2 {
    padding-left: 21px;
    padding-bottom: 12px;
  }

  #faq .cmp-container__backgroundImage--enabled {
    min-height: 153.6px;
  }

  #faq #copd-section-1-text {
    width: 47%;
    margin-left: 12px;
  }

  #faq #copd-section-1-text h1 {
    font-size: 45px;
    line-height: 45px;
    margin-top: -35px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more a,
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-second a,
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-full a {
    width: 100%;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects hr {
    width: 98vw;
    margin: auto;
    margin-left: -12px;
    margin-top: 27px;
    border: none;
    border-bottom: 2px solid #e9ebec;
  }

  #faq-accordian-section .faq-section-two-text-about-bevespi {
    margin-top: 16px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-c45dc53272-panel .bevespi-side-effects p.faq-accordian-learn-more-full a {
    width: auto;
  }

  #faq-accordian-section .faq-section-two-text {
    margin-top: 25px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.footnote {
    margin-top: -12px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-second a img {
    left: 10px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-abe57cd369-panel p.faq-accordian-learn-more-second a img {
    left: 4px;
  }

  .faq-accordian-learn-more-second-maintenance a {
    margin-top: -5px;
  }

  #talking-to-your-doctor .cmp-container__backgroundImage--enabled {
    min-height: 121.5px;
  }

  #talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text h1 {
    max-width: 100%;
  }

  #talking-to-your-doctor-copd-para, .finding-personal-motivation-main {
    padding: 0px 22.5px;
  }

  .finding-personal-motivation-main {
    padding: 0px 12px;
  }

  .finding-personal-motivation-main.getting-started-first-div {
    padding: 0px 20px;
  }

  .how-to-use-bevespi.finding-personal-motivation-main .internal-how-use-section, .savings-and-support-section {
    padding: 0 20px;
    width: 755px;
    max-width: none;
  }

  .how-to-know-internal {
    padding: 0 8px;
  }

  .creating-a-routine-page {
    padding-right: 11px;
  }

  .related-item-first .related-image img, .related-item-second .related-image img {
    width: 100%;
  }

  .related-item-first, .related-item-second {
    height: auto;
    margin-bottom: -1.5px;
  }

  .finding-personal-motivation-related-links h3 {
    margin-bottom: 27.5px;
    margin-top: -3.5px;
  }

  #staying-active-h2 {
    max-width: none;
  }

  .finding-personal-motivation-main h2 {
    width: 100%;
  }

  .creating-a-routine-page h2 br {
    display: none;
  }

  .types-of-inhalers {
    margin-right: 0px;
  }

  .creating-contextualCTA a {
    margin-top: 27.5px;
    margin-bottom: 32px;
    /*margin-bottom: 25px;*/
    ;
  }

  #creating-a-routine-last-para {
    margin-right: -7px;
  }

  .what-is-copd-contextualCTA a {
    margin-top: 29.5px;
    margin-bottom: 30.5px;
  }

  .what-is-copd-contextualCTA a:after {
    top: 7px;
    left: 260px;
  }

  #getting-started-copd-management .cmp-container__backgroundImage--enabled {
    min-height: 153.5px;
    background-size: cover;
  }

  #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text h1 {
    max-width: 100%;
    margin-top: -35px;
  }

  .getting-started-div-second img {
    margin: 33.5px auto -26px;
  }

  .internal-how-use-section #getting-started-h2 span {
    display: block;
  }

  #about-copd #copd-section-1-text {
    width: 100%;
    margin-left: 12px;
  }

  .about-copd-tabs {
    width: 100%;
    padding-left: 34px;
  }

  #what-causes-copd-first-section .para-right p:nth-child(2) {
    width: 98%;
    padding-top: 11.5px;
    max-width: none;
  }

  #what-causes-copd-first-section .para-right {
    margin-top: -3px;
    width: 100%;
  }

  #icon-smoke {
    margin-left: 0;
    margin-top: 4px;
  }

  .what-is-copd-top {
    margin-bottom: -2px;
    bottom: -33px;
  }

  #what-causes-copd-first h2 br {
    display: none;
  }

  #sign-and-symptoms-four-container #what-causes-copd-first-section {
    padding: 0 16px;
  }

  #sign-and-symptoms-four-container #what-causes-copd-first-section .about-sign-symptoms p {
    margin-top: 2.5px;
    margin-bottom: -0.5px;
    max-width: 100%;
  }

  #sign-and-symptoms-four-container #what-causes-copd-first-section .text {
    width: 100%;
  }

  #what-causes-copd-first-section .about-sign-symptoms .about-sign-symptoms-wheezing {
    margin-right: 252px;
  }

  #sign-and-symptoms-four-container .responsivegrid:nth-of-type(3) #what-causes-copd-first-section p {
    max-width: 369px;
  }

  #sign-and-symptoms-four-container .responsivegrid:nth-of-type(4) #what-causes-copd-first-section p {
    max-width: 553px;
  }

  #what-causes-copd-first-section .about-sign-symptoms .about-sign-symptoms-wheezing-second {
    margin-right: 61%;
  }

  #about-copd #icon-sign-symptoms {
    position: relative;
    left: -1px;
    top: -1px;
  }

  #about-copd #icon-sign-symptoms-tightness {
    position: relative;
    left: -1px;
    top: -1.5px;
  }

  #hr-sign-symptoms-tightness {
    margin: 15px 0px -3px !important;
  }

  #what-causes-copd-first-section #wheezing-hr-sign {
    margin: 14px 0px -2px !important;
  }

  #sign-and-symptoms-first-para p:first-child {
    padding-top: 14px;
    max-width: 99%;
  }

  #sign-and-symptoms-first-para .cmp-text > hr:first-of-type {
    margin-top: 31px;
  }

  #sign-and-symptoms-first-para p {
    width: 98%;
  }

  #sign-and-symptoms-last-shade {
    margin-top: -7px;
    margin-bottom: -46px;
  }

  .sign-and-symptoms-top {
    bottom: -43px;
  }

  #what-causes-copd-container .what-is-copd-text {
    margin-top: -1px;
  }

  #what-causes-copd-container .what-is-copd-last-text {
    margin-bottom: 26px;
  }

  #what-causes-copd-video .video {
    height: 152px;
    width: 650px;
    margin: auto;
  }

  .what-causes-copd-above-image-text {
    max-width: none;
    margin-top: 13px;
  }

  .what-causes-copd-below-image-text {
    max-width: none;
    margin-top: 4px;
  }

  #what-causes-copd-container .what-is-copd-last-emphysema {
    margin-bottom: -22px;
  }

  #copd-stages-last-hr {
    width: 109%;
    margin-top: 25px !important;
    margin-bottom: -23px !important;
  }

  #what-causes-copd-first h2 {
    /*max-width: 31%;*/
    margin-top: 30.5px;
  }

  .bullet-list ul {
    padding-bottom: 22px !important;
  }

  #copd-stages-categories .categories span {
    margin-top: 2px;
  }

  #sign-and-symptoms-four-container #about-sign-symptoms-copd-stages-might.show-desktop-only {
    display: contents !important;
  }

  #sign-and-symptoms-four-container #about-sign-symptoms-copd-stages-might.show-mobile-only {
    display: none;
  }

  #about-copd #icon-copd-stages {
    margin-right: 15px;
    position: relative;
    top: -1.5px;
    left: -1px;
  }

  #about-copd #icon-copd-stages-second {
    margin-right: 15px;
    position: relative;
    top: -5.5px;
    left: -1px;
  }

  #about-copd #icon-copd-stages-third {
    margin-right: 15px;
    position: relative;
    top: -2px;
    left: -1px;
  }

  #about-copd #icon-copd-stages-fourth {
    margin-right: 15px;
    position: relative;
    top: -6px;
    left: -2px;
  }

  #copd-stages-hr-first {
    margin: 24px 0 !important;
    margin-bottom: -3px !important;
  }

  #copd-stages-hr-second {
    margin: 26px 0 !important;
    margin-bottom: -8px !important;
  }

  #copd-stages-any-history-hr {
    margin-bottom: -3px !important;
  }

  #what-causes-copd-first #copd-treatment-how-is {
    margin-top: 24px;
  }

  #about-copd-copd-treatment p {
    max-width: none;
  }

  #about-copd-copd-treatment {
    margin-left: 63px;
    width: 83%;
  }

  #about-copd-copd-treatment .content-bullets ul li {
    margin-bottom: 2px;
  }

  #about-copd-copd-treatment-some-treatment {
    margin-left: 63px;
  }

  .content-bullets-copd-treatment-about ul {
    max-width: none;
  }

  #about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text {
    max-width: 91%;
  }

  .contains-pink-color-text {
    padding-bottom: 0;
  }

  .copd-treatment-top {
    margin-bottom: 5px;
    bottom: -40px;
  }

  #bevespi-side-effects #bevespi-side-effects-section-one-text p:nth-child(2) {
    padding-right: 9px;
  }

  #bevespi-side-effects-accordian-item-2dd30e741a-panel .bevespi-side-effects ul li:first-of-type {
    margin-right: -1px;
  }

  #sitemap-section-two .sitemap-section {
    padding-left: 21px;
  }

  #error-page .cmp-container__backgroundImage--enabled {
    min-height: 165.3px;
  }

  #error-page #bevespi-side-effects-hero #copd-section-1-text h1 {
    display: flex;
  }

  #error-page #bevespi-side-effects-hero #copd-section-1-text h1 span {
    margin-left: 7px;
  }

  #error-page #bevespi-side-effects-hero #copd-section-1-text {
    max-width: 231px;
  }

  #error-page #sitemap-section-two .text p {
    margin-left: -10px;
  }

  #sitemap #bg_hero-home-mobile-arrow img {
    left: -6px;
  }

  #error-page #sitemap-section-two .text p.page-500 {
    max-width: 817px;
    margin-bottom: 12px;
  }

  #activities-with-copd-last-para {
    margin-top: 0px;
  }

  #breathing-room-wrapper .logo-section img {
    width: 100%;
  }

  .stay-on-track {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg-stay-on-track-desktop.png);
  }

  #isi ul li:nth-of-type(3) {
    margin-right: 0px;
  }

  #breathing-room-section-options .cmp-tabs__tab {
    font-size: 16px;
  }

  .tiles {
    padding: 42px 3% 5% 4.2%;
    height: 300px;
  }

  #sitemap-section-two .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field {
    width: 91.8% !important;
  }

  #error-page #bevespi-side-effects-hero #copd-section-1-text {
    width: 100%;
  }

  #about-copd #copd-section-1-text {
    width: 89%;
  }
}

@media screen and (min-width: 767px) and (max-width: 768px) {
  #about-copd .cmp-container__backgroundImage--enabled {
    background-size: cover;
  }

  .cmp-image:has(.cmp-image--mobile) .cmp-image--desktop {
    display: block;
  }

  #about-copd #copd-section-1-text {
    width: 100%;
  }

  .about-copd-tab-link {
    font-size: 16px;
  }

  .about-copd-tabs {
    padding-left: 12px;
  }

  #what-causes-copd-first #copd-stages-top-div h2 {
    font-size: 32px;
    padding: 0 19%;
    text-align: center;
  }

  #copd-stages-top-div {
    max-width: 755px;
    margin: 0 auto;
    margin-left: -6px;
    margin-right: -6px;
  }

  #copd-stages-top-div .bullet-list ul li {
    margin-left: 50px;
    padding-bottom: 10px;
    text-indent: -0.5em;
  }

  #copd-stages-categories .category-list {
    margin-top: 12px;
  }

  #copd-stages-categories .categories {
    font-size: 23px;
    line-height: 25.3px;
  }

  #copd-stages-categories .categories span {
    margin-top: 6px;
    font-size: 16px;
  }

  #copd-stages-categories .category-list-para {
    margin-top: 18px;
    text-align: center;
  }

  #page-ecc1c583a5 #about-copd #icon-copd-stages, 
  #page-ecc1c583a5 #about-copd #icon-copd-stages-second, 
  #page-ecc1c583a5 #about-copd #icon-copd-stages-third, 
  #page-ecc1c583a5 #about-copd #icon-copd-stages-fourth {
    width: 72px;
  }

  #page-ecc1c583a5 #what-causes-copd-first-section .about-sign-symptoms span {
    font-size: 24px;
  }

  #page-ecc1c583a5 #what-causes-copd-first-section .para-right p {
    font-size: 16px;
  }

  #page-ecc1c583a5 #what-causes-copd-first-section .para-right p br {
    display: none;
  }

  .creating-contextualCTA {
    margin-top: 36.5px;
    text-align: center;
  }

  /*#page-d132e0524f .finding-personal-motivation-main {*/
  /*  padding: 0;*/
  /*}*/

  #page-d132e0524f .related-item-first a:nth-child(2) {
    width: 100%;
  }

  #page-34c3df579e #finding-personal-motivation .cmp-container__backgroundImage--enabled {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/mobile/hero.png) !important;
  }

  #page-34c3df579e .finding-personal-motivation-main {
    /*padding: 0;*/
    padding: 0 9px;
  }

  #page-34c3df579e .finding-personal-motivation-div .finding-personal-motivation-copd-management-first-ul,
  #page-34c3df579e .finding-personal-motivation-div .finding-personal-motivation-making-personal-para {
    margin-right: 0;
  }

  #page-34c3df579e .finding-personal-motivation-related-links {
    margin: 0px 0 -9px 0;
  }

  .related-item-first, .related-item-second {
    height: auto;
    margin-bottom: -1.5px;
    width: 333.96px;
    float: left;
    margin-bottom: 10px;
    height: 100%;
    overflow: visible;
  }

  .related-item-first a:first-child, .related-item-second a:first-child {
    display: inline-block;
    width: 45%;
    float: left;
    margin-right: 5%;
    width: 100%;
    margin-right: 0;
  }

  .related-item-first .related-image img, .related-item-second .related-image img {
    width: 100%;
    width: 328px;
  }

  .related-item-first a:nth-child(2), .related-item-second a:nth-child(2) {
    width: 100%;
    font-size: 16px;
    padding-left: 4px;
    margin-top: -3px;
    margin-bottom: 6px;
    line-height: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 769px) {
  #logo-container {
    margin-top: 0;
  }

  .about-copd-tab-link {
    font-size: 13.2px;
  }

  #logo-navbar img {
    width: 289px;
  }

  #navbar-show {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #about-copd #copd-section-1-text h1 {
    line-height: 45px;
    font-size: 45px;
  }

  .about-copd-tabs {
    background: rgb(246, 246, 246);
    z-index: 1;
    margin-top: -21px;
    height: 64.1px;
    padding: 24px 12px;
  }

  .about-copd-tab-item {
    margin-right: 12px;
    padding-right: 5.5px;
    font-size: 13.2px;
  }

  #about-copd .cmp-container__backgroundImage--enabled {
    min-height: 183.5px;
    margin-top: 0;
    background-size: cover;
  }

  #about-copd #icon-copd-stages {
    width: 72px;
  }

  #sign-and-symptoms-four-container #what-causes-copd-first-section {
    gap: 10px;
  }

  #what-causes-copd-first-section .para-right {
    margin-top: 24px;
    width: 100%;
  }

  #what-causes-copd-first-section .para-right p, #sign-and-symptoms-four-container #about-sign-symptoms-copd-stages-might {
    font-size: 18px;
    line-height: 18px;
  }

  #what-causes-copd-first-section .about-sign-symptoms-copd-stages span {
    font-size: 24px;
    margin-right: 0;
    line-height: 18px;
    margin-bottom: 0;
  }

  #what-causes-copd-first-section .about-sign-symptoms-copd-stages br {
    display: none;
  }

  #copd-stages-hr-first {
    margin: 43px 0 !important;
    margin-bottom: -10px !important;
  }

  #about-copd #icon-copd-stages-second {
    width: 72px;
    top: 6px;
  }

  #sign-and-symptoms-four-container .responsivegrid:nth-of-type(3) #what-causes-copd-first-section p {
    max-width: none;
  }

  #copd-stages-hr-second {
    margin: 36px 0 !important;
    margin-bottom: -10px !important;
  }

  #about-copd #icon-copd-stages-third {
    width: 72px;
    top: 4px;
  }

  #about-copd .copd-stages-any-history span {
    margin-bottom: 0;
  }

  #about-copd #icon-copd-stages-fourth {
    width: 72px;
    top: -3px;
  }

  #copd-stages-any-history-hr {
    margin: 39px 0 !important;
    margin-bottom: -5px !important;
  }

  #sign-and-symptoms-four-container .responsivegrid:nth-of-type(4) #what-causes-copd-first-section p {
    max-width: none;
  }

  #copd-stages-last-hr {
    width: 109%;
    margin-top: 47px !important;
    margin-bottom: -23px !important;
  }

  #sign-and-symptoms-four-container #what-causes-copd-first-section {
    max-width: 746px;
    margin: 0 auto;
    padding: 0 7px 0 0;
  }

  #sign-and-symptoms-four-container {
    max-width: 1002px;
    margin: auto;
  }

  #what-causes-copd-first h2 {
    font-size: 32px;
    margin: 30.5px auto 30px;
    max-width: 100%;
    text-align: center;
    line-height: 32px;
  }

  #page-8f9a7fab64 #what-causes-copd-first h2 {
    margin: 26.5px auto 24px;
  }

  #what-causes-copd-first p#sign-and-symptoms-checking-first {
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px !important;
    line-height: 1.2em;
  }

  #icon-sign-symptoms {
    width: 72px;
  }

  #435b8b2d-3135-498c-bba1-6d2573ed0ead {
    top: 0;
  }

  #page-8f9a7fab64 #about-copd #icon-sign-symptoms {
    margin-right: 15px;
    top: 12px;
    margin-left: 10px;
  }

  #sign-and-symptoms-four-container > .container.responsivegrid:nth-of-type(1) #icon-sign-symptoms {
    top: 5px !important;
  }

  #page-8f9a7fab64 #about-copd #icon-sign-symptoms-tightness {
    width: 72px;
    margin-left: 10px;
  }

  #page-8f9a7fab64 #sign-and-symptoms-four-container #what-causes-copd-first-section .about-sign-symptoms p {
    font-size: 18px;
    line-height: 18px;
  }

  #page-8f9a7fab64 #sign-and-symptoms-four-container #what-causes-copd-first-section .about-sign-symptoms span {
    font-size: 24px;
    line-height: 24px;
    margin-right: 0;
  }

  #sign-and-symptoms-four-container > .container.responsivegrid:nth-of-type(1) .about-sign-symptoms p {
    margin-top: 7px !important;
    margin-bottom: -6px !important;
  }

  #page-8f9a7fab64 #what-causes-copd-first-section .para-right {
    margin-top: 20px;
  }

  #shortness-of-breath-sign-and-symtoms-hr {
    margin: 47px 0 !important;
    margin-bottom: 10px !important;
  }

  #about-copd #icon-sign-symptoms-tightness {
    width: 72px;
    margin-left: 3px;
  }

  #hr-sign-symptoms-tightness {
    margin: 46px 0px -16px !important;
  }

  #what-causes-copd-first-section .about-sign-symptoms .about-sign-symptoms-wheezing {
    margin-right: 0px;
  }

  #what-causes-copd-first-section #wheezing-hr-sign {
    margin: 48px 0px -23px !important;
  }

  #bdcdbf7a-3926-4e8b-a889-ee7dd5efdae7 #icon-sign-symptoms {
    margin-top: 25px;
  }

  #what-causes-copd-first-section .about-sign-symptoms .about-sign-symptoms-wheezing-second {
    margin-right: 0;
  }

  #sign-and-symptoms-first-para {
    max-width: 1002px;
  }

  #sign-and-symptoms-first-para p:first-child {
    max-width: 850px;
    margin: auto;
    width: 76vw;
    font-size: 14px;
    text-align: center;
    padding-top: 45px;
  }

  .sign-and-symptoms-flex-para hr {
    width: 50%;
  }

  .sign-and-symptoms-heading {
    font-size: 32px;
    max-width: 850px;
    width: 101%;
    padding-bottom: 38px;
  }

  .sign-and-symptoms-heading b {
    font-size: 32px;
  }

  #sign-and-symptoms-first-para p:last-of-type {
    max-width: 750px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    width: 705px;
    /*padding-top: 48px;*/
    padding-top: 59px;
    padding-left: 5px;
  }

  .sign-and-symptoms-flex-para {
    margin-left: 0;
    margin-top: 34px;
  }

  #page-d66c8eee40 #what-causes-copd-first p {
    font-size: 16px;
    text-align: center;
  }

  #page-d66c8eee40 #what-causes-copd-first {
    margin-bottom: -2px;
  }

  #page-d66c8eee40 #icon-smoking {
    width: 72px;
    top: 15px;
  }

  #page-d66c8eee40 #icon-smoke {
    width: 72px;
    top: 7px;
    margin-top: 2px;
  }

  #page-d66c8eee40 #what-causes-copd-first-section {
    max-width: 957px;
    margin: auto;
  }

  #page-d66c8eee40 #text-28dcfa8a4b #what-causes-copd-first-section-first-hr {
    margin-bottom: 3px;
  }

  #page-d66c8eee40 #text-82caee540d #what-causes-copd-first-section-first-hr {
    margin: 29px 0px;
    margin-bottom: 3px;
  }

  #page-d66c8eee40 #text-b353459f35 #what-causes-copd-first-section-first-hr {
    margin: 34px 0px;
    margin-bottom: 3px;
  }

  #what-causes-copd-first-section .para-right {
    display: flex;
    margin-top: 0;
    gap: 4px;
  }

  #what-causes-copd-first-section .para-right p i.show-mobile-only {
    display: none;
  }

  #what-causes-copd-first-section .para-right p i.show-desktop-only {
    display: block;
  }

  #what-causes-copd-first-section .para-heading {
    width: 205px;
    display: flex;
    height: 100%;
    font-size: 24px;
    line-height: 24px;
    align-items: center;
    font-weight: 700;
    position: relative;
    top: 9px;
    left: 5px;
  }

  #text-b353459f35 .para-heading {
    padding-right: 9px;
  }

  #text-0dacccf8b5 .what-is-chronic-very-first-para {
    text-align: center;
    max-width: 642px;
  }

  #text-0dacccf8b5 .what-causes-copd-para-child-third {
    text-align: center;
    max-width: 642px;
    margin-bottom: 32px;
    margin-top: 0;
  }

  #text-0dacccf8b5 h2 {
    margin: 24.5px auto 21px;
  }

  #page-9bd89b2423 #what-causes-copd-container .what-is-copd-text {
    padding: 30px 35px;
  }

  #page-9bd89b2423 #what-causes-copd-container .what-is-copd-text h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }

  #what-causes-copd-video .video .cmp-video__player {
    height: 368px !important;
    padding: 0;
  }

  #what-causes-copd-video .video {
    height: 368px;
    width: 626px;
    margin: auto;
  }

  #what-causes-copd-container .what-is-copd-last-text {
    margin-bottom: 16px;
    margin-top: 18px;
  }

  .what-causes-copd-above-image-text {
    max-width: none;
    margin-top: 32px;
    margin-bottom: 14px;
  }

  .what-causes-copd-diagnosed-image {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }

  .what-causes-copd-diagnosed-image img {
    width: 336px;
    height: 149.48px;
    object-fit: contain;
  }

  .what-causes-copd-diagnosed-image img:nth-child(2) {
    width: 336px;
    height: 152.88px;
    object-fit: contain;
  }

  #what-causes-copd-diagnosed hr {
    width: 63%;
    margin-top: 48px;
    margin-bottom: 26px;
  }

  #page-9bd89b2423 #what-causes-copd-container {
    max-width: 1002px;
    margin: auto;
  }

  .what-causes-copd-below-image-text {
    margin: 4px 8% 16px;
    text-align: center;
  }

  .cmp-highlightinfo__content p {
    font-size: 18px;
  }

  #faq .cmp-container__backgroundImage--enabled {
    min-height: 282.5px;
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg_hero_faqs.png) !important;
  }

  #faq #bg_hero-home-mobile-arrow img {
    display: none;
  }

  #faq-accordian-section .faq-section-two-text {
    font-size: 32px;
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }

  #faq-section-two #open-for-info {
    text-align: center;
  }

  #faq #open-for-info img {
    width: 308px;
    height: 172px;
    background-size: cover;
    padding: 0;
    margin-top: 45px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 2px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__title {
    width: 100%;
  }

  #faq-accordian-section .faq-section-two-text.faq-section-two-text-about-bevespi {
    margin-top: -10px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__item {
    padding: 24px 0;
    padding-bottom: 26px;
  }

  #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text h1 {
    max-width: 83%;
  }

  #page-34c3df579e #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text h1 {
    max-width: 60%;
  }

  #page-91fe5286b7 #finding-personal-motivation .cmp-container__backgroundImage--enabled {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/mobile/hero.png) !important;
  }

  .what-is-copd-contextualCTA {
    text-align: center;
  }

  .what-is-copd-contextualCTA a {
    padding: 0 0px 0 12px;
    gap: 15px;
  }

  .related-item-first, .related-item-second {
    height: auto;
    margin-bottom: -1.5px;
    width: 333.96px;
    float: left;
    margin-bottom: 10px;
    height: 100%;
    overflow: visible;
  }

  .related-item-first a:first-child, .related-item-second a:first-child {
    display: inline-block;
    width: 45%;
    float: left;
    margin-right: 5%;
    width: 100%;
    margin-right: 0;
  }

  .related-item-first .related-image img, .related-item-second .related-image img {
    width: 100%;
    width: 328px;
  }

  .related-item-first a:nth-child(2), .related-item-second a:nth-child(2) {
    width: 100%;
        /* width: 94%; */
    font-size: 16px;
    padding-left: 4px;
    margin-top: -3px;
    margin-bottom: 6px;
        /* margin-bottom: 25px; */
    line-height: 16px;
  }

  .about-copd-tab-link {
    font-size: 13.2px;
  }

  #what-causes-copd-first #copd-treatment-how-is {
    max-width: 100%;
  }

  #what-causes-copd-first #copd-treatment-how-is {
    margin: 30.5px auto 22px;
    margin-top: 24px;
  }

  #what-causes-copd-first #how-is-copd-treated p {
    margin-bottom: 17px;
    width: 740px;
    max-width: 635px;
    text-align: center;
  }

  #what-causes-copd-first #how-is-copd-treated p:last-of-type {
    max-width: 755px;
    width: 100%;
  }

  #about-copd-copd-treatment {
    max-width: 1002px;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  #about-copd-copd-treatment p {
    font-size: 14px;
    text-align: center;
    margin: auto;
    max-width: 1002px;
    width: 52%;
    margin-bottom: 9px;
  }

  #about-copd-copd-treatment .content-bullets {
    margin: auto;
    max-width: 1002px;
    width: 50%;
    padding-left: 0px;
  }

  #about-copd-copd-treatment .content-bullets ul {
    line-height: 16px;
    margin-left: -55px;
  }

  #about-copd-copd-treatment .content-bullets ul li {
    font-size: 14px;
    line-height: 14px;
    padding: 1px 8px;
  }

  #about-copd-copd-treatment hr {
    width: 80%;
    max-width: 1002px;
    margin: 46px auto;
    margin-bottom: 20px;
  }

  #about-copd-copd-treatment-some-treatment {
    max-width: 1002px;
    margin: auto;
  }

  #about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text:first-of-type {
    margin-bottom: 11px;
    margin-top: 10px;
  }

  #about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text:nth-of-type(2) {
    margin-bottom: 6px;
    width: 83.5%;
  }

  #what-causes-copd-container .what-is-copd-text {
    padding: 30px 35px;
  }

  #what-causes-copd-container .what-is-copd-text h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }

  #what-causes-copd-container .what-is-copd-text p {
    font-size: 14px;
  }

  #what-causes-copd-container .what-is-copd-text p {
    font-size: 14px;
  }

  .content-bullets-copd-treatment-about ul {
    padding-left: 38px !important;
    padding-top: 9px !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
    line-height: 16px;
  }

  .content-bullets-copd-treatment-about ul li {
    font-size: 14px;
    line-height: 16px;
  }

  #what-causes-copd-container .what-is-copd-text p {
    font-size: 14px;
  }

  .finding-personal-motivation-related-links {
    margin: 0px 0 -9px 0;
  }

  .related-item-first a:nth-child(2), .related-item-second a:nth-child(2) {
    padding-left: 0;
    margin-top: -11px;
    margin-bottom: 20px;
  }

  .related-item-first a:nth-child(2) {
    padding-left: 4px;
  }

  #about-copd .cmp-container__backgroundImage--enabled {
    min-height: 233px;
  }

  #about-copd #copd-section-1-text {
    width: 41.11vw;
  }

  .creating-contextualCTA {
    text-align: center;
  }
}

@media (min-width: 769px) {
  #footer-br {
    display: none;
  }

  #footer-logo img {
    margin: 40px 0 10.5px 12px;
  }

  .cmp-highlightinfo__content p {
    font-size: 18px;
  }

  #bevespi-isi-section > ul:nth-of-type(2) {
    padding-bottom: 18px;
  }

  .creating-contextualCTA {
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  
  #searchbox-main-component .searchbox {
    display: block;
    width: 192.02px;
    height: 1px;
    position: relative;
    top: -40px;
    left: 80.6%;
    /*left: 75%;*/
    ;
  }

  .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field {
    width: 192.02px !important;
    border: none !important;
  }

  #searchbox-main-component .searchbox .cmp-searchbox__field {
    display: flex;
  }

  .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__input {
    /*font-family: 'Gotham-Book';*/
    font-family: 'Gotham';
    font-weight: 400;
    flex-grow: unset !important;
    width: 156px;
    height: 39px;
    padding: 1px 2px 1px 18px !important;
    outline: 1px solid #dcdcdc !important;
    background-color: #dcdcdc !important;
  }

  .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__button {
    border: 1px solid transparent !important;
    outline: 1px solid transparent;
    height: 40px;
    max-width: 36px;
    margin-top: -1px;
    background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_grey-arr-right.png) no-repeat center !important;
    background-size: 17px 17px !important;
    background-color: #bebebe !important;
    color: transparent;
  }

  #top-navbar ul li {
    font-size: 12px;
  }

  #top-navbar ul {
    width: 79%;
  }

  #explore-navbar + a[role="button"] {
    top: 75px;
    /*top: 79px;*/
    right: 0;
    left: 10px;
    border: 2px solid #17265F;
    border-bottom: none;
    border-radius: 20px 20px 0px 0px;
    height: 46px;
    width: 196px;
    padding: 24px 0;
    color: #172660;
    padding-left: 2px;
    gap: 9px;
  }

  [data-enable-hamburger="true"].hamburger-enabled .ic-hamburger .hamburger-wrapper {
    width: 25.3px !important;
    height: 21.3px !important;
    top: 1px;
    left: -61px;
  }

  [data-enable-hamburger="true"].hamburger-enabled .ic-hamburger .hamburger-wrapper::after {
    font-size: 22px;
    top: -1.5px;
    left: 34px;
  }

  #navbar-desktop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*gap: 53px;*/
    max-width: 100%;
    /*gap: 61px;*/
    gap: 29px;
    /*max-width: 1002px;*/
    /*max-width: 970px;*/
    /*max-width: 954px;*/
    padding: 0 12px;
    margin-top: -1%;
  }

  #navbar-show, #logo-container, #HCP-container, #top-nav-container .image {
    display: none;
  }

  #navbar-text-desktop #HCP-container {
    display: flex;
    gap: 61px;
    margin-top: -13px;
  }

  #us-consumers-container {
    height: 0;
  }

  #logo-container-desktop img {
    /*width: 97%;*/
    width: 100%;
    margin-top: 5%;
  }

  #navbar-text-desktop {
    max-width: 61%;
    /*max-width: 55%;*/
    margin-top: 0.5%;
    /*margin-top: 4.5%;*/
    ;
  }

  #HCP-container .text:first-of-type #us-consumers-text-desktop p {
    width: 92%;
  }

  #us-consumers-text-desktop p {
    max-width: 100%;
  }

  #navbar-show-desktop .special-use-br {
    display: none;
  }

  #navbar-show-desktop {
    margin-left: 0px;
    margin-top: 8px;
  }

  #contact-us .cmp-container__backgroundImage--enabled {
    min-height: 285px;
  }

  #page-7c70c30478 #error-page #sitemap-section-two .text p.page-500 {
    margin-bottom: -4px;
    margin-top: 5.6%;
  }

  #contact-us #bevespi-side-effects-hero #copd-section-1-text {
    max-width: 100%;
    margin-top: 0;
  }

  #sitemap #bevespi-side-effects-hero #copd-section-1-text h1 {
    margin-top: -3px;
    font-size: 45px;
  }

  #sitemap-section-two {
    width: 60.5%;
    padding-right: 19px;
    padding-left: 19px;
  }

  .sitemap h3 {
    font-size: 28px;
    margin-top: 36.5px;
    padding-bottom: 25px;
    margin-bottom: 29px;
  }

  #sitemap-section-two .text p {
    font-size: 20px;
    margin: 19.7px 0;
  }

  #sitemap-section-two .text .sitemap-section .sub-link {
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 20.5px;
    line-height: 22px;
  }

  #sitemap-section-two .sitemap-section .support-service {
    margin-top: 16px;
    margin-bottom: 15px !important;
  }

  .sitemap-section > p.support-service:nth-of-type(2) {
    margin-top: -5px;
    margin-bottom: 19px !important;
  }

  #sitemap-section-two .text .sitemap-section .second-sub-link-section .sub-link:first-child {
    margin-top: 0;
  }

  #sitemap-section-two .text .sitemap-section .second-sub-link-section .sub-link {
    line-height: 22px;
    margin-bottom: 19px;
  }

  #sitemap-section-two .sitemap-section hr {
    width: 25%;
    margin-bottom: 40px;
  }

  #sitemap-section-two .sitemap-section hr:nth-of-type(2),#sitemap-section-two .sitemap-section hr:nth-of-type(3) {
    margin-bottom: 38px;
  }

  #sitemap-check-first-hr {
    margin-top: 6%;
    margin-bottom: 6%;
  }

  #sitemap-check-last-h2 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 5%;
  }

  #sitemap-check-second-hr {
    margin-bottom: -4%;
  }

  #sitemap-section-two .sitemap-section {
    padding-right: 0%;
  }

  #isi-content-container-second-first .highlighted-isi:first-child {
    font-size: 18px;
  }

  #isi ul li {
    font-size: 15px;
    padding-left: 6px;
    line-height: 15px;
    margin: 7.5px 0;
    margin-bottom: 4.8px;
  }

  .isi-sticky-container ul li {
    width: 100%;
  }

  #isi-content-container-second-first > ul > li:first-child {
    padding-right: 33px;
  }

  #isi p {
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #isi-approved-flex img {
    width: 11px;
  }

  #isi ul .isi-second-ul {
    padding-bottom: 0;
  }

  #bevespi-isi-section > ul:nth-of-type(2) {
    padding-bottom: 10px;
  }

  #bevespi-isi-section > ul:nth-of-type(2) ~ p:nth-of-type(3) {
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
    margin: 25px 0;
    margin-top: 27px;
  }

  #footer-container-inside ul {
    flex-direction: row;
    align-items: center;
    margin: 34px 0 22px 0;
    line-height: 14px;
    padding: 0;
  }

  #footer-container-inside ul li:first-child, #footer-container-inside ul li:nth-child(2) {
    height: 16.5px;
  }

  #footer-text p {
    font-size: 15px;
  }

  #footer-logo img {
    width: 141px;
    margin-bottom: 46px;
  }

  #isi-approved-flex {
    margin-bottom: -5px;
  }

  #footer-container-inside ul li {
    height: auto;
    padding: 0.5px 12px;
    padding-bottom: 0;
  }

  #footer-text {
    padding: 4px 12px;
    padding-bottom: 0;
  }

  #isi-content-container-second-first .highlighted-isi:not(:first-of-type) {
    font-size: 18px;
    margin-bottom: 22px;
    margin-top: 23px;
  }

  #isi-content-container-second-first p:last-child {
    padding: 0px 70px 0px 0px;
    margin-top: 0px;
    /*margin-top: 13px;*/
    padding: 0;
    padding-left: 2px;
    width: 100.5%;
    font-size: 18px;
  }

  #ISI-content-fragment {
    margin-top: 37px;
  }

  #text-9849ed9c22 .isi-last-content {
    font-size: 16px;
    margin-top: 4px;
  }

  #isi-content-container-second-first p:has(+ p.highlighted-isi), 
  #isi-content-container-second-first .highlighted-isi:not(:first-of-type),  
   .isi-last-content-last-one, #usa-flag .isi-last-content, #isi-footer-top p {
    padding-left: 2px;
  }

  #isi-content-container-second-first p:has(+ p.highlighted-isi) {
    margin-top: 0px;
    padding-left: 2px;
    padding-right: 2px;
  }

  #isi-approved-flex .isi-last-content-last-one {
    padding-left: 0;
    padding-right: 10%;
    margin-top: 0;
  }

  #isi-approved-flex #isi-last-content-i {
    padding-left: 3px;
  }

  #usa-flag {
    margin-top: 0.5px;
  }

  #usa-flag .isi-last-content {
    font-size: 16px;
  }

  #isi-footer-top p {
    padding-right: 3%;
  }

  #contact-us #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px;
    max-width: 100%;
    margin-top: 39px;
  }

  #contact-us-section-two .text p:first-child {
    margin-bottom: 10px;
    font-size: 16px;
  }

  #contact-us-section-two .text p {
    font-size: 16px;
  }

  #contact-us-section-two .text {
    margin-top: 42px;
    margin-bottom: -8px;
  }

  #error-page #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px;
    line-height: 45px;
    width: 104%;
    /*flex-direction: column;*/ /*for 404*/
    ;
  }

  #error-page #sitemap-section-two {
    width: 100%;
    padding-left: 12px;
  }

  #error-page #bevespi-side-effects-hero #copd-section-1-text h1 span {
    margin-left: 14px;
  }

  #error-page #sitemap-section-two .text p {
    margin-left: 0;
    /*margin-top: 5.5%;*/
    margin-top: 4.4%;
 /*404*/
    font-size: 16px;
    width: 87%;
  }

  #error-page #sitemap-section-two .text p:nth-child(2) {
    font-weight: normal;
    /*font-family: 'GothamHTF-Medium';*/
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 6px;
  }

  #error-page #sitemap-section-two .text p:nth-child(2) a {
    margin-left: 0;
    height: 50px;
    width: 342px;
    font-size: 20px;
  }

  #error-page #sitemap-section-two .text p:nth-child(2) img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }

  .cmp-highlightinfov2.sticky .cmp-highlightinfov2__content {
    padding-left: 0;
  }

  .cmp-highlightinfov2.sticky .cmp-highlightinfov2__content #isi ul {
    padding: 3px 0px 11px 12px;
  }

  #container-0a67d195a6 {
    overflow-x: hidden;
  }

  .finding-personal-motivation-main.getting-started-first-div #getting-started-h2 {
    font-size: 32px;
    line-height: 32px;
    width: 80%;
    text-align: center;
    margin: 22px auto 17px;
    padding-right: 11%;
  }

  .finding-personal-motivation-main.getting-started-first-div p, #getting-started-second-div p {
    font-size: 16px;
    text-align: center;
  }

  /*.finding-personal-motivation-main.getting-started-first-div p {*/
  /*  margin-right: -2px !important;*/
  /*}*/

  .finding-personal-motivation-main.getting-started-first-div {
    max-width: 830px;
    width: 100%;
    margin: 22px auto 0 !important;
  }

  #getting-started-second-div {
    max-width: 1002px;
    width: 100%;
  }

  #getting-started-second-div .getting-started-div-fourth p:first-of-type {
    max-width: 580px;
    width: 42%;
    margin: 22px auto 0 !important;
    /*margin: 26px auto 0 !important;*/
    ;
  }

  #getting-started-second-div .getting-started-div-fourth p {
    max-width: 580px;
    width: 100%;
    margin: 29px auto 0 !important;
  }

  #getting-started-second-div .getting-started-div-second p {
    max-width: 755px;
    /*width: 755px;*/
    margin: 26px auto 0 !important;
  }

  .getting-started-div-second {
    max-width: 755px;
    width: 100%;
    margin: -2px auto 0;
  }

  #getting-started-second-div #getting-started-h2 {
    font-size: 32px;
    line-height: 32px;
    width: 60.91vw;
    text-align: center;
    margin: 48px auto 53px;
  }

  .finding-personal-motivation-main.getting-started-first-div, #getting-started-second-div .getting-started-second-div {
    /*padding: 0;*/
    padding: 0 12px;
 /*getting started page*/
    ;
  }

  #getting-started-second-div .getting-started-second-div {
    width: auto !important;
  }

  #getting-started-second-div .show-mobile-only {
    display: none;
  }

  #getting-started-second-div hr.show-desktop-only {
    display: block;
    width: 20%;
    margin: 44px auto 20px;
  }

  #getting-started-second-div hr.show-desktop-only:nth-of-type(2) {
    margin: -2px auto 44px;
  }

  #getting-started-second-div .show-desktop-only {
    display: block;
  }

  #getting-started-second-div #sticking-with-bevespi {
    display: flex;
    padding-left: 11px;
    max-width: 780px;
    margin: 0 auto;
  }

  #getting-started-second-div #sticking-with-bevespi .getting-started-div-third {
    margin-right: -20px;
  }

  #getting-started-second-div #sticking-with-bevespi .getting-started-div-third p:first-of-type {
    font-size: 20px;
  }

  #getting-started-second-div #sticking-with-bevespi img:first-of-type {
    max-width: 170px;
    /*margin-right: -8px;*/
    margin-right: 12px;
    position: relative;
    margin-top: -15px;
    left: 20px;
  }

  .how-to-know-internal .getting-started-div-fourth img {
    max-width: 100%;
  }

  .how-to-know-internal .getting-started-div-fourth p:first-of-type {
    font-size: 20px !important;
    max-width: 580px;
    width: 41.4%;
    margin: 0 auto;
    margin-bottom: 31px;
    margin-top: 24px !important;
  }

  .how-to-know-internal .getting-started-div-fourth p:nth-of-type(2) {
    max-width: 1002px;
    width: 77%;
    margin: 0 auto;
  }

  .how-to-know-internal .getting-started-div-fourth ul {
    /*max-width: 585px;*/
    max-width: 590px;
    margin: 0 auto;
    text-align: center;
    margin-top: 7.5px !important;
    margin-bottom: 18.5px !important;
  }

  .how-to-know-internal .getting-started-div-fourth ul li {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 6px;
  }

  #getting-started-second-div {
    padding-bottom: 35px;
    /*padding-bottom: 60px;*/
    ;
  }

  .how-to-use-bevespi.finding-personal-motivation-main .internal-how-use-section {
    max-width: 660px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 44px;
  }

  .internal-how-use-section #getting-started-h2 {
    font-size: 32px;
    text-align: center;
    line-height: 32px;
    margin: 20.5px auto 50px;
  }

  .how-to-use-bevespi.finding-personal-motivation-main {
    padding-top: 48px !important;
    width: 100%;
  }

  .internal-how-use-section .getting-started-div-second p:first-child {
    margin: 0px auto 17px 0 !important;
    line-height: 17.6px;
    font-size: 16px;
    text-align: center;
  }

  .internal-how-use-section .getting-started-div-second p:nth-child(2) {
    margin-bottom: 23px;
    font-size: 16px;
    text-align: center;
  }

  .save-on-bevespi {
    margin-top: 33.5px;
  }

  .save-on-bevespi .savings-offer {
    padding: 9px 15px 10px 29.5px;
    height: auto;
    width: 211px;
  }

  .save-on-bevespi .pink-right {
    right: 43.5px;
  }

  .savings-and-support-internal .save-on-bevespi {
    margin-top: 22.5px;
  }

  .savings-and-support-internal .save-on-bevespi .savings-offer {
    padding: 9px 15px 10px 30px;
  }

  .internal-how-use-section hr {
    margin: 45px auto 40px;
    width: 100%;
  }

  .internal-how-use-section .getting-started-div-fourth #getting-started-div-fourth-first-p {
    font-size: 20px;
    margin-bottom: 15px !important;
  }

  .internal-how-use-section .getting-started-div-fourth p:nth-of-type(2), .internal-how-use-section .getting-started-div-fourth p:nth-of-type(3) {
    margin-bottom: 3px;
    font-size: 16px;
    text-align: center;
  }

  .internal-how-use-section .getting-started-div-fourth p:nth-of-type(2) {
    margin-bottom: 10px;
  }

  .savings-and-support-internal {
    max-width: 378px;
    margin: auto;
    margin-top: 57px;
    margin-bottom: 36px;
    text-align: center;
  }

  .savings-and-support-internal .show-mobile-only {
    display: none;
  }

  .savings-and-support-internal #getting-started-h2 {
    text-align: center;
    margin: 0px auto 33px 0;
    line-height: 32px;
    font-size: 32px;
  }

  /*.savings-and-support-internal .getting-started-div-second {*/
  /*  margin-left: 8px;*/
  /*  width: 100%;*/
  /*}*/

  .savings-and-support-internal .finding-personal-motivation-div p:first-child {
    font-size: 20px;
    margin-top: 42px !important;
  }

  #getting-started-copd-management .cmp-container__backgroundImage--enabled {
    min-height: 253px;
  }

  #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px !important;
    max-width: 80%;
    margin-top: -25px;
    line-height: 45px;
  }

  .cmp-highlightinfov2.sticky .cmp-highlightinfov2__title .isi-head {
    font-size: 18px;
  }

  .cmp-highlightinfov2__icon {
    max-width: 1002px;
    margin: 0 auto;
  }

  .cmp-highlightinfov2__icon::before {
    left: 75px;
  }

  #getting-started-copd-management .cmp-container__backgroundImage--enabled {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/hero-desktop-ddg.png);
    min-height: 296px;
  }

  #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px;
    max-width: 80%;
    margin-top: 13px;
    /*margin-top: -25px;*/
    line-height: 45px;
  }

  .savings-and-support-internal .getting-started-div-second {
    margin-left: 29px;
    width: 99%;
  }

  #talking-to-your-doctor .cmp-container__backgroundImage--enabled {
    min-height: 444px;
  }

  #talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px;
    line-height: 45px;
    margin-left: 12px;
    max-width: 38vw;
    /*max-width: 39vw;*/
    margin-top: 0;
  }

  #talking-to-your-doctor-copd-para {
    max-width: 77%;
    margin: auto;
    padding: 0;
  }

  #talking-to-your-doctor-copd-para h2 {
    font-size: 32px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 50px;
    line-height: 1em;
  }

  #talking-to-your-doctor-copd-para p {
    color: #797979;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
  }

  #talking-to-your-doctor-copd-para-hr {
    margin-top: 45px;
    margin-bottom: -20px;
  }

  #about-copd .cmp-container__backgroundImage--enabled {
    min-height: 284px;
    /*min-height: 239px;*/
    background-size: cover;
    margin-top: 0;
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg_hero_about_copd_full.png) !important;
  }

  #about-copd #copd-section-1-text h1 {
    margin-top: -33px;
    line-height: 45px;
    font-size: 45px;
  }

  #about-copd #copd-section-1-text {
    /*width: 100%;*/
    width: 41.11vw;
  }

  .about-copd-tabs {
    margin-top: -24px;
    z-index: 1;
    background: #f6f6f6;
    padding: 28px 9.6px;
    padding-left: 8px;
    height: 61.4px;
  }

  .about-copd-tab-link {
    font-size: 13.2px;
  }

  .about-copd-tab-item {
    margin-right: 12.5px;
    padding-right: 6.5px;
  }

  #what-causes-copd-first #copd-treatment-how-is {
    margin: 30px 0;
    /*margin-top: 29px;*/
    font-size: 32px;
    max-width: 100%;
    text-align: center;
  }

  #what-causes-copd-first #how-is-copd-treated p {
    margin-bottom: 16px;
    font-size: 16px;
    text-align: center;
    max-width: 86%;
    line-height: 19.2px;
    width: 748px;
  }

  #what-causes-copd-first #how-is-copd-treated p:first-of-type {
    width: 635px;
  }

  #what-causes-copd-first #how-is-copd-treated p:last-of-type {
    max-width: 100%;
    margin-bottom: 45px;
  }

  #what-causes-copd-first #how-is-copd-treated hr {
    width: 60%;
    margin: auto;
    max-width: 1002px;
  }

  #about-copd-copd-treatment hr {
    width: 80%;
    max-width: 1002px;
    margin: 46px auto;
    margin-bottom: 20px;
  }

  #about-copd-copd-treatment {
    max-width: 1002px;
    width: 100%;
    margin-top: 29px;
    margin-left: 0;
  }

  #about-copd-copd-treatment p {
    font-size: 16px;
    text-align: center;
    margin: auto;
    max-width: 1002px;
    width: 52%;
    margin-bottom: 9px;
  }

  .about-copd-tab-list {
    max-width: 1002px;
    margin: auto !important;
    padding: 0 !important;
    justify-content: center;
    padding-left: 12px !important;
  }

  #about-copd-copd-treatment .content-bullets ul {
    line-height: 16px;
  }

  #about-copd-copd-treatment .content-bullets ul li {
    font-size: 16px;
    line-height: 14px;
  }

  #about-copd-copd-treatment .content-bullets {
    margin: auto;
    max-width: 1002px;
    width: 400px;
    padding-left: 60px;
  }

  #about-copd-copd-treatment-some-treatment {
    max-width: 1002px;
    margin: auto;
  }

  #about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text {
    width: 600px;
    /*max-width: 83%;*/
    margin: auto;
    text-align: center;
    font-size: 16px;
  }

  #about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text:first-of-type {
    margin-bottom: 11px;
    margin-top: 10px;
  }

  #about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text:nth-of-type(2) {
    margin-bottom: 6px;
  }

  #what-causes-copd-container .what-is-copd-text {
    /*padding: 30px 35px;*/
    /*padding-right: 34px;*/
    padding: 28px 34px 30px 35px;
  }

  #what-causes-copd-container .what-is-copd-text h2 {
    font-size: 32px;
    margin-bottom: 17px;
  }

  #what-causes-copd-container .what-is-copd-text p {
    font-size: 16px;
    margin-left: 0;
  }

  .content-bullets-copd-treatment-about ul li {
    font-size: 16px;
    line-height: 16px;
  }

  .content-bullets-copd-treatment-about ul {
    padding-left: 38px !important;
    padding-top: 9px !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
    line-height: 16px;
  }

  #page-91fe5286b7 #finding-personal-motivation .cmp-container__backgroundImage--enabled {
    min-height: 278px;
    display: flex;
    align-items: center;
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/hero-desktop-ddg.png);
  }

  #page-91fe5286b7 #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px;
    line-height: 45px;
    margin-top: 0px;
    margin-left: 12px;
  }

  #what-is-copd-h2 {
    font-size: 32px;
    line-height: 32px;
    margin: 22px auto 37.8px;
    padding: 0 12% 0 0px;
  }

  .what-is-copd-main-copd-management .finding-personal-motivation-div p {
    font-size: 16px;
  }

  #what-is-copd-management-first-para {
    margin-bottom: 10px;
  }

  .what-is-copd-main-copd-management ul li {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .what-is-copd-management-ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .contextualCTA {
    text-align: center;
  }

  .contextualCTA .callout_2 {
    top: 2px;
    margin-top: 0;
    left: 8px;
  }

  .creating-contextualCTA a {
    margin-top: 26.5px;
    position: relative;
    left: 5px;
  }

  .related-item-first, .related-item-second {
    height: auto;
    margin-bottom: -1.5px;
    width: 333.96px;
    margin-bottom: 10px;
    float: left;
    height: 100%;
    overflow: visible;
    margin-bottom: 17px;
    width: 45.33%;
  }

  .related-item-first a:first-child, .related-item-second a:first-child {
    display: inline-block;
    width: 45%;
    float: left;
    margin-right: 5%;
    width: 100%;
    margin-right: 0;
  }

  .related-item-first .related-image img, .related-item-second .related-image img {
    width: 100%;
    width: 328px;
  }

  .related-item-first a:nth-child(2), .related-item-second a:nth-child(2) {
    width: 100%;
    /*width: 94%;*/
    font-size: 16px;
    padding-left: 4px;
    margin-top: -3px;
    margin-bottom: 6px;
    /*margin-bottom: 25px;*/
    line-height: 16px;
  }

  /*.related-item-second a:nth-child(2) {*/
  /*  margin-top: 0;*/
  /*}*/

  .what-is-copd-contextualCTA a {
    font-size: 16px;
    gap: 15px;
    padding: 2px 70px 0 25px;
    padding-right: 16px;
  }

  #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px;
    line-height: 45px;
    margin: 22px auto 37.8px;
  }

  #page-34c3df579e #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text h1 {
    margin: 0px auto 37.8px;
    /*margin: -12px auto 37.8px;*/
    margin-left: 12px;
  }

  #page-479c38c6cc #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text h1 {
    margin-left: 12px;
    margin-top: -12px;
  }

  #page-39f05ed88a #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px;
    line-height: 45px;
    margin: 0px auto 37.8px;
    /*margin: 22px auto 37.8px;*/
    max-width: 64%;
    margin-left: 12px;
  }

  #page-39f05ed88a .finding-personal-motivation-main h2, #page-34c3df579e .finding-personal-motivation-main h2 {
    font-size: 32px;
    line-height: 32px;
  }

  #page-34c3df579e .finding-personal-motivation-div ul li, 
  #page-34c3df579e .finding-personal-motivation-div p {
    font-size: 16px;
    margin-bottom: 11px;
  }

  /*#page-34c3df579e .finding-personal-motivation-related-links {*/
  .finding-personal-motivation-related-links {
    margin-top: -11px;
    width: 765px;
    margin: -11px auto -9px;
  }

  .activities-with-copd-div p {
    margin: 10px 0 15px 0 !important;
    font-size: 16px;
  }

  .activities-with-copd-div p:nth-child(2) {
    margin-top: 13px !important;
  }

  #finding-personal-motivation .cmp-container__backgroundImage--enabled {
    min-height: 278px;
    display: flex;
    align-items: center;
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/hero-desktop-ddg.png);
  }

  #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px;
    line-height: 45px;
    margin: 22px auto 37.8px;
    max-width: 64%;
    margin-left: 12px;
  }

  #page-a5e7948bf2 #bevespi-side-effects-hero #copd-section-1-text {
    margin-top: -45px;
  }

  #page-a5e7948bf2 #bevespi-side-effects-hero #copd-section-1-text h1 {
    margin: 0px auto 0px;
    margin-left: 12px;
    margin: -8px auto 37.8px 12px;
  }

  #page-a5e7948bf2 .cmp-container__backgroundImage--enabled {
    min-height: 278px;
    display: flex;
    align-items: center;
  }

  #page-a5e7948bf2 .types-of-inhalers p:first-child {
    margin: 26px 0 -2px 0 !important;
  }

  #page-a5e7948bf2 .types-of-inhalers p {
    font-size: 16px;
    margin: 14px 0 0 0;
  }

  #page-a5e7948bf2 .finding-personal-motivation-main {
    max-width: 1002px;
    margin: 0 auto;
    width: 751px;
    padding: 0;
  }

  #talking-to-doc-h2 {
    font-size: 29px;
    line-height: 29px;
  }

  .finding-personal-motivation-main {
    max-width: 1002px;
    margin: auto;
    width: 750px;
    padding: 0;
  }

  #page-d132e0524f .creating-a-routine-page ul li:nth-child(2) {
    width: 711px;
  }

  #creating-a-routine-last-para {
    margin-right: 0px;
  }

  #page-d132e0524f .finding-personal-motivation-div ul {
    padding-left: 43px !important;
  }

  #page-d132e0524f .creating-contextualCTA {
    margin-bottom: 33px;
  }

  #page-d132e0524f .finding-personal-motivation-related-links .section-divider {
    margin-bottom: -5.5px;
  }

  #page-d132e0524f .contextualCTA .callout_2 {
    margin-top: 0;
  }

  #page-d132e0524f .creating-contextualCTA a {
    margin-top: 32.5px;
    margin-bottom: 33px;
  }

  #page-d132e0524f .staying-active-div ul li {
    margin-bottom: 10px;
    width: 705px;
  }

  #staying-active-h2 {
    font-size: 32px !important;
    line-height: 32px;
  }

  .staying-active-div-first p, .staying-active-div-first ul li {
    font-size: 16px;
  }

  #page-d132e0524f #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text h1 {
    margin: 0px auto 37.8px;
    margin-left: 12px;
  }

  .creating-a-routine-page h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .creating-a-routine-page h2 br {
    display: block;
  }

  .creating-a-routine-page p, .creating-a-routine-page ul li {
    font-size: 16px;
    margin-bottom: 11px;
  }

  .finding-personal-motivation-div ul li::before {
    font-size: 22px;
  }

  .finding-personal-motivation-div #creating-a-routine-first-para {
    margin-right: -6px !important;
    ;
  }

  #copd-stages-top-div h2 {
    font-size: 32px;
    margin: 30.5px auto 21px;
    max-width: 62%;
    text-align: center;
    line-height: 32px;
  }

  #copd-stages-top-div .copd-stages-first-para {
    margin: 14px auto;
  }

  #copd-stages-top-div p {
    font-size: 16px;
    line-height: 19.2px;
    text-align: center;
  }

  #copd-stages-top-div .bullet-list {
    margin: 20px auto 0;
    max-width: 750px;
  }

  #copd-stages-top-div .bullet-list ul li {
    font-size: 16px;
    margin-left: 50px;
    line-height: 16px;
  }

  #copd-stages-categories .category-list {
    max-width: 850px;
    margin: 6px auto 0;
    padding: 0;
  }

  #copd-stages-categories .categories {
    font-size: 23px;
    padding: 15px 0;
    line-height: 23px;
    margin-bottom: 10px;
  }

  #copd-stages-categories .categories span {
    font-size: 16px;
    margin-top: 7px;
    line-height: 16px;
  }

  #copd-stages-categories .category-list-para {
    margin-top: 18px;
  }

  #copd-stages-categories .category-list-para p {
    font-size: 16px;
    text-align: center;
  }

  #about-copd #icon-copd-stages {
    width: 72px;
  }

  #sign-and-symptoms-four-container #what-causes-copd-first-section {
    gap: 10px;
  }

  #what-causes-copd-first-section .para-right {
    margin-top: 24px;
    width: 100%;
  }

  #what-causes-copd-first-section .para-right p, #sign-and-symptoms-four-container #about-sign-symptoms-copd-stages-might {
    font-size: 18px;
    line-height: 18px;
  }

  #what-causes-copd-first-section .about-sign-symptoms-copd-stages span {
    font-size: 24px;
    margin-right: 0;
    line-height: 18px;
    margin-bottom: 0;
  }

  #what-causes-copd-first-section .about-sign-symptoms-copd-stages br {
    display: none;
  }

  #copd-stages-hr-first {
    margin: 43px 0 !important;
    margin-bottom: -10px !important;
  }

  #about-copd #icon-copd-stages-second {
    width: 72px;
    top: 6px;
  }

  #sign-and-symptoms-four-container .responsivegrid:nth-of-type(3) #what-causes-copd-first-section p {
    max-width: none;
  }

  #copd-stages-hr-second {
    margin: 36px 0 !important;
    margin-bottom: -10px !important;
  }

  #about-copd #icon-copd-stages-third {
    width: 72px;
    top: 4px;
  }

  #about-copd .copd-stages-any-history span {
    margin-bottom: 0;
  }

  #about-copd #icon-copd-stages-fourth {
    width: 72px;
    top: -3px;
  }

  #copd-stages-any-history-hr {
    margin: 39px 0 !important;
    margin-bottom: -5px !important;
  }

  #sign-and-symptoms-four-container .responsivegrid:nth-of-type(4) #what-causes-copd-first-section p {
    max-width: none;
  }

  #copd-stages-last-hr {
    width: 109%;
    margin-top: 47px !important;
    margin-bottom: -23px !important;
  }

  #sign-and-symptoms-four-container #what-causes-copd-first-section {
    max-width: 759px;
    margin: 0 auto;
    padding: 0 12px;
  }

  #sign-and-symptoms-four-container {
    max-width: 1002px;
    margin: auto;
  }

  #what-causes-copd-first h2 {
    font-size: 32px;
    margin: 30.5px auto 30px;
    max-width: 100%;
    text-align: center;
    line-height: 32px;
  }

  #page-d66c8eee40 #what-causes-copd-first h2 {
    margin: 30.5px auto 32px;
  }

  #what-causes-copd-first p#sign-and-symptoms-checking-first {
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px !important;
    line-height: 1.2em;
  }

  #icon-sign-symptoms {
    width: 72px;
  }

  #page-8f9a7fab64 #about-copd #icon-sign-symptoms {
    margin-right: 13px;
    top: 10px;
    /*top: 5px;*/
    margin-left: 3px;
    left: -3px;
  }

  #sign-and-symptoms-four-container > .container.responsivegrid:nth-of-type(1) #icon-sign-symptoms {
    top: 0 !important;
  }

  #page-8f9a7fab64 #sign-and-symptoms-four-container #what-causes-copd-first-section .about-sign-symptoms p {
    font-size: 18px;
    line-height: 18px;
  }

  #page-8f9a7fab64 #sign-and-symptoms-four-container #what-causes-copd-first-section .about-sign-symptoms span {
    font-size: 24px;
    line-height: 24px;
    margin-right: 0;
  }

  #page-8f9a7fab64 #what-causes-copd-first-section .para-right {
    margin-top: 20px;
  }

  #shortness-of-breath-sign-and-symtoms-hr {
    margin: 47px 0 !important;
    margin-bottom: 6px !important;
  }

  #about-copd #icon-sign-symptoms-tightness {
    width: 72px;
    margin-left: 3px;
    margin-right: 13px;
  }

  #hr-sign-symptoms-tightness {
    margin: 46px 0px -15px !important;
  }

  #about-copd #icon-sign-symptoms-tightness {
    left: -3px;
    top: -0.5px;
  }

  #what-causes-copd-first-section .about-sign-symptoms .about-sign-symptoms-wheezing {
    margin-right: 0px;
  }

  #what-causes-copd-first-section #wheezing-hr-sign {
    margin: 48px 0px -24px !important;
  }

  #bdcdbf7a-3926-4e8b-a889-ee7dd5efdae7 #icon-sign-symptoms {
    margin-top: 25px;
  }

  #what-causes-copd-first-section .about-sign-symptoms .about-sign-symptoms-wheezing-second {
    margin-right: 0;
  }

  #sign-and-symptoms-first-para {
    max-width: 1002px;
  }

  #sign-and-symptoms-first-para p:first-child {
    max-width: 850px;
    margin: auto;
    width: 78vw;
    font-size: 16px;
    text-align: center;
    padding-top: 40px;
  }

  .sign-and-symptoms-flex-para hr {
    width: 50%;
  }

  .sign-and-symptoms-heading {
    font-size: 32px;
    line-height: 32px;
    max-width: 850px;
    width: 734px;
    padding-bottom: 44px;
    margin-left: -2px;
  }

  .sign-and-symptoms-heading b {
    font-size: 32px;
    line-height: 32px;
  }

  #sign-and-symptoms-first-para p:last-of-type {
    max-width: 750px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    width: 705px;
    padding-top: 48px;
    padding-left: 5px;
  }

  .sign-and-symptoms-flex-para {
    /*margin-left: 0;*/
    /*margin-top: 34px;*/
    margin-left: 8px;
    margin-top: 38px;
  }

  #page-d66c8eee40 #what-causes-copd-first p {
    font-size: 16px;
    text-align: center;
  }

  #page-d66c8eee40 #what-causes-copd-first {
    margin-bottom: -2px;
  }

  #page-d66c8eee40 #icon-smoking {
    width: 72px;
    top: 15px;
  }

  #page-d66c8eee40 #icon-smoke {
    width: 72px;
    top: 7px;
    margin-top: 2px;
  }

  #page-d66c8eee40 #what-causes-copd-first-section {
    max-width: 957px;
    margin: auto;
  }

  #page-d66c8eee40 #text-28dcfa8a4b #what-causes-copd-first-section-first-hr {
    margin-bottom: 3px;
  }

  #page-d66c8eee40 #text-82caee540d #what-causes-copd-first-section-first-hr {
    margin: 29px 0px;
    margin-bottom: 3px;
  }

  #page-d66c8eee40 #text-b353459f35 #what-causes-copd-first-section-first-hr {
    margin: 34px 0px;
    margin-bottom: 3px;
  }

  #what-causes-copd-first-section .para-right {
    display: flex;
    margin-top: 0;
    gap: 4px;
  }

  #what-causes-copd-first-section .para-right p i.show-mobile-only {
    display: none;
  }

  #what-causes-copd-first-section .para-right p i.show-desktop-only {
    display: block;
  }

  #what-causes-copd-first-section .para-heading {
    width: 205px;
    display: flex;
    height: 100%;
    font-size: 24px;
    line-height: 24px;
    align-items: center;
    font-weight: 700;
    position: relative;
    top: 9px;
    left: 5px;
  }

  #text-b353459f35 .para-heading {
    padding-right: 9px;
  }

  #text-0dacccf8b5 .what-is-chronic-very-first-para {
    text-align: center;
    max-width: 642px;
    font-size: 16px;
  }

  #text-0dacccf8b5 .what-causes-copd-para-child-third {
    text-align: center;
    max-width: 755px;
    /*max-width: 642px;*/
    margin-bottom: 28px;
    margin-top: 0;
    font-size: 16px;
  }

  /*#text-0dacccf8b5 h2 {*/
    /*margin: 24.5px auto 21px;*/
  /*}*/
  
  
  #page-9bd89b2423 #what-causes-copd-container .what-is-copd-text {
    padding: 30px 35px;
    max-width: 830px;
    margin: -1px auto 6px;
  }

  #page-9bd89b2423 #what-causes-copd-container .what-is-copd-text h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  #what-causes-copd-video .video .cmp-video__player {
    height: 368px !important;
    padding: 0;
  }

  #what-causes-copd-video .video {
    height: 368px;
    width: 626px;
    margin: auto;
  }

  #what-causes-copd-container .what-is-copd-last-text {
    margin-bottom: 16px;
    margin-top: 18px;
    font-size: 16px;
  }

  .what-causes-copd-above-image-text {
    max-width: none;
    margin-top: 32px;
    margin-bottom: 14px;
    font-size: 16px;
  }

  .what-causes-copd-diagnosed-image {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }

  .what-causes-copd-diagnosed-image img {
    width: 336px;
    height: 149.48px;
    object-fit: contain;
  }

  .what-causes-copd-diagnosed-image img:nth-child(2) {
    width: 336px;
    height: 152.88px;
    object-fit: contain;
  }

  #what-causes-copd-diagnosed hr {
    width: 63%;
    margin-top: 48px;
    margin-bottom: 26px;
  }

  #page-9bd89b2423 #what-causes-copd-container {
    max-width: 1002px;
    margin: auto;
  }

  .what-causes-copd-below-image-text {
    margin: 4px 8% 16px;
    text-align: center;
    font-size: 16px;
  }

  .cmp-highlightinfo__content p {
    font-size: 18px !important;
  }

  #faq .cmp-container__backgroundImage--enabled {
    min-height: 329px;
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg_hero_faqs.png) !important;
    justify-content: flex-start;
  }

  #faq #bg_hero-home-mobile-arrow img {
    display: none;
  }

  #faq-accordian-section .faq-section-two-text {
    font-size: 32px;
    width: 100%;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 0;
  }

  #faq-section-two #open-for-info {
    text-align: center;
  }

  #faq #open-for-info img {
    width: 308px;
    height: 172px;
    background-size: cover;
    padding: 0;
    margin-top: 50px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 0.2%;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__title {
    width: 100%;
    padding: 0 7px;
    font-size: 16px;
    padding-right: 12px;
  }

  #faq-accordian-section .faq-section-two-text.faq-section-two-text-about-bevespi {
    margin-top: -10px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__item {
    padding: 15px 0;
    padding-bottom: 15px;
  }

  #faq-accordian-section #blue-up-arrow {
    text-align: center;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__item {
    padding: 14px 0;
    padding-bottom: 18px;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__title {
    font-size: 16px;
    width: 100%;
    padding-left: 4px;
    padding-top: 9px;
    max-width: 100%;
  }

  #bevespi-side-effects #bevespi-side-effect-link {
    padding: 0 14px;
    padding-bottom: 28px;
    margin-top: 20px;
  }

  #bevespi-side-effects #bevespi-side-effect-link a {
    font-size: 16px;
  }

  #bevespi-side-effects #bevespi-side-effects-section-one-text {
    width: 93%;
    padding: 0px 12px;
    padding-left: 12px;
    margin-top: 34px;
    margin-bottom: 50px;
  }

  #bevespi-side-effects #bevespi-side-effects-section-one-text p span {
    white-space: nowrap;
    font-size: 16px;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 0;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__icon {
    padding-right: 6px;
  }

  #bevespi-side-effects #bevespi-side-effects-section-one-text p {
    font-size: 16px;
  }

  #bevespi-side-effects #bevespi-side-effects-hero #copd-section-1-text {
    width: 100%;
  }

  #bevespi-side-effects .cmp-container__backgroundImage--enabled {
    min-height: 279px;
  }

  #next-global-link-text {
    max-width: 723px;
    width: 100%;
    height: 100px;
    /*padding-left: 35px;*/
    ;
  }

  #next-global-link-text a {
    height: 100px;
    width: 723px;
    padding-left: 35px;
  }

  #next-global-link-text .taking-bevespi span:first-child {
    font-size: 45px;
    padding: 0;
  }

  #next-global-link-text .taking-bevespi span:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    margin-left: 4px;
    margin-top: 10px;
  }

  .next-global-link-bevespi-side-effects .color-white-arrow-big {
    width: 16px;
    height: 29px;
    margin: 5px 0 0 10px;
  }

  #how-to-use-bevespi #how-to-use-bevespi-main .cmp-container__backgroundImage--enabled {
    min-height: 289px;
    justify-content: start;
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg_hero-taking_1.png) !important;
  }

  .how-to-use-bevespi-make-sure-you {
    width: 100%;
  }

  #how-to-use-bevespi #copd-section-1-text h1 {
    font-size: 45px;
    line-height: 45px;
  }

  #how-to-use-bevespi #next-global-link-text {
    width: 100%;
  }

  #how-to-use-bevespi #how-to-use-bevespi-main #copd-section-1-text {
    width: 48%;
    margin-left: 12px;
  }

  #how-to-use-bevespi #how-to-use-section-2-inside {
    display: flex !important;
    justify-content: flex-start;
    text-align: left;
    flex-wrap: wrap;
    gap: 70px 13px;
    padding: 0 12px;
    max-width: 1002px;
    margin: auto;
    margin-bottom: 12px;
    margin-top: 45px;
  }

  #how-to-use-bevespi #how-to-use-section-2-inside p:first-child {
    margin-bottom: 8px;
  }

  #how-to-use-bevespi #how-to-use-section-2-inside p:nth-child(3) {
    margin-bottom: 7px;
  }

  #how-to-use-section-2-inside .text:first-child {
    width: 63%;
  }

  #how-to-use-bevespi #how-to-use-section-2-inside .image {
    width: 34.5%;
    height: 100%;
  }

  #how-to-use-bevespi #cpcd-section-one-image {
    margin-top: -13px;
  }

  #how-to-use-section-2-inside #cpcd-section-one-image img {
    width: 100%;
    height: auto;
  }

  #how-to-use-section-2-inside #copd-section-2-text {
    margin-top: -34px;
  }

  #copd-section-2-text {
    max-width: 565px;
    margin-right: -10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #how-to-use-bevespi #how-to-use-section-2-inside p {
    font-size: 16px;
  }

  #how-to-use-section-third {
    padding-bottom: 26px;
  }

  #how-to-use-section-third-first {
    max-width: 415px;
  }

  #how-to-use-section-third-first p {
    font-size: 35px;
    line-height: 35px;
  }

  #how-to-use-bevespi #how-to-use-section-third-inside {
    flex-direction: row;
    gap: 50px;
  }

  #how-to-use-section-third-flex {
    flex-direction: column;
    gap: 15px;
    margin-top: 24px;
  }

  .sun-icon {
    content: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/icon-sun.png);
  }

  .moon-icon {
    content: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/icon-moon.png);
  }

  #how-to-use-section-third-flex .text .cmp-text {
    padding: 0;
  }

  #how-to-use-section-third-image {
    margin-top: 0;
  }

  .how-to-use-info {
    display: flex;
    padding: 0;
    list-style: none;
  }

  .how-to-use-item {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 8px 16px 8px 15px;
    border-left: 1px solid white;
    font-size: 16px;
    /*font-family: 'Gotham-Book';*/
    font-family: 'Gotham';
    font-weight: 400;
  }

  .how-to-use-item:first-child {
    border-left: none;
    max-width: 130px;
    margin-left: -15px;
  }

  .how-to-use-item:nth-child(2) {
    max-width: 140px;
    padding-left: 24px;
    padding-right: 10px;
  }

  .how-to-use-item:nth-child(3) {
    max-width: 36.5%;
    height: 68px;
    padding-left: 24px;
  }

  .how-to-use-item:nth-child(4) {
    max-width: 201px;
    height: 68px;
    padding-left: 24px;
  }

  #how-to-use-info-container {
    background: #172660;
  }

  #how-to-use-info-container ul {
    padding: 25px 12px 12px 24px;
  }

  #how-to-use-video-section-p {
    text-align: left;
    margin-top: 14px;
    padding-bottom: 23px;
    width: 70.3vw;
  }

  #how-to-use-video-section-p p:first-child {
    font-size: 45px;
    max-width: none;
    padding-right: 0;
  }

  #how-to-use-video-section-p p:nth-child(2) {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 0;
  }

  #how-to-use-video-section .video {
    height: 94% !important;
    max-width: 726px !important;
    margin: auto;
    margin-bottom: 20px;
  }

  #how-to-use-video-section .video .cmp-video__player {
    height: 368px !important;
  }

  div:has(> #how-to-use-video-section) {
    margin-top: 0;
  }

  #how-to-use-video-section-third-text {
    padding: 0 12px;
  }

  #how-to-use-video-section #how-to-use-video-section-third-text p {
    font-size: 16px;
  }

  #how-to-use-video-section #how-to-use-video-section-third-text p:nth-child(2) {
    margin-top: 20px;
  }

  .inhaler-prep img {
    width: 133px;
    margin-right: 12px;
  }

  .inhaler-prep h3 {
    font-size: 18px;
    padding: 10px 11px 10px 0;
    width: 100%;
  }

  .inhaler-prep .accordion-summary {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #282828;
    font-family: 'Gotham';
    font-weight: 400;
    width: 54%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__icon::before, #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__icon::before, #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__icon::before, #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__icon::before {
    content: "MORE +" !important;
        /* font-family: 'Gotham-Medium' !important; */
    font-family: 'gotham' !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    width: 65px;
    margin-left: 0;
    position: absolute;
    line-height: 1.1em;
    top: -17px;
    left: -57px;
  }

  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text p, #how-to-use-video-section-accordian-text-2 .how-to-use-video-section-accordian-text p, #how-to-use-video-section-accordian-text-3 .how-to-use-video-section-accordian-text p, #how-to-use-video-section-accordian-text-4 .how-to-use-video-section-accordian-text p {
    padding-bottom: 16px;
    font-size: 16px;
  }

  .how-to-use-video-section-accordian-text {
    width: 76%;
    max-width: 599px;
    position: relative;
    left: 155px;
    top: -47px;
  }

  #how-to-use-video-section-accordian-text-1 .how-to-use-bevespi-inhaler-first-accordian-last-para {
    margin: 12px 0px -64px 0px;
    padding-bottom: 0;
  }

  .how-to-use-video-section-accordian-text-div img {
    width: 75px;
    height: 75px;
  }

  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div p {
    margin-top: 10px;
    max-width: 437px;
    width: 100%;
  }

  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(1), #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(2), #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(3), #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(4) {
    margin-left: 12px;
    gap: 25px;
    margin-top: -4px;
    margin-bottom: 11px;
  }

  #how-to-use-video-section-accordian .cmp-accordion__button[aria-expanded="true"] .inhaler-prep .accordion-summary {
    display: none;
  }

  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 610px !important;
    left: -49px !important;
  }

  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 199.5px !important;
    left: -39px !important;
  }

  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 312px !important;
    left: -43px !important;
  }

  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 517px !important;
    left: -47px !important;
  }

  #how-to-use-video-section-accordian-item-c0604aa3f5-button .inhaler-prep h3 {
    width: 100%;
  }

  #how-to-use-video-section-accordian-text-2 .how-to-use-video-section-accordian-second-second {
    margin-bottom: -83px;
    margin-top: -2px;
  }

  #how-to-use-last-section ul {
    font-size: 16px;
    margin-left: 0;
    padding-left: 10px;
  }

  #how-to-use-last-section ul li {
    padding: 11px 16px;
    padding-bottom: 0px;
  }

  #how-to-use-last-section {
    max-width: 1002px;
    padding-top: 42px;
    padding-left: 12pxpx;
    padding-bottom: 12px;
  }

  #how-to-use-video-section-accordian-text-3 .how-to-use-video-accordian-third-first {
    margin-right: -1px;
    margin-top: -0.8px;
    padding-bottom: 0 !important;
    margin-bottom: -66px !important;
  }

  #how-to-use-video-section-last {
    margin: auto;
  }

  #how-to-use-video-section-last p:first-child {
    font-size: 17px;
  }

  #how-to-use-video-section-last a {
    font-size: 17px;
  }

  #how-to-use-video-section-accordian .cmp-accordion__icon {
    padding: 0;
    position: relative;
  }

  .inhaler-prep {
    align-items: flex-start;
  }

  #how-to-use-video-section-accordian .cmp-accordion__button {
    align-items: end;
    padding: 10px 12px;
    padding-top: 10px;
    padding-right: 13px;
  }

  #how-to-use-last-section p:first-child {
    font-size: 45px;
    line-height: 45px;
  }

  #how-to-use-last-section p {
    font-size: 16px;
  }

  .next-global-link-how-to-use .color-white-arrow-big {
    margin: 2.5px 0 0 12px;
  }

  #how-to-use-last-section a {
    color: #e81b75;
    text-decoration: none;
  }

  #how-to-use-last-section ul {
    font-size: 16px;
  }

  #how-to-use-video-section-accordian #inhaler-prep-span {
    width: 80%;
  }

  #how-to-use-video-section-accordian-text-4 .how-to-use-video-accordian-fourth-second {
    margin-bottom: -67px !important;
  }

  #copd-treatment .cmp-container__backgroundImage--enabled {
    min-height: 334px;
    justify-content: flex-start;
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg_hero-copd-desktop.jpg) !important;
  }

  #copd-treatment-container #copd-section-1-text {
    margin-left: 12px;
    width: 40%;
    margin-top: -9px;
  }

  #copd-section-2-inside {
    justify-content: end;
    margin: 50px auto 17px;
    /*margin: 30px auto 17px;*/
    gap: 0;
  }

  #cpcd-section-one-image {
    width: 100%;
  }

  #cpcd-section-one-image img {
    width: 117px;
  }

  #copd-section-2-text {
    max-width: 535px;
    /*max-width: 565px;*/
    width: 81%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .copd-section-2-para-two {
    max-width: 550px;
    font-size: 16px;
    margin: 14px 0;
    margin-top: 13px;
  }

  #copd-section-third-container {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg-section-new.png);
    background-size: 100% 100%;
  }

  #copd-section-third-container #copd-section-third {
    gap: 0;
    flex-direction: row;
    padding: 0 12px;
    padding-top: 62px;
  }

  #copd-section-third {
    max-width: 1002px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    gap: 37px;
  }

  #copd-section-third-container #copd-section-third-text {
    width: 91%;
    max-width: 467px;
    padding: 5px 0;
    padding-bottom: 0;
  }

  #copd-treatment-container #bg_hero-home-mobile-arrow img {
    display: none;
  }

  .copd-section-4-heading, .copd-section-3-heading {
    font-size: 45px;
  }

  .copd-section-3-heading {
    margin-top: 3px;
    /*margin-top: 18px;*/
    margin-bottom: 40px;
    line-height: 1em !important;
  }

  .copd-section-3-para {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0;
    padding-right: 3px;
  }

  .copd-section-3-para p:first-child {
    margin-bottom: 14px;
  }

  .copd-section-3-para p:last-child {
    max-width: 558px;
    margin-top: 0;
  }

  #copd-section-third-image-masking {
    height: 400px;
    width: 263px;
    margin-top: 43px;
    position: relative;
    top: -59px;
    left: -32px;
  }

  #copd-section-third-image-masking img {
    width: 263px;
    height: 400px;
    margin-top: 11px;
    margin-bottom: -2px;
    margin-top: -10px;
    /*left: 2%;*/
    ;
  }

  #copd-section-third .image {
    padding: 30px 0;
    padding-bottom: 0;
  }

  #copd-section-third-link {
    margin-top: -39px;
    margin-left: 3px;
    padding: 15px 95px 40px 0;
    padding-right: 148px;
  }

  #copd-section-third-link a {
    margin-bottom: 35px;
  }

  #copd-section-fourth-container {
    padding-left: 12px;
  }

  #copd-section-third {
    max-width: 1002px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0;
    flex-direction: row-reverse;
    justify-content: left;
    gap: 19px 24px;
    margin-top: 32px;
  }

  #copd-section-1-text h1 {
    font-size: 45px;
    line-height: 1em;
    margin-top: -4px;
    font-family: 'Gotham';
    font-weight: 400;
    margin-left: 1px;
    max-width: 660px;
  }

  #copd-section-fourth-container #copd-section-third-text {
    padding-top: 0;
    padding-bottom: 0;
    width: 417px;
    /*width: 558px;*/
    ;
  }

  .copd-section-4-heading {
    margin-top: 40px;
    margin-bottom: 0px;
    /*margin-top: 32px;*/
    /*margin-bottom: -20px;*/
    font-weight: 400;
    line-height: 1em !important;
  }

  .copd-section-3-para {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 4px 14px 0;
  }

  #page-039e6b5848 #next-global-link-text .taking-bevespi span:nth-child(2) {
    margin-top: 0px;
  }

  #page-039e6b5848 .next-global-link-copd-treatment .color-white-arrow-big {
    margin: 2px 0 0 10.5px;
  }

  #copd-section-fourth-container .copd-section-3-para span {
    display: block;
    margin-top: 25px;
  }

  #copd-section-fourth-container #copd-section-third-image img {
    margin-left: 0;
    width: 290px;
    padding-top: 0px;
    margin-top: 7px;
  }

  #copd-section-fourth-container #copd-section-third-link {
    padding: 10px 81px 15.5px 6px;
    margin-top: -4px;
    margin-right: 0px;
    padding-right: 0;
    position: relative;
    left: 306px;
  }

  #copd-section-fourth-container #copd-section-third-link a {
    padding-top: 10px;
    margin-left: -151px;
    /*margin-left: -76px;*/
    margin-bottom: 29px;
  }

  #hero-parent-text-container {
    margin: auto;
    max-width: 1002px;
    width: 100%;
  }

  #hero-parent-text-container-first {
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  #hero-left-col {
    margin-top: 85px;
    width: 100%;
    max-width: 767px;
    padding-left: 28px;
  }

  #hero-right-col {
    width: 204px;
  }

  #hero-right-col-top {
    width: 400px;
    height: 68px;
    left: -182px;
  }

  #hero-right-col-top .saving_text {
    font-size: 14px;
  }

  #hero-right-col-top .click_here {
    line-height: 15px;
    font-size: 14px;
    width: 69%;
  }

  #left-col-text-1 {
    font-size: 24px;
    font-weight: 700;
    max-width: none;
    width: 100%;
    margin-bottom: 10px;
  }

  #left-col-text-2 {
    max-width: none;
  }

  #left-col-text-3 {
    font-size: 16px;
  }

  #left-col-text-4 p b {
    font-size: 16px;
  }

  #left-col-text-4 {
    max-width: 100%;
    font-size: 16px;
  }

  #left-col-text-4 .left-col-text-4-inside b {
    font-size: 16px;
  }

  #bevespi-hero-savings-card, #bevespi-hero-savings-card img {
    width: 200px;
    height: auto;
  }

  #bevespi-hero-savings-card-container {
    margin-top: 123%;
    margin-left: -265%;
  }

  #bevespi-hero-savings-card-text {
    font-size: 16px;
    width: 299px;
  }

  #openforbreathing {
    margin-left: -263%;
  }

  #openforbreathing_img1 img {
    width: 200px;
  }

  #openforbreathing_img2 img {
    width: 300px;
  }

  #top-scroll p {
    font-size: 16px;
  }

  #icon-pink_arrow_down {
    width: 31px;
    height: 31px;
  }

  #section-two {
    width: 97.5%;
  }

  #section-two, #section-third-inside, #section-two-inside {
    max-width: 1002px;
    margin: auto;
    padding: 0;
  }

  #section-two-text {
    width: 65.85%;
    padding-bottom: 0px;
  }

  #section-two p {
    margin: 13px 0;
    font-size: 16px;
    font-family: 'Gotham';
    font-weight: 400;
  }

  #section-two p#home-two-24-weeks-para {
    margin-top: 0;
  }

  #section-third-container .section-two-heading, #section-two .section-two-heading {
    font-size: 45px;
    margin-top: 31px;
    margin-bottom: -20px;
    line-height: 45px !important;
  }

  .section-two-para .section-two-heading {
    margin-top: 78px !important;
    margin-bottom: 0px !important;
    max-width: none;
  }

  .isi-last-content-pink a:first-child {
    gap: 20px;
    margin: 36px 0;
    margin-bottom: -2px;
        /* margin: 20px 0; */
    max-width: 370px;
  }

  .isi-last-content-pink a img:first-child {
    width: 87px;
    height: auto;
  }

  .isi-last-content-pink a i {
    max-width: 195px;
    font-size: 16px;
    margin-top: 3px;
  }

  .isi-last-content-pink a .side-arrow {
    width: 16px;
    height: 29px;
    margin-left: 2px;
  }

  #section-third-container {
    display: flex;
    gap: 107px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
  }

  #text-1a2dd0c04a .isi-last-content-pink a:first-child {
    max-width: 382px;
  }

  #bevespi-inhaler, #bevespi-inhaler img {
    height: 319px;
    width: 228px;
    margin-top: 0;
  }

  #taking-bevespi-home {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  #section-fourth-home .cmp-container__backgroundImage--enabled {
    margin: 0 15px 0px 12px;
  }

  #section-fourth-home #section-third-container {
    gap: 41px;
    padding-bottom: 45px;
    padding-top: 20px;
    flex-direction: row-reverse;
  }

  #cpcd-photo {
    width: 335px;
    height: 335px;
    margin-top: 40px;
  }

  #cpcd-photo img {
    width: 335px;
    margin-top: 0;
  }

  #section-fourth-home #section-third-container #section-two-inside-text {
    width: 361px;
    /*width: 477px;*/
    ;
  }

  #section-fourth-home #section-two-inside-text h2.section-two-heading {
    margin-top: 32px;
    margin-bottom: 18px;
  }

  #section-two-inside-text .section-two-inside-text-p {
        /* font-family: 'Gotham-Book'; */
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 16px;
    padding-top: 1px;
  }

  #section-two-inside #section-third-container {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  #section-fourth-home #section-third-container .isi-last-content-pink {
    margin-bottom: 20px;
  }

  #section-fourth-home #section-two-inside-text p.isi-last-content-pink a {
    margin-top: 25px;
    margin-bottom: 28px;
  }

  #section-fourth-home #section-two-inside-text p.isi-last-content-pink a .side-arrow {
    margin-left: 27px;
  }

  #breathing-room-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 5px;
    padding-bottom: 23px;
    margin-top: 48px;
  }

  #breathing-room-container .text {
    width: 49%;
  }

  #breathing-room-container .section-two-heading {
    margin-top: 2.5px;
    font-size: 45px;
    margin-bottom: 18px;
    line-height: 1em !important;
  }

  #breathing-room-container h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  #breathing-room-container .breathing-room-description {
    font-size: 16px;
    line-height: 17px;
    width: 97%;
  }

  #breathing-room-container .breathing-room-description span {
    white-space: nowrap;
  }

  #breathing-room img {
    width: 367px;
    height: auto;
    margin-bottom: -12px;
    margin-top: 0;
    position: relative;
    margin-left: 7px;
    top: -82px;
  }

  #breathing-room-container .isi-last-content-pink {
    margin-bottom: 53px;
    margin-top: -15px;
    width: 110%;
  }

  #breathing-room-container .isi-last-content-pink a:first-child {
    max-width: 442px;
  }

  #breathing-room-container .isi-last-content-pink a i {
    max-width: 260px;
  }

  #breathing-room-container .side-arrow {
    margin-left: -14px;
  }
  
 /*#page-91fe5286b7 */
  #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text {
    width: 100%;
    margin-top: -6px;
  }

  #text-9849ed9c22 .isi-last-content img {
    width: 25px;
    margin-left: 0;
  }

  #text-9849ed9c22 .isi-last-content {
    font-weight: 16px;
  }

  .staying-active-div ul li {
    margin-bottom: 12px;
  }

  .staying-active-div p:last-of-type {
    margin-bottom: 11px !important;
  }

  .staying-active-div-first p:first-child {
    margin-right: -13px !important;
  }

  .staying-active-div-first  ul li::before {
    top: 3px;
  }

  #top-navbar ul li {
    padding: 0px 10.8px 1px 0px;
  }

  #top-navbar ul li:not(:first-child):before {
    padding-right: 6px;
    font-size: 16px;
  }

  #isi ul.isi-second-ul li:first-child {
    margin-bottom: 6.3px;
    margin-top: 7px;
  }

  .how-to-know-internal {
    padding: 0;
  }

  #talking-to-your-doctor-copd-para h2 {
    max-width: 755px;
  }

  #bevespi-side-effects-hero #copd-section-1-text {
    width: 324px;
    margin-top: 28px;
  }

  #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text {
    margin-top: 0;
  }

  #sitemap #bevespi-side-effects-hero #copd-section-1-text {
    margin-top: 0;
  }

  .finding-personal-motivation-related-links {
    margin: 0px 0 -9px 0;
  }

  .related-item-first a:nth-child(2), .related-item-second a:nth-child(2) {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .related-item-first a:nth-child(2) {
    padding-left: 4px;
  }

  #breathing-room-section-options .cmp-tabs__tablist {
    background: #624b7e;
    justify-content: center;
    display: inline-flex !important;
  }

  #breathing-room-wrapper #breathing-title-section .mobile-only {
    display: none;
  }

  #breathing-room-section-options .cmp-tabs__tab:first-of-type {
    border-left: 2px solid #493b67;
  }

  #breathing-room-section-options .cmp-tabs__tab:hover::after, #breathing-room-section-options .cmp-tabs__tab--active::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dedede;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  #page-a5e7948bf2 .types-of-inhalers p:nth-child(2) {
    margin-right: 0;
  }

  div:has(> #hero-parent-text-container) {
    min-height: 610px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/mobile/bg_hero-home-mobile.jpg) !important;
  }
}

@media screen and (min-width: 765px) and (max-width: 769px) {
  #searchbox-main-component .searchbox {
    display: none;
  }

  #top-navbar ul {
    width: 100%;
  }
}

@media screen and (min-width: 778px) and (max-width: 992px) {
  #about-copd .cmp-container__backgroundImage--enabled {
    min-height: 239px;
  }

  #what-causes-copd-container .what-is-copd-text {
    padding: 28px 35px 30px 35px;
  }

  #sign-and-symptoms-four-container #what-causes-copd-first-section {
    margin: 0;
  }

  .sign-and-symptoms-heading {
    margin-left: -3px;
  }
}

@media screen and (min-width: 772px) and (max-width: 992px) {
  #hr-sign-symptoms-tightness {
    margin: 46px 0px -7px !important;
  }

  #page-8f9a7fab64 #about-copd #icon-sign-symptoms {
    top: 0;
  }

  #what-causes-copd-first-section #wheezing-hr-sign {
    margin: 48px 0px -16px !important;
  }

  #page-8f9a7fab64 div.cmp-image#icon-sign-symptoms[data-title="icon-genetic-factors"] {
    top: 10px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 829px) {
  
  #top-navbar {
    height: 40px;
    max-width: 97%;
    margin: initial;
  }

  #searchbox-main-component .searchbox {
    left: 75.6%;
  }

  #top-navbar ul {
    width: 78%;
  }

  #HCP-container .text:first-of-type #us-consumers-text-desktop p {
    width: 100%;
  }

  #navbar-text-desktop #HCP-container {
    gap: 24px;
    margin-top: 10px;
  }

  #navbar-desktop {
    gap: 29px;
    margin-top: -1.2%;
  }

  #navbar-text-desktop {
    max-width: 55%;
  }

  #logo-container-desktop img {
    width: 97%;
    margin-top: 0;
  }

  #isi-approved-flex {
    /*margin-bottom: 44px;*/
    margin-bottom: 38px;
  }

  #footer-container-inside ul li:nth-child(3) {
    margin-top: 0;
  }

  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 194.5px !important;
    left: -49px !important;
  }

  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 332px !important;
    left: -49px !important;
  }

  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 570px !important;
    left: -49px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 795px) {
  
  #page-7c70c30478 #error-page #contact-us .cmp-container__backgroundImage--enabled {
    min-height: 330px;
  }

  #page-7c70c30478 #error-page #contact-us #bevespi-side-effects-hero #copd-section-1-text {
    max-width: 90%;
    margin-top: 0;
  }

  #logo-container-desktop img {
    margin-top: -1%;
  }

  #navbar-text-desktop {
    max-width: 260px;
    /*max-width: 56%;*/
    margin-top: 0.7%;
  }

  #navbar-desktop {
    /*gap: 29px;*/
    gap: 37px;
  }

  #hero-parent-text-container-first {
    gap: 56px;
  }

  #bevespi-hero-savings-card-container {
    margin-top: 125%;
    margin-left: -256%;
  }

  #openforbreathing {
    margin-left: -256%;
  }

  #openforbreathing {
    margin-bottom: 13px;
  }

  #top-scroll-container {
    margin-top: -11.5px;
    top: 0;
  }

  #left-col-text-3 {
    margin-bottom: 10px;
  }

  #hero-left-col {
    padding-left: 32px;
  }

  #hero-right-col-top {
    left: -172px;
    padding: 9px 14px 6px;
  }

  #navbar-text-desktop #HCP-container {
    gap: 20px;
    margin-top: 17px;
  }

  #logo-container-desktop img {
    width: 29.5vw;
    /*width: 97%;*/
    ;
  }

  #HCP-container .text:first-of-type #us-consumers-text-desktop p {
    width: 99%;
  }

  #searchbox-main-component .searchbox {
    left: 74.5%;
    z-index: 1;
  }
}

@media screen and (min-width: 818px) and (max-width: 992px) {
  .savings-and-support-internal {
    max-width: 377px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 0.8%;
  }

  .savings-and-support-internal .getting-started-div-second {
    margin-left: 14px;
    width: 100%;
  }

  #sign-and-symptoms-four-container #what-causes-copd-first-section {
    padding: 0;
    margin: 0 auto;
  }

  .sign-and-symptoms-heading {
    margin: 0 auto;
  }

  #sign-and-symptoms-four-container #what-causes-copd-first-section {
    padding: 0 0 0 3px;
  }

  .sign-and-symptoms-flex-para {
    margin-left: 0;
  }

  #sign-and-symptoms-first-para p:first-child {
    width: 638px;
  }

  #isi-content-container-second-first {
    margin-top: -10px;
  }

  .isi-last-content-last-one a {
    display: inline-block;
  }

  #isi-approved-flex .isi-last-content-last-one {
    padding-left: 0;
    margin-top: 0;
  }

  #how-to-use-last-section p:first-child {
    width: 75%;
    padding-right: 0;
  }

  #what-causes-copd-first-section #wheezing-hr-sign {
    margin: 48px 0px -14px !important;
  }

  /*#sign-and-symptoms-four-container #what-causes-copd-first-section {*/
  /*  padding: 0 7px;*/
  /*}*/

  .sign-and-symptoms-heading {
    margin: 12px auto 0;
    line-height: 32px;
  }
  
  /*#sign-and-symptoms-four-container > .container.responsivegrid:nth-of-type(3) .about-sign-symptoms p {*/
  /*  padding-top: 9px;*/
  /*}*/;
}

@media screen and (min-width: 830px) and (max-width: 992px) {
  #searchbox-main-component .searchbox {
    left: 74.5% !important;
  }

  #HCP-container .text:first-of-type #us-consumers-text-desktop p {
    width: 100%;
  }

  #navbar-desktop {
    margin-top: -1.2%;
  }

  #navbar-text-desktop {
    max-width: 56.8%;
  }

  #navbar-text-desktop #HCP-container {
    gap: 32px;
  }

  #logo-container-desktop img {
    width: 97%;
    margin-top: 2.5%;
  }

  #isi-approved-flex {
    margin-bottom: 38px;
  }

  #bevespi-isi-section > ul:nth-of-type(2) {
    padding-bottom: 12px;
  }

  #footer-container-inside ul li:nth-child(3) {
    margin-top: 0;
  }

  #page-d66c8eee40 #icon-smoking {
    top: 6px;
  }

  #page-d66c8eee40 #text-28dcfa8a4b #what-causes-copd-first-section-first-hr {
    margin: 33px 0;
    margin-bottom: 10px;
  }

  #page-d66c8eee40 #icon-smoke {
    width: 72px;
    top: 0px;
    margin-top: 2px;
  }

  #page-d66c8eee40 #text-82caee540d #what-causes-copd-first-section-first-hr {
    margin: 41px 0px;
    margin-bottom: 11px;
  }

  #page-d66c8eee40 #text-b353459f35 #what-causes-copd-first-section-first-hr {
    margin: 40px 0;
    margin-bottom: 12px;
  }

  .what-causes-copd-diagnosed-image img {
    width: 367px;
    height: 164.14px;
  }

  .what-causes-copd-diagnosed-image img:nth-child(2) {
    width: 367px;
    height: 167.88px;
  }

  #hero-right-col-top {
    left: -210px;
    padding: 7px 15px;
  }

  #bevespi-hero-savings-card-container, #openforbreathing {
    left: -300%;
  }

  .related-item-first, .related-item-second {
    margin-bottom: 17px;
    width: 45.33%;
  }

  .related-item-first a:nth-child(2), .related-item-second a:nth-child(2) {
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 0;
  }

  .related-item-first a:nth-child(2) {
    padding-left: 4px;
  }

  #isi ul li:first-child {
    padding-right: 0;
  }

  #what-causes-copd-first #how-is-copd-treated p {
    margin-bottom: 14px;
  }

  #what-causes-copd-first #how-is-copd-treated p:first-of-type {
    width: 635px;
  }

  #what-causes-copd-first #copd-treatment-how-is {
    margin: 29px 0 29px 0;
    margin-top: 34px;
  }

  #what-causes-copd-first #how-is-copd-treated p:last-of-type {
    max-width: 755px;
    margin-bottom: 45px;
  }

  .content-bullets-copd-treatment-about ul li span {
    white-space: nowrap;
  }

  #about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text:nth-of-type(2) {
    margin-bottom: 6px;
    max-width: 600px;
  }
}

@media screen and (min-width: 855px) and (max-width: 992px) {
  /*#ISI-content-fragment {*/ /*for finding-personal-motivation page*/
  /*  margin-top: 25px;*/
  /*}*/
  #copd-treatment-container #copd-section-1-text {
    margin-left: 12px;
    width: 38.3vw;
  }

  .copd-section-3-heading {
    margin-top: 18px;
  }

  #copd-treatment-container #bg_hero-home-mobile-arrow img {
    display: none;
  }

  #copd-section-2-inside {
    justify-content: center;
    margin: 50px 0;
    gap: 14px;
    margin-right: 27px;
    margin-bottom: 51px;
  }

  #copd-section-2-text {
    max-width: none;
    margin-right: -10px;
    padding-top: 0;
    padding-bottom: 0;
    width: 56vw;
  }

  #copd-section-third-container #copd-section-third {
    gap: 26px;
    padding: 0 12px;
    max-width: 1002px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  #copd-section-third-image-masking img {
    margin-top: 0;
    left: 75%;
    /*left: 8%;*/
    top: 51px;
  }

  #copd-section-third .copd-section-3-heading br, #copd-section-third .copd-section-4-heading br {
    display: block;
  }

  #copd-section-third-container #copd-section-third-text {
    width: 55vw;
    /* width: 550px; */
    padding: 30px 0;
    padding-bottom: 0;
    max-width: none;
  }

  #copd-section-fourth-container #copd-section-third-text {
    padding-top: 0;
    padding-bottom: 0;
    width: 55vw;
    max-width: 755px;
  }

  #copd-section-fourth-container #copd-section-third {
    /*gap: 0px 12px;*/
    gap: 16px 23px;
 /*992px*/
    margin-top: 30px;
  }

  #copd-section-fourth-container #copd-section-third-link a {
    margin-left: 0;
  }

  #copd-section-third-container #copd-section-third-link {
    margin-top: -32px;
    position: relative;
    left: 0px;
  }

  #copd-section-fourth-container #copd-section-third-image img {
    width: 38.2vw;
  }

  #copd-section-fourth-container #copd-section-third-image {
    max-width: 413px;
  }

  #hero-right-col-top {
    left: -210px;
    padding: 7px 15px;
  }

  #bevespi-hero-savings-card-container, #openforbreathing {
    margin-left: -300%;
  }

  #sign-and-symptoms-four-container #what-causes-copd-first-section {
    padding: 0;
  }

  #sign-and-symptoms-first-para p:first-child {
    width: 638px;
  }

  #shortness-of-breath-sign-and-symtoms-hr {
    margin-bottom: 8px !important;
  }

  #what-causes-copd-first-section #wheezing-hr-sign {
    margin: 48px 0px -18px !important;
  }

  #hr-sign-symptoms-tightness {
    margin: 46px 0px -6px !important;
  }

  #about-copd #icon-sign-symptoms-tightness {
    margin-right: 15px;
  }
}

@media screen and (min-width: 870px) and (max-width: 992px) {
  #copd-treatment .cmp-container__backgroundImage--enabled {
    min-height: 289px;
  }

  #about-copd #icon-sign-symptoms-tightness {
    margin-right: 13px;
  }

  #sign-and-symptoms-four-container #what-causes-copd-first-section {
    max-width: 755px;
  }

  #hr-sign-symptoms-tightness {
    margin: 46px 0px -17px !important;
  }

  #sign-and-symptoms-four-container > .container.responsivegrid:nth-of-type(3) .about-sign-symptoms p {
    padding-top: 9px;
  }

  #page-8f9a7fab64 #about-copd #icon-sign-symptoms {
    top: 10px;
  }
}

@media screen and (min-width: 885px) and (max-width: 992px) {
  #searchbox-main-component .searchbox {
    left: 77.3% !important;
  }

  #navbar-text-desktop #HCP-container {
    gap: 4.8vw;
  }

  #page-7c70c30478 #error-page #sitemap-section-two .text p.page-500 {
    margin-bottom: -4px;
    margin-top: 4.6%;
  }

  #what-causes-copd-first #copd-treatment-how-is, #what-causes-copd-first h2 {
    margin: 29px 0 29px 0;
    margin-top: 34px;
  }

  #page-ecc1c583a5 #what-causes-copd-first h2 {
    margin: 34px auto 29px;
    width: 60.1vw;
  }

  #what-causes-copd-container .what-is-copd-text h2 {
    margin-bottom: 17px;
  }

  #what-causes-copd-container .what-is-copd-text.about-copd-last-box h2 {
    margin-bottom: 22px;
  }

  #about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text:nth-of-type(2) {
    max-width: 600px;
    margin-bottom: 2px;
  }

  #what-causes-copd-container .what-is-copd-text {
    padding: 30px 35px;
    padding-left: 33px;
    max-width: 830px;
    margin: auto;
  }

  #about-copd-copd-treatment {
    margin-top: 33px;
  }

  #about-copd-copd-treatment .content-bullets ul {
    line-height: 16px;
    padding-top: 8px;
  }

  #hero-right-col-top {
    left: -245px;
    padding: 7px 15px;
  }

  #bevespi-hero-savings-card-container {
    margin-top: 125%;
    margin-left: -322%;
  }

  #bevespi-hero-savings-card-container, #openforbreathing {
    margin-left: -322%;
  }

  #sign-and-symptoms-four-container #what-causes-copd-first-section {
    max-width: 743px;
  }

  #page-8f9a7fab64 #what-causes-copd-first-section {
 /*sign and symptom*/
    max-width: 755px;
  }

  #copd-stages-top-div .bullet-list ul li {
    margin-left: 47px;
  }

  #what-causes-copd-first p#sign-and-symptoms-checking-first {
    margin-bottom: 11px !important;
  }

  .sign-and-symptoms-heading b:nth-of-type(2) {
    display: block;
  }

  .sign-and-symptoms-heading {
    padding-bottom: 42px;
  }

  #sign-and-symptoms-first-para p:last-of-type {
    margin-bottom: 28px;
  }

  #hr-sign-symptoms-tightness {
    /*margin: 46px 0px -6px !important;*/
    margin: 46px 0px -8px !important;
  }

  #page-8f9a7fab64 #about-copd #icon-sign-symptoms {
    margin-right: 15px;
    /*top: 3px;*/
    /*margin-left: 1px;*/
    top: 0px;
    margin-left: 2px;
  }

  #what-causes-copd-first-section #wheezing-hr-sign {
    margin: 47px 0px -14px !important;
    /*margin: 47px 0px -18px !important;*/
    ;
  }

  #sign-and-symptoms-four-container > .container.responsivegrid:nth-of-type(4) #icon-sign-symptoms {
    top: 8px !important;
  }

  .sign-and-symptoms-flex-para {
    margin-left: -10px;
  }

  #what-causes-copd-first p#sign-and-symptoms-checking-first {
    margin-bottom: 14px !important;
  }

  #page-8f9a7fab64 #about-copd #icon-sign-symptoms {
    margin-right: 15px;
  }

  #sign-and-symptoms-four-container > .container.responsivegrid:nth-of-type(1) #icon-sign-symptoms {
    top: 2px;
  }

  .sign-and-symptoms-top {
    left: -80px;
    bottom: -46px;
  }

  #sign-and-symptoms-four-container > .container.responsivegrid:nth-of-type(3) .about-sign-symptoms p {
    padding-top: 0;
  }
}

@media screen and (min-width: 920px) and (max-width: 968px) {
  #searchbox-main-component .searchbox {
    left: 77.3vw !important;
  }

  #navbar-text-desktop #HCP-container {
    gap: 5.2vw;
  }

  #navbar-text-desktop {
    max-width: 55.8%;
  }

  #logo-container-desktop img {
    margin-top: 4.5%;
    width: 100%;
  }

  #navbar-desktop {
    gap: 4%;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 22px;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__icon {
    padding-right: 0;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__title {
    padding-left: 0;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__item {
    padding: 14px 0;
    padding-bottom: 16px;
  }

  #bevespi-side-effects #bevespi-side-effect-link {
    padding: 0 18px;
  }

  #bevespi-hero-savings-card-container {
    margin-top: 125%;
    margin-left: -337%;
  }

  #hero-right-col-top {
    left: -257px;
  }

  #bevespi-hero-savings-card-container, #openforbreathing {
    margin-left: -337%;
  }
}

@media screen and (min-width: 920px) and (max-width: 948px) {
  #page-d66c8eee40 #text-28dcfa8a4b #what-causes-copd-first-section-first-hr {
    margin: 22px 0;
    margin-bottom: 14px;
  }

  #what-causes-copd-first-section .para-right {
    gap: 5px;
  }

  #page-d66c8eee40 #icon-smoking {
    top: 15px;
  }

  #page-d66c8eee40 #text-82caee540d #what-causes-copd-first-section-first-hr {
    margin: 39px 0px;
    margin-bottom: 12px;
  }

  #page-d66c8eee40 #text-b353459f35 #what-causes-copd-first-section-first-hr {
    margin: 40px 0;
    margin-bottom: 5px;
  }

  #page-d66c8eee40 #icon-smoke {
    width: 72px;
    top: 1px;
    margin-top: 0;
  }

  #page-d66c8eee40 div.cmp-image#icon-smoke[data-title="icon-genetic-factors"] {
    top: 6px;
  }
}

@media screen and (min-width: 920px) and (max-width: 993px) {
  #getting-started-copd-management .cmp-container__backgroundImage--enabled {
    min-height: 251px;
  }

  #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text h1 {
    max-width: 46.5vw;
  }

  #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text {
    width: 100%;
 /*for Getting Started APage*/
    margin-top: 0px;
  }

  .getting-started-div-second:first-of-type {
    max-width: 755px;
  }

  #isi ul li:first-child {
    padding-right: 0;
    width: 100%;
  }

  .savings-and-support-internal .getting-started-div-second {
    margin-left: 6px;
  }

  .savings-and-support-internal {
    max-width: 379px;
  }

  .related-item-first, .related-item-second {
    width: 45.33%;
  }

  .what-causes-copd-diagnosed-image img {
    width: 412px;
    height: 185.43px;
  }

  .what-causes-copd-diagnosed-image img:nth-child(2) {
    width: 412px;
    height: 189.65px;
  }

  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 1.3%;
  }

  /*#page-d132e0524f #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text h1 {*/
  #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text h1 {
    margin: -8px auto 37.8px 12px;
  }

  /*#finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text {*/
  #page-d132e0524f #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text {
    margin-top: 0;
  }

  #page-91fe5286b7 #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text h1 {
    margin-top: -6px;
  }

  #talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text h1 {
    max-width: 39vw;
    margin-top: 0px;
  }

  #talking-to-your-doctor .cmp-container__backgroundImage--enabled {
    min-height: 399px;
  }
}

@media screen and (min-width: 968px) and (max-width: 983px) {
  #searchbox-main-component .searchbox {
    /*left: 78vw !important;*/
    left: 80vw !important;
  }

  #navbar-text-desktop #HCP-container {
    gap: 6vw;
  }

  #navbar-text-desktop {
    max-width: 56.8%;
  }

  #logo-container-desktop img {
    margin-top: 5.2% !important;
    width: 100% !important;
  }

  #navbar-desktop {
    gap: 4.8vw;
  }

  #hero-right-col-top {
    left: -286px;
  }

  #bevespi-hero-savings-card-container, #openforbreathing {
    margin-left: -362%;
  }
}

@media screen and (min-width: 949px) and (max-width: 993px) {
  #page-d66c8eee40 #text-28dcfa8a4b #what-causes-copd-first-section-first-hr {
    margin: 33px 0;
    margin-bottom: 8px;
  }

  #what-causes-copd-first-section #text-28dcfa8a4b .para-right {
    margin-top: 12px;
  }

  #what-causes-copd-first-section .para-right {
    gap: 5px;
  }

  #page-d66c8eee40 #icon-smoking {
    top: 15px;
  }

  #page-d66c8eee40 #text-82caee540d #what-causes-copd-first-section-first-hr {
    margin: 39px 0px;
    margin-bottom: 15px;
  }

  #page-d66c8eee40 #text-b353459f35 #what-causes-copd-first-section-first-hr {
    margin: 40px 0;
    margin-bottom: 3px;
  }

  #page-d66c8eee40 #icon-smoke {
    width: 72px;
    top: 1px;
    margin-top: 0;
  }

  #page-d66c8eee40 div.cmp-image#icon-smoke[data-title="icon-genetic-factors"] {
    top: 6px;
  }
}

@media screen and (min-width: 984px) and (max-width: 992px) {
  #navbar-desktop {
    gap: 5.3vw;
  }

  #navbar-text-desktop {
    max-width: 60.8%;
  }

  #navbar-show .cmp-accordion__title, #navbar-show-desktop .cmp-accordion__title {
    padding-right: 12px;
  }

  #searchbox-main-component .searchbox {
    left: 78.5vw !important;
  }

  #hero-left-col {
    padding-left: 32px;
  }

  #left-col-text-4 {
    max-width: 70%;
  }

  #left-col-text-2 {
    margin-bottom: 8px;
  }

  #left-col-text-3 {
    margin-bottom: 10px;
  }

  #navbar-text-desktop #HCP-container {
    gap: 6.5vw;
  }

  #logo-container-desktop img {
    margin-top: 6.5% !important;
    width: 100% !important;
  }

  #hero-right-col-top {
    left: -286px;
  }

  #bevespi-hero-savings-card-container, #openforbreathing {
    margin-left: -364%;
  }

  #openforbreathing {
    margin-top: 15px;
  }

  #page-d66c8eee40 #text-b353459f35 #what-causes-copd-first-section-first-hr {
    margin: 40px 0;
    margin-bottom: 11px;
  }

  #page-d66c8eee40 div.cmp-image#icon-smoke[data-title="icon-genetic-factors"] {
    top: 1px;
  }
}

@media screen and (min-width: 791px) and (max-width: 992px) {
  #page-7c70c30478 #error-page #contact-us .cmp-container__backgroundImage--enabled {
    min-height: 285px;
  }

  #page-7c70c30478 #error-page #contact-us #bevespi-side-effects-hero #copd-section-1-text {
    max-width: 100%;
  }

  #sitemap #contact-us #bevespi-side-effects-hero #copd-section-1-text {
    background-image: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg_generic.jpg");
  }

  #searchbox-main-component .searchbox {
    left: 75.3%;
    z-index: 1;
  }
}

@media screen and (min-width: 769px) and (max-width: 899px) {
  #error-page #contact-us .cmp-container__backgroundImage--enabled {
    min-height: 330px;
  }

  #error-page #bevespi-side-effects-hero #copd-section-1-text h1 span {
    margin-left: 0px;
  }

  #error-page #bevespi-side-effects-hero #copd-section-1-text h1 {
    display: block;
  }

  #error-page #bevespi-side-effects-hero #copd-section-1-text {
    width: 97%;
  }
}

@media screen and (min-width: 899px) and (max-width: 993px) {
  #error-page #bevespi-side-effects-hero #copd-section-1-text {
    width: 100%;
    margin-top: 0;
 /*404 page*/
    ;
  }

  #sitemap #bevespi-side-effects-hero #copd-section-1-text {
    margin-top: 0;
  }

  #talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text {
    /*margin-top: 0;*/
    ;
  }

  #bevespi-side-effects-hero #copd-section-1-text {
    width: 100%;
  }

  #how-to-use-bevespi #how-to-use-section-2-inside {
    gap: 0px 13px;
  }
}


/* there are two styles for isi-content-fragment, but for finding-personal those are affecting so removed it globally*/

@media (min-width: 993px) {
    
  .sections {
    display: none;
  }

  .section-subwrapper p a {
    max-width: 470px;
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 17px;
    border-right: 2px solid #493b67;
    height: 50px;
    font-family: 'gotham';
    font-weight: 500;
    position: relative;
    color: white;
  }

  #navbar-text-desktop {
    max-width: 353px;
  }

  .section-subwrapper p:first-child a {
    border-left: 2px solid #493b67;
  }

  .section-subwrapper p a:hover, .section-subwrapper p a.active {
    background: #dedede;
    color: #3b3463 !important;
  }

  .section-subwrapper p a:hover::after, .section-subwrapper p a.active::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dedede;
    padding-top: -55px;
    position: absolute;
    top: 50px;
    left: 47%;
  }

  .ic-hamburger.open {
    top: 155px !important;
    left: 10.5px !important;
    /*left: -189.5px !important;*/
    width: 196px !important;
  }

  .highlightinformationv2 .cmp-highlightinfov2 {
    max-height: 142px !important;
  }

  body {
    overflow-y: auto !important;
  }

  .fa-chevron-down:before {
    top: 1.5px;
    left: 5px;
  }

  #searchbox-main-component .searchbox .cmp-searchbox__field {
    display: flex;
  }

  #explore-navbar ul li {
    padding-right: 4px;
  }

  [data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile .cmp-navigation__group {
    max-width: 1002px;
    margin: auto !important;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    gap: 5px 0px;
    /*margin-left: 203px !important;*/
    ;
  }

  [data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile .cmp-navigation__item:last-child {
    padding: 8px 4px 0px 9px !important;
  }

  [data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile .cmp-navigation__item .cmp-navigation__item-link {
    padding: 3px 0px !important;
    padding-bottom: 4px !important;
    width: 310px;
  }

  [data-enable-hamburger="true"].hamburger-enabled .ic-hamburger[aria-expanded="true"] .hamburger-wrapper {
    background-image: url('/content/dam/intelligentcontent/brands/bevespi/us/en/images/blue-close-icon.png');
    background-size: cover;
    width: 21.3px !important;
    height: 21.3px !important;
    top: 1px;
    left: -63px;
  }

  [data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile .cmp-navigation__item .cmp-navigation__item-link {
    padding: 0 !important;
  }

  .cmp-navigation__group > li:nth-of-type(1) {
    padding-bottom: 15.3px !important;
    padding-top: 16px !important;
  }

  .cmp-navigation__group > li:nth-of-type(2) {
    padding-bottom: 8.5px !important;
    padding-top: 8px !important;
  }

  .cmp-navigation__group > li:nth-of-type(3) {
    padding-bottom: 7.5px !important;
    padding-top: 8px !important;
  }

  .cmp-navigation__group > li:nth-of-type(4) {
    padding-bottom: 5.5px !important;
    padding-top: 16px !important;
    padding-left: 28px !important;
    width: 313px;
  }

  .cmp-navigation__group > li:nth-of-type(5) {
    padding-bottom: 14.5px !important;
    padding-top: 8px !important;
    padding-left: 28px !important;
    width: 313px;
  }

  .cmp-navigation__group > li:nth-of-type(6) {
    padding-bottom: 14.5px !important;
    padding-top: 8px !important;
    padding-left: 28px !important;
    width: 313px;
  }

  .cmp-navigation__group > li:nth-of-type(7) {
    padding-top: 8px !important;
    padding-left: 24px !important;
  }

  .cmp-navigation__group > li:nth-of-type(4) .cmp-navigation__item-text p i {
    font-family: 'Gotham';
    font-size: 12px;
  }

  .cmp-navigation__group > li:nth-of-type(4) .cmp-navigation__item-text::after,
  .cmp-navigation__group > li:nth-of-type(5) .cmp-navigation__item-text::after,
  .cmp-navigation__group > li:nth-of-type(6) .cmp-navigation__item-text::after {
    top: 10px;
    left: -40px;
  }

  .cmp-navigation__group > li:nth-of-type(7) .cmp-navigation__item-text::after {
    top: 0px;
    margin-left: auto;
    margin-right: 22px;
  }

  .cmp-highlightinfo__text {
    color: #f58321;
    font-size: 18px;
    padding-top: 0;
    margin-left: -0.5px;
  }

  .cmp-navigation__item-text::after {
    position: relative;
    margin-left: auto;
    margin-right: 6px;
    top: 11px;
  }

  .navigation-mobile #explore-navbar {
    display: block;
  }

  #explore-navbar {
    display: none;
  }

  #logo-container-desktop img {
    width: 289px;
  }

  #ISI-content-fragment .cmp-highlightinfov2__container {
    /*background: #0f1d53;*/
    margin-top: -11px;
    box-shadow: none;
  }

  #isi-top-list-container .cmp-highlightinfov2__content {
    padding: 0;
    padding-bottom: 15px;
  }

  #isi-top-list-container .cmp-highlightinfov2__content ul {
    max-width: 1002px;
    margin: auto;
    padding: 5px 0px 12px 20px;
  }

  #isi-top-list-container .cmp-highlightinfo__icon {
    margin-top: 1px;
    padding: 0px 5px !important;
  }

  #StickyWrapper .cmp-highlightinfov2__content ul li::before {
    left: 228px;
    top: 64px;
  }

  #isi-top-list-container .cmp-highlightinfo__icon .fa-chevron-down:before {
    font-size: 31px;
    top: 0px;
    left: 0px;
  }

  #isi-top-list-container .cmp-highlightinfo__button {
    max-width: 1002px;
    margin: auto;
    padding: 9px 0;
    padding-bottom: 8.5px !important;
  }

  #isi-top-list-container .cmp-highlightinfo__text {
    font-size: 14px;
  }

  .cmp-highlightinfov2__content ul li sub {
    vertical-align: bottom;
    position: relative;
    top: 6px;
    font-size: 9px;
  }

  .isi-top-list-ul li {
    font-size: 15px;
    line-height: 1em;
    text-indent: -1px;
    margin-top: 7px;
  }

  #isi ul {
    font-size: 15px;
    padding: 0px 65px 11px 20px;
    text-indent: -7px;
    line-height: 1em;
  }

  #isi-content-container-second-first .highlighted-isi {
    font-size: 18px;
    /*margin: 0;*/
    margin-bottom: 20px;
    /*font-family: 'Gotham-Medium';*/
    font-family: 'gotham';
    font-weight: 500;
  }

  .cmp-highlightinfov2:not(.sticky) .cmp-highlightinfov2__content #isi ul {
    width: 100% !important;
  }

  #isi-content-container-second-first {
    padding-top: 0px;
    /*padding-top: 3px;*/
    ;
  }

  #isi-content-container-second {
    padding-left: 0px;
  }

  #isi #isi-content-container-second-first p {
    font-size: 18px;
    padding: 0px 70px 0px 0px;
    /*font-family: 'Gotham-Book';*/
    font-family: 'Gotham';
    font-weight: 400;
  }

  #ISI-content-fragment {
    margin-top: 32px;
  }

  #isi-content-container-second-first p:last-child {
    /*padding: 0px 70px 0px 0px;*/
    margin-top: 11px;
    padding: 0;
    width: 100.5%;
  }

  #isi-content-container-second-first p:has(+ ul) {
    padding-bottom: 4px;
    margin-top: 8px;
  }

  #isi-content-container-second-first p:has(+ ul) > b {
    margin-bottom: 0;
    margin-top: 0;
  }

  #isi-content-container-second-first p:has(+ p.highlighted-isi) {
    margin-top: 7px;
    padding-right: 10px;
    padding-left: 1px;
  }

  #isi-content-container-second-first .highlighted-isi:not(:first-of-type) {
    margin-top: 14px;
    margin-bottom: 12px;
    font-size: 18px;
    padding-left: 2px;
  }

  #isi-content-container-second-first .highlighted-isi:first-child {
    margin-top: 5px;
    margin-bottom: 19.5px;
  }

  #usa-flag {
    margin-top: 4px;
    margin-bottom: 10px;
  }

  #usa-flag p {
    font-size: 16px;
  }

  #usa-flag .usa-flag {
    margin-bottom: -4px;
    margin-right: 5px;
  }

  #isi-approved-flex {
    margin-top: -3px;
    /*margin-bottom: 35px;*/
    margin-bottom: 42px;
    padding-left: 0;
  }

  #usa-flag .isi-last-content {
    display: flex;
    gap: 1px;
    font-size: 16px;
  }

  .isi-last-content {
    margin-top: 0;
  }

  #isi-approved-flex p {
    /*font-family: 'Gotham-Book';*/
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 15px;
  }

  #text-9849ed9c22 .isi-last-content {
    font-size: 16px;
    margin-bottom: 4px;
  }

  #isi-approved-flex p .isi-last-content {
    margin-top: 0;
  }

  #isi-approved-flex {
    margin-bottom: 38px;
  }

  #footer-logo img, #footer-text {
    padding-left: 0;
  }

  #isi ul sub {
    font-size: 9px;
    vertical-align: bottom;
    position: relative;
    bottom: -4px;
  }

  #isi-footer-top {
    padding-top: 5px;
  }

  #isi ul li {
    margin: 7.5px 0;
    margin-bottom: 0.4px;
  }

  #isi ul li::before {
    left: -4.5px;
    top: 0px;
  }

  #isi ul .isi-second-ul {
    /*padding-right: 45px;*/
    /*padding-bottom: 0;*/
    /*padding-top: 4px;*/
    padding: 3px 4px 0px 20px;
    /*padding: 3px 45px 0px 20px;*/
    ;
  }

  #isi-last-content-i {
    margin-top: -2px;
  }

  #isi-last-content-i img {
    top: 3px;
    width: 9px;
    margin-top: 0px;
    margin-left: 4px;
  }

  #isi-approved-flex img {
    width: auto;
    top: 0px;
    margin-left: 0px;
  }

  #isi-approved-flex .isi-last-content a img {
    margin-left: 5px;
  }

  #isi-approved-flex #external-link img {
    width: 10px;
    height: 10px;
    margin: 2px 2px 0px 0px;
  }

  #hero-parent-text-container-first {
    justify-content: space-between;
    gap: 123px;
    flex-wrap: nowrap;
  }

  #us-consumers-container {
    max-width: 1002px;
    margin: -81px auto 0;
    padding: 5px 12px;
  }

  #us-consumers-text, #logo-container, #navbar-show {
    display: none;
  }

  #explore-navbar + a[role="button"] {
    top: 150px;
    right: 0;
    left: 10px;
    /*left: -196.5px;*/
    border: 2px solid #17265F;
    border-bottom: none;
    border-radius: 20px 20px 0px 0px;
    height: 46px;
    width: 196px;
    padding: 24px 0;
    color: #172660;
    padding-left: 2px;
    gap: 9px;
    /*margin-right: 2px;*/
    ;
  }

  #navbar-show-desktop .cmp-accordion__button .accordion-inline-text {
    display: block;
    width: 97%;
  }

  #HCP-container {
    /*gap: 47px;*/
    gap: 55px;
    padding-top: 8px;
    padding-bottom: 1px;
    margin-left: -1px;
  }

  #HCP-container div:nth-child(2) #us-consumers-text-desktop {
    padding-bottom: 2px;
    margin-left: 7.5px;
    margin-top: -1.5px;
    /*margin-left: -0.5px;*/
    ;
  }

  #navbar-show-desktop {
    margin-bottom: -1px;
    margin-top: 11px;
  }

  #us-consumers-container #us-consumers-text p a {
    padding-right: 4px;
  }

  [data-enable-hamburger="true"].hamburger-enabled .ic-hamburger .hamburger-wrapper {
    width: 25.3px !important;
    height: 21.3px !important;
    top: 1px;
    left: -61px;
  }

  [data-enable-hamburger="true"].hamburger-enabled .ic-hamburger .hamburger-wrapper::after {
    font-size: 22px;
    top: -1.5px;
    left: 34px;
  }

  [data-enable-hamburger="true"].hamburger-enabled .ic-hamburger[aria-expanded="true"] .hamburger-wrapper::after {
    content: "EXPLORE ";
    top: -2.5px;
    left: 30px;
    font-size: 22px;
    padding-left: 5px;
    color: #17265F;
  }

  [data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay.show {
    /*height: 100% !important;*/
    height: 0% !important;
    /*width: 1424px;*/
    background: transparent;
  }

  [data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile {
    height: 286px !important;
    top: 172px !important;
    padding: 26px 12px 20px 16px !important;
    ;
  }
  
   /* Safety & Side Effects (3rd item) */
  [data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile .cmp-navigation__group > li:nth-of-type(3) {
    border-bottom: none !important;
  }

  /* FAQs (6th item) */
  [data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile .cmp-navigation__group > li:nth-of-type(6) {
    border-bottom: none !important;
  }

  #navbar-desktop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 55px;
    /*gap: 61px;*/
    /*max-width: 1002px;*/
    max-width: 970px;
    /*max-width: 954px;*/
    ;
  }

  #icon-pink_arrow_down {
    width: 31px;
    height: 31px;
  }

  #top-nav-container {
    max-height: 40px;
  }

  #top-navbar {
    padding: 12px;
    padding-top: 14px;
    margin: 0;
    /*padding: 12px 0;*/
    ;
  }

  #navbar-show-desktop li {
    padding: 0 15px 0px 8px;
  }

  #us-consumers-text-desktop {
    padding: 0;
  }

  #top-navbar ul {
    margin-top: 0px;
    margin-left: -2px;
  }

  #top-navbar ul li:last-child {
    margin-left: 0;
    padding-top: 2px;
  }

  #top-navbar ul li:first-child {
    padding-bottom: 0.59px;
  }

  #top-navbar ul li:not(:first-child):before {
    font-size: 12px;
    position: relative;
    top: 0.5px;
    left: 0.5px;
  }

  #top-navbar ul li {
    font-size: 12px;
    padding: 1px 10px 0px 2px;
  }

  #logo-container-desktop {
    margin-bottom: -14px;
  }

  #up-arrow-header-mobile {
    display: none;
  }

  #footer-container-inside ul {
    flex-direction: row;
    margin: 47px 0 29px 0;
    /*margin: 43px 0 29px 0;*/
    /*margin: 35.8px 0 29px 0;*/
    line-height: 14px;
    padding: 0 12px;
  }

  #footer-container-inside ul li:first-child {
    padding-left: 0;
    padding-bottom: 1px;
  }

  #footer-container-inside ul li:first-child, #footer-container-inside ul li:nth-child(2) {
    height: 15.5px;
  }

  #footer-container-inside ul li {
    padding: 0 12px;
    /*padding: 0 7px;*/
    align-items: center;
    height: 12px;
  }

  #footer-text {
    font-size: 15px;
    padding: 0 12px;
    /*padding-left: 0;*/
    ;
  }

  /*#footer-text span {*/
  /*  margin-right: 0px;*/
  /*}*/

  #footer-logo img {
    width: auto;
    margin: 39px 0 46px 0px;
    padding: 0 12px;
  }

  #hero-left-col {
    max-width: 525px;
    margin-top: 39px;
    /*margin-top: 110px;*/
    ;
  }

  #hero-parent-text-container {
    width: 97.5%;
    max-width: 99%;
  }

  #hero-right-col-top {
    background: rgba(232, 36, 116, 0.85);
    border-radius: 0 0 25px 25px;
    width: 385px;
    height: auto;
    text-align: center;
    padding: 5px 16px;
    padding-bottom: 4px;
    left: 192.5px;
    top: 48.5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
    gap: 0px;
  }

  #top-scroll-container {
    top: 0px;
    margin-top: 9px;
  }

  #left-col-text-1 {
    font-size: 24px;
    margin-bottom: 10px;
    max-width: none;
    width: auto;
  }

  #hero-right-col-top .saving_text sup {
    top: -6px;
    font-size: 15px;
  }

  #bevespi-hero-savings-card-text p sup {
    /*vertical-align: middle;*/
    position: relative;
    top: 1px;
    font-size: 11px;
    margin-left: -1px;
  }

  #left-col-text-2 {
    font-size: 50px;
    max-width: none;
    margin-bottom: 9px;
    padding-right: 0;
  }

  #left-col-text-2 h1 {
    line-height: 1em !important;
    font-size: 50px;
    font-weight: 400;
  }

  #left-col-text-3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  #left-col-text-4 {
    font-size: 16px;
    max-width: 85.5%;
    /*max-width: 87%;*/
    ;
  }

  .special-use-br {
    display: block;
  }

  #left-col-text-4 p span {
    margin-right: 0px;
    white-space: nowrap;
  }

  #left-col-text-4 .left-col-text-4-inside b {
    line-height: 1em !important;
    font-size: 16px;
    margin-top: 0;
  }

  #left-col-text-4 p b {
    font-size: 16px;
  }

  #top-scroll p {
    font-size: 16px;
  }

  #bevespi-hero-savings-card-container {
    margin-top: 55px;
    margin-left: 0px;
    margin-right: 0px;
 /*-10px previously*/
 /*Added*/
    justify-content: end;
    /*margin-left: -59px;*/
    gap: 4px;
  }

  .first-span {
    margin-right: 0;
  }

  #home-line-br {
    display: block;
  }

  #section-two p#home-two-24-weeks-para {
    margin-top: 0;
  }

  #bevespi-hero-savings-card-text {
    width: 165px;
    /*width: 214px;*/
    /*font: 11px 'Gotham-Book';*/
    font-family: 'Gotham';
    font-size: 11px;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 5px;
  }

  #hero-right-col-top .saving_text {
    line-height: 22px !important;
    font-size: 14px;
    padding-top: 1px;
  }

  #hero-right-col-top .click_here {
    line-height: 22px !important;
    width: 70%;
    font-size: 14px;
    margin-top: -1.31px;
  }

  #openforbreathing {
    margin-top: 58px;
    margin-right: 0px;
    margin-left: 0px;
    /*margin-right: -60px;*/
    /*margin-left: -64px;*/
    gap: 19.5px;
  }

  #bevespi-hero-savings-card img {
    width: 218px;
    height: auto;
  }

  #bevespi-hero-savings-card {
    width: 218px;
    height: auto;
  }

  #openforbreathing_img1 img {
    width: 153px;
    /*width: 175px;*/
    margin-top: 1px;
  }

  #openforbreathing_img2 img {
    /*width: 250px;*/
    width: 210px;
  }

  #section-two {
    width: 97.5%;
  }

  #section-two, #section-third-inside, #section-two-inside {
    max-width: 1002px;
    margin: auto;
    padding: 0;
  }

  #section-two-text {
    width: 65.85%;
    /*width: 560px;*/
    padding-bottom: 0px;
    /*padding-bottom: 45px;*/
    ;
  }

  div:has(> #section-two-inside) {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
  }

  #section-two-inside #section-third-container {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 107px;
    padding-bottom: 58px;
  }

  #section-two-inside-text .isi-last-content-pink {
    margin-top: 24px;
  }

  .isi-last-content-pink a:first-child {
    gap: 20px;
    margin: 36px 0;
    margin-bottom: -2px;
    /*margin: 20px 0;*/
    max-width: 370px;
  }

  #breathing-room-container .isi-last-content-pink a:first-child {
    max-width: 442px;
  }

  #breathing-room-container   .isi-last-content-pink a i {
    max-width: 260px;
  }

  #breathing-room-container   .isi-last-content-pink a i br {
    display: none;
  }

  #section-fourth-home #section-third-container #section-two-inside-text {
    width: 477px;
  }

  #section-two-inside-text .section-two-inside-text-p {
    /*font-family: 'Gotham-Book';*/
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 16px;
    padding-top: 1px;
  }

  .section-two-para .section-two-heading {
    font-size: 45px;
    margin-top: 78px !important;
    margin-bottom: 0px !important;
    line-height: 1em !important;
    max-width: none;
  }

  #section-two {
    width: 97.5%;
  }

  #section-two p .individual {
    font-size: 12px;
    display: block;
    margin-top: -6px;
    margin-bottom: -2px;
  }

  #section-third-container .section-two-heading, #section-two .section-two-heading {
    font-size: 45px;
    margin-top: 31px;
    margin-bottom: -20px;
    line-height: 45px !important;
  }

  #breathing-room-container .section-two-heading {
    font-size: 45px;
    margin-top: 16px;
    margin-bottom: 18px;
    line-height: 1em !important;
  }

  #breathing-room-container h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  #breathing-room-container .isi-last-content-pink {
    /*margin-bottom: 55px;*/
    margin-bottom: 53px;
    margin-top: -15px;
    width: 110%;
  }

  #breathing-room-container .breathing-room-description {
    font-size: 16px;
    line-height: 17px;
    width: 97%;
  }

  #breathing-room-container .breathing-room-description span {
    white-space: nowrap;
  }

  #breathing-room-container .side-arrow {
    margin-left: -14px;
    /*margin-left: 15px;*/
    /*margin-left: -5px;*/
    ;
  }

  #section-two-inside-text .section-two-heading {
    max-width: 330px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .isi-last-content-pink a i {
    max-width: 195px;
    font-size: 16px;
    margin-top: 3px;
  }

  .isi-last-content-pink a img:first-child {
    width: 87px;
    height: auto;
  }

  .isi-last-content-pink a .side-arrow {
    width: 16px;
    height: 29px;
    margin-left: 2px;
  }

  div:has(> .individual) {
    margin-top: -5px;
  }

  div:has(> #section-two) {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0;
    margin-top: -20px;
  }

  #section-two p {
    font-size: 16px;
  }

  #section-two .home-two-24-weeks-para {
    margin-top: 14px;
  }

  #section-third-container {
    display: flex;
    /*align-items: center;*/
    gap: 201px;
    /*gap: 194px;*/
    padding-top: 20px;
    padding-bottom: 48px;
    margin: 0;
  }

  #taking-bevespi-home {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  #taking-bevespi-home .isi-last-content-pink a {
    margin-left: 12px;
    margin-top: 20px;
  }

  #section-fourth-home #section-two-inside-text p.isi-last-content-pink a .side-arrow {
    margin-left: 27px;
  }

  #section-fourth-home .cmp-container__backgroundImage--enabled {
    margin: 0 12px 24px 12px;
  }

  #section-fourth-home #section-two-inside-text p.isi-last-content-pink a {
    margin-top: 25px;
    margin-bottom: 28px;
  }

  #section-fourth-home #section-two-inside-text h2.section-two-heading {
    margin-top: 32px;
    margin-bottom: 18px;
  }

  #section-fourth-home #section-third-container {
    gap: 88px;
    /*gap: 106px;*/
    padding-bottom: 32px;
    padding-top: 20px;
  }

  #section-fourth-home .cmp-container__backgroundImage--enabled {
    margin: 0 15px 25px 12px;
  }

  #section-third-container .isi-last-content-pink a .side-arrow {
    margin-left: 25px;
  }

  #taking-bevespi-home .isi-last-content-pink a .side-arrow {
    margin-lefT: 35px;
  }

  #section-fourth-home #section-third-container .isi-last-content-pink {
    margin-bottom: 20px;
  }

  #breathing-room-container .section-two-heading {
    margin-top: 2.5px;
  }

  #breathing-room img {
    margin-top: 33.5px;
    margin-left: 233.5px;
  }

  #bevespi-inhaler img {
    height: 319px;
    margin-top: 0;
  }

  #cpcd-photo {
    width: 335px;
    height: 335px;
    margin-top: 40px;
  }

  #cpcd-photo img {
    width: 335px;
    margin-top: 0;
  }

  #breathing-room-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 5px;
    padding-bottom: 23px;
    margin-top: 48px;
    /*padding-bottom: 20px;*/
    /*margin-top: 35px;*/
    ;
  }

  #breathing-room-container .text {
    width: 50%;
  }

  #breathing-room img {
    width: 367px;
    height: auto;
    margin-bottom: -12px;
    /*margin-bottom: -29px;*/
    margin-left: 7px;
  }

  .taking-bevespi .color-white-arrow-big {
    margin: 2px 0 0 9px;
    width: 16px;
  }

  .next-global-link-copd-treatment span:first-of-type {
    margin-top: -1px;
    margin-right: 0.5px;
  }

  .next-global-link-copd-treatment span:nth-of-type(2) {
    margin-left: 2px;
  }

  .next-global-link-copd-treatment .color-white-arrow-big {
    margin: 2px 0 0 7.5px;
  }

  .next-global-link-bevespi-side-effects span:first-child {
    margin-top: 0;
  }

  .next-global-link-bevespi-side-effects span:nth-of-type(2) {
    margin-top: 6.5px;
    margin-left: 1.5px;
  }

  .next-global-link-bevespi-side-effects .color-white-arrow-big {
    margin: 3px 0 0 7.5px;
    width: 16px;
    height: 28px;
  }

  .next-global-link-how-to-use span:nth-of-type(2) {
    margin-left: 1.5px;
  }

  .next-global-link-how-to-use .color-white-arrow-big {
    height: 29.5px;
    margin: 3px 0 0 7.5px;
  }

  .color-white-arrow-big {
    width: 18px;
    height: 30px;
  }

  #next-global-link-text .taking-bevespi span:nth-child(2) {
    font-size: 18px;
    line-height: 1em;
    margin-top: 0.5px;
    margin-left: 1px;
  }

  #next-global-link-text .taking-bevespi span:first-child {
    padding-left: 35px;
    font-size: 45px;
  }

  #next-global-link-text {
    width: 723px;
 /*for copd treatment page width is suitable*/
    /*width: 653px;*/
    height: 100px;
    margin-top: 2px;
    margin-bottom: 0px;
  }

  #next-global-link-text a {
    width: 723px;
    height: 100px;
  }

  #next-global-link {
    margin-bottom: -3px;
  }

  #how-to-use-bevespi #next-global-link-text {
    width: 653px;
  }

  #next-global-link-text .taking-bevespi {
    gap: 8px;
  }

  #copd-section-1-text {
    margin: unset;
    margin-left: auto;
    /*width: 61%;*/
    /*max-width: 670px;*/
    width: 97.5%;
    max-width: 439px;
  }

  #how-to-use-bevespi-main #copd-section-1-text {
    margin-left: 12px;
    width: 60%;
    max-width: 100%;
  }

  #bevespi-side-effects-hero #copd-section-1-text {
    width: 365px;
    left: -81%;
  }

  #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text {
    width: 100%;
    left: -60%;
  }

  #copd-section-2-inside {
    justify-content: center;
    margin: 50px 0;
    gap: 39px;
    margin-right: 27px;
    margin-bottom: 51px;
  }

  #how-to-use-section-2-inside #copd-section-2-inside {
    margin: 50px 0;
  }

  #how-to-use-bevespi #copd-section-2 {
    max-width: 1002px;
    margin: auto;
  }

  #cpcd-section-one-image img {
    width: 117px;
  }

  #copd-section-2-text {
    max-width: 565px;
    /*max-width: 615px;*/
    margin-right: -10px;
    /*margin-right: 25px;*/
    padding-top: 0;
    padding-bottom: 0;
  }

  .copd-section-2-para-two {
    max-width: 550px;
    font-size: 16px;
    margin: 14px 0;
    margin-top: 13px;
  }

  #how-to-use-section-2-inside #copd-section-2-text {
    margin-top: -34px;
    /*margin-top: -68px;*/
    ;
  }

  /*div:has(> #copd-section-1) {*/
  /*  min-height: 279px;*/
  /*  justify-content: flex-start;*/
  /*}*/
  
  #copd-treatment .cmp-container__backgroundImage--enabled {
    min-height: 289px;
    /* margin: 0 15px 25px 15px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    margin: 0;
  }

  #how-to-use-bevespi-main .cmp-container__backgroundImage--enabled {
    min-height: 289px;
  }

  #copd-section-1-text h1 {
    font-size: 45px;
    line-height: 1em;
    margin-top: -4px;
    /*font-family: 'Gotham-Book';*/
    font-family: 'Gotham';
    font-weight: 400;
    margin-left: 1px;
    /*margin-left: -33px;*/
    max-width: 660px;
  }

  #copd-treatment-container #copd-section-2 #bg_hero-home-mobile-arrow img {
    display: none;
  }

  #bevespi-side-effects-section-one {
    margin: auto;
    max-width: 1002px;
    padding: 0 12px;
  }

  #bevespi-side-effects #bevespi-side-effects-section-one-text {
    margin-top: 33px;
    margin-bottom: -18px;
    padding: 0;
  }

  #bevespi-side-effects #bevespi-side-effects-section-one-text p {
    font-size: 16px;
  }

  #bevespi-side-effects #bevespi-side-effects-section-one-text p:nth-child(2) {
    margin-bottom: 3px;
    margin-top: 12px;
    max-width: 893px;
  }

  #bevespi-side-effects #bevespi-side-effects-section-one-text p span {
    font-size: 16px;
  }

  #how-to-use-bevespi #copd-section-1-text h1 {
    margin-top: -14px;
    margin-left: 0px;
  }

  #bevespi-side-effects-accordian {
    margin-top: 71px;
  }

  #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px;
    display: flex;
    margin-left: 0px;
    margin-top: -4px;
  }

  #bevespi-side-effect-link {
    max-width: 1002px;
    margin: auto;
    margin-top: 27px;
    padding-left: 0;
    /*padding-bottom: 18px;*/
    padding-bottom: 27px;
  }

  #bevespi-side-effects #bevespi-side-effect-link {
    margin-top: 25px;
    padding-left: 20px;
  }

  #bevespi-side-effect-link a {
    font-size: 16px;
  }

  #bevespi-side-effects .cmp-container__backgroundImage--enabled {
    min-height: 234px;
  }

  #bevespi-side-effects-accordian .cmp-accordion__panel {
    padding: 9px 115px;
    padding-top: 8px;
    padding-left: 53px;
    max-width: 1002px;
    margin: auto;
    margin-bottom: -10px;
  }

  #bevespi-side-effects-accordian-item-0f06c1e913-panel {
    padding-right: 113px;
  }

  #bevespi-side-effects-accordian-item-6b20b24262-panel {
    padding-right: 103px;
  }

  #bevespi-side-effects-accordian-item-6b20b24262-panel .cmp-accordion__panel {
    padding: 9px 101px;
    padding-left: 53px;
  }

  #bevespi-side-effects-accordian #bevespi-side-effects-ul {
    padding-left: 10px;
    padding-top: 11.5px;
  }

  #bevespi-side-effect-check-one {
    margin-top: -4px !important;
    margin-bottom: -16px;
  }

  #bevespi-side-effects-accordian .cmp-accordion__icon {
    padding: 0 14px;
    padding-left: 0;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__icon {
    padding: 0;
  }

  #bevespi-side-effects-accordian .bevespi-side-effects ul li {
    font-size: 16px;
    line-height: 16px;
    padding-left: 10px;
    margin-bottom: 12px;
    text-indent: 0px;
  }

  #bevespi-side-effects-ul ul {
    padding-top: 9px !important;
  }

  #bevespi-side-effects-ul ul li {
    padding-left: 3px !important;
    margin-bottom: 7px !important;
  }

  #bevespi-side-effects-ul li:last-of-type {
    margin-bottom: -9px !important;
  }

  #bevespi-side-effects-accordian #bevespi-side-effects-ul ul li::before,  
  #bevespi-side-effects-accordian #bevespi-side-effects-ul-second li::before,
  #bevespi-side-effects-accordian #bevespi-side-effects-ul-rash li::before,
  #bevespi-side-effects-accordian #bevespi-side-effects-ul-tremor li::before {
    left: -7px;
    top: 0;
    font-size: 16px;
  }

  #bevespi-side-effects-check-second-accordian-ul {
    margin-top: 0 !important;
  }

  #bevespi-side-effects-check-second-accordian-ul ul {
    margin-top: -17px;
    padding-left: 10px !important;
  }

  #bevespi-side-effects-check-second-accordian-ul ul li {
    max-width: 725px;
    margin-bottom: 11px !important;
  }

  #bevespi-side-effects-check-second-accordian-ul li:nth-child(2) {
    margin-bottom: -6px !important;
  }

  #bevespi-side-effects-accordian .bevespi-side-effects ul li sub {
    font-size: 9.6px;
  }

  #bevespi-side-effects-accordian .bevespi-side-effects ul li::before {
    left: -2px;
    top: 0px;
    font-size: 16px;
  }

  #bevespi-side-effects-accordian .bevespi-side-effects p:nth-child(2) {
    margin-top: 13px;
  }

  #bevespi-side-effects-accordian-item-0f06c1e913-panel .bevespi-side-effects p {
    margin-right: -5px;
  }

  #bevespi-side-effects-accordian .bevespi-side-effects p {
    padding-bottom: 16px;
    font-size: 16px;
    margin-right: -5px;
  }

  #bevespi-side-effects-accordian .bevespi-side-effects span {
    font-size: 16px;
  }

  #bevespi-side-effects-last-para span {
    white-space: nowrap;
  }

  #bevespi-side-effects #bg_hero-home-mobile-arrow {
    margin-left: 0px;
    opacity: 1;
  }

  #bevespi-side-effects-accordian .cmp-accordion__item {
    padding: 15px 12px;
    padding-bottom: 14.5px;
  }

  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 24px;
  }

  #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 0;
    justify-content: flex-end;
    max-width: 1002px;
    margin: auto;
  }

  #bevespi-side-effects-accordian .cmp-accordion__title {
    font-size: 16px;
    max-width: 830px;
    padding: 0;
    padding-top: 2px;
  }

  #bevespi-side-effects-accordian .cmp-accordion__icon::before {
    top: -1.5px;
    left: -0.55px;
  }

  #bevespi-side-effects-accordian-item-2dd30e741a-panel #bevespi-side-effects-ul li:nth-of-type(2) {
    margin-right: -9px;
  }

  #copd-section-third-container #copd-section-third {
    gap: 26px;
    padding: 0 12px;
  }

  #page-039e6b5848 #copd-section-fourth-container #copd-section-third {
    /*gap: 18px;*/
    gap: 35px;
  }

  #copd-section-third {
    max-width: 1002px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    gap: 37px;
  }

  #copd-section-fourth-container #copd-section-third {
    flex-direction: row-reverse;
    justify-content: left;
    /*gap: 57px;*/
    gap: 24px;
    margin-top: 32px;
  }

  #copd-section-fourth-container .copd-section-3-para {
    margin: 28px 0 14px 0;
  }

  #copd-section-fourth-container .copd-section-3-para span {
    margin-top: 24px;
  }

  #copd-section-third-container {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg-section-new.png);
    background-size: 100% 100%;
  }

  #copd-section-fourth-container #copd-section-third-text {
    padding-top: 0;
    padding-bottom: 0;
    width: 558px;
  }

  #copd-section-third-text {
    width: 553px;
    /*width: 550px;*/
    padding: 30px 0;
    padding-bottom: 0;
  }

  #copd-section-third .image {
    padding: 30px 0;
    padding-bottom: 0;
  }

  #copd-section-third-link a {
    margin-bottom: 35px;
  }

  #copd-section-third-link {
    padding: 15px 95px 40px 0;
    margin-top: -38px;
    margin-left: 0;
    padding-right: 148px;
  }

  #copd-section-fourth-container #copd-section-third-link a {
    padding-top: 10px;
    margin-left: -76px;
    /*margin-left: -55px;*/ /*copd-treatment-home-page*/
    margin-bottom: 29px;
  }

  #copd-section-fourth-container #copd-section-third-link {
    padding: 10px 81px 15.5px 6px;
    margin-top: -25px;
    /*margin-top: -52px;*/
    margin-right: 0px;
    padding-right: 0;
    position: relative;
    left: 468px;
    /*left: 430px;*/
    ;
  }

  .copd-section-3-heading {
    margin-top: 3px;
 /*copd-treatment-home*/
    /*margin-top: 16px;*/
    margin-bottom: 40px;
    line-height: 1em !important;
  }

  #copd-section-fourth-container #copd-section-third-image img {
    margin-left: 0;
    width: 390px;
    /*width: auto;*/
    padding-top: 0px;
    margin-top: 9px;
    /*margin-top: -33px;*/
    ;
  }

  #copd-section-third-link {
    margin-top: -37px;
    margin-left: 3px;
    /*margin-top: -29px;*/
    /*margin-left: 2px;*/
    ;
  }

  #copd-section-fourth-container {
    padding-left: 12px;
  }

  #copd-section-third-image-masking img {
    width: 263px;
    height: 400px;
    margin-top: 11px;
    margin-bottom: -2px;
    /*left: 0%;*/
    margin-top: -10px;
  }

  .copd-section-3-para {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0;
    padding-right: 3px;
  }

  #copd-section-fourth-container .copd-section-3-para span {
    display: block;
    margin-top: 25px;
  }

  .copd-section-3-para p:first-child {
    margin-bottom: 14px;
  }

  .copd-section-3-para p:last-child {
    max-width: 558px;
    margin-top: 0;
  }

  .copd-section-4-heading, .copd-section-3-heading {
    font-size: 45px;
  }

  .copd-section-4-heading {
    font-weight: normal;
    margin-top: 32px;
    /* margin-top: 16px; */
    margin-bottom: -20px;
    color: #172660;
    /*font-family: 'Gotham-Book';*/
    font-family: 'Gotham';
    font-weight: 400;
    line-height: 1em !important;
  }
  /*How to use bevespi inhaler styles*/
  #how-to-use-bevespi #how-to-use-section-2-inside {
    display: flex !important;
    justify-content: flex-start;
    text-align: left;
    flex-wrap: wrap;
    margin-top: 45px;
    gap: 13px;
    margin-bottom: 7px;
    /*margin-bottom: 15px;*/
    padding: 0 12px;
    /*gap: 38px;*/
    /*margin-top: 46px;*/
    /*margin-bottom: -18px;*/
    ;
  }

  #how-to-use-bevespi #how-to-use-section-2-inside p {
    font-size: 16px;
  }

  #how-to-use-bevespi #how-to-use-section-2-inside p:first-child {
    /*font-size: 16px;*/
    margin-bottom: 7px;
  }

  #how-to-use-bevespi #how-to-use-section-2-inside p:nth-child(5) {
    margin-top: 4px;
  }

  #how-to-use-bevespi #cpcd-section-one-image {
    margin-top: -13px;
  }

  #how-to-use-section-2-inside #copd-section-2 {
    margin-bottom: 0;
  }

  #how-to-use-bevespi .copd-section-2-para-one {
    font-size: 14px;
    margin-top: 0px;
  }

  div:has(> #how-to-use-section-third) {
    background: #f6f6f6;
  }

  #how-to-use-section-2-inside .text:first-child {
    width: 63%;
    /*width: 61%;*/
    ;
  }

  #how-to-use-section-2-inside #cpcd-section-one-image img {
    width: 307px;
 /*how-to-use-bevespi-inhaler*/
    /*width: 319px;*/
    height: auto;
  }

  #how-to-use-section-2-inside #copd-section-2-para-one {
    margin: 0;
  }

  #how-to-use-section-third {
    align-items: center;
    max-width: 1002px;
    margin: auto;
    gap: 35px;
    padding: 12px 12px;
    padding-bottom: 24px;
  }

  #how-to-use-section-third-inside {
    flex-direction: row;
    gap: 50px;
    padding-left: 0;
    padding-top: 0;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #how-to-use-section-third-image {
    margin-top: -19px;
    margin-left: 0px;
    /*margin-top: 17px;*/
    /*margin-left: -12px;*/
    ;
  }

  #how-to-use-section-third-flex {
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin-top: -2px;
    /*margin-top: 20px;*/
    ;
  }

  #how-to-use-section-third-flex .cmp-text {
    padding: 0;
  }

  .how-to-use-morning-flex {
    gap: 6px;
    font-size: 16px;
  }

  .sun-icon {
    content: url('/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/icon-sun.png');
  }

  .moon-icon {
    content: url('/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/icon-moon.png');
  }

  #how-to-use-section-third-first {
    font-size: 35px;
    max-width: 415px;
    /*max-width: 640px;*/
    padding-top: 17px;
    padding-bottom: 6px;
  }

  #how-to-use-section-third-first p {
    line-height: 1em;
  }

  .how-to-use-info {
    display: flex;
    padding: 0;
    list-style: none;
  }

  .how-to-use-item {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 8px 16px 8px 15px;
    border-left: 1px solid white;
    font-size: 16px;
    /*font-family: 'Gotham-Book';*/
    font-family: 'Gotham';
    font-weight: 400;
  }

  .how-to-use-item:first-child {
    border-left: none;
    /*max-width: 166px;*/
    max-width: 171px;
    margin-left: -15px;
  }

  .how-to-use-item:nth-child(2) {
    /*max-width: 171px;*/
    max-width: 175px;
    padding-left: 24px;
    padding-right: 10px;
  }

  .how-to-use-item:nth-child(3) {
    max-width: 344px;
    height: 50px;
    /*max-width: 338px;*/
    padding-left: 24px;
  }

  .how-to-use-item:nth-child(4) {
    max-width: 248px;
    height: 50px;
    padding-left: 24px;
  }

  #how-to-use-info-container {
    background: #172660;
  }

  div:has(> #how-to-use-video-section) {
    max-width: none;
    margin: 0;
    font-size: 16px;
    background-position: top center;
    padding: 30px 12px;
    padding-bottom: 18px;
  }

  #how-to-use-video-section .video {
    max-width: 750px !important;
    height: 398px;
    margin: auto;
    margin-bottom: 35px;
  }

  #how-to-use-video-section .video {
    height: 94% !important;
    margin-bottom: 20px;
  }

  #how-to-use-video-section .video .cmp-video__player {
    height: 398px !important;
  }

  #how-to-use-video-section {
    max-width: 835px;
    margin: auto;
    margin-top: 0px;
  }

  #how-to-use-video-section-p {
    text-align: left;
    margin-left: -55px;
    margin-top: 14px;
    padding-bottom: 23px;
  }

  #how-to-use-video-section-accordian-text-3 .how-to-use-video-accordian-third-first {
    width: 100%;
  }

  #how-to-use-video-section-p p:first-child {
    font-size: 45px;
    max-width: none;
    padding-right: 0;
  }

  #how-to-use-last-section p:first-child {
    font-size: 45px;
    max-width: none;
    padding-right: 0;
  }

  #how-to-use-video-section-p p:nth-child(2) {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 0;
  }

  #how-to-use-video-section-accordian > div:has(#how-to-use-video-section-accordian-text-1),
  #how-to-use-video-section-accordian > div:has(#how-to-use-video-section-accordian-text-2),
  #how-to-use-video-section-accordian > div:has(#how-to-use-video-section-accordian-text-3),
  #how-to-use-video-section-accordian > div:has(#how-to-use-video-section-accordian-text-4) {
    margin-bottom: 10px;
  }

  #how-to-use-video-section-accordian .cmp-accordion__button {
    align-items: end;
    padding: 10px 12px;
 /*Before 10px 15px*/
    padding-top: 10px;
    padding-right: 13px;
  }

  #how-to-use-video-section-accordian .cmp-accordion__title {
    max-width: 747px;
  }

  #how-to-use-video-section-accordian .cmp-accordion__icon {
    padding: 0;
  }

  #how-to-use-video-section-third-text {
    max-width: 820px;
    padding: 0;
    margin-left: 12px;
  }

  #how-to-use-video-section-third-text p:first-child {
    margin-top: 0;
  }

  #how-to-use-video-section #how-to-use-video-section-third-text p:nth-child(2) {
    margin-top: 21px;
    line-height: 17px;
  }

  #how-to-use-info-container ul {
    max-width: 1002px;
    margin: auto;
    background: none;
    padding: 0 23px;
    /*padding: 0;*/
    padding-top: 25px;
    padding-bottom: 20px;
  }

  #how-to-use-info-container #text-60c99d2707 {
    padding-bottom: 0;
  }

  #how-to-use-video-section-last {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
  }

  #how-to-use-video-section-last:first-child {
    font-weight: 600;
    margin-bottom: 0;
  }

  #how-to-use-video-section-last p:first-child {
    font-size: 17px;
    margin-top: 0;
    line-height: 18px;
    margin-bottom: 12px;
  }

  #how-to-use-video-section-last a {
    font-size: 17px;
    /*font-family: 'GothamHTF-Medium';*/
    font-family: 'Gotham';
    font-weight: 500;
    padding: 9px 25px;
    line-height: 21px;
  }

  #how-to-use-video-section-last a img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }

  #how-to-use-video-section-icon img {
    margin-bottom: 0px;
    margin-top: 0;
  }

  #how-to-use-last-section {
    max-width: 1002px;
    margin: auto;
    padding-top: 39px;
    padding-left: 12px;
    /*padding-left: 0px;*/
    padding-bottom: 40px;
  }

  #how-to-use-last-section a {
    color: #e81b75;
    text-decoration: none;
  }

  #how-to-use-last-section p {
    max-width: 713px;
    /*max-width: 727px;*/
    font-size: 16px;
    padding: 12px 0;
    padding-bottom: 10px;
  }

  #how-to-use-last-section ul {
    max-width: 726px;
    /*max-width: 774px;*/
    font-size: 16px;
    padding-left: 11px;
    padding-top: 2px;
    line-height: 18px;
  }

  #how-to-use-last-section ul li {
    padding: 12px 16px;
    padding-right: 10px;
    padding-bottom: 0;
    line-height: 1em;
  }

  .how-to-use-bevespi-make-sure-you, #how-to-use-last-section p:last-of-type {
    max-width: 727px;
  }

  #how-to-use-last-section ul li:nth-last-child(-n + 2) {
    padding-top: 12px;
  }

  #how-to-use-last-section ul + p + p {
    padding-top: 14px;
    padding-bottom: 6px;
  }

  #how-to-use-last-section p:last-of-type {
    padding-top: 17px;
    line-height: 18px;
  }

  #how-to-use-video-section-accordian {
    margin: 52px 0;
    margin-bottom: 50px;
  }

  .inhaler-prep {
    align-items: flex-start;
  }

  .inhaler-prep h3 {
    font-size: 18px;
    padding: 10px 11px 10px 0;
    width: 100%;
  }

  .inhaler-prep .accordian-using-your-inhaler {
    padding-right: 11px;
  }

  .inhaler-prep img {
    width: 133px;
    margin-right: 22px;
  }

  .inhaler-prep .accordion-summary {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #282828;
    /*font-family: 'Gotham-Book';*/
    font-family: 'Gotham';
    font-weight: 400;
    width: 101%;
  }

  .inhaler-prep .accordion-summary b {
    /*font-family: 'Gotham-Medium';*/
    font-family: 'gotham';
    font-weight: 500;
  }

  #how-to-use-video-section-accordian .cmp-accordion__icon {
    position: relative;
  }

  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__icon::before,
  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__icon::before,
  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__icon::before,
  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__icon::before {
    content: "MORE +" !important;
    /*font-family: 'Gotham-Medium' !important;*/
    font-family: 'gotham' !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    width: 65px;
    margin-left: 0;
    position: absolute;
    line-height: 1.1em;
    top: -17px;
    left: -8px;
  }

  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before,
  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before,
  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before,
  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    content: "LESS -" !important;
    font-size: 16px;
  }

  .how-to-use-video-section-accordian-text {
    width: 599px;
    position: relative;
    left: 155px;
    top: -47px;
  }

  #how-to-use-video-section-accordian-text-3 .how-to-use-video-section-accordian-text {
    top: -46px;
    width: 596px;
  }

  .how-to-use-video-section-accordian-text-div img {
    width: 75px;
    height: 75px;
  }

  .how-to-use-video-section-accordian-text p {
    padding-bottom: 16px;
  }

  #how-to-use-video-section-accordian-text-4 .how-to-use-video-section-accordian-text p {
    padding-bottom: 15px;
  }

  #how-to-use-video-section-accordian-text-1 .how-to-use-bevespi-inhaler-first-accordian-first-para {
    margin-top: 0px;
    margin-bottom: -2px;
  }

  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(1), 
  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(2), 
  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(3), 
  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(4) {
    margin-left: 12px;
    gap: 25px;
    margin-top: -4px;
    margin-bottom: 11px;
  }

  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(4) p {
    margin-top: 20px;
  }

  #how-to-use-video-section-accordian-text-1 .how-to-use-bevespi-inhaler-first-accordian-last-second-para {
    margin: 20px 4px 5px 12px;
  }

  #how-to-use-video-section-accordian-text-1 .how-to-use-bevespi-inhaler-first-accordian-last-para {
    margin: 7px 0px -84px 12px;
    padding-bottom: 0;
  }

  #how-to-use-video-section-accordian-text-2 .how-to-use-video-section-accordian-second-second {
    margin-bottom: -83px;
    margin-top: -2px;
    width: 600px;
    /*width: 100%;*/
    ;
  }

  #how-to-use-video-section-accordian-text-3 .how-to-use-video-section-accordian-text p {
    padding-bottom: 14.8px;
    margin-bottom: 0;
  }

  #how-to-use-video-section-accordian-text-3 .how-to-use-video-section-accordian-text p:first-child {
    margin-top: -0.5px;
  }

  #how-to-use-video-section-accordian-text-3 .how-to-use-video-section-accordian-text p:nth-of-type(5) {
    margin-top: 0.8px;
  }

  #how-to-use-video-section-accordian-text-3 .how-to-use-video-accordian-third-first {
    margin-right: -1px;
    margin-top: -0.8px;
    padding-bottom: 0 !important;
    margin-bottom: -66px !important;
  }

  /*#how-to-use-video-section-accordian-text-4 .how-to-use-video-accordian-fourth-second {*/
  /*  padding-bottom: 15px;*/
  /*}*/

  #how-to-use-video-section-accordian-text-4 .how-to-use-video-accordian-fourth-second {
    margin-bottom: -67.5px;
    padding-bottom: 0 !important;
    /*margin-top: -0.8px;*/
    ;
  }

  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 612.5px !important;
    left: 4px !important;
  }

  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 156.5px !important;
    left: 4px !important;
  }

  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 289px !important;
    left: 4px !important;
  }

  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 511px !important;
    left: 4px !important;
  }

  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div p {
    margin-top: 10px;
    width: 437px;
  }

  /* Hide ONLY the opened item's summary */
  #how-to-use-video-section-accordian .cmp-accordion__button[aria-expanded="true"] .inhaler-prep .accordion-summary {
    display: none;
  }
  
  #contact-us .cmp-container__backgroundImage--enabled {
    min-height: 285px;
    background-position: center;
  }
  
  #talking-to-your-doctor .cmp-container__backgroundImage--enabled {
    min-height: 399px;
    /*min-height: 264px;*/
    background-size: cover;
  }
  
  #finding-personal-motivation .cmp-container__backgroundImage--enabled {
    min-height: 278px;
    background-size: cover;
    /*background-size: 100% 100%;*/
  }
  
  #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text {
    margin-left: 12px;
    /*margin-left: 211px;*/
    margin-top: -33px;
  }
    
  #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px;
    display: flex;
    max-width: 400px;
    justify-content: center;
    flex-direction: column;
    margin-left: 0;
    margin-top: -14.5px;
    line-height: 45px;
  }
  
  #getting-started-copd-management .cmp-container__backgroundImage--enabled {
    min-height: 251px;
    background-size: cover;
    /*background-size: 100% 100%;*/
  }
  
  #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text {
    margin-left: auto;
    margin-top: -10px;
  }
    
  #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px;
    display: flex;
    max-width: none;
    justify-content: center;
    flex-direction: column;
    margin-left: 0;
    margin-top: -13px;
    line-height: 46px;
  }
  
  #talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text {
    margin-left: 12px;
    margin-top: -8px;
    left: -69%;
    width: 100%;
  }
    
  #talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px;
    display: flex;
    max-width: 400px;
    justify-content: center;
    margin-left: 0;
    margin-top: 0;
    line-height: 45px;
  }
  
  #contact-us #bevespi-side-effects-hero #copd-section-1-text {
    margin-left: 12px;
  }

  #contact-us #bevespi-side-effects-hero #copd-section-1-text h1 {
    font-size: 45px;
    display: flex;
    justify-content: flex-start;
    margin-left: 0px;
    margin-top: 0;
  }
  
  #error-page #bevespi-side-effects-hero #copd-section-1-text {
    max-width: none;
  }
  
  #error-page #contact-us #bevespi-side-effects-hero #copd-section-1-text h1 {
    gap: 14px;
  }
  
  #page-54ed103e19 #contact-us #bevespi-side-effects-hero #copd-section-1-text h1 {
    position: relative;
    /*left: -9%;*/
  }
  
  #error-page #sitemap-section-two {
    padding-left: 12px;
  }
  
  #error-page #sitemap-section-two .text p {
    font-size: 16px;
    margin: 41px 0;
    margin-bottom: 12px;
  }
  
  #error-page #sitemap-section-two .text p:nth-child(2) a {
    margin-left: 0;
    height: 50px;
    width: 342px;
    font-size: 20px;
  }
  
  #error-page #sitemap-section-two .text p:nth-child(2) img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
  
  #contact-us-section-two {
    max-width: 1002px;
    margin: auto;
    margin-bottom: -4px;
    /*padding-left: 0;*/
  }
  
  #contact-us-section-two .text {
    margin-top: 40px;
    margin-bottom: 0;
  }
  
  #contact-us-section-two .text p:first-child{
    margin-bottom: 13px;
  }
  
  #contact-us-section-two .text p {
    /*font-family: 'Gotham-Book';*/
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 16px;
  }
  
  #contact-us-section-two .text p b {
    /*font-family: 'Gotham-Medium';*/
    font-family: 'gotham';
    font-weight: 500;
  }
  
  #contact-us-section-two .text p b small {
    font-size: 12.8px;
  }
  
  .sitemap {
    /*width: 60.5%;*/
    width: 58.8%;
    margin: auto;
  }
  
  .sitemap h3 {
    font-size: 28px;
    margin-top: 36px;
    padding-bottom: 25px;
  }
  
  .sitemap h3:last-child {
    margin-top: 31px;
    padding-bottom: 25px;
  }
  
  #sitemap-section-two .sitemap-section {
    margin-top: 30px;
    padding-right: 0;
  }
  
  #sitemap-section-two .text p {
    font-size: 20px;
    margin: 20px 0;
  }
  
  #sitemap-section-two .sitemap-section hr {
    width: 25%;
    margin-bottom: 40px;
  }
  
  #sitemap-section-two .sitemap-section hr:nth-of-type(2) {
    margin-bottom: 40px;
  }
  
  #sitemap-section-two .sitemap-section hr:nth-of-type(3) { 
    margin-bottom: 36px;
  }
  
  #sitemap-section-two .text .sitemap-section .sub-link {
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 24.5px;
  }
  
  #sitemap-section-two .sitemap-section .support-service {
    margin-bottom: 18px !important;
    margin-top: 20px;
  }
  
  #sitemap-section-two .text .sitemap-section .second-sub-link-section .sub-link {
    margin-bottom: 19.5px;
    line-height: 22px;
    /*margin-bottom: 25.5px;*/
  }
  
  #faq #copd-section-1-text h1 {
    font-size: 45px;
    display: flex;
    justify-content: center;
    margin-left: 0px;
    /*margin-left: -28px;*/
    margin-top: -4px;
    line-height: 1em;
  }
  
  .about-copd-tabs {
    width: 100%;
    background: #f6f6f6;
    position: absolute;
    z-index: 1;
    padding-top: 33px;
    padding-bottom: 19.5px;
    /*padding-top: 30px;*/
    /*padding-bottom: 21.5px;*/
    padding-left: 2px;
    height: auto;
  }
  
  .about-copd-tab-list {
    justify-content: center;
    margin-left: 25px !important;
  }
  
  .about-copd-tab-link {
    font-size: 13.2px;
    /*font-size: 16px;*/
    padding-right: 15px;
    line-height: 16px;
  }
  
  .about-copd-tab-item {
    /*margin-right: 17px;*/
    margin-right: 12px;
    padding-right: 8px;
    margin-top: -1px;
    height: auto;
  }
  
  #about-copd #copd-section-1-text h1 {
    font-size: 45px;
    display: flex;
    justify-content: center;
    margin-left: 0px;
    margin-top: -33px;
    line-height: 1em;
  }
  
  #what-causes-copd-first {
    margin-top: 64px;
  }
  
  #what-causes-copd-first-section {
    padding-left: 20px;
    gap: 25px;
  }
  
  #page-d66c8eee40 #what-causes-copd-first-section {
    padding-left: 20px;
    /*padding-left: 12px;*/
    gap: 25px;
    margin-top: 0;
  }
  
  #what-causes-copd-first #copd-treatment-how-is {
    max-width: none;
    margin-top: 9px;
  }
  
  #what-causes-copd-first #how-is-copd-treated p:first-of-type {
    max-width: 582px;
    /*max-width: 750px;*/
  }
  
  #what-causes-copd-first #how-is-copd-treated p {
    margin-bottom: 15px;
  }
  
  #what-causes-copd-first #how-is-copd-treated hr {
    width: 43%;
    margin: auto;
    margin-top: 46px;
    margin-bottom: 6px;
  }
  
  #what-causes-copd-first h2 {
    width: fit-content;
    font-size: 32px;
    margin: auto;
    margin-top: 9.5px;
    margin-bottom: 30px;
    max-width: none;
    line-height: 32px;
  }
  
  #icon-smoking {
    width: 72px;
    margin-right: 0px;
    margin-top: -2.5px;
    margin-left: 0px;
    left: -1px;
  }
    
  #icon-smoke {
    width: 72px;
    margin-right: 4px;
    margin-top: -2.5px;
    margin-left: -4px;
    top: 1px;
    left: 3px;
  }
  
  #about-copd #icon-sign-symptoms {
    width: 72px;
    margin-right: 1px;
    margin-top: -6px;
    margin-left: -7px;
  }
  
  #about-copd #icon-sign-symptoms-tightness {
    width: 72px;
    margin-right: 0px;
    margin-top: -7px;
    margin-left: -7px;
  }
  
  #sign-and-symptoms-checking-first {
    margin-bottom: 2px !important;
  }
  
  #shortness-of-breath-sign-and-symtoms-hr {
    margin: 45px 0 !important;
    margin-bottom: 21px !important;
  }
  
  #sign-symptoms-tightness {
    padding-top: 12px !important;
  }
  
  #hr-sign-symptoms-tightness {
    margin: 43px 0 !important;
    margin-bottom: 21px !important;
  }
  
  /*#icon-sign-symptoms {*/
  /*  width: 72px;*/
  /*  margin-right: 0px;*/
  /*  margin-top: -20px;*/
  /*  margin-left: 0;*/
  /*}*/
  
  #what-causes-copd-first-section .para-right {
    margin-top: -1px;
  }
  
  .para-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .para-heading-second {
    margin-top: 8px !important;
  }
  
  .para-heading-third {
    margin-top: 1px !important;
  }
  
  .back-to-top-button {
    bottom: -36px;
    left: -305px;
    margin-bottom: -15px;
  }
  
  .back-to-top-button span {
    margin-top: 1px;
  }
  
  .what-is-copd-top {
    bottom: -36px;
    left: -74px;
    z-index: 9;
    /*bottom: -32px;*/
    /*left: -305px;*/
    margin-top: 6px;
    padding: 12.5px 5px 5px 5px;
  }
  
  .sign-and-symptoms-top {
    /*bottom: -26px;*/
    margin-bottom: -11px;
    bottom: -28px;
    left: -75px;
  }
  
  .copd-stages-back-to-top {
    bottom: -4.5px;
    /*bottom: -19.5px;*/
  }
  
  #what-causes-copd-first-section:has(.para-heading-margin) {
    margin-top: 23px;
  }
  
  #what-causes-copd-first-section .para-heading {
    font-weight: 700;
    font-size: 24px;
    display: block;
    width: 195px;
    line-height: 1em;
    margin-top: 5px;
  }
  
  #what-causes-copd-first-section .para-heading-margin {
    margin-bottom: -3px;
  }
  
  #what-causes-copd-first-section .para-right p:nth-child(2) {
    font-size: 18px;
    max-width: 640px;
    padding-top: 0;
    line-height: 1em;
  }
  
  #what-causes-copd-first-section hr {
    border-top: 1px solid #cccccc;
    opacity: 0.5;
    margin: 45px 0;
    margin-bottom: 30px;
  }
  
  #what-causes-copd-first-section-first-hr {
    margin: 30px 0 !important;
    margin-bottom: 15px !important;
  }
  
  #what-causes-copd-first-section-second-hr {
    margin: 30px 0 !important;
    margin-bottom: 15px !important;
  }
  
  #what-causes-copd-first-section #wheezing-hr-sign {
    margin: 45px 0 !important;
    margin-bottom: 20px !important;
  }
  
  #what-causes-copd-first p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 11px;
    line-height: 1.2em;
  }
  
  #page-d66c8eee40 #what-causes-copd-first p {
    margin-bottom: 36px;
  }
  
  #what-causes-copd-first .copd-stages-first-para {
    margin: auto;
  }
  
  .bullet-list {
    margin-top: 23px;
  }
  
  .bullet-list ul {
    margin: auto !important;
    max-width: 755px;
    padding-bottom: 17px !important;
    /*padding-bottom: 20px !important;*/
  }
  
  .bullet-list ul li {
    margin-left: 50px;
    font-size: 16px;
    line-height: 1em;
    padding-bottom: 9.6px;
    max-width: 704px;
  }
    
  .bullet-list ul li sub, .what-is-copd-text p sub {
    font-size: 9.6px;
    top: 3px !important;
    /*top: 7px !important;*/
  }
    
  #copd-stages-top-div sub {
    font-size: 9.6px;
    top: 3px;
    line-height: 9.6px;
  }
  
  #faq .cmp-container__backgroundImage--enabled {
    min-height: 329px;
    /*min-height: 279px;*/
    justify-content: flex-start;
  }
  
  #about-copd .cmp-container__backgroundImage--enabled {
    min-height: 239px;
    /*min-height: 289px; */
    /*for every page after 993px about page */
    justify-content: flex-start;
    margin: 0;
    background-size: cover;
  }
  
  #about-copd #copd-section-1-text {
    margin: unset;
    margin-left: 8px;
    /*margin-left: 232.49px;*/
    width: 100%;
    /*width: 61%;*/
    max-width: 670px;
  }
  
  #faq #bg_hero-home-mobile-arrow {
    display: none;
  }
  
  #faq #open-for-info {
    display: flex;
  }
  #faq #open-for-info img {
    width: auto;
    margin-top: 50px;
  }
  
  #faq-accordian-section .faq-section-two-text {
    width: fit-content;
    font-size: 32px;
    margin: auto;
    /*margin-top: -11px;*/
    margin-top: 24px;
    /*font-family: 'GothamHTF-Book';*/
    font-family: 'Gotham';
  font-weight: 500;
    margin-bottom: -2px;
  }
  
  #faq-accordian-section .faq-section-two-text-about-bevespi {
    margin-top: -12px;
  }
  
  #faq-accordian-section #blue-up-arrow {
    text-align: center;
  }
  
  #faq-accordian-section #blue-up-arrow img {
    margin-bottom: -9px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__icon {
    padding: 0;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__item {
    padding: 14px 0;
    padding-bottom: 16px;
    padding-left: 0px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 23px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__title {
    width: 100%;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__panel {
    padding: 6px 121px;
    padding-left: 54px;
    /*padding: 9px 115px;*/
    /*padding-left: 57px;*/
    padding-bottom: 0;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-a032601792-panel {
    padding-right: 125px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-a032601792-panel {
    padding-right: 118px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-ff93fe8dc8-panel {
    padding-right: 121px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects hr {
    margin-bottom: -12px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian-item-abe57cd369-button {
    margin-top: 6px;
  }
  
  #bevespi-side-effects-accordian-item-abe57cd369-panel .faq-accordian-learn-more a:first-of-type {
    margin-bottom: 11px !important;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-abe57cd369-panel p.faq-accordian-learn-more-second a img {
    left: 11px;
  }
  
  #bevespi-side-effects-accordian-item-abe57cd369-panel .faq-accordian-learn-more-second-maintenance a img {
    left: 6px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-a032601792-panel ul {
    margin-right: 5px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.footnote {
    margin-top: -7px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p span.show-desktop-only {
    display: contents;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-a032601792-panel {
    padding-right: 125px;
  }
    
  .faq-accordian-learn-more-second-maintenance a {
    margin-top: 0px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects ul {
    margin-left: 4px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects ul li {
    margin-bottom: 12px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects ul li::before {
    top: 1px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p {
    font-size: 16px;
    margin: 12px 0;
    padding-bottom: 0;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more a,
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-full a,
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-second a{
    width: auto;
    margin-bottom: 0;
  }

  
  /*#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p span.show-desktop-only {*/
  /*  display: block;*/
  /*}*/
      
  /*#faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p span.show-mobile-only {*/
  /*  display: none;*/
  /*}*/
  
  .show-desktop-only {
    display: block;
  }
  
  #about-sign-symptoms-copd-stages-might.show-desktop-only {
    display: inline !important;
  }
      
  .show-mobile-only {
    display: none;
  }
  
  #about-sign-symptoms-copd-stages-might.show-mobile-only {
    display: none !important;
  }
  
  #sign-and-symptoms-first-para p {
    padding-left: 7px;
    width: 56%;
    text-align: center;
    margin: auto;
  }
  
  #what-causes-copd-first-section .about-sign-symptoms p:has(.about-sign-symptoms-wheezing-second) {
    margin-top: -8px;
  }
  
  #what-causes-copd-first-section .about-sign-symptoms p {
    font-size: 18px;
    max-width: none;
    width: 658px;
    margin-top: 1.5px;
    line-height: 18px;
  }
  
  #what-causes-copd-first-section .about-sign-symptoms span {
    font-size: 24px;
    white-space: normal;
    margin-right: 0;
    margin-bottom: 0;
  }
  
  #what-causes-copd-first-section .about-sign-symptoms-copd-stages span {
    line-height: 1em;
  }
  
  #sign-and-symptoms-first-para p:first-child {
    padding-top: 31px;
    font-size: 16px;
    max-width: none;
  }
  
  #what-causes-copd-first-section .about-sign-symptoms .about-sign-symptoms-wheezing {
    margin-right: 0px;
  }
  
  #what-causes-copd-first-section .about-sign-symptoms .about-sign-symptoms-wheezing-second {
    margin-right: 0px;
  }
  
  #what-causes-copd-first-section .about-sign-symptoms .about-sign-symptoms-wheezing-second {
    margin-right: 0px;
  }
  
  #sign-and-symptoms-four-container {
    margin-top: 37px;
  }
  
  #page-8f9a7fab64 #sign-and-symptoms-four-container {
    margin-top: 37px;
    max-width: 755px;
    margin: auto;
    margin-top: 37px;
    padding-left: 10px;
  }
  
  #sign-and-symptoms-first-para .cmp-text > hr:first-of-type {
    margin: auto;
    margin-top: 32px;
    width: 83%;
    /*margin-top: 30px;*/
    /*width: 55%;*/
  }
  
  #sign-and-symptoms-first-para p:last-child {
    padding-left: 7px;
    width: 705px;
    /*width: 50%;*/
    text-align: center;
    margin: auto;
    padding-top: 44.5px;
    padding-bottom: 29px;
    font-size: 16px;
  }
  
  .sign-and-symptoms-flex-para hr {
    width: 35%;
    /*width: 27%;*/
  }
  
  .last-hr-sign-and-symptoms {
    width: 90%;
    /*width: 59%;*/
    margin: auto;
    margin-top: 3px;
  }
  
  #sign-and-symptoms-last-shade {
    height: 15px;
    margin-top: -6px;
    margin-bottom: -27px;
  }
  
  .sign-and-symptoms-flex-para .sign-and-symptoms-hr-last {
    width: 60%;
    margin: auto;
  }
  
  .sign-and-symptoms-heading {
    font-size: 32px;
    /*width: 78%;*/
    /*width: 54%;*/
    line-height: 1em;
    padding-bottom: 42px;
    width: 850px;
        padding-bottom: 10px;
  }
  
  .sign-and-symptoms-heading b {
    font-size: 32px;
    line-height: 1em;
  }
  
  .sign-and-symptoms-heading b:last-of-type {
    display: block;
  }
  
  .what-causes-copd-diagnosed-image {
    flex-direction: row;
    gap: 0px;
    width: 100%;
    /*gap: 50px;*/
    /*width: 92%;*/
    /*width: 73%;*/
    margin: auto;
    margin-top: 1px;
    padding-left: 10px;
  }

  .what-causes-copd-diagnosed-image img {
    width: 441px;
    height: 199.15px;
    /*width: 408px;*/
    /*height: 193px;*/
    object-fit: contain;
    margin: auto;
    margin-top: 0;
  }

  .what-causes-copd-diagnosed-image img:nth-child(2) {
    width: 441px;
    height: 203.5px;
    /*width: 401px;*/
    /*height: 194px;*/
  }
  
  #what-causes-copd-container .what-is-copd-text {
    max-width: 830px;
    margin: auto;
    padding: 29px 35px;
    margin-bottom: 5px;
    padding-bottom: 32px;
    /*margin-bottom: 4px;*/
    /*padding-bottom: 30px;*/
  }
  
  #what-causes-copd-container .what-is-copd-last-emphysema {
    margin-bottom: -31px;
    /*margin-bottom: -25px;*/
  }
  
  #what-causes-copd-container .what-is-copd-text h2 {
    font-size: 32px;
    margin-bottom: 19.5px;
    /*margin-bottom: 18px;*/
    line-height: 32px;
  }
  
  #what-causes-copd-container .what-is-copd-text p {
    font-size: 16px;
    margin-left: 0;
    max-width: 757px;
  }
  
  #what-causes-copd-container .what-is-copd-text p span {
    line-height: 16px;
  }
  
  #what-causes-copd-container .what-is-copd-text p i b {
    line-height: 16px;
  }
  
  #what-causes-copd-container .what-is-copd-text p i {
    line-height: 16px;
  }
  
  #what-causes-copd-first .what-causes-copd-para-child-third {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  
  #what-causes-copd-first .what-causes-copd-para-child-third i {
    line-height: 16px;
  }
  
  #what-causes-copd-container .what-is-copd-text-last-for-isi {
      margin-bottom: -25px;
  }
  
  #what-causes-copd-container {
    margin-top: 0;
  }
  
  #what-causes-copd-container .what-is-copd-last-text {
    font-size: 16px;
    /*font-family: 'Gotham-Book';*/
    font-family: 'Gotham';
    font-weight: 400;
    margin-bottom: 17px;
    line-height: 1.1em;
    margin-top: 19px;
  }
  
  #what-causes-copd-video .video {
    height: 370px;
    width: 645.333px;
    margin: auto;
  }
  
  #what-causes-copd-video .cmp-video__player, #what-causes-copd-video .cmp-video__content {
    height: 370px !important;
    padding: 0;
  }
  #what-causes-copd-video .video .cmp-video__player {
    height: 370px !important;
    padding: 0;
  }
  
  .what-causes-copd-above-image-text {
    max-width: none;
    font-size: 16px;
    /*font-family: 'Gotham-Book';*/
    font-family: 'Gotham';
    font-weight: 400;
    margin-top: 30px;
    /*margin-top: 32px;*/
    margin-bottom: 13px;
  }
  
  #what-causes-copd-diagnosed hr {
    width: 48%;
    opacity: 0.5;
    margin: auto;
    margin-top: 48px;
    margin-bottom: 29px;
    position: relative;
    left: 3px;
  }
  
  .what-causes-copd-below-image-text {
    font-size: 16px;
    margin: auto;
    max-width: 643px;
    /*max-width: 775px;*/
    text-align: center;
    margin-bottom: 14px;
  }
  
  #about-copd-copd-treatment {
        width: 100%;
    margin: auto;
  }
  
  #about-copd-copd-treatment p {
    font-size: 16px;
    text-align: center;
    margin: 25px auto 8px;
    line-height: 17.6px;
    max-width: 342px;
    /*margin-left: 241px;*/
    /*margin: 0 auto;*/
  }
  
  #about-copd-copd-treatment .content-bullets ul {
    line-height: 16px;
  }
  
  #about-copd-copd-treatment .content-bullets ul li {
    padding-left: 86px;
    font-size: 16px;
    margin: auto;
    text-align: left;
    max-width: 435px;
    line-height: 16px;
    /*margin-left: 195px;*/
  }
  
  #about-copd-copd-treatment .content-bullets ul li::before {
    left: 75px;
  }
  
  #about-copd-copd-treatment hr {
    width: 43%;
    margin: auto;
    margin-top: 44px;
    margin-bottom: 21px;
  }
  
  #about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text:first-of-type {
    margin-bottom: 9px;
  }
  
  #about-copd-copd-treatment-some-treatment .what-causes-copd-below-image-text:nth-of-type(2) {
    max-width: 590px;
  }
  
  #about-copd-copd-treatment-some-treatment {
    padding-bottom: 5px;
    margin-left: 0;
  }
  
  .content-bullets-copd-treatment-about ul {
    max-width: none;
    padding-left: 43px !important;
    padding-top: 8px !important;
    margin-bottom: 22px !important;
    line-height: 1em;
  }
  
  .content-bullets-copd-treatment-about ul li {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1em;
  }
  
  #copd-stages-categories .category-list {
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  
  #copd-stages-categories .categories {
    max-width: 850px;
    margin: auto;
    margin-bottom: 11.5px;
    /*margin-bottom: 8.5px;*/
    font-size: 23px;
    line-height: 23px;
  }
  
  #copd-stages-categories .categories span {
    font-size: 16px;
    display: block;
    margin-top: 6.2px;
    /*margin-top: 4.2px;*/
    line-height: 16px;
  }
  
  #copd-stages-categories .categories sub {
    font-size: 9.6px;
  }
  
  #copd-stages-categories .category-list-para {
    max-width: 782px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: -10px;
    padding-left: 18px;
  }
  
  #copd-stages-categories .category-list-para p {
    font-size: 16px; 
  }
  
  #what-causes-copd-first-section .about-sign-symptoms-copd-stages {
      width: auto;
  }
  
  #about-copd #icon-copd-stages {
    width: 72px;
    margin-right: 1px;
    margin-top: -3px;
    margin-left: -3px;
    position: relative;
    top: -1px;
  }
  
  #about-copd #icon-copd-stages-second {
    width: 72px;
    margin-right: 1px;
    margin-top: -8px;
    margin-left: -3px;
    position: relative;
    top: 13.5px;
  }
  
  #about-copd #icon-copd-stages-third {
    width: 72px;
    margin-right: 1px;
    margin-top: 4px;
    margin-left: -3px;
    position: relative;
    top: 1px;
  }
  
  #copd-stages-hr-second {
    margin: 38px 0 !important;
    margin-left: -5px !important;
    margin-bottom: 6.5px !important;
  }
  
  #about-copd #icon-copd-stages-fourth {
    width: 72px;
    margin: 36px 0 !important;
    margin-left: -2.5px !important;
    margin-bottom: 6.5px !important;
    position: relative;
    /*top: -40.5px;*/
    /*left: -0.5px;*/
    top: -54.5px;
    left: 5.5px;
  }
  
  .cmp-container:has(#icon-copd-stages-fourth) {
    margin-bottom: -30.5px;
  }
  
  #copd-stages-hr-first {
    margin: 46.5px 0 !important;
    margin-left: -5px !important;
    margin-bottom: 7px !important;
  }
  
  #copd-stages-any-history-hr {
    margin: 37.5px 0 !important;
    margin-bottom: 30px !important;
    /*margin-bottom: 17px !important;*/
  }
  
  #copd-stages-last-hr {
    margin: 45px 0 !important;
    margin-bottom: -25px !important;
    margin-left: 2px !important;
    width: 98%;
  }
  
  #copd-stages-your-physical span, .copd-stages-any-history {
    line-height: 0;
  }
  
  #about-copd .copd-stages-any-history span {
    margin-bottom: 0;
  }
  
  #sign-and-symptoms-four-container #about-sign-symptoms-copd-stages-might {
    font-size: 18px;
  }
  
  .span-nowrap {
    white-space: normal;
  }
  
  #sitemap-check-last-sublink {
    margin-bottom: 30px !important;
  }
  
  #sitemap-check-first-hr {
    border-color: #282828;
    opacity: 0.5;
    margin-top: 28px;
  }
  
  #sitemap-check-last-h2 {
    margin-top: 24px;
    padding-bottom: 24px;
  }
  
  #talking-to-your-doctor-copd-para {
    /*max-width: 740px;*/
    max-width: 755px;
    margin: auto;
    padding: 0;
  }
  
  #talking-to-your-doctor-copd-para h2 {
    font-size: 32px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 50px;
    line-height: 1em;
  }
  
  #talking-to-your-doctor-copd-para p {
    color: #797979;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
  }
  
  #talking-to-your-doctor-copd-para-hr {
    margin-top: 45px;
    margin-bottom: -6px;
  }
  
  #bevespi-side-effects-last-para p:first-child {
    padding-bottom: 0;
  }
  
  #bevespi-side-effects-last-para p:last-of-type {
    margin-bottom: -13px;
  }
  
  #bevespi-side-effects-very-last-para p:first-child {
    padding-bottom: 0;
  }
  
  #bevespi-side-effects-very-last-para p:last-of-type {
    margin-bottom: 10px;
  }
  
  #possible-side-effects {
    margin-top: -2px;
  }
  
  #possible-side-effects-ul {
    padding-top: 0px !important;
    margin-top: -5px;
    padding-left: 10px !important;
  }
  
  #bevespi-side-effects-ul-rash {
    padding-top: 8px !important;
    padding-bottom: 0px !important;
    margin-bottom: 12px;
  }
  #bevespi-side-effects-ul-rash li {
    padding-left: 3px !important;
    margin-bottom: 8px !important;
  }
  
  #bevespi-side-effects-ul-tremor {
    margin-top: -23px;
  }
  
  #bevespi-side-effects-ul-tremor li {
    margin-bottom: 9px !important;
  }
  
  #bevespi-side-effects-ul-tremor li:last-of-type {
    margin-bottom: -12px !important;
  }
  
  #bevespi-side-effects-ul-second li {
    padding-left: 3px !important;
    margin-bottom: 7px !important;
  }
  
  #bevespi-side-effects-check-para-one {
    margin-bottom: 12px !important;
    margin-left: 8px;
    margin-top: 16px;
    /*margin-top: -2px;*/
    padding-bottom: 0 !important;
    line-height: 1.1em;
  }
  
  #bevespi-side-effects-ul-third {
    padding-left: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 12px !important;
    margin-top: -6px;
  }
  
  #bevespi-side-effects-ul-third li:first-child {
    margin-bottom: 12px !important;
    padding-top: 1px;
  }
  
  #bevespi-side-effects-last-para {
    margin-bottom: -4px;
  }
  
  #bevespi-side-effects-very-last-para {
    margin-bottom: 2px;
    margin-top: -2px;
  }
  
  #bevespi-side-effects-last-one-para {
    margin-top: -6px;
    /*margin-top: 1px;*/
    margin-bottom: -12px;
  }
  
  #bevespi-side-effects-check-third-accordian-ul {
    padding-top: 0 !important;
    padding-left: 10px !important;
    margin-top: -5px;
    padding-bottom: 0px;
  }
  
  #bevespi-side-effects-check-third-accordian-para-third {
    margin-bottom: -10px !important;
    margin-top: 0px;
  }
  
  #bevespi-side-effects-fourth-accordian {
    padding-bottom: 1.5px !important;
    margin-top: -1px;
    width: 102%;
  }
  
  #bevespi-side-effects-ul-second li {
    margin-bottom: 7px !important;
  }
  
  #bevespi-side-effects-ul-second {
    margin-bottom: 11px;
  }
  
  #bevespi-side-effects-fourth-accordian b {
    display: block;
    width: 844px;
    /*width: 845px;*/
  }
  
  #bevespi-side-effects-fourth-accordian-li-first {
    display: block;
    width: 818px;
    /*width: 838px;*/
  }
  
  #bevespi-side-effects-check-third-accordian-ul-first {
    padding-top: 0 !important;
    padding-left: 10px !important;
    margin-top: -4px;
  }
  
  #bevespi-side-effects-check-third-accordian-para {
    margin-top: -12px;
    margin-bottom: -3px;
    line-height: 1.1em;
  }
  
  .finding-personal-motivation-main {
    max-width: 1002px;
    margin: auto;
    width: 751px;
    padding: 0;
  }
  
  .what-is-copd-main-copd-management {
    width: 754px;
  }
  
  #what-is-copd-h2 {
    padding: 0 84px 0 0px;
  }
  
  .finding-personal-motivation-main h2 {
    width: 100%;
    font-size: 32px;
    margin: 21.8px auto 27px;
    line-height: 1em;
  }
  
  .creating-a-routine-page h2 br {
    display: block;
  }
  
  .finding-personal-motivation-div p {
    font-size: 16px;
    margin: 10px 9px 15px 0;
    /*margin: 10px 0 15px 0;*/
  }
  
  .finding-personal-motivation-div-third-para {
    margin-top: 10px;
  }
  
  .finding-personal-motivation-div-fourth-para {
    margin: -2px 0 15px 0 !important;
  }
    
  .finding-personal-motivation-div p:last-of-type {
    margin-bottom: -11px;
  }
  
  .what-is-copd-management-last-para {
    margin-top: 0px !important;
    /*margin-top: 32px !important;*/
  }
  
  #what-is-copd-management-last-para-hr {
    margin-bottom: 15.5px !important;
  }
  
  .finding-personal-last-related-links {
    margin-bottom: 6px !important;
  }
  
  .finding-personal-motivation-div p:first-child {
    margin: -1.5px 0 0 0 !important;
  }
  
  .finding-personal-motivation-div p:nth-child(2) {
    margin-top: 15px !important;
  }
  
  #what-is-copd-management-first-para {
    margin-top: 14.5px !important;
    margin-bottom: 17.5px !important;
  }
  
  .finding-para-third {
    margin-bottom: 17px !important;
    margin-right: 0px !important;
  }
  
  .finding-personal-motivation-div ul, .staying-active-div ul {
    margin-bottom: 14px !important;
    margin-top: -2px !important;
  }
  
  .finding-personal-motivation-div ul {
    margin-top: -1px !important; /*what is copd*/
  }
  
  .staying-active-div ul {
    margin-top: -3.5px !important; /*staying active*/
    /*margin-left: 9px !important;*/
    margin-left: 0px !important;
    padding-right: 7px !important;
  }
  
  .staying-active-div-first {
    width: 765px;
    /*width: 102%;*/
  }
  
  .finding-personal-motivation-div ul li {
    font-size: 16px;
    text-indent: -8px;
    margin-bottom: 13px;
  }
  
  .finding-personal-motivation-div ul li span {
    line-height: 1em;
  }
  
  .finding-personal-motivation-div ul li span b {
    font-weight: 500;
  }
  
  .finding-personal-motivation-div ul li::before {
    font-size: 16px;
    left: -8px;
    top: 0.5px;
  }
  
  .finding-personal-motivation-related-links h3 {
    margin-bottom: 29px;
  }
  
  /*.staying-active-related-links h3 {*/
  /*  margin-bottom: 29px;*/
  /*}*/
  
  .staying-active-related-links h3 {
    margin-bottom: 28px;
    margin-top: 1px;
  }
  
  /*.finding-personal-motivation-related-links .section-divider {*/
  /*  margin-top: -17px;*/
  /*  margin-bottom: -2.5px; */
    /*what is copd*/
  /*}*/
  
  .finding-personal-motivation-related-links .section-divider {
    margin-top: -15px;
    margin-bottom: -4.5px; /*finding-personal-motivation*/
  }
  
  .types-of-related-links .section-divider {
    margin-top: -17px;
    margin-bottom: -6.5px;
  }
  
  .types-of-related-links .related-item-first, .related-item-second {
    margin-bottom: -1px;
  }
  
  .related-item-first, .related-item-second {
    width: 333.96px;
    float: left;
    margin-bottom: 2px;
    height: 100%;
    overflow: visible;
  }
  
  .related-item-second {
    margin-top: 0px;
    /*margin-left: -2.5px;*/
    margin-left: 6px;
  }
  
  .related-item-first a:first-child, .related-item-second a:first-child {
    width: 100%;
    margin-right: 0;
  }
  
  .related-item-first .related-image img, .related-item-second .related-image img {
    width: 328px;
  }
  
  .related-item-first a:nth-child(2), .related-item-second a:nth-child(2) {
    width: 94%;
    font-size: 16px;
    padding-left: 4px;
    margin-top: -3px; /*-1px tha types of inhalers */
    margin-bottom: 25px; /*uper -1px niche 25.5px tha*/
    line-height: 16px;
  }
  
  .related-item-second .related-title {
    padding-left: 0px !important;
    line-height: 16px !important;
  }
  
  .finding-personal-motivation-related-links {
    max-width: 1002px;
    width: 755px;
    margin: auto;
    padding: 0;
    margin-top: 10px;
    margin-bottom: -10px;
  }
  
  .activities-with-copd-div {
    margin-bottom: -2.5px;
  }
  
  #staying-active-h2 {
    font-size: 31px !important;
    line-height: 1em !important;
    max-width: none;
  }
  
  #what-is-copd-h2 {
    font-size: 32px;
  }
  
  #getting-started-h2 {
    font-size: 32px;
  }
  
  .staying-active-related-links {
    margin-top: 1px !important; /*staying-active*/
    /*width: 80%;*/
    /*width: 100%;*/
  }
  /*#page-a5e7948bf2 */
 
  .related-item-first, .related-item-second {
    /*width: 325.958px;*/
    /*width: 33.33%;*/
    width: 43.17%;
  }
  
  .shortness-of-breath-related-links .section-divider {
    margin-top: -16px;
    margin-bottom: -6px;
  }
  
  .types-of-related-links .related-item-first a:nth-child(2), 
  .types-of-related-links .related-item-second a:nth-child(2) {
    margin-top: -2px;
  }
  
  #types-of-inhalers-last-para {
    margin-bottom: 15.5px !important;
    margin-top: 0;
  }
  
  #activities-with-copd-last-para {
    margin-bottom: 17px !important;
  }
  
  .contextualCTA a {
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin-left: -5px;
    margin-top: 31.5px;
    margin-bottom: 28.5px;
  }
  
  .contextualCTA {
    margin-top: 34.5px;
    margin-bottom: 34.5px;
  }
  
  .what-is-copd-contextualCTA {
    margin-top: 35px;
    margin-bottom: 34.5px;
  }
  
  .what-is-copd-contextualCTA a {
    margin-top: 31px;
    margin-bottom: 27px;
    gap: 20px;
    margin-left: 5px;
    /*margin-bottom: 29px;*/
  }
   
  .contextualCTA .callout_2:after {
    padding-right: 0;
    background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_pink-arrow-right-md.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left;
  }
  
  .contextualCTA .callout_2 {
    padding: 0;
    background: none;
  }
  
  .contextualCTA a:after {
    top: -1.2px;
    left: 14.2px; /*what is copd*/
  }
  
  .what-is-copd-contextualCTA a:after {
    top: -3.2px;
    left: 15.2px; /*what is copd*/
  }
  
  #creating-a-routine-last-para {
    margin-bottom: 16px !important;
  }
  
  .getting-started-first-div #getting-started-h2 {
    width: 80%;
    /*width: 75%;*/
    text-align: center;
    margin: auto;
    margin-top: 22px;
    margin-bottom: 27px;
    /*margin-left: 10px;*/
    line-height: 1em;
    padding-right: 13%;
  }
  
  .getting-started-first-div .getting-started-div p:first-child {
    width: 830px;
    margin-left: -60px !important;
    /*margin-left: -40px !important;*/
    text-align: center;
  }
  
  #getting-started-second-div {
    background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/bg-section-2.png) no-repeat top center;
    background-size: 100% auto;
    text-align: center;
  }
  
  .getting-started-second-div #getting-started-h2 {
    width: 75%;
    text-align: center;
    margin: auto;
    margin-top: 49px;
    margin-bottom: 52px;
    line-height: 1em;
  }
  
  .getting-started-second-div .getting-started-div-second p:first-child {
    width: 755px;
    margin-left: -10px !important;
    /*margin-left: -2px !important;*/
    line-height: 1.1em;
  }
  
  #page-c5f7319a5e .getting-started-second-div .getting-started-div-second p:first-child {
    margin-left: 0px !important;
  }
  
  .getting-started-second-div .getting-started-div-second p b {
    /*display: block;*/
    line-height: 1.1em;
  }
  
  #getting-started-second-div {
    background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/bg-section-2.png) no-repeat top center;
    background-size: 100% auto;
    text-align: center;
    padding-bottom: 43px;
  }
  
  .how-to-know-internal hr {
    width: 27%;
    margin: 45px auto;
  }
  
  #sticking-with-bevespi {
    display: flex;
    margin-left: 37px;
    margin-top: 46.5px;
  }
  
  #sticking-with-bevespi .getting-started-div-third {
    width: 650px;
    text-align: center;
    margin-left: -30px;
    /*margin-left: 50px;*/
  }
  
  #page-c5f7319a5e #sticking-with-bevespi .getting-started-div-third {
    margin-left: -23px;
  }
  
  #sticking-with-bevespi .getting-started-div-third p:first-child {
    text-align: center;
    font-size: 20px;
    margin-left: -13px !important;
  }
  
  #sticking-with-bevespi .getting-started-div-third p:nth-of-type(2) {
    text-align: center;
    /*width: 525px;*/
    width: 584px;
    margin-left: 4px;
    margin-right: 15px;
  }
  
  #sticking-with-bevespi img {
    margin-top: -41px;
    max-width: 170px;
    margin-bottom: -48px;
  }
  
  .getting-started-div-fourth img {
    margin-top: 46px;
    max-width: 118px;
  }
  
  .getting-started-div-fourth p:first-of-type {
    text-align: center;
    max-width: 45%;
    /*max-width: 42%;*/
    font-size: 20px;
    margin: 0 auto;
    margin-top: 23px !important;
    margin-bottom: 30px;
  }
  
  .getting-started-div-fourth p:nth-of-type(2) {
    /*width: 580px;*/
    width: 583px;
    margin: auto;
    text-align: center;
  }
  
  .getting-started-div-fourth ul {
    margin: auto !important;
    width: 580px;
    margin-top: 9px !important;
  }

  .getting-started-div-fourth ul li {
    font-size: 16px;
    /*text-indent: 5px;*/
    margin-bottom: 8px !important;
    line-height: 1em;
    margin-left: -4px !important;
  }

  .getting-started-div-fourth ul li::before {
    left: -5px !important;
  }
  
  .how-to-use-bevespi {
    max-width: 100%;
    width: 100%;
    padding-bottom: 24px;
  }
  
  .internal-how-use-section {
    /*padding-top: 70px;*/
    padding-top: 45px;
    padding-bottom: 53px;
    width: 660px;
    margin: auto;
    margin-bottom: 1px;
  }
  
  #getting-started-div-fourth-first-p {
    margin-bottom: 14px !important;
  }
  
  .internal-how-use-section #getting-started-h2 {
    text-align: center;
    margin: 0px auto 33px 0;
    line-height: 32px;
  }
  
  .internal-how-use-section #getting-started-h2 span {
    display: block;
  }
  
  .internal-how-use-section .getting-started-div-second p:first-child {
    text-align: center;
    margin: 50px auto 7px auto !important;
    line-height: 17.6px !important;
  }
  
  .internal-how-use-section .getting-started-div-second p:nth-child(2) {
    margin-top: 10.5px !important;
    margin-bottom: 33px;
    text-align: center;
  }
  
  .internal-how-use-section hr {
    width: 100%;
    margin: 49px auto 0;
  }
  
  .save-on-bevespi {
    margin-top: 35px;
    margin-bottom: -3px;
  }
  
  .save-on-bevespi .savings-offer {
    height: 39.33px;
    width: 211px;
    padding: 9px 15px 10px 30px;
  }
  
  .savings-and-support-internal .save-on-bevespi .savings-offer {
    height: 39.33px;
    margin-left: 29.5px !important;
    /*margin-left: 14.5px !important;*/
    padding: 9px 15px 10px 30px !important;
  }
  
  .save-on-bevespi .pink-right {
    right: 43px;
    top: 2.5px;
  }
  
  .internal-how-use-section .getting-started-div-fourth p:first-of-type {
    margin-top: 41.5px !important;
    margin-bottom: 13px !important;
  }
  
  .internal-how-use-section .getting-started-div-fourth p:nth-of-type(2) {
    font-size: 16px;
    margin-bottom: -2px;
    width: 100%;
  }
  
  .internal-how-use-section .getting-started-div-fourth p:nth-of-type(3) {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-top: 11.5px;
  }
  
  .savings-and-support-internal {
    max-width: 375px;
    margin: auto;
    margin-top: 57px;
    margin-bottom: 54px;
    text-align: center;
  }
  
  .savings-and-support-internal #getting-started-h2 {
    /*margin-left: 16px;*/
    margin-left: 1px; /*gettins-started-copd*/
  }
  
  .savings-and-support-internal .finding-personal-motivation-div p:first-child {
    font-size: 20px;
    margin-left: 11px !important;
    margin-top: 42px !important;
    /*margin-left: -2px !important;*/
    /*margin-top: 40px !important;*/
  }
  
  .savings-and-support-internal .finding-personal-motivation-div p:nth-of-type(2) {
    margin-top: 16.5px !important;
    margin-left: 12.5px;
    padding-right: 0;
    /*margin-left: -1.3px;*/
    margin-bottom: -12px;
    font-size: 14px;
    margin-right: 0;
    /*padding-right: 1px;*/
  }
  
  #breathing-room-wrapper .landing-page-container {
    width: 960px;
    margin: 0px auto;
    padding: 31px 0 0 0;
  }
  
  #breathing-room-wrapper .header-logo-style {
    font-size: 19px;
    margin-top: 17px;
    margin-bottom: 18px;
  }
  
  #breathing-room-wrapper .logo-section img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .color-orange { 
    position: relative;
    top: -1px;
    left: 1px;
   }
  
  #talking-to-doc-h2 {
    font-size: 29px;
  }
  
  #searchbox-main-component .searchbox {
    display: block;
    width: 192.02px;
    height: 39px;
    position: relative;
    top: -40px;
    /*left: 80.2%;*/
    left: 80.58%;
  }
  
  .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field {
    width: 192.02px !important;
    border: none !important;
  }
  
  .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__input {
    /*font-family: 'Gotham-Book';*/
    font-family: 'Gotham';
    font-weight: 400;
    flex-grow: unset !important;
    width: 156px;
    height: 39px;
    padding: 1px 2px 1px 18px !important;
    outline: 1px solid #dcdcdc !important;
    background-color: #dcdcdc !important;
  }
  
  .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__button {
    border: 1px solid transparent !important;
    outline: 1px solid transparent;
    height: 40px;
    max-width: 36px;
    margin-top: -1px;
    background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_grey-arr-right.png) no-repeat center !important;
    background-size: 17px 17px !important;
    background-color: #bebebe !important;
    color: transparent;
  }
  
  #creating-a-routine-in-addition {
    margin-top: 0;
    margin-right: -3px;
  }
  
  .creating-contextualCTA {
      text-align: center;
    margin-top: 35px;
    margin-bottom: 34px;
  }
  
  .creating-contextualCTA a {
    margin-top: 31.5px;
    margin-bottom: 30px;
    margin-left: 0;
  }
  
  .creating-contextualCTA a:after {
    top: -1.2px;
    left: 10.2px;
  }
  
  .creating-contextualCTA .callout_2 {
    margin-top: 0px;
    margin-bottom: 29px;
  }
  
  .creating-related-item-first {
    margin-top: 0px;
  }
  
  #what-causes-copd-video .video .cmp-video__player {
    height: 368px !important;
    /*height: 363px !important;*/
  }
  
  #footer-container-inside ul li a {
    line-height: 1.1em;
  }
  
  .cmp-navigation__item:nth-child(1) .cmp-navigation__item-text::before {
    background-size: auto;
    margin: -1px 9px 0 3px;
  }
  
  .cmp-navigation__item:nth-child(2) .cmp-navigation__item-text::before {
    height: 36px;
    width: 35px;
    margin: 1px 7px 0 0;
  }
  
  .cmp-navigation__item:nth-child(3) .cmp-navigation__item-text::before {
    height: 38px;
    width: 30px;
    margin: 0px 9px 0 3px;
  }
  
  .cmp-navigation__item:nth-child(4) .cmp-navigation__item-text::before {
    height: 31px;
    width: 35px;
    margin: 7px 6px 0 0;
  }
  
  .cmp-navigation__item:nth-child(5) .cmp-navigation__item-text::before {
    height: 36px;
    width: 31px;
    margin: 6px 10px 0 0;
  }
  
  .cmp-navigation__item:nth-child(6) .cmp-navigation__item-text::before {
    height: 32px;
    width: 32px;
    margin: 3px 9px 0 3px;
    background-size: auto;
  }
  
  .cmp-navigation__item:nth-child(7) .cmp-navigation__item-text::before {
    height: 40px;
    width: 38px;
    margin: -2px 10px -4px 0;
    background-size: cover;
  }
  
  #explore-navbar .cmp-navigation__item-text {
    font-size: 18px;
    line-height: 1em;
  }
  
  #explore-navbar .cmp-navigation__item-text i {
    font-size: 15px;
  }
  
  .cmp-highlightinfov2__title {
    font-family: 'gotham';
    display: block;
    color: #f58321;
    font-size: 18px;
    padding-top: 0;
    margin-left: -20px;
    /*margin-left: 101px;*/
    font-weight: 100 !important;
  }
  
  .cmp-highlightinfov2__title .isi-head {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'gotham';
    font-weight: 600;
    margin-top: 1px;
  }
  
  .cmp-highlightinfov2__header {
    /*margin-bottom: -8px;*/
    height: 51px !important;
  }
  
  .cmp-highlightinfov2__button {
    width: 42% !important;
    text-align: left !important;
    height: 41.5px;
    padding: 6px 12px;
    padding-bottom: 8px !important;
    background-color: #0f1d53;
    color: white;
    display: flex;
    justify-content: space-between !important;
  }
  
  .cmp-highlightinfov2__button .cmp-highlightinfov2__text {
    display: none;
  }
  
  .cmp-highlightinfov2__icon::before {
    content: "" !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_blue-plus.png);
    background-size: cover;
    background-position: center;
    position: relative;
    top: -0.5px;
    left: 288px;
    /*top: 0.5px;*/
    /*left: 300px;*/
    /*left: 235px;*/
    visibility: visible;
  }
  
  .cmp-highlightinfov2 h3 {
    width: 80% !important;
    padding-left: 11px !important;
  }
  
  #isi ul {
    padding-right: 0;
    padding-left: 21px;
    padding-bottom: 18px;
  }
  
  #StickyWrapper .isi-sticky-container ul {
    padding-left: 10px;
  }
  
  .cmp-highlightinfov2:not(.initial-sticky) ul {
    padding-right: 65px;
  }
  
  #isi-content-container-second-first {
    margin-top: -12px;
  }
  
  [data-enable-hamburger="true"] .hamburger-enabled ~ .navigation-overlay .navigation-mobile .cmp-navigation__group > li:nth-child(5),
  [data-enable-hamburger="true"] .hamburger-enabled ~ .navigation-overlay .navigation-mobile .cmp-navigation__group > li:nth-child(6) {
    border: none;
  }
  
  #footer-container-inside ul li:nth-child(3) {
    margin-top: 0px; 
  }

  #footer-container-inside ul li:nth-child(7) {
    padding-left: 0; 
  }
  
  .cmp-highlightinfov2.sticky .cmp-highlightinfov2__content #isi ul {
    padding-right: 0px !important;
    /*padding-left: 21px !important;*/
    margin-top: 0px !important;
    margin-right: -8px;
    /*padding-right: 14px !important;*/
    padding-left: 10px !important;
    /*margin-top: 15px !important;*/
  }
  
  #copd-section-third .copd-section-3-heading br, #copd-section-third .copd-section-4-heading br {
    display: block;
  }
  
  #how-to-use-video-section-accordian-item-c0604aa3f5-button .inhaler-prep h3 {
    width: 100%;
  }
  
  #bevespi-side-effects-hero #copd-section-1-text h1 br {
    display: block;
  }
  
  #faq #copd-section-1-text {
    width: 393px;
    margin-left: 12px;
    margin-top: -30px;
    left: -71%;
  }
    
  #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text {
    margin-left: 12px;
    /*margin-left: 132px;*/
  }
    
  #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text {
    width: 100%;
    left: -120%;
  }
  
  #about-copd #copd-section-1-text {
    left: -100%;
    margin-left: 0;
  }
  
  .types-of-inhalers p:nth-child(2) {
    margin-right: -12px;
  } 
  
  /*#isi-content-container-second-first {*/
  /*  margin-top: -20px;*/
  /*  margin-left: 3px;*/
  /*}*/
  
  .creating-a-routine-page {
    padding-left: 5px;
    width: 761px !important;
  }
  
  .creating-a-routine-page ul li:nth-child(2) {
    margin-right: -4px;
  }
  
  #sign-and-symptoms-four-container #what-causes-copd-first-section .text {
    width: 68.5%;
  }
  
  #page-8f9a7fab64 #sign-and-symptoms-four-container #what-causes-copd-first-section .text {
    width: 100%;
  }
  
  #sign-and-symptoms-four-container #icon-sign-symptoms {
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    left: -2px;
    top: -1px;
  }
  
  #sign-and-symptoms-four-container #what-causes-copd-first-section .about-sign-symptoms p {
    margin-top: -2px;
  }
  
  #sign-and-symptoms-four-container #icon-sign-symptoms-tightness {
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    left: -2px;
    top: 1px;
  }
  
  #sign-and-symptoms-four-container #shortness-of-breath-sign-and-symtoms-hr {
    margin-bottom: 18px !important;
  }
  
  #sign-and-symptoms-four-container .responsivegrid:nth-of-type(3) #what-causes-copd-first-section p {
    max-width: none;
  }
  
  #sign-and-symptoms-four-container .responsivegrid:nth-of-type(4) #what-causes-copd-first-section .text {
    width: 70%;
  }
  
  #sign-and-symptoms-four-container .responsivegrid:nth-of-type(4) #what-causes-copd-first-section p {
    max-width: 658px;
    margin-left: 0px;
    margin-top: -12px;
  }
  
  #sign-and-symptoms-four-container .responsivegrid:nth-of-type(4) #what-causes-copd-first-section #icon-sign-symptoms {
    margin-left: 0px;
    /*top: 0;*/
  }
  
  #sign-and-symptoms-first-para p:first-child {
    max-width: 850px;
    width: 638px;
    margin: auto;
    font-size: 16px;
    text-align: center;
    padding-top: 29px;
    padding-left: 0;
  }
  
  .sign-and-symptoms-flex-para {
    margin-left: -9px;
    margin-top: 39px;
  }
  
  .what-is-chronic-very-first-para {
    /*width: 74%;*/
    width: 635px;
  }
  
  #copd-stages-top-div {
    margin-top: 0px;
  }
  
  #error-page #bevespi-side-effects-hero #copd-section-1-text,
  #sitemap #bevespi-side-effects-hero #copd-section-1-text {
    max-width: 434px;
    width: 100%;
  }
    
  #error-page #bevespi-side-effects-hero #copd-section-1-text h1 span {
    margin-left: 0;
  }
  
  #error-page #sitemap-section-two .text p.page-500 {
    margin-bottom: 12px;
  }
      
  #breathing-room-wrapper .logo-section img {
    width: auto;
  }
  
  .tiles {
    height: 311px;
  }
  
  #welcome-copd-section.change-bk2 {
    background-size: 100% 57.5%;
  }
  
  #copd-section-third-image-masking {
    height: 400px;
    width: 263px;
    margin-top: 43px;
  }
  
  #sitemap-section-two .cmp-searchbox-clear {
    border-left: 2px solid #e81b75;
    height: 53px;
    justify-content: center;
    padding-right: 0px;
  }
  
  #sitemap-section-two #search-text-box {
    height: 53px;
  }
  
  #sitemap-section-two .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field {
    width: 98.6% !important;
  }
  
  #sitemap-section-two .cmp-searchbox-clear::before {
    content: "SEARCH";
    display: inline-block;
    color: #e81b75;
  }

  #sitemap-section-two .cmp-searchbox-clear::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    /*width: 16px;*/
    /*height: 16px;*/
    background-image: url("/content/dam/intelligentcontent/brands/bevespi/us/en/images/icon_pink-arrow-right-md.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  #sitemap-section-two .cmp-searchresults__item-title h4 {
    font-size: 18px;
  }
  
  #sitemap-section-two .cmp-searchresults__item-content p {
    font-size: 16px;
    margin: 0;
  }
  
  .cmp-searchresults__inner-container .cmp-searchresults__item-title, .cmp-searchresults__inner-container .cmp-searchresults__item-content p {
    margin-bottom: 0;
  }
  
  #sitemap-section-two .cmp-searchresults__inner-container .cmp-searchresults__item {
    padding: 0px 0 14px 0;
    border-bottom: none;
  }
  
  #sitemap-section-two #region-heading {
    border-bottom: none;
  }

  #us-consumers-container .cmp-searchbox .cmp-searchbox__inner, #us-consumers-container .searchbox {
    display: none !important;
  }
   
  #ISI-content-fragment {
    padding-left: 12px;
    max-width: 1002px;
    margin: 32px auto 0;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects hr {
    width: 90vw;
    text-align: center;
    max-width: 1002px;
    margin-left: -24px;
  }
  
  #bevespi-isi-section {
    padding-top: 10px;
  }
  
  #bevespi-isi-section > ul:nth-of-type(2) ~ p {
    padding-left: 0;
  }
  
  #isi p {
    padding-left: 2px;
    font-size: 15px;
  }
 
  .cmp-highlightinfo__content p {
   font-size: 18px !important;
  }
  
  #bevespi-isi-section > ul:nth-of-type(2) ~ p:nth-of-type(3) {
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0;
  }    
  
  .contextualCTA {
    text-align: center;
  }
    
  .how-to-know-internal {
    padding: 0; 
  }
    
  #page-a5e7948bf2 .types-of-inhalers p:nth-child(2) {
    margin-right: -18px;
  }
  
  .isi-sticky-container ul li {
    width: 100%;
  }
  
  div:has(> .back-to-top-button) {
    max-width: 1002px;
    margin: auto;
  }
  
  div:has(> #hero-parent-text-container) {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/mobile/bg_hero-home-mobile.jpg) !important; 
  }
} 

@media (min-width: 1011px) {
    #ISI-content-fragment {
      padding-left: 12px;
      max-width: 1002px;
      margin: 32px auto 0;
    }
    
    #navbar-show-desktop .cmp-accordion__button .accordion-inline-text .special-use-br {
      display: none;
    }
    
    #isi-content-container-second-first {
      width: 98% !important;
      max-width: 1002px;
      /*margin: auto;*/
      margin-top: -12px;
    }
    
    #navbar-desktop {
      gap: 55px !important;
      max-width: 970px !important;
    }
    
    .cmp-highlightinfov2__content {
      padding-left: 0 !important;
    }
    
    #bevespi-side-effects-hero {
      max-width: 1002px;
      margin: 0 auto;
    }
    
    #finding-personal-motivation #copd-section-1-text { 
      left: -128%;
    }
        
    #copd-section-1-text { /*#contact-us #bevespi-side-effects-hero #copd-section-1-text*/
      position: relative;
      left: -110%;
      margin-left: 0 !important;
    }
    
    #navbar-text-desktop {
      max-width: 360px; 
    }
    
    #how-to-use-bevespi #copd-section-1-text {
      left: 2%;
    }
    
    #error-page #contact-us #bevespi-side-effects-hero #copd-section-1-text {
      /*left: -65%;*/
      /*left: -107% !important;*/
    }
    
    #bevespi-side-effects #copd-section-1-text {
      left: -82%;
    }
    
    #sitemap #copd-section-1-text {
      left: -171%;
    }
    
    #searchbox-main-component {
      max-width: 1002px;
      margin: auto;  
    }   
    
    #hero-right-col {
      margin-right: 38px;
    }  
    
    #how-to-use-bevespi-main .cmp-container__backgroundImage--enabled {
      min-height: 244px;
    }
    
    #how-to-use-bevespi #copd-section-1-text {
      width: 100%;
      left: -23.5%;
    }
    
    #how-to-use-section-third-first {
      width: 640px;
    }
    
    #how-to-use-section-third-image {
      margin-top: 17px;
    }
    
    #how-to-use-section-third-flex {
      margin-top: 20px;
    }
    
    #talking-to-your-doctor-copd-para {
      max-width: 800px;
      width: 78.8%;
    }
} 

@media (min-width: 1022px) {
    #talking-to-your-doctor .cmp-container__backgroundImage--enabled {
        min-height: 264px;
    }
    #talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text {
        margin-top: -30px;
        left: -72%;
    }
    
    #bevespi-hero-savings-card-text {
        width: 214px;
    }
}

@media (min-width: 1024px) {
  #navbar-desktop {
    max-width: 978px !important;
    gap: 6% !important;
  }
  
  #error-page #sitemap-section-two .text p.page-500 {
    max-width: 822px;
    margin-left: -2px;
  }

  #text-ae6eaa2dec p {
    margin-right: -10px;
    /*margin-right: -50px;*/
  }
  
  #copd-section-1-text {
    left: -115%;
  }
  
  #bevespi-side-effects #copd-section-1-text {
    left: -84%;
  }
  
  #how-to-use-bevespi #copd-section-1-text {
    left: 10%;
  }  
  
  #about-copd #copd-section-1-text {
    left: -104%;
  }  
  
  #copd-treatment #copd-section-1-text {
    left: -40%;
  }

  #error-page #copd-section-1-text {
    left: -110%;
  }
  
  #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text {
    left: -133%;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 13px;
    padding: 0;
  }
  
  #bevespi-side-effects #bevespi-side-effects-section-one {
    /*padding: 0;*/
    max-width: 1002px;
  }
  
  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__item {
    padding-left: 15px;
  }
  
  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 24px;
    max-width: 1006px;
  }
  
  #bevespi-side-effects #bevespi-side-effect-link {
    padding-left: 0;
  }
  
  #about-copd .cmp-container__backgroundImage--enabled {
    min-height: 339px;
  }
  
  #page-c5f7319a5e .getting-started-first-div #getting-started-h2 {
    padding-right: 0;
  }
  
  #page-c5f7319a5e .getting-started-second-div .getting-started-div-second p b {
    display: block;
  }
} 

@media screen and (min-width: 1025px) {
  #about-copd .cmp-container__backgroundImage--enabled {
    min-height: 289px;
  }
  
  #faq .cmp-container__backgroundImage--enabled {
    min-height: 279px;
  }
    
  #page-fdeea37b13 #error-page #sitemap-section-two {
    padding-left: 0px;
  }
    
  #page-fdeea37b13 #error-page #contact-us #bevespi-side-effects-hero #copd-section-1-text {
    left: -68% !important;
  }
  
  #searchbox-main-component .searchbox {
    left: 80.8% !important;
  }
  
  #navbar-show-desktop .cmp-accordion__button .accordion-inline-text {
    width: 100%;
  }
  
  .sitemap {
    width: 60.5% !important;
    padding-left: 0 !important;
  }
  
  /*#top-navbar {*/
    /*padding-left: 0 !important;*/
  /*}*/
  
  #explore-navbar + a[role="button"] {
    left: 8% !important;
    /*left: 11% !important;*/
  }

  /*#navbar-desktop {*/
  /*  max-width: 1002px !important;*/
  /*}*/
  
  /*#ISI-content-fragment {*/
  /*  padding-left: 0;*/
  /*}*/
  
  #footer-container-inside ul {
    margin: 38px 0 29px 0;
    padding: 0 !important;
  }
  
  #footer-logo img, #footer-text {
    padding-left: 6px !important;
  }

  .what-is-chronic-very-first-para {
    width: 100%;
  }
  
  #about-copd #copd-section-1-text {
    left: -104%;
    /*left: -108%;*/
  }
  
  #about-copd #copd-section-1-text h1 {
    margin-top: -4px;
  }
  
  #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text {
    left: -66%;
  }
  
  #getting-started-copd-management .getting-started-first-div #getting-started-h2 {
    padding-right: 0;
  }
  
  .about-copd-tab-item {
    margin-right: 14px;
    padding-right: 9px;
    margin-top: -3px;
  }
  
  .about-copd-tab-link {
    font-size: 16px;
  }
  
  .about-copd-tab-list {
    margin-left: 20px !important;
  }
  
  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__item {
    padding-left: 0;
  }
  
  #bevespi-side-effects #copd-section-1-text {
    left: -88%;
  }
  
  #bevespi-side-effects #bevespi-side-effects-section-one-text p:nth-child(2) {
    max-width: 946px;
  }
  
  #bevespi-side-effects #bevespi-side-effects-section-one {
    padding: 0;
    max-width: 1002px;
    /*margin-left: 0;*/
    margin: auto;
  }
  
  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__button {
    gap: 15px;
  }
  
  .isi-sticky-container ul li {
    width: 98%;
    margin: 7.5px auto 10% !important;
  }
  
  #how-to-use-video-section-p {
    text-align: center;
  }
  
  #sitemap-section-two .sitemap-section hr {
    margin-bottom: 10px !important;
  }
} 

@media screen and (min-width: 1049px) and (max-width: 1200px) {
  #error-page #sitemap-section-two .text p.page-500 {
    max-width: 83% !important;
  }
  
  #ISI-content-fragment {
    padding-left: 12px;
  }  
  
}

@media screen and (min-width: 1070px) and (max-width: 1100px) {
  #HCP-container {
    gap: 5.3vw !important;
  }
  
  #error-page #sitemap-section-two {
    padding-left: 0 !important;
  }
    
  #error-page #sitemap-section-two .text p.page-500 {
    max-width: 83% !important;
  }
  
  #home-page .cmp-container__backgroundImage--enabled {
    min-height: 495.45px;
  }
  
  #left-col-text-4 {
    max-width: 85%;
  }
  
  #left-col-text-2 {
    max-width: 89%;
  }
  
  #bevespi-hero-savings-card-text {
    width: 188px;
  }
  
  #hero-right-col {
    margin-right: 9px;
  }
  
  #section-two-text {
    width: 60.6%;
  }
  
  .isi-last-content-pink a:first-child {
    gap: 20px;
    margin: 76px 0;
    max-width: 419px;
  }
  
  .isi-last-content-pink a i {
    max-width: 397px;
  }
  
  .isi-last-content-pink a i br {
    display: none;
  }
} 

@media screen and (min-width: 1120px) and (max-width: 1144px) {  
  #navbar-desktop {
    gap: 5.2vw !important;
  }
  
  #HCP-container {
    gap: 5.1vw !important;
  }
    
  #hero-right-col {
    margin-right: 16px;
  }
  
  #bevespi-hero-savings-card-text {
    width: 223px;
  }
  
  #hero-left-col {
    max-width: 546px;
  }
} 

@media screen and (min-width: 1145px) and (max-width: 1159px) {  
  #navbar-desktop {
    gap: 5.2vw !important;
  }
  
  #HCP-container {
    gap: 5.1vw !important;
  }
}

@media screen and (min-width: 1160px) {
    
  #searchbox-main-component {
    max-width: 1002px !important;
    margin: 0 auto !important;
  }
  
  #top-navbar {
    padding-left: 0 !important;
  }

  #navbar-desktop {
    max-width: 1002px !important;
    gap: 61px !important;
    margin: 0 auto;
  }
  
  #us-consumers-container {
    max-width: 1002px;
    margin: -81px auto 0;
  }
  
  #error-page #bevespi-side-effects-hero {
    max-width: 1002px;
  }
  
  #footer-container-inside ul, #footer-text, #footer-logo img {
    padding-left: 0px !important;
  } 
}

@media screen and (min-width: 1200px) and (max-width: 1240px) {  
  #HCP-container {
    gap: 4vw !important;
  }
  
  #top-navbar {
    max-width: 87vw;
  }
}

@media (min-width: 1157px) {
  .savings-and-support-internal {
    max-width: 374px;
  }
  .savings-and-support-internal #getting-started-h2 {
    margin-left: 0;
  }
  .savings-and-support-internal .finding-personal-motivation-div p:first-child {
    margin-left: 0px !important;
  }
  .savings-and-support-internal .finding-personal-motivation-div p:nth-of-type(2) {
    margin-left: 0;
  }
  .savings-and-support-internal .save-on-bevespi .savings-offer {
    margin-left: 14.5px !important;
  }
  
  #isi-content-container-second-first {
    width: 100% !important;
    max-width: 1002px;
    margin: auto;
    margin-top: -12px;
  }
  
  #ISI-content-fragment {
    padding-left: 0;
    padding-right: 67px;
  }

  #text-ae6eaa2dec p {
    margin-right: -51px;
  }
  
  #how-to-use-bevespi #copd-section-1-text {
    left: 10%;
  }
  
  [data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile {
    height: 265px !important;
  }
   
  div:has(> #hero-parent-text-container) {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg_hero-home.jpg) !important; 
  }
}

@media screen and (min-width: 993px) and (max-width: 1157px) {
    #footer-container-inside ul li {
      padding: 0px 12px !important;
      /*padding: 0px 7.3px;*/
    }
}

@media screen and (min-width: 1158px) and (max-width: 1215px) {
       
  div:has(> #hero-parent-text-container) {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg_hero-home.jpg) !important;
  }
  
  #hero-parent-text-container-first {
    gap: 0;
  }
  
  #hero-parent-text-container {
    width: 90%;
    max-width: 100%;
  }
  
  #bevespi-hero-savings-card-container {
    justify-content: start;
  }
    
  #hero-right-col {
    width: 422px;
    margin-right: -10px;
  }    
  
  #bevespi-hero-savings-card-text {
    width: 184px;
  }
  
  #left-col-text-2 {
    max-width: 330px;
  }
  
  #left-col-text-4 {
    max-width: 100%;
  }
  
  #hero-left-col {
    max-width: 422px;
    margin-top: 110px;
  }
  
  #top-scroll-container {
    margin-top: 0;
  }
  
  #top-navbar {
    padding-left: 0;
  }
    
  #navbar-desktop {
    max-width: 1002px !important;
  }
  
  #explore-navbar + a[role="button"] {
    left: 11%;
  }
  
  #home-page #section-two #section-two-text {
    width: 55.85%;
    padding-bottom: 45px;
  }
  
  #section-two #section-two-text .isi-last-content-pink a:first-child {
    margin: 20px 0;
  }
  
  #breathing-room-container .isi-last-content-pink a:first-child {
    margin: 36px 0;
  }
  
  #taking-bevespi-home .isi-last-content-pink a {
    margin-left: 0;
  }
  
  #section-fourth-home #section-third-container #section-two-inside-text {
    width: 487px;
  }
  
  #section-fourth-home #section-third-container {
    gap: 106px;
  }
  
  #breathing-room-container .isi-last-content-pink a i {
    max-width: 195px;
  }
  
  #breathing-room img {
    margin-bottom: -24px;
  }
}

@media (min-width: 1215px) {
  #hero-parent-text-container-first {
    gap: 0;
  }
  
  #hero-parent-text-container {
    width: 90%;
    max-width: 100%;
  }
  
  #bevespi-hero-savings-card-container {
    justify-content: start;
  }
    
  #hero-right-col {
    width: 450px;
    margin-right: -10px;
  }    
  
  #bevespi-hero-savings-card-text {
    width: 16.8vw;
  }
  
  #left-col-text-2 {
    max-width: none;
  }
  
  #left-col-text-4 {
    max-width: 100%;
  }
  
  #hero-left-col {
    max-width: 445px;
    margin-top: 110px;
  }
  
  #top-scroll-container {
    margin-top: 0;
  }
  
  #top-navbar {
    padding-left: 0;
  }
    
  #navbar-desktop {
    max-width: 1002px !important;
  }
  
  #explore-navbar + a[role="button"] {
    left: 11% !important;
  }
  
  #home-page #section-two #section-two-text {
    width: 55.85%;
    padding-bottom: 45px;
  }
  
  #section-two #section-two-text .isi-last-content-pink a:first-child {
    margin: 20px 0;
  }
  
  #breathing-room-container .isi-last-content-pink a:first-child {
    margin: 36px 0;
  }
  
  #taking-bevespi-home .isi-last-content-pink a {
    margin-left: 0;
  }
  
  #section-fourth-home #section-third-container #section-two-inside-text {
    width: 487px;
  }
  
  #section-fourth-home #section-third-container {
    gap: 106px;
  }
  
  #breathing-room-container .isi-last-content-pink a i {
    max-width: 195px;
  }
  
  #breathing-room img {
    margin-bottom: -24px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1280px) {
    #navbar-desktop {
      gap: 50px;
      /*max-width: 970px; */ /*for 993px*/
      max-width: 955px; 
    }
    
    #HCP-container {
      gap: 5.6vw;
      /*gap: 47px;*/
    }
    
    #top-navbar {
      margin: auto;
        /*padding-left: 0;*/ /*993px*/
    }
    
    #searchbox-main-component .searchbox {
      left: 80.4%;
    }
    
    #explore-navbar + a[role="button"] {
      /*left: -3%;*/
      left: 5%;
      /*left: 8%;*/
    }
    
    #navbar-show .cmp-accordion__title, #navbar-show-desktop .cmp-accordion__title {
      padding-right: 12px;
    }
    
    #contact-us #bevespi-side-effects-hero #copd-section-1-text {
      width: 100%;
      margin-left: 4%;
      /*left: -62%;*/
      left: -112%; /*actual contact us*/
    }
    
    #error-page #contact-us #bevespi-side-effects-hero #copd-section-1-text {
      left: -65%; /*404 page*/
      left: -62%;
      margin-left: 0px;
    }
    
    #page-7c70c30478 #error-page #contact-us #bevespi-side-effects-hero #copd-section-1-text {
      left: -110%;
    }
    
    #page-54ed103e19 #error-page #contact-us #bevespi-side-effects-hero #copd-section-1-text {
      left: -68%;
    }
    
    #page-543fea7978 #error-page #contact-us #bevespi-side-effects-hero #copd-section-1-text {
      left: -65%;
    }
    
    #bevespi-side-effects-hero {
      max-width: 1002px;
      margin: auto;
    }
    
    #copd-section-1 {
      max-width: 1002px;
      margin: auto;
    }
    
    #copd-treatment #copd-section-1-text {
      width: 100%;
      margin-left: 4%;
      left: -64%;
    }
    
    #sitemap #bevespi-side-effects-hero #copd-section-1-text {
      width: 100%;
      margin-left: 4%;
      left: -173%;
    }
    
    #how-to-use-bevespi #copd-section-1-text {
      width: 56%;
      left: -23%;
    }
    
    .sitemap {
      width: 61.5%;
      padding-left: 12px;
    }
    
    .cmp-highlightinfov2 .sticky-isi h3 {
      padding-left: 16% !important;
    }
    
    #sitemap-section-two .sitemap-section hr {
      width: 25%;
      margin-bottom: 40px;
    }
    
    .cmp-highlightinfov2__icon::before {
      top: 0.5px;
      left: 261px;
    }
    
    .cmp-highlightinfov2.sticky .cmp-highlightinfov2__content #isi ul {
      padding-left: 21px !important;
    }
    
    #footer-logo img, #footer-text {
      padding-left: 12px;
    }
    
    #footer-container-inside ul {
      margin: 38px 0 29px 0;
      padding-left: 0;
    }
    
    #footer-container-inside ul li {
      padding: 0 7.32px;
    }
    
    #isi-content-container-second-first {
      width: 94%;
    }

}

@media (min-width: 1280px) { 
  #top-navbar ul li:last-child {
    padding-top: 2.5px;
  }
  
  #top-navbar ul li {
    padding: 1.5px 12px 0px 2px;
  }
  
  #section-fourth-home #section-two-inside-text p.isi-last-content-pink a .side-arrow {
    margin-left: 39px;
  }
  
  #isi-content-container-second-first .highlighted-isi:first-child {
    margin-top: 3px;
  }
  
  [data-enable-hamburger="true"].hamburger-enabled .ic-hamburger .hamburger-wrapper::after {
    top: -2.5px;
  }
  
  #section-two p .individual {
    margin-bottom: 0;
  }
  
  .isi-last-content-pink a .side-arrow {
    margin-left: 6px;
  }
      
  .special-use-br {
    display: none;
  }
  
  .cmp-highlightinfov2.sticky .cmp-highlightinfov2__content #isi ul {
    padding-right: 15px !important;
    padding-left: 19px !important;
    margin-top: 0px !important;
  }
  
  #top-navbar {
    padding: 12px 0;
    margin: auto;
  }
  
  #hero-left-col {
    margin-top: 110px;
  }
  
  #bevespi-hero-savings-card-container {
    margin-left: -1px;
    justify-content: flex-start;
  }
  
  #openforbreathing {
    margin-right: -60px;
    margin-left: -4px;
  }
  
  #openforbreathing_img1 img {
    width: 175px;
  }
  
  #openforbreathing_img2 img {
    width: 250px;
  }
  
  #bevespi-hero-savings-card-text {
    width: 154px;
  }
  
  #left-col-text-4 {
    max-width: 102%;
    width: 102%;
  }
  
  #top-scroll-container {
    margin-top: 2px;
  }
  
  #hero-right-col {
    margin-right: 5px;
    /*margin-right: 0px;*/
    width: 384px;
  }
  
  #explore-navbar + a[role="button"] {
    left: 11%;
  }
  
  #hero-parent-text-container {
    width: 100%;
    /*width: 1138px;*/
    max-width: 90%;
  }
  
  #navbar-desktop {
    gap: 61px;
    max-width: 1002px;
  }
  
  #navbar-show-desktop .cmp-accordion__button .accordion-inline-text {
    display: block;
    width: 100%;
  }
  
  #HCP-container div:nth-child(2) #us-consumers-text-desktop {
    margin-left: -0.5px;
  }
  
  .cmp-highlightinfov2__title {
    margin-left: 105px;
  }
  
  .cmp-highlightinfov2__icon::before {
    top: 0.5px;
    left: 260px;
  }
  
  #section-two-text {
    width: 560px;
  }
  
  #section-third-container {
    gap: 202px;
  }
  
  #taking-bevespi-home {
    margin-top: 32px;
    margin-bottom: 99px;
  }
  
  #taking-bevespi-home .isi-last-content-pink a {
    margin-left: 0;
  }
  
  #section-fourth-home #section-third-container {
    padding-left: 1px;
    gap: 115px;
  }
  
  #section-fourth-home #section-two-inside-text p.isi-last-content-pink a {
    margin-bottom: 27px;
  }
  
  /*#section-two-inside-text .section-two-inside-text-p {*/
  /*  width: 101%;*/
  /*}*/
  
  #section-two p#home-two-24-weeks-para {
    margin-top: 14px;
  }
  
  .isi-last-content-pink a:first-child {
    margin: 20px 0;
    margin-bottom: 68px;
  }
  
  #breathing-room-container .isi-last-content-pink a i {
    max-width: 203px;
  }
  
  #breathing-room-container .isi-last-content-pink a:first-child {
    margin: 35px 0;
  }
  
  #breathing-room img {
    margin-bottom: -29px;
    margin-left: 10px;
  }
  
  #breathing-room-container {
    padding-bottom: 23px;
    /*padding-bottom: 9px;*/
  }
  
  #ISI-content-fragment .cmp-highlightinfov2__container {
    /*margin-top: -20px;*/
    /*margin-top: -20px;*/
    margin-left: 0px;
    /*margin-left: 4px;*/
  }
  
  #how-to-use-bevespi-main .cmp-container__backgroundImage--enabled {
    min-height: 234px;
  }
  
  #how-to-use-bevespi-main #copd-section-1-text {
    width: 75.5%;
    left: -25%;
  }
  
  #how-to-use-last-section ul li {
    padding-right: 23px;
  }
  
  #copd-section-1-text {
    width: 62%; /*copd-treatment-home*/
    /*width: 77%;*/
    /*max-width: 563px;*/
    margin-left: 138px;
  }
  
  #copd-section-2-inside {
    gap: 15px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
  
  #copd-section-2-text {
    max-width: 615px;
    margin-right: 25px;
  }
  
  #copd-section-third-container #copd-section-third {
    gap: 41px;
    /*gap: 37px;*/
    padding: 0;
  }
  
  #copd-section-third-text {
    width: 561px;
  }
  
  #copd-section-third-link {
    margin-top: -48px;
    margin-left: 0px;
  }
  
  #copd-section-third-link a {
    margin-bottom: 30px;
  }
  
  #copd-section-fourth-container {
    padding-left: 0;
  }
  
  #copd-section-fourth-container #copd-section-third {
    gap: 57px;
    margin-top: 38px;
  }
  
  #copd-section-fourth-container #copd-section-third-link {
    padding: 10px 81px 15.5px 11px;
    margin-top: -50px;
    left: 430px;
  }
  
  #copd-section-fourth-container #copd-section-third-link a {
    padding-top: 0;
    margin-left: -5px;
  }
  
  #next-global-link-text {
    margin-bottom: 3px;
  }
  
  #copd-section-fourth-container #copd-section-third-image img {
    width: auto;
    margin-top: -2px;
  }
  
  .cmp-highlightinfov2:not(.sticky) .cmp-highlightinfov2__content #isi ul {
    width: 100% !important;
    padding-right: 59px;
    /*padding-right: 65px;*/
    padding-left: 22px;
  }
  
  #isi-content-container-second-first p:has(+ p.highlighted-isi) {
    padding-right: 66px;
  }
  
  #isi-content-container-second-first p:last-child {
    padding: 0px 70px 0px 0px;
  }
  
  #footer-container-inside ul {
    padding: 0;
    margin: 37px 0 31px 0;
  }
  
  #footer-container-inside ul li {
    padding: 0 7px;
  }
  
  #footer-container-inside ul li:nth-child(7) {
    padding-left: 0;
    padding: 0 7px;
  }
  
  #footer-container-inside ul li:nth-child(10), #footer-container-inside ul li:nth-child(11) {
    padding-top: 1px;
  }
  
  #footer-text {
    padding-left: 0;
  }
  
  #footer-logo img {
    padding: 0;
  }
  
  .how-to-use-video-section-accordian-text {
    left: 158px;
    top: -48px;
  }
  
  #how-to-use-video-section-accordian-text-1, #how-to-use-video-section-accordian-text-2,
  #how-to-use-video-section-accordian-text-3, #how-to-use-video-section-accordian-text-4 {
    top: -18px;
    left: 2px;
  }
  
  #how-to-use-bevespi #how-to-use-section-2-inside {
    gap: 38px;
    margin-bottom: -18px;
    padding: 0;
  }
  
  #how-to-use-section-2-inside .text:first-child {
    width: 61%;
  }
  
  #how-to-use-section-2-inside #cpcd-section-one-image img {
    width: 319px;
  }
  
  #how-to-use-section-2-inside #copd-section-2-text {
    margin-top: -68px;
  }
  
  #how-to-use-section-third-image {
    margin-top: 17px;
    margin-left: -12px;
  }
  
  #how-to-use-section-third-flex {
    margin-top: 20px;
  }
  
  #how-to-use-info-container ul {
    padding: 0;
  }
  
  .how-to-use-item:first-child {
    max-width: 174px;
    margin-left: -18px;
  }
  
  .how-to-use-item:nth-child(2) {
    max-width: 171px;
    padding-left: 15px;
  }
  
  .how-to-use-item:nth-child(3) {
    max-width: 344px;
    padding-left: 15px;
  }
  
  .how-to-use-item:nth-child(4) {
    padding-left: 15px;
  }
  
  #how-to-use-video-section-p {
    text-align: center;
    padding-bottom: 21px;
    margin-left: 0px;
    margin-top: 0px;
  }
  
  #how-to-use-video-section-third-text {
    margin-left: 0;
  }
  
  #how-to-use-video-section-accordian .cmp-accordion__button {
    padding-left: 15px;
  }
  
  .inhaler-prep .accordion-summary {
    width: 100%;
  }
  
  #how-to-use-last-section {
    padding-left: 0;
  }
  
  #how-to-use-last-section ul {
    max-width: 774px;
  }
  
  #how-to-use-last-section p {
    max-width: 727px;
  }
      
  #how-to-use-section-third-first {
    max-width: 640px;
  }
    
  #how-to-use-info-container ul {
    padding: 25px 23px 20px 0px;
  }
    
  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__icon::before, #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__icon::before, #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__icon::before, #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__icon::before {
    left: -11px;
  }
  
  #how-to-use-video-section-accordian-text-1 .how-to-use-bevespi-inhaler-first-accordian-last-second-para {
    margin: 20px 10px 5px 0;
  }
  
  #how-to-use-video-section-accordian-text-1 .how-to-use-bevespi-inhaler-first-accordian-last-para {
    margin-left: 0;
  }
  
  
  
  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__icon::before, #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__icon::before, #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__icon::before, #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__icon::before {
    left: -11px;
  }
    
  #how-to-use-video-section-accordian-item-c0604aa3f5-button .inhaler-prep h3 {
    width: 100%; 
  }
    
  #how-to-use-video-section-accordian-text-2 .how-to-use-video-section-accordian-second-second {
    width: 100%;
  }
    
  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    /*top: 612.5px !important;*/
    left: 2px !important;
  }
    
  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    /*top: 156.5px !important;*/
    left: 2px !important;
  }
    
  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    /*top: 289px !important;*/
    left: 2px !important;
  }
    
  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
    top: 528px !important;
    left: 2px !important;
  }
    
  #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__icon::before,
  #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__icon::before,
  #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__icon::before,
  #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__icon::before {
    left: -11px;
  }
  
  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(1),
  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(2),
  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(3),
  #how-to-use-video-section-accordian-text-1 .how-to-use-video-section-accordian-text-div:nth-of-type(4) {
    margin-left: 0;
    gap: 29px;
  }
    
  #how-to-use-video-section-accordian-text-3 .how-to-use-video-section-accordian-text {
    width: 595px;
  }
    
  #how-to-use-video-section-accordian-text-4 .how-to-use-video-section-accordian-text p {
    padding-right: 3px;
  }
  
  #bevespi-side-effects-hero #copd-section-1-text {
    margin-left: 105px;
    /*margin-left: 65px;*/
  }
  
  #bevespi-side-effects #bevespi-side-effects-section-one-text p:nth-child(2) {
    max-width: 88%;
  }
  
  #error-page #sitemap-section-two {
    padding-left: 0;
  }
  
  #contact-us #bevespi-side-effects-hero #copd-section-1-text h1 {
    justify-content: flex-end;
  }
  
  /*#sitemap #bevespi-side-effects-hero #copd-section-1-text {*/
  /*  margin-left: 66px;*/
  /*}*/
  
  #contact-us-section-two {
    padding-left: 0;
  }
  
  #bevespi-side-effects-section-one {
    padding: 0;
  }
  
  #bevespi-side-effects-accordian .cmp-accordion__icon {
    padding: 0 17px;
    padding-left: 0;
  }
  
  #bevespi-side-effects #bevespi-side-effects-accordian .cmp-accordion__icon {
    padding: 0;
  }
  
  #bevespi-side-effects-accordian {
    margin-top: 73px;
  }
  
  #bevespi-side-effects-accordian .cmp-accordion__panel {
    padding: 9px 115px;
    padding-left: 56px;
    padding-top: 7px;
  }
  
  #bevespi-side-effects-accordian-item-6b20b24262-panel {
    padding-right: 103px;
  }
  
  #bevespi-side-effects-accordian-item-e0ba622135-panel {
    padding-right: 116px;
  }
  
  #bevespi-side-effects-check-second-accordian-ul li:nth-child(2) {
    max-width: 732px;
  }
  
  #bevespi-side-effects-accordian .bevespi-side-effects p {
    margin-right: 0;
    margin-bottom: -2px;
  }
  
  #bevespi-side-effects-fourth-accordian b {
    width: 845px;
    margin-bottom: 12px;
  }
  
  #bevespi-side-effects-fourth-accordian-li-first {
    width: 838px;
  }
  
  #bevespi-side-effects-check-para-one {
    margin-bottom: 12px !important;
    margin-right: 1px !important;
  }
  
  #bevespi-side-effects-accordian-item-9f16cf8f55-panel #bevespi-side-effects-last-para {
    padding-bottom: 0 !important;
    margin-bottom: -13px;
  }
  
  #bevespi-side-effects-accordian-item-9f16cf8f55-panel #bevespi-side-effects-last-para p:last-of-type {
    margin-bottom: 3px;
  }
  
  #bevespi-side-effects-last-para {
    padding-bottom: 14px !important;
  }
  
  #bevespi-side-effects-last-one-para {
    margin-bottom: -10px !important;
    margin-top: 0;
  }
  
  #bevespi-side-effect-link {
    margin-top: 25px;
  }
  
  #bevespi-side-effects-accordian #bevespi-side-effects-ul {
    padding-left: 10px;
    padding-top: 0;
  }
  
  #bevespi-side-effects #bevespi-side-effects-section-one-text {
    margin-bottom: -20px;
  }
  
  .sitemap {
    width: 60.5%;
  }
  
  #sitemap-section-two .sitemap-section hr, #sitemap-section-two .sitemap-section hr:nth-of-type(3) {
    margin-bottom: 17px;
  }
  
  #sitemap-section-two .sitemap-section hr:nth-of-type(2) {
    margin-bottom: 18px;
  }
  
  #faq .cmp-container__backgroundImage--enabled {
    min-height: 279px;
  }
  
  #faq #copd-section-1-text {
    width: 388px;
    margin-left: 139px;
    margin-top: 0;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian-item-abe57cd369-button {
    margin-top: 0;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-a032601792-panel {
    padding-right: 121px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian #bevespi-side-effects-accordian-item-8d68b46c86-panel {
    padding-right: 120px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__item {
    padding-left: 0;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__icon {
    padding: 0 17px;
    padding-left: 0;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .cmp-accordion__panel {
    padding: 6px 115px;
    padding-left: 57px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more a img {
    /*left: -2px;*/ /*For second accordian only*/
    left: 5px;
  }
  
  #faq-accordian-section #bevespi-side-effects-accordian .bevespi-side-effects p.faq-accordian-learn-more-second a img {
    left: 6px;
  }
  
  #talking-to-your-doctor .cmp-container__backgroundImage--enabled {
    min-height: 264px;
  }
  
  #talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text {
    margin-left: 140px;
    margin-top: -33px;
  }
  
  #talking-to-your-doctor-copd-para {
    max-width: 793px;
  }
  
  #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text {
    margin-left: 139px;
  }
  
  .finding-personal-motivation-related-links h3 {
    margin-bottom: 27px;
  }
  
  .related-item-second {
    /*margin-left: -0.5px;*/
    margin-left: 6px;
  }
  
  .related-item-first a:nth-child(2), .related-item-second a:nth-child(2) {
    margin-bottom: 22px;
  }
  
  .what-is-copd-contextualCTA a {
    margin-top: 29px;
    gap: 20px;
  }
  
  #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text {
    margin-left: 140px;
    width: 100%;
  }
  
  .getting-started-first-div #getting-started-h2 {
    margin-left: auto;
  }
  
  .getting-started-second-div .getting-started-div-second p:first-child {
    margin-left: -10px !important;
    /*margin-left: -2px !important;*/
  }
  
  .getting-started-second-div .getting-started-div-second p b {
    display: block;
  }
  
  #sticking-with-bevespi .getting-started-div-third p:first-child {
    margin-left: 1px !important;
  }
  
  #sticking-with-bevespi .getting-started-div-third p:nth-of-type(2) {
    margin-top: 13px !important;
  }
  
  #sticking-with-bevespi .getting-started-div-third {
    margin-left: 67px;
  }
  
  .internal-how-use-section {
    padding-top: 48px;
  }
  
  .internal-how-use-section .getting-started-div-second p:nth-child(2) {
    margin-left: 0px;
    /*margin-left: 12px;*/
  }
  
  .internal-how-use-section hr {
    margin: 47px auto 0;
  }
  
  #getting-started-div-fourth-first-p {
    margin-bottom: 11px !important;
    margin-top: 44px !important;
  }
  
  .savings-and-support-internal #getting-started-h2 {
    margin-left: 1px;
  }
  
  .savings-and-support-internal .finding-personal-motivation-div p:first-child {
    margin-left: -2px !important;
  }
  
  .savings-and-support-internal .finding-personal-motivation-div p:nth-of-type(2) {
    margin-left: 5.7px;
  }
  
  .savings-and-support-internal .save-on-bevespi .savings-offer {
    margin-left: 14.5px !important;
  }
  
  #about-copd .cmp-container__backgroundImage--enabled {
    min-height: 289px;
  }
  
  #about-copd #copd-section-1-text h1 {
    margin-top: -4px;
  }
  
  .about-copd-tab-link {
    font-size: 16px;
  }
  
  .about-copd-tabs {
    padding-top: 31px;
    padding-bottom: 21.5px;
    padding-left: 2px;
  }
  
  .about-copd-tab-list {
    margin-left: 23px !important;
  }
  
  .about-copd-tab-item {
    margin-right: 17px;
  }
  
  .what-is-copd-top {
    bottom: -35px;
    left: -217px;
  }
  
  #sign-and-symptoms-four-container #what-causes-copd-first-section .text {
    width: 52.5%;
  }
  
  #sign-and-symptoms-four-container .responsivegrid:nth-of-type(4) #what-causes-copd-first-section .text {
    width: 54.5%;
  }
  
  #sign-and-symptoms-four-container #icon-sign-symptoms, #sign-and-symptoms-four-container #icon-sign-symptoms-tightness {
    margin-right: -7px;
    margin-left: -2px;
    left: -8px;
  }
  
  #sign-and-symptoms-four-container #what-causes-copd-first-section .about-sign-symptoms p {
    margin-top: -2.5px;
    margin-bottom: 1px;
  }
  
  #what-causes-copd-first-section #wheezing-hr-sign {
    margin: 42px 0 !important;
    margin-bottom: 20px !important;
  }
  
  #sign-and-symptoms-four-container .responsivegrid:nth-of-type(4) #what-causes-copd-first-section #icon-sign-symptoms {
    margin-left: 0px;
    left: -11px;
  }
  
  #sign-and-symptoms-first-para p:first-child {
    width: 770px;
  }
  
  #sign-and-symptoms-first-para .cmp-text > hr:first-of-type {
    width: 62%;
    margin-top: 30px;
  }
  
  .sign-and-symptoms-flex-para {
    margin-left: 7px;
  }
  
  .sign-and-symptoms-flex-para hr {
    width: 31%;
  }
  
  .last-hr-sign-and-symptoms {
    width: 69%;
    margin-top: 5px;
  }
  
  .sign-and-symptoms-top {
    margin-bottom: -12px;
    bottom: -26px;
    left: -219px;
  }
  
  #what-causes-copd-container .what-is-copd-last-text {
    margin-top: 14px;
  }
  
  .what-causes-copd-diagnosed-image {
    justify-content: center;
    gap: 126px;
  }
  
  .what-causes-copd-diagnosed-image img {
    margin: unset;
    width: 408px;
    height: 193px;
  }
  
  .what-causes-copd-diagnosed-image img:nth-child(2) {
    width: 401px;
    height: 194px;
  }
  
  .what-causes-copd-above-image-text {
    margin-top: 32px;
  }
  
  .what-causes-copd-below-image-text {
    max-width: 775px;
  }
  
  #copd-stages-top-div .bullet-list ul li {
    padding-bottom: 7.6px;
  }
  
  #copd-stages-top-div .bullet-list ul {
    padding-bottom: 23px !important;
  }
  
  #copd-stages-categories .category-list-para {
    margin-bottom: -5px;
  }
  
  #what-causes-copd-first-section .about-sign-symptoms-copd-stages {
    width: 101%;
  }
  
  .copd-stages-back-to-top {
    bottom: -6.5px;
    left: -217px;
  }
  
  #what-causes-copd-first #how-is-copd-treated p:first-of-type {
    max-width: 750px;
  }
  
  #about-copd-copd-treatment p {
    margin-left: 385px;
  }
  
  #about-copd-copd-treatment .content-bullets ul li {
    margin-left: 341px;
  }
    
  #error-page #bevespi-side-effects-hero #copd-section-1-text #heading-of-last-error-page {
    justify-content: flex-start;
    margin-left: 7px;
  }
    
  #error-page #sitemap-section-two .text p.page-500 {
    max-width: 830px;
    margin-bottom: 12px;
    margin-left: -2px;
  }
  
  .types-of-inhalers {
    margin-right: -4px;
  }
  
  .finding-personal-motivation-related-links .section-divider {
    margin-bottom: -1.5px;
  }
  #search-results-heading {
    margin-left: 79px;
    width: 100%;
  }
    
  #sitemap-section-two .cmp-searchbox .cmp-searchbox__inner {
    margin-top: 50.5px;
  }
    
  #sitemap-section-two #region-heading {
    border-bottom: none;
    padding-bottom: 0;
  }
    
  #sitemap-section-two #search-text-box, #sitemap-section-two .cmp-searchbox-clear {
    height: 53px;
  }
    
  #sitemap-section-two .cmp-searchresults__inner-container .cmp-searchresults__item {
    border-bottom: none;
    padding: 16px 0 12px 0;
    /*padding: 16px 0 0px 0;*/
  }
  
  #sitemap-section-two .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field {
    width: 100% !important;
  }
  
  #sitemap-section-two .cmp-searchbox-clear {
    border-left: none;
    justify-content: center;
    padding-left: 10px;
    /*padding-left: 30px;*/
    border: 2px solid #e81b75;
  }

  #search-results-heading {
    margin-left: 79px;
    width: 100%;
  }
  
  #sitemap-section-two .cmp-searchresults__item-title h4 {
    font-size: 18px;
  }
  
  #sitemap-section-two .cmp-searchresults__item-content p {
    font-size: 16px;
    margin-top: -4px;
  }
   
  #copd-section-1 {
    max-width: 1002px;
    margin: auto;
  }
 
  #error-page #copd-section-1-text {
    left: -67.5%;
  }
  
  #page-7c70c30478 #error-page #copd-section-1-text {
    left: -110%;
  }
  
  #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text {
    left: -65%;
  }
  
  #page-a5e7948bf2 #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text {
    left: -132%;
  }
  
  #sitemap #copd-section-1-text {
    left: -179%;
  }
  
  #copd-treatment #copd-section-1-text {
    left: -62%;
    width: 100%;
  }
  
  [data-enable-hamburger="true"].hamburger-enabled ~ .navigation-overlay .navigation-mobile {
    height: 265px !important;
  }
}  

@media (min-width: 1350px) {
  #sign-and-symptoms-four-container .responsivegrid:nth-of-type(4) #what-causes-copd-first-section .text, #sign-and-symptoms-four-container #what-causes-copd-first-section .text {
    width: 47.5%;
  }
  #sign-and-symptoms-four-container #what-causes-copd-first-section .text {
    width: 46.5%;
  }
}

@media (min-width: 1440px) {
    #explore-navbar + a[role="button"] {
      left: 11%;
    }
    
    #isi-content-container-second {
      padding-left: 0px;
      /*padding-left: 3px;*/
    }
    
    .isi-last-content-pink a:first-child {
      margin-bottom: 64px;
    }
    
    #isi-content-container-second-first {
      /*margin-top: -6px;*/
      /*margin-top: -8px;*/
    }
    
    #hero-right-col-top {
      left: 133.5px;
    }
    
    .cmp-highlightinfov2.sticky .cmp-highlightinfov2__content #isi ul li {
      margin-top: 1px;
    }
    
    .cmp-highlightinfov2__title {
      /*margin-left: 188.5px;*/
      margin-left: 180.5px;
    }
    
    .cmp-highlightinfov2__icon::before {
      left: 238px;
    }
    
    .sitemap h3 {
      margin-top: 37px;
    }
    
    #contact-us #bevespi-side-effects-hero #copd-section-1-text h1 {
      margin-left: -7px;
      justify-content: center;
    }
    
    #how-to-use-bevespi #copd-section-1-text h1 {
      margin-left: -7px;
      justify-content: center;
    }
    
    #page-54ed103e19 #bevespi-side-effects-hero #copd-section-1-text h1 {
      margin-left: 0px;
    }
    
    .sitemap h3 {
      padding-bottom: 24px;
    }
    
    #hero-parent-text-container {
      max-width: 1286px;
      /*max-width: 1002px;*/
      width: 100%;
    }
    
    #left-col-text-2 h1 {
      width: 100%;
    }
    
    #left-col-text-4 {
      max-width: 100%;
    }
    
    #hero-left-col {
      max-width: 57%;
    }
    
    #hero-right-col {
      width: 100%;
    }
    
    #bevespi-hero-savings-card-text {
      width: 214px;
    }
    
    #bevespi-hero-savings-card-container {
      margin-left: -59px;
    }
    
    #openforbreathing {
      margin-left: -64px;
    }
    
    #bevespi-hero-savings-card {
      width: 218px;
    }
    
    #ISI-content-fragment .cmp-highlightinfov2__container {
      margin-top: -10px;
    }
    
    .cmp-highlightinfov2 h3 {
      padding-left: 10px !important;
    }
    
    #isi ul {
      padding-right: 0;
    }
    
    #copd-section-1-text {
      /*width: 62.5%;*/ /*copd-treatment-home-page*/
      width: 56%;
      max-width: 563px;
      margin-left: 218px;
    }
    
    .cmp-highlightinfov2.sticky .cmp-highlightinfov2__content ul {
      margin-top: -10px !important;
    }
    
    #copd-section-fourth-container #copd-section-third-image img {
      margin-top: -2px; /*copd-treatment-home-page*/
    }
    
    #copd-section-fourth-container #copd-section-third-link {
      margin-top: -52px;
    }
    
    #page-039e6b5848 #copd-section-fourth-container #copd-section-third-link {
      margin-top: -22px;
    }
    
    .cmp-highlightinfov2:not(.sticky) .cmp-highlightinfov2__content #isi {
      margin-top: -4px;
    }
    
    #how-to-use-bevespi #how-to-use-section-2-inside {
      padding: 0;
    }
    
    #how-to-use-section-third-first {
      max-width: 640px;
    }
    
    #how-to-use-info-container ul {
      padding: 25px 23px 20px 0px;
    }
    
    #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
      top: 612.5px !important;
    }
    
    #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
      top: 157.5px !important;
    }
    
    #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
      top: 290px !important;
    }
    
    #bevespi-side-effects-hero #copd-section-1-text h1 {
      margin-left: 0;
      /*margin-left: 114px;*/
    }
    
    #page-c745820c59 #bevespi-side-effects-hero #copd-section-1-text h1 {
      margin-left: 114px;
    }
    
    #bevespi-side-effects-accordian-item-9f16cf8f55-panel #bevespi-side-effects-last-para {
      margin-bottom: -11px;
    }
    
    #faq #copd-section-1-text {
      margin-left: 219px;
    }
    
    #bevespi-side-effects-accordian-item-a032601792-panel .faq-accordian-learn-more a {
      margin-top: 13px;
    }
    
    #talking-to-your-doctor #bevespi-side-effects-hero #copd-section-1-text {
      margin-left: 220px;
    }
    
    #finding-personal-motivation .cmp-container__backgroundImage--enabled {
      background-size: 100% 100%;
    }
    
    #finding-personal-motivation #bevespi-side-effects-hero #copd-section-1-text {
      margin-left: 220px;
    }
    
    .finding-personal-motivation-related-links .section-divider {
      margin-top: -18px;
      margin-bottom: -1.5px;
    }
    
    .shortness-of-breath-related-links .section-divider {
      margin-top: -16px;
    }
    
    .related-item-first a:nth-child(2), .related-item-second a:nth-child(2) {
      margin-bottom: 22px;
      margin-top: -1px;
    }
    
    .creating-contextualCTA {
      margin-top: 33px;
      margin-bottom: 35px;
    }
    
    .creating-contextualCTA a {
      margin-bottom: -4px;
      margin-left: -4px;
    }
    
    .creating-contextualCTA .callout_2 {
      margin-bottom: 27px;
    }
    
    #getting-started-copd-management .cmp-container__backgroundImage--enabled {
      background-size: 100% 100%;
    }
    
    #getting-started-copd-management #bevespi-side-effects-hero #copd-section-1-text {
      margin-left: 220px;
    }
    
    #sticking-with-bevespi .getting-started-div-third p:first-child {
      margin-left: 1px !important;
    }
    
    #sticking-with-bevespi .getting-started-div-third {
      margin-left: 37px;
      /*margin-left: 48px;*/
    }
    
    #sticking-with-bevespi .getting-started-div-third p:nth-of-type(2) {
      width: 525px;
      margin-right: 0;
    }
    
    .internal-how-use-section .getting-started-div-fourth p:nth-of-type(2) {
      margin-left: 0;
    }
    
    .what-is-copd-top {
      left: -9%;
      bottom: -40px;
    }
    
    .what-is-copd-top {
      left: -297px;
    }
    
    #text-b09802e53a .what-is-copd-top {
      bottom: 0;
    }
    
    #sign-and-symptoms-four-container #what-causes-copd-first-section .text {
      width: 46.5%;
    }
    
    #sign-and-symptoms-four-container .responsivegrid:nth-of-type(4) #what-causes-copd-first-section .text {
      width: 47.5%;
    }
    
    #what-causes-copd-first-section #wheezing-hr-sign {
      margin: 42px 0 !important;
      margin-bottom: 21px !important;
    }
    
    .cmp-highlightinfov2__title {
      margin-left: 180px;
    }
    
    .cmp-highlightinfov2__icon::before {
      left: 238px;
    }
    
    .cmp-highlightinfov2__title {
      margin-left: 187px;
    }
    
    .cmp-highlightinfov2__icon::before {
      top: 0.5px;
      left: 237px;
    }
    
    #about-copd-copd-treatment p {
      margin-left: auto;
      /*margin-left: 467px;*/
      margin-top: 26px;
    }
    
    #about-copd-copd-treatment .content-bullets ul li {
      margin-left: auto;
      /*margin-left: 420px;*/
    }
    
    #bevespi-side-effects-hero #copd-section-1-text {
      margin-left: 70px;
      width: 100%;
    }
    
    #bevespi-side-effects-accordian-item-6b20b24262-panel {
      padding-right: 103px;
    }
    
    #bevespi-side-effects-accordian-item-e0ba622135-panel {
      padding-right: 116px;
    }
    
    #page-54ed103e19 #error-page #bevespi-side-effects-hero #copd-section-1-text {
      margin-left: 216px;
    }
    
    #talking-to-your-doctor .cmp-container__backgroundImage--enabled {
      background-size: 100% 100%;
    }
    
    #copd-section-third-image-masking {
      height: 397px;
      margin-top: 42px;
    }
    
    #copd-treatment #copd-section-1-text {
        left: -40%;
    }
    
    #sitemap-section-two .cmp-searchresults__inner-container .cmp-searchresults__item {
      border-bottom: none;
      padding: 16px 0 12px 0;
    }
}

@media only screen and (min-width: 1561px) {
    #about-copd .cmp-container__backgroundImage--enabled {
        min-height: 389px;
    }
    
    .about-copd-tabs {
        z-index: 12;
    }
}

.tiles {
    box-sizing: border-box;
    width: 311px;
    height: 311px;
    position: relative;
    float: left;
    background: rgba(220, 220, 220, 0.8) no-repeat 0 0;
    padding: 40px 30px 30px 20px;
    color: #342e58;
    font-family: 'gotham';
    font-weight: 600;
    background-size: cover;
    cursor: pointer;
    z-index: 1;
    margin: 0 1px 2px 0;
    /*margin: 0 1px 3px 0;*/
}

.tiles h3 {
  line-height: 17.6px;
  font-family: 'gotham';
}

.tile_01 br {
  display: none;
}

.tiles-module { 
  margin-top: 28.5px;
}

.what-you-need {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/what_to_know_inhaler.png);
}

.breathing-tips-ebook {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/icon_jelly-lungs.png);
}

.opening-up-doc {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg-talking-to-you-desktop.png);
}

.understanding-copd {
    background: #91d8ca;
}

.more-inhaler {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg-multiple-inhalers-desktop.png);
}


.four-things {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg-common-triggers-desktop.png);
}

.six-steps-help {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg-tips-desktop.png);
}

.five-ways-time {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg-things-to-do-desktop.png);
}


.stay-on-track {
    background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/mobile/bg-stay-on-track.png);
    /*background-image: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/desktop/bg-stay-on-track-desktop.png);*/
}

#welcome-copd-section{
    background: url(/content/dam/intelligentcontent/brands/bevespi/us/en/images/bg_breath-room.jpg) no-repeat top;
    /*background-size: cover;*/
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
    background-color: #5f3978;
    /*background-size: 100% 71.5%;*/
    background-size: 200% 88.5%;
}

#next-global-link-text {
    transform: translateX(100%);
    opacity: 0;
    will-change: transform, opacity;
}


#next-global-link-text.animate {
    animation: slideInRight 0.7s ease-out forwards;
}

@keyframes slideInRight {

    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.tiles-module{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}

.inhaler {
  position: relative;
}

.inhaler img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inhaler-xray {
  mask-image: radial-gradient(circle at 150px 100px, white 90px, transparent 91px);
  -webkit-mask-image: radial-gradient(circle at 150px 100px, white 90px, transparent 91px);
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 430px) {
    #ISI-content-fragment {
      min-height: 180vh !important;
    }
    
  }
}

/* =========================
   iPhone Safari
========================= */
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 819px) {
    .highlightinformationv2 .cmp-highlightinfov2 {
      max-height: 100% !important;
    }

    #ISI-content-fragment {
      min-height: 210vh;
    }

    #breathing-room-section-options {
      height: 100%;
    }
    
    .how-to-use-item {
      margin-left: 30px;
    }
    
    #how-to-use-video-section-accordian-item-24c54aebc4 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
      top: 663.5px !important;
    }
    
    #how-to-use-video-section-accordian-item-c0604aa3f5 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
      top: 300px !important;    
      left: 0px !important;
    }
    
    #how-to-use-video-section-accordian-item-59efeb9db6 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
      top: 432px !important;
      left: 2px !important;
    }
    
    #how-to-use-video-section-accordian-item-74e862f309 .cmp-accordion__button[aria-expanded="true"] .cmp-accordion__icon::before {
      top: 758px !important;
      left: 2px !important;
    }
    
    #how-to-use-video-section-accordian-item .how-to-use-video-accordian-fourth-second {
       padding-bottom: 0;
       margin-bottom: -6px;
    }
    
    .cmp-accordion__header::focus-visible {
        outline: none;
    }
  }
}


/* =========================
   iPad 10th Gen Safari Landscape
   820 × 1180
========================= */
@supports (-webkit-touch-callout: none) {
  @media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
    #ISI-content-fragment {
      min-height: 102vh !important;
    }
    
    #bevespi-side-effects-ul-second li {
      padding-left: 9px !important;
    }
    
    .cmp-accordion__button:focus, .cmp-accordion__button:focus-visible {
      outline: none;
    }
  }
}


/* =========================
   macOS Safari large desktop
========================= */
@supports (-webkit-touch-callout: none) {
  @media screen and (min-width: 1900px) and (max-width: 2560px) and (orientation: landscape) {
    #ISI-content-fragment {
      min-height: 76vh !important;
    }
    
    .cmp-accordion__button:focus, .cmp-accordion__button:focus-visible {
      outline: none;
    }
  }
}

@media (min-width: 1752px) {
    #hero-parent-text-container {
        max-width: 90%;
        margin: 0 auto;
        position: relative;
    }

    #hero-parent-text-container-first {
        position: relative;
    }

    #hero-parent-text-container-first > .container.responsivegrid:first-child {
        width: 700px;
        width: 36vw;
    }
    
    #bevespi-hero-savings-card-text {
        width: 100%;
    }
    
    #hero-parent-text-container-first > .container.responsivegrid:nth-child(2) {
        position: absolute;
        top: 0;
        left: calc(50.8vw + 180px);
        width: 525px;
        /*width: 420px;*/
    }
    
    #hero-left-col {
        max-width: none;
        width: 100%;
        height: 351px;
    }
}

#bevespi-isi-section{
            scroll-margin-top: 60px;
}
