@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/merriweather-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/open-sans-latin.woff2") format("woff2");
}

:root {
  --ll-color-primary: #003366;
  --ll-color-secondary: #c41e3a;
  --ll-color-background: #f4f4f4;
  --ll-color-text-primary: #1a1a1a;
  --ll-color-text-secondary: #555555;
  --ll-font-heading: "Merriweather", Georgia, serif;
  --ll-font-body: "Open Sans", Arial, sans-serif;
  --ll-color-accent: #d4a847;
  --ll-color-white: #ffffff;
  --ll-color-border: #dddddd;
  --ll-color-link: #0066cc;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: unset;
}
body {
  font-family: var(--ll-font-body);
  background-color: var(--ll-color-background);
  color: var(--ll-color-text-primary);
  line-height: 1.7;
  font-size: 16px;
}
.top-bar {
  background: var(--ll-color-primary);
  color: var(--ll-color-white);
  padding: 8px 20px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar-date {
  opacity: 0.9;
}
.header {
  background: var(--ll-color-white);
  border-bottom: 4px solid var(--ll-color-secondary);
  padding: 15px 20px;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
}
.logo-link {
  display: block;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
}
.site-logo {
  display: block;
  height: 49px;
  max-width: 100%;
  width: auto;
}
.logo-text {
  font-family: var(--ll-font-heading);
  font-size: 28px;
  font-weight: 900;
  color: var(--ll-color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.logo-text span {
  color: var(--ll-color-secondary);
}
.nav-links {
  display: flex;
  gap: 25px;
}
.nav-links a {
  text-decoration: none;
  color: var(--ll-color-text-secondary);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.nav-links a:hover {
  color: var(--ll-color-secondary);
}
.advert-banner {
  background: var(--ll-color-accent);
  color: var(--ll-color-primary);
  text-align: center;
  padding: 8px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.main-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--ll-color-border);
  font-size: 13px;
  color: var(--ll-color-text-secondary);
}
.category-tag {
  background: var(--ll-color-secondary);
  color: var(--ll-color-white);
  padding: 4px 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.article-title {
  font-family: var(--ll-font-heading);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.2;
  color: var(--ll-color-text-primary);
  margin-bottom: 15px;
}
.article-subtitle {
  font-size: 20px;
  color: var(--ll-color-text-secondary);
  margin-bottom: 25px;
  line-height: 1.5;
}
.hero-image-container {
  margin-bottom: 25px;
  position: relative;
}
.hero-image {
  width: 100%;
  height: auto;
  display: block;
}
.image-caption {
  font-size: 13px;
  color: var(--ll-color-text-secondary);
  padding: 10px 0;
  font-style: italic;
  border-bottom: 1px solid var(--ll-color-border);
}
.article-content {
  background: var(--ll-color-white);
  padding: 35px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.article-content p {
  margin-bottom: 20px;
  font-size: 17px;
}
.article-content h2 {
  font-family: var(--ll-font-heading);
  font-size: 26px;
  color: var(--ll-color-text-primary);
  margin: 35px 0 20px;
}
.article-content h3 {
  font-family: var(--ll-font-heading);
  font-size: 20px;
  color: var(--ll-color-text-primary);
  margin: 25px 0 15px;
}
.highlight-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid var(--ll-color-secondary);
  padding: 25px;
  margin: 30px 0;
  font-style: italic;
}
.highlight-box p {
  margin-bottom: 0;
}
.doctor-quote {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--ll-color-white);
  border: 2px solid var(--ll-color-border);
  padding: 25px;
  margin: 30px 0;
  border-radius: 8px;
}
.doctor-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid var(--ll-color-primary);
}
.doctor-content blockquote {
  font-style: italic;
  font-size: 18px;
  color: var(--ll-color-text-primary);
  margin-bottom: 10px;
  line-height: 1.6;
}
.doctor-name {
  font-weight: 700;
  color: var(--ll-color-primary);
}
.doctor-title {
  font-size: 13px;
  color: var(--ll-color-text-secondary);
}
.product-feature {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 35px 0;
  padding: 25px;
  background: linear-gradient(135deg, #003366 0%, #004488 100%);
  border-radius: 8px;
  color: var(--ll-color-white);
}
.product-image {
  width: 200px;
  height: auto;
  flex-shrink: 0;
  border-radius: 8px;
}
.product-info h3 {
  color: var(--ll-color-white);
  margin-top: 0;
  font-size: 24px;
}
.product-info p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
}
.benefit-list {
  list-style: none;
  margin: 20px 0;
}
.benefit-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 16px;
}
.benefit-list li img {
  flex-shrink: 0;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ll-color-secondary);
  color: var(--ll-color-white);
  padding: 16px 35px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(196, 30, 58, 0.4);
}
.cta-button:hover {
  background: #a01830;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(196, 30, 58, 0.5);
}
.testimonial-section {
  background: var(--ll-color-background);
  padding: 25px;
  margin: 35px 0;
  border-radius: 8px;
}
.testimonial-section h3 {
  margin-top: 0;
  color: var(--ll-color-primary);
}
.testimonial-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--ll-color-white);
  padding: 20px;
  border-radius: 8px;
  margin-top: 15px;
}
.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.testimonial-text {
  font-style: italic;
  margin-bottom: 10px;
}
.testimonial-author {
  font-weight: 700;
  color: var(--ll-color-primary);
  font-size: 14px;
}
.testimonial-location {
  font-size: 13px;
  color: var(--ll-color-text-secondary);
}
.urgency-bar {
  background: linear-gradient(90deg, #c41e3a 0%, #ff4757 100%);
  color: var(--ll-color-white);
  padding: 15px 25px;
  margin: 30px 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  animation: pulse 2s infinite;
}
.urgency-bar p {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
}
.final-cta {
  text-align: center;
  padding: 40px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  margin: 35px 0;
  border-radius: 8px;
}
.final-cta h2 {
  margin-top: 0;
  color: var(--ll-color-primary);
}
.final-cta p {
  max-width: 500px;
  margin: 0 auto 25px;
}
.disclaimer {
  font-size: 11px;
  color: var(--ll-color-text-secondary);
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--ll-color-border);
  line-height: 1.6;
}
.footer {
  background: var(--ll-color-primary);
  color: var(--ll-color-white);
  padding: 30px 20px;
  text-align: center;
  margin-top: 40px;
}
.footer p {
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 5px;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}
.footer .copyright {
  margin-top: 15px;
  margin-bottom: 0;
}
.footer-links a {
  color: var(--ll-color-white);
  text-decoration: none;
  font-size: 12px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.footer-links a:hover {
  opacity: 1;
}
#iv6eui {
  font-style: normal;
}
#ibn1yj {
  font-style: normal;
}
#iw1fl5 {
  font-style: normal;
}
#i3n0gn {
  font-style: normal;
}
#i8rn01 {
  font-style: normal;
}
#ipu2p2 {
  font-style: normal;
}
#i3ridr {
  font-style: normal;
}
#ivq4 {
  padding-bottom: 0px;
  padding-top: 0;
}
#iu5iaex {
  font-size: 20px;
}
.author-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  padding: 15px 0;
  border-top: 1px solid var(--ll-color-border);
  border-bottom: 1px solid var(--ll-color-border);
}
.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--ll-color-primary);
}
.author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.author-name {
  font-weight: 700;
  color: var(--ll-color-primary);
  font-size: 15px;
}
.author-credentials {
  font-size: 13px;
  color: var(--ll-color-text-secondary);
}
.author-credentials span {
  margin-right: 8px;
}
#ib0fkav {
  font-weight: 700;
}
#ib0fkav-2 {
  font-weight: 700;
}
#iwlbm6k-2 {
  font-size: 23px;
}
#i9vubaj-2 {
  font-weight: normal;
}
#ijganlh-2 {
  font-weight: normal;
}
#in35sfh-2 {
  font-size: 23px;
}
#iiz5acf-2 {
  font-weight: normal;
}
#iib6w3b-2 {
  font-size: 23px;
}
#ia3qvcs-2 {
  font-weight: normal;
}
#i9ley09-2 {
  font-size: 23px;
}
#ihhq7ju-2 {
  font-weight: normal;
}
#igfrg67-2 {
  font-size: 23px;
}
#iywqav5-2 {
  font-weight: normal;
}
#ia2akog {
  font-size: 24px;
}
#ijganlh {
  font-weight: normal;
}
#i9vubaj {
  font-weight: normal;
}
#iiz5acf {
  font-weight: normal;
}
#ia3qvcs {
  font-weight: normal;
}
#ihhq7ju {
  font-weight: normal;
}
#iywqav5 {
  font-weight: normal;
}
#iwlbm6k {
  font-size: 23px;
  text-align: left;
}
#in35sfh {
  font-size: 23px;
}
#iib6w3b {
  font-size: 23px;
}
#i9ley09 {
  font-size: 23px;
}
#igfrg67 {
  font-size: 23px;
}
#i0s3t7y {
  font-style: normal;
}
#ic9x93d {
  font-style: normal;
}
#ijlc {
  padding-bottom: 0px;
  padding-top: 0;
}
#iacn {
  padding-bottom: 98.59375px;
  padding-top: 0;
}
#ig16 {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#imr2 {
  padding-bottom: 127px;
  padding-top: 0;
}
#im68 {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#itlj {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#i7qp {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#ipm9 {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#i0j3 {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#imwg {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#ix5p {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#ieb4 {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#ixzu {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#i5xk {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#irl2dn {
  font-style: normal;
}
#iu5iaex-2 {
  font-size: 24px;
}
#iej054h {
  font-style: normal;
}
#ijfn {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#irjx {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#ij7v {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#irh1 {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#ijjgodc {
  font-style: normal;
}
#iruh8m8 {
  font-style: normal;
}
#ic8keo5 {
  font-style: normal;
}
#izyvk6w {
  font-style: normal;
}
#ihahkkl {
  width: 100%;
}
#i85f {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#iipr {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#i8e5 {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#i8ci {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#i0gc {
  padding-bottom: 103.59375px;
  padding-top: 0;
}
#tt1hd {
  line-height: 1.4em;
  font-size: 46px;
}
#p1txt {
  font-size: 20px;
  padding-left: 0px;
}
#hl4tx {
  font-size: 20px;
}
#p6txt-2 {
  font-size: 20px;
  margin-top: 20px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
  margin-top: 20px;
  font-size: 20px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 25px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 35px;
}
#ir2dwb {
  --marker: "❌";
  --marker-spacing: 4px;
  font-size: 20px;
  gap: 20px;
  margin-bottom: 25px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
  margin-top: 30px;
  font-size: 20px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
  margin-top: 20px;
  font-size: 20px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#ct1bt {
  background: #02a21bff;
  margin-top: 10px;
  margin-bottom: 5px;
}
#ii5mvq {
  font-style: normal;
}
#ts6im {
  object-position: 70% 74%;
}
#i6xjnz {
  object-position: 70% 74%;
}
#i3voeg {
  font-style: normal;
}
#itrlei {
  object-position: 0% 14%;
}
#itgjyk {
  font-style: normal;
}
#i3mcg1 {
  object-position: 43% 100%;
}
#i8qiw5 {
  font-style: normal;
}
#it7v3c {
  object-position: 42% 45%;
}
#ii97jj {
  font-style: normal;
}
#iu6c8u {
  object-position: 51% 57%;
}
#i163ph {
  object-position: 42% 45%;
}
#ii6yl1 {
  font-style: normal;
}
#ib1r3u {
  font-style: normal;
}
#i2xwtf {
  object-position: 44% 49%;
}
#i23riw {
  font-style: normal;
}
#if49m9 {
  background: #02a21bff;
  margin-top: 80px;
  margin-bottom: 50px;
  font-size: 24px;
}
#i4pj1f {
  background: #02a21bff;
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 24px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-3 {
  margin-top: 20px;
  font-size: 20px;
}
#i5qg8q5 {
  width: 100%;
  height: 49px;
  margin-left: 115px;
}
#i99zyyj {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 516px;
}
#ur3tx {
  font-size: 18px;
}
#iffwmfc {
  width: 58.14%;
  height: 483px;
  margin-left: 155px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#iywu4cs {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#im7xnqq {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iuh50v4 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i6m8rxi {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ihu25mf {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#it9nptu {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iownn1j {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iaj89m4 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ih5nxod {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ixskesl {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#irh514a {
  width: 100%;
}
#icw4yuf {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i1j8966 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#irec8jv {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iebkrz4 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#icpayyn {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#in5vi51 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iatcaak {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ix7gcgd {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#isoxis3 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#is9ajxj {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iccqdjh {
  width: 100%;
}
#iyuaord {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#in8w7x9 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#igm8h15 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iaiztjo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i16fumj {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i8xjdrs {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iziigdl {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ip2075q {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iichc2b {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ibt2bf9 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i67tl1w {
  width: 100%;
}
#ixrp3yy {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i0f1qyh {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i9gchu2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ij7aqqz {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ilvdol3 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i7ed787 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i5mgi2m {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i9sfz8i {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i4wpfv2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#it2unp5 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#it7h0m8 {
  width: 100%;
}
#ikbcjfx {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ixhw1pe {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i5j1hag {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ixhxnxc {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#igmjzgi {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ipefx4u {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ijz6zz4 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iyg333f {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#idcdsf9 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#imx7665 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#izj94ml {
  width: 100%;
}
#ikvutph {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i8po3dm {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i7ygj7r {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i2csadi {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#icyxr6c {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ie0p1of {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iu4jwct {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i87jqxx {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iqsfj5g {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iyhzl5n {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iiexvvi {
  width: 100%;
}
#ip9ebl4 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ihofzyd {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i2gykv4 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#idzkrrk {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ieil2ei {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ioizhct {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ieihhsj {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iyh6qmn {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#im6na46 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#imsyi5t {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#id1nw9g {
  width: 100%;
}
#iihq5nw {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#is3l8t4 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i9e29no {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#icdasrv {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ihxkxt3 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i17j7fp {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iakqpi8 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i8vbdxg {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i7lo5l1 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#icn9c06 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iy162mb {
  width: 100%;
}
#il7qhxf {
  background: #ffffffff;
}
#ibol2g3 {
  background: #ffffffff;
}
#sb2tl {
  font-size: 25px;
  padding-left: 0px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 25px;
}
#dq0qt {
  font-size: 20px;
}
#pf8tx {
  font-size: 19px;
}
#bn1s1 {
  font-size: 20px;
}
#bn3s2 {
  font-size: 20px;
}
#bn5s3 {
  font-size: 20px;
}
#bn7s4 {
  font-size: 20px;
}
#bn9s5 {
  font-size: 20px;
}
#ct2tx {
  font-size: 19px;
}
#h2sec-3 {
  font-size: 33px;
}
#h2sec-2 {
  font-size: 33px;
}
#i8i61y-2 {
  margin-bottom: 20px;
  margin-top: 20px;
}
#p6txt-2-3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 35px;
}
#ifdmsje {
  margin-bottom: 20px;
  margin-top: 20px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  object-position: 41% 52%;
}
#h2sec-2-2 {
  font-size: 33px;
  margin-top: 25px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-3 {
  margin-top: 20px;
  font-size: 20px;
}
#h3key-2-2 {
  font-size: 33px;
}
#h3key-2-2-3 {
  font-size: 33px;
  margin-top: 75px;
}
#h3key-2-2-4 {
  font-size: 33px;
  margin-top: 40px;
}
#im08hox {
  margin-top: 20px;
  margin-bottom: 20px;
}
#i0xu9bc {
  margin-top: 20px;
  margin-bottom: 20px;
}
#i6ugjb6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#h2sec-2-4 {
  font-size: 33px;
}
#p6txt-2-4 {
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
}
#iksfk3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#i5vuth {
  margin-top: 20px;
  margin-bottom: 20px;
}
#i0gt0gi {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70.698%;
  height: 742px;
  margin-left: 110px;
}
#mn6ct {
  padding-top: 0px;
}
#ifrjs7i {
  padding-top: 10px;
  gap: 0px;
}
#pf4ft {
  padding-bottom: 40px;
  margin-top: 55px;
  padding-top: 40px;
}
#h3key-2-2-3-2 {
  font-size: 33px;
}
#ts4hd {
  font-size: 30px;
}
#pf7hd {
  font-size: 26px;
}
#h4why {
  font-size: 30px;
}
#h4why-2 {
  font-size: 33px;
}
#i80y0zq {
  text-align: left;
}
#imkbnx4 {
  text-align: left;
}
#izjn5ig {
  text-align: left;
}
#ig0gx4r {
  text-align: left;
}
#h3key-2-2-3-2-2 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 45px;
}
#ic7cfcn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background: #fff9d7ff;
  margin-bottom: 30px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
