.background-position-top {
  background-position-y: top !important;
}
@media screen and (max-width: 767px) {
  .background-position-top-mobile {
    background-position-y: top !important;
  }
}
@media screen and (min-width: 768px) {
  .background-position-top-tablet {
    background-position-y: top !important;
  }
}
.background-position-bottom {
  background-position-y: bottom !important;
}
@media screen and (max-width: 767px) {
  .background-position-bottom-mobile {
    background-position-y: bottom !important;
  }
}
@media screen and (min-width: 768px) {
  .background-position-bottom-tablet {
    background-position-y: bottom !important;
  }
}
.background-position-left {
  background-position-x: left !important;
}
@media screen and (max-width: 767px) {
  .background-position-left-mobile {
    background-position-x: left !important;
  }
}
@media screen and (min-width: 768px) {
  .background-position-left-tablet {
    background-position-x: left !important;
  }
}
.background-position-right {
  background-position-x: right !important;
}
@media screen and (max-width: 767px) {
  .background-position-right-mobile {
    background-position-x: right !important;
  }
}
@media screen and (min-width: 768px) {
  .background-position-right-tablet {
    background-position-x: right !important;
  }
}
.background-size-auto {
  background-size: auto;
}
@media screen and (max-width: 767px) {
  .background-size-auto-mobile {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  .background-size-auto-tablet {
    background-size: auto;
  }
}
.background-size-contain {
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .background-size-contain-mobile {
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .background-size-contain-tablet {
    background-size: contain;
  }
}
.background-size-cover {
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .background-size-cover-mobile {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .background-size-cover-tablet {
    background-size: cover;
  }
}
.faq_sidemenu .anchor-links-content p {
  text-align: left;
}
.faq_sidemenu .anchor-links-content a {
  display: inline-block;
  color: var(--navy-blue);
}
.faq-container.filtering .cope-core-accordion-item:not(.has_word) {
  margin: 0;
  overflow: hidden;
  max-height: 0 !important;
}
@media screen and (min-width: 768px) {
  .current-faq-section {
    font-weight: 700;
  }
  .root-container > .root.responsivegrid {
    overflow: visible !important;
  }
  .cope-core-section.faq-side-nav {
    position: sticky;
    top: 70px;
  }
  .faq-container > div > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cope-core-accordion.cope-core-accordion.cope-core-accordion
  .cope-core-accordion-item-title {
  padding: 16px 24px 16px 32px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cope-core-accordion.cope-core-accordion.cope-core-accordion
    .cope-core-accordion-item-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cope-core-accordion.cope-core-accordion.cope-core-accordion
  .cope-core-accordian-title
  span {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 27px;
}
@media screen and (min-width: 1024px) {
  .cope-core-accordion.cope-core-accordion.cope-core-accordion
    .cope-core-accordian-title
    span {
    font-size: 24px !important;
    line-height: 33px;
  }
}
.cope-core-accordion.cope-core-accordion.cope-core-accordion
  .cope-core-accordion-item-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -3px;
  border-left: 1px solid #d9dce0 !important;
  border-right: 1px solid #d9dce0 !important;
  border-bottom: 1px solid #d9dce0 !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cope-core-accordion.cope-core-accordion.cope-core-accordion
  .cope-core-accordion-open
  .cope-core-accordion-item-title {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .cope-core-accordion.cope-core-accordion.cope-core-accordion
    .cope-core-accordion-item-content {
    padding-left: 32px;
    padding-right: 32px;
  }
  .cope-core-accordion.cope-core-accordion.cope-core-accordion
    .same-height-cols.cope-core-column-container
    .cope-core-column
    > div,
  .cope-core-accordion.cope-core-accordion.cope-core-accordion
    .same-height-cols.cope-core-column-container
    .cope-core-column
    > div
    > div,
  .cope-core-accordion.cope-core-accordion.cope-core-accordion
    .same-height-cols.cope-core-column-container
    .cope-core-column
    > div
    > div
    > div,
  .cope-core-accordion.cope-core-accordion.cope-core-accordion
    .same-height-cols.cope-core-column-container
    .cope-core-column
    > div
    > div
    > div
    > section,
  .cope-core-accordion.cope-core-accordion.cope-core-accordion
    .same-height-cols.bottom-button.cope-core-column-container
    section
    > div,
  .cope-core-accordion.cope-core-accordion.cope-core-accordion
    .same-height-cols.bottom-button.cope-core-column-container
    section
    > div
    > div,
  .cope-core-accordion.cope-core-accordion.cope-core-accordion
    .same-height-cols.bottom-button.cope-core-column-container
    section
    > div
    > div
    > div {
    height: 100%;
  }
  .cope-core-accordion.cope-core-accordion.cope-core-accordion
    .bottom-button.cope-core-column-container
    section
    > div
    > div
    > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cope-core-accordion.cope-core-accordion.cope-core-accordion
    .bottom-button
    .button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .cope-core-accordion.cope-core-accordion.cope-core-accordion {
    padding-left: 0;
    padding-right: 0;
  }
}
body.faq-body .filter_accordion {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .dosing-info > .cope-core-scrolling-content > div > .aem-Grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 36px;
  }
  .dosing-info > .cope-core-scrolling-content > div > .aem-Grid > .newpar {
    order: 10000;
    width: 100%;
  }
  .dosing-info > .cope-core-scrolling-content > div > .aem-Grid::before,
  .dosing-info > .cope-core-scrolling-content > div > .aem-Grid::after {
    display: none;
  }
  .dosing-info
    > .cope-core-scrolling-content
    > div
    > .aem-Grid
    > div.headline:has(.dosing-info-headline-1) {
    order: 1;
    flex: 1;
  }
  .dosing-info
    > .cope-core-scrolling-content
    > div
    > .aem-Grid
    > div.headline:has(.dosing-info-headline-2) {
    order: 2;
    flex: 1;
  }
  .dosing-info
    > .cope-core-scrolling-content
    > div
    > .aem-Grid
    > div.section:has(.dosing-info-break-1) {
    order: 3;
    width: 100%;
  }
  .dosing-info
    > .cope-core-scrolling-content
    > div
    > .aem-Grid
    > div.section:has(.dosing-info-image-1) {
    order: 4;
    flex: 210;
  }
  .dosing-info
    > .cope-core-scrolling-content
    > div
    > .aem-Grid
    > div.section:has(.dosing-info-image-2) {
    order: 5;
    align-self: center;
    flex: 99;
  }
  .dosing-info
    > .cope-core-scrolling-content
    > div
    > .aem-Grid
    > div.section:has(.dosing-info-image-3) {
    order: 6;
    align-self: center;
    flex: 99;
  }
  .dosing-info
    > .cope-core-scrolling-content
    > div
    > .aem-Grid
    > div.section:has(.dosing-info-break-2) {
    order: 7;
    width: 100%;
  }
  .dosing-info
    > .cope-core-scrolling-content
    > div
    > .aem-Grid
    > div.text:has(.dosing-info-text-1) {
    order: 8;
    flex: 99;
  }
  .dosing-info
    > .cope-core-scrolling-content
    > div
    > .aem-Grid
    > div.text:has(.dosing-info-text-2) {
    order: 9;
    flex: 99;
  }
  .dosing-info
    > .cope-core-scrolling-content
    > div
    > .aem-Grid
    > div.text:has(.dosing-info-text-3) {
    order: 10;
    flex: 210;
  }
}
div.button {
  display: flex;
}
div.button
  a.cope-core-button.cope-core-button.cope-core-button.cope-core-button-style-primary {
  background: var(--navy-blue);
  border-color: var(--navy-blue);
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  width: auto;
  height: auto;
  padding: 12px 28px;
  text-align: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
div.button
  a.cope-core-button.cope-core-button.cope-core-button.cope-core-button-style-primary
  .cope-core-button-icon {
  --icon-horizontal-width: 20px;
  --icon-horizontal-height: 20px;
  margin-left: 24px;
  min-width: var(--icon-horizontal-width);
  min-height: var(--icon-horizontal-height);
}
@media screen and (max-width: 767px) {
  .center-buttons
    div.button
    a.cope-core-button.cope-core-button.cope-core-button.cope-core-button-style-primary {
    justify-content: center;
  }
  .center-buttons
    div.button
    a.cope-core-button.cope-core-button.cope-core-button.cope-core-button-style-primary
    > .cope-core-button-icon {
    margin-left: 8px;
  }
}
.beige-left-border {
  border-left: 20px solid #fdf1e5 !important;
}
@media screen and (min-width: 768px) {
  .beige-right-border-tablet-up {
    border-right: 20px solid #fdf1e5 !important;
  }
}
.orange-icon::before {
  content: "";
  position: absolute;
}
.gradient-bar-icon::before {
  width: 60px;
  height: 60px;
  top: 30px;
  background-size: contain;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
  left: -30px;
  height: 50%;
  top: 0 !important;
  background-image: url(/https/www.ozempic.com/content/dam/diabetes-patient/ozempic/images/25_01/what-is-ozempic/vertical-orange-gradient-bar.jpg);
  background-size: cover;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .gradient-bar-icon::before {
    width: 80px;
    height: 80px;
    top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .gradient-bar-icon::before {
    left: -40px;
  }
}
@media screen and (min-width: 768px) {
  .gradient-bar-icon::before {
    height: 50%;
  }
}
.homepage-weight-icon::before {
  width: 60px;
  height: 60px;
  top: 30px;
  background-size: contain;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 20px;
  transform: translateY(50%);
  width: 60px;
  height: 60px;
  background-image: url(/https/www.ozempic.com/content/dam/diabetes-patient/ozempic/images/25_01/homepage/weight-icon.png);
}
@media screen and (min-width: 768px) {
  .homepage-weight-icon::before {
    width: 80px;
    height: 80px;
    top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .homepage-weight-icon::before {
    width: 60px;
    height: 60px;
    top: auto;
  }
}
.down-arrow-icon::before {
  width: 60px;
  height: 60px;
  top: 30px;
  background-size: contain;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
  right: -30px;
  height: 80px;
  background-image: url(/https/www.ozempic.com/content/dam/diabetes-patient/ozempic/images/25_01/what-is-ozempic/down-arrow-icon-transparent.png);
}
@media screen and (min-width: 768px) {
  .down-arrow-icon::before {
    width: 80px;
    height: 80px;
    top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .down-arrow-icon::before {
    right: -40px;
  }
}
.heart-icon::before {
  width: 60px;
  height: 60px;
  top: 30px;
  background-size: contain;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
  left: -30px;
  background-image: url(/https/www.ozempic.com/content/dam/diabetes-patient/ozempic/images/25_01/what-is-ozempic/heart-icon.png);
}
@media screen and (min-width: 768px) {
  .heart-icon::before {
    width: 80px;
    height: 80px;
    top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .heart-icon::before {
    left: -40px;
  }
}
.kidney-icon::before {
  width: 60px;
  height: 60px;
  top: 30px;
  background-size: contain;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
  right: -30px;
  background-image: url(/https/www.ozempic.com/content/dam/diabetes-patient/ozempic/images/25_01/what-is-ozempic/kidney-icon.png);
}
@media screen and (min-width: 768px) {
  .kidney-icon::before {
    width: 80px;
    height: 80px;
    top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .kidney-icon::before {
    right: -40px;
  }
}
@media screen and (min-width: 768px) {
  .kidney-icon::before {
    top: 20px;
  }
}
.small-scale-icon::before {
  width: 60px;
  height: 60px;
  top: 30px;
  background-size: contain;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
  left: -30px;
  background-image: url(/https/www.ozempic.com/content/dam/diabetes-patient/ozempic/images/25_01/what-is-ozempic/small-scale-icon.png);
}
@media screen and (min-width: 768px) {
  .small-scale-icon::before {
    width: 80px;
    height: 80px;
    top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .small-scale-icon::before {
    left: -40px;
  }
}
@media screen and (min-width: 768px) {
  .small-scale-icon::before {
    top: 20px;
  }
}
.filter_accordion.filter_accordion.filter_accordion > .filter_input_container {
  border: 1px solid #cacdc3;
  border-radius: 6px;
  font-family: var(--frutiger);
  position: relative;
  padding-left: 40px;
}
.filter_accordion.filter_accordion.filter_accordion
  > .filter_input_container
  > .filter_icon_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
.filter_accordion.filter_accordion.filter_accordion
  > .filter_input_container
  > .filter_icon_wrap
  svg
  path {
  fill: var(--ozempic-red);
}
.filter_accordion.filter_accordion.filter_accordion
  > .filter_input_container
  > .filter_input_wrap {
  padding: 0;
  width: 100%;
}
.filter_accordion.filter_accordion.filter_accordion
  > .filter_input_container
  > .filter_input_wrap
  > input {
  padding: 12px;
  width: 100%;
}
.filter_accordion.filter_accordion.filter_accordion
  > .filter_input_container
  > .filter_input_wrap
  > input::-webkit-input-placeholder,
.filter_accordion.filter_accordion.filter_accordion
  > .filter_input_container
  > .filter_input_wrap
  > input::-moz-placeholder,
.filter_accordion.filter_accordion.filter_accordion
  > .filter_input_container
  > .filter_input_wrap
  > input::-ms-input-placeholder {
  font-weight: normal !important;
}
#ifu_transcript_bt,
#ifu_select {
  width: 100% !important;
  color: var(--ozempic-red);
  background: #fff !important;
  border-radius: 4px;
  border: 1px solid #d4d7dc !important;
  padding: 10px 28px;
  position: relative;
  outline: none;
  appearance: none;
  height: 46px !important;
  display: block;
  text-align: left;
}
#ifu_transcript_bt {
  min-width: 160px;
}
#ifu_transcript_bt::after,
#ifu_select_wrapper::after {
  content: "";
  background-image: url("/https/www.ozempic.com/content/dam/diabetes-patient/ozempic/images/25_01/Icons/Plus.png");
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-size: contain;
  pointer-events: none;
}
.ifu_section.show_transcript #ifu_transcript_bt::after {
  background-image: url("/https/www.ozempic.com/content/dam/diabetes-patient/ozempic/images/25_01/Icons/Minus.png");
}
.cope-core-videoplayer-container.cope-core-videoplayer-container {
  margin: 0;
}
.ifu_transcript_section.ifu_transcript_section.ifu_transcript_section {
  border-radius: 0.5em;
}
@media (min-width: 768px) and (max-width: 800px) {
  #ifu_transcript_bt,
  #ifu_select_wrapper {
    font-size: clamp(16px, 6.25vw - 32px, 18px);
  }
}
@media (max-width: 500px) {
  html .ifu_section .ifu_button_column .cope-core-column-one,
  html .ifu_section .ifu_button_column .cope-core-column-two {
    flex-basis: 100% !important;
  }
}
.ifu_section #IFU_vo iframe {
  border: 1px solid #d4d7dc !important;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .ifu_section #IFU_vo iframe {
    aspect-ratio: 1.1;
  }
}
.ifu_section #ifu_select_wrapper {
  display: flex;
  width: 100%;
  position: relative;
}
.ifu_section #ifu_select_wrapper select option {
  color: #006072;
}
.ifu_section #ifu_select_wrapper select option:hover {
  color: #444;
  background-color: pink;
}
.ifu_section #ifu_select_wrapper {
  display: none;
}
.ifu_section.show_transcript #ifu_select_wrapper {
  display: flex;
}
.ifu_section .ifu_transcript_section {
  max-height: 0;
  transition: max-height 0.25s ease-in-out;
  border-radius: 0.5em;
}
.ifu_section .ifu_transcript_section::-webkit-scrollbar {
  width: 8px;
}
.ifu_section .ifu_transcript_section::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.ifu_section .ifu_transcript_section::-webkit-scrollbar-thumb {
  background: #006072;
  border-radius: 10px;
}
.ifu_section.show_transcript .ifu_transcript_section {
  max-height: 305px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ifu_section .ifu_button_column .cope-core-column-one {
    flex-basis: 40% !important;
  }
  .ifu_section.show_transcript .ifu_transcript_section {
    max-height: 405px;
    margin-bottom: 20px;
  }
}
.ifu_transcript_text:not(.en),
.ifu_transcript_text:not(.showit) {
  display: none;
}
.ifu_transcript_text.showit {
  display: block;
}
body .footer .cope-core-footer {
  padding-bottom: 2em;
}
body .footer .cope-core-footer .cope-core-footer-column-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  body .footer .cope-core-footer .cope-core-footer-column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  body
    .footer
    .cope-core-footer
    .cope-core-footer-column-container
    .cope-core-footer-logo {
    margin-bottom: 15px;
  }
}
body
  .footer
  .cope-core-footer
  .cope-core-footer-column-container
  > .cope-core-footer-text {
  width: 100%;
}
body
  .footer
  .cope-core-footer
  .cope-core-footer-column-container
  > .cope-core-footer-text
  > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-bottom: 2em;
}
body
  .footer
  .cope-core-footer
  .cope-core-footer-column-container
  > .cope-core-footer-text
  > ul
  li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 14px;
}
body
  .footer
  .cope-core-footer
  .cope-core-footer-column-container
  > .cope-core-footer-text
  > ul
  li:first-child {
  -webkit-box-flex: 0.5;
  -ms-flex-positive: 0.5;
  flex-grow: 0.5;
  text-align: left;
}
body
  .footer
  .cope-core-footer
  .cope-core-footer-column-container
  > .cope-core-footer-text
  > ul
  li:last-child {
  -webkit-box-flex: 0.5;
  -ms-flex-positive: 0.5;
  flex-grow: 0.5;
  text-align: right;
}
body
  .footer
  .cope-core-footer
  .cope-core-footer-column-container
  > .cope-core-footer-text
  > ul
  li
  a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  padding: 0;
}
body
  .footer
  .cope-core-footer
  .cope-core-footer-column-container
  > .cope-core-footer-text
  > ul
  li
  a:after {
  height: 80%;
}
@media (max-width: 767px) {
  body
    .footer
    .cope-core-footer
    .cope-core-footer-column-container
    > .cope-core-footer-text
    > ul
    li
    a:after {
    display: none;
  }
}
body
  .footer
  .cope-core-footer
  .cope-core-footer-column-container
  > .cope-core-footer-text
  > ul
  li
  a:hover {
  color: #7eaec3;
}
@media screen and (min-width: 768px) {
  body .cope-core-footer .cope-core-footer-logo {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
body .cope-core-footer .cope-core-footer-footnotes p {
  font-size: 14px;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  body .cope-core-footer .cope-core-footer-footnotes p:nth-child(4) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  body .cope-core-footer .cope-core-footer-footnotes p:last-child {
    margin-top: 24px;
  }
}
body.isMobile .footer-mobilelogo-container {
  display: block !important;
  margin-bottom: 1em;
}
@media (min-width: 1400px) {
  body .cope-core-footer .cope-core-footer-content {
    max-width: var(--desktop-xl-width);
    padding: 0 var(--container-padding-desktop-xl);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body
    .footer
    .cope-core-footer
    .cope-core-footer-column-container
    > .cope-core-footer-text
    > ul
    li
    a {
    font-size: 0.85em;
  }
  .cope-core-footer .cope-core-footer-content {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body
    .footer
    .cope-core-footer
    .cope-core-footer-column-container
    > .cope-core-footer-text
    > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: none;
    border-bottom: none;
  }
  body
    .footer
    .cope-core-footer
    .cope-core-footer-column-container
    > .cope-core-footer-text
    > ul
    > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left !important;
    border-right: none !important;
    margin-bottom: 1.5em;
  }
  body .cope-core-footer .cope-core-footer-footnotes p {
    font-size: 14px;
  }
  body .footer-nav-container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .footer-nav-container ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left !important;
    border-right: none !important;
    margin-bottom: 1.5em;
  }
  body .cope-core-footer .cope-core-footer-footnotes p {
    font-size: 14px;
  }
}
.isi.isi.isi {
  margin-top: 0;
}
.isi.isi.isi #footer-isi-container {
  margin-top: -40px;
  padding-top: 40px;
}
.isi.isi.isi body:not(.editor_view) .cope-core-isi-v2 p,
.isi.isi.isi body:not(.editor_view) .cope-core-isi-v2 span {
  margin-top: 0;
  margin-bottom: 0.25em;
  font-family: noto-sans, sans-serif;
}
.isi.isi.isi
  .cope-core-floating-isi
  .cope-core-isi-header-bar.cope-core-isi-header-bar-Ozempic-Consumer
  .cope-core-isi-header-bar-text,
