@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
:root {
  --background-dark: #54565a;
  --primary-text: #222;
  --text-dark: #222;
  --text-default: #464646;
  --primary: #8cb7e1;
  --secondary: #f0cd15;
  --secondary-dark: #d6b200;
  --error-color: #cc3d68;
  --isi-color: #000000;
  --line-height-base: 24px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #343a40;
  background-color: #fff;
}
@media (max-width: 768px) {
  body {
    padding-top: 84px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  margin: 0 0 1rem 0;
  font-weight: 600;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 1rem 0;
}

a {
  color: var(--text-dark, #222);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

sup {
  font-size: 14px;
  font-weight: 400;
  vertical-align: super;
  line-height: 0;
  position: relative;
  top: 0.2em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn:hover {
  text-decoration: none;
}
.btn--primary {
  background-color: #007bff;
  color: white;
}
.btn--primary:hover {
  background-color: #0056b3;
}
.btn--secondary {
  background-color: #8cb6e1;
  color: #343a40;
}
.btn--secondary:hover {
  background-color: #7aa3c7;
}

.header-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  background: var(--secondary, #f0cd15);
  color: #222;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  line-height: 24px;
}
.header-action-btn:hover {
  background: #ffc107;
  text-decoration: none;
}
@media (max-width: 992px) {
  .header-action-btn {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 20px;
  }
}

.savings-card-btn {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--secondary, #8cb6e1);
  color: var(--primary-text, #222);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-base, 24px);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.savings-card-btn:hover {
  background-color: #7aa3c7;
  text-decoration: none;
  color: var(--primary-text, #222);
}

.footer {
  background: var(--background-dark, #54565a);
  color: #fff;
  padding: 64px 0;
  flex-shrink: 0;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  align-items: start;
}

.footer__column--product {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__logo a {
  display: block;
  text-decoration: none;
}
.footer__logo img {
  width: 166px;
  height: 90px;
  display: block;
}

.footer__trademark {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.footer__copyright p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

.footer__column--nav,
.footer__column--support {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer__link:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #ffffff;
}

.footer__sublinks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 16px;
}

.footer__column--brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__collegium-logo a {
  display: block;
  text-decoration: none;
  padding-bottom: 8px;
}
.footer__collegium-logo img {
  width: 182px;
  height: 51px;
  display: block;
}

.footer__brand-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__product-id,
.footer__website,
.footer__phone {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

@media (max-width: 1200px) {
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .footer__column--product {
    grid-column: 1/-1;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 48px 0;
  }
  .footer__grid {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 32px 0;
  }
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .footer__column--product {
    grid-column: 1;
  }
}
.header {
  position: relative;
  width: 100%;
  height: 122px;
  box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.05), 0px 16px 32px 0px rgba(0, 0, 0, 0.04), 0px 12px 16px 0px rgba(0, 0, 0, 0.02);
  z-index: 1000;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header.header--hidden {
    transform: translateY(-100%);
  }
}

.header__top-nav {
  height: 60px;
  background: var(--background-dark, #54565a);
  width: 100%;
  display: flex;
  align-items: center;
}

.header__top-nav-content {
  max-width: 1320px;
  position: relative;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__logo-wrapper {
  background: #ffffff;
  padding: 16px 24px;
  height: 122px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 10;
}

.header__logo {
  display: block;
  text-decoration: none;
}
.header__logo img {
  width: 166px;
  height: 90px;
  display: block;
}

.header__top-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 32px;
  padding-left: 240px;
}

.header__top-nav-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__top-nav-link {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.header__top-nav-link:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

.header__main-nav {
  height: 62px;
  background: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
}

.header__main-nav-content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__main-nav-links {
  display: flex;
  align-items: stretch;
  gap: 32px;
  padding-left: 240px;
  height: 100%;
}

.header__main-nav-link {
  color: var(--text-dark, #222);
  font-size: 16px;
  font-weight: 600;
  line-height: var(--line-height-base, 24px);
  text-decoration: none;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.header__main-nav-link:hover {
  border-bottom: 4px solid var(--secondary, #8cb6e1);
  text-decoration: none;
}
.header__main-nav-link.active {
  border-bottom: 4px solid var(--secondary, #8cb6e1);
}

.mobile-nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--text-dark, #222);
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile-nav-toggle:focus {
  outline: none;
  background: none;
}

.mobile-nav-toggle:active {
  background: none;
  outline: none;
}

.mobile-nav-toggle__icon {
  transition: transform 0.3s ease;
}

.mobile-nav-toggle__line {
  transition: all 0.3s ease;
  transform-origin: center;
}

.mobile-nav-toggle.is-active {
  text-transform: lowercase;
}
.mobile-nav-toggle.is-active .mobile-nav-toggle__text::before {
  content: "Close ";
  text-transform: capitalize;
}
.mobile-nav-toggle.is-active .mobile-nav-toggle__line--top {
  transform: rotate(45deg) translate(0px, 6px);
}
.mobile-nav-toggle.is-active .mobile-nav-toggle__line--middle {
  opacity: 0;
  transform: scale(0);
}
.mobile-nav-toggle.is-active .mobile-nav-toggle__line--bottom {
  transform: rotate(-45deg) translate(0px, -6px);
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 84px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
}

.mobile-nav__content {
  background: #ffffff;
  height: 100%;
  overflow-y: auto;
  padding: 0;
  transform: translateX(-100%);
  transition: transform 0.2s ease;
}
.mobile-nav.is-open .mobile-nav__content {
  transform: translateX(0);
  z-index: 1001;
}

.mobile-nav__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  color: var(--text-dark, #222);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.15s ease;
  position: relative;
}
.mobile-nav__link:hover {
  background-color: #f8f9fa;
  text-decoration: none;
  color: var(--text-dark, #222);
}
.mobile-nav__link.mobile-nav__link--active {
  background: linear-gradient(90deg, rgba(240, 205, 21, 0.1) 0%, rgba(240, 205, 21, 0) 42.67%);
}
.mobile-nav__link.mobile-nav__link--active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--secondary, #f0cd15);
}

.header__main-nav-dropdown {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.header__main-nav-dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-dark, #222);
  font-size: 16px;
  font-weight: 600;
  line-height: var(--line-height-base, 24px);
  text-decoration: none;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  gap: 8px;
}
.header__main-nav-dropdown-toggle:hover {
  border-bottom: 4px solid var(--secondary, #8cb6e1);
  text-decoration: none;
}

.header__main-nav-dropdown-icon {
  transition: transform 0.2s ease;
}

.header__main-nav-dropdown:hover .header__main-nav-dropdown-icon,
.header__main-nav-dropdown.is-active .header__main-nav-dropdown-icon {
  transform: rotate(180deg);
}

.header__main-nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(140, 182, 225, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 1001;
  height: 50px;
  display: flex;
  align-items: center;
}

.header__main-nav-dropdown-background {
  position: fixed;
  top: 122px;
  left: 0;
  right: 0;
  height: 50px;
  background: #ffffff;
  border-top: 1px solid var(--secondary, #8cb6e1);
  box-shadow: 0 24px 30px 0 rgba(0, 0, 0, 0.05), 0 16px 24px 0 rgba(0, 0, 0, 0.04), 0 12px 16px 0 rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.header__main-nav-dropdown:hover .header__main-nav-dropdown-background,
.header__main-nav-dropdown.is-active .header__main-nav-dropdown-background {
  opacity: 1;
  visibility: visible;
}

body.scrolled .header__main-nav-dropdown-background,
body.scrolled .header__main-nav-dropdown:hover .header__main-nav-dropdown-background,
body.scrolled .header__main-nav-dropdown.is-active .header__main-nav-dropdown-background {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

.header__main-nav-dropdown:hover .header__main-nav-dropdown-menu,
.header__main-nav-dropdown.is-active .header__main-nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__main-nav-dropdown-links {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 32px;
  align-items: center;
  height: 100%;
}

.header__main-nav-dropdown-link {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 4px;
  color: var(--text-dark, #222);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-bottom-color 0.2s ease;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
}
.header__main-nav-dropdown-link:hover {
  background-color: rgba(140, 182, 225, 0.05);
  border-bottom: 4px solid var(--secondary, #8cb6e1);
  text-decoration: none;
  color: var(--text-dark, #222);
}
.header__main-nav-dropdown-link.active {
  border-bottom: 4px solid var(--secondary, #8cb6e1);
}
.header__main-nav-dropdown-link.open-mme-calculator {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 4px;
  color: var(--text-dark, #222);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-bottom-color 0.2s ease;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
  background: none;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.header__main-nav-dropdown-link.open-mme-calculator:hover {
  background-color: rgba(140, 182, 225, 0.05);
  border-bottom: 4px solid var(--secondary, #8cb6e1);
  text-decoration: none;
  color: var(--text-dark, #222);
  box-shadow: none;
  transform: none;
}
.header__main-nav-dropdown-link.open-mme-calculator:active {
  transform: none;
  box-shadow: none;
}

.mobile-nav__dropdown {
  position: relative;
}

.mobile-nav__dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mobile-nav__dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile-nav__dropdown-toggle:focus {
  outline: none;
  background: none;
}

.mobile-nav__dropdown-toggle:active {
  background: none;
  outline: none;
}

.mobile-nav__dropdown-icon {
  transition: transform 0.2s ease;
}

.mobile-nav__dropdown.is-active .mobile-nav__dropdown-icon {
  transform: rotate(180deg);
}

.mobile-nav__dropdown-menu {
  max-height: 0;
  overflow: hidden;
  padding-left: 16px;
  list-style: none;
  margin: 0;
  transition: max-height 0.3s ease;
}

.mobile-nav__dropdown.is-active .mobile-nav__dropdown-menu {
  max-height: 200px;
}

.mobile-nav__dropdown-icon {
  margin-right: 20px;
  transition: transform 0.2s ease;
  transform: rotate(-90deg);
}

.mobile-nav__dropdown.is-active .mobile-nav__dropdown-icon {
  transform: rotate(0deg);
}

.mobile-nav__dropdown-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav__chevron {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.mobile-nav__link:hover .mobile-nav__chevron {
  opacity: 1;
}

.mobile-nav__divider {
  height: 1px;
  background: rgba(34, 34, 34, 0.16);
  margin: 0;
}

@media (max-width: 992px) {
  .header__top-nav-links {
    display: none;
  }
  .header__main-nav-links {
    display: none;
  }
  .mobile-nav-toggle {
    display: flex;
  }
  .mobile-nav {
    display: block;
  }
}
@media (max-width: 992px) {
  .header {
    height: 84px;
    display: flex;
    flex-direction: column;
  }
  .header__logo-wrapper {
    height: 84px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
  }
  .header__logo img {
    width: 96px;
    height: 52px;
  }
  .header__top-nav {
    height: auto;
    order: 2;
  }
  .header__main-nav {
    height: 40px;
    padding: 12px 0;
    order: 1;
  }
  .header__main-nav-content {
    padding-inline: 16px;
  }
  .header__top-nav-content {
    height: 44px;
    position: static;
    padding-inline: 16px;
  }
  .header__top-nav-links,
  .header__main-nav-links {
    flex-wrap: wrap;
    gap: 12px;
  }
  .header__top-nav-buttons {
    gap: 8px;
  }
}
.hero-banner {
  height: 363px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: rgba(84, 86, 90, 0);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-image: var(--hero-bg-image);
}
@media (min-width: 768px) {
  .hero-banner {
    animation: heroBackgroundFadeIn 1.5s ease-out;
  }
}
.hero-banner .container {
  height: 100%;
}
@media (min-width: 1930px) {
  .hero-banner {
    background-size: contain;
  }
}
@media (max-width: 992px) {
  .hero-banner {
    background-image: var(--hero-bg-mobile);
  }
}
@media (max-width: 768px) {
  .hero-banner {
    background-image: none;
    box-shadow: none;
    overflow: visible;
  }
}
.hero-banner.home-hero-banner {
  height: auto;
}
@media (min-width: 1930px) {
  .hero-banner.home-hero-banner {
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .hero-banner.home-hero-banner .hero-content {
    border-bottom: 6px solid var(--primary, #8cb6e1);
  }
}
.hero-banner.home-hero-banner .hero-content .hero-left {
  padding: 48px 40px;
}
.hero-banner.home-hero-banner .hero-content .hero-left h1 {
  font-size: 28px;
}
@media (max-width: 768px) {
  .hero-banner.home-hero-banner .hero-content .hero-left h1 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .hero-banner.home-hero-banner .hero-content .hero-left p {
    font-size: 20px;
    line-height: 28px;
  }
}
.hero-banner.efficacy-hero-banner .hero-left p {
  font-size: 16px;
  line-height: 24px;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 2rem;
}
@media (min-width: 768px) {
  .hero-content {
    animation: heroContentFadeIn 1s ease-out forwards;
    will-change: opacity;
  }
}
@media (max-width: 992px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
}

.hero-left {
  display: flex;
  width: 612px;
  padding: 0px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  align-self: stretch;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #F0CD15;
}
.hero-left h1 {
  color: var(--text-dark, #222);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-left h1 {
    animation: heroTitleSlideUp 0.8s ease-out 0.2s both;
    will-change: transform, opacity;
  }
}
.hero-left h1 sup {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  position: relative;
  top: 0;
  vertical-align: super;
}
.hero-left h1 span {
  font-weight: 400;
}
@media (max-width: 992px) {
  .hero-left h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .hero-left h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
.hero-left p {
  color: var(--text-dark, #222);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-left p {
    animation: heroDescriptionSlideUp 0.8s ease-out 0.4s both;
    will-change: transform, opacity;
  }
}
@media (max-width: 992px) {
  .hero-left p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .hero-left p {
    font-size: 18px;
    line-height: 24px;
  }
}
.hero-left .hero-cta {
  display: inline-block;
  background: var(--text-dark, #222);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .hero-left .hero-cta {
    animation: heroButtonSlideUp 0.8s ease-out 0.8s both;
    will-change: transform, opacity;
  }
}
.hero-left .hero-cta:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
  transform: translateY(-1px);
}
.hero-left .hero-cta:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .hero-left .hero-cta {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
  }
}
@media (max-width: 992px) {
  .hero-left {
    width: 100%;
    padding: 0px 24px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero-left {
    padding: 0px 16px;
  }
}

.hero-right {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hero-right {
    animation: heroButtonSlideUp 0.8s ease-out 0.6s both;
    will-change: transform, opacity;
  }
}
.hero-right .btn {
  font-size: 1.125rem;
  padding: 1rem 2rem;
}
@media (max-width: 992px) {
  .hero-right .btn {
    font-size: 1rem;
    padding: 0.875rem 1.75rem;
  }
}

@keyframes heroContentFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes heroTitleSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroDescriptionSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroButtonSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroBackgroundFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .hero-banner {
    height: auto;
    display: block;
    background-image: none !important;
  }
  .hero-banner .container {
    height: auto;
    padding: 0;
  }
  .hero-banner .hero-content {
    flex-direction: column;
    height: auto;
    gap: 0;
  }
  .hero-banner .hero-left {
    position: relative;
    align-items: start;
    width: 100%;
    padding: 32px 16px;
    height: auto;
    text-align: left;
    min-height: auto;
  }
  .hero-banner .hero-left .hero-cta {
    position: absolute;
    bottom: 0;
    left: 16px;
    transform: translateY(50%);
  }
  .hero-banner .hero-right {
    display: none;
  }
  .hero-banner.home-hero-banner .hero-content .hero-left {
    padding: 24px 16px 56px 16px;
  }
  .hero-banner::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    background-image: var(--hero-bg-mobile);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 390/200;
  }
}
.home-content {
  padding-bottom: 40px;
  position: relative;
}
.home-content .home-disclaimer {
  padding: 12px 0 72px 0;
  color: var(--text-default, #464646);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 768px) {
  .home-content .home-disclaimer {
    font-size: 16px;
    line-height: 24px;
  }
}
.home-content .home-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 104px 32px;
  padding-top: 64px;
  justify-content: center;
}
.home-content .home-cards-grid .home-card {
  display: flex;
  padding: 88px 24px 40px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  min-width: 320px;
  max-width: 406px;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 12px 16px -4px rgba(34, 34, 34, 0.08), 0px 4px 6px -2px rgba(34, 34, 34, 0.03), 0px 2px 2px -1px rgba(34, 34, 34, 0.04);
  position: relative;
}
.home-content .home-cards-grid .home-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(to right, var(--primary, #f0cd15), var(--secondary, #8cb6e1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.home-content .home-cards-grid .home-card .home-card__icon {
  display: flex;
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--primary, #f0cd15);
  box-shadow: -8px 8px 0px 0px var(--secondary, #8cb6e1);
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.home-content .home-cards-grid .home-card .home-card__icon img {
  width: 80px;
  height: 80px;
  display: block;
  filter: brightness(0) invert(1);
}
.home-content .home-cards-grid .home-card .home-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  gap: 24px;
}
.home-content .home-cards-grid .home-card .home-card__content .home-card__text {
  color: var(--text-dark, #222);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  margin-top: 8px;
}
.home-content .home-cards-grid .home-card .home-card__content .home-card__text sup {
  position: relative;
  top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.home-content .home-cards-grid .home-card .home-card__content .home-card__button {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: var(--secondary, #f0cd15);
  color: var(--text-dark, #222);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.home-content .home-cards-grid .home-card .home-card__content .home-card__button:hover {
  background-color: #e6b800;
  text-decoration: none;
  color: var(--text-dark, #222);
}
.home-content .home-cards-grid .home-card .home-card__content .home-card__button img {
  width: 20px;
  height: 20px;
  display: block;
  transition: transform 0.2s ease;
}
.home-content .home-cards-grid .home-card .home-card__content .home-card__button:hover img {
  transform: translateX(2px);
}
.home-content .disclaimer-note {
  margin: 32px 0 52px;
}
.home-content .disclaimer-note p {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 768px) {
  .home-content .home-cards-grid {
    gap: 96px;
  }
  .home-content .home-cards-grid .home-card {
    min-width: 100%;
    padding: 88px 16px 32px 16px;
  }
  .home-content .home-cards-grid .home-card .home-card__icon img {
    filter: brightness(0) invert(1);
  }
}
.info-box {
  position: relative;
  margin-bottom: 32px;
}
.info-box::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -24px;
  width: 112px;
  height: 136px;
  background-image: url("/assets/images/icons/decor.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
.info-box .info-box__content {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.info-box .info-box__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(to right, var(--secondary, #f0cd15), #ffffff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.info-box .info-box__content {
  color: var(--text-dark, #222);
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
}
.info-box .info-box__content strong,
.info-box .info-box__content b {
  font-weight: 700;
}
.info-box .info-box__content sup {
  font-size: 18px;
  font-weight: 500;
  vertical-align: super;
  line-height: 1;
  position: relative;
  top: 0;
}

@media (max-width: 768px) {
  .info-box .info-box__content {
    font-size: 20px;
    line-height: 30px;
  }
}
#isi-preview-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: space-between;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
#isi-preview-container .safety-information__content {
  padding: 0;
}
#isi-preview-container .safety-information__column.safety-information__column--approved, #isi-preview-container .safety-information__column.safety-information__column--safety {
  gap: 8px;
}
#isi-preview-container .safety-information__column.safety-information__column--approved > p:first-of-type, #isi-preview-container .safety-information__column.safety-information__column--safety > p:first-of-type {
  margin-bottom: 8px;
}

#isi-preview-container.isi-preview-visible {
  transform: translateY(0);
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
}

#isi-preview-content {
  flex: 1;
  overflow: hidden;
}

#isi-preview-content .safety-information {
  margin: 0;
  padding: 0;
}

#isi-scroll-arrow {
  position: absolute;
  top: -20px;
  right: 20px;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 999px;
  background: var(--secondary, #f0cd15);
  text-decoration: none;
  transition: background-color 0.2s ease;
  z-index: 10;
}
#isi-scroll-arrow:hover {
  background: #ffc107;
}
#isi-scroll-arrow img {
  height: 40px;
  max-width: 28px;
}

@media (min-width: 1320px) {
  #isi-scroll-arrow {
    transform: translateX(50%);
    right: calc(50% - 1320px / 2 + 52px);
  }
}
@media (max-width: 992px) {
  #isi-scroll-arrow {
    top: -16px;
    width: 32px;
    height: 32px;
    padding: 6px;
  }
}
@media (max-width: 576px) {
  .safety-information__header .container,
  .safety-information__content .container {
    padding-inline: 16px;
  }
  .safety-information__grid {
    margin-top: 16px;
  }
  #isi-scroll-arrow {
    right: 16px;
  }
  #isi-scroll-arrow img {
    height: 20px;
    width: 20px;
  }
  .safety-information__header-title {
    padding-right: 32px;
  }
  .safety-information__header-title sup {
    font-size: 10px;
    font-weight: 500;
  }
}
html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

section {
  background: linear-gradient(180deg, rgba(84, 86, 90, 0.08) 0%, rgba(84, 86, 90, 0) 30.82%);
}
@media (max-width: 768px) {
  section {
    background: linear-gradient(180deg, rgba(84, 86, 90, 0.08) 0%, rgba(84, 86, 90, 0) 30.82%), #fff;
  }
}

body.mobile-nav-is-open {
  overflow: hidden;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}
@media (max-width: 576px) {
  .nowrap.exclude-mobile {
    white-space: normal;
  }
}
.nowrap.strong {
  font-weight: 600;
}

.new-line {
  display: block;
}
@media (max-width: 768px) {
  .new-line {
    display: inline;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 3rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 3rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 3rem;
}

@media (max-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}
body #mme-calculator-modal,
body #opioid-conversion-guide-modal,
body #eligibility-criteria-modal,
body #savings-program-rules-modal,
body #modal-wrapper {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1001 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body #mme-calculator-modal.show,
body #opioid-conversion-guide-modal.show,
body #eligibility-criteria-modal.show,
body #savings-program-rules-modal.show,
body #modal-wrapper.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  body #mme-calculator-modal,
  body #opioid-conversion-guide-modal,
  body #eligibility-criteria-modal,
  body #savings-program-rules-modal,
  body #modal-wrapper {
    padding: 0 !important;
  }
}

.mme-calculator-content,
.opioid-conversion-guide-content,
.eligibility-criteria-content,
.savings-program-rules-content,
.request-rep-content,
#modal-container {
  background: white !important;
  max-width: 900px !important;
  width: 100% !important;
  max-height: 90vh !important;
  overflow: hidden !important;
  position: relative !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
  transform: translateY(20px) scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#mme-calculator-modal.show .mme-calculator-content, #opioid-conversion-guide-modal.show .mme-calculator-content, #eligibility-criteria-modal.show .mme-calculator-content, #savings-program-rules-modal.show .mme-calculator-content, #modal-wrapper.show .mme-calculator-content,
#mme-calculator-modal.show .opioid-conversion-guide-content,
#opioid-conversion-guide-modal.show .opioid-conversion-guide-content,
#eligibility-criteria-modal.show .opioid-conversion-guide-content,
#savings-program-rules-modal.show .opioid-conversion-guide-content,
#modal-wrapper.show .opioid-conversion-guide-content,
#mme-calculator-modal.show .eligibility-criteria-content,
#opioid-conversion-guide-modal.show .eligibility-criteria-content,
#eligibility-criteria-modal.show .eligibility-criteria-content,
#savings-program-rules-modal.show .eligibility-criteria-content,
#modal-wrapper.show .eligibility-criteria-content,
#mme-calculator-modal.show .savings-program-rules-content,
#opioid-conversion-guide-modal.show .savings-program-rules-content,
#eligibility-criteria-modal.show .savings-program-rules-content,
#savings-program-rules-modal.show .savings-program-rules-content,
#modal-wrapper.show .savings-program-rules-content,
#mme-calculator-modal.show .request-rep-content,
#opioid-conversion-guide-modal.show .request-rep-content,
#eligibility-criteria-modal.show .request-rep-content,
#savings-program-rules-modal.show .request-rep-content,
#modal-wrapper.show .request-rep-content,
#mme-calculator-modal.show #modal-container,
#opioid-conversion-guide-modal.show #modal-container,
#eligibility-criteria-modal.show #modal-container,
#savings-program-rules-modal.show #modal-container,
#modal-wrapper.show #modal-container {
  transform: translateY(0) scale(1);
  opacity: 1;
}
@media (max-width: 768px) {
  .mme-calculator-content,
  .opioid-conversion-guide-content,
  .eligibility-criteria-content,
  .savings-program-rules-content,
  .request-rep-content,
  #modal-container {
    position: relative;
    width: 100vw !important;
    height: 100dvh !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
    box-shadow: none;
    transform: none !important;
    opacity: 1 !important;
  }
}

.mme-calculator-body,
.opioid-conversion-guide-body,
.eligibility-criteria-body,
.savings-program-rules-body,
.request-rep-body {
  background: linear-gradient(180deg, rgba(84, 86, 90, 0.08) 0%, rgba(84, 86, 90, 0) 30.82%), #fff;
  max-height: calc(90vh - 96px);
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .mme-calculator-body,
  .opioid-conversion-guide-body,
  .eligibility-criteria-body,
  .savings-program-rules-body,
  .request-rep-body {
    max-height: calc(100dvh - 96px);
  }
}

.request-rep-body {
  padding: 16px 40px;
}
@media (max-width: 768px) {
  .request-rep-body {
    padding: 0 16px;
  }
}

.opioid-conversion-guide-body {
  max-height: calc(90vh - 96px);
}
@media (max-width: 768px) {
  .opioid-conversion-guide-body {
    max-height: calc(100dvh - 96px);
  }
}

.mme-calculator-header,
.opioid-conversion-guide-header,
.eligibility-criteria-header,
.savings-program-rules-header,
.request-rep-header {
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.mme-calculator-header h2,
.opioid-conversion-guide-header h2,
.eligibility-criteria-header h2,
.savings-program-rules-header h2,
.request-rep-header h2 {
  margin: 0;
  color: var(--primary-text, #222);
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .mme-calculator-header h2,
  .opioid-conversion-guide-header h2,
  .eligibility-criteria-header h2,
  .savings-program-rules-header h2,
  .request-rep-header h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mme-calculator-close,
.opioid-conversion-guide-close,
.eligibility-criteria-close,
.savings-program-rules-close,
.request-rep-close {
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  min-width: 36px;
  min-height: 36px;
}
.mme-calculator-close:hover,
.opioid-conversion-guide-close:hover,
.eligibility-criteria-close:hover,
.savings-program-rules-close:hover,
.request-rep-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.mme-calculator-header,
.opioid-conversion-guide-header,
.eligibility-criteria-header,
.savings-program-rules-header,
.request-rep-header {
  background: var(--tertiary, #f0cd15);
}
@media (max-width: 768px) {
  .mme-calculator-header,
  .opioid-conversion-guide-header,
  .eligibility-criteria-header,
  .savings-program-rules-header,
  .request-rep-header {
    padding: 16px;
  }
}

.mme-calculator-close,
.opioid-conversion-guide-close,
.eligibility-criteria-close,
.savings-program-rules-close,
.request-rep-close {
  background-color: rgba(34, 34, 34, 0.2);
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.opioid-conversion-guide-table {
  margin-bottom: 8px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .opioid-conversion-guide-table {
    padding: 0 16px;
  }
}
.opioid-conversion-guide-table h3 {
  color: var(--text-dark, #222);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 40px 0 8px 0;
}
@media (max-width: 768px) {
  .opioid-conversion-guide-table h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.mme-conversion-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 1px;
  overflow: hidden;
  background-color: #d5d7da;
}
@media (max-width: 768px) {
  .mme-conversion-table {
    grid-template-columns: 1.2fr 0.8fr;
  }
}
.mme-conversion-table .table-header {
  display: contents;
}
.mme-conversion-table .table-header .header-cell {
  padding: 16px;
  color: var(--text-dark, #222);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.2px;
}
.mme-conversion-table .table-header .header-cell:first-child {
  background: #8cb6e1;
  position: relative;
}
.mme-conversion-table .table-header .header-cell:first-child::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: white;
}
.mme-conversion-table .table-header .header-cell:last-child {
  background: #f6d236;
}
@media (max-width: 768px) {
  .mme-conversion-table .table-header .header-cell {
    font-size: 16px;
    line-height: 20px;
  }
}
.mme-conversion-table .table-row {
  display: contents;
}
.mme-conversion-table .table-row .table-cell {
  padding: 16px;
  color: var(--text-dark, #222);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid #d5d7da;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.mme-conversion-table .table-row .table-cell:first-child {
  border-left: 1px solid #d5d7da;
}
.mme-conversion-table .table-row .table-cell:last-child {
  border-right: 1px solid #d5d7da;
}
@media (max-width: 768px) {
  .mme-conversion-table .table-row .table-cell {
    font-size: 16px;
  }
}
.mme-conversion-table .table-row .table-cell sup {
  font-size: 12px;
  line-height: 16px;
  color: var(--text-default, #464646);
}
.mme-conversion-table .table-row:hover .table-cell {
  background-color: #f5f5f5;
}

.opioid-conversion-guide-footnotes {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 40px 32px 40px;
}
@media (max-width: 768px) {
  .opioid-conversion-guide-footnotes {
    padding: 0 16px 24px 16px;
  }
}
.opioid-conversion-guide-footnotes .how-to-calculate {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.opioid-conversion-guide-footnotes .how-to-calculate h4 {
  color: var(--text-dark, #222);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .opioid-conversion-guide-footnotes .how-to-calculate h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.opioid-conversion-guide-footnotes .how-to-calculate p {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.opioid-conversion-guide-footnotes .how-to-calculate p sup {
  font-size: 12px;
}
.opioid-conversion-guide-footnotes .footnote-definitions p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-default, #464646);
}
.opioid-conversion-guide-footnotes .footnote-formula-abbreviations {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.opioid-conversion-guide-footnotes .footnote-formula-abbreviations p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-default, #464646);
}
.opioid-conversion-guide-footnotes .footnote-formula-abbreviations p:first-child {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.opioid-conversion-guide-footnotes .footnote-disclaimers {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.opioid-conversion-guide-footnotes .footnote-disclaimers p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-default, #464646);
}
.opioid-conversion-guide-footnotes .footnote-disclaimers p strong {
  color: var(--text-dark, #222);
}
.opioid-conversion-guide-footnotes .footnote-disclaimers p sup {
  font-size: 12px;
  line-height: 16px;
  color: var(--text-default, #464646);
}

.eligibility-criteria-body {
  padding: 40px;
}
@media (max-width: 768px) {
  .eligibility-criteria-body {
    padding: 40px 16px 16px;
  }
}

.eligibility-criteria-text {
  margin-top: 0;
}
.eligibility-criteria-text p {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 768px) {
  .eligibility-criteria-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.eligibility-criteria-text p strong {
  font-weight: 600;
}
.eligibility-criteria-text p sup {
  font-size: 12px;
  line-height: 16px;
  color: var(--text-default, #464646);
}
.eligibility-criteria-text .eligibility-criteria-footer {
  margin-top: 24px;
  font-size: 15px;
  line-height: 30px;
  color: var(--text-dark, #222);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .eligibility-criteria-text .eligibility-criteria-footer {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .eligibility-criteria-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.savings-program-rules-body {
  padding: 40px;
}
@media (max-width: 768px) {
  .savings-program-rules-body {
    padding: 40px 16px 16px;
  }
}

.savings-program-rules-text {
  margin-top: 0;
}
.savings-program-rules-text p {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .savings-program-rules-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.savings-program-rules-text p strong {
  font-weight: 600;
}
.savings-program-rules-text p sup {
  font-size: 12px;
  line-height: 16px;
  color: var(--text-default, #464646);
}
@media (max-width: 768px) {
  .savings-program-rules-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.not-found__hero {
  text-align: center;
  margin-bottom: 60px;
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .not-found__hero {
    margin-bottom: 50px;
    padding: 30px 20px;
  }
}
.not-found__heading {
  color: var(--text-dark, #222);
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 16px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .not-found__heading {
    font-size: 32px;
    line-height: 40px;
  }
}
.not-found__subtitle {
  color: var(--text-default, #464646);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 12px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .not-found__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.not-found__description {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .not-found__description {
    font-size: 14px;
    line-height: 22px;
  }
}
.not-found__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 768px) {
  .not-found__content {
    gap: 40px;
  }
}
.not-found__section {
  width: 100%;
}
.not-found__section-title {
  color: var(--text-dark, #222);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 32px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .not-found__section-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
.not-found__section-title svg {
  flex-shrink: 0;
}
.not-found__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .not-found__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.not-found__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.not-found__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: var(--primary, #8cb7e1);
  text-decoration: none;
}
@media (max-width: 768px) {
  .not-found__card {
    padding: 20px;
    gap: 12px;
  }
}
.not-found__card-icon {
  font-size: 32px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .not-found__card-icon {
    font-size: 28px;
    width: 40px;
    height: 40px;
  }
}
.not-found__card-content {
  flex: 1;
  min-width: 0;
}
.not-found__card-content h3 {
  color: var(--text-dark, #222);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 4px 0;
}
@media (max-width: 768px) {
  .not-found__card-content h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.not-found__card-content p {
  color: var(--text-default, #464646);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 768px) {
  .not-found__card-content p {
    font-size: 13px;
    line-height: 18px;
  }
}
.not-found__help-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .not-found__help-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.not-found__help-item {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #e5e7eb;
}
@media (max-width: 768px) {
  .not-found__help-item {
    padding: 24px;
  }
}
.not-found__help-item h3 {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 12px 0;
}
@media (max-width: 768px) {
  .not-found__help-item h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.not-found__help-item p {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .not-found__help-item p {
    font-size: 15px;
    line-height: 22px;
  }
}
.not-found__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary, #8cb7e1);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  padding: 12px 20px;
  background: #fff;
  border: 2px solid var(--primary, #8cb7e1);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.not-found__cta:hover {
  background: var(--primary, #8cb7e1);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .not-found__cta {
    font-size: 15px;
    padding: 10px 16px;
  }
}
.not-found__cta svg {
  flex-shrink: 0;
}

.modal-user-type-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(60, 60, 60, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-user-type-overlay.show {
  opacity: 1;
  visibility: visible;
}

.modal-user-type-box {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  transform: translateY(20px) scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.modal-user-type-overlay.show .modal-user-type-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.modal-user-type-header {
  display: flex;
  padding: 24px 40px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: var(--secondary, #8cb6e1);
}

.modal-user-type-title {
  color: var(--primary-text, #222);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.modal-user-type-close {
  background: rgba(34, 34, 34, 0.2);
  border: none;
  color: var(--primary-text, #222);
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  margin-left: auto;
}

.modal-user-type-close:hover {
  background: rgba(0, 0, 0, 0.1);
}

.modal-user-type-body {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  background: linear-gradient(180deg, rgba(84, 86, 90, 0.08) 0%, rgba(84, 86, 90, 0) 30.82%), #fff;
}

.modal-user-type-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.modal-user-type-body p {
  color: var(--primary-text, #222);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.modal-user-type-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
}

.modal-user-type-btn {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: var(--secondary, #f0cd15);
  color: var(--primary-text, #222);
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  min-width: 80px;
}

.modal-user-type-btn:hover {
  background: rgb(221.313253012, 188.2108433735, 14.186746988);
}

@media (max-width: 900px) {
  .modal-user-type-box {
    max-width: calc(100vw - 32px);
    margin: 16px;
  }
}
@media (max-width: 600px) {
  .modal-user-type-box {
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    margin: 0;
    border-radius: 0;
    transform: none !important;
    opacity: 1 !important;
  }
  .modal-user-type-header {
    padding: 16px;
  }
  .modal-user-type-title {
    font-size: 20px;
    line-height: 28px;
  }
  .modal-user-type-body {
    padding: 40px 16px;
  }
  .modal-user-type-body p {
    font-size: 16px;
    line-height: 24px;
  }
  .modal-user-type-buttons {
    justify-content: center;
  }
}
.study-design-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(60, 60, 60, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.study-design-modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.study-design-modal-box {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow: hidden;
  transform: translateY(20px) scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.study-design-modal-overlay.show .study-design-modal-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.study-design-modal-header {
  display: flex;
  padding: 24px 40px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: var(--secondary, #f0cd15);
}

.study-design-modal-title {
  color: var(--text-dark, #222);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.study-design-modal-close {
  background: rgba(34, 34, 34, 0.2);
  border: none;
  color: var(--text-dark, #222);
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  margin-left: auto;
}

.study-design-modal-close:hover {
  background: rgba(0, 0, 0, 0.1);
}

.study-design-modal-body {
  display: flex;
  padding: 40px 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  background: #fff;
  max-height: calc(90vh - 96px);
  overflow-y: auto;
  overflow-x: hidden;
}

.study-design-modal-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  padding: 0 40px;
}
.study-design-modal-content p {
  color: var(--text-dark, #222);
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
}
.study-design-modal-content p:nth-child(2) {
  font-size: 22px;
  line-height: 32px;
}
.study-design-modal-content p:nth-child(2) span {
  padding-top: 16px;
  display: inline-block;
}
.study-design-modal-content p:nth-child(3) {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
}
.study-design-modal-content p:nth-child(4) {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.study-design-modal-content p:nth-child(5) {
  color: var(--text-default, #464646);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.study-design-modal-content p strong {
  font-weight: 600;
}
.study-design-modal-content p sup {
  position: relative;
  top: 0;
  font-size: 14px;
  font-weight: 600;
}

.study-design-sections {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  padding: 0 40px;
  width: 100%;
}

.study-design-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.study-design-section-head {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--secondary, #f0cd15);
  position: relative;
}

.study-design-section[data-section=taper] .study-design-section-head {
  background: var(--primary, #8cb7e1);
}

.study-design-section[data-section=titration] .study-design-section-head {
  background: #bcbdc0;
}

.study-design-section[data-section=double-blind] .study-design-section-head {
  background: var(--primary, #8cb7e1);
}

.study-design-section-arrow {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  width: 34px;
  height: 16px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.study-design-section-arrow.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.study-design-section-arrow svg {
  display: block;
  width: 34px;
  height: 16px;
}

.study-design-section-left {
  display: flex;
  width: 160px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-block: 2px;
}

.study-design-section-badge {
  display: flex;
  width: 96px;
  padding: 0 8px;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  border-radius: 4px 0 0 4px;
  background: #fff;
  position: relative;
}
.study-design-section-badge span {
  color: var(--text-dark, #222);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.study-design-section-badge svg {
  width: 12px;
  height: 30px;
  position: absolute;
  right: -12px;
  fill: #fff;
}

.study-design-section-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.study-design-section-middle h4 {
  color: var(--text-dark, #222);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
.study-design-section-middle h4 sup {
  position: relative;
  top: 0;
  font-size: 14px;
  font-weight: 600;
}

.study-design-section-right {
  display: flex;
  width: 160px;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  padding-block: 2px;
}

.study-design-toggle {
  display: flex;
  padding: 0 4px 0 12px;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: rgba(34, 34, 34, 0.1);
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.study-design-toggle:hover {
  background: rgba(34, 34, 34, 0.15);
}
.study-design-toggle .toggle-text {
  color: var(--text-dark, #222);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}
.study-design-toggle .toggle-icon {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  transition: transform 0.2s ease;
  transform: rotate(180deg);
}
.study-design-toggle.expanded .toggle-icon {
  transform: rotate(0deg);
}

.study-design-section-body {
  display: flex;
  padding: 40px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  width: 100%;
  opacity: 0;
  transform: translateY(-10px);
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
}

.study-design-section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  width: 100%;
}

.study-design-section[data-section=titration] .study-design-section-content {
  gap: 24px;
}

.study-design-section[data-section=titration] .study-design-section-body {
  padding: 0 0 24px 0;
}

.study-design-section[data-section=titration] .study-design-content-wrapper {
  position: relative;
}
.study-design-section[data-section=titration] .study-design-content-wrapper::before {
  content: "";
  position: absolute;
  left: 7px;
  top: -7px;
  width: 2px;
  height: 100%;
  background: #d9d9d9;
  z-index: -1;
}
.study-design-section[data-section=titration] .study-design-content-wrapper::after {
  content: "";
  position: absolute;
  right: 7px;
  top: -7px;
  width: 2px;
  height: 100%;
  background: #d9d9d9;
  z-index: -1;
}

.study-design-text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.study-design-text-group p {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
.study-design-text-group p:last-child {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.study-design-text-group p strong {
  font-weight: 600;
}
.study-design-text-group p sup {
  position: relative;
  top: 0;
  font-size: 12px;
  font-weight: 600;
}

.study-design-section[data-section=titration] .study-design-text-group {
  padding: 0 24px;
}

.study-design-criteria-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.study-design-criteria-group h5 {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.study-design-criteria-group h5 sup {
  position: relative;
  top: 0;
  font-size: 12px;
  font-weight: 600;
}

.study-design-criteria-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.study-design-criteria-list li {
  position: relative;
  padding-left: 40px;
  color: var(--text-dark, #222);
  font-size: 16px;
  line-height: 24px;
}
.study-design-criteria-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary, #8cb6e1) url("/assets/images/icons/arrow-forward-light.svg") no-repeat center;
  background-size: 24px 24px;
  transform: translateY(-3px);
}

.study-design-chart-section {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  padding: 24px 40px 0 40px;
}

.study-design-chart {
  flex-shrink: 0;
}
.study-design-chart img {
  width: 252px;
  height: 276px;
  aspect-ratio: 21/23;
  display: block;
}

.study-design-chart-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.study-design-chart-text p {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.study-design-chart-text p strong {
  font-weight: 600;
}
.study-design-chart-text p sup {
  position: relative;
  top: 0;
  font-size: 14px;
  font-weight: 600;
}

.study-design-yellow-bar {
  width: calc(100% - 14px);
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  background: var(--secondary, #f0cd15);
  margin: 16px auto;
  z-index: 1;
}
.study-design-yellow-bar span {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.study-design-timeline-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.timeline-label-left,
.timeline-label-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.timeline-label-left svg,
.timeline-label-right svg {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  fill: #fff;
  stroke-width: 2px;
  stroke: #222;
}
.timeline-label-left span,
.timeline-label-right span {
  color: #54565a;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 24px;
}

.study-design-section[data-section=double-blind] .study-design-content-wrapper {
  position: relative;
  width: 100%;
}
.study-design-section[data-section=double-blind] .study-design-content-wrapper::before {
  content: "";
  position: absolute;
  left: 7px;
  top: -7px;
  width: 2px;
  height: calc(100% + 35px);
  transform: translateY(-35px);
  background: #d9d9d9;
  z-index: -1;
}

.study-design-section[data-section=double-blind] .study-design-treatment-arms {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-bottom: 16px;
}

.study-design-section[data-section=double-blind] .study-design-section-body {
  padding: 24px 0;
}
@media (max-width: 768px) {
  .study-design-section[data-section=double-blind] .study-design-section-body {
    padding-bottom: 0;
  }
}

.study-design-section[data-section=double-blind] .study-design-section-content {
  gap: 24px;
}

.study-design-section[data-section=double-blind] .study-design-text-group {
  padding: 0 24px;
}
.study-design-section[data-section=double-blind] .study-design-text-group p {
  margin-bottom: 0;
}
.study-design-section[data-section=double-blind] .study-design-text-group p:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.study-design-section[data-section=double-blind] .study-design-text-group strong {
  font-weight: 600;
}
.study-design-section[data-section=double-blind] .study-design-text-group sup {
  font-weight: 400;
}

.study-design-treatment-line {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-inline: 9px;
  position: relative;
}

.study-design-section[data-section=double-blind] .study-design-line {
  flex: 1;
  height: 3px;
  position: relative;
  min-width: 30px;
  display: block;
}

.study-design-section[data-section=double-blind] .study-design-line--blue {
  background: var(--primary, #8cb7e1) !important;
}

.study-design-section[data-section=double-blind] .study-design-line--yellow {
  background: #f0cd15 !important;
}

.study-design-section[data-section=double-blind] .study-design-treatment-line--blue::after,
.study-design-section[data-section=double-blind] .study-design-treatment-line--yellow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid var(--primary, #8cb7e1);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.study-design-section[data-section=double-blind] .study-design-treatment-line--yellow::after {
  border-left-color: #f0cd15;
}

.study-design-disclaimer {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  padding: 0 40px;
}

.study-design-rescue-wrapper {
  border-top: 1px solid #d5d7da;
  padding: 0 40px;
}
.study-design-rescue-wrapper .study-design-rescue-headline {
  color: var(--text-dark, #222);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin: 40px 0 16px 0;
}
.study-design-rescue-wrapper .study-design-rescue-headline strong {
  font-weight: 600;
}
.study-design-rescue-wrapper .study-design-rescue-headline sup {
  font-size: 18px;
  top: 0;
}
@media (max-width: 768px) {
  .study-design-rescue-wrapper .study-design-rescue-headline {
    margin-top: 24px;
    font-size: 26px;
    line-height: 32px;
  }
}
.study-design-rescue-wrapper .study-design-rescue-text {
  color: var(--text-dark, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 16px 0;
}
.study-design-rescue-wrapper .study-design-rescue-text sup {
  font-size: 10px;
  top: 0;
}
.study-design-rescue-wrapper .study-design-rescue-image-container {
  margin: 0 0 16px 0;
}
.study-design-rescue-wrapper .study-design-rescue-image {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.study-design-rescue-wrapper .study-design-rescue-image--desktop {
  display: block;
}
@media (max-width: 576px) {
  .study-design-rescue-wrapper .study-design-rescue-image--desktop {
    display: none;
  }
}
.study-design-rescue-wrapper .study-design-rescue-image--mobile {
  display: none;
}
@media (max-width: 576px) {
  .study-design-rescue-wrapper .study-design-rescue-image--mobile {
    display: block;
  }
}
.study-design-rescue-wrapper .study-design-rescue-bold {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 16px 0;
}
.study-design-rescue-wrapper .study-design-rescue-definitions {
  color: var(--text-default, #464646);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 16px 0 0 0;
}

.study-design-cta-section {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.04) 0%, rgba(34, 34, 34, 0.04) 100%), #fff;
}

.study-design-cta-heading {
  color: var(--text-dark, #222);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.study-design-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.study-design-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: var(--secondary, #f0cd15);
  color: var(--text-dark, #222);
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color 0.2s ease;
}
.study-design-cta-button:hover {
  background: var(--secondary-dark, #d6b200);
  color: var(--text-dark, #222);
  text-decoration: none;
}

.study-design-treatment-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.study-design-treatment-text--blue {
  color: var(--primary, #8cb7e1);
}

.study-design-treatment-text--yellow {
  color: var(--text-dark, #222);
}

.study-design-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.study-design-arrow--blue svg {
  color: var(--primary, #8cb7e1);
}

.study-design-arrow--yellow svg {
  color: #f0cd15;
}

@media (max-width: 992px) {
  .study-design-modal-box {
    max-width: calc(100vw - 32px);
    margin: 16px;
  }
}
@media (max-width: 576px) {
  .study-design-modal-box {
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    margin: 0;
    border-radius: 0;
    transform: none !important;
    opacity: 1 !important;
    max-height: 100vh;
  }
  .study-design-modal-body {
    max-height: calc(100vh - 64px);
  }
  .study-design-modal-header {
    padding: 16px;
  }
  .study-design-modal-title {
    font-size: 20px;
    line-height: 28px;
  }
  .study-design-modal-content {
    padding: 0 16px;
  }
  .study-design-sections {
    padding: 0 16px;
  }
  .study-design-disclaimer {
    padding: 0 16px;
  }
  .study-design-rescue-wrapper {
    padding: 0 16px;
  }
  .study-design-modal-content p {
    font-size: 26px;
    line-height: 32px;
  }
  .study-design-modal-content p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
  }
  .study-design-modal-content p:nth-child(3) {
    font-size: 16px;
    line-height: 24px;
  }
  .study-design-modal-content p:nth-child(4) {
    font-size: 14px;
    line-height: 20px;
  }
  .study-design-section-head {
    flex-direction: column;
    gap: 12px;
  }
  .study-design-section-left,
  .study-design-section-right {
    width: 100%;
    align-items: center;
  }
  .study-design-section-middle {
    justify-content: center;
    text-align: center;
    order: 3;
  }
  .study-design-section-head {
    flex-direction: column;
    gap: 12px;
  }
  .study-design-section-left,
  .study-design-section-right {
    width: 50%;
  }
  .study-design-section-left {
    order: 1;
    align-items: flex-start;
  }
  .study-design-section-right {
    order: 2;
    align-items: flex-end;
  }
  .study-design-section-middle {
    order: 3;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .study-design-section-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }
  .study-design-section-body {
    padding-inline: 0;
  }
  .study-design-section-left,
  .study-design-section-right {
    flex: 0 0 50%;
    width: 50%;
  }
  .study-design-section-middle {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 12px;
  }
  .study-design-chart-section {
    flex-direction: column;
    gap: 24px;
  }
  .study-design-chart img {
    width: 100%;
    max-width: 252px;
    height: auto;
  }
  .study-design-cta-section {
    padding: 24px 16px;
  }
  .study-design-cta-heading {
    font-size: 20px;
    line-height: 30px;
  }
}
.study-48-week-modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1002 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.study-48-week-modal-overlay.show {
  opacity: 1;
  visibility: visible;
  padding: 0 !important;
}

.study-48-week-modal-box {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow: hidden;
  transform: translateY(20px) scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.study-48-week-modal-overlay.show .study-48-week-modal-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.study-48-week-modal-header {
  display: flex;
  padding: 24px 40px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: var(--secondary, #f0cd15);
}

.study-48-week-modal-title {
  color: var(--text-dark, #222);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.study-48-week-modal-close {
  background: rgba(34, 34, 34, 0.2);
  border: none;
  color: var(--text-dark, #222);
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  margin-left: auto;
}
.study-48-week-modal-close:hover {
  background: rgba(0, 0, 0, 0.1);
}
.study-48-week-modal-close svg {
  width: 24px;
  height: 24px;
}

.study-48-week-modal-body {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  background: #fff;
  max-height: calc(90vh - 84px);
  overflow-y: auto;
  overflow-x: hidden;
}

.study-48-week-modal-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.study-48-week-heading {
  color: var(--text-dark, #222);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
}
.study-48-week-heading sup {
  font-size: 14px;
  top: 0;
}

.study-48-week-intro {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.study-48-week-intro sup {
  font-size: 12px;
  top: 0;
}

.study-48-week-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  margin-bottom: 16px;
}

.study-48-week-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  position: relative;
  padding-left: 46px;
}
.study-48-week-detail-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary, #8cb7e1) url("/assets/images/icons/arrow-forward-light.svg") no-repeat center;
  background-size: 24px 24px;
  transform: translateY(-3px);
}
.study-48-week-detail-item p {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.study-48-week-rescue {
  color: var(--text-dark, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.study-48-week-rescue sup {
  font-size: 10px;
  font-weight: 600;
  top: 0;
}

.study-48-week-rescue-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}

.study-48-week-rescue-image-container {
  margin: 0;
}

.study-48-week-rescue-image {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.study-48-week-rescue-image--desktop {
  display: block;
}
@media (max-width: 576px) {
  .study-48-week-rescue-image--desktop {
    display: none;
  }
}
.study-48-week-rescue-image--mobile {
  display: none;
}
@media (max-width: 576px) {
  .study-48-week-rescue-image--mobile {
    display: block;
  }
}

.study-48-week-cta {
  display: flex;
  justify-content: center;
  align-self: stretch;
  margin-top: 24px;
}

.study-48-week-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: var(--secondary, #f0cd15);
  color: var(--text-dark, #222);
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color 0.2s ease;
}
.study-48-week-cta-button:hover {
  background: var(--secondary-dark, #d6b200);
  color: var(--text-dark, #222);
  text-decoration: none;
}

@media (max-width: 992px) {
  .study-48-week-modal-box {
    max-width: calc(100vw - 32px);
    margin: 16px;
  }
}
@media (max-width: 576px) {
  .study-48-week-modal-box {
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    margin: 0;
    border-radius: 0;
    transform: none !important;
    opacity: 1 !important;
    max-height: 100vh;
  }
  .study-48-week-modal-body {
    max-height: calc(100vh - 84px);
    padding: 24px 16px;
  }
  .study-48-week-modal-header {
    padding: 16px;
  }
  .study-48-week-modal-title {
    font-size: 20px;
    line-height: 28px;
  }
  .study-48-week-heading {
    font-size: 26px;
    line-height: 32px;
  }
  .study-48-week-intro {
    font-size: 16px;
    line-height: 24px;
  }
  .study-48-week-detail-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .study-48-week-rescue {
    font-size: 14px;
    line-height: 20px;
  }
}
.why-belbuca-content {
  display: flex;
  padding: 64px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  max-width: 100%;
  box-sizing: border-box;
}
.why-belbuca-content .limitations-section {
  width: 100%;
}
.why-belbuca-content .limitations-section .limitations-title {
  color: var(--primary-text, #222);
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  margin: 0 0 32px 0;
}
.why-belbuca-content .limitations-section .limitations-title sup {
  top: -1px;
}
.why-belbuca-content .limitations-section .limitations-cards {
  padding-top: 48px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 48px 24px;
  align-self: stretch;
  flex-wrap: wrap;
}
.why-belbuca-content .limitations-section .limitations-cards .limitation-card {
  display: flex;
  padding: 40px 16px 16px 16px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: linear-gradient(135deg, #a7a9ab 0%, var(--tertiary, #f0cd15) 100%);
  box-shadow: 0 12px 16px -4px rgba(34, 34, 34, 0.08), 0 4px 6px -2px rgba(34, 34, 34, 0.03), 0 2px 2px -1px rgba(34, 34, 34, 0.04);
  position: relative;
  min-width: 235px;
}
.why-belbuca-content .limitations-section .limitations-cards .limitation-card::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  border-radius: 7px;
  z-index: 1;
}
.why-belbuca-content .limitations-section .limitations-cards .limitation-card .card-icon-holder {
  z-index: 2;
}
.why-belbuca-content .limitations-section .limitations-cards .limitation-card .card-text {
  z-index: 2;
}
.why-belbuca-content .limitations-section .limitations-cards .limitation-card .card-text sup {
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  top: 0px;
}
.why-belbuca-content .limitations-section .limitations-cards .limitation-card .card-icon-holder {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #a7a9ab;
  box-shadow: -4px 4px 0 0 var(--tertiary, #f0cd15);
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.why-belbuca-content .limitations-section .limitations-cards .limitation-card .card-icon-holder .card-icon {
  width: 40px;
  height: 40px;
}
.why-belbuca-content .limitations-section .limitations-cards .limitation-card .card-text {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-text, #222);
}
.why-belbuca-content .pharmacokinetics-section {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
}
.why-belbuca-content .pharmacokinetics-section .pharmacokinetics-title {
  color: var(--primary-text, #222);
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  margin: 0 0 16px 0;
}
.why-belbuca-content .pharmacokinetics-section .pharmacokinetics-intro {
  color: var(--primary-text, #222);
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 16px 0;
}
.why-belbuca-content .pharmacokinetics-section .pharmacokinetics-intro sup {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  top: 0px;
}
.why-belbuca-content .pharmacokinetics-section .benefits-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.why-belbuca-content .pharmacokinetics-section .benefits-list .benefit-item {
  display: flex;
  padding: 12px 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: #d9d9d9;
  position: relative;
}
.why-belbuca-content .pharmacokinetics-section .benefits-list .benefit-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 12px;
  background-image: url("/assets/images/icons/arrow-down-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.why-belbuca-content .pharmacokinetics-section .benefits-list .benefit-item .benefit-text {
  color: var(--primary-text, #222);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.why-belbuca-content .scroll-down-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 32px 0 0;
}
.why-belbuca-content .scroll-down-section .scroll-down-text {
  max-width: 620px;
  color: var(--primary-text, #222);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
.why-belbuca-content .scroll-down-section .scroll-down-text strong {
  font-weight: 600;
}
.why-belbuca-content .scroll-down-section .scroll-down-wrapper {
  display: flex;
  width: 80px;
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: var(--primary-text, #222);
}
.why-belbuca-content .scroll-down-section .scroll-down-wrapper .scroll-down-icon {
  width: 48px;
  height: 48px;
  animation: scrollDownBounce 2s ease-in-out infinite;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

@keyframes scrollDownBounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}
.bema-technology-section {
  display: flex;
  padding: 64px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  max-width: 100%;
  box-sizing: border-box;
}
.bema-technology-section .bema-main-title {
  color: #222;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 32px;
}
.bema-technology-section .bema-content {
  display: flex;
  width: 100%;
  gap: 48px;
  align-items: flex-start;
}
.bema-technology-section .bema-content .bema-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bema-technology-section .bema-content .bema-left-column .bema-advantages {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.bema-technology-section .bema-content .bema-left-column .bema-advantages .bema-subtitle {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
.bema-technology-section .bema-content .bema-left-column .bema-advantages .bema-advantages-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bema-technology-section .bema-content .bema-left-column .bema-advantages .bema-advantages-list .bema-advantage-item {
  display: flex;
  align-items: start;
  gap: 16px;
}
.bema-technology-section .bema-content .bema-left-column .bema-advantages .bema-advantages-list .bema-advantage-item .advantage-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.bema-technology-section .bema-content .bema-left-column .bema-advantages .bema-advantages-list .bema-advantage-item span {
  color: var(--primary-text, #222);
  font-size: 20px;
  line-height: 30px;
  margin-top: 5px;
}
.bema-technology-section .bema-content .bema-left-column .bema-definition {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.bema-technology-section .bema-content .bema-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bema-technology-section .bema-content .bema-right-column .bema-illustration {
  width: 494px;
  height: 326px;
  aspect-ratio: 3/2;
  margin-bottom: 8px;
  max-width: 100%;
  height: auto;
}
.bema-technology-section .bema-content .bema-right-column .bema-disclaimer {
  color: var(--text-default, #464646);
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.mechanism-action-section {
  display: flex;
  padding: 64px 0 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  max-width: 100%;
  box-sizing: border-box;
}
.mechanism-action-section .mechanism-content {
  display: flex;
  width: 100%;
  gap: 48px;
  align-items: flex-start;
}
.mechanism-action-section .mechanism-content .mechanism-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-main-title {
  color: #222;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
}
.mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-main-title strong {
  font-weight: 600;
}
.mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-details .mechanism-subtitle {
  color: #222;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
.mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-details .mechanism-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-details .mechanism-list .mechanism-item {
  display: flex;
  align-items: start;
  gap: 16px;
}
.mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-details .mechanism-list .mechanism-item .mechanism-icon-wrapper {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: #8cb6e1;
  flex-shrink: 0;
}
.mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-details .mechanism-list .mechanism-item .mechanism-icon {
  width: 24px;
  height: 24px;
}
.mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-details .mechanism-list .mechanism-item span {
  color: var(--primary-text, #222);
  font-size: 20px;
  line-height: 30px;
}
.mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-details .mechanism-list .mechanism-item span sup {
  font-size: 12px;
  line-height: 1;
  font-weight: 5 0;
}
.mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-disclaimers {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-disclaimers .disclaimer-text {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.mechanism-action-section .mechanism-content .mechanism-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mechanism-action-section .mechanism-content .mechanism-right-column .mechanism-illustration {
  width: 480px;
  height: 279px;
  aspect-ratio: 160/93;
  border-radius: 8px;
  box-shadow: 0 24px 60px 0 rgba(0, 0, 0, 0.05), 0 16px 32px 0 rgba(0, 0, 0, 0.04), 0 12px 16px 0 rgba(0, 0, 0, 0.02);
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .why-belbuca-content {
    padding: 52px 0;
    gap: 24px;
  }
  .why-belbuca-content .limitations-section .limitations-title {
    font-size: 26px;
    line-height: 32px;
  }
  .why-belbuca-content .limitations-section .limitations-cards {
    flex-direction: column;
    gap: 56px;
    padding-top: 16px;
    margin-bottom: 16px;
  }
  .why-belbuca-content .limitations-section .limitations-cards .limitation-card {
    flex: none;
    min-width: auto;
    background: linear-gradient(135deg, #a7a9ab 0%, var(--tertiary, #f0cd15) 100%);
  }
  .why-belbuca-content .limitations-section .limitations-cards .limitation-card::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    border-radius: 7px;
    z-index: 1;
  }
  .why-belbuca-content .limitations-section .limitations-cards .limitation-card .card-icon-holder {
    z-index: 2;
  }
  .why-belbuca-content .limitations-section .limitations-cards .limitation-card .card-text {
    z-index: 2;
  }
  .why-belbuca-content .pharmacokinetics-section {
    padding: 24px 0 0;
  }
  .why-belbuca-content .pharmacokinetics-section .pharmacokinetics-title {
    font-size: 26px;
    line-height: 32px;
  }
  .why-belbuca-content .pharmacokinetics-section .benefits-list .benefit-item {
    padding: 12px 16px;
  }
  .why-belbuca-content .pharmacokinetics-section .benefits-list .benefit-item .benefit-text {
    font-size: 14px;
  }
  .why-belbuca-content .scroll-down-section .scroll-down-text {
    font-size: 20px;
    line-height: 30px;
  }
  .mechanism-action-section {
    padding: 40px 0;
  }
  .mechanism-action-section .mechanism-content {
    flex-direction: column;
    gap: 24px;
  }
  .mechanism-action-section .mechanism-content .mechanism-left-column {
    gap: 24px;
  }
  .mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-main-title {
    font-size: 26px;
    line-height: 32px;
  }
  .mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-details .mechanism-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-details .mechanism-list .mechanism-item span {
    font-size: 16px;
    line-height: 24px;
  }
  .mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-details .mechanism-list .mechanism-item span sup {
    font-size: 10px;
    line-height: 1;
  }
  .mechanism-action-section .mechanism-content .mechanism-left-column .mechanism-disclaimers .disclaimer-text {
    font-size: 14px;
    line-height: 20px;
  }
  .mechanism-action-section .mechanism-content .mechanism-right-column {
    align-items: center;
  }
  .mechanism-action-section .mechanism-content .mechanism-right-column .mechanism-illustration {
    width: 100%;
    max-width: 480px;
  }
  .bema-technology-section {
    padding-block: 40px 0;
  }
  .bema-technology-section .bema-content {
    flex-direction: column;
    gap: 24px;
  }
  .bema-technology-section .bema-content .bema-left-column {
    gap: 24px;
  }
  .bema-technology-section .bema-content .bema-left-column .bema-main-title {
    font-size: 26px;
    line-height: 32px;
  }
  .bema-technology-section .bema-content .bema-left-column .bema-advantages {
    gap: 8px;
  }
  .bema-technology-section .bema-content .bema-left-column .bema-advantages .bema-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .bema-technology-section .bema-content .bema-left-column .bema-advantages .bema-advantages-list {
    gap: 8px;
  }
  .bema-technology-section .bema-content .bema-left-column .bema-advantages .bema-advantages-list .bema-advantage-item {
    gap: 8px;
  }
  .bema-technology-section .bema-content .bema-left-column .bema-definition {
    font-size: 14px;
    line-height: 20px;
  }
  .bema-technology-section .bema-content .bema-right-column {
    margin-bottom: 52px;
  }
  .bema-technology-section .bema-content .bema-right-column .bema-illustration {
    width: 100%;
    max-width: 494px;
  }
  .bema-technology-section .bema-content .bema-right-column .bema-disclaimer {
    font-size: 14px;
    line-height: 20px;
  }
  .mechanism-action-section .references-section {
    margin-top: 52px;
  }
}
.hcp-efficacy-safety {
  padding: 64px 0 40px;
}
.hcp-efficacy-safety .tabs {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px -4px rgba(34, 34, 34, 0.08), 0 4px 18px -2px rgba(34, 34, 34, 0.03), 0 2px 8px -1px rgba(34, 34, 34, 0.04);
  overflow: hidden;
}
@media (max-width: 576px) {
  .hcp-efficacy-safety .tabs {
    flex-direction: column;
  }
}
.hcp-efficacy-safety .tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  background: #fff;
  padding: 0;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
@media (max-width: 576px) {
  .hcp-efficacy-safety .tab {
    flex: 0 0 auto;
  }
}
.hcp-efficacy-safety .tab:first-child {
  border-top-left-radius: 8px;
}
.hcp-efficacy-safety .tab:last-child {
  border-top-right-radius: 8px;
}
.hcp-efficacy-safety .tab:first-child .tab__content {
  border-top-left-radius: 8px;
}
.hcp-efficacy-safety .tab:last-child .tab__content {
  border-top-right-radius: 8px;
}
.hcp-efficacy-safety .tab__content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  flex: 1 1 auto;
  border-bottom: 6px solid #aba7a6;
  background: #fff;
  position: relative;
  z-index: 1;
  transition: border-bottom-color 0.25s ease;
}
.hcp-efficacy-safety .tab .tab__title {
  color: var(--text-dark, #222);
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
  transition: color 0.25s ease;
}
.hcp-efficacy-safety .tab .tab__subtitle {
  color: var(--text-dark, #222);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  transition: color 0.25s ease;
}
.hcp-efficacy-safety .tab .tab__subtitle sup {
  font-size: 12px;
  font-weight: 600;
}
.hcp-efficacy-safety .tab:not(.is-active) .tab__title,
.hcp-efficacy-safety .tab:not(.is-active) .tab__subtitle {
  color: #aba7a6;
}
.hcp-efficacy-safety .tab.is-active {
  padding: 1px;
}
.hcp-efficacy-safety .tab::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, var(--secondary, #f0cd15));
  border-radius: inherit;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.hcp-efficacy-safety .tab.is-active::before {
  opacity: 1;
}
.hcp-efficacy-safety .tab.is-active .tab__content {
  background: linear-gradient(0deg, rgba(240, 205, 21, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #fff;
  border-bottom: 5px solid var(--secondary, #f0cd15);
}
.hcp-efficacy-safety .tab#tab-safety.is-active .tab__content {
  background: linear-gradient(0deg, rgba(140, 182, 225, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #fff;
  border-bottom: 5px solid #8cb6e1;
}
.hcp-efficacy-safety .tab#tab-safety::before {
  background: linear-gradient(to bottom, transparent, #8cb6e1);
}
.hcp-efficacy-safety .tab.is-active:first-child .tab__content {
  border-top-left-radius: 7px;
}
.hcp-efficacy-safety .tab.is-active:last-child .tab__content {
  border-top-right-radius: 7px;
}
.hcp-efficacy-safety .tabs-intro {
  margin: 80px 0 32px 0;
  color: var(--text-dark, #222);
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}
.hcp-efficacy-safety .tabs-intro sup {
  position: relative;
  top: 0;
  font-size: 24px;
  font-weight: 600;
}
.hcp-efficacy-safety .tab-panel[hidden] {
  display: none;
}
.hcp-efficacy-safety .tab-panel {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.hcp-efficacy-safety .tab-panel .info-wrap {
  margin-top: 0;
}
.hcp-efficacy-safety .tab-panel .info-wrap .info-box {
  margin-bottom: 0;
}
.hcp-efficacy-safety .tab-panel.is-fading-out {
  opacity: 0;
}
.hcp-efficacy-safety .study-results {
  display: flex;
  padding: 24px;
  margin-bottom: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--secondary, #f0cd15);
  background: #fff;
  position: relative;
  box-shadow: 0 12px 32px -4px rgba(34, 34, 34, 0.08), 0 4px 18px -2px rgba(34, 34, 34, 0.03), 0 2px 8px -1px rgba(34, 34, 34, 0.04);
}
@media (max-width: 576px) {
  .hcp-efficacy-safety .study-results {
    margin-bottom: 56px;
  }
}
.hcp-efficacy-safety .study-results__label-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.hcp-efficacy-safety .study-results__label {
  display: flex;
  padding: 2px 10px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px 0 0 4px;
  background: var(--secondary, #f0cd15);
  color: var(--text-dark, #222);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.hcp-efficacy-safety .study-results__label-triangle {
  position: absolute;
  right: -34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
}
.hcp-efficacy-safety .study-results__title {
  color: var(--text-dark, #222);
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}
.hcp-efficacy-safety .study-results__title sup {
  position: relative;
  top: 0;
  font-size: 20px;
  font-weight: 600;
}
.hcp-efficacy-safety .study-results__metrics {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  flex-wrap: wrap;
}
.hcp-efficacy-safety .metric-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex: 1 0 0;
  min-width: min(300px, 100%);
  max-width: 100%;
  height: -webkit-fill-available;
}
.hcp-efficacy-safety .metric-callout {
  padding: 16px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(140, 182, 225, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #fff;
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-wrap: pretty;
}
.hcp-efficacy-safety .metric-callout::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgb(140, 182, 225) 0%, rgba(140, 182, 225, 0) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
.hcp-efficacy-safety .metric-caption {
  color: var(--text-dark, #222);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.hcp-efficacy-safety .metric-caption sup {
  position: relative;
  top: 0;
  font-size: 10px;
}
.hcp-efficacy-safety .metric-img {
  width: 100%;
  height: auto;
  display: block;
}
.hcp-efficacy-safety .study-results__footnotes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.hcp-efficacy-safety .study-results__note {
  color: var(--text-dark, #222);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.hcp-efficacy-safety .study-results__conclusion {
  color: var(--text-dark, #222);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.hcp-efficacy-safety .study-results__conclusion sup {
  position: relative;
  top: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.hcp-efficacy-safety .fw-600 {
  font-weight: 600;
}
.hcp-efficacy-safety .study-design {
  margin-block: 80px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--secondary, #f0cd15);
  background: #fff;
  position: relative;
  box-shadow: 0 12px 32px -4px rgba(34, 34, 34, 0.08), 0 4px 18px -2px rgba(34, 34, 34, 0.03), 0 2px 8px -1px rgba(34, 34, 34, 0.04);
}
.hcp-efficacy-safety .study-design__label-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.hcp-efficacy-safety .study-design__label {
  display: inline-flex;
  padding: 2px 10px;
  align-items: center;
  gap: 8px;
  border-radius: 4px 0 0 4px;
  background: var(--secondary, #f0cd15);
  color: var(--text-dark, #222);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.hcp-efficacy-safety .study-design__label-triangle {
  position: absolute;
  right: -34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
}
.hcp-efficacy-safety .study-design__title {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.hcp-efficacy-safety .study-design__subtitle {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 24px;
  font-style: italic;
}
.hcp-efficacy-safety .study-design__subtitle sup {
  position: relative;
  top: 0;
  font-size: 10px;
  font-style: normal;
}
.hcp-efficacy-safety .study-design__intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.hcp-efficacy-safety .study-design__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  margin-bottom: 24px;
}
.hcp-efficacy-safety .study-design__diagram {
  width: 100%;
  max-width: 1008px;
  height: auto;
  display: block;
}
.hcp-efficacy-safety .study-design__cta {
  display: flex;
  width: 100%;
  justify-content: center;
}
.hcp-efficacy-safety .study-design__button,
.hcp-efficacy-safety .safety-results__button {
  display: inline-flex;
  padding: 12px 20px;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: var(--secondary, #f0cd15);
  color: var(--text-dark, #222);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}
.hcp-efficacy-safety .study-design__button:hover,
.hcp-efficacy-safety .safety-results__button:hover {
  background: var(--secondary-dark, #d6b200);
}
.hcp-efficacy-safety .screening-card {
  position: relative;
  border-radius: 8px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(240, 205, 21) 0%, rgba(240, 205, 21, 0) 100%) border-box;
  border: 1px solid transparent;
}
.hcp-efficacy-safety .screening-card__header {
  display: block;
  width: 100%;
  background: var(--secondary, #f0cd15);
  color: var(--text-dark, #222);
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 6px 6px 0 0;
}
.hcp-efficacy-safety .screening-card__header sup {
  position: relative;
  top: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.hcp-efficacy-safety .screening-card__content {
  padding: 24px;
}
.hcp-efficacy-safety .screening-card__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.hcp-efficacy-safety .screening-card__list li {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-left: 40px;
  color: var(--text-dark, #222);
}
.hcp-efficacy-safety .screening-card__list li sup {
  position: relative;
  top: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}
.hcp-efficacy-safety .screening-card__list li strong {
  font-weight: 600;
}
.hcp-efficacy-safety .screening-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary, #8cb6e1) url("/assets/images/icons/arrow-forward-light.svg") no-repeat center;
  background-size: 24px 24px;
  transform: translateY(-3px);
}
.hcp-efficacy-safety .screening-card__note {
  margin: 16px 0 0 40px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-dark, #222);
  position: relative;
  padding-left: 40px;
}
.hcp-efficacy-safety .screening-card__note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: url("/assets/images/icons/bullet.svg") no-repeat center;
  background-size: 24px 24px;
  transform: translateY(-3px);
}
.hcp-efficacy-safety .study-design__phases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
@media (max-width: 576px) {
  .hcp-efficacy-safety .study-design__phases {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hcp-efficacy-safety .phase-card {
  position: relative;
  border-radius: 8px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, var(--primary, #8cb6e1) 0%, rgba(240, 205, 21, 0) 100%) border-box;
  border: 1px solid transparent;
  overflow: hidden;
}
.hcp-efficacy-safety .phase-card--grey {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #bcbdc0 0%, rgba(240, 205, 21, 0) 100%) border-box;
}
.hcp-efficacy-safety .phase-card__header {
  display: block;
  width: 100%;
  padding: 12px 24px;
  font-weight: 600;
  color: var(--text-dark, #222);
  border-radius: 6px 6px 0 0;
}
.hcp-efficacy-safety .phase-card--blue .phase-card__header {
  background: var(--primary, #8cb6e1);
}
.hcp-efficacy-safety .phase-card--grey .phase-card__header {
  background: #bcbdc0;
}
.hcp-efficacy-safety .phase-card__content {
  padding: 24px;
}
.hcp-efficacy-safety .phase-card__body {
  color: var(--text-dark, #222);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
.hcp-efficacy-safety .phase-card__body sup {
  position: relative;
  top: 2px;
  font-size: 8px;
  font-style: normal;
}
.hcp-efficacy-safety .study-design__footnotes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hcp-efficacy-safety .study-design__note {
  color: var(--text-dark, #222);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.hcp-efficacy-safety .study-design__note strong {
  color: var(--text-default, #464646);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.hcp-efficacy-safety .study-design__note span {
  color: var(--text-default, #464646);
}
.hcp-efficacy-safety .info-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  margin: 32px 0 0 0;
}
.hcp-efficacy-safety .info-follow__desc {
  color: var(--text-default, #464646);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.hcp-efficacy-safety .info-follow {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}
.hcp-efficacy-safety #panel-efficacy .study-results__metrics {
  gap: 40px;
}
.hcp-efficacy-safety #panel-efficacy .study-results__conclusion sup {
  font-size: 12px;
}
.hcp-efficacy-safety #panel-efficacy .info-box .info-box__content sup {
  font-size: 12px;
}
.hcp-efficacy-safety #panel-efficacy .study-design__subtitle {
  margin-bottom: 0;
}
.hcp-efficacy-safety #panel-efficacy .study-design__subtitle sup {
  font-size: 12px;
}
.hcp-efficacy-safety #panel-efficacy .study-design__note {
  margin-bottom: 0;
}
.hcp-efficacy-safety #panel-efficacy .study-design__footnotes {
  margin-bottom: 0;
}
.hcp-efficacy-safety #panel-safety .tabs-intro {
  padding: 80px 0 48px 0;
  margin: 0;
  font-size: 38px;
}
@media (max-width: 576px) {
  .hcp-efficacy-safety #panel-safety .tabs-intro {
    padding-top: 40px;
    font-size: 26px;
    line-height: 32px;
  }
}
.hcp-efficacy-safety #panel-safety .safety-info-box .info-box {
  margin-bottom: 8px;
}
.hcp-efficacy-safety #panel-safety .safety-info-box .info-box .info-box__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 24px 0 16px;
}
@media (max-width: 576px) {
  .hcp-efficacy-safety #panel-safety .safety-info-box .info-box .info-box__content {
    padding-bottom: 0;
  }
}
.hcp-efficacy-safety #panel-safety .safety-info-box .info-box .info-box__content .info-box__text {
  width: 100%;
}
.hcp-efficacy-safety #panel-safety .safety-optimal-title {
  text-align: center;
  color: var(--text-dark, #222);
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  padding: 0 24px 24px 24px;
}
.hcp-efficacy-safety #panel-safety .safety-optimal-title sup {
  top: 0px;
  font-size: 14px;
  font-weight: 600;
}
.hcp-efficacy-safety #panel-safety .safety-optimal-title span {
  font-weight: 400;
}
@media (max-width: 576px) {
  .hcp-efficacy-safety #panel-safety .safety-optimal-title {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
}
.hcp-efficacy-safety #panel-safety .safety-optimal-sep {
  display: block;
  width: 100%;
  margin-left: 0;
  height: 1px;
  background: linear-gradient(90deg, #f0cd15 0%, rgba(140, 182, 225, 0) 100%);
}
.hcp-efficacy-safety #panel-safety .safety-optimal-criteria {
  display: flex;
  align-items: stretch;
  gap: 60px;
  width: 100%;
  padding: 0 24px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 576px) {
  .hcp-efficacy-safety #panel-safety .safety-optimal-criteria {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
}
.hcp-efficacy-safety #panel-safety .safety-optimal-criteria .criteria-item {
  flex: 1 1 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--text-dark, #222);
  margin-top: 16px;
}
@media (max-width: 576px) {
  .hcp-efficacy-safety #panel-safety .safety-optimal-criteria .criteria-item {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.hcp-efficacy-safety #panel-safety .safety-optimal-criteria .criteria-item--or {
  flex: 0 0 auto;
  align-self: center;
  font-size: 28px;
  color: var(--text-default, #464646);
}
@media (max-width: 576px) {
  .hcp-efficacy-safety #panel-safety .safety-optimal-criteria .criteria-item--or {
    font-size: 20px;
    line-height: 22px;
  }
}
.hcp-efficacy-safety #panel-safety .safety-footnote {
  margin-bottom: 52px;
  font-size: 12px;
  line-height: 18px;
  color: var(--text-default, #464646);
}
@media (max-width: 576px) {
  .hcp-efficacy-safety #panel-safety .safety-footnote {
    font-size: 14px;
    line-height: 20px;
  }
}
.hcp-efficacy-safety #panel-safety .study-design {
  margin: 80px 0 64px 0;
}
.hcp-efficacy-safety #panel-safety .study-design .safety-design-heading {
  color: var(--text-dark, #222);
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
}
.hcp-efficacy-safety #panel-safety .study-design .safety-design-heading sup {
  font-size: 14px;
  position: relative;
  top: 0;
}
.hcp-efficacy-safety #panel-safety .study-design .study-design__visual .study-design__diagram {
  max-width: 917px;
}
.hcp-efficacy-safety #panel-safety .study-design .study-design__visual .study-design__note {
  max-width: 931px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.hcp-efficacy-safety #panel-safety .study-design .study-design__phases {
  grid-template-columns: 1fr;
}
.hcp-efficacy-safety #panel-safety .study-design .study-design__phases p:not(.keep-margin) {
  margin: 0;
}
.hcp-efficacy-safety #panel-safety .study-design .study-design__phases p > sup {
  position: relative;
  top: -1px;
  font-size: 9px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .hcp-efficacy-safety #panel-safety .study-design {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .hcp-efficacy-safety #panel-safety .study-design .safety-design-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .hcp-efficacy-safety #panel-safety .study-design .safety-design-heading sup {
    font-size: 10px;
    top: 1px;
    font-weight: 500;
  }
  .hcp-efficacy-safety #panel-safety .study-design .study-design__intro .study-design__title,
  .hcp-efficacy-safety #panel-safety .study-design .study-design__intro .study-design__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .hcp-efficacy-safety #panel-safety .study-design .study-design__visual {
    margin-bottom: 24px;
  }
  .hcp-efficacy-safety #panel-safety .study-design .study-design__visual .study-design__note {
    font-size: 14px;
    line-height: 20px;
  }
  .hcp-efficacy-safety #panel-safety .study-design .study-design__phases .screening-card .screening-card__header {
    padding: 12px 16px;
    font-size: 20px;
    line-height: 30px;
  }
  .hcp-efficacy-safety #panel-safety .study-design .study-design__phases .screening-card .screening-card__content {
    padding: 16px;
  }
}
@media (max-width: 576px) {
  .hcp-efficacy-safety #panel-safety .study-results {
    margin-bottom: 40px;
  }
}
.hcp-efficacy-safety #panel-safety .metric-callout {
  display: inline;
  margin-bottom: 0;
}
.hcp-efficacy-safety #panel-safety .metric-callout span {
  font-weight: 400;
}
.hcp-efficacy-safety #panel-safety .metric-callout span.strong {
  font-weight: 600;
}
.hcp-efficacy-safety #panel-safety .safety-observations {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hcp-efficacy-safety #panel-safety .safety-observations p {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.hcp-efficacy-safety #panel-safety .safety-observations p sup {
  position: relative;
  top: 0px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 576px) {
  .hcp-efficacy-safety #panel-safety .safety-observations p {
    font-size: 14px;
    line-height: 20px;
  }
}
.hcp-efficacy-safety #panel-safety .safety-observations p.is-regular {
  font-weight: 400;
}
@media (max-width: 576px) {
  .hcp-efficacy-safety #panel-safety .safety-observations {
    padding-top: 8px;
  }
}
.hcp-efficacy-safety #panel-safety .safety-highlight {
  display: flex;
  padding: 16px 30px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  border-right: 10px solid var(--primary, #8cb6e1);
  border-left: 10px solid var(--primary, #8cb6e1);
  background: var(--secondary, #f0cd15);
  margin: 80px 0;
}
.hcp-efficacy-safety #panel-safety .safety-highlight p {
  color: var(--text-dark, #222);
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  text-wrap: balance;
  margin: 0;
}
.hcp-efficacy-safety #panel-safety .safety-highlight p sup {
  position: relative;
  top: 0;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .hcp-efficacy-safety #panel-safety .safety-highlight {
    margin: 0;
    padding: 16px 24px;
  }
  .hcp-efficacy-safety #panel-safety .safety-highlight p {
    font-size: 20px;
    line-height: 30px;
    text-wrap: initial;
  }
}
.hcp-efficacy-safety #panel-safety .rescue-heading {
  color: var(--text-dark, #222);
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 32px;
}
.hcp-efficacy-safety #panel-safety .rescue-heading sup {
  font-size: 20px;
  top: -2px;
}
.hcp-efficacy-safety #panel-safety .rescue-info-box .info-box__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hcp-efficacy-safety #panel-safety .rescue-info-box .info-box__content .info-box__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hcp-efficacy-safety #panel-safety .rescue-info-box .rescue-lead {
  margin: 0;
}
.hcp-efficacy-safety #panel-safety .rescue-info-box .rescue-lead sup {
  font-size: 18px;
  top: 0;
  font-weight: 500;
}
.hcp-efficacy-safety #panel-safety .rescue-info-box .rescue-sub {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}
.hcp-efficacy-safety #panel-safety .rescue-info-box .rescue-sub sup {
  font-size: 12px;
  top: 0;
  font-weight: 500;
}
@media (max-width: 576px) {
  .hcp-efficacy-safety #panel-safety .rescue-info-box .rescue-sub {
    font-size: 16px;
    line-height: 24px;
  }
}
.hcp-efficacy-safety #panel-safety .rescue-info-box .rescue-note {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.hcp-efficacy-safety #panel-safety .rescue-guidance {
  color: var(--text-default, #464646);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .hcp-efficacy-safety {
    padding: 52px 0 40px;
  }
  .hcp-efficacy-safety .container {
    padding: 0 16px;
  }
  .hcp-efficacy-safety .tab .tab__title {
    font-size: 18px;
  }
  .hcp-efficacy-safety .tab .tab__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .hcp-efficacy-safety .study-results__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .hcp-efficacy-safety .study-results__title sup {
    font-size: 16px;
    top: 3px;
    font-weight: 500;
  }
  .hcp-efficacy-safety .tab__content {
    padding: 16px 8px;
  }
  .hcp-efficacy-safety .tabs-intro {
    margin: 40px 0;
    font-size: 26px;
    line-height: 32px;
  }
  .hcp-efficacy-safety .tabs-intro sup {
    font-size: 16px;
    top: 0;
  }
  .hcp-efficacy-safety .info-follow__desc {
    font-size: 14px;
    line-height: 20px;
  }
  .hcp-efficacy-safety .info-follow {
    margin-bottom: 16px;
  }
  .hcp-efficacy-safety .metric-callout {
    padding: 16px 0 16px 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: initial;
    margin-bottom: 0;
  }
  .hcp-efficacy-safety .study-results {
    padding: 24px 16px;
  }
  .hcp-efficacy-safety .study-results__note {
    margin-bottom: 0;
  }
  .hcp-efficacy-safety .study-results__conclusion {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .hcp-efficacy-safety .study-design {
    padding: 24px 16px;
    margin: 56px 0 52px;
  }
  .hcp-efficacy-safety .study-design .study-design__visual {
    margin-bottom: 8px;
  }
  .hcp-efficacy-safety .study-design .study-design__phases .phase-card .phase-card__header {
    padding: 12px 16px;
    font-size: 20px;
    line-height: 30px;
  }
  .hcp-efficacy-safety .study-design .study-design__phases .phase-card .phase-card__content {
    padding: 16px;
  }
  .hcp-efficacy-safety .study-design .study-design__phases .phase-card .phase-card__content .phase-card__body sup {
    font-size: 10px;
    top: 0;
    font-weight: 500;
  }
}

.references-section {
  margin-top: 24px;
}

.references-title {
  color: var(--text-dark, #222);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}

.references-content {
  display: block;
  color: var(--text-default, #464646);
  font-size: 14px;
  line-height: 20px;
}

.references-content > span {
  display: inline;
}

.safety-information {
  background: #ffffff;
  color: var(--isi-color, #000);
}

.safety-information__header {
  padding: 6px 0;
  width: 100%;
}

.safety-information__header-title {
  display: none;
  color: var(--isi-color, #000);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.safety-information__content {
  padding: 32px 0 16px;
}

.safety-information__grid {
  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 32px;
  align-items: start;
  padding-top: 12px;
}

.safety-information__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.safety-information__column > p {
  font-size: 14px;
  margin-bottom: 0;
}

.safety-information__title {
  color: var(--isi-color, #000);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.safety-information__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.safety-information__section p {
  font-size: 14px;
  margin-bottom: 0;
}

.safety-information__section-title {
  color: var(--isi-color, #000);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.safety-information__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.safety-information__list li {
  color: var(--isi-color, #000);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  padding-left: 24px;
}
.safety-information__list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  color: var(--isi-color, #000);
}
.safety-information__list li strong {
  font-weight: 600;
}

.safety-information__warning {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 2px solid var(--isi-color, #000);
  padding: 12px 16px;
}

.safety-information__warning-title {
  color: var(--isi-color, #000);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  letter-spacing: -0.03em;
}

.safety-information__warning-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.safety-information__warning-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.safety-information__warning-subtitle {
  color: var(--isi-color, #000);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.safety-information__warning-section p {
  color: var(--isi-color, #000);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.safety-information__section-title.accent,
.safety-information__additional-title.accent {
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 1200px) {
  .safety-information__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .safety-information__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .safety-information__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .safety-information__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .safety-information__grid {
    gap: 32px;
    padding-top: 0;
    margin-top: 8px;
  }
  .safety-information__column {
    gap: 12px;
  }
  .safety-information__column:first-child {
    order: 2;
  }
  .safety-information__column:last-child {
    order: 1;
  }
  .safety-information__column--safety .safety-information__title {
    display: none;
  }
  .safety-information__column--safety .safety-information__warning-title {
    letter-spacing: normal;
  }
  .safety-information__section {
    gap: 12px;
  }
  .safety-information__list {
    gap: 8px;
  }
  .safety-information__list li,
  .safety-information__warning-section p {
    font-size: 14px;
    line-height: 20px;
  }
}
.safety-information__additional {
  padding-bottom: 16px;
  background: #ffffff;
}

.safety-information__additional-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-block: 16px;
}

.safety-information__additional-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.safety-information__additional-title {
  color: var(--isi-color, #000);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.safety-information__additional-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.safety-information__additional-list > p {
  font-size: 14px;
  margin-bottom: 0;
}

.safety-information__additional-list li {
  color: var(--isi-color, #000);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  padding-left: 24px;
}
.safety-information__additional-list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  color: var(--isi-color, #000);
}
.safety-information__additional-list li a {
  color: var(--isi-color, #000);
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.safety-information__additional-list li strong {
  font-weight: 600;
}
.safety-information__additional-list li sub {
  font-size: 10px;
  vertical-align: sub;
  line-height: 1;
}

.safety-information__additional-section p {
  color: var(--isi-color, #000);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.safety-information__additional-section p a {
  color: var(--isi-color, #000);
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.safety-information__additional-section p a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.safety-information__additional-section p strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  .safety-information__header-title {
    display: block;
    font-size: 12px;
    line-height: 18px;
  }
  .safety-information__header-title sup {
    font-size: 10px;
    font-weight: 400;
  }
  .safety-information__content {
    padding-top: 8px;
  }
  .safety-information__additional {
    padding: 32px 0;
  }
  .safety-information__additional-content {
    gap: 20px;
  }
  .safety-information__additional-section {
    gap: 12px;
  }
  .safety-information__additional-list {
    gap: 12px;
  }
  .safety-information__additional-title {
    font-size: 14px;
    line-height: 20px;
  }
  .safety-information__additional-list li,
  .safety-information__additional-section p {
    font-size: 14px;
  }
}
.tolerability-content {
  padding-bottom: 40px;
  position: relative;
}
.tolerability-content .tolerability-disclaimer {
  padding: 12px 0 64px 0;
  color: var(--text-default, #464646);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}
.tolerability-content .tolerability-profile .section-title {
  color: var(--primary-text, #222);
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 16px;
}
.tolerability-content .tolerability-profile .section-intro {
  color: var(--primary-text, #222);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 32px;
}
.tolerability-content .tolerability-profile .table-container {
  margin-bottom: 64px;
}
.tolerability-content .tolerability-profile .table-container .table-title {
  color: var(--primary-text, #222);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper {
  overflow-x: auto;
  background-color: #d5d7da;
  border-bottom: 1px solid #d5d7da;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table {
  display: grid;
  grid-template-columns: 1fr 256px 256px 256px;
  gap: 1px;
  min-width: 800px;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-header {
  display: contents;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-header .cell {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: #8db7e1;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-header .cell.header-cell {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-header .cell.header-cell.span-2 {
  grid-column: span 2;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-subheader {
  display: contents;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-subheader .cell {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: var(--primary-text, #222);
  background-color: #f6d236;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-subheader .cell.subheader-cell {
  text-align: center;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-subheader .cell.subheader-cell.bold {
  font-weight: 700;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-row {
  display: contents;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-row .cell {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: #fff;
  color: var(--text-default, #464646);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-row .cell.first-column {
  justify-content: flex-start;
  color: var(--primary-text, #222);
  font-weight: 700;
  min-width: 260px;
}
.tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-row .cell.highlight {
  font-weight: 700;
  color: var(--primary-text, #222);
}
.tolerability-content .tolerability-profile .table-container .table-notes {
  margin-top: 16px;
}
.tolerability-content .tolerability-profile .table-container .table-notes p {
  margin: 0 0 16px 0;
}
.tolerability-content .tolerability-profile .table-container .table-notes p:first-child {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.tolerability-content .tolerability-profile .table-container .table-notes p:last-child {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.tolerability-content .discontinuation-rates {
  margin-top: 48px;
}
.tolerability-content .discontinuation-rates .section-title {
  color: var(--primary-text, #222);
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 16px;
}
.tolerability-content .discontinuation-rates .discontinuation-content {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .tolerability-content .discontinuation-rates .discontinuation-content {
    grid-template-columns: 1fr 1fr;
  }
}
.tolerability-content .discontinuation-rates .discontinuation-subsection h3 {
  color: var(--primary-text, #222);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
}
.tolerability-content .discontinuation-rates .discontinuation-subsection h3 sup {
  position: relative;
  top: 0px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.tolerability-content .discontinuation-rates .discontinuation-subsection .discontinuation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tolerability-content .discontinuation-rates .discontinuation-subsection .discontinuation-list li {
  position: relative;
  padding-left: 46px;
  margin-bottom: 16px;
  color: var(--primary-text, #222);
  font-size: 20px;
  line-height: 30px;
}
.tolerability-content .discontinuation-rates .discontinuation-subsection .discontinuation-list li:last-child {
  margin-bottom: 0;
}
.tolerability-content .discontinuation-rates .discontinuation-subsection .discontinuation-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary, #8cb6e1) url("/assets/images/icons/arrow-forward-light.svg") no-repeat center;
  background-size: 24px 24px;
  transform: translateY(-3px);
}
.tolerability-content .additional-info-box {
  position: relative;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: linear-gradient(90deg, #e8eff9 0%, #fafbfd 100%);
  margin-top: 32px;
  margin-bottom: 64px;
}
.tolerability-content .additional-info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(90deg, var(--primary, #8cb6e1) 0%, #ffffff 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.tolerability-content .additional-info-box p {
  margin: 0;
  color: var(--text-default, #464646);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.tolerability-content .additional-info-box p sup {
  position: relative;
  top: 0px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .tolerability-content .additional-info-box {
    margin-top: 32px;
    margin-bottom: 40px;
  }
  .tolerability-content .additional-info-box::before {
    background: linear-gradient(180deg, var(--primary, #8cb6e1) 0%, #ffffff 100%);
  }
  .tolerability-content .additional-info-box p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .tolerability-content {
    padding-bottom: 20px;
  }
  .tolerability-content .tolerability-disclaimer {
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  .tolerability-content .tolerability-profile .section-title {
    font-size: 26px;
    line-height: 32px;
  }
  .tolerability-content .tolerability-profile .section-intro {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .tolerability-content .tolerability-profile .table-container {
    margin-bottom: 52px;
  }
  .tolerability-content .tolerability-profile .table-container .table-title {
    font-size: 16px;
    line-height: 24px;
  }
  .tolerability-content .tolerability-profile .table-container .table-notes p:first-child {
    font-size: 14px;
    line-height: 20px;
  }
  .tolerability-content .tolerability-profile .table-container .table-notes p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }
  .tolerability-content .tolerability-profile .table-container .table-notes p:last-child {
    font-size: 20px;
    line-height: 30px;
  }
  .tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table {
    grid-template-columns: 260px 200px 200px 200px;
  }
  .tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-header .cell,
  .tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-subheader .cell,
  .tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-row .cell {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
  }
  .tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-header .cell.header-cell,
  .tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-subheader .cell.header-cell,
  .tolerability-content .tolerability-profile .table-container .table-wrapper .tolerability-table .table-row .cell.header-cell {
    font-size: 16px;
  }
  .tolerability-content .discontinuation-rates .section-title {
    font-size: 26px;
    line-height: 32px;
  }
  .tolerability-content .discontinuation-rates .discontinuation-subsection h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .tolerability-content .discontinuation-rates .discontinuation-subsection .discontinuation-list li {
    font-size: 16px;
    line-height: 24px;
  }
  .tolerability-content .additional-info-box {
    background: linear-gradient(180deg, #e8eff9 0%, #fafbfd 100%);
  }
}
.dosing-titration-content {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .dosing-titration-content {
    padding: 52px 0;
  }
}
.dosing-titration-content .dosing-main-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
.dosing-titration-content .dosing-main-content > img {
  margin: 0 auto;
  width: 100%;
  max-width: 586px;
}
@media (max-width: 768px) {
  .dosing-titration-content .dosing-main-content {
    gap: 16px;
    margin-bottom: 32px;
  }
}
.dosing-titration-content .dosing-heading {
  color: var(--primary-text, #222);
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
}
@media (max-width: 768px) {
  .dosing-titration-content .dosing-heading {
    font-size: 26px;
    line-height: 32px;
  }
}
.dosing-titration-content .dosing-description {
  color: var(--primary-text, #222);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .dosing-titration-content .dosing-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.dosing-titration-content .starting-doses-image {
  width: 585px;
  height: 246px;
  aspect-ratio: 195/82;
  object-fit: contain;
  align-self: center;
}
@media (max-width: 768px) {
  .dosing-titration-content .starting-doses-image {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}
@media (max-width: 420px) {
  .dosing-titration-content .starting-doses-image {
    max-width: 100%;
  }
}
.dosing-titration-content .dosing-warning {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .dosing-titration-content .dosing-warning {
    margin-bottom: 40px;
  }
}
.dosing-titration-content .dosing-warning p {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .dosing-titration-content .dosing-warning p {
    font-size: 14px;
    line-height: 20px;
  }
}
.dosing-titration-content .dosing-cta-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .dosing-titration-content .dosing-cta-container {
    flex-direction: column;
  }
}
.dosing-titration-content .dosing-cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(240, 205, 21, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #fff;
  box-shadow: 0 24px 60px 0 rgba(0, 0, 0, 0.05), 0 16px 32px 0 rgba(0, 0, 0, 0.04), 0 12px 16px 0 rgba(0, 0, 0, 0.02);
  padding: 32px 24px;
  position: relative;
}
.dosing-titration-content .dosing-cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(180deg, #f0cd15 0%, #fff 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (max-width: 768px) {
  .dosing-titration-content .dosing-cta-box {
    padding: 24px;
    width: 100%;
  }
}
.dosing-titration-content .dosing-cta-box p {
  color: var(--primary-text, #222);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 16px 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .dosing-titration-content .dosing-cta-box p {
    font-size: 16px;
    line-height: 24px;
  }
}
.dosing-titration-content .dosing-cta-box p strong {
  font-weight: 600;
}
.dosing-titration-content .dosing-cta-button {
  display: flex;
  width: 200px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: var(--tertiary, #f0cd15);
  color: var(--primary-text, #222);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: relative;
  z-index: 1;
}
.dosing-titration-content .dosing-cta-button:hover {
  background: #e6c000;
}
.dosing-titration-content .dosing-cta-button:active {
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .dosing-titration-content .dosing-cta-button {
    width: 100%;
    max-width: 200px;
  }
}

.mme-comparison-content {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .mme-comparison-content {
    padding: 48px 0;
  }
}
.mme-comparison-content .mme-comparison-intro-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .mme-comparison-content .mme-comparison-intro-wrapper {
    margin-bottom: 24px;
  }
}
.mme-comparison-content .mme-comparison-title {
  color: var(--primary-text, #222);
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 768px) {
  .mme-comparison-content .mme-comparison-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.mme-comparison-content .mme-comparison-intro {
  color: var(--primary-text, #222);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.mme-comparison-content .mme-comparison-intro strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .mme-comparison-content .mme-comparison-intro {
    font-size: 22px;
    line-height: 32px;
  }
}
.mme-comparison-content .mme-comparison-layout {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
@media (max-width: 992px) {
  .mme-comparison-content .mme-comparison-layout {
    flex-direction: column;
  }
}
.mme-comparison-content .mme-comparison-left {
  flex: 0 0 400px;
}
@media (max-width: 992px) {
  .mme-comparison-content .mme-comparison-left {
    flex: auto;
    width: 100%;
  }
}
.mme-comparison-content .mme-comparison-bullets {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.mme-comparison-content .mme-comparison-main-text {
  color: var(--primary-text, #222);
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .mme-comparison-content .mme-comparison-main-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.mme-comparison-content .mme-comparison-main-text strong {
  font-weight: 600;
}
.mme-comparison-content .mme-comparison-bullets .bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  .mme-comparison-content .mme-comparison-bullets .bullet-item {
    gap: 12px;
  }
}
.mme-comparison-content .mme-comparison-bullets .bullet-item:last-child p {
  font-weight: 600;
}
.mme-comparison-content .mme-comparison-bullets .bullet-icon {
  display: flex;
  width: 26px;
  height: 26px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: var(--primary, #8cb6e1);
  flex-shrink: 0;
}
.mme-comparison-content .mme-comparison-bullets .bullet-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.mme-comparison-content .mme-comparison-bullets .bullet-item p {
  color: var(--primary-text, #222);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .mme-comparison-content .mme-comparison-bullets .bullet-item p {
    font-size: 14px;
    line-height: 20px;
  }
}
.mme-comparison-content .mme-comparison-bullets .bullet-item p strong {
  font-weight: 600;
}
.mme-comparison-content .mme-comparison-right {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.mme-comparison-content .mme-table-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  margin: 0 0 16px 0;
}
.mme-comparison-content .mme-table {
  display: grid;
  grid-template-columns: 1fr 242px 240px;
  background: linear-gradient(180deg, #e8eff9 0%, #fafbfd 100%);
  padding: 24px 24px 40px 24px;
  position: relative;
  width: max-content;
}
.mme-comparison-content .mme-row {
  display: contents;
}
.mme-comparison-content .mme-cell {
  background: #fff;
  color: var(--primary-text, #222);
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  margin-bottom: 1px;
  text-align: center;
  text-wrap: balance;
}
.mme-comparison-content .mme-cell.highlight {
  font-weight: 700;
  background: #fcf9e7;
}
.mme-comparison-content .mme-cell.border-bottom {
  position: relative;
  z-index: 1;
}
.mme-comparison-content .mme-cell.border-bottom > * {
  position: relative;
  z-index: 2;
}
.mme-comparison-content .mme-cell.border-bottom::before {
  content: "";
  position: absolute;
  left: -16px;
  bottom: -16px;
  width: 100%;
  height: 300px;
  background: transparent;
  z-index: 0;
  border-left: 16px solid #8cb7e1;
  border-bottom: 16px solid #8cb7e1;
  border-radius: 0 0 0 16px;
}
.mme-comparison-content .mme-cell:nth-child(3n+2) {
  margin-left: 1px;
  margin-right: 1px;
}
.mme-comparison-content .mme-cell--label {
  min-width: 212px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding-right: 32px;
}
@media (max-width: 768px) {
  .mme-comparison-content .mme-cell--label {
    font-size: 14px;
    line-height: 20px;
    text-wrap: initial;
  }
}
.mme-comparison-content .mme-comparison-notes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mme-comparison-content .mme-comparison-notes p {
  color: var(--text-default, #464646);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
}
.mme-comparison-content .mme-comparison-notes p.note-strong {
  font-weight: 600;
  color: var(--text-default, #464646);
}
.mme-comparison-content .mme-row--brands .mme-cell {
  background: transparent;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.mme-comparison-content .mme-row--brands .mme-cell sup {
  position: relative;
  top: -3px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}
.mme-comparison-content .mme-row--brands .mme-cell:nth-child(2) {
  background: #f6d236;
  color: var(--primary-text, #222);
}
.mme-comparison-content .mme-row--brands .mme-cell:nth-child(2).border-top {
  position: relative;
  z-index: 1;
}
.mme-comparison-content .mme-row--brands .mme-cell:nth-child(2).border-top > * {
  position: relative;
  z-index: 2;
}
.mme-comparison-content .mme-row--brands .mme-cell:nth-child(2).border-top::before {
  content: "";
  position: absolute;
  left: -16px;
  top: -16px;
  width: 100%;
  height: 300px;
  background: transparent;
  z-index: 0;
  border-left: 16px solid #8cb7e1;
  border-top: 16px solid #8cb7e1;
  border-radius: 16px 0 0 0;
}
.mme-comparison-content .mme-row--brands .mme-cell:nth-child(3) {
  background: #9e9fa2;
  color: #fff;
}
.mme-comparison-content .mme-cell--dose-belbuca,
.mme-comparison-content .mme-cell--dose-patch {
  z-index: 1;
  font-size: 24px;
  line-height: 24px;
  box-shadow: 0 16px 36px 0 rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
.mme-comparison-content .mme-cell--dose-belbuca {
  width: calc(100% + 6px);
  padding: 16px 16px 16px 24px;
  background: #f9e8aa !important;
  left: -8px;
}
.mme-comparison-content .mme-cell--dose-patch {
  width: calc(100% + 8px);
  padding: 16px 24px 16px 16px;
  background: #dee0e1;
}

.three-step-approach-content {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .three-step-approach-content {
    padding: 48px 0;
  }
}
.three-step-approach-content .three-step-layout {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 992px) {
  .three-step-approach-content .three-step-layout {
    flex-direction: column;
  }
}
.three-step-approach-content .three-step-left {
  display: flex;
  width: 402px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .three-step-approach-content .three-step-left {
    width: 100%;
    flex-shrink: 1;
  }
}
.three-step-approach-content .starting-label {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--tertiary, #f0cd15);
  color: var(--primary-text, #222);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.three-step-approach-content .three-step-heading {
  color: var(--primary-text, #222);
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
}
@media (max-width: 768px) {
  .three-step-approach-content .three-step-heading {
    font-size: 26px;
    line-height: 32px;
  }
}
.three-step-approach-content .three-step-description {
  color: var(--primary-text, #222);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .three-step-approach-content .three-step-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.three-step-approach-content .three-step-description sup {
  font-size: 12px;
  line-height: 1;
}
.three-step-approach-content .three-step-cta {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: var(--secondary, #f0cd15);
  color: var(--primary-text, #222);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.three-step-approach-content .three-step-cta:hover {
  background: #e6c000;
}
.three-step-approach-content .three-step-right {
  width: 100%;
}
.three-step-approach-content .step-toggles {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  position: relative;
  overflow: visible;
}
.three-step-approach-content .step-toggle {
  font-family: "Inter", sans-serif;
  display: flex;
  width: 120px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: #54565a;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  opacity: 0.3;
}
.three-step-approach-content .step-toggle:not(.step-toggle--active):hover {
  opacity: 0.4;
}
.three-step-approach-content .step-toggle.step-toggle--active {
  background: #f0cd15;
  color: var(--primary-text, #222);
  opacity: 1;
}
.three-step-approach-content .step-toggle.step-toggle--active::before {
  opacity: 1;
  transform: scale(1) translateX(-50%) translateY(0) rotate(-45deg);
  transition-delay: 0.1s;
  background: #f0cd15;
}
.three-step-approach-content .step-toggle::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: transparent;
  opacity: 0;
  transform: scale(0.5) translateX(-50%) translateY(-10px) rotate(-45deg);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0s;
}
.three-step-approach-content .step-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.three-step-approach-content .step-panel {
  width: 100%;
  animation: stepContentFadeIn 0.4s ease-out;
}
@keyframes stepContentFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.three-step-approach-content .step-title {
  color: var(--primary-text, #222);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 768px) {
  .three-step-approach-content .step-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.three-step-approach-content .step-title sup {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.three-step-approach-content .mme-guide-table {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-self: stretch;
}
.three-step-approach-content .mme-guide-header {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: var(--primary, #8cb6e1);
  color: var(--primary-text, #222);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 768px) {
  .three-step-approach-content .mme-guide-header {
    font-size: 14px;
    line-height: 20px;
  }
}
.three-step-approach-content .mme-guide-row {
  display: flex;
  align-items: flex-start;
  gap: 1px;
  align-self: stretch;
}
.three-step-approach-content .mme-guide-cell {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--primary-text, #222);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 768px) {
  .three-step-approach-content .mme-guide-cell {
    font-size: 16px;
    line-height: 24px;
    text-wrap: pretty;
  }
}
.three-step-approach-content .mme-guide-cell--low {
  background: #faedbd;
  width: 100%;
}
.three-step-approach-content .mme-guide-cell--medium {
  background: #f6d236;
}
.three-step-approach-content .mme-guide-cell--high {
  background: #f6d236;
}
.three-step-approach-content .mme-guide-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  align-self: stretch;
}
.three-step-approach-content .mme-guide-left {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.three-step-approach-content .mme-guide-right {
  display: flex;
  padding: 4px 20px;
  align-items: center;
  gap: 8px;
  min-width: 0;
  align-self: stretch;
  border: 6px solid #f6d236;
  background: #fff;
  color: var(--primary-text, #222);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-wrap: pretty;
}
@media (max-width: 768px) {
  .three-step-approach-content .mme-guide-right {
    padding: 10px 14px;
    font-size: 16px;
    line-height: 20px;
  }
}
.three-step-approach-content .step-notes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.three-step-approach-content .step-notes p {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .three-step-approach-content .step-notes p {
    font-size: 14px;
    line-height: 20px;
  }
}
.three-step-approach-content .step-notes p.note-strong {
  color: var(--text-default, #464646);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.three-step-approach-content .step-notes p.note-strong sup {
  position: relative;
  top: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}
.three-step-approach-content .step-notes p.with-spacing {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.three-step-approach-content .step-notes p.with-spacing strong {
  font-weight: 600;
}
.three-step-approach-content .step-notes p.with-spacing span {
  display: inline-block;
}
.three-step-approach-content .step-notes p.abbreviations {
  font-size: 14px;
  line-height: 20px;
}
.three-step-approach-content .dosing-table {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-self: stretch;
  margin-top: 16px;
}
.three-step-approach-content .dosing-table-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
.three-step-approach-content .dosing-header-left,
.three-step-approach-content .dosing-header-right {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: var(--primary, #8cb6e1);
  color: var(--primary-text, #222);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .three-step-approach-content .dosing-header-left,
  .three-step-approach-content .dosing-header-right {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}
.three-step-approach-content .dosing-header-left {
  background: linear-gradient(to right, rgba(140, 182, 225, 0.2) 0%, rgba(140, 182, 225, 0.2) 100%), #fff;
}
.three-step-approach-content .dosing-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
.three-step-approach-content .dosing-row-1 .dosing-cell-left,
.three-step-approach-content .dosing-row-1 .dosing-cell-right {
  background: #faedbd;
}
.three-step-approach-content .dosing-row-2 .dosing-cell-left,
.three-step-approach-content .dosing-row-2 .dosing-cell-right {
  background: #f9de80;
}
.three-step-approach-content .dosing-row-3 .dosing-cell-left,
.three-step-approach-content .dosing-row-3 .dosing-cell-right {
  background: #f6d236;
}
.three-step-approach-content .dosing-cell-left {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--primary-text, #222);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 768px) {
  .three-step-approach-content .dosing-cell-left {
    font-size: 16px;
    line-height: 24px;
  }
}
.three-step-approach-content .dosing-cell-right {
  display: flex;
  flex-direction: column;
  padding: 16px;
  align-items: start;
  align-self: stretch;
  color: var(--primary-text, #222);
  text-align: center;
}
.three-step-approach-content .dose-amount {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 768px) {
  .three-step-approach-content .dose-amount {
    font-size: 16px;
    line-height: 24px;
  }
}
.three-step-approach-content .dose-amount sup {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}
.three-step-approach-content .dose-frequency {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.three-step-approach-content .dosing-notes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.three-step-approach-content .dosing-notes p {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.three-step-approach-content .dosing-notes p strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .three-step-approach-content .dosing-notes p {
    font-size: 14px;
    line-height: 20px;
  }
}
.three-step-approach-content .dosing-notes p.abbreviations {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .three-step-approach-content .dosing-notes p.abbreviations {
    font-size: 14px;
    line-height: 20px;
  }
}
.three-step-approach-content .dosing-notes p.footnote sup {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-right: 2px;
}

.titration-table-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  margin-top: 16px;
}

.titration-table {
  display: grid;
  grid-template-columns: 208px repeat(6, auto);
  gap: 1px;
}
@media (max-width: 768px) {
  .titration-table {
    grid-template-columns: 160px repeat(6, 100px);
  }
}

.titration-header {
  display: contents;
}

.titration-header-left {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #e8eff9;
  color: var(--primary-text, #222);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  grid-column: 1;
  grid-row: 1/span 2;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .titration-header-left {
    font-size: 14px;
    line-height: 20px;
  }
}

.titration-header-right {
  display: contents;
}

.titration-main-header {
  grid-column: 2/8;
  grid-row: 1;
  display: flex;
  padding: 16px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: stretch;
  background: var(--primary, #8cb6e1);
  color: var(--primary-text, #222);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .titration-main-header {
    font-size: 14px;
    line-height: 20px;
  }
}
.titration-main-header span sup {
  position: relative;
  top: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.titration-sub-headers {
  display: contents;
}

.titration-sub-header {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: stretch;
  background: #d4d6d8;
  color: var(--primary-text, #222);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  grid-row: 2;
}
@media (max-width: 768px) {
  .titration-sub-header {
    font-size: 14px;
    line-height: 18px;
  }
}

.titration-row {
  display: contents;
}

.titration-cell-left {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  color: var(--primary-text, #222);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .titration-cell-left {
    font-size: 14px;
    line-height: 20px;
  }
}
.titration-cell-left strong {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .titration-cell-left strong {
    font-size: 16px;
    line-height: 24px;
  }
}
.titration-cell-left sup {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.titration-cell {
  display: flex;
  padding: 16px 4px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: stretch;
  color: var(--primary-text, #222);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .titration-cell {
    font-size: 16px;
    line-height: 24px;
  }
}
.titration-cell span sup {
  font-size: 12px;
}

.titration-row-1 .titration-cell-left,
.titration-row-1 .titration-cell {
  background: #faedbd;
}

.titration-row-2 .titration-cell-left,
.titration-row-2 .titration-cell {
  background: #f9de80;
}

.titration-row-3 .titration-cell-left,
.titration-row-3 .titration-cell {
  background: #f6d236;
}

.titration-notes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.titration-notes p {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .titration-notes p {
    font-size: 14px;
    line-height: 20px;
  }
}
.titration-notes p sup {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.optimal-dose-section {
  margin-top: 64px;
}

.optimal-heading {
  color: var(--text-default, #464646);
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
.optimal-heading strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .optimal-heading {
    font-size: 20px;
    line-height: 30px;
  }
}

.optimal-with-or-without {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 88px;
  border-radius: 8px;
  background: #f0cd15;
  overflow: hidden;
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 768px) {
  .optimal-with-or-without {
    flex-direction: column;
    gap: 12px;
    background-color: #fff;
  }
}

.optimal-left,
.optimal-right {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex: 1 0 0;
  text-align: center;
  background: #f0cd15;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .optimal-left,
  .optimal-right {
    padding: 16px 48px;
  }
}
.optimal-left span,
.optimal-right span {
  display: inline-block;
}

.optimal-left {
  border-left: 10px solid #8cb6e1;
}
@media (max-width: 768px) {
  .optimal-left {
    border-left: none;
    border-top: 10px solid #8cb6e1;
    padding: 16px 0 36px 0;
  }
}

.optimal-right {
  border-right: 10px solid #8cb6e1;
}
@media (max-width: 768px) {
  .optimal-right {
    border-right: none;
    border-bottom: 10px solid #8cb6e1;
    padding: 36px 0 16px 0;
  }
}

.optimal-left span,
.optimal-right span {
  color: var(--primary-text, #222);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 768px) {
  .optimal-left span,
  .optimal-right span {
    font-size: 16px;
    line-height: 24px;
  }
}

.optimal-or {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: flex;
  width: 140px;
  height: 140px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #fff;
  flex-shrink: 0;
  z-index: 2;
}
@media (max-width: 1200px) {
  .optimal-or {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .optimal-or {
    width: 56px;
    height: 56px;
    border-radius: 8px;
  }
}
.optimal-or span {
  transform: rotate(45deg);
  color: var(--text-default, #464646);
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .optimal-or span {
    font-size: 16px;
    line-height: 30px;
  }
}

.optimal-notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.optimal-notes p {
  color: var(--text-default, #464646);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.optimal-notes p.note-strong {
  font-weight: 600;
  margin-top: 24px;
}
.optimal-notes p sup {
  position: relative;
  top: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-right: 2px;
}
@media (max-width: 768px) {
  .optimal-notes p {
    font-size: 14px;
    line-height: 20px;
  }
  .optimal-notes p sup {
    font-size: 10px;
    top: 1px;
  }
}

.mme-calculator-section {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .mme-calculator-section {
    padding: 40px 0;
  }
}
.mme-calculator-section .mme-calculator-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left right" "notes notes";
  gap: 40px 32px;
  align-items: start;
}
@media (max-width: 992px) {
  .mme-calculator-section .mme-calculator-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right" "notes";
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .mme-calculator-section .mme-calculator-layout {
    grid-template-areas: "left" "notes" "right";
    gap: 16px;
  }
}
.mme-calculator-section .mme-calculator-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-area: left;
}
@media (max-width: 768px) {
  .mme-calculator-section .mme-calculator-left {
    gap: 16px;
  }
}
.mme-calculator-section .mme-calculator-title {
  color: var(--text-dark, #222);
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
}
@media (max-width: 768px) {
  .mme-calculator-section .mme-calculator-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.mme-calculator-section .mme-calculator-cta {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: var(--tertiary, #f0cd15);
  color: var(--primary-text, #222);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  width: fit-content;
}
.mme-calculator-section .mme-calculator-cta:hover {
  background: #e6c000;
}
.mme-calculator-section .mme-calculator-cta:active {
  transform: translateY(1px);
}
.mme-calculator-section .mme-calculator-instructions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mme-calculator-section .instructions-title {
  color: var(--text-dark, #222);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .mme-calculator-section .instructions-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.mme-calculator-section .instructions-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mme-calculator-section .instruction-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.mme-calculator-section .instruction-icon {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: var(--primary, #8cb6e1);
  flex-shrink: 0;
}
.mme-calculator-section .instruction-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.mme-calculator-section .instruction-item p {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .mme-calculator-section .instruction-item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.mme-calculator-section .mme-calculator-right {
  grid-area: right;
}
.mme-calculator-section .calculator-image {
  width: 100%;
  max-width: 625px;
  height: auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mme-calculator-section .calculator-image {
    max-width: 400px;
  }
}
.mme-calculator-section .mme-calculator-notes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-area: notes;
}
.mme-calculator-section .mme-calculator-notes p {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .mme-calculator-section .mme-calculator-notes p {
    font-size: 14px;
    line-height: 20px;
  }
}
.mme-calculator-section .mme-calculator-notes p strong {
  font-weight: 600;
}
.mme-calculator-section .mme-calculator-notes p.conservative-approach {
  color: var(--text-default, #464646);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 768px) {
  .mme-calculator-section .mme-calculator-notes p.conservative-approach {
    font-size: 16px;
    line-height: 24px;
  }
}

.conversion-guide-section {
  padding: 64px 0 40px;
}
@media (max-width: 768px) {
  .conversion-guide-section {
    padding: 40px 0;
  }
}
.conversion-guide-section .conversion-guide-layout {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .conversion-guide-section .conversion-guide-layout {
    flex-direction: column;
  }
}
.conversion-guide-section .conversion-guide-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.conversion-guide-section .conversion-guide-title {
  color: var(--text-dark, #222);
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
}
.conversion-guide-section .conversion-guide-title .title-break {
  display: block;
}
@media (max-width: 768px) {
  .conversion-guide-section .conversion-guide-title {
    font-size: 26px;
    line-height: 32px;
  }
  .conversion-guide-section .conversion-guide-title .title-break {
    display: inline;
  }
}
.conversion-guide-section .conversion-guide-left p {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .conversion-guide-section .conversion-guide-left p {
    font-size: 16px;
    line-height: 24px;
  }
}
.conversion-guide-section .conversion-guide-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.conversion-guide-section .conversion-guide-image {
  width: 100%;
  max-width: 524px;
  height: auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .conversion-guide-section .conversion-guide-image {
    max-width: 400px;
  }
}
.conversion-guide-section .conversion-guide-content p {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.conversion-guide-section .conversion-guide-content p strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .conversion-guide-section .conversion-guide-content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
  }
}
.conversion-guide-section .references-section {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .conversion-guide-section .references-section {
    margin-top: 40px;
  }
}

.patient-savings-section .copay-card-section {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .patient-savings-section .copay-card-section {
    padding: 52px 0;
  }
}
.patient-savings-section .copay-card-content {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
@media (max-width: 992px) {
  .patient-savings-section .copay-card-content {
    flex-direction: column;
    gap: 40px;
  }
}
.patient-savings-section .copay-card-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.patient-savings-section .copay-card-left .heading-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.patient-savings-section .copay-card-left h2 {
  color: var(--text-dark, #222);
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 768px) {
  .patient-savings-section .copay-card-left h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.patient-savings-section .copay-card-left .benefit-statement {
  color: var(--text-dark, #222);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
.patient-savings-section .copay-card-left .benefit-statement strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .patient-savings-section .copay-card-left .benefit-statement {
    font-size: 20px;
    line-height: 30px;
  }
}
.patient-savings-section .copay-card-left .download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  background: var(--secondary, #f0cd15);
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  min-width: 274px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  align-self: flex-start;
  text-decoration: none;
}
.patient-savings-section .copay-card-left .download-btn:hover {
  background: var(--secondary-dark, #d6b200);
  transform: translateY(-1px);
}
.patient-savings-section .copay-card-left .download-btn:active {
  transform: translateY(0);
}
.patient-savings-section .copay-card-left .program-details {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .patient-savings-section .copay-card-left .program-details {
    font-size: 16px;
    line-height: 24px;
  }
}
.patient-savings-section .copay-card-left .disclaimer {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .patient-savings-section .copay-card-left .disclaimer {
    font-size: 14px;
    line-height: 20px;
  }
}
.patient-savings-section .copay-card-left .disclaimer .terms-link {
  color: var(--text-default, #464646);
  text-decoration: underline;
}
.patient-savings-section .copay-card-left .disclaimer .terms-link:hover {
  text-decoration: none;
}
.patient-savings-section .copay-card-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .patient-savings-section .copay-card-right {
    order: -1;
  }
}
.patient-savings-section .copay-card-image {
  width: 395px;
  height: 230px;
  aspect-ratio: 79/46;
  object-fit: cover;
}
@media (max-width: 768px) {
  .patient-savings-section .copay-card-image {
    width: 100%;
    max-width: 395px;
    height: auto;
  }
}
.patient-savings-section .approval-section {
  margin-bottom: 40px;
}
.patient-savings-section .approval-title {
  color: var(--text-dark, #222);
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  padding-top: 64px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .patient-savings-section .approval-title {
    font-size: 26px;
    line-height: 32px;
    padding-top: 52px;
    margin-bottom: 24px;
  }
}
.patient-savings-section .approval-title sup {
  position: relative;
  top: -1px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.patient-savings-section .coverage-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .patient-savings-section .coverage-columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.patient-savings-section .coverage-column {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.patient-savings-section .coverage-icon {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: var(--primary, #8cb6e1);
  flex-shrink: 0;
}
.patient-savings-section .coverage-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.patient-savings-section .coverage-content {
  flex: 1;
}
.patient-savings-section .coverage-content p {
  color: var(--text-dark, #222);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .patient-savings-section .coverage-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.patient-savings-section .coverage-content p .terms-link {
  color: var(--text-dark, #222);
  text-decoration: underline;
}
.patient-savings-section .coverage-content p .terms-link:hover {
  text-decoration: none;
}
.patient-savings-section .coverage-disclaimer {
  color: var(--text-default, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 64px 0;
}
@media (max-width: 768px) {
  .patient-savings-section .coverage-disclaimer {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 52px;
  }
}
.patient-savings-section .coverage-disclaimer sup {
  position: relative;
  top: 1px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.resource-section__wrapper, .dosing-administration .dosing-administration__wrapper, .support-materials .support-materials__wrapper {
  display: flex;
  padding: 64px 0;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 992px) {
  .resource-section__wrapper, .dosing-administration .dosing-administration__wrapper, .support-materials .support-materials__wrapper {
    flex-direction: row;
    gap: 40px;
  }
  .resource-section__wrapper > *, .dosing-administration .dosing-administration__wrapper > *, .support-materials .support-materials__wrapper > * {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .resource-section__wrapper, .dosing-administration .dosing-administration__wrapper, .support-materials .support-materials__wrapper {
    padding: 52px 0;
    flex-direction: column;
    gap: 16px;
  }
}
.resource-section__title-column, .dosing-administration .dosing-administration__title-column, .support-materials .support-materials__title-column {
  width: 388px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .resource-section__title-column, .dosing-administration .dosing-administration__title-column, .support-materials .support-materials__title-column {
    width: 100%;
  }
}
.resource-section__title-column h2, .dosing-administration .dosing-administration__title-column h2, .support-materials .support-materials__title-column h2 {
  color: var(--text-dark, #222);
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
}
@media (max-width: 768px) {
  .resource-section__title-column h2, .dosing-administration .dosing-administration__title-column h2, .support-materials .support-materials__title-column h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.resource-section__card, .dosing-administration .dosing-administration__card, .support-materials .support-materials__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px 0 rgba(0, 0, 0, 0.05), 0 16px 32px 0 rgba(0, 0, 0, 0.04), 0 12px 16px 0 rgba(0, 0, 0, 0.02);
  flex: 1;
}
@media (max-width: 768px) {
  .resource-section__card, .dosing-administration .dosing-administration__card, .support-materials .support-materials__card {
    flex: none;
    width: 100%;
  }
}
.resource-section__card-image, .dosing-administration .dosing-administration__card-image, .support-materials .support-materials__card-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.resource-section__card-image img, .dosing-administration .dosing-administration__card-image img, .support-materials .support-materials__card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.resource-section__card-content, .dosing-administration .dosing-administration__card-content, .support-materials .support-materials__card-content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
}
.resource-section__card-content h3, .dosing-administration .dosing-administration__card-content h3, .support-materials .support-materials__card-content h3 {
  color: var(--text-dark, #222);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
.resource-section__card-content p, .dosing-administration .dosing-administration__card-content p, .support-materials .support-materials__card-content p {
  flex: 1 0 0;
  align-self: stretch;
  color: var(--text-default, #464646);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.resource-section__cta, .dosing-administration .dosing-administration__cta, .support-materials .support-materials__cta {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background-color: var(--secondary, #f0cd15);
  color: var(--text-dark, #222);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.resource-section__cta:hover, .dosing-administration .dosing-administration__cta:hover, .support-materials .support-materials__cta:hover {
  background-color: #e6b813;
  text-decoration: none;
}

@media (max-width: 992px) {
  .dosing-administration .dosing-administration__wrapper {
    flex-direction: row;
    gap: 40px;
  }
  .dosing-administration .dosing-administration__wrapper .dosing-administration__title-column {
    flex: 1;
  }
  .dosing-administration .dosing-administration__wrapper .dosing-administration__cards-grid {
    flex: 2;
    margin-left: -16px;
  }
}
@media (max-width: 768px) {
  .dosing-administration .dosing-administration__wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .dosing-administration .dosing-administration__wrapper .dosing-administration__title-column {
    width: 100%;
  }
  .dosing-administration .dosing-administration__wrapper .dosing-administration__cards-grid {
    width: 100%;
    margin-left: 0;
  }
}
.dosing-administration .dosing-administration__cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  flex: 1;
}
@media (max-width: 768px) {
  .dosing-administration .dosing-administration__cards-grid {
    grid-template-columns: 1fr;
  }
}
.dosing-administration .dosing-administration__card-image wistia-player {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.dosing-administration .dosing-administration__card-image .video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.dosing-administration .dosing-administration__card-image .video-thumbnail:hover {
  opacity: 0.9;
}
.dosing-administration .dosing-administration__card-image .video-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px 8px 0 0;
}
.dosing-administration .dosing-administration__card-content wistia-player {
  display: inline-block;
  width: auto;
}

.hero-banner.site-map-hero-banner {
  height: 200px;
  background: #FBE68B;
}
.hero-banner.site-map-hero-banner .hero-left h1 {
  font-size: 38px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .hero-banner.site-map-hero-banner {
    height: auto;
  }
  .hero-banner.site-map-hero-banner::after {
    display: none;
  }
  .hero-banner.site-map-hero-banner .hero-left h1 {
    font-size: 26px;
    line-height: 36px;
  }
}

.site-map-section {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .site-map-section {
    padding: 40px 0;
  }
}
.site-map-section .site-map-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-map-section .site-map-list > li > a {
  color: var(--text-default, #464646);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: text-decoration 0.2s ease;
}
.site-map-section .site-map-list > li > a:hover {
  text-decoration: none;
}
.site-map-section .site-map-list > li .site-map-sub-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-map-section .site-map-list > li .site-map-sub-list li {
  position: relative;
  padding-left: 20px;
}
.site-map-section .site-map-list > li .site-map-sub-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: var(--text-default, #464646);
  border-radius: 50%;
}
.site-map-section .site-map-list > li .site-map-sub-list li a {
  color: var(--text-default, #464646);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: text-decoration 0.2s ease;
}
.site-map-section .site-map-list > li .site-map-sub-list li a:hover {
  text-decoration: none;
}
.site-map-section .site-map-list > li:nth-last-child(4) {
  margin-bottom: 32px;
}
.site-map-section .site-map-list > li:last-child {
  margin-bottom: 0;
}

.mme-form-section {
  padding: 40px;
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.04) 0%, rgba(34, 34, 34, 0.04) 100%), #fff;
}
@media (max-width: 768px) {
  .mme-form-section {
    padding: 40px 16px;
  }
}

.mme-section {
  margin-bottom: 32px;
}
.mme-section h3 {
  margin: 0 0 16px 0;
  font-size: 22px;
  color: #222;
}
@media (max-width: 768px) {
  .mme-section h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.mme-form-row {
  display: grid;
  grid-template-columns: 1fr 0.8fr 136px 80px;
  align-items: end;
  gap: 16px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .mme-form-row {
    grid-template-columns: 1fr 1fr;
  }
  .mme-form-row .mme-form-group:nth-child(1),
  .mme-form-row .mme-form-group:nth-child(2) {
    grid-column: 1/-1;
  }
}
@media (max-width: 576px) {
  .mme-form-row {
    grid-template-columns: 1fr;
  }
}

.mme-form-group label {
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
  color: var(--text-default);
  font-size: 14px;
  line-height: 20px;
}
.mme-form-group select,
.mme-form-group input {
  font-family: "Inter", sans-serif;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d5d7da;
  border-radius: 6px;
  font-size: 14px;
  color: var(--primary-text);
  height: 40px;
}
.mme-form-group select:disabled,
.mme-form-group input:disabled {
  background-color: rgba(213, 215, 218, 0.4);
  color: #999;
  cursor: not-allowed;
}
.mme-form-group select {
  padding-right: 30px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: all 0.2s ease;
}
.mme-form-group select:focus {
  outline: none;
  border-color: #8cb6e1;
  box-shadow: 0 0 0 3px rgba(140, 182, 225, 0.3);
  background-color: #f8f9fa;
}

.mme-add-btn {
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #fbecbd;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: var(--primary-text);
  transition: background-color 0.2s;
}
.mme-add-btn:hover {
  background-color: #edddad;
}

.mme-calc-controls {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .mme-calc-controls {
    flex-direction: column;
    align-items: stretch;
  }
}

.mme-calculate-btn {
  background: var(--secondary, #f0cd15);
  color: var(--primary-text, #222);
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color 0.2s;
}
.mme-calculate-btn:hover:not(:disabled) {
  background-color: #debb09;
}
.mme-calculate-btn:disabled {
  color: #fff;
  background-color: #aba7a6;
  cursor: not-allowed;
}

.mme-oxycodone-note {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-default, #464646);
}
.mme-oxycodone-note p {
  margin-bottom: 8px;
}
.mme-oxycodone-note p:last-child {
  margin-bottom: 0;
}

.mme-total {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-default);
}
.mme-total #totalMME {
  font-weight: 600;
  color: var(--primary-text);
}

.mme-results {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px;
  border-bottom: 1px solid #d5d7da;
}
@media (max-width: 768px) {
  .mme-results {
    padding: 40px 16px;
  }
}

.mme-results-header {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  background: rgba(140, 182, 225, 0.3);
}
.mme-results-header h3 {
  margin: 0;
  color: var(--primary-text, #222);
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.mme-starting-dose {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #8cb6e1;
  margin: 0;
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
  color: var(--primary-text, #222);
}

.mme-frequency {
  margin: 0;
  color: var(--primary-text, #222);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mme-titration-section p {
  color: var(--primary-text, #222);
  margin: 0;
}
.mme-titration-section h4 {
  margin: 8px 0;
  font-size: 20px;
  color: var(--primary-text, #222);
  line-height: 30px;
}

.mme-titration-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mme-titration-step {
  flex: 1;
  display: flex;
  padding: 6px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  text-align: center;
  border-radius: 8px;
  background: #8cb6e1;
  color: var(--primary-text, #222);
  font-size: 16px;
  font-weight: 600;
}

.mme-mme-display {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mme-mme-display p {
  margin: 0;
  color: #222;
  font-weight: 400;
  line-height: 24px;
}
.mme-mme-display p:first-child {
  font-size: 16px;
}
.mme-mme-display p:last-child {
  font-size: 22px;
  line-height: 32px;
}
.mme-mme-display #calculatedMME {
  display: inline-flex;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  border-radius: 8px;
  background: #8cb6e1;
}

.mme-ranges {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mme-ranges-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (max-width: 768px) {
  .mme-ranges-grid {
    grid-template-columns: 1fr;
  }
}

.mme-ranges-notes p {
  color: var(--text-default, #464646);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
.mme-ranges-notes p:last-child {
  margin-bottom: 0;
}

.mme-range-box {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 8px;
  color: var(--primary-text, #222);
  background: rgba(140, 182, 225, 0.3);
  transition: all 0.3s ease;
}
.mme-range-box.active {
  background: #8cb6e1;
}
.mme-range-box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.mme-range-box h4 span {
  font-weight: 400;
}
.mme-range-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.mme-notes {
  font-size: 14px;
  line-height: 22px;
  color: var(--text-default, #464646);
}
.mme-notes p {
  margin-bottom: 10px;
}
.mme-notes p:last-child {
  margin-bottom: 0;
}
.mme-notes strong {
  font-weight: 600;
}

.mme-important-notes {
  padding: 40px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-default, #464646);
}
@media (max-width: 768px) {
  .mme-important-notes {
    padding: 40px 16px;
  }
}
.mme-important-notes p {
  margin-bottom: 15px;
}
.mme-important-notes p:last-child {
  margin-bottom: 0;
}
.mme-important-notes strong {
  font-weight: 600;
}

.hidden {
  display: none !important;
}

body.modal-open {
  overflow: hidden;
}
@media (max-width: 768px) {
  body.modal-open {
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    position: relative;
  }
  body.modal-open * {
    box-sizing: border-box;
  }
  body.modal-open .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100vw !important;
  }
}

@media (max-width: 1024px) {
  .mme-calculator-content {
    max-width: 95%;
  }
  .mme-form-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .mme-calculator-header {
    padding: 16px;
  }
  .mme-calculator-header h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .mme-starting-dose {
    font-size: 36px;
  }
}
.request-rep-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}
.request-rep-form .form-section {
  margin-bottom: 40px;
}
.request-rep-form .form-section .form-section-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 30px;
}
.request-rep-form .form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .request-rep-form .form-row {
    flex-direction: column;
  }
}
.request-rep-form .form-field {
  flex: 1;
  position: relative;
  width: 100%;
}
.request-rep-form .form-field:not(.form-row .form-field) {
  margin-bottom: 16px;
}
.request-rep-form .form-field .form-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  color: var(--text-default, #464646);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
}
.request-rep-form .form-field .form-label .required-asterisk {
  color: var(--error-color, #cc3d68);
  margin-left: 4px;
}
.request-rep-form .form-field .form-input {
  display: flex;
  height: 40px;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #d5d7da;
  background: #fff;
  width: 100%;
  font-size: 16px;
  font-family: var(--font-family-primary);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.request-rep-form .form-field .form-input:focus {
  outline: none;
  border-color: var(--secondary, #f0cd15);
  box-shadow: 0 0 0 3px rgba(140, 182, 225, 0.1);
}
.request-rep-form .form-field .form-input.error {
  border-color: var(--error-color, #cc3d68);
  box-shadow: 0 0 0 4px rgba(204, 61, 104, 0.2);
}
.request-rep-form .form-field .form-input::placeholder {
  color: var(--text-default, #464646);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.6;
}
.request-rep-form .form-field .form-error {
  font-size: 14px;
  color: var(--error-color, #cc3d68);
  margin-top: 6px;
  line-height: 20px;
  letter-spacing: -0.2px;
}
.request-rep-form .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.request-rep-form .checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.request-rep-form .checkbox-item .form-checkbox {
  width: 20px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #d5d7da;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.request-rep-form .checkbox-item .form-checkbox:checked {
  border: 1px solid #f0cd15;
  background: #f0cd15;
}
.request-rep-form .checkbox-item .form-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M4.36688 7.76917L0.810547 4.21284L1.52321 3.5L4.36688 6.34367L10.4772 0.233337L11.1899 0.946171L4.36688 7.76917Z' fill='%23222222'/%3E%3C/svg%3E");
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.request-rep-form .checkbox-item .checkbox-label {
  color: var(--text-default, #464646);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  margin: 0;
}
.request-rep-form .checkbox-item .checkbox-label .form-link {
  color: var(--text-default, #464646);
  text-decoration: underline;
  font-weight: 600;
}
.request-rep-form .checkbox-item .checkbox-label .form-link:hover {
  color: var(--text-default, #464646);
}
.request-rep-form .form-disclaimer {
  color: var(--text-default, #464646);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.request-rep-form .form-disclaimer p {
  margin: 0 0 12px 0;
}
.request-rep-form .form-disclaimer p:last-child {
  margin-bottom: 0;
}
.request-rep-form .form-disclaimer .form-link {
  color: var(--text-default, #464646);
  text-decoration: underline;
  font-weight: 500;
}
.request-rep-form .form-disclaimer .form-link:hover {
  color: var(--text-default, #464646);
}
.request-rep-form .form-actions {
  text-align: center;
  margin-top: 32px;
}
.request-rep-form .form-actions .btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  background-color: var(--secondary, #f0cd15);
  color: #222;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.request-rep-form .form-actions .btn-submit:hover:not(:disabled) {
  background-color: var(--secondary-dark, #d6b200);
}
.request-rep-form .form-actions .btn-submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}
@media (max-width: 600px) {
  .request-rep-form .form-actions .btn-submit {
    display: initial;
  }
}

.alert {
  padding: 16px 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  transition: all 0.3s ease;
}
.alert .alert-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.alert .alert-message {
  flex: 1;
  margin: 0;
}
.alert .alert-close {
  background: none;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: inherit;
  opacity: 0.7;
}
.alert .alert-close:hover {
  opacity: 1;
}
.alert.alert-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.alert.alert-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.alert.alert-info {
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
}

.alert-toast {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 2000;
  min-width: 280px;
  max-width: 90vw;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  margin: 0;
  opacity: 0;
  pointer-events: auto;
  animation: alert-toast-in 200ms ease forwards;
}

@keyframes alert-toast-in {
  from {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes alert-toast-out {
  from {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  to {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