#iidtr2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#dq7wr {
  background: #e3f2e3ff;
  padding-top: 35px;
}
#i4ykl5v {
  background: #02a21bff;
  margin-top: 70px;
  margin-bottom: 25px;
  font-size: 22px;
}
#ii9wj8x-2 {
  margin-top: 20px;
  margin-bottom: 25px;
}
#iiqi1gg {
  margin-top: 20px;
  margin-bottom: 20px;
}
#h2sec-2-2-4 {
  font-size: 33px;
  margin-top: 25px;
}
#p6txt-2-2-3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4 {
  margin-top: 20px;
  font-size: 20px;
}
#iurn1uh-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#ar6ct {
  margin-top: 5px;
}
#ts3sc {
  margin-top: 55px;
}
#h3key-2-2-4-2 {
  font-size: 33px;
  margin-top: 40px;
}
#i4ykl5v:hover {
  background: #02a21bc2;
}
#i0yuln2 {
  background: #02a21bff;
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 23px;
}
#i0yuln2:hover {
  background: #6dce6aff;
}
#h4why-2-2 {
  font-size: 33px;
}
#fc2bt {
  background: #02a21bff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  margin-left: 0px;
  font-size: 20px;
}
#ii80hc {
  --marker: "👉";
}
#ibjvvi {
  --marker: "👉";
}
#ir3xuv {
  --marker: "👉";
}
#ilktfl {
  --marker: "👉";
}
#i01q2ck {
  --marker: "👉";
}
#i5jkn9l {
  --marker: "👉";
}
#ijwy4o6 {
  object-fit: cover;
  margin-top: 10px;
  margin-bottom: 15px;
}
#p6txt-4 {
  font-size: 20px;
  margin-top: 20px;
}
#ixwijrt-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#h2sec-2-2-2 {
  font-size: 33px;
  margin-top: 25px;
  margin-bottom: 25px;
}
#ixyk3qk {
  margin-top: 20px;
  margin-bottom: 20px;
}
#inpiqf3-2-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#h3key-2-2-6 {
  font-size: 33px;
}
#ie9olaj {
  width: 50.698%;
  height: 547px;
  margin-left: 190px;
  margin-top: 20px;
  margin-bottom: 0px;
}
#iafakdf {
  width: 54.419%;
  height: 130px;
  margin-left: 175px;
  margin-bottom: 25px;
}
#i2xwtf-2 {
  object-position: 44% 49%;
}
#iihq5nw-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#is3l8t4-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i9e29no-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#icdasrv-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ihxkxt3-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i17j7fp-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iakqpi8-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i8vbdxg-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i7lo5l1-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#icn9c06-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iy162mb-2 {
  width: 100%;
}
#ixovkl9 {
  font-style: normal;
}
#io95vam {
  object-position: 44% 49%;
}
#iihq5nw-2-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#is3l8t4-2-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i9e29no-2-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#icdasrv-2-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#ihxkxt3-2-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i17j7fp-2-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iakqpi8-2-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i8vbdxg-2-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#i7lo5l1-2-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#icn9c06-2-2 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
#iy162mb-2-2 {
  width: 100%;
}
#ip6oklz {
  font-style: normal;
}
#ixymyra {
  width: 89.054%;
  height: 163px;
  margin-left: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}
