* { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: Georgia, 'Times New Roman', serif;
    color: #222;
    line-height: 1.7;
    background: #fafafa;
    -webkit-font-smoothing: antialiased;
  }
  .sponsored-bar {
    background: rgb(251, 247, 240);
    border-bottom: 1px solid rgba(246, 240, 229, 0.9);
    padding: 10px 16px;
    text-align: center;
    font-family: -apple-system, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7a6f55;
  }
  .publication-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 14px 20px;
    text-align: center;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 13px;
    color: #888;
  }
  .article {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 24px 60px;
    background: #fff;
  }
  .category {
    font-family: -apple-system, 'Segoe UI', Roboto, sans-serif;
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgb(169, 135, 53);
    font-weight: 600;
    margin-bottom: 16px;
  }
  h1 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 18px;
    letter-spacing: -0.3px;
  }
  .deck {
    font-size: 19px;
    line-height: 1.5;
    color: #555;
    font-style: italic;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
  }
  .byline {
    font-family: -apple-system, 'Segoe UI', Roboto, sans-serif;
    font-size: 13px;
    color: #777;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
  }
  .byline strong { color: #333; font-weight: 600; }
  .social-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 20px;
    padding: 14px 16px;
    background: rgb(251, 247, 240);
    border: 1px solid rgb(240, 229, 211);
    border-radius: 6px;
    margin: 24px 0 30px;
    font-family: -apple-system, sans-serif;
  }
  .trending-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(90deg, #ff6b35 0%, #f7931e 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 9px;
    border-radius: 3px;
    text-transform: uppercase;
  }
  .stat-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
  }
  .stat-item svg { width: 16px; height: 16px; flex-shrink: 0; }
  .stat-item .heart { fill: #e0245e; }
  .stat-item .share { fill: #1da1f2; }
  .stat-item .comment { fill: #17bf63; }
  .stat-item .eye { fill: #888; }
  .stat-item strong { color: #1a1a1a; font-weight: 700; }
  .share-strip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 0;
    margin: 10px 0 24px;
    font-family: -apple-system, sans-serif;
    font-size: 12px;
    color: #888;
  }
  .share-strip .share-label {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 4px;
  }
  .share-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.2px;
  }
  .share-btn svg { width: 13px; height: 13px; fill: #fff; }
  .share-btn.fb { background: #1877f2; }
  .share-btn.wa { background: #25d366; }
  .share-btn.tw { background: #000; }
  .share-btn.em { background: #777; }
  figure { margin: 0 0 30px; }
  figure img { width: 100%; height: auto; display: block; border-radius: 2px; }
  .hero-split { position: relative; margin: 0 0 30px; }
  .hero-split .split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  }
  .hero-split .pane {
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: #ddd;
  }
  .hero-split .pane img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.92);
  }
  .hero-split .pane::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.55) 100%);
  }
  .hero-split .pane .tag {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    color: #fff;
    font-family: -apple-system, 'Segoe UI', Roboto, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.35;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  }
  .hero-split .pane .tag small {
    display: block;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 4px;
  }
  .hero-split .vs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    color: rgb(169, 135, 53);
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  }
  figure.inline { margin: 36px 0; }
  figure p {
    font-size: 12px;
    color: #888;
    font-style: italic;
    line-height: 1.15rem;
    margin-top: 4px;
    padding-left: 2px;
  }
  p {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 22px;
    color: #2a2a2a;
  }
  p.lead::first-letter {
    font-size: 58px;
    float: left;
    line-height: 48px;
    padding: 6px 10px 0 0;
    font-weight: 600;
    color: rgb(169, 135, 53);
  }
  h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 400;
    margin: 44px 0 18px;
    color: #1a1a1a;
  }
  blockquote {
    border-left: 4px solid rgb(169, 135, 53);
    padding: 14px 22px;
    margin: 32px 0;
    font-size: 21px;
    line-height: 1.5;
    color: #3a3a3a;
    font-style: italic;
    background: rgba(246, 240, 229, 0.6);
  }
  blockquote span {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    font-style: normal;
    color: #888;
    font-family: -apple-system, sans-serif;
  }
  .doctor-card {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 22px;
    align-items: start;
    background: rgba(246, 240, 229, 0.6);
    border: 1px solid rgb(240, 229, 211);
    padding: 22px;
    border-radius: 6px;
    margin: 36px 0;
  }
  .doctor-card img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .doctor-card .name {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
  }
  .doctor-card .title {
    font-size: 13px;
    color: #888;
    font-style: italic;
    margin-bottom: 12px;
    font-family: -apple-system, sans-serif;
  }
  .doctor-card ul { margin: 0; padding: 0; list-style: none; }
  .doctor-card li {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 6px;
    padding-left: 18px;
    color: #444;
    font-family: -apple-system, sans-serif;
    position: relative;
  }
  .doctor-card li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: rgb(169, 135, 53);
  }
  .expert-box {
    background: rgba(246, 240, 229, 0.6);
    border: 1px solid rgb(240, 229, 211);
    padding: 24px;
    margin: 36px 0;
    border-radius: 4px;
  }
  .expert-box .label {
    font-family: -apple-system, sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(169, 135, 53);
    font-weight: 600;
    margin-bottom: 8px;
  }
  .expert-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
  }
  .expert-box p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 0;
    color: #444;
  }
  ul.check {
    margin: 0 0 22px 0;
    padding-left: 0;
    list-style: none;
  }
  ul.check li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    color: #2a2a2a;
  }
  ul.check li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(169, 135, 53);
    font-weight: 700;
    font-size: 18px;
  }
  .stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 30px 0;
  }
  .stat {
    background: rgba(246, 240, 229, 0.6);
    border: 1px solid rgb(240, 229, 211);
    padding: 20px 16px;
    text-align: center;
    border-radius: 4px;
  }
  .stat .num {
    font-size: 36px;
    font-weight: 600;
    color: rgb(169, 135, 53);
    display: block;
    line-height: 1;
    margin-bottom: 8px;
  }
  .stat .label {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
  }
  .credentials-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    background: rgb(251, 247, 240);
    padding: 22px 18px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 36px 0;
    font-family: -apple-system, sans-serif;
  }
  .credentials-strip div {
    text-align: center;
    font-size: 12px;
    color: #666;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    flex: 1;
    min-width: 120px;
  }
  .credentials-strip strong {
    display: block;
    font-size: 16px;
    color: rgb(169, 135, 53);
    text-transform: none;
    letter-spacing: 0;
    margin-top: 4px;
    font-weight: 600;
  }
  .testimonial {
    border-top: 1px solid #eee;
    padding: 22px 0;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 12px;
    align-items: start;
  }
  .testimonial img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
  }
  .testimonial p {
    font-size: 17px;
    font-style: italic;
    line-height: 1.65;
    margin-bottom: 10px;
  }
  .testimonial span {
    font-size: 13px;
    color: #888;
    font-style: normal;
    font-family: -apple-system, sans-serif;
  }
  .cta-box {
    background: linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);
    border: 1px solid rgb(169, 135, 53);
    padding: 32px 26px;
    margin: 44px 0;
    text-align: center;
    border-radius: 6px;
  }
  .cta-box h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #1a1a1a;
  }
  .cta-box p {
    font-size: 16px;
    margin-bottom: 22px;
    color: #555;
  }
  .cta-button {
    display: inline-block;
    background: #22a55c;
    color: #fff;
    padding: 16px 34px;
    text-decoration: none;
    font-family: -apple-system, 'Segoe UI', Roboto, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(34,165,92,0.25);
  }
  .cta-button:hover { background: #1b8a4c; }
  .cta-inline { text-align: center; margin: 36px 0; }
  .trust-line {
    margin-top: 16px;
    font-size: 12px;
    color: #888;
    font-family: -apple-system, sans-serif;
    letter-spacing: 0.3px;
  }
  .product-image { text-align: center; margin: 36px 0; }
  .product-image img {
    max-width: 80%;
    height: auto;
    border-radius: 6px;
  }
  .package-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 28px 0;
  }
  .package {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 22px 24px;
    border-radius: 6px;
    font-family: -apple-system, sans-serif;
  }
  .package.featured {
    border-color: rgb(169, 135, 53);
    border-width: 2px;
    background: rgb(253, 250, 244);
    box-shadow: 0 4px 14px rgba(176,137,104,0.12);
  }
  .package .pkg-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 10px;
  }
  .package .name { font-size: 17px; font-weight: 700; color: #1a1a1a; }
  .package .duration { font-size: 13px; color: #777; margin-top: 3px; }
  .package .savings-tag {
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 9px;
    border-radius: 3px;
    letter-spacing: 0.3px;
    white-space: nowrap;
  }
  .package .pricing {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 8px;
  }
  .package .old-price {
    font-size: 17px;
    color: #aaa;
    text-decoration: line-through;
  }
  .package .new-price {
    font-size: 30px;
    font-weight: 700;
    color: rgb(169, 135, 53);
    line-height: 1;
  }
  .package .per-day {
    font-size: 13px;
    color: #555;
    margin-top: 6px;
  }
  .package .per-day strong { color: rgb(169, 135, 53); font-weight: 700; }
  .post-script {
    margin-top: 30px;
    padding: 22px;
    background: rgb(251, 247, 240);
    border-left: 3px solid rgb(169, 135, 53);
    font-size: 16px;
    line-height: 1.65;
    color: #444;
  }
  .post-script strong { color: #1a1a1a; }
  .cascade {
    margin: 32px 0;
    padding: 28px 24px;
    background: linear-gradient(180deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);
    border: 1px solid rgb(240, 229, 211);
    border-radius: 8px;
  }
  .cascade-title {
    font-family: -apple-system, sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(169, 135, 53);
    font-weight: 700;
    margin-bottom: 6px;
    text-align: center;
  }
  .cascade-sub {
    font-family: Georgia, serif;
    font-size: 17px;
    font-style: italic;
    color: #444;
    text-align: center;
    margin-bottom: 24px;
  }
  .cascade-step {
    background: #fff;
    border: 1px solid rgba(246, 240, 229, 0.9);
    border-left: 4px solid rgb(169, 135, 53);
    padding: 14px 18px;
    border-radius: 4px;
    position: relative;
    font-family: -apple-system, sans-serif;
    display: flex;
    flex-flow: row;
    gap: 8px;
  }
  .cascade-step img {
    width: 30%;
  }
  .cascade-step .num {
    display: inline-block;
    background: rgb(169, 135, 53);
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    vertical-align: middle;
  }
  .cascade-step strong {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 700;
  }
  .cascade-step p {
    font-size: 14px;
    line-height: 1.55;
    color: #555;
    margin: 6px 0 0 34px;
    font-family: Georgia, serif;
  }
  .cascade-arrow {
    text-align: center;
    color: rgb(169, 135, 53);
    font-size: 18px;
    margin: 6px 0;
    font-weight: 700;
  }
  .cascade-step.end {
    border-left-color: #8b0000;
    background: rgb(255, 245, 245);
  }
  .h-gold {
    font-weight: 700;
    color: rgb(169, 135, 53);
  }
  .h-green {
    font-weight: 700;
    color: rgb(68, 160, 70);
  }
  .cascade-step.end .num { background: #8b0000; }
  @media (max-width: 768px) {
    h1 { font-size: 28px; }
    .deck { font-size: 17px; }
    p { font-size: 17px; }
    h2 { font-size: 26px; margin: 28px 0 18px 0;}
    blockquote { font-size: 19px; }
    .stats-grid { grid-template-columns: 1fr; }
    .doctor-card { grid-template-columns: 1fr; text-align: center; }
    .doctor-card img { margin: 0 auto; }
    .doctor-card li { text-align: left; }
    .article { padding: 24px 14px 40px; }
    .cascade { padding: 24px 16px; }
    .cascade-step p { margin: 6px 0 0 0; }
    .expert-box { padding: 24px 16px; }
    .img-wrapper { margin-left: -14px; margin-right: -14px; }
    .cascade-step {
      flex-flow: column;
      gap: 8px;
    }
    .cascade-step img {
      width: 100%;
      margin: auto;
      max-width: 21rem;
    }
  }

/* GrapesJS editor styles */
* { box-sizing: border-box; } body {margin: 0;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);margin-top:0px;margin-right:0px;margin-bottom:1.5rem;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:1rem;padding-left:0px;}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}#i47myu{margin-top:22px;margin-right:0px;margin-bottom:22px;margin-left:0px;}#iwwkyt{margin-top:22px;margin-right:0px;margin-bottom:22px;margin-left:0px;}#ivp9al{margin-top:22px;margin-right:0px;margin-bottom:22px;margin-left:0px;}#ic4ssr{margin-top:22px;margin-right:0px;margin-bottom:22px;margin-left:0px;}#im8iqo{margin-top:22px;margin-right:0px;margin-bottom:22px;margin-left:0px;}.text-sm.border-r.border-r-\[\#9e9e9e\].lg\:text-xs.pr-\[0\.3125rem\]{margin-top:0px;margin-right:0.3125rem;margin-bottom:0px;margin-left:0px;}.text-sm.border-r.border-r-\[\#9e9e9e\].lg\:text-xs{padding-top:0px;padding-right:0.3125rem;padding-bottom:0px;padding-left:0px;}.max-w-\[51\.25rem\].mx-auto.flex.flex-col.gap-\[1\.5625rem\].px-4.md\:px-0.py-12{padding-top:48px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.text-xs.lg\:text-sm.border-r.border-r-\[\#9e9e9e\]{padding-top:0px;padding-right:0.3125rem;padding-bottom:0px;padding-left:0px;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}#i4l64f{margin-top:22px;margin-right:0px;margin-bottom:22px;margin-left:0px;}#ija0xc{background-color:rgba(129, 146, 189, 0.52);}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}.csi{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.check.ulnf{margin-top:22px;margin-right:0px;margin-bottom:0px;margin-left:0px;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}.inline{display:inline;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}.inline.h-img{display:none;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}@layer theme{:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--color-white:#fff;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}}@layer base{*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}}@layer utilities{.inline{display:inline;}.inline{display:inline;}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.pr-\[0\.3125rem\]{padding-right:0.3125rem;}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}}@layer properties{*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}}@media (max-width: 992px){.article{padding-top:40px;padding-right:24px;padding-bottom:48px;padding-left:24px;}.split-grid{margin-top:0px;margin-right:-16px;margin-bottom:0px;margin-left:-16px;}.deck{margin-top:0px;margin-right:0px;margin-bottom:24px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:16px;padding-left:0px;}.check.ulnf{margin-top:22px;margin-right:0px;margin-bottom:0px;margin-left:0px;}}@media (max-width: 768px){h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}}@media (max-width: 480px){.tag{margin-top:0px;margin-right:-10px;margin-bottom:-10px;margin-left:-10px;}.split-grid{margin-top:0px;margin-right:-14px;margin-bottom:0px;margin-left:-14px;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}#iagr3{font-size:75%;}.deck{margin-top:0px;margin-right:0px;margin-bottom:24px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:16px;padding-left:0px;}}
/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .mx-auto {
    margin-inline: auto;
  }
  .flex {
    display: flex;
  }
  .inline {
    display: inline;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[51\.25rem\] {
    max-width: 51.25rem;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[0\.3125rem\] {
    gap: 0.3125rem;
  }
  .gap-\[1\.5625rem\] {
    gap: 1.5625rem;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-\[\#9e9e9e\] {
    border-right-color: #9e9e9e;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .sm\:text-center {
    @media (width >= 40rem) {
      text-align: center;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-sm {
    @media (width >= 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
    }
  }
}

/* Captured from Apply HTML (parsed <style> blocks) */
* { box-sizing: border-box; } body {margin: 0;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);margin-top:0px;margin-right:0px;margin-bottom:1.5rem;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:1rem;padding-left:0px;}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}p{margin-top:0px;margin-bottom:1em;}h1, h2, h3, h4, h5, h6{margin-top:0.5em;margin-bottom:0.5em;}*{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}body{font-family:Georgia, "Times New Roman", serif;color:rgb(34, 34, 34);line-height:1.7;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(250, 250, 250);-webkit-font-smoothing:antialiased;}.sponsored-bar{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(246, 240, 229, 0.9);padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;text-align:center;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(122, 111, 85);}.article{max-width:720px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:40px;padding-right:24px;padding-bottom:60px;padding-left:24px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);}.category{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:16px;}h1{font-size:38px;line-height:1.2;font-weight:400;color:rgb(26, 26, 26);margin-bottom:18px;letter-spacing:-0.3px;}.deck{font-size:19px;line-height:1.5;color:rgb(85, 85, 85);font-style:italic;margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline{font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;color:rgb(119, 119, 119);margin-bottom:28px;padding-bottom:24px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238, 238, 238);}.byline strong{color:rgb(51, 51, 51);font-weight:600;}.social-stats{display:flex;flex-wrap:wrap;align-items:center;row-gap:14px;column-gap:20px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:24px;margin-right:0px;margin-bottom:30px;margin-left:0px;font-family:-apple-system, sans-serif;}.trending-badge{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;background-image:linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(247, 147, 30) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);font-size:11px;font-weight:700;letter-spacing:1px;padding-top:5px;padding-right:9px;padding-bottom:5px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;text-transform:uppercase;}.stat-item{display:inline-flex;align-items:center;row-gap:6px;column-gap:6px;font-size:13px;color:rgb(85, 85, 85);}.stat-item svg{width:16px;height:16px;flex-shrink:0;}.stat-item .heart{fill:rgb(224, 36, 94);}.stat-item .share{fill:rgb(29, 161, 242);}.stat-item .comment{fill:rgb(23, 191, 99);}.stat-item .eye{fill:rgb(136, 136, 136);}.stat-item strong{color:rgb(26, 26, 26);font-weight:700;}.share-strip{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;margin-top:10px;margin-right:0px;margin-bottom:24px;margin-left:0px;font-family:-apple-system, sans-serif;font-size:12px;color:rgb(136, 136, 136);}.share-strip .share-label{letter-spacing:1px;text-transform:uppercase;margin-right:4px;}.share-btn{display:inline-flex;align-items:center;row-gap:5px;column-gap:5px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;font-weight:600;color:rgb(255, 255, 255);text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;letter-spacing:0.2px;}.share-btn svg{width:13px;height:13px;fill:rgb(255, 255, 255);}.share-btn.fb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(24, 119, 242);}.share-btn.wa{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(37, 211, 102);}.share-btn.tw{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(0, 0, 0);}.share-btn.em{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(119, 119, 119);}figure{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}figure img{width:100%;height:auto;display:block;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.hero-split{position:relative;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.hero-split .split-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0px;column-gap:0px;position:relative;overflow-x:hidden;overflow-y:hidden;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 30px;}.hero-split .pane{position:relative;aspect-ratio:3 / 4;overflow-x:hidden;overflow-y:hidden;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(221, 221, 221);}.hero-split .pane img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.92);}.hero-split .pane::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.hero-split .pane .tag{position:absolute;bottom:16px;left:16px;right:16px;color:rgb(255, 255, 255);font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:13px;font-weight:600;letter-spacing:0.5px;line-height:1.35;z-index:2;text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 3px;}.hero-split .pane .tag small{display:block;font-weight:400;font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:4px;}.hero-split .vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:54px;height:54px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);color:rgb(169, 135, 53);font-family:Georgia, serif;font-style:italic;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 14px;}figure.inline{margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}figure p{font-size:12px;color:rgb(136, 136, 136);font-style:italic;line-height:1.15rem;margin-top:4px;padding-left:2px;}p{font-size:18px;line-height:1.75;margin-bottom:22px;color:rgb(42, 42, 42);}p.lead::first-letter{font-size:58px;float:left;line-height:48px;padding-top:6px;padding-right:10px;padding-bottom:0px;padding-left:0px;font-weight:600;color:rgb(169, 135, 53);}h2{font-size:28px;line-height:1.3;font-weight:400;margin-top:44px;margin-right:0px;margin-bottom:18px;margin-left:0px;color:rgb(26, 26, 26);}blockquote{border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:22px;padding-bottom:14px;padding-left:22px;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;font-size:21px;line-height:1.5;color:rgb(58, 58, 58);font-style:italic;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);}blockquote span{display:block;margin-top:14px;font-size:14px;font-style:normal;color:rgb(136, 136, 136);font-family:-apple-system, sans-serif;}.doctor-card{display:grid;grid-template-columns:140px 1fr;row-gap:22px;column-gap:22px;align-items:start;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.doctor-card img{width:140px;height:140px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.08) 0px 2px 8px;}.doctor-card .name{font-size:20px;font-weight:600;color:rgb(26, 26, 26);margin-bottom:4px;}.doctor-card .title{font-size:13px;color:rgb(136, 136, 136);font-style:italic;margin-bottom:12px;font-family:-apple-system, sans-serif;}.doctor-card ul{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}.doctor-card li{font-size:14px;line-height:1.55;margin-bottom:6px;padding-left:18px;color:rgb(68, 68, 68);font-family:-apple-system, sans-serif;position:relative;}.doctor-card li::before{content:"▸";position:absolute;left:0px;color:rgb(169, 135, 53);}.expert-box{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.expert-box .label{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:600;margin-bottom:8px;}.expert-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:rgb(26, 26, 26);}.expert-box p{font-size:16px;line-height:1.65;margin-bottom:0px;color:rgb(68, 68, 68);}ul.check{margin-top:0px;margin-right:0px;margin-bottom:22px;margin-left:0px;padding-left:0px;list-style-position:initial;list-style-image:initial;list-style-type:none;}ul.check li{font-size:17px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative;color:rgb(42, 42, 42);}ul.check li::before{content:"✓";position:absolute;left:0px;top:0px;color:rgb(169, 135, 53);font-weight:700;font-size:18px;}.stats-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:16px;margin-top:30px;margin-right:0px;margin-bottom:30px;margin-left:0px;}.stat{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(246, 240, 229, 0.6);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:20px;padding-right:16px;padding-bottom:20px;padding-left:16px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.stat .num{font-size:36px;font-weight:600;color:rgb(169, 135, 53);display:block;line-height:1;margin-bottom:8px;}.stat .label{font-size:13px;color:rgb(85, 85, 85);line-height:1.4;}.credentials-strip div{text-align:center;font-size:12px;color:rgb(102, 102, 102);letter-spacing:0.5px;text-transform:uppercase;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:120px;}.credentials-strip strong{display:block;font-size:16px;color:rgb(169, 135, 53);text-transform:none;letter-spacing:0px;margin-top:4px;font-weight:600;}.testimonial{border-top-width:1px;border-top-style:solid;border-top-color:rgb(238, 238, 238);padding-top:22px;padding-right:0px;padding-bottom:22px;padding-left:0px;display:grid;grid-template-columns:60px 1fr;row-gap:12px;column-gap:12px;align-items:start;}.testimonial img{width:60px;height:60px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;object-fit:cover;}.testimonial p{font-size:17px;font-style:italic;line-height:1.65;margin-bottom:10px;}.testimonial span{font-size:13px;color:rgb(136, 136, 136);font-style:normal;font-family:-apple-system, sans-serif;}.cta-box{background-image:linear-gradient(135deg, rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(169, 135, 53);border-right-color:rgb(169, 135, 53);border-bottom-color:rgb(169, 135, 53);border-left-color:rgb(169, 135, 53);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:32px;padding-right:26px;padding-bottom:32px;padding-left:26px;margin-top:44px;margin-right:0px;margin-bottom:44px;margin-left:0px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.cta-box h3{font-size:22px;font-weight:400;margin-bottom:12px;color:rgb(26, 26, 26);}.cta-box p{font-size:16px;margin-bottom:22px;color:rgb(85, 85, 85);}.cta-button{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(34, 165, 92);color:rgb(255, 255, 255);padding-top:16px;padding-right:34px;padding-bottom:16px;padding-left:34px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;font-family:-apple-system, "Segoe UI", Roboto, sans-serif;font-size:15px;font-weight:600;letter-spacing:0.5px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:background;box-shadow:rgba(34, 165, 92, 0.25) 0px 2px 8px;}.cta-button:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(27, 138, 76);}.cta-inline{text-align:center;margin-top:36px;margin-right:0px;margin-bottom:36px;margin-left:0px;}.product-image img{max-width:80%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}.package .pkg-head{display:flex;justify-content:space-between;align-items:flex-start;row-gap:16px;column-gap:16px;margin-bottom:10px;}.package .name{font-size:17px;font-weight:700;color:rgb(26, 26, 26);}.package .duration{font-size:13px;color:rgb(119, 119, 119);margin-top:3px;}.package .savings-tag{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(232, 245, 233);color:rgb(46, 125, 50);font-size:11px;font-weight:700;padding-top:4px;padding-right:9px;padding-bottom:4px;padding-left:9px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;letter-spacing:0.3px;white-space-collapse:collapse;text-wrap-mode:nowrap;}.package .pricing{display:flex;align-items:baseline;row-gap:10px;column-gap:10px;margin-top:8px;}.package .old-price{font-size:17px;color:rgb(170, 170, 170);text-decoration-line:line-through;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;}.package .new-price{font-size:30px;font-weight:700;color:rgb(169, 135, 53);line-height:1;}.package .per-day{font-size:13px;color:rgb(85, 85, 85);margin-top:6px;}.package .per-day strong{color:rgb(169, 135, 53);font-weight:700;}.post-script{margin-top:30px;padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(251, 247, 240);border-left-width:3px;border-left-style:solid;border-left-color:rgb(169, 135, 53);font-size:16px;line-height:1.65;color:rgb(68, 68, 68);}.post-script strong{color:rgb(26, 26, 26);}.cascade{margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:0px;padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px;background-image:linear-gradient(rgba(246, 240, 229, 0.6) 0%, rgba(246, 240, 229, 0.9) 100%);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(240, 229, 211);border-right-color:rgb(240, 229, 211);border-bottom-color:rgb(240, 229, 211);border-left-color:rgb(240, 229, 211);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.cascade-title{font-family:-apple-system, sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgb(169, 135, 53);font-weight:700;margin-bottom:6px;text-align:center;}.cascade-sub{font-family:Georgia, serif;font-size:17px;font-style:italic;color:rgb(68, 68, 68);text-align:center;margin-bottom:24px;}.cascade-step{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-color:rgba(246, 240, 229, 0.9);border-right-color:rgba(246, 240, 229, 0.9);border-bottom-color:rgba(246, 240, 229, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-left-width:4px;border-left-style:solid;border-left-color:rgb(169, 135, 53);padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;font-family:-apple-system, sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:30%;}.cascade-step .num{display:inline-block;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(169, 135, 53);color:rgb(255, 255, 255);width:24px;height:24px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;line-height:24px;text-align:center;font-size:12px;font-weight:700;margin-right:10px;vertical-align:middle;}.cascade-step strong{font-size:15px;color:rgb(26, 26, 26);font-weight:700;}.cascade-step p{font-size:14px;line-height:1.55;color:rgb(85, 85, 85);margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:34px;font-family:Georgia, serif;}.cascade-arrow{text-align:center;color:rgb(169, 135, 53);font-size:18px;margin-top:6px;margin-right:0px;margin-bottom:6px;margin-left:0px;font-weight:700;}.cascade-step.end{border-left-color:rgb(139, 0, 0);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 245, 245);}.h-gold{font-weight:700;color:rgb(169, 135, 53);}.h-green{font-weight:700;color:rgb(68, 160, 70);}.cascade-step.end .num{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(139, 0, 0);}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}#i47myu{margin-top:22px;margin-right:0px;margin-bottom:22px;margin-left:0px;}#iwwkyt{margin-top:22px;margin-right:0px;margin-bottom:22px;margin-left:0px;}#ivp9al{margin-top:22px;margin-right:0px;margin-bottom:22px;margin-left:0px;}#ic4ssr{margin-top:22px;margin-right:0px;margin-bottom:22px;margin-left:0px;}#im8iqo{margin-top:22px;margin-right:0px;margin-bottom:22px;margin-left:0px;}.text-sm.border-r.border-r-\[\#9e9e9e\].lg\:text-xs.pr-\[0\.3125rem\]{margin-top:0px;margin-right:0.3125rem;margin-bottom:0px;margin-left:0px;}.text-sm.border-r.border-r-\[\#9e9e9e\].lg\:text-xs{padding-top:0px;padding-right:0.3125rem;padding-bottom:0px;padding-left:0px;}.max-w-\[51\.25rem\].mx-auto.flex.flex-col.gap-\[1\.5625rem\].px-4.md\:px-0.py-12{padding-top:48px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.text-xs.lg\:text-sm.border-r.border-r-\[\#9e9e9e\]{padding-top:0px;padding-right:0.3125rem;padding-bottom:0px;padding-left:0px;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}#i4l64f{margin-top:22px;margin-right:0px;margin-bottom:22px;margin-left:0px;}#ija0xc{background-color:rgba(129, 146, 189, 0.52);}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}.csi{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.check.ulnf{margin-top:22px;margin-right:0px;margin-bottom:0px;margin-left:0px;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}.inline{display:inline;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}.inline.h-img{display:none;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}body.gjs-outlines-active [data-variable]{outline-offset:-2px;position:relative;outline-color:rgba(97, 218, 251, 0.8) !important;outline-style:dashed !important;outline-width:2px !important;}body.gjs-outlines-active [data-variable]::before{content:'${'attr(data-variable)'}';position:absolute;top:-22px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(97, 218, 251);color:rgb(26, 26, 26);padding-top:3px;padding-right:8px;padding-bottom:3px;padding-left:8px;font-size:11px;font-family:"Courier New", monospace;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10000;pointer-events:none;white-space-collapse:collapse;text-wrap-mode:nowrap;box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;line-height:1;display:block;}@layer theme{:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--color-white:#fff;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}:root, :host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);}}@layer base{*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing:border-box;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}html, :host{line-height:1.5;text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent;}hr{height:0px;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration-line:underline;text-decoration-thickness:initial;text-decoration-style:dotted;text-decoration-color:initial;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration-line:inherit;text-decoration-thickness:inherit;text-decoration-style:inherit;text-decoration-color:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0px;border-top-color:inherit;border-right-color:inherit;border-bottom-color:inherit;border-left-color:inherit;border-collapse:collapse;}progress{vertical-align:baseline;}summary{display:list-item;}ol, ul, menu{list-style-position:initial;list-style-image:initial;list-style-type:none;}img, svg, video, canvas, audio, iframe, embed, object{display:block;vertical-align:middle;}img, video{max-width:100%;height:auto;}button, input, select, optgroup, textarea, ::file-selector-button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-language-override:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;opacity:1;}:where(select:is([multiple], [size])) optgroup{font-weight:bolder;}:where(select:is([multiple], [size])) optgroup option{padding-inline-start:20px;}::file-selector-button{margin-inline-end:4px;}::placeholder{opacity:1;}::placeholder{color:currentcolor;}textarea{resize:vertical;}::-webkit-search-decoration{appearance:none;}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit;}::-webkit-datetime-edit{display:inline-flex;}::-webkit-datetime-edit-fields-wrapper{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block-start:0px;padding-block-end:0px;}button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button{appearance:button;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none !important;}}@layer utilities{.inline{display:inline;}.inline{display:inline;}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.pr-\[0\.3125rem\]{padding-right:0.3125rem;}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}.mx-auto{margin-inline-start:auto;margin-inline-end:auto;}.flex{display:flex;}.inline{display:inline;}.w-full{width:100%;}.max-w-\[51\.25rem\]{max-width:51.25rem;}.flex-col{flex-direction:column;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.justify-center{justify-content:center;}.gap-\[0\.3125rem\]{row-gap:0.3125rem;column-gap:0.3125rem;}.gap-\[1\.5625rem\]{row-gap:1.5625rem;column-gap:1.5625rem;}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px;}.border-r-\[\#9e9e9e\]{border-right-color:rgb(158, 158, 158);}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height));}}@layer properties{*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}*, ::before, ::after, ::backdrop{--tw-border-style:solid;}}@media (max-width: 992px){.article{padding-top:40px;padding-right:24px;padding-bottom:48px;padding-left:24px;}.split-grid{margin-top:0px;margin-right:-16px;margin-bottom:0px;margin-left:-16px;}.deck{margin-top:0px;margin-right:0px;margin-bottom:24px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:16px;padding-left:0px;}.check.ulnf{margin-top:22px;margin-right:0px;margin-bottom:0px;margin-left:0px;}}@media (max-width: 768px){h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}h1{font-size:28px;}.deck{font-size:17px;}p{font-size:17px;}h2{font-size:26px;margin-top:28px;margin-right:0px;margin-bottom:18px;margin-left:0px;}blockquote{font-size:19px;}.stats-grid{grid-template-columns:1fr;}.doctor-card{grid-template-columns:1fr;text-align:center;}.doctor-card img{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}.doctor-card li{text-align:left;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.cascade{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.cascade-step p{margin-top:6px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.expert-box{padding-top:24px;padding-right:16px;padding-bottom:24px;padding-left:16px;}.img-wrapper{margin-left:-14px;margin-right:-14px;}.cascade-step{flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;}.cascade-step img{width:100%;margin-top:auto;margin-right:auto;margin-bottom:auto;margin-left:auto;max-width:21rem;}}@media (max-width: 480px){.tag{margin-top:0px;margin-right:-10px;margin-bottom:-10px;margin-left:-10px;}.split-grid{margin-top:0px;margin-right:-14px;margin-bottom:0px;margin-left:-14px;}.article{padding-top:24px;padding-right:14px;padding-bottom:40px;padding-left:14px;}.deck{margin-top:0px;margin-right:0px;margin-bottom:24px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:16px;padding-left:0px;}}
/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .mx-auto {
    margin-inline: auto;
  }
  .flex {
    display: flex;
  }
  .inline {
    display: inline;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[51\.25rem\] {
    max-width: 51.25rem;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[0\.3125rem\] {
    gap: 0.3125rem;
  }
  .gap-\[1\.5625rem\] {
    gap: 1.5625rem;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-\[\#9e9e9e\] {
    border-right-color: #9e9e9e;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .sm\:text-center {
    @media (width >= 40rem) {
      text-align: center;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-sm {
    @media (width >= 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
    }
  }
}