.isi.isi.isi
  .cope-core-floating-isi
  .cope-core-isi-header-bar.cope-core-isi-header-bar-Ozempic-Consumer
  [data-toggle-expand-isi]
  span,
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI .rte-h1,
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI .rte-h2,
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI h1,
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI h1 b,
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI h1 strong,
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI h2,
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI h2 b,
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI h2 strong {
  color: #006072 !important;
  font-weight: 700 !important;
  font-family: noto-sans, sans-serif;
}
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI a,
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI a:visited {
  color: #134b8e;
  font-weight: 700;
}
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI a:hover {
  color: #7eaec3;
}
.isi.isi.isi body.cope-core-scroll-lock {
  overflow-y: scroll;
  position: fixed;
}
.isi.isi.isi .cope-core-isi-content ul {
  list-style: initial;
  padding-left: 20px;
}
.isi.isi.isi .cope-core-isi-content li,
.isi.isi.isi .cope-core-isi-content p {
  font-size: 16px !important;
}
.isi.isi.isi .cope-core-isi-content h1 {
  font-size: 20px !important;
}
.isi.isi.isi .cope-core-isi-content h2,
.isi.isi.isi .cope-core-isi-fixed .cope-core-isi-content h1 {
  font-size: 18px !important;
}
.isi.isi.isi .cope-core-isi-Victoza-Consumer .rte-h1,
.isi.isi.isi .cope-core-isi-Victoza-Consumer .rte-h2,
.isi.isi.isi .cope-core-isi-Victoza-Consumer h1,
.isi.isi.isi .cope-core-isi-Victoza-Consumer h2 {
  color: #880038;
}
.isi.isi.isi .cope-core-isi-wrapper li {
  line-height: 1.5em;
}
.isi.isi.isi
  .cope-core-isi-fixed[data-expanding-isi].cope-core-isi-visible.cope-core-isi-mobile-multi-tray {
  -webkit-box-shadow: 0 -40px 12px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -40px 12px -3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.isi.isi.isi
  .cope-core-isi-fixed[data-expanding-isi].cope-core-isi-visible.cope-core-isi-mobile-two-trays {
  -webkit-box-shadow: 0 -45px 12px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -45px 12px -3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.isi.isi.isi
  .cope-core-isi-fixed[data-expanding-isi].cope-core-isi-is-expanded {
  height: calc(100vh - 175px) !important;
}
.isi.isi.isi
  .upr_isi_ribbon
  .cope-core-isi-v2.cope-core-isi-v2-is-full-collapse
  .cope-core-isi-fixed:not(.cope-core-isi-is-expanded)
  > .cope-core-isi-header-bar {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.isi.isi.isi
  .upr_isi_ribbon
  .cope-core-isi-v2.cope-core-isi-v2-is-full-collapse
  .cope-core-isi-header-bar-text
  > span {
  margin-top: 0;
  padding-bottom: 4px !important;
}
.isi.isi.isi
  .upr_isi_ribbon
  .cope-core-isi-v2.cope-core-isi-v2-is-full-collapse
  .cope-core-isi-fixed-container
  .cope-core-isi-expand {
  margin-top: 0;
}
.isi.isi.isi
  .upr_isi_ribbon
  .cope-core-isi-v2.cope-core-isi-v2-is-full-collapse
  > div.cope-core-isi-two-tray-expanded.cope-core-isi-fixed[data-expanding-isi] {
  height: calc(100vh - 140px) !important;
}
.isi.isi.isi .upr_isi_ribbon span.cope-core-isi-collapse-icon {
  background-image: url(https://sfcc.prb.nnittest.com/content/dam/diabetes-patient/ozempic/images/23_02/button_chevron_white_up.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.isi.isi.isi
  .upr_isi_ribbon
  .cope-core-isi-v2.cope-core-isi-v2-is-full-collapse
  > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays:not(
    .cope-core-isi-two-tray-expanded
  )
  > .cope-core-isi-multi-headers {
  height: 45px;
}
.isi.isi.isi
  .cope-core-isi-v2
  .cope-core-isi-header-bar
  .cope-core-isi-container {
  border: none;
  overflow-y: hidden;
  scrollbar-gutter: stable;
  position: relative;
}
.isi.isi.isi
  .cope-core-isi-v2
  .cope-core-isi-header-bar
  .cope-core-isi-header-bar-text
  p {
  font-family: noto-sans, sans-serif !important;
  color: #006072;
  font-size: 20px !important;
  font-weight: 700;
}
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-header-bar {
  background: #fff;
  height: 40px;
}
.isi.isi.isi
  .cope-core-isi-v2
  .cope-core-isi-header-bar
  .cope-core-isi-header-bar-text {
  padding-right: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 0 !important;
  height: 41px;
}
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  > .cope-core-isi-fixed-container
  > .cope-core-isi-container {
  scrollbar-gutter: stable;
}
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-header-bar-text
  .cope-core-isi-first-header {
  width: 34% !important;
  border-right: thin solid #000;
  margin-bottom: 0;
  padding-bottom: 4px;
}
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-header-bar-text
  .cope-core-isi-second-header {
  padding-left: 20px;
}
.isi.isi.isi .cope-core-isi-fixed[data-expanding-isi] [data-toggle-expand-isi] {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.isi.isi.isi div[data-toggle-expand-isi] span,
.isi.isi.isi div[data-toggle-expand-multi-isi] span {
  color: #006072;
}
.isi.isi.isi .cope-core-isi-fixed .cope-core-isi-fixed-container {
  max-width: var(--desktop-xl-width);
  padding: 0 var(--container-padding-desktop-xl);
  background-color: #fff;
}
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-content
  .cope-core-isi-columns
  > .cope-core-isi-desktop-columns:not(.cope-core-isi-column-two) {
  width: 34%;
  border-right: thin solid #000;
  padding-right: 15px;
  position: relative;
}
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-content
  .cope-core-isi-columns
  > .cope-core-isi-desktop-columns:not(.cope-core-isi-column-two)
  > section:first-child {
  margin-bottom: 15px;
}
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-content
  .cope-core-isi-Ozempic-Consumer-ISI.cope-core-isi-columns
  > .cope-core-isi-desktop-columns:not(.cope-core-isi-column-two)
  > section:first-child
  > h1:nth-child(3) {
  display: none;
}
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-content
  .cope-core-isi-columns
  .cope-core-isi-column-two {
  width: 66%;
  padding-bottom: 50px;
  padding-right: 20px;
  border-left: none;
  position: relative;
  margin-left: 0;
}
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-content
  .cope-core-isi-Ozempic-Consumer-ISI.cope-core-isi-columns
  .cope-core-isi-column-two
  > section:first-child,
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-content
  .cope-core-isi-Ozempic-Consumer-ISI.cope-core-isi-columns
  .cope-core-isi-column-two
  > section:nth-child(5) {
  display: none;
}
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-content
  .cope-core-isi-Ozempic-Consumer-ISI.cope-core-isi-columns
  .cope-core-isi-column-two
  > section:nth-child(4)
  > h2:first-child {
  margin-bottom: 0.25em;
}
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-content
  .cope-core-isi-Ozempic-Consumer-ISI.cope-core-isi-columns
  .cope-core-isi-column-two
  > section:not(:nth-child(6)) {
  margin-bottom: 22px;
}
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-content
  .cope-core-isi-Ozempic-Consumer-ISI.cope-core-isi-columns
  .cope-core-isi-column-two
  > section:nth-child(6)
  > p:nth-child(3),
.isi.isi.isi
  .cope-core-isi-fixed[data-expanding-isi]:not(.cope-core-isi-is-expanded)
  .cope-core-isi-Ozempic-Consumer-ISI
  .cope-core-isi-column-two
  > section:nth-child(2),
.isi.isi.isi
  .cope-core-isi-fixed[data-expanding-isi]:not(.cope-core-isi-is-expanded)
  .cope-core-isi-Ozempic-Consumer-ISI
  .cope-core-isi-column-two
  > section:nth-child(3)
  > h2:nth-child(2) {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .isi.isi.isi .cope-core-isi-fixed .cope-core-isi-fixed-container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .isi.isi.isi .alme-chat-opened > #alme-ui-client-root {
    z-index: 410;
  }
  .isi.isi.isi .alme-chat-opened .cope-core-navigation {
    z-index: 400;
  }
  .isi.isi.isi .cope-core-isi-anchor {
    position: relative;
    top: 4px;
    margin-top: -4px !important;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed[data-expanding-isi] {
    z-index: 420;
  }
  .isi.isi.isi .cope-core-isi-content h2,
  .isi.isi.isi .cope-core-isi-fixed .cope-core-isi-content h1 {
    font-size: 16px !important;
  }
  .isi.isi.isi .cope-core-isi-wrapper li,
  .isi.isi.isi .cope-core-isi-wrapper p {
    line-height: 1.2em;
  }
  .isi.isi.isi
    .cope-core-isi-v2.cope-core-isi-ribbon-collapse
    .cope-core-isi-fixed:not(.cope-core-isi-is-expanded) {
    height: 0;
  }
  .isi.isi.isi
    .cope-core-isi-v2
    .cope-core-isi-header-bar
    .cope-core-isi-container {
    overflow: hidden;
  }
  .isi.isi.isi
    .cope-core-isi-v2
    .cope-core-isi-header-bar
    .cope-core-isi-header-bar-text
    p {
    font-size: 16px !important;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    .cope-core-isi-header-bar[data-expanded-header="col-1"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 45% !important;
    background: #fff;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    .cope-core-isi-header-bar[data-expanded-header="col-2"] {
    left: 45% !important;
    width: 55% !important;
    background: #fff;
    padding-left: 11px !important;
    padding-right: 5px !important;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays:not(
      .cope-core-isi-two-tray-expanded
    )
    .cope-core-isi-header-bar[data-expanded-header="col-2"]:before {
    content: "";
    display: block;
    width: 1px;
    background: #000;
    height: 80%;
    position: absolute;
    left: 0;
    top: 20%;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    .cope-core-isi-header-bar
    > div {
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    .cope-core-isi-header-bar
    > div
    > span {
    padding: 0 !important;
    margin: 0;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    .cope-core-isi-header-bar
    .cope-core-isi-expand-icon {
    margin-left: 0.5em;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays:not(
      .cope-core-isi-two-tray-expanded
    )
    > .cope-core-isi-multi-headers {
    -webkit-box-shadow: 0 -50px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -50px 10px rgba(0, 0, 0, 0.2);
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays:not(
      .cope-core-isi-two-tray-expanded
    )
    > .cope-core-isi-multi-headers
    > div {
    bottom: calc(100% - 1px);
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays.cope-core-isi-two-tray-expanded {
    -webkit-box-shadow: 0 -25px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -25px 10px rgba(0, 0, 0, 0.2);
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays.cope-core-isi-two-tray-expanded
    .cope-core-isi-header-bar {
    width: 100% !important;
    left: 0 !important;
    height: 20px;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays.cope-core-isi-two-tray-expanded
    .cope-core-isi-header-bar
    > div,
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays.cope-core-isi-two-tray-expanded
    .cope-core-isi-header-bar
    div[data-toggle-expand-multi-isi] {
    height: 20px;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays.cope-core-isi-two-tray-expanded
    .cope-core-isi-header-bar
    div[data-toggle-expand-multi-isi],
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays.cope-core-isi-two-tray-expanded
    .cope-core-isi-header-bar
    div[data-toggle-expand-multi-isi]
    > span {
    width: 100% !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin: 0;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays.cope-core-isi-two-tray-expanded
    .cope-core-isi-header-bar
    div[data-toggle-expand-multi-isi]
    span.cope-core-isi-collapse-icon {
    margin-top: 8px;
    margin-right: 18px;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    .cope-core-isi-header-bar
    .cope-core-isi-collapse-text,
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    .cope-core-isi-header-bar
    .cope-core-isi-expand-text,
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays.cope-core-isi-two-tray-expanded
    .cope-core-isi-header-bar
    .cope-core-isi-header-bar-text {
    display: none;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    > .cope-core-isi-fixed-container {
    padding: 0;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    > .cope-core-isi-fixed-container
    .cope-core-isi-tray-one {
    width: 45% !important;
    padding: 0 10px !important;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    > .cope-core-isi-fixed-container
    .cope-core-isi-tray-one
    .cope-core-isi-mobile-collapsed
    > section
    > h1 {
    display: none;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    > .cope-core-isi-fixed-container
    .cope-core-isi-tray-two {
    width: 55% !important;
    padding: 0 10px !important;
    border-left: none !important;
    position: relative;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    > .cope-core-isi-fixed-container
    .cope-core-isi-column
    .cope-core-isi-mobile-expand
    > section:nth-child(5) {
    margin-bottom: 15px;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays.cope-core-isi-two-tray-expanded
    > .cope-core-isi-fixed-container
    .cope-core-isi-column {
    width: 100% !important;
    position: static;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays.cope-core-isi-two-tray-expanded
    > .cope-core-isi-fixed-container
    .cope-core-isi-column
    > .cope-core-isi-mobile-expand {
    margin-top: -10px;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays:not(
      .cope-core-isi-two-tray-expanded
    )
    > .cope-core-isi-fixed-container
    .cope-core-isi-tray-two:before {
    content: "";
    display: block;
    width: 1px;
    background: #000;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    > .cope-core-isi-fixed-container
    .cope-core-isi-tray-two
    > .cope-core-isi-mobile-collapsed
    > section
    > h2:nth-child(2) {
    display: none;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    > .cope-core-isi-fixed-container
    > div
    > .cope-core-isi-content {
    padding-bottom: 0;
  }
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    > .cope-core-isi-fixed-container
    > div
    > p {
    padding: 0 10px;
    font-size: 16px;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-content
    .cope-core-isi-Ozempic-Consumer-ISI
    .cope-core-isi-mobile-expand,
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-content
    .cope-core-isi-Ozempic-Consumer-ISI
    .cope-core-isi-mobile-expand
    > section {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-content
    .cope-core-isi-Ozempic-Consumer-ISI
    .cope-core-isi-mobile-expand
    > section:first-child {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-bottom: 15px;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-content
    .cope-core-isi-Ozempic-Consumer-ISI
    .cope-core-isi-mobile-expand
    > section:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-content
    .cope-core-isi-Ozempic-Consumer-ISI
    .cope-core-isi-mobile-expand
    > section:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-content
    .cope-core-isi-Ozempic-Consumer-ISI
    .cope-core-isi-mobile-expand
    > section:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-content
    .cope-core-isi-Ozempic-Consumer-ISI
    .cope-core-isi-mobile-expand
    > section:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-content
    .cope-core-isi-Ozempic-Consumer-ISI
    .cope-core-isi-mobile-expand
    > section:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-content
    .cope-core-isi-Ozempic-Consumer-ISI
    .cope-core-isi-mobile-expand
    > p {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-content
    .cope-core-isi-Ozempic-Consumer-ISI
    .cope-core-isi-mobile-expand
    > section:nth-child(6)
    > p:nth-child(3) {
    display: none;
  }
  .isi.isi.isi #ozempic_isi_endtexts_drawer_mobile {
    margin: 0 10px;
  }
}
.isi.isi.isi #ozempic_isi_endtexts_drawer_mobile a,
.isi.isi.isi #ozempic_isi_endtexts_inline a {
  text-decoration: underline;
  color: #134b8e;
  font-weight: 700;
}
@media (max-width: 768px) {
  .isi.isi.isi
    .cope-core-isi-wrapper
    > div.cope-core-isi-fixed.cope-core-isi-mobile-two-trays.cope-core-isi-two-tray-expanded
    .cope-core-isi-container
    > p
    a {
    text-decoration: underline;
    color: #134b8e;
    font-weight: 700;
  }
}
.isi.isi.isi
  .cope-core-isi-inline
  .cope-core-isi-columns
  .cope-core-isi-column:not(.cope-core-isi-column-two):not(
    .cope-core-isi-mobile-expand
  ),
.isi.isi.isi .cope-core-isi-v2 .cope-core-isi-inline .cope-core-isi-header-bar {
  display: none;
}
.isi.isi.isi
  .cope-core-isi-inline
  .cope-core-isi-columns
  .cope-core-isi-column.cope-core-isi-column-two {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  margin-bottom: 0;
}
.isi.isi.isi
  .cope-core-isi-inline
  .cope-core-isi-columns
  .cope-core-isi-column.cope-core-isi-column-two
  > section:nth-child(6)
  > p:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-columns
    .cope-core-isi-column.cope-core-isi-column-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-columns
    .cope-core-isi-column.cope-core-isi-column-two
    > p,
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-columns
    .cope-core-isi-column.cope-core-isi-column-two
    > section {
    margin-left: 34%;
    padding-left: 20px;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-Ozempic-Consumer-ISI
    .cope-core-isi-column.cope-core-isi-column-two
    > section:nth-child(4) {
    margin-bottom: 20px;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-Ozempic-Consumer-ISI
    .cope-core-isi-column.cope-core-isi-column-two
    > section:nth-child(5) {
    position: absolute;
    margin-right: 66%;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 0;
    border-right: thin solid #000;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-columns
    .cope-core-isi-column.cope-core-isi-column-two
    > section:first-child
    > h1,
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-Ozempic-Consumer-ISI
    .cope-core-isi-column.cope-core-isi-column-two
    > section:nth-child(5)
    > h1 {
    margin-top: 0;
  }
}
.isi.isi.isi
  body.considering-ozempic
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-content,
.isi.isi.isi
  body.considering-ozempic
  .cope-core-isi-fixed.cope-core-isi-mobile-two-trays
  .cope-core-isi-content,
.isi.isi.isi
  body.considering-ozempic
  .cope-core-isi-inline
  .cope-core-isi-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.isi.isi.isi
  .cope-core-isi-fixed.cope-core-isi-mobile-multi-tray
  .cope-core-isi-content
  .cope-core-isi-Victoza-Consumer.cope-core-isi-columns
  .cope-core-isi-column-two
  > section:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .isi.isi.isi
    body.considering-ozempic
    .cope-core-isi-fixed.cope-core-isi-mobile-two-trays:not(
      .cope-core-isi-two-tray-expanded
    )
    .cope-core-isi-Victoza-Consumer {
    display: none !important;
  }
  .isi.isi.isi
    body.considering-ozempic
    .cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    .cope-core-isi-content
    .cope-core-isi-Victoza-Consumer {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .isi.isi.isi
    body.considering-ozempic
    .cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    .cope-core-isi-content
    .cope-core-isi-Ozempic-Consumer-ISI {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .isi.isi.isi
    body.considering-ozempic
    .cope-core-isi-fixed.cope-core-isi-mobile-two-trays
    .cope-core-isi-content
    #ozempic_isi_endtexts_drawer_mobile {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-content
    .cope-core-isi-Victoza-Consumer
    .cope-core-isi-mobile-expand
    > p {
    display: none;
  }
  .isi.isi.isi
    .cope-core-isi-inline
    .cope-core-isi-content
    .cope-core-isi-Victoza-Consumer
    .cope-core-isi-mobile-expand {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .isi.isi.isi
    body.considering-ozempic
    .cope-core-isi-inline
    .cope-core-isi-Victoza-Consumer
    .cope-core-isi-column.cope-core-isi-column-two
    > section:nth-child(2) {
    position: absolute;
    margin-right: 66%;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 0;
    border-right: thin solid #000;
  }
  .isi.isi.isi
    body.considering-ozempic
    .cope-core-isi-inline
    .cope-core-isi-Victoza-Consumer
    .cope-core-isi-column.cope-core-isi-column-two
    > section:nth-child(2)
    > h1 {
    margin-top: 0;
  }
}
.topnavigation {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .topnavigation {
    margin-bottom: calc(
      var(--top-nav-height-mobile) + var(--globalnavigation-height)
    );
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .topnavigation {
    margin-bottom: var(--globalnavigation-height);
  }
}
.topnavigation > .cope-core-navigation {
  position: fixed;
  width: 100%;
}
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-top-sections {
  border-top: 6px solid var(--ozempic-red);
}
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section {
  border-bottom: none;
}
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section:first-child {
  display: block;
}
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-links {
  display: block;
  max-height: 0;
  overflow: hidden;
  border: none;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-links
  li {
  border-bottom: 1px solid #b4b5b9;
}
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section.show-dropdown
  .cope-core-navigation-top-section-links {
  max-height: 500px;
}
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section.show-dropdown
  .cope-core-navigation-top-section-title::after {
  transform: scaleX(1.5) translateY(-50%) rotate(180deg);
}
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title {
  width: 100%;
  padding: 8px 16px;
  background: #ebecef;
  border-bottom: 1px solid #b4b5b9;
}
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  a:active,
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  a:hover {
  background: #ebecef;
}
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-global-mobile
  a,
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-global-mobile
  a:visited,
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-top-section-links
  a,
.topnavigation
  .cope-core-navigation-top-open
  .cope-core-navigation-top-section-links
  a:visited {
  color: #262626;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 12px;
}
.topnavigation .cope-core-navigation-top-section-links a {
  padding: 10px 10px 10px 32px;
  font-weight: normal;
  color: var(--ozempic-red);
}
.topnavigation .cope-core-navigation-top-section-links a:visited {
  color: var(--ozempic-red);
}
.topnavigation
  .cope-core-navigation-top
  .cope-core-navigation-global-mobile::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .topnavigation
    .cope-core-navigation-top
    .cope-core-navigation-top-links-container {
    height: calc(
      100vh - var(--top-nav-height-mobile) - var(--globalnavigation-height)
    );
  }
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-global .cope-core-navigation-global-content {
    position: relative;
    height: auto;
    z-index: 1000;
  }
}
.cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container {
  padding-top: 2px;
  transition: all 0.25s;
}
@media screen and (min-width: 1440px) {
  .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container {
    padding-right: var(--container-padding-desktop-xl);
    right: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container {
    justify-content: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container {
    position: absolute;
    right: max(
      (
          100vw - var(--desktop-xl-width) - var(--container-padding-desktop-xl) *
            2
        )/2,
      var(--container-padding-desktop-xl)
    );
    height: var(--globalnavigation-height);
    padding-left: 200px;
    padding-top: 14px;
  }
}
.cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-col-login-register {
  display: none;
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container
    .cope-core-navigation-global-col-login-register {
    display: block;
    font-size: 14px;
  }
}
.cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-col-login-register
  .search-link
  p {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container
    .cope-core-navigation-global-col-login-register
    .search-link
    p {
    font-size: 14px;
  }
}
.cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-col-login-register
  .search-link
  p
  a {
  padding-left: 20px;
  text-decoration: none;
  position: relative;
  bottom: 2px;
  font-weight: 300;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container
    .cope-core-navigation-global-col-login-register
    .search-link
    p
    a {
    font-size: 14px;
  }
}
.cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-col-login-register
  .search-link
  p
  a::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjkzNzUgMTRMNy45NTgzMyA5LjAyMDgzQzcuNTQxNjcgOS4zMjYzOSA3LjA4NDc4IDkuNTY1OTcgNi41ODc2NyA5LjczOTU4QzYuMDkwNTYgOS45MTMxOSA1LjU2MTU4IDEwIDUuMDAwNzMgMTBDMy42MTEzNSAxMCAyLjQzMDU2IDkuNTEzODkgMS40NTgzMyA4LjU0MTY3QzAuNDg2MTExIDcuNTY5NDQgMCA2LjM4ODg5IDAgNUMwIDMuNjExMTEgMC40ODYxMTEgMi40MzA1NiAxLjQ1ODMzIDEuNDU4MzNDMi40MzA1NiAwLjQ4NjExMSAzLjYxMTExIDAgNSAwQzYuMzg4ODkgMCA3LjU2OTQ0IDAuNDg2MTExIDguNTQxNjcgMS40NTgzM0M5LjUxMzg5IDIuNDMwNTYgMTAgMy42MTEzNSAxMCA1LjAwMDczQzEwIDUuNTYxNTggOS45MTMxOSA2LjA5MDU2IDkuNzM5NTggNi41ODc2N0M5LjU2NTk3IDcuMDg0NzggOS4zMjYzOSA3LjU0MTY3IDkuMDIwODMgNy45NTgzM0wxNCAxMi45Mzc1TDEyLjkzNzUgMTRaTTUgOC41QzUuOTcyMjIgOC41IDYuNzk4NjEgOC4xNTk3MiA3LjQ3OTE3IDcuNDc5MTdDOC4xNTk3MiA2Ljc5ODYxIDguNSA1Ljk3MjIyIDguNSA1QzguNSA0LjAyNzc4IDguMTU5NzIgMy4yMDEzOSA3LjQ3OTE3IDIuNTIwODNDNi43OTg2MSAxLjg0MDI4IDUuOTcyMjIgMS41IDUgMS41QzQuMDI3NzggMS41IDMuMjAxMzkgMS44NDAyOCAyLjUyMDgzIDIuNTIwODNDMS44NDAyOCAzLjIwMTM5IDEuNSA0LjAyNzc4IDEuNSA1QzEuNSA1Ljk3MjIyIDEuODQwMjggNi43OTg2MSAyLjUyMDgzIDcuNDc5MTdDMy4yMDEzOSA4LjE1OTcyIDQuMDI3NzggOC41IDUgOC41WiIgZmlsbD0iI0RBMDgxMiIvPgo8L3N2Zz4K");
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container
    .cope-core-navigation-global-col-links {
    margin-right: 30px;
  }
}
.cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-col-links
  nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container
    .cope-core-navigation-global-col-links
    nav {
    justify-content: flex-end;
  }
}
.cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-col-links
  nav
  > a {
  margin: 0;
  padding: 0 30px;
  border-left: 1px solid #bdbdc0;
  font-size: 12px;
  text-align: center;
  display: none;
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container
    .cope-core-navigation-global-col-links
    nav
    > a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container
    .cope-core-navigation-global-col-links
    nav
    > a {
    display: inline-block;
  }
}
.cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-col-links
  nav
  > a:nth-child(1),
.cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-col-links
  nav
  > a:nth-child(3) {
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container
    .cope-core-navigation-global-col-links
    nav
    > a:nth-child(3) {
    padding-right: 0;
  }
}
.cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-col-links
  nav
  > a:first-of-type {
  padding-left: 0;
  border-left: none;
}
.cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-col-links
  nav
  > a:last-of-type {
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation:has(.cope-core-navigation-top-fixed)
    .cope-core-navigation-global-column-container {
    padding-top: 0;
    height: 36px;
  }
}
.cope-core-navigation-top,
.cope-core-navigation-top.cope-core-navigation-top-fixed {
  top: var(--globalnavigation-height);
  height: var(--top-nav-height-mobile);
  transition: height 0.2s;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation-top,
  .cope-core-navigation-top.cope-core-navigation-top-fixed {
    height: var(--top-nav-height);
  }
  .cope-core-navigation-top.cope-core-navigation-top-fixed,
  .cope-core-navigation-top.cope-core-navigation-top-fixed.cope-core-navigation-top-fixed {
    height: 80px;
  }
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-container,
  .cope-core-navigation-top.cope-core-navigation-top-fixed.cope-core-navigation-top-fixed
    .cope-core-navigation-top-container {
    height: 80px;
  }
}
.cope-core-navigation-top .cope-core-navigation-top-additional-content,
.cope-core-navigation-top.cope-core-navigation-top-fixed
  .cope-core-navigation-top-additional-content {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-top,
  .cope-core-navigation-top.cope-core-navigation-top-fixed {
    top: 0;
  }
  .cope-core-navigation-top.cope-core-navigation-top-fixed,
  .cope-core-navigation-top.cope-core-navigation-top-fixed.cope-core-navigation-top-fixed {
    height: 80px;
  }
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-container,
  .cope-core-navigation-top.cope-core-navigation-top-fixed.cope-core-navigation-top-fixed
    .cope-core-navigation-top-container {
    height: 80px;
  }
}
.cope-core-navigation-top .cope-core-navigation-top-container,
.cope-core-navigation-top.cope-core-navigation-top-fixed
  .cope-core-navigation-top-container {
  transition: height 0.2s;
}
.cope-core-navigation-top .cope-core-navigation-top-logo-container,
.cope-core-navigation-top.cope-core-navigation-top-fixed
  .cope-core-navigation-top-logo-container {
  padding: 0;
}
.cope-core-navigation-top .cope-core-navigation-top-mobile-toggle,
.cope-core-navigation-top.cope-core-navigation-top-fixed
  .cope-core-navigation-top-mobile-toggle {
  width: 24px;
  height: 20px;
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-top .cope-core-navigation-top-items,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-items {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-top .cope-core-navigation-top-sections,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-sections {
    justify-content: flex-end !important;
    height: 60%;
  }
}
.cope-core-navigation-top
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section,
.cope-core-navigation-top.cope-core-navigation-top-fixed
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section {
  flex: auto;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation-top
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section {
    font-size: 14px;
  }
  .cope-core-navigation-top
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    .cope-core-navigation-top-section-title-wrapper,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    .cope-core-navigation-top-section-title-wrapper {
    margin: 8px 16px;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation-top
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section {
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-top
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section {
    font-size: inherit;
  }
  .cope-core-navigation-top
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    .cope-core-navigation-top-section-title-wrapper,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    .cope-core-navigation-top-section-title-wrapper {
    margin: 10px 20px;
  }
}
@media screen and (min-width: 1440px) {
  .cope-core-navigation-top
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section {
    flex: 0 0 auto;
  }
}
.cope-core-navigation-top
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section.has-dropdown
  .cope-core-navigation-top-section-title::after,
.cope-core-navigation-top.cope-core-navigation-top-fixed
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section.has-dropdown
  .cope-core-navigation-top-section-title::after {
  top: calc(50% - 1px);
  transform: scaleX(1.5) translateY(-50%);
  transition: transform 0.2s;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation-top
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section.has-dropdown
    .cope-core-navigation-top-section-title::after,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section.has-dropdown
    .cope-core-navigation-top-section-title::after {
    right: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-top
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section.has-dropdown
    .cope-core-navigation-top-section-title::after,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section.has-dropdown
    .cope-core-navigation-top-section-title::after {
    right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation-top
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section.has-dropdown
    .cope-core-navigation-top-section-title-wrapper,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section.has-dropdown
    .cope-core-navigation-top-section-title-wrapper {
    margin-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation-top
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section.has-dropdown
    .cope-core-navigation-top-section-title-wrapper,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section.has-dropdown
    .cope-core-navigation-top-section-title-wrapper {
    margin-right: 36px;
  }
}
.cope-core-navigation-top
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title-wrapper,
.cope-core-navigation-top.cope-core-navigation-top-fixed
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title-wrapper {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation-top
    .cope-core-navigation-top-section:last-child
    .cope-core-navigation-top-section-links,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-section:last-child
    .cope-core-navigation-top-section-links {
    left: auto;
    right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation-top .cope-core-navigation-top-section-links,
  .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-section-links {
    width: 270px;
    top: calc(100% - 14px);
    left: 8px;
    border: 1px solid var(--ozempic-red);
    z-index: 10000;
  }
}
.cope-core-navigation-top .cope-core-navigation-top-section-links a,
.cope-core-navigation-top.cope-core-navigation-top-fixed
  .cope-core-navigation-top-section-links
  a {
  color: #262626 !important;
}
.cope-core-navigation-top
  .cope-core-navigation-top-section-links
  a.cope-core-navigation-top-link-active,
.cope-core-navigation-top.cope-core-navigation-top-fixed
  .cope-core-navigation-top-section-links
  a.cope-core-navigation-top-link-active {
  font-weight: bold;
  color: var(--ozempic-red) !important;
}
.cope-core-navigation-top .cope-core-navigation-top-section-links a:hover,
.cope-core-navigation-top.cope-core-navigation-top-fixed
  .cope-core-navigation-top-section-links
  a:hover {
  background: none !important;
  color: var(--ozempic-red) !important;
}

.xf-content-height > .root.responsivegrid {
  margin-top: 0px !important;
}

.xf-content-height {
  min-height: 0;
  margin: 0;
}
.root-container > .root.responsivegrid .responsivegrid.responsivegrid {
  transition: margin-top 0.2s;
}
@media screen and (min-width: 768px) {
  .root-container > .root.responsivegrid .responsivegrid.responsivegrid {
    margin-top: var(--top-nav-height);
  }
  body:has(.cope-core-navigation-top-fixed)
    .root-container
    > .root.responsivegrid
    .responsivegrid.responsivegrid {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  body:has(.cope-core-navigation-top-fixed)
    .root-container
    > .root.responsivegrid
    .responsivegrid.responsivegrid {
    margin-top: 80px;
  }
}
:root {
  --tab-margin: 16px !important;
  --tab-height: auto !important;
  --tab-border-color: var(--navy-blue) !important;
  --tab-border-color-active: var(--navy-blue) !important;
  --tab-content-border-color: var(--navy-blue) !important;
  --tab-content-margin-top: 0 !important;
  --tab-content-padding-top: 28px !important;
  --tab-content-padding-bottom: 28px !important;
  --tab-content-padding-left: 28px !important;
  --tab-content-padding-right: 28px !important;
}
.cope-core-tabs.cope-core-tabs.cope-core-tabs {
  position: static;
}
@media screen and (max-width: 767px) {
  .cope-core-tab-data.cope-core-tab-data.cope-core-tab-data {
    margin-left: var(--container-padding);
    margin-right: var(--container-padding);
  }
}
.cope-core-tab-data.cope-core-tab-data.cope-core-tab-data
  .cope-core-tabs-tab-mobile::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7.67539L0 1.67539L1.275 0.400391L6 5.12539L10.725 0.400391L12 1.67539L6 7.67539Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 8px;
  border: none;
}
.cope-core-tab-data.cope-core-tab-data.cope-core-tab-data .cope-core-tabs-tab {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  border-bottom-width: 0;
  cursor: pointer;
}
.cope-core-tab-data.cope-core-tab-data.cope-core-tab-data
  .cope-core-tabs-tab.cope-core-tabs-active {
  font-weight: 700;
}
.cope-core-tab-data.cope-core-tab-data.cope-core-tab-data
  .cope-core-tabs-tab-content {
  border-top-width: 2px;
}
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 12px;
}
.header-no-margin h2,
.header-no-margin h3,
.header-no-margin h4,
.header-no-margin h5,
.header-no-margin h6 {
  margin-bottom: 0;
}
sup {
  font-weight: 100;
}
div.text .headline-xl.headline-xl.headline-xl.cope-core-headline *:not(sup),
div.text .headline-xl.headline-xl.headline-xl *:not(sup),
div.headline .headline-xl.headline-xl.headline-xl.cope-core-headline *:not(sup),
div.headline .headline-xl.headline-xl.headline-xl *:not(sup) {
  font-size: 42px !important;
  line-height: 57px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  div.text .headline-xl.headline-xl.headline-xl.cope-core-headline *:not(sup),
  div.text .headline-xl.headline-xl.headline-xl *:not(sup),
  div.headline
    .headline-xl.headline-xl.headline-xl.cope-core-headline
    *:not(sup),
  div.headline .headline-xl.headline-xl.headline-xl *:not(sup) {
    font-size: 42px !important;
    line-height: 57px;
  }
}
div.text .headline-1.headline-1.headline-1.cope-core-headline *:not(sup),
div.text .headline-1.headline-1.headline-1 *:not(sup),
div.headline .headline-1.headline-1.headline-1.cope-core-headline *:not(sup),
div.headline .headline-1.headline-1.headline-1 *:not(sup) {
  font-size: 30px !important;
  line-height: 41px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  div.text .headline-1.headline-1.headline-1.cope-core-headline *:not(sup),
  div.text .headline-1.headline-1.headline-1 *:not(sup),
  div.headline .headline-1.headline-1.headline-1.cope-core-headline *:not(sup),
  div.headline .headline-1.headline-1.headline-1 *:not(sup) {
    font-size: 42px !important;
    line-height: 57px;
  }
}
div.text .headline-2.headline-2.headline-2.cope-core-headline *:not(sup),
div.text .headline-2.headline-2.headline-2 *:not(sup),
div.headline .headline-2.headline-2.headline-2.cope-core-headline *:not(sup),
div.headline .headline-2.headline-2.headline-2 *:not(sup) {
  font-size: 24px !important;
  line-height: 33px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  div.text .headline-2.headline-2.headline-2.cope-core-headline *:not(sup),
  div.text .headline-2.headline-2.headline-2 *:not(sup),
  div.headline .headline-2.headline-2.headline-2.cope-core-headline *:not(sup),
  div.headline .headline-2.headline-2.headline-2 *:not(sup) {
    font-size: 30px !important;
    line-height: 41px;
  }
}
div.text .headline-3.headline-3.headline-3.cope-core-headline *:not(sup),
div.text .headline-3.headline-3.headline-3 *:not(sup),
div.headline .headline-3.headline-3.headline-3.cope-core-headline *:not(sup),
div.headline .headline-3.headline-3.headline-3 *:not(sup) {
  font-size: 20px !important;
  line-height: 27px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  div.text .headline-3.headline-3.headline-3.cope-core-headline *:not(sup),
  div.text .headline-3.headline-3.headline-3 *:not(sup),
  div.headline .headline-3.headline-3.headline-3.cope-core-headline *:not(sup),
  div.headline .headline-3.headline-3.headline-3 *:not(sup) {
    font-size: 24px !important;
    line-height: 33px;
  }
}
div.text .headline-4.headline-4.headline-4.cope-core-headline *:not(sup),
div.text .headline-4.headline-4.headline-4 *:not(sup),
div.headline .headline-4.headline-4.headline-4.cope-core-headline *:not(sup),
div.headline .headline-4.headline-4.headline-4 *:not(sup) {
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  div.text .headline-4.headline-4.headline-4.cope-core-headline *:not(sup),
  div.text .headline-4.headline-4.headline-4 *:not(sup),
  div.headline .headline-4.headline-4.headline-4.cope-core-headline *:not(sup),
  div.headline .headline-4.headline-4.headline-4 *:not(sup) {
    font-size: 18px !important;
    line-height: 25px;
  }
}
div.text .body-xl.body-xl.body-xl.cope-core-headline *:not(sup),
div.text .body-xl.body-xl.body-xl *:not(sup),
div.headline .body-xl.body-xl.body-xl.cope-core-headline *:not(sup),
div.headline .body-xl.body-xl.body-xl *:not(sup) {
  font-size: 20px !important;
  line-height: 27px;
}
@media screen and (min-width: 1024px) {
  div.text .body-xl.body-xl.body-xl.cope-core-headline *:not(sup),
  div.text .body-xl.body-xl.body-xl *:not(sup),
  div.headline .body-xl.body-xl.body-xl.cope-core-headline *:not(sup),
  div.headline .body-xl.body-xl.body-xl *:not(sup) {
    font-size: 24px !important;
    line-height: 33px;
  }
}
div.text .body-1.body-1.body-1.cope-core-headline *:not(sup),
div.text .body-1.body-1.body-1 *:not(sup),
div.headline .body-1.body-1.body-1.cope-core-headline *:not(sup),
div.headline .body-1.body-1.body-1 *:not(sup) {
  font-size: 18px !important;
  line-height: 25px;
}
@media screen and (min-width: 1024px) {
  div.text .body-1.body-1.body-1.cope-core-headline *:not(sup),
  div.text .body-1.body-1.body-1 *:not(sup),
  div.headline .body-1.body-1.body-1.cope-core-headline *:not(sup),
  div.headline .body-1.body-1.body-1 *:not(sup) {
    font-size: 18px !important;
    line-height: 25px;
  }
}
div.text .body-2.body-2.body-2.cope-core-headline *:not(sup),
div.text .body-2.body-2.body-2 *:not(sup),
div.headline .body-2.body-2.body-2.cope-core-headline *:not(sup),
div.headline .body-2.body-2.body-2 *:not(sup) {
  font-size: 16px !important;
  line-height: 22px;
}
@media screen and (min-width: 1024px) {
  div.text .body-2.body-2.body-2.cope-core-headline *:not(sup),
  div.text .body-2.body-2.body-2 *:not(sup),
  div.headline .body-2.body-2.body-2.cope-core-headline *:not(sup),
  div.headline .body-2.body-2.body-2 *:not(sup) {
    font-size: 16px !important;
    line-height: 22px;
  }
}
div.text .body-3.body-3.body-3.cope-core-headline *:not(sup),
div.text .body-3.body-3.body-3 *:not(sup),
div.headline .body-3.body-3.body-3.cope-core-headline *:not(sup),
div.headline .body-3.body-3.body-3 *:not(sup) {
  font-size: 12px !important;
  line-height: 17px;
}
@media screen and (min-width: 1024px) {
  div.text .body-3.body-3.body-3.cope-core-headline *:not(sup),
  div.text .body-3.body-3.body-3 *:not(sup),
  div.headline .body-3.body-3.body-3.cope-core-headline *:not(sup),
  div.headline .body-3.body-3.body-3 *:not(sup) {
    font-size: 14px !important;
    line-height: 20px;
  }
}
div.text .body-4.body-4.body-4.cope-core-headline *:not(sup),
div.text .body-4.body-4.body-4 *:not(sup),
div.text .footnote.footnote.footnote.cope-core-headline *:not(sup),
div.text .footnote.footnote.footnote *:not(sup),
div.headline .body-4.body-4.body-4.cope-core-headline *:not(sup),
div.headline .body-4.body-4.body-4 *:not(sup),
div.headline .footnote.footnote.footnote.cope-core-headline *:not(sup),
div.headline .footnote.footnote.footnote *:not(sup) {
  font-size: 12px !important;
  line-height: 17px;
}
@media screen and (max-width: 767px) {
  .swap-order-mobile > div > .aem-Grid,
  .swap-order-mobile > div > div > .aem-Grid {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .swap-order-tablet > div > .aem-Grid,
  .swap-order-tablet > div > div > .aem-Grid {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .swap-first-two-order-mobile > div > .aem-Grid,
  .swap-first-two-order-mobile > div > div > .aem-Grid {
    display: flex;
    flex-direction: column;
  }
  .swap-first-two-order-mobile > div > .aem-Grid > *:nth-child(1),
  .swap-first-two-order-mobile > div > div > .aem-Grid > *:nth-child(1) {
    order: 2;
  }
  .swap-first-two-order-mobile > div > .aem-Grid > *:nth-child(2),
  .swap-first-two-order-mobile > div > div > .aem-Grid > *:nth-child(2) {
    order: 1;
  }
  .swap-first-two-order-mobile > div > .aem-Grid > *,
  .swap-first-two-order-mobile > div > div > .aem-Grid > * {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .swap-first-two-order-tablet > div > .aem-Grid,
  .swap-first-two-order-tablet > div > div > .aem-Grid {
    display: flex;
    flex-direction: column;
  }
  .swap-first-two-order-tablet > div > .aem-Grid > *:nth-child(1),
  .swap-first-two-order-tablet > div > div > .aem-Grid > *:nth-child(1) {
    order: 2;
  }
  .swap-first-two-order-tablet > div > .aem-Grid > *:nth-child(2),
  .swap-first-two-order-tablet > div > div > .aem-Grid > *:nth-child(2) {
    order: 1;
  }
  .swap-first-two-order-tablet > div > .aem-Grid > *,
  .swap-first-two-order-tablet > div > div > .aem-Grid > * {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .swap-column-order-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}
.block-image-wrapper .cope-core-image__wrapper {
  display: block;
}
.top-shadow-border {
  box-shadow: 0px -3px 20px 0px #ccc;
}
.cope-core-navigation-top-logo-container {
  padding-top: 0;
}
.gradient-red-to-yellow {
  background-image: linear-gradient(
    to right,
    #e01f26 20%,
    #ed7023 60%,
    #fed24c 100%
  );
}
.gradient-red-to-yellow .cope-core-column {
  background-color: #fff;
}
.border-bottom-gray {
  border-bottom: 1px solid #e3e6e9;
}
.border-bottom-red {
  border-bottom: 1px solid var(--ozempic-red);
}
.background-position-center.background-position-center.background-position-center {
  background-position: center;
}
:root {
  --navy-blue: #006373;
  --ozempic-red: #da0812;
  --globalnavigation-height: 28px;
  --top-nav-height--mobile: 50px;
}
@media screen and (min-width: 768px) {
  :root {
    --top-nav-height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --top-nav-height: 130px;
    --globalnavigation-height: 44px;
  }
}
body,
body .cope-core-footer .cope-core-footer-footnotes p,
body .footer a,
body .footer p,
body h1,
body li,
body p {
  font-family: noto-sans, sans-serif;
}
div.headline > .cope-core-headline a {
  color: var(--navy-blue) !important;
}
div.text > .cope-core-text a,
div.text > .cope-core-text a:visited {
  color: var(--navy-blue) !important;
}
div.text > .cope-core-text a:hover,
div.text > .cope-core-text a:visited:hover {
  color: #7eaec3 !important;
}
div.text > .cope-core-text p,
div.text > .cope-core-text ol,
div.text > .cope-core-text ul,
div.text > .cope-core-text li {
  font-size: 18px !important;
  line-height: 25px;
}
@media screen and (min-width: 1024px) {
  div.text > .cope-core-text p,
  div.text > .cope-core-text ol,
  div.text > .cope-core-text ul,
  div.text > .cope-core-text li {
    font-size: 18px !important;
    line-height: 25px;
  }
}
div.text > .cope-core-text ul {
  margin: 0.25em 0;
}
sup {
  font-size: 0.6em !important;
}
p {
  margin: 0;
}
ul {
  padding-left: 18px;
}
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI a,
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI a:visited {
  color: var(--navy-blue) !important;
}
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI a:hover,
.isi.isi.isi .cope-core-isi-Ozempic-Consumer-ISI a:visited:hover {
  color: #7eaec3 !important;
}
.cope-core-navigation-global-column-container {
  justify-content: flex-end !important;
}
.cope-core-navigation-global-column-container a {
  color: #000 !important;
}
.cope-core-navigation-global-column-container .search-wrapper,
.cope-core-navigation-global-column-container .search-wrapper input:active,
.cope-core-navigation-global-column-container .search-wrapper input:focus,
.cope-core-navigation-global-column-container
  .search-wrapper
  input:focus-visible,
.cope-core-navigation-global-column-container
  .search-wrapper
  input:active
  input,
.cope-core-navigation-global-column-container .search-wrapper input:focus input,
.cope-core-navigation-global-column-container
  .search-wrapper
  input:focus-visible
  input,
.cope-core-navigation-global-column-container .search-wrapper input {
  border: none;
  outline: none;
}
.cope-core-navigation-global-column-container .search-wrapper button,
.cope-core-navigation-global-column-container
  .search-wrapper
  input:active
  button,
.cope-core-navigation-global-column-container
  .search-wrapper
  input:focus
  button,
.cope-core-navigation-global-column-container
  .search-wrapper
  input:focus-visible
  button {
  display: none;
}
.cope-core-navigation-top-section:first-child {
  display: none;
}
.cope-core-navigation-top-section-active-wrapper {
  font-weight: bold;
}
.cope-core-navigation-top-sections {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.cope-core-navigation-top-sections .cope-core-navigation-top-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.cope-core-navigation-top-section-title a:visited {
  color: var(--ozempic-red) !important;
}
.cope-core-navigation-top-section.has-dropdown
  .cope-core-navigation-top-section-title {
  position: relative;
}
.cope-core-navigation-top-section.has-dropdown
  .cope-core-navigation-top-section-title:after {
  content: "⌄";
  font-size: 20px;
  transform: scaleX(1.5);
  position: absolute;
  right: 0;
  top: 17px;
}
.cope-core-navigation-top-section-links a,
.cope-core-navigation-top-section-links a:visited {
  color: var(--navy-blue);
}
img.cope-core-navigation-top-mobile-only {
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  .root-container > .root.responsivegrid .responsivegrid {
    margin-top: 90px;
  }
  .cope-core-navigation-top-section:hover,
  .cope-core-navigation-top-section:active,
  .cope-core-navigation-top-section-title a:hover,
  .cope-core-navigation-top-section-title a:active {
    background-color: #fff !important;
    color: var(--ozempic-red) !important;
  }
  .cope-core-navigation-top-section-links a:hover,
  .cope-core-navigation-top-section-links a:active {
    background-color: var(--navy-blue) !important;
    color: #fff !important;
  }
  html .cope-core-navigation {
    margin-bottom: 0;
  }
  .equal-height > div > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .equal-height .aem-Grid > div > section,
  .equal-height .aem-Grid > div > section .cope-core-scrolling-content,
  .equal-height .aem-Grid > div > section .cope-core-scrolling-content > div,
  .equal-height
    .aem-Grid
    > div
    > section
    .cope-core-scrolling-content
    .aem-Grid,
  .equal-height.cope-core-column-container .cope-core-column > div,
  .equal-height.cope-core-column-container .cope-core-column .aem-Grid,
  .equal-height.cope-core-column-container
    .cope-core-column
    > div
    > .aem-Grid
    > .aem-GridColumn,
  .equal-height.cope-core-column-container
    .cope-core-column
    .aem-GridColumn
    > section,
  .equal-height.cope-core-column-container .cope-core-scrolling-content {
    height: 100%;
  }
  .equal-height
    .aem-Grid
    > div
    > section
    .cope-core-scrolling-content
    .aem-Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .equal-height .aem-Grid .last-item-at-bottom .aem-Grid > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-end;
  }
  .equal-height .last-item-fill-height > div > .aem-Grid > div:last-child,
  .equal-height
    .last-item-fill-height
    > div
    > div
    > .aem-Grid
    > div:last-child {
    height: 100%;
  }
  .equal-height .last-item-align-bottom > div > .aem-Grid > div:last-child,
  .equal-height
    .last-item-align-bottom
    > div
    > div
    > .aem-Grid
    > div:last-child {
    margin-top: auto;
  }
}
@media screen and (max-width: 1023px) {
  .no-tablet-bg {
    background-image: none !important;
  }
  .no-side-padding-tablet-down {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .cope-core-navigation-top-section.has-dropdown
    .cope-core-navigation-top-section-title
    a {
    width: calc(100% - 60px);
  }
  .cope-core-navigation-top-section.has-dropdown
    .cope-core-navigation-top-section-title:after {
    top: 13px;
    right: 30px;
    font-size: 25px;
  }
  html .cope-core-navigation-global .cope-core-navigation-global-content {
    display: block;
  }
  .cope-core-navigation-top-section.has-dropdown
    .cope-core-navigation-top-section-title-wrapper:after {
    right: 20px;
  }
  .cope-core-navigation-top-section,
  ul.cope-core-navigation-top-section-links li {
    border-bottom: 1px solid var(--navy-blue);
  }
  ul.cope-core-navigation-top-section-links:not(.active) {
    display: none;
  }
  .text-center-mobile,
  .text-center-mobile p {
    text-align: center !important;
  }
  .text-align-left-mobile,
  .text-align-left-mobile p {
    text-align: left !important;
  }
  .text-align-right-mobile,
  .text-align-right-mobile p {
    text-align: right !important;
  }
}
.img-100vw img {
  width: 100vw !important;
}
@media screen and (min-width: 768px) {
  .columns-md-fit-content .cope-core-column {
    flex-basis: content !important;
  }
  .hide-tablet-up {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
}
.goto-anchor-section.cope-core-section p {
  text-decoration: underline;
  line-height: 1.5;
}
.cope-core-footer-footnotes .cope-core-text p:last-child {
  white-space: pre-wrap;
}
.cope-core-sidecallout {
  top: unset;
  bottom: calc(52px + var(--isi-height-default));
}
.cope-core-sidecallout .cope-core-sidecallout-wrapper:nth-child(1) {
  display: none;
}
.cope-core-sidecallout .cope-core-sidecallout-wrapper-mobile:nth-child(4) {
  display: none;
}
.cope-core-sidecallout .cope-core-sidecallout-wrapper a {
  padding-left: 7px !important;
}
@media screen and (max-width: 767px) {
  body
    > div.root-container
    > div
    > div
    > div.sidecallout.aem-GridColumn.aem-GridColumn--default--12
    > div
    > div.cope-core-sidecallout-wrapper-mobile.callouttab-supportprogram.callouttab.custom-style-1 {
    display: none;
  }
}
section.dark-bg .link-white p a {
  color: #fff !important;
}