#izhlrsq-2 {
  margin-top: 10px;
}
#i5ejelj {
  margin-top: 20px;
}
#iics93d {
  margin-top: 25px;
}
#i8wt9e9 {
  margin-top: 25px;
  margin-bottom: 25px;
}
#ur2br {
  margin-top: 40px;
  margin-bottom: 30px;
}
#i3g4k {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  --rem: 16;
}
#i5bkq {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  --rem: 16;
}
#iok2l {
  display: contents;
  --rem: 16;
}
#i4pj1f:hover {
  background: #02a21bc2;
}
#if49m9:hover {
  background: #02a21bc2;
}
#ieby3ic {
  background: #02a21bff;
  margin-top: 55px;
  margin-bottom: 60px;
  font-size: 24px;
}
#ieby3ic:hover {
  background: #02a21bc2;
}
#ih70y1o {
  margin-top: 20px;
  margin-bottom: 20px;
}
#dq8im-2 {
  object-fit: cover;
  object-position: 21% 35%;
}
#i4668to {
  font-style: normal;
}
#dq0qt-2 {
  font-size: 20px;
}
#dq7wr-2 {
  background: #e3f2e3ff;
  padding-top: 35px;
}
#dq0qt-3 {
  font-size: 20px;
}
#dq7wr-3 {
  background: #e3f2e3ff;
  padding-top: 35px;
  margin-bottom: 50px;
}
#i9odwj2 {
  --marker: "✅";
  --marker-spacing: 4px;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-3 {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 35px;
}
#i7qvvtl {
  margin-bottom: 20px;
  margin-top: 20px;
}
#ila0wst {
  font-style: normal;
}
#h2sec-3-2 {
  font-size: 33px;
}
#p6txt-4-2 {
  font-size: 20px;
  margin-top: 20px;
}
#ii9wj8x-2-2 {
  margin-top: 20px;
  margin-bottom: 25px;
}
#p6txt-4-3 {
  font-size: 20px;
  margin-top: 20px;
}
#h2sec-3-2-2 {
  font-size: 33px;
}
#p6txt-4-3-2 {
  font-size: 20px;
  margin-top: 20px;
}
#p6txt-2-4-2 {
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
}
#p6txt-2-4-2-2 {
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
}
#ir3578h {
  font-style: normal;
}
#i7x6rrl {
  margin-top: 20px;
  margin-bottom: 20px;
}
#h3key-2-2-2 {
  font-size: 33px;
}
#p6txt-2-2-3-2 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
}
#h3key-2-2-2-2 {
  font-size: 33px;
}
#ix5sb26 {
  font-style: normal;
}
#h3key-2-2-2-2-2 {
  font-size: 33px;
}
#iksfk3-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#h3key-2-2-2-2-2-2 {
  font-size: 33px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-3 {
  margin-top: 20px;
  font-size: 20px;
}
#i1ycn5u {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70.116%;
  height: 603px;
  margin-left: 115px;
}
#h3key-2-2-2-2-2-2-2 {
  font-size: 33px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-3-2 {
  margin-top: 20px;
  font-size: 20px;
}
#ir7dqrb {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 102.326%;
  height: 438px;
  margin-left: 0px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-3-2-2 {
  margin-top: 20px;
  font-size: 20px;
}
#h3key-2-2-2-2-2-2-2-2 {
  font-size: 33px;
}
#ig3pfn3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#h3key-2-2-2-2-2-2-2-2-2 {
  font-size: 33px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-3-2-2-2 {
  margin-top: 20px;
  font-size: 20px;
}
#io63e4i {
  margin-top: 20px;
  margin-bottom: 20px;
}
#h3key-2-2-2-2-2-2-2-2-2-2 {
  font-size: 33px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-3-2-2-2-2 {
  margin-top: 20px;
  font-size: 20px;
}
#h3key-2-2-2-2-2-2-2-2-2-2-2 {
  font-size: 33px;
}
#p6txt-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-3-2-2-2-2-2 {
  margin-top: 20px;
  font-size: 20px;
}
#dq0qt-3-2 {
  font-size: 20px;
}
#dq7wr-3-2 {
  background: #f3f9ffff;
  padding-top: 35px;
  margin-bottom: 50px;
}
#izm1x8e {
  font-style: normal;
}
#i1b3pqd {
  font-size: 24px;
}
#idfx14p {
  font-size: 24px;
}
#induawq {
  font-size: 24px;
}
#ig79876 {
  font-size: 24px;
}
#p6txt-4-2-2 {
  font-size: 20px;
  margin-top: 20px;
}
#i99zyyj-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 435px;
}
#ifhyyto {
  width: 100%;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
}
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .article-title {
    font-size: 28px;
  }
  .article-subtitle {
    font-size: 17px;
  }
  .article-content {
    padding: 20px;
  }
  .doctor-quote {
    flex-direction: column;
    text-align: center;
  }
  .doctor-image {
    margin: 0 auto;
  }
  .product-feature {
    flex-direction: column;
    text-align: center;
  }
  .product-image {
    width: 150px;
  }
  .testimonial-card {
    flex-direction: column;
    text-align: center;
  }
  .testimonial-avatar {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .ll-section,
  .ll-container,
  .main-container,
  .article-content,
  .article-content * {
    min-width: 0;
  }

  .article-content p {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .main-container {
    width: 100%;
  }

  .article-content img,
  .hero-image,
  .ll-image {
    display: block;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
  }

  .article-meta {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .author-byline {
    align-items: flex-start;
  }

  .author-info,
  .author-credentials {
    min-width: 0;
  }

  .cta-button {
    justify-content: center;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
  }

  #tt1hd {
    font-size: 32px;
  }
  #sb2tl {
    font-size: 22px;
  }
}
