/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs 
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: $yuvezzi-black;
 * $body-color: $gray-100;
 */
.block--ep-yuvezzi-richtextblock-dtc .rich-text-section {
  padding: 45px 0 !important;
}
@media only screen and (max-width: 991.98px) {
  .block--ep-yuvezzi-richtextblock-dtc .rich-text-section {
    padding: 34px 0 37px !important;
  }
  .block--ep-yuvezzi-richtextblock-dtc .rich-text-section__content {
    padding-right: 0;
  }
}

.rich-text-section {
  position: relative;
  padding: 48px 0px;
}
.rich-text-section .actor-portrayals {
  position: absolute;
  top: 0;
  right: 140px;
  display: inline;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #2F415B;
  text-align: right;
}
@media (max-width: 768px) {
  .rich-text-section .actor-portrayals {
    right: 16px;
    font-size: 18px;
    top: -24px;
    display: block;
    margin: 0;
    position: relative;
  }
}
.rich-text-section__content {
  font-family: "Figtree", sans-serif;
}
.rich-text-section__content .ecp-rte {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
@media only screen and (max-width: 991.98px) {
  .rich-text-section__content .ecp-rte {
    padding: 0 !important;
  }
  .rich-text-section__content .ecp-rte .yuvezzi-text__heading1 {
    padding-bottom: 27px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .rich-text-section__content .ecp-rte {
    padding-right: 0;
    padding-bottom: 0 !important;
    padding-left: 0;
  }
}
.rich-text-section__content .rte-dtc {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.rich-text-section__content .rte-dtc .yuvezzi-text__subtitle {
  font-size: 36px !important;
  color: #2F415B !important;
}
.rich-text-section__content .rte-dtc .yuvezzi-text__paragraph {
  font-size: 22px !important;
}
@media (max-width: 768px) {
  .rich-text-section__content .rte-dtc {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .rich-text-section__content .rte-dtc .yuvezzi-text__heading1 {
    padding-bottom: 0 !important;
    margin-bottom: 1.2rem !important;
  }
  .rich-text-section__content .rte-dtc .yuvezzi-text__subtitle {
    padding-bottom: 0 !important;
    margin-bottom: 1.2rem !important;
    font-size: 21px !important;
    line-height: 140%;
  }
  .rich-text-section__content .rte-dtc .yuvezzi-text__paragraph {
    font-size: 18px !important;
    line-height: 120%;
  }
}
.rich-text-section__content p {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 100%;
  color: #000;
}
@media (max-width: 768px) {
  .rich-text-section__content p {
    font-size: 18px;
  }
}
.rich-text-section__content p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.rich-text-section__content a {
  color: #2F415B;
  text-decoration: underline;
}
.rich-text-section__content a:hover {
  color: #b83d9e;
}
.rich-text-section__content blockquote {
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #2F415B;
  border-left: 4px solid #6cbf5c;
}
.rich-text-section__content h2 {
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 900;
  line-height: 125%;
  color: #2F415B;
}
@media (max-width: 768px) {
  .rich-text-section__content h2 {
    font-size: 21px;
    line-height: 140%;
  }
}
@media only screen and (max-width: 991.98px) {
  .rich-text-section__content .error-page {
    padding: 24px 0;
  }
}
.rich-text-section__content .error-page__title {
  padding-bottom: 40px;
  margin: 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 125%;
  color: #2F415B;
}
@media (max-width: 768px) {
  .rich-text-section__content .error-page__title {
    font-size: 28px;
    line-height: 140%;
  }
}
.rich-text-section__content .error-page__description {
  padding-bottom: 40px;
  margin: 0;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  color: #000;
}
@media (max-width: 768px) {
  .rich-text-section__content .error-page__description {
    font-size: 18px;
  }
}
.rich-text-section__content .error-page__links {
  margin: 0;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  color: #A50776;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (max-width: 768px) {
  .rich-text-section__content .error-page__links {
    font-size: 18px;
  }
}
.rich-text-section__content .error-page__links li {
  padding-bottom: 15px;
}
.rich-text-section__content .error-page__links li a {
  color: #A50776;
}
.rich-text-section__content .error-page__button {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  padding: 8px 24px;
  margin-left: 0;
  font-family: Figtree, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 160%;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background: #A50776;
  border-radius: 7px;
  transition: background 0.15s;
}
@media only screen and (max-width: 991.98px) {
  .rich-text-section__content .error-page__button {
    justify-content: center;
    width: 100%;
  }
}
.rich-text-section__content .error-page__button:hover {
  background: #830560;
}
.rich-text-section__content .error-page .error-page__button:last-child {
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 991.98px) {
  .rich-text-section__content .error-page .error-page__button:last-child {
    margin: 40px 0 0;
  }
}
.rich-text-section__content .error-page .error-page__button:first-child {
  margin: 0 !important;
}
@media (max-width: 768px) {
  .rich-text-section {
    padding: 24px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rich-text-section {
    padding: 35px 0 39px;
  }
}
.rich-text-section .footnote__parent {
  display: flex;
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}
.rich-text-section .footnote__parent p {
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}

.chart-section .yuvezzi-brio-linkout {
  margin-bottom: 0;
}
.chart-section .yuvezzi-brio-linkout a {
  color: #A50776;
}

.safety-rich-text-first {
  background-color: #eaeaec;
}
.safety-rich-text-first .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.safety-rich-text-first .container h1 {
  font-family: Figtree, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
  color: #2F415B;
}
@media (max-width: 768px) {
  .safety-rich-text-first .container h1 {
    font-size: 28px;
  }
}
.safety-rich-text-first .container .subheading {
  font-family: Figtree, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  color: #2F415B;
}
@media (max-width: 768px) {
  .safety-rich-text-first .container .subheading {
    font-size: 24px;
    line-height: 28px;
  }
}
.safety-rich-text-first .container .description {
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
@media (max-width: 768px) {
  .safety-rich-text-first .container .description {
    font-size: 18px;
  }
}
.safety-rich-text-first .container .stats {
  position: relative;
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .safety-rich-text-first .container .stats {
    flex-direction: column;
    gap: 32px;
  }
}
.safety-rich-text-first .container .stats .stat {
  position: relative;
  flex: 1;
  padding: 15px;
  text-align: center;
}
@media (max-width: 1024px) {
  .safety-rich-text-first .container .stats .stat {
    padding: 0 12px;
  }
}
.safety-rich-text-first .container .stats .stat .big-number {
  font-family: Figtree, sans-serif;
  font-size: 74.96px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  color: #2F415B;
  text-align: center;
  letter-spacing: -3.748px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .safety-rich-text-first .container .stats .stat .big-number {
    font-size: 64px;
  }
}
.safety-rich-text-first .container .stats .stat .big-number::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 32px);
  display: inline-block;
  width: 3.748px;
  height: 129.93px;
  content: "";
  background: #2F415B;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .safety-rich-text-first .container .stats .stat .big-number::after {
    top: calc(100% + 16px);
    left: 50%;
    width: 318px;
    height: 3px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.safety-rich-text-first .container .stats .stat .label {
  font-family: Figtree, sans-serif;
  font-size: 39.978px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  color: #58b947;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .safety-rich-text-first .container .stats .stat .label {
    font-size: 34px;
  }
}
.safety-rich-text-first .container .stats .stat:nth-child(3) .big-number::after {
  display: none;
}

.safety-rich-text-second {
  padding: 24px 0 0;
}
.safety-rich-text-second .rich-text-section {
  padding: 24px 0;
}
.safety-rich-text-second .rich-text-section__content .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.safety-rich-text-second .rich-text-section__content .container .adverse-events__title {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  color: #2F415B;
  text-align: center;
}
@media (max-width: 768px) {
  .safety-rich-text-second .rich-text-section__content .container .adverse-events__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.safety-rich-text-second .rich-text-section__content .container .adverse-events__table {
  margin-bottom: 0;
}
.safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper tbody tr {
  border-top: 1px solid #666;
  border-bottom: transparent;
}
.safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper tr {
  display: flex;
}
.safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper th {
  flex: 1 0 0;
  padding: 8px 8px 26px;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 135%;
  text-align: center;
}
@media (max-width: 768px) {
  .safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper th {
    font-size: 20px;
  }
}
.safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper th span {
  font-family: Figtree, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  text-align: center;
}
.safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper th.yuvezzi {
  color: #A50776;
}
.safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper th.vehicle {
  color: #000;
}
.safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper td {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #000 !important;
  text-align: left;
}
@media (max-width: 768px) {
  .safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper td {
    font-size: 18px;
  }
}
.safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper td.yuvezzi, .safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper td.vehicle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  text-align: center;
}
@media (max-width: 768px) {
  .safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper td.yuvezzi, .safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper td.vehicle {
    font-size: 18px;
  }
}
.safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper td.yuvezzi {
  background-color: #f8dff6;
}
.safety-rich-text-second .rich-text-section__content .container .adverse-events__table-wrapper td.vehicle {
  background-color: #eaecee;
}
.safety-rich-text-second .rich-text-section__content .container .disclaimer {
  display: flex;
}
.safety-rich-text-second .rich-text-section__content .container .disclaimer p {
  font-family: Figtree, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
.safety-rich-text-second .block-rich-text-block:nth-child(2) .rich-text-section__content h2 {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #2F415B;
}
@media (max-width: 768px) {
  .safety-rich-text-second .block-rich-text-block:nth-child(2) .rich-text-section__content h2 {
    font-size: 18px;
  }
}

.dosing-first-richtext .rich-text-section__content h2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .dosing-first-richtext .rich-text-section__content h2 {
    font-size: 28px;
    font-weight: 125%;
  }
}

.dosing-second-richtext .rich-text-section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dosing-second-richtext .rich-text-section__content p:nth-child(1) {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
  color: #2F415B;
}
@media (max-width: 768px) {
  .dosing-second-richtext .rich-text-section__content p:nth-child(1) {
    font-size: 28px;
  }
}
.dosing-second-richtext .rich-text-section__content p:nth-child(2) {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}
@media (max-width: 768px) {
  .dosing-second-richtext .rich-text-section__content p:nth-child(2) {
    font-size: 18px;
  }
}
.dosing-second-richtext .rich-text-section__content ul {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}
.dosing-second-richtext .rich-text-section__content ul li {
  margin-bottom: 20px;
}
.dosing-second-richtext .rich-text-section__content ul li:last-child {
  margin-bottom: 0;
}
.dosing-second-richtext .rich-text-section__content ul li::marker {
  font-size: medium;
}
@media (max-width: 768px) {
  .dosing-second-richtext .rich-text-section__content ul {
    font-size: 18px;
  }
}

.counselling-section {
  background: var(--Grey-Gradient, linear-gradient(0deg, #eaecee 0%, #fff 100%));
  margin-bottom: 48px;
}
.counselling-section .rich-text-section__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.counselling-section .rich-text-section__content h2 {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .counselling-section .rich-text-section__content h2 {
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 900;
    line-height: 125%;
  }
}
.counselling-section .rich-text-section__content h4 {
  margin-bottom: 32px;
  font-family: Figtree, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  color: #2F415B;
}
@media (max-width: 768px) {
  .counselling-section .rich-text-section__content h4 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
  }
}
.counselling-section .rich-text-section__content p {
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}
@media (max-width: 768px) {
  .counselling-section .rich-text-section__content p {
    font-size: 18px;
  }
}
.counselling-section .rich-text-section__content p:nth-child(2n+1) {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .counselling-section .rich-text-section__content p:nth-child(2n+1) {
    margin-bottom: 16px;
  }
}
.counselling-section .rich-text-section__content p:last-child {
  margin-bottom: 0;
}
.counselling-section .rich-text-section__content p:nth-child(2n) {
  margin-bottom: 0;
}
.counselling-section .rich-text-section__content p strong {
  font-weight: 700;
  color: #2F415B;
}

/* DTC Block variant */
.dtc-2-block-image-text-block {
  border-bottom: 3px solid #eaeaec;
}
@media only screen and (max-width: 991.98px) {
  .dtc-2-block-image-text-block {
    padding: 32px 0;
  }
}
@media only screen and (min-width: 992px) {
  .dtc-2-block-image-text-block .layout__region--content {
    padding: 29px 0;
  }
}
.dtc-2-block-image-text-block .layout__region--content .rich-text-section {
  padding: 0;
}
.dtc-2-block-image-text-block .layout__region--content .rich-text-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.dtc-2-block-image-text-block .layout__region--content .rich-text-section .info-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 71px;
  padding-left: 71px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-2-block-image-text-block .layout__region--content .rich-text-section .info-banner__inner {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 17.493px;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .dtc-2-block-image-text-block .layout__region--content .rich-text-section .info-banner__text {
    padding-left: 30px;
  }
}
.dtc-2-block-image-text-block .layout__region--content .rich-text-section .info-banner__text h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 130%;
  color: #2F415B;
}
@media only screen and (max-width: 991.98px) {
  .dtc-2-block-image-text-block .layout__region--content .rich-text-section .info-banner__text h2 {
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
  }
}

.dtc-presbyopia-eye-drop-image-section {
  background: var(--Grey-Gradient, linear-gradient(0deg, #eaecee 0%, #fff 100%));
}
@media (max-width: 768px) {
  .dtc-presbyopia-eye-drop-image-section {
    min-height: unset;
    padding: 32px 16px 32px 16px;
  }
}
.dtc-presbyopia-eye-drop-image-section .image-text-section {
  padding: 0;
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 48px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__wrapper {
    padding-left: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__wrapper {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__image-wrapper {
  position: relative;
  width: 100%;
  height: 483px;
}
@media (max-width: 768px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__image-wrapper {
    display: none;
  }
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__image {
  flex-shrink: 0;
  max-width: 308px;
  height: 477px;
  aspect-ratio: 43/68;
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__content {
  flex: 1;
}
@media only screen and (max-width: 991.98px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content {
    padding: 15px 0 0 0;
  }
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__heading {
  color: #2F415B;
}
@media only screen and (min-width: 992px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__heading {
    font-family: Figtree, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 125%;
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 991.98px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__heading {
    font-family: Figtree, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: 135%;
    margin-bottom: 32px;
  }
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description p {
  color: #000;
}
@media only screen and (min-width: 992px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description p {
    padding-bottom: 0;
    font-family: Figtree, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description p {
    font-family: Figtree, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-options {
  display: flex;
  flex-direction: column;
  padding-top: 23px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-options {
    padding-top: 16px;
  }
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-options .option-item {
  position: relative;
  display: flex;
  gap: var(--spacing-small, 16px);
  align-items: center;
  align-self: stretch;
}
@media only screen and (max-width: 991.98px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-options .option-item {
    display: block;
  }
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-options .option-item .option-icon {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 46.838px;
  padding: 0 0.328px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-options .option-item .option-icon {
    width: 96px;
    height: 70px;
  }
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-options .option-item p {
  margin-bottom: 0px;
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-options .option-item:last-child .option-icon {
  width: 56px;
  height: 57px;
  margin-right: 7px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-options .option-item:last-child .option-icon {
    width: 86.184px;
    height: 88.338px;
    aspect-ratio: 40/41;
  }
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-options .option-or {
  width: 192px;
  padding: 6px 0;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-options .option-or {
    text-align: left;
    padding: 20px 0;
    font-size: 18px;
  }
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-footnotes {
  padding-top: 23px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-footnotes {
    padding-top: 32px;
  }
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-footnotes p {
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}
@media only screen and (max-width: 991.98px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .presbyopia-footnotes p {
    margin-bottom: 4px;
  }
}
.dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .actor-portrayal p {
  position: absolute;
  right: 65px;
  bottom: 4px;
  font-size: 12px;
  color: #2F415B;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  .dtc-presbyopia-eye-drop-image-section .image-text-section__content .image-text-section__description .actor-portrayal p {
    display: none;
  }
}
.dtc-presbyopia-eye-drop-image-section.image-text-section-new-homepage {
  padding-top: 23px;
}
.dtc-presbyopia-eye-drop-image-section.image-text-section-new-homepage .image-text-section__image {
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
}
.dtc-presbyopia-eye-drop-image-section.image-text-section-new-homepage .image-text-section__wrapper {
  align-items: flex-end !important;
}
@media (max-width: 992px) {
  .dtc-presbyopia-eye-drop-image-section.image-text-section-new-homepage .image-text-section__wrapper {
    align-items: center !important;
  }
}
.dtc-presbyopia-eye-drop-image-section.image-text-section-new-homepage .presbyopia-footnotes {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .dtc-presbyopia-eye-drop-image-section.image-text-section-new-homepage .presbyopia-footnotes {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .dtc-once-a-day-image-section {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.dtc-once-a-day-image-section .image-text-section {
  padding-top: 0px;
}
.dtc-once-a-day-image-section .image-text-section__wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 768px) {
  .dtc-once-a-day-image-section .image-text-section__wrapper {
    flex-direction: row;
    display: flex;
    padding-top: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .dtc-once-a-day-image-section .image-text-section__wrapper .col-lg-4 {
    width: 20%;
    max-width: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .dtc-once-a-day-image-section .image-text-section__wrapper .col-lg-4 {
    width: 20%;
  }
}
@media screen and (min-width: 1100px) {
  .dtc-once-a-day-image-section .image-text-section__wrapper .col-lg-4 {
    width: 15%;
    max-width: 80px;
  }
}
@media screen and (min-width: 475px) and (max-width: 767px) {
  .dtc-once-a-day-image-section .image-text-section__wrapper .col-lg-4 {
    width: 15%;
  }
  .dtc-once-a-day-image-section .image-text-section__wrapper .image-text-section__content {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .dtc-once-a-day-image-section .image-text-section__wrapper .col-lg-4 {
    width: 11%;
  }
  .dtc-once-a-day-image-section .image-text-section__wrapper .image-text-section__content {
    width: 80%;
  }
}
.dtc-once-a-day-image-section .image-text-section__image-wrapper {
  left: unset;
  flex-shrink: 0;
  width: 64px;
  height: 80px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-once-a-day-image-section .image-text-section__image-wrapper {
    display: block;
  }
}
.dtc-once-a-day-image-section .image-text-section__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 60px;
  height: 80px;
}
@media (max-width: 768px) {
  .dtc-once-a-day-image-section .image-text-section__image {
    height: 80px;
    width: 65px;
  }
}
.dtc-once-a-day-image-section .image-text-section__content {
  width: 80%;
  max-width: 1140px;
  padding: 0;
}
@media only screen and (max-width: 991.98px) {
  .dtc-once-a-day-image-section .image-text-section__content {
    width: 80%;
    padding-right: 12px;
    padding-left: 10px;
  }
}
.dtc-once-a-day-image-section .image-text-section__heading {
  margin-bottom: 0;
  margin-left: 0px;
  font-family: Figtree, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 125%;
  color: #2F415B;
}
@media (max-width: 991px) {
  .dtc-once-a-day-image-section .image-text-section__heading {
    font-size: 21px;
    padding-left: 10px;
  }
}
.dtc-once-a-day-image-section .image-text-section__heading p {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #2F415B;
}
@media (max-width: 991px) {
  .dtc-once-a-day-image-section .image-text-section__heading p {
    font-size: 21px;
    line-height: 135%;
  }
}
.dtc-once-a-day-image-section .image-text-section__description p {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}
@media (max-width: 768px) {
  .dtc-once-a-day-image-section .image-text-section__description p {
    font-size: 18px;
  }
}
.dtc-once-a-day-image-section .rich-text-section {
  padding: 0;
  padding-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-once-a-day-image-section .rich-text-section {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .dtc-once-a-day-image-section .rich-text-section .rich-text-section__content {
    padding-bottom: 32px;
    padding-top: 35px;
  }
}
.dtc-once-a-day-image-section .rich-text-section .rich-text-section__content h2 {
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
}
@media only screen and (min-width: 992px) {
  .dtc-once-a-day-image-section .rich-text-section .rich-text-section__content h2 {
    font-size: 28px;
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 991.98px) {
  .dtc-once-a-day-image-section .rich-text-section .rich-text-section__content h2 {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 135%;
  }
}
.dtc-once-a-day-image-section .rich-text-section .rich-text-section__content p {
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.dtc-once-a-day-image-section .rich-text-section .rich-text-section__content p a {
  color: #a50776;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
@media only screen and (min-width: 992px) {
  .dtc-once-a-day-image-section .rich-text-section .rich-text-section__content p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .dtc-once-a-day-image-section .rich-text-section .rich-text-section__content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .dtc-once-a-day-image-section .container {
    padding-left: 12px;
  }
}

.image-text-section--expectation {
  font-family: "Figtree", sans-serif;
}
.image-text-section--expectation .rich-text-section {
  padding-top: 0px;
  padding-bottom: 0;
}
.image-text-section--expectation .rich-text-section .rich-text-section__content {
  padding: 0 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1399.98px) {
  .image-text-section--expectation .rich-text-section .rich-text-section__content {
    padding: 0px;
  }
}
.image-text-section--expectation .rich-text-section .rich-text-section__content h1 {
  color: #2F415B;
  font-size: 32px;
  font-style: normal;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
}
.image-text-section--expectation .rich-text-section .rich-text-section__content p {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .image-text-section--expectation {
    padding-top: 0px;
  }
  .image-text-section--expectation .rich-text-section .container {
    padding: 0px;
  }
  .image-text-section--expectation .rich-text-section .rich-text-section__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
    padding: 0 16px;
    font-family: "Figtree", sans-serif;
  }
  .image-text-section--expectation .rich-text-section .rich-text-section__content h1 {
    color: #2F415B;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: 125%;
    margin-bottom: 0px;
  }
  .image-text-section--expectation .rich-text-section .rich-text-section__content p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0px;
  }
}

.image-text-section--time {
  font-family: "Figtree", sans-serif;
}
.image-text-section--time .rich-text-section {
  background-color: #fff;
  padding: 20px 0px;
}
.image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration {
  position: relative;
}
.image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .content h1 {
  font-size: 32px;
}
.image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .content h1 strong {
  font-size: 32px;
  color: #2F415B;
  font-weight: 900;
}
.image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .content h2 {
  font-size: 28px;
}
.image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .content h2 strong {
  font-size: 28px;
  color: #2F415B;
  font-weight: 900;
}
.image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .content .highlight {
  font-size: 28px;
  color: #2F415B;
}
.image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .content .description {
  font-size: 22px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 0px;
}
.image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .content .footnote {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}
.image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .actor-portrayal {
  position: absolute;
  top: -7%;
  right: 5%;
}
@media only screen and (min-width: 1280px) and (max-width: 1360px) {
  .image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .actor-portrayal {
    top: -8%;
    right: 7%;
  }
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
  .image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .actor-portrayal {
    right: 9%;
    top: -6%;
  }
}
.image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .actor-portrayal p {
  color: #2F415B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.image-text-section--time .rich-text-section .rich-text-section__content .container {
  display: flex;
}
.image-text-section--time .rich-text-section .rich-text-section__content .image {
  display: flex;
  flex-basis: 200px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .image-text-section--time .rich-text-section .container {
    padding: 0px;
  }
  .image-text-section--time .rich-text-section .rich-text-section__content {
    padding: 0 16px;
  }
  .image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .content h1 strong {
    font-size: 21px;
  }
  .image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .content h2 {
    padding-bottom: min(186px, 50%);
    margin-bottom: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
  }
  .image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .content h2 strong {
    font-size: 18px;
    font-weight: 900;
  }
  .image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .content .description {
    font-size: 18px;
  }
  .image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .content .footnote {
    font-size: 15px;
  }
  .image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .image {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 161px;
    height: 161px;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image-text-section--time .rich-text-section .rich-text-section__content .yuvezzi-duration .actor-portrayal {
    display: none;
  }
}

.image-text-section--howitworks .rich-text-section {
  background-color: #fff;
}
.image-text-section--howitworks .rich-text-section .rich-text-section__content {
  font-size: 22px;
  color: #2F415B;
  padding: 0 16px;
}
.image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container .section-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 135%;
  margin-top: 20px;
}
.image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container .section-intro {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container .work-item .work-text p {
  display: flex;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 150%;
}
.image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container .work-item .work-text p strong {
  font-weight: 700;
}
.image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container .work-item .work-text p span.number {
  font-weight: 700;
  padding-right: 6px;
}
@media only screen and (max-width: 991.98px) {
  .image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container .work-item .work-text p span.number {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container .work-item .work-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.image-text-section--howitworks .rich-text-section .rich-text-section__content .yuvezzi-works strong {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .image-text-section--howitworks .rich-text-section .container {
    padding: 0px;
  }
  .image-text-section--howitworks .rich-text-section .rich-text-section__content {
    font-size: 15px;
  }
  .image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container {
    padding: 0;
  }
  .image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container .section-title {
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: 135%;
    margin-bottom: 0px;
  }
  .image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container .section-intro {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container .work-item .work-text p {
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container .work-item .work-text p strong {
    font-weight: 700;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 991.98px) {
  .image-text-section--howitworks .rich-text-section .rich-text-section__content .how-work .container .work-item .work-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .image-text-section--howitworks .rich-text-section .rich-text-section__content .yuvezzi-works strong {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
}
.image-text-section--howitworks .rich-text-section:last-child {
  padding-top: 0;
  padding-bottom: 20px;
}

.dtc-terms-and-conditions-content .rich-text-section {
  padding: 0px;
  font-family: "Figtree", sans-serif;
}
@media only screen and (max-width: 991.98px) {
  .dtc-terms-and-conditions-content .rich-text-section .rich-text-section__content {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.dtc-terms-and-conditions-content .rich-text-section .rich-text-section__content ol {
  margin-bottom: 0px;
  padding-top: 24px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-terms-and-conditions-content .rich-text-section .rich-text-section__content ol {
    padding-left: 16px;
  }
}
.dtc-terms-and-conditions-content .rich-text-section .rich-text-section__content ol li {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-terms-and-conditions-content .rich-text-section .rich-text-section__content ol li {
    font-size: 18px;
    padding-bottom: 24px;
    line-height: 140%;
  }
}
.dtc-terms-and-conditions-content .rich-text-section .rich-text-section__content ol li a {
  color: #A50776;
}
.dtc-terms-and-conditions-content .rich-text-section .rich-text-section__content ol li:last-child {
  padding-bottom: 16px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-terms-and-conditions-content .rich-text-section .rich-text-section__content ol li:last-child {
    padding-bottom: 0px;
  }
}

.dtc-safety-page-warning .rich-text-section {
  background: var(--White, #fff);
}
.dtc-safety-page-warning .rich-text-section a {
  color: #b83d9e;
}
.dtc-safety-page-warning .rich-text-section a:hover {
  color: #2F415B;
}

.dtc-safety-page-study {
  background-color: #fff;
  font-family: "Figtree", sans-serif;
}
.dtc-safety-page-study .rich-text-section {
  padding-top: 32px;
  padding-bottom: 20px;
  background: var(--Grey-Gradient, linear-gradient(0deg, #eaecee 0%, #fff 100%));
}
.dtc-safety-page-study .rich-text-section .container {
  padding: 0px;
}
.dtc-safety-page-study .rich-text-section__content {
  padding: 0 14px;
}
.dtc-safety-page-study .rich-text-section__content .study-title {
  margin-bottom: 24px;
  font-size: 28px;
}
.dtc-safety-page-study .rich-text-section__content .study-subtitle {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
}
.dtc-safety-page-study .rich-text-section__content ul li {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.dtc-safety-page-study .rich-text-section__content .icon-row {
  max-width: 100%;
  margin-bottom: 24px;
}
.dtc-safety-page-study .rich-text-section__content .icon-row img {
  max-width: 100%;
  height: 68px;
  width: 360px;
}
.dtc-safety-page-study .rich-text-section__content .study-footer {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .dtc-safety-page-study {
    padding-bottom: 0px;
  }
  .dtc-safety-page-study .rich-text-section {
    padding-bottom: 30px;
  }
  .dtc-safety-page-study .rich-text-section__content {
    padding: 0 16px;
  }
  .dtc-safety-page-study .rich-text-section__content .study-title {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .dtc-safety-page-study .rich-text-section__content .study-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 140%;
  }
  .dtc-safety-page-study .rich-text-section__content ul {
    margin-bottom: 20px;
  }
  .dtc-safety-page-study .rich-text-section__content ul:last-of-type {
    margin-bottom: 40px;
  }
  .dtc-safety-page-study .rich-text-section__content ul li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    color: #000;
  }
  .dtc-safety-page-study .rich-text-section__content .icon-row img {
    height: auto;
    width: auto;
    margin-left: 5px;
  }
  .dtc-safety-page-study .rich-text-section__content .icon-row {
    margin-bottom: 20px;
  }
  .dtc-safety-page-study .rich-text-section__content .study-footer {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  }
}

.dtc-safety-page-warning {
  background: #fff;
  font-family: "Figtree", sans-serif;
}
.dtc-safety-page-warning .rich-text-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.dtc-safety-page-warning .rich-text-section .container {
  padding: 0px;
}
.dtc-safety-page-warning .rich-text-section__content {
  padding: 0 14px;
}
.dtc-safety-page-warning .rich-text-section__content h2 {
  margin-bottom: 24px;
  font-size: 28px;
}
.dtc-safety-page-warning .rich-text-section__content ul li {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 991.98px) {
  .dtc-safety-page-warning .rich-text-section__content {
    padding: 0 16px;
  }
  .dtc-safety-page-warning .rich-text-section__content h2 {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .dtc-safety-page-warning .rich-text-section__content ul li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    color: #000;
  }
}

.dtc-safety-page-usages {
  background-color: #fff;
  font-family: "Figtree", sans-serif;
  padding-top: 40px;
}
.dtc-safety-page-usages .rich-text-section {
  padding: 32px;
}
.dtc-safety-page-usages .rich-text-section .container {
  padding: 0px;
}
.dtc-safety-page-usages .rich-text-section .container .col-12 {
  padding: 0;
}
.dtc-safety-page-usages .rich-text-section__content {
  padding: 0 14px;
}
.dtc-safety-page-usages .rich-text-section__content .section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.dtc-safety-page-usages .rich-text-section__content .section .header {
  display: flex;
  gap: 20px;
}
.dtc-safety-page-usages .rich-text-section__content .section .header h2 {
  margin: auto 0;
  font-size: 28px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-safety-page-usages .rich-text-section__content .section .header h2 {
    margin: initial;
  }
}
.dtc-safety-page-usages .rich-text-section__content .section .header img {
  width: 60px;
  height: 70px;
}
.dtc-safety-page-usages .rich-text-section__content .section .description {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 991.98px) {
  .dtc-safety-page-usages .rich-text-section {
    padding: 24px;
  }
  .dtc-safety-page-usages .rich-text-section__content {
    padding: 0;
  }
  .dtc-safety-page-usages .rich-text-section__content .section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }
  .dtc-safety-page-usages .rich-text-section__content .section .header {
    display: flex;
    gap: 20px;
  }
  .dtc-safety-page-usages .rich-text-section__content .section .header h2 {
    font-size: 18px;
  }
  .dtc-safety-page-usages .rich-text-section__content .section .header img {
    width: 60px;
    height: 70px;
  }
  .dtc-safety-page-usages .rich-text-section__content .section .description {
    font-size: 18px;
  }
}

.dtc-start-use-page-questions {
  font-family: "Figtree", sans-serif;
}
.dtc-start-use-page-questions .rich-text-section {
  padding: 32px 0px;
}
.dtc-start-use-page-questions .rich-text-section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 16px;
}
.dtc-start-use-page-questions .rich-text-section__content .dtc-question-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dtc-start-use-page-questions .rich-text-section__content .dtc-question-list .question-three ul {
  padding-top: 0px;
}
@media only screen and (min-width: 992px) {
  .dtc-start-use-page-questions .rich-text-section__content .dtc-question-list .question-two p:first-of-type {
    padding-bottom: 16px !important;
  }
}
.dtc-start-use-page-questions .rich-text-section__content h2 {
  font-size: 28px;
  line-height: 130%;
  font-weight: 900;
  margin-bottom: 32px;
  padding-top: 16px;
}
.dtc-start-use-page-questions .rich-text-section__content h2:first-of-type {
  padding-top: 0px;
}
.dtc-start-use-page-questions .rich-text-section__content p {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0px;
  padding-bottom: 16px;
}
.dtc-start-use-page-questions .rich-text-section__content p:first-of-type {
  padding-bottom: 0px;
}
.dtc-start-use-page-questions .rich-text-section__content ul {
  margin-bottom: 0px;
  padding-bottom: 16px;
  padding-top: 32px;
}
.dtc-start-use-page-questions .rich-text-section__content ul li {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.dtc-start-use-page-questions .rich-text-section__content ul li::marker {
  font-size: medium;
}
.dtc-start-use-page-questions .rich-text-section__content ul li:first-of-type {
  padding-bottom: 16px;
}
.dtc-start-use-page-questions .rich-text-section__content .section {
  display: flex;
  flex-direction: column;
  font-size: 24px;
}
.dtc-start-use-page-questions .rich-text-section__content .section h2 {
  font-size: 28px;
  line-height: 135%;
  color: #2F415B;
  margin-bottom: 32px;
  padding-top: 16px;
}
.dtc-start-use-page-questions .rich-text-section__content .section .option {
  display: flex;
  gap: 16px;
  align-items: center;
}
.dtc-start-use-page-questions .rich-text-section__content .section .option p {
  font-size: 22px;
}
.dtc-start-use-page-questions .rich-text-section__content .section .option img {
  width: 65px;
  height: 57px;
}
.dtc-start-use-page-questions .rich-text-section__content .section .or + .option img {
  width: 56px;
  height: 57px;
}
.dtc-start-use-page-questions .rich-text-section__content .section .or + .option {
  margin-bottom: 30px;
}
.dtc-start-use-page-questions .rich-text-section__content .section .or + .option p {
  margin-left: 10px;
}
.dtc-start-use-page-questions .rich-text-section__content .section .or {
  margin-left: 84px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.dtc-start-use-page-questions .rich-text-section__content .description {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
  margin-bottom: 28px;
}
.dtc-start-use-page-questions .rich-text-section__content .footnote {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}
@media only screen and (max-width: 991.98px) {
  .dtc-start-use-page-questions .container {
    padding: 0 16px;
  }
  .dtc-start-use-page-questions .rich-text-section {
    padding: 16px 0px;
  }
  .dtc-start-use-page-questions .rich-text-section__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-bottom: 0px;
  }
  .dtc-start-use-page-questions .rich-text-section__content .dtc-question-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .dtc-start-use-page-questions .rich-text-section__content h2 {
    font-size: 18px;
    font-weight: 900;
    color: #2F415B;
    line-height: 140%;
    padding-top: 16px;
    margin-bottom: 32px;
  }
  .dtc-start-use-page-questions .rich-text-section__content h2:first-of-type {
    padding-top: 0px;
  }
  .dtc-start-use-page-questions .rich-text-section__content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0px;
    padding-bottom: 12px;
  }
  .dtc-start-use-page-questions .rich-text-section__content p:first-of-type {
    padding-bottom: 0px;
  }
  .dtc-start-use-page-questions .rich-text-section__content ul {
    margin-bottom: 0px;
    padding-bottom: 16px;
  }
  .dtc-start-use-page-questions .rich-text-section__content ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
  .dtc-start-use-page-questions .rich-text-section__content ul li:first-of-type {
    padding-bottom: 12px;
  }
  .dtc-start-use-page-questions .rich-text-section__content .section {
    display: flex;
    flex-direction: column;
    font-size: 18px;
  }
  .dtc-start-use-page-questions .rich-text-section__content .section h2 {
    font-size: 18px;
    line-height: 135%;
    color: #2F415B;
    line-height: 140%;
    margin-bottom: 32px;
    padding-top: 16px;
  }
  .dtc-start-use-page-questions .rich-text-section__content .section .option {
    display: flex;
    gap: 0px;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .dtc-start-use-page-questions .rich-text-section__content .section .option p {
    font-size: 18px;
  }
  .dtc-start-use-page-questions .rich-text-section__content .section .option img {
    width: 97px;
    height: 85px;
    margin-bottom: -6px;
  }
  .dtc-start-use-page-questions .rich-text-section__content .section .or + .option {
    margin-bottom: 10px;
  }
  .dtc-start-use-page-questions .rich-text-section__content .section .or + .option p {
    margin-left: 0px;
  }
  .dtc-start-use-page-questions .rich-text-section__content .section .or + .option img {
    width: 86px;
    height: 88px;
    margin-bottom: -6px;
  }
  .dtc-start-use-page-questions .rich-text-section__content .section .or {
    margin-left: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
  }
  .dtc-start-use-page-questions .rich-text-section__content .description {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 32px;
  }
  .dtc-start-use-page-questions .rich-text-section__content .footnote {
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
  }
}

.dtc-start-use-page-video {
  font-family: "Figtree", sans-serif;
}
.dtc-start-use-page-video .rich-text-section__content h2 {
  font-size: 28px;
  line-height: 135%;
  color: #2F415B;
}
@media only screen and (max-width: 991.98px) {
  .dtc-start-use-page-video .rich-text-section {
    padding: 0px;
    padding-top: 20px;
  }
  .dtc-start-use-page-video .container {
    padding: 0 16px;
  }
  .dtc-start-use-page-video .rich-text-section__content h2 {
    font-size: 18px;
    line-height: 135%;
    color: #2F415B;
  }
}

.dtc-error-pages {
  padding-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-error-pages {
    padding-bottom: 40px;
  }
}
.dtc-error-pages .rich-text-section {
  padding: 0px;
}
.dtc-error-pages .rich-text-section .container {
  padding: 0 12px;
}
.dtc-error-pages .rich-text-section .rich-text-section__content p {
  font-family: "Figtree", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 0px 0px 40px 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-error-pages .rich-text-section .rich-text-section__content p {
    font-size: 18px;
  }
}
.dtc-error-pages .rich-text-section .rich-text-section__content .buttons {
  gap: 40px;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .dtc-error-pages .rich-text-section .rich-text-section__content .buttons {
    display: block;
  }
}
.dtc-error-pages .rich-text-section .rich-text-section__content .buttons .btn-updates {
  text-decoration: none;
  font-size: 22px;
  line-height: 145%;
}
.dtc-error-pages .rich-text-section .rich-text-section__content .buttons .btn-updates:active {
  background-color: #830560;
  color: #fff;
  visibility: visible;
}
@media only screen and (max-width: 991.98px) {
  .dtc-error-pages .rich-text-section .rich-text-section__content .buttons .btn-updates {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
  }
}

.dtc-2-actor-portrayal.portrayal-top .rich-text-section .rich-text-section__content {
  top: -43px;
}
@media (min-width: 1400px) {
  .dtc-2-actor-portrayal.portrayal-top .rich-text-section .rich-text-section__content {
    top: 0px;
  }
}
@media (max-width: 1024px) {
  .dtc-2-actor-portrayal.portrayal-top .rich-text-section .rich-text-section__content {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .dtc-2-actor-portrayal.portrayal-bottom {
    display: none;
  }
}
.dtc-2-actor-portrayal .rich-text-section {
  padding: 0px;
}
.dtc-2-actor-portrayal .rich-text-section .container {
  position: relative;
}
.dtc-2-actor-portrayal .rich-text-section .rich-text-section__content {
  position: absolute;
  right: 0;
}
@media (max-width: 1024px) {
  .dtc-2-actor-portrayal .rich-text-section .rich-text-section__content {
    right: 12px;
  }
}
.dtc-2-actor-portrayal .rich-text-section .rich-text-section__content .actor-portrayal p {
  color: #2F415B;
  text-align: right;
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.dtc-patient-review-page-video .rich-text-section {
  padding: 0px;
}
.dtc-patient-review-page-video .rich-text-section .container {
  padding: revert;
}
@media only screen and (max-width: 991.98px) {
  .dtc-patient-review-page-video .rich-text-section .container {
    padding: 0 16px;
  }
}

@media (min-width: 1400px) {
  .dtc-2-thankyou.dtc-new-thankyou .hero-banner .container .hero-banner__text {
    max-width: 1184px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .dtc-2-thankyou.dtc-new-thankyou.dtc-mailing-thankyou .rich-text-section .container .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.dtc-2-thankyou.dtc-new-thankyou.dtc-mailing-thankyou .rich-text-section .container .row {
  margin-left: 0 !important;
}
@media (min-width: 1400px) {
  .dtc-2-thankyou.dtc-new-thankyou.dtc-mailing-thankyou .hero-banner .container .hero-banner__text {
    max-width: 1160px !important;
  }
}
.dtc-2-thankyou .rich-text-section {
  padding: 0px 0px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-2-thankyou .rich-text-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.dtc-2-thankyou .rich-text-section .container .rich-text-section__content h2 {
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991.98px) {
  .dtc-2-thankyou .rich-text-section .container .rich-text-section__content h2 {
    font-size: 21px;
  }
}
.dtc-2-thankyou .rich-text-section .container .rich-text-section__content p {
  font-family: Figtree;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}
@media only screen and (max-width: 991.98px) {
  .dtc-2-thankyou .rich-text-section .container .rich-text-section__content p {
    font-size: 18px;
    line-height: 140%;
  }
}

.dtc-new-thankyou .rich-text-section {
  padding: 0px 0px 48px 0;
}
@media only screen and (max-width: 991.98px) {
  .dtc-new-thankyou .rich-text-section {
    padding: 0px 0px 24px 0;
  }
}

.not-started-yuvezzi-banner {
  padding: 0 0 48px 0;
}
@media only screen and (max-width: 991.98px) {
  .not-started-yuvezzi-banner {
    padding: 0 0 24px 0;
  }
}

.stay-informed-page .rich-text-section {
  padding: 0 0 48px 0px;
}
@media only screen and (max-width: 991.98px) {
  .stay-informed-page .rich-text-section {
    padding: 0 0 24px 0px;
  }
}
.stay-informed-page .rich-text-section p {
  font-size: 22px;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .stay-informed-page .rich-text-section p {
    font-size: 18px;
    line-height: 140%;
  }
}
.stay-informed-page .rich-text-section p a {
  color: #a50776;
}

.dtc-results-callout {
  border-top: 2px solid var(--YUVEZZI-Charcoal-Tint, #eaeaec);
  border-bottom: 3px solid var(--YUVEZZI-Charcoal-Tint, #eaeaec);
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  padding: 32px;
  margin-bottom: 40px;
}
.dtc-results-callout .rich-text-section {
  padding: 0;
}
.dtc-results-callout .rich-text-section .info-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 90%;
  padding: 0 3%;
}
@media only screen and (max-width: 991.98px) {
  .dtc-results-callout .rich-text-section .info-banner__inner {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }
}
.dtc-results-callout .rich-text-section .info-banner__inner h2 {
  color: var(--YUVEZZI-Charcoal, #2F415B);
  /* Desktop/h2 */
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 36.4px */
}
@media only screen and (max-width: 991.98px) {
  .dtc-results-callout .rich-text-section .info-banner__inner h2 {
    color: var(--YUVEZZI-Charcoal, #2F415B);
    text-align: center;
    /* Mobile/H2 */
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    /* 25.2px */
  }
}

.dtc-how-to-use-callout,
.dtc-how-to-get-callout {
  border-top: 2px solid var(--YUVEZZI-Charcoal-Tint, #eaeaec);
  border-bottom: 3px solid var(--YUVEZZI-Charcoal-Tint, #eaeaec);
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  padding: 32px;
  margin-bottom: 40px;
}
.dtc-how-to-use-callout .rich-text-section,
.dtc-how-to-get-callout .rich-text-section {
  padding: 0;
}
.dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-use,
.dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-get,
.dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-use,
.dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-get {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-use,
  .dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-get,
  .dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-use,
  .dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-get {
    width: 85%;
  }
}
.dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-use,
.dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-get,
.dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-use,
.dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-get {
  padding: 0 3%;
}
@media only screen and (max-width: 991.98px) {
  .dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-use,
  .dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-get,
  .dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-use,
  .dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-get {
    flex-direction: column;
    text-align: center;
    gap: 18px;
    width: 100%;
  }
}
.dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-use h2,
.dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-get h2,
.dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-use h2,
.dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-get h2 {
  color: var(--YUVEZZI-Charcoal, #2F415B);
  /* Desktop/h2 */
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 36.4px */
}
@media only screen and (max-width: 991.98px) {
  .dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-use h2,
  .dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-get h2,
  .dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-use h2,
  .dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-get h2 {
    color: var(--YUVEZZI-Charcoal, #2F415B);
    text-align: center;
    /* Mobile/H2 */
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    /* 25.2px */
  }
}
.dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-use h2 .color-magenta,
.dtc-how-to-use-callout .rich-text-section .dtc-callout-how-to-get h2 .color-magenta,
.dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-use h2 .color-magenta,
.dtc-how-to-get-callout .rich-text-section .dtc-callout-how-to-get h2 .color-magenta {
  color: #FF12BC;
}

.dtc-how-to-get-callout {
  margin-bottom: 0px;
}

.address-thank-you {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .address-thank-you {
    margin-bottom: 0px;
  }
}

.about-presbyopia-section-1 .row,
.about-presbyopia-section-2 .row,
.about-presbyopia-section-3 .row,
.about-presbyopia-section-4 .row,
.about-presbyopia-section-5 .row,
.about-presbyopia-section-6 .row {
  --bs-gutter-x: 0 !important;
}
.about-presbyopia-section-1 .yuvezzi-row,
.about-presbyopia-section-2 .yuvezzi-row,
.about-presbyopia-section-3 .yuvezzi-row,
.about-presbyopia-section-4 .yuvezzi-row,
.about-presbyopia-section-5 .yuvezzi-row,
.about-presbyopia-section-6 .yuvezzi-row {
  gap: 40px !important;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .yuvezzi-row,
  .about-presbyopia-section-2 .yuvezzi-row,
  .about-presbyopia-section-3 .yuvezzi-row,
  .about-presbyopia-section-4 .yuvezzi-row,
  .about-presbyopia-section-5 .yuvezzi-row,
  .about-presbyopia-section-6 .yuvezzi-row {
    gap: 32px !important;
    padding: 0px !important;
  }
}
.about-presbyopia-section-1 .rich-text-section,
.about-presbyopia-section-2 .rich-text-section,
.about-presbyopia-section-3 .rich-text-section,
.about-presbyopia-section-4 .rich-text-section,
.about-presbyopia-section-5 .rich-text-section,
.about-presbyopia-section-6 .rich-text-section {
  padding: 40px 0px;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .rich-text-section,
  .about-presbyopia-section-2 .rich-text-section,
  .about-presbyopia-section-3 .rich-text-section,
  .about-presbyopia-section-4 .rich-text-section,
  .about-presbyopia-section-5 .rich-text-section,
  .about-presbyopia-section-6 .rich-text-section {
    padding: 24px 0px;
  }
}
.about-presbyopia-section-1 .image-text-section__heading,
.about-presbyopia-section-2 .image-text-section__heading,
.about-presbyopia-section-3 .image-text-section__heading,
.about-presbyopia-section-4 .image-text-section__heading,
.about-presbyopia-section-5 .image-text-section__heading,
.about-presbyopia-section-6 .image-text-section__heading {
  margin-bottom: 0px;
}
.about-presbyopia-section-1 h2,
.about-presbyopia-section-2 h2,
.about-presbyopia-section-3 h2,
.about-presbyopia-section-4 h2,
.about-presbyopia-section-5 h2,
.about-presbyopia-section-6 h2 {
  color: var(--YUVEZZI-Charcoal, #2F415B);
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%; /* 40px */
  padding-bottom: 16px;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 h2,
  .about-presbyopia-section-2 h2,
  .about-presbyopia-section-3 h2,
  .about-presbyopia-section-4 h2,
  .about-presbyopia-section-5 h2,
  .about-presbyopia-section-6 h2 {
    font-size: 18px;
    line-height: 140%; /* 28.35px */
  }
}
.about-presbyopia-section-1 h2 a,
.about-presbyopia-section-2 h2 a,
.about-presbyopia-section-3 h2 a,
.about-presbyopia-section-4 h2 a,
.about-presbyopia-section-5 h2 a,
.about-presbyopia-section-6 h2 a {
  color: var(--YUVEZZI-Fuchsia, #A50776);
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.about-presbyopia-section-1 p,
.about-presbyopia-section-1 li,
.about-presbyopia-section-2 p,
.about-presbyopia-section-2 li,
.about-presbyopia-section-3 p,
.about-presbyopia-section-3 li,
.about-presbyopia-section-4 p,
.about-presbyopia-section-4 li,
.about-presbyopia-section-5 p,
.about-presbyopia-section-5 li,
.about-presbyopia-section-6 p,
.about-presbyopia-section-6 li {
  color: var(--Black, #000);
  /* Desktop/Body */
  font-family: Figtree;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
  margin: 0;
  padding-bottom: 16px;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 p,
  .about-presbyopia-section-1 li,
  .about-presbyopia-section-2 p,
  .about-presbyopia-section-2 li,
  .about-presbyopia-section-3 p,
  .about-presbyopia-section-3 li,
  .about-presbyopia-section-4 p,
  .about-presbyopia-section-4 li,
  .about-presbyopia-section-5 p,
  .about-presbyopia-section-5 li,
  .about-presbyopia-section-6 p,
  .about-presbyopia-section-6 li {
    font-size: 18px;
    line-height: 140%; /* 25.2px */
  }
}
.about-presbyopia-section-1 p p:last-child,
.about-presbyopia-section-1 p li:last-child,
.about-presbyopia-section-1 li p:last-child,
.about-presbyopia-section-1 li li:last-child,
.about-presbyopia-section-2 p p:last-child,
.about-presbyopia-section-2 p li:last-child,
.about-presbyopia-section-2 li p:last-child,
.about-presbyopia-section-2 li li:last-child,
.about-presbyopia-section-3 p p:last-child,
.about-presbyopia-section-3 p li:last-child,
.about-presbyopia-section-3 li p:last-child,
.about-presbyopia-section-3 li li:last-child,
.about-presbyopia-section-4 p p:last-child,
.about-presbyopia-section-4 p li:last-child,
.about-presbyopia-section-4 li p:last-child,
.about-presbyopia-section-4 li li:last-child,
.about-presbyopia-section-5 p p:last-child,
.about-presbyopia-section-5 p li:last-child,
.about-presbyopia-section-5 li p:last-child,
.about-presbyopia-section-5 li li:last-child,
.about-presbyopia-section-6 p p:last-child,
.about-presbyopia-section-6 p li:last-child,
.about-presbyopia-section-6 li p:last-child,
.about-presbyopia-section-6 li li:last-child {
  padding-bottom: 0px;
}
.about-presbyopia-section-1 p a,
.about-presbyopia-section-1 li a,
.about-presbyopia-section-2 p a,
.about-presbyopia-section-2 li a,
.about-presbyopia-section-3 p a,
.about-presbyopia-section-3 li a,
.about-presbyopia-section-4 p a,
.about-presbyopia-section-4 li a,
.about-presbyopia-section-5 p a,
.about-presbyopia-section-5 li a,
.about-presbyopia-section-6 p a,
.about-presbyopia-section-6 li a {
  color: var(--YUVEZZI-Fuchsia, #A50776);
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.about-presbyopia-section-1 ul,
.about-presbyopia-section-2 ul,
.about-presbyopia-section-3 ul,
.about-presbyopia-section-4 ul,
.about-presbyopia-section-5 ul,
.about-presbyopia-section-6 ul {
  margin-bottom: 16px;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 ul,
  .about-presbyopia-section-2 ul,
  .about-presbyopia-section-3 ul,
  .about-presbyopia-section-4 ul,
  .about-presbyopia-section-5 ul,
  .about-presbyopia-section-6 ul {
    margin-bottom: 0px;
  }
}
.about-presbyopia-section-1 li:last-child,
.about-presbyopia-section-2 li:last-child,
.about-presbyopia-section-3 li:last-child,
.about-presbyopia-section-4 li:last-child,
.about-presbyopia-section-5 li:last-child,
.about-presbyopia-section-6 li:last-child {
  padding-bottom: 0px;
}
.about-presbyopia-section-1 .image-text-section--variant-dtc-2,
.about-presbyopia-section-1 .image-text-section--variant-custom-columns,
.about-presbyopia-section-2 .image-text-section--variant-dtc-2,
.about-presbyopia-section-2 .image-text-section--variant-custom-columns,
.about-presbyopia-section-3 .image-text-section--variant-dtc-2,
.about-presbyopia-section-3 .image-text-section--variant-custom-columns,
.about-presbyopia-section-4 .image-text-section--variant-dtc-2,
.about-presbyopia-section-4 .image-text-section--variant-custom-columns,
.about-presbyopia-section-5 .image-text-section--variant-dtc-2,
.about-presbyopia-section-5 .image-text-section--variant-custom-columns,
.about-presbyopia-section-6 .image-text-section--variant-dtc-2,
.about-presbyopia-section-6 .image-text-section--variant-custom-columns {
  padding: 0;
}
.about-presbyopia-section-1 .image-text-section--variant-dtc-2 .image-text-section__media-stage,
.about-presbyopia-section-1 .image-text-section--variant-custom-columns .image-text-section__media-stage,
.about-presbyopia-section-2 .image-text-section--variant-dtc-2 .image-text-section__media-stage,
.about-presbyopia-section-2 .image-text-section--variant-custom-columns .image-text-section__media-stage,
.about-presbyopia-section-3 .image-text-section--variant-dtc-2 .image-text-section__media-stage,
.about-presbyopia-section-3 .image-text-section--variant-custom-columns .image-text-section__media-stage,
.about-presbyopia-section-4 .image-text-section--variant-dtc-2 .image-text-section__media-stage,
.about-presbyopia-section-4 .image-text-section--variant-custom-columns .image-text-section__media-stage,
.about-presbyopia-section-5 .image-text-section--variant-dtc-2 .image-text-section__media-stage,
.about-presbyopia-section-5 .image-text-section--variant-custom-columns .image-text-section__media-stage,
.about-presbyopia-section-6 .image-text-section--variant-dtc-2 .image-text-section__media-stage,
.about-presbyopia-section-6 .image-text-section--variant-custom-columns .image-text-section__media-stage {
  min-height: unset !important;
  padding-bottom: 24px;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .image-text-section--variant-dtc-2 .image-text-section__media-stage,
  .about-presbyopia-section-1 .image-text-section--variant-custom-columns .image-text-section__media-stage,
  .about-presbyopia-section-2 .image-text-section--variant-dtc-2 .image-text-section__media-stage,
  .about-presbyopia-section-2 .image-text-section--variant-custom-columns .image-text-section__media-stage,
  .about-presbyopia-section-3 .image-text-section--variant-dtc-2 .image-text-section__media-stage,
  .about-presbyopia-section-3 .image-text-section--variant-custom-columns .image-text-section__media-stage,
  .about-presbyopia-section-4 .image-text-section--variant-dtc-2 .image-text-section__media-stage,
  .about-presbyopia-section-4 .image-text-section--variant-custom-columns .image-text-section__media-stage,
  .about-presbyopia-section-5 .image-text-section--variant-dtc-2 .image-text-section__media-stage,
  .about-presbyopia-section-5 .image-text-section--variant-custom-columns .image-text-section__media-stage,
  .about-presbyopia-section-6 .image-text-section--variant-dtc-2 .image-text-section__media-stage,
  .about-presbyopia-section-6 .image-text-section--variant-custom-columns .image-text-section__media-stage {
    padding-bottom: 16px;
  }
}
.about-presbyopia-section-1 .image-text-section--variant-dtc-2 .image-text-section__content--custom,
.about-presbyopia-section-1 .image-text-section--variant-custom-columns .image-text-section__content--custom,
.about-presbyopia-section-2 .image-text-section--variant-dtc-2 .image-text-section__content--custom,
.about-presbyopia-section-2 .image-text-section--variant-custom-columns .image-text-section__content--custom,
.about-presbyopia-section-3 .image-text-section--variant-dtc-2 .image-text-section__content--custom,
.about-presbyopia-section-3 .image-text-section--variant-custom-columns .image-text-section__content--custom,
.about-presbyopia-section-4 .image-text-section--variant-dtc-2 .image-text-section__content--custom,
.about-presbyopia-section-4 .image-text-section--variant-custom-columns .image-text-section__content--custom,
.about-presbyopia-section-5 .image-text-section--variant-dtc-2 .image-text-section__content--custom,
.about-presbyopia-section-5 .image-text-section--variant-custom-columns .image-text-section__content--custom,
.about-presbyopia-section-6 .image-text-section--variant-dtc-2 .image-text-section__content--custom,
.about-presbyopia-section-6 .image-text-section--variant-custom-columns .image-text-section__content--custom {
  gap: 0px !important;
}
.about-presbyopia-section-1 .image-text-section--variant-dtc-2 .image-text-section__wrapper,
.about-presbyopia-section-1 .image-text-section--variant-custom-columns .image-text-section__wrapper,
.about-presbyopia-section-2 .image-text-section--variant-dtc-2 .image-text-section__wrapper,
.about-presbyopia-section-2 .image-text-section--variant-custom-columns .image-text-section__wrapper,
.about-presbyopia-section-3 .image-text-section--variant-dtc-2 .image-text-section__wrapper,
.about-presbyopia-section-3 .image-text-section--variant-custom-columns .image-text-section__wrapper,
.about-presbyopia-section-4 .image-text-section--variant-dtc-2 .image-text-section__wrapper,
.about-presbyopia-section-4 .image-text-section--variant-custom-columns .image-text-section__wrapper,
.about-presbyopia-section-5 .image-text-section--variant-dtc-2 .image-text-section__wrapper,
.about-presbyopia-section-5 .image-text-section--variant-custom-columns .image-text-section__wrapper,
.about-presbyopia-section-6 .image-text-section--variant-dtc-2 .image-text-section__wrapper,
.about-presbyopia-section-6 .image-text-section--variant-custom-columns .image-text-section__wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .image-text-section--variant-dtc-2 .image-text-section__wrapper,
  .about-presbyopia-section-1 .image-text-section--variant-custom-columns .image-text-section__wrapper,
  .about-presbyopia-section-2 .image-text-section--variant-dtc-2 .image-text-section__wrapper,
  .about-presbyopia-section-2 .image-text-section--variant-custom-columns .image-text-section__wrapper,
  .about-presbyopia-section-3 .image-text-section--variant-dtc-2 .image-text-section__wrapper,
  .about-presbyopia-section-3 .image-text-section--variant-custom-columns .image-text-section__wrapper,
  .about-presbyopia-section-4 .image-text-section--variant-dtc-2 .image-text-section__wrapper,
  .about-presbyopia-section-4 .image-text-section--variant-custom-columns .image-text-section__wrapper,
  .about-presbyopia-section-5 .image-text-section--variant-dtc-2 .image-text-section__wrapper,
  .about-presbyopia-section-5 .image-text-section--variant-custom-columns .image-text-section__wrapper,
  .about-presbyopia-section-6 .image-text-section--variant-dtc-2 .image-text-section__wrapper,
  .about-presbyopia-section-6 .image-text-section--variant-custom-columns .image-text-section__wrapper {
    flex-direction: column-reverse;
    padding: 0;
    row-gap: 8px !important;
  }
}
.about-presbyopia-section-1 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__content,
.about-presbyopia-section-1 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__content,
.about-presbyopia-section-2 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__content,
.about-presbyopia-section-2 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__content,
.about-presbyopia-section-3 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__content,
.about-presbyopia-section-3 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__content,
.about-presbyopia-section-4 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__content,
.about-presbyopia-section-4 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__content,
.about-presbyopia-section-5 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__content,
.about-presbyopia-section-5 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__content,
.about-presbyopia-section-6 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__content,
.about-presbyopia-section-6 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__content {
  padding: 0;
}
.about-presbyopia-section-1 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__description,
.about-presbyopia-section-1 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__description,
.about-presbyopia-section-2 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__description,
.about-presbyopia-section-2 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__description,
.about-presbyopia-section-3 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__description,
.about-presbyopia-section-3 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__description,
.about-presbyopia-section-4 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__description,
.about-presbyopia-section-4 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__description,
.about-presbyopia-section-5 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__description,
.about-presbyopia-section-5 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__description,
.about-presbyopia-section-6 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__description,
.about-presbyopia-section-6 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__description {
  padding-right: 65px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__description,
  .about-presbyopia-section-1 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__description,
  .about-presbyopia-section-2 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__description,
  .about-presbyopia-section-2 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__description,
  .about-presbyopia-section-3 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__description,
  .about-presbyopia-section-3 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__description,
  .about-presbyopia-section-4 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__description,
  .about-presbyopia-section-4 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__description,
  .about-presbyopia-section-5 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__description,
  .about-presbyopia-section-5 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__description,
  .about-presbyopia-section-6 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__description,
  .about-presbyopia-section-6 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__description {
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
.about-presbyopia-section-1 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__image-container .image-text-section__image,
.about-presbyopia-section-1 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__image-container .image-text-section__image,
.about-presbyopia-section-2 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__image-container .image-text-section__image,
.about-presbyopia-section-2 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__image-container .image-text-section__image,
.about-presbyopia-section-3 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__image-container .image-text-section__image,
.about-presbyopia-section-3 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__image-container .image-text-section__image,
.about-presbyopia-section-4 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__image-container .image-text-section__image,
.about-presbyopia-section-4 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__image-container .image-text-section__image,
.about-presbyopia-section-5 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__image-container .image-text-section__image,
.about-presbyopia-section-5 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__image-container .image-text-section__image,
.about-presbyopia-section-6 .image-text-section--variant-dtc-2 .image-text-section__wrapper .image-text-section__image-container .image-text-section__image,
.about-presbyopia-section-6 .image-text-section--variant-custom-columns .image-text-section__wrapper .image-text-section__image-container .image-text-section__image {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .signs-symptoms p,
  .about-presbyopia-section-2 .signs-symptoms p,
  .about-presbyopia-section-3 .signs-symptoms p,
  .about-presbyopia-section-4 .signs-symptoms p,
  .about-presbyopia-section-5 .signs-symptoms p,
  .about-presbyopia-section-6 .signs-symptoms p {
    padding: 0 16px;
  }
}
.about-presbyopia-section-1 .signs_symptoms__item,
.about-presbyopia-section-1 .treatment-options__item,
.about-presbyopia-section-2 .signs_symptoms__item,
.about-presbyopia-section-2 .treatment-options__item,
.about-presbyopia-section-3 .signs_symptoms__item,
.about-presbyopia-section-3 .treatment-options__item,
.about-presbyopia-section-4 .signs_symptoms__item,
.about-presbyopia-section-4 .treatment-options__item,
.about-presbyopia-section-5 .signs_symptoms__item,
.about-presbyopia-section-5 .treatment-options__item,
.about-presbyopia-section-6 .signs_symptoms__item,
.about-presbyopia-section-6 .treatment-options__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .signs_symptoms__item,
  .about-presbyopia-section-1 .treatment-options__item,
  .about-presbyopia-section-2 .signs_symptoms__item,
  .about-presbyopia-section-2 .treatment-options__item,
  .about-presbyopia-section-3 .signs_symptoms__item,
  .about-presbyopia-section-3 .treatment-options__item,
  .about-presbyopia-section-4 .signs_symptoms__item,
  .about-presbyopia-section-4 .treatment-options__item,
  .about-presbyopia-section-5 .signs_symptoms__item,
  .about-presbyopia-section-5 .treatment-options__item,
  .about-presbyopia-section-6 .signs_symptoms__item,
  .about-presbyopia-section-6 .treatment-options__item {
    padding: 8px 0px 16px 0px;
    gap: 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .signs_symptoms__item p,
  .about-presbyopia-section-1 .treatment-options__item p,
  .about-presbyopia-section-2 .signs_symptoms__item p,
  .about-presbyopia-section-2 .treatment-options__item p,
  .about-presbyopia-section-3 .signs_symptoms__item p,
  .about-presbyopia-section-3 .treatment-options__item p,
  .about-presbyopia-section-4 .signs_symptoms__item p,
  .about-presbyopia-section-4 .treatment-options__item p,
  .about-presbyopia-section-5 .signs_symptoms__item p,
  .about-presbyopia-section-5 .treatment-options__item p,
  .about-presbyopia-section-6 .signs_symptoms__item p,
  .about-presbyopia-section-6 .treatment-options__item p {
    padding: 0 16px 0 0;
  }
}
.about-presbyopia-section-1 .signs_symptoms_footer,
.about-presbyopia-section-2 .signs_symptoms_footer,
.about-presbyopia-section-3 .signs_symptoms_footer,
.about-presbyopia-section-4 .signs_symptoms_footer,
.about-presbyopia-section-5 .signs_symptoms_footer,
.about-presbyopia-section-6 .signs_symptoms_footer {
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .signs_symptoms_footer,
  .about-presbyopia-section-2 .signs_symptoms_footer,
  .about-presbyopia-section-3 .signs_symptoms_footer,
  .about-presbyopia-section-4 .signs_symptoms_footer,
  .about-presbyopia-section-5 .signs_symptoms_footer,
  .about-presbyopia-section-6 .signs_symptoms_footer {
    padding-bottom: 0 !important;
  }
}
.about-presbyopia-section-1 .vision-note,
.about-presbyopia-section-2 .vision-note,
.about-presbyopia-section-3 .vision-note,
.about-presbyopia-section-4 .vision-note,
.about-presbyopia-section-5 .vision-note,
.about-presbyopia-section-6 .vision-note {
  background: #eaeaec;
  text-align: center;
  padding: 24px;
  border-radius: 16px;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .vision-note,
  .about-presbyopia-section-2 .vision-note,
  .about-presbyopia-section-3 .vision-note,
  .about-presbyopia-section-4 .vision-note,
  .about-presbyopia-section-5 .vision-note,
  .about-presbyopia-section-6 .vision-note {
    margin-top: 16px;
  }
}
.about-presbyopia-section-1 .vision-note p,
.about-presbyopia-section-1 .vision-note h2,
.about-presbyopia-section-2 .vision-note p,
.about-presbyopia-section-2 .vision-note h2,
.about-presbyopia-section-3 .vision-note p,
.about-presbyopia-section-3 .vision-note h2,
.about-presbyopia-section-4 .vision-note p,
.about-presbyopia-section-4 .vision-note h2,
.about-presbyopia-section-5 .vision-note p,
.about-presbyopia-section-5 .vision-note h2,
.about-presbyopia-section-6 .vision-note p,
.about-presbyopia-section-6 .vision-note h2 {
  color: var(--YUVEZZI-Charcoal, #2F415B);
  text-align: center;
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 36.4px */
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .vision-note p,
  .about-presbyopia-section-1 .vision-note h2,
  .about-presbyopia-section-2 .vision-note p,
  .about-presbyopia-section-2 .vision-note h2,
  .about-presbyopia-section-3 .vision-note p,
  .about-presbyopia-section-3 .vision-note h2,
  .about-presbyopia-section-4 .vision-note p,
  .about-presbyopia-section-4 .vision-note h2,
  .about-presbyopia-section-5 .vision-note p,
  .about-presbyopia-section-5 .vision-note h2,
  .about-presbyopia-section-6 .vision-note p,
  .about-presbyopia-section-6 .vision-note h2 {
    font-size: 18px;
    line-height: 140%; /* 25.2px */
    padding-bottom: 0 !important;
  }
}
.about-presbyopia-section-1 .yuvezzi-col-width,
.about-presbyopia-section-2 .yuvezzi-col-width,
.about-presbyopia-section-3 .yuvezzi-col-width,
.about-presbyopia-section-4 .yuvezzi-col-width,
.about-presbyopia-section-5 .yuvezzi-col-width,
.about-presbyopia-section-6 .yuvezzi-col-width {
  flex: 1 1 calc(50% - 20px) !important;
  max-width: calc(50% - 20px) !important;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .yuvezzi-col-width,
  .about-presbyopia-section-2 .yuvezzi-col-width,
  .about-presbyopia-section-3 .yuvezzi-col-width,
  .about-presbyopia-section-4 .yuvezzi-col-width,
  .about-presbyopia-section-5 .yuvezzi-col-width,
  .about-presbyopia-section-6 .yuvezzi-col-width {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}
.about-presbyopia-section-1 .yuvezzi-col-width .yuvezzi-card,
.about-presbyopia-section-2 .yuvezzi-col-width .yuvezzi-card,
.about-presbyopia-section-3 .yuvezzi-col-width .yuvezzi-card,
.about-presbyopia-section-4 .yuvezzi-col-width .yuvezzi-card,
.about-presbyopia-section-5 .yuvezzi-col-width .yuvezzi-card,
.about-presbyopia-section-6 .yuvezzi-col-width .yuvezzi-card {
  background: var(--Grey-Gradient, linear-gradient(0deg, #eaecee 0%, #f9f9f9 100%));
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  text-align: center;
  border: 0px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.11);
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .yuvezzi-col-width .yuvezzi-card,
  .about-presbyopia-section-2 .yuvezzi-col-width .yuvezzi-card,
  .about-presbyopia-section-3 .yuvezzi-col-width .yuvezzi-card,
  .about-presbyopia-section-4 .yuvezzi-col-width .yuvezzi-card,
  .about-presbyopia-section-5 .yuvezzi-col-width .yuvezzi-card,
  .about-presbyopia-section-6 .yuvezzi-col-width .yuvezzi-card {
    padding: 24px;
  }
}
.about-presbyopia-section-1 .yuvezzi-col-width .yuvezzi-card .yuvezzi-btn,
.about-presbyopia-section-2 .yuvezzi-col-width .yuvezzi-card .yuvezzi-btn,
.about-presbyopia-section-3 .yuvezzi-col-width .yuvezzi-card .yuvezzi-btn,
.about-presbyopia-section-4 .yuvezzi-col-width .yuvezzi-card .yuvezzi-btn,
.about-presbyopia-section-5 .yuvezzi-col-width .yuvezzi-card .yuvezzi-btn,
.about-presbyopia-section-6 .yuvezzi-col-width .yuvezzi-card .yuvezzi-btn {
  position: relative;
  bottom: 0;
  font-size: 22px;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .yuvezzi-col-width .yuvezzi-card .yuvezzi-btn,
  .about-presbyopia-section-2 .yuvezzi-col-width .yuvezzi-card .yuvezzi-btn,
  .about-presbyopia-section-3 .yuvezzi-col-width .yuvezzi-card .yuvezzi-btn,
  .about-presbyopia-section-4 .yuvezzi-col-width .yuvezzi-card .yuvezzi-btn,
  .about-presbyopia-section-5 .yuvezzi-col-width .yuvezzi-card .yuvezzi-btn,
  .about-presbyopia-section-6 .yuvezzi-col-width .yuvezzi-card .yuvezzi-btn {
    width: 100% !important;
    text-align: center;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
  }
}
.about-presbyopia-section-1 .yuvezzi-col-width .yuvezzi-card h3,
.about-presbyopia-section-2 .yuvezzi-col-width .yuvezzi-card h3,
.about-presbyopia-section-3 .yuvezzi-col-width .yuvezzi-card h3,
.about-presbyopia-section-4 .yuvezzi-col-width .yuvezzi-card h3,
.about-presbyopia-section-5 .yuvezzi-col-width .yuvezzi-card h3,
.about-presbyopia-section-6 .yuvezzi-col-width .yuvezzi-card h3 {
  color: var(--YUVEZZI-Charcoal, #2F415B);
  text-align: center;
  /* Desktop/H3 */
  font-family: Figtree;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 135%; /* 33.75px */
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 .yuvezzi-col-width .yuvezzi-card h3,
  .about-presbyopia-section-2 .yuvezzi-col-width .yuvezzi-card h3,
  .about-presbyopia-section-3 .yuvezzi-col-width .yuvezzi-card h3,
  .about-presbyopia-section-4 .yuvezzi-col-width .yuvezzi-card h3,
  .about-presbyopia-section-5 .yuvezzi-col-width .yuvezzi-card h3,
  .about-presbyopia-section-6 .yuvezzi-col-width .yuvezzi-card h3 {
    font-size: 18px;
    line-height: 140%; /* 25.2px */
  }
}

.about-presbyopia-section-4 .image-text-section__heading h2 {
  padding-bottom: 8px !important;
}
.about-presbyopia-section-4 .image-text-section--variant-dtc-2 {
  padding: 40px 0 !important;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-4 .image-text-section--variant-dtc-2 {
    padding: 0 0 !important;
  }
}
.about-presbyopia-section-4 .image-text-section__wrapper {
  flex-direction: row !important;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-4 .image-text-section__wrapper {
    flex-direction: column !important;
    padding: 0px 0px !important;
  }
}
.about-presbyopia-section-4 .image-text-section__content {
  padding-left: 56px !important;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-4 .image-text-section__content {
    padding-left: 0px !important;
  }
}

.about-presbyopia-section-5 {
  background: var(--Grey-Gradient, linear-gradient(0deg, #eaecee 0%, #f9f9f9 100%));
}

.about-presbyopia-section-6 {
  padding: 0 0 40px 0 !important;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-6 {
    padding: 0 0 0 0 !important;
  }
}

.about-presbyopia-banner .hero-banner__content {
  display: flex;
  height: auto !important;
  padding: 40px 0px;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-banner .hero-banner__content {
    padding: 32px 0px 0px;
  }
}
.about-presbyopia-banner .hero-banner__content h2 {
  color: var(--YUVEZZI-Charcoal, #2F415B);
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%; /* 40px */
  padding-bottom: 16px;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-banner .hero-banner__content h2 {
    font-size: 21px;
    line-height: 135%; /* 28.35px */
  }
}
.about-presbyopia-banner .hero-banner__content h2 a {
  color: var(--YUVEZZI-Fuchsia, #A50776);
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.about-presbyopia-banner .hero-banner__content p,
.about-presbyopia-banner .hero-banner__content li {
  color: var(--Black, #000);
  /* Desktop/Body */
  font-family: Figtree;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
  margin: 0;
  padding-bottom: 16px;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-banner .hero-banner__content p,
  .about-presbyopia-banner .hero-banner__content li {
    font-size: 18px;
    line-height: 140% !important; /* 25.2px */
  }
}
.about-presbyopia-banner .hero-banner__content p a,
.about-presbyopia-banner .hero-banner__content li a {
  color: var(--YUVEZZI-Fuchsia, #A50776);
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.about-presbyopia-banner .hero-banner__content p:last-child,
.about-presbyopia-banner .hero-banner__content li:last-child {
  padding-bottom: 0px;
}

.about-presbyopia-section-1,
.about-presbyopia-section-4 {
  padding-top: 20px !important;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1,
  .about-presbyopia-section-4 {
    padding-top: 0px !important;
  }
}
.about-presbyopia-section-1 .image-text-section__image-wrapper,
.about-presbyopia-section-4 .image-text-section__image-wrapper {
  display: block !important;
  padding-bottom: 24px;
}

@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-1 {
    padding-top: 24px !important;
  }
}

.about-presbyopia-section-2 {
  background: var(--Grey-Gradient, linear-gradient(0deg, #eaecee 0%, #f9f9f9 100%)) !important;
}

.about-presbyopia-section-3 {
  background: var(--Grey-Gradient, linear-gradient(0deg, #eaecee 0%, #fff 100%)) !important;
}
.about-presbyopia-section-3 .signs-symptoms h2 {
  padding-bottom: 10px !important;
}

.about-presbyopia-section-4 {
  padding-top: 0 !important;
}
.about-presbyopia-section-4 .image-text-section--variant-custom-columns {
  padding: 40px 0 16px !important;
}
.about-presbyopia-section-4 .block-ep-yuvezzi-blocks .rich-text-section {
  padding: 24px 0 0 0 !important;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-4 .block-ep-yuvezzi-blocks .rich-text-section {
    padding: 40px 0 0 0 !important;
  }
}
.about-presbyopia-section-4 .block-ep-yuvezzi-blocks .rich-text-section .vision-conditions h2 {
  padding-top: 16px !important;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-4 .block-ep-yuvezzi-blocks .rich-text-section .vision-conditions h2 {
    padding-top: 0px !important;
  }
}

.about-presbyopia-section-5 h2 {
  padding-bottom: 34px !important;
  padding-top: 8px !important;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-5 h2 {
    padding-top: 0px !important;
  }
}
.about-presbyopia-section-5 .treatment-options__footer {
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-5 .treatment-options__footer {
    padding: 0 20px !important;
  }
}

.dtc2-homepage-imagetext-section .rich-text-section {
  padding: 32px 0;
}

@media only screen and (max-width: 991.98px) {
  .about-presbyopia-section-3 .signs-symptoms h2 {
    padding-bottom: 24px !important;
  }
}

.terms-cond-body .rich-text-section__content ol li {
  color: #000;
  font-family: Figtree;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 992px) {
  .terms-cond-body .rich-text-section__content ol li {
    font-size: 18px;
    line-height: 140%;
  }
}
.terms-cond-body .rich-text-section__content ol li a {
  color: #a50776;
}

@media only screen and (max-width: 991.98px) {
  .address-thank-you.dtc-how-to-get-callout {
    padding: 32px 16px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .address-thank-you .dtc-callout-how-to-get h2 {
    text-align: left !important;
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .address-thank-you .dtc-callout-how-to-get h2.second-break {
    margin: unset !important;
  }
}

.confirm-page-align .container .row {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

/*# sourceMappingURL=rich-text-section.css.map*/