Blog


<!DOCTYPE html>
<html lang="en">
<head>
    <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W0VZ55DG7W"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-W0VZ55DG7W');
</script>    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>The Knee Replacement Surgery HOAX Doctors Hide From You</title>
    <link rel="icon" href="https://www.agelessknees.com/ageless-knees-icon.png" type="image/png" />
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700%7CGilroy:400,700%7CRoboto:400,500,600,700%7COswald:400,500,600,700" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="assets/css/output.css" />
    <link rel="stylesheet" href="assets/css/custom.css" />
    <link rel="stylesheet" href="assets/css/ak-base.css" />
    <link rel="stylesheet" href="assets/css/revisions.css" type="text/css" />
    <link rel="stylesheet" href="assets/css/exit.css" type="text/css" />
<style>
.order-areas {
  padding-left: 0;
  padding-right: 0;
}

.order-area-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .order-area-block {
    justify-content: space-between;
	width: 99%;
    max-width: 1000px;
  }
}
.order-area-block .order-area-wrapper {
  width: 92%;
  margin-bottom: 30px;
  max-width: 526px;
}
@media (min-width: 768px) {
  .order-area-block .order-area-wrapper {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .order-area-block .order-area-wrapper {
    width: 46%;
    margin-bottom: 0;
  }
}
.order-area-block .order-area {
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.175);
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.order-area-block .order-area > header {
  position: relative;
  background: #2d58b6;
  color: #ffffff;
  font-family: "Gilroy", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 20px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .order-area-block .order-area > header {
    padding: 20px 40px;
    font-size: 1.875rem;
  }
}
.order-area-block .order-area > header .top-line {
  font-weight: 700;
}
.order-area-block .order-area .details {
  padding: 20px 0;
}
.order-area-block .order-area .details .title {
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 16px;
  padding: 0;
}
.order-area-block .order-area .details .title .main-title {
  font-family: "Gilroy", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #2d58b6;
}
@media (min-width: 992px) {
  .order-area-block .order-area .details .title .main-title {
    font-size: 1.65rem;
  }
}
.order-area-block .order-area .details .title .sub-title {
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .order-area-block .order-area .details .title .sub-title {
    font-size: 1.2rem;
  }
}
.order-area-block .order-area .details .title .bonus-title {
  color: #0296c6;
  font-style: italic;
}
.order-area-block .order-area .details .cta-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px 0 20px;
}
@media (min-width: 992px) {
  .order-area-block .order-area .details .cta-text {
    padding: 0 35px 0 20px;
  }
}
.order-area-block .order-area .details .cta-text .description {
  width: 90%;
}
.order-area-block .order-area .details .offer-image {
  display: block;
  margin: 0 auto;
}
.order-area-block .order-area .price-block header {
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.5rem;
}
.order-area-block .order-area .price-block .prices {
  font-size: 3.75rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
}
.order-area-block .order-area .price-block .s-h {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.order-area-block .order-area .add-to-cart {
  position: relative;
  border: 1px solid #fdb000;
  border-radius: 16px;
  width: 86%;
  max-width: 340px;
  margin: 5px auto 30px;
}
@media (min-width: 992px) {
  .order-area-block .order-area .add-to-cart {
    max-width: 386px;
  }
}
.order-area-block .order-area .add-to-cart .btn {
  margin: 5px;
  border-radius: 16px;
  background: #fdb000;
  text-align: center;
  width: 100%;
}
.order-area-block .order-area .add-to-cart .btn a {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 992px) {
  .order-area-block .order-area .add-to-cart .btn a {
    font-size: 2.35rem;
  }
}
.order-area-block .order-area .add-to-cart .guarantee-badge {
  position: absolute;
  right: -60px;
  top: -30px;
  transform: scale(0.8);
}
@media (min-width: 992px) {
  .order-area-block .order-area .add-to-cart .guarantee-badge {
    right: -70px;
    transform: scale(1);
  }
}
.order-area-block .order-area.right .best-seller-badge {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%) scale(0.9);
  width: 150px;
  height: auto;
}
@media (min-width: 768px) {
  .order-area-block .order-area.right .best-seller-badge {
    right: -25px;
    transform: translateY(-50%) scale(0.8);
  }
}
@media (min-width: 992px) {
  .order-area-block .order-area.right .best-seller-badge {
    width: initial;
    right: -14px;
    transform: translateY(-50%) scale(1);
  }
}
.order-area-block .separator {
  display: none;
}
@media (min-width: 992px) {
  .order-area-block .separator {
    display: block;
    width: 8%;
    max-width: 100px;
    padding-top: 30px;
  }
  .order-area-block .separator .v-line {
    width: 1px;
    height: 40%;
    margin: 10px auto;
    background: #cfcfcf;
  }
  .order-area-block .separator .text {
    text-align: center;
    color: #cfcfcf;
    font-size: 2.75rem;
    font-weight: 800;
  }
}
.order-area-block.single {
  justify-content: center;
}
.order-area-block.single .order-area-wrapper.wide {
  max-width: 640px;
  width: 92%;
}
@media (min-width: 768px) {
  .order-area-block.single .order-area-wrapper.wide {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .order-area-block.single .order-area-wrapper.wide .order-area > header {
    padding: 20px 63px;
  }
}
@media (min-width: 768px) {
  .order-area-block.single .order-area-wrapper.wide .order-area .details .cta-text .description {
    width: 93%;
  }
}

.digital .order-area-block {
  display: block;
}
.digital .order-area-block .order-area {
  border-radius: 0;
  box-shadow: none;
}
</style>
</head>

<body>
<!-- start of hero section -->
<section style = "background: #000000;">
    <div class="w-full hero-back">
        <div class="agelessknees flex items-center justify-center w-full h-full py-12">
            <div class="text-center">
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto text-center flex flex-col items-center">
                        <p class="bg-[#BC0000] py-1 w-fit uppercase text-white open-sans font-bold text-sm md:text-md" style = "padding-left: 1.7rem; padding-right: 1.7rem; border: 1px solid #ffffff;">
                            <span style = "font-size: 1.04em;">The New England Journal<br class = "mobileshow" /> of Medicine Exposes…</span>
                        </p>
                        <h1 class="gilroy-font text-white font-extrabold md:text-[50px] text-[30px]" style = "line-height: 1.3em; margin: 22px auto 6px auto;">
                            The Knee Replacement Surgery HOAX Doctors Hide From You
                        </h1>

                        <img src="assets/images/revision/surgery-mobile.webp" width="480" height="425" class="background-replacement">
                        <div class="hero-subheadline">
                            <p class="gilroy-font text-[#FFEF5F] font-extrabold md:text-[25px] text-[28px]" style = "line-height: 1.3em; margin: 18px auto 6px auto;">
                                Plus, How To Eliminate Knee Pain For Good In 1 Minute A Day
                                <br /><span style = "font-weight: 500;">(Based On 23,855 Seniors)</span>
                            </p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of hero section -->

<!-- start of first section -->
<section class="relative ">
    <div class="w-full">
        <div class="flex justify-center">
            <div class="absolute arrow-down-black"></div>
        </div>
        <div class="flex justify-end py-4 max-w-4xl mx-auto items-center pr-2">
        <span
            class="flex bg-blue-500 text-white px-2 py-[2px] capitalize text-sm font-semibold space-x-2 rounded-md cursor-default">
          <span class="flex items-center justify-center">
            <svg class="fill-white" height="15px" width="15px" version="1.1" id="Layer_1"
                 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512"
                 xml:space="preserve">
              <g>
                <g>
                  <path
                      d="M83.478,139.13H16.696C7.479,139.13,0,146.603,0,155.826v333.913c0,9.223,7.479,16.696,16.696,16.696h66.783
                c9.217,0,16.696-7.473,16.696-16.696V155.826C100.174,146.603,92.695,139.13,83.478,139.13z M50.089,439.652
                c-9.212,0-16.696-7.484-16.696-16.696s7.484-16.696,16.696-16.696s16.696,7.484,16.696,16.696S59.302,439.652,50.089,439.652z" />
                </g>
              </g>
              <g>
                <g>
                  <path d="M512,222.609c0-27.619-22.468-50.087-50.087-50.087H334.054c21.989-51.386,18.391-114.603,18.228-116.87
                c0-27.619-22.468-50.087-50.087-50.087s-50.087,22.468-50.087,50.087c0,44.07-26.75,84.749-66.554,101.222l-41.673,17.233
                c-6.24,2.581-10.316,8.674-10.316,15.429v266.81c0,9.223,7.479,16.696,16.696,16.696h211.478
                c27.619,0,50.087-22.468,50.087-50.087c0-6.511-1.25-12.739-3.522-18.451c21.25-5.799,36.913-25.272,36.913-48.332
                c0-6.511-1.25-12.739-3.522-18.451c21.25-5.799,36.913-25.272,36.913-48.332c0-6.511-1.25-12.739-3.522-18.45
                C496.337,265.142,512,245.669,512,222.609z" />
                </g>
              </g>
            </svg>
          </span>
          <span>like 361k</span>
        </span>
        </div>
    </div>
</section>
<!-- end of first section -->

<!-- start of second section -->
<section class="">
    <div class="w-full bg-center bg-cover">
        <div class="flex items-center justify-center w-full h-full py-4">
            <div class="text-center">
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto text-center flex flex-col items-center">

                        <p class = "ptext">If you’ve been considering knee replacement surgery for your stiff, aching knees…</p>
                        <p class="ptext py-2">Then I have an urgent message for you:</p>

                        <div style = "padding-bottom: 14px;"></div>

                        <h2 class="capitalize text-[30px] gilroy-font font-bold max-w-3xl" style = "line-height: 1.28em; letter-spacing: -0.4px;">Getting <span
                                class="text-[#BC0000]">knee replacement surgery</span> could be a costly MISTAKE you’ll regret for the rest of your life.</h2>
                        <div style = "padding-bottom: 12px"></div>

                        <div style = "text-align: left;">

                            <div style = "padding-bottom: 4px;"></div>


                                <picture>
                                        <source srcset="./assets/images/knee-pain-1.webp" type="image/webp">
                                        <img src="./assets/knee-pain-1.jpg" alt="Knee Pain" style = "width: 11cm; height: auto; max-width: 100%;" class="img-float-right">
                                    </picture>

                            <div style = "padding-bottom: 8px;"></div>

                            <p class = "ptext">Instead of eliminating your knee pain…</p>
                            <p class="ptext py-2">Knee replacement surgery often…</p>
                            <div style = "padding-bottom: 8px;"></div>

                            <ul class="pl-10 pt-1">
                                <li class="ptext pb-4"><span class="font-bold text-[#BC0000] text-lg pr-1" style = "font-size: 1.4em;">x</span> Forces you under the
                                    <span class="bg-[#FFEF5F] font-bold">surgeon’s knife…</span>
                                </li>
                                <li class="ptext pb-4"><span class="font-bold text-[#BC0000] text-lg pr-1" style = "font-size: 1.4em;">x</span> Burns a giant hole in
                                    your <span class="font-bold">wallet…</span></li>
                                <li class="ptext pb-4"><span class="font-bold text-[#BC0000] text-lg pr-1" style = "font-size: 1.4em;">x</span> <span
                                        class="font-bold">Cripples </span>you for months on end…</li>
                                <li class="ptext pb-1"><span class="font-bold text-[#BC0000] text-lg pr-1" style = "font-size: 1.4em;">x</span> And signs you up for a
                                    life riddled with dangerous <span class="font-bold">painkillers.</span></li>
                            </ul>

                            <div style = "padding-bottom: 8px;"></div>
                            <p class="ptext py-2">The end result?</p>

                            <div class = "mobilehide"><div style = "padding-bottom: 2px;"></div></div>

                            <p class = "ptext py-2">You’ll likely STILL suffer from agonizing knee pain.</p>
                            <p class = "ptext py-2">And it will prevent you from doing simple tasks…</p>
                            <p class = "ptext py-2">Like walking upstairs, tying your shoes, or enjoying a weekend road trip with your family.</p>
                            <p class = "ptext py-2">That’s no exaggeration either.</p>

                            <div class="bg-[#FFF9D2] flex flex-col my-6" style = "margin-left: 1.7rem; margin-right: 1.7rem;">
                                <div class="flex justify-center my-2">
                                    <div style = "padding-bottom: 6px;"></div>
                                    <img class="bg-[#FFF9D2]" src="./assets/images/new-england-journal-new.jpg" alt="New England Journal" />
                                </div>
                                <div class="px-8 py-2">
                                    <p class="text-center font-semibold md:text-[18px] text-[15px] gilroy-font" style = "line-height: 1.52em;"><span style = "font-size: 1.18em;">A study published in <em>The New England Journal of Medicine</em> found patients who underwent surgery <span class="text-[#BC0000]">did NOT experience any better results</span> than patients who didn’t undergo surgery.</span></p>
                                    <div style = "padding-bottom: 12px;"></div>
                                </div>
                            </div>
                            <div class="text-start flex flex-col items-start w-full space-y-6">
                                <p class = "ptext">Now, don’t get me wrong.</p>
                                <p class = "ptext">That doesn’t mean surgery is harmless.</p>
                                <p class = "ptext">I’ve lost count of all the adults who suffered from nasty infections, blood clots, and <span
                                        class="font-bold">nerve injury</span> during surgery.</p>
                                <p class = "ptext">But that’s just the beginning…</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
</section>
<!-- end of second section -->


<!-- start of Third section -->
<section class="">
    <div class="w-full bg-center bg-cover">
        <div class="flex items-center justify-center w-full h-full pb-12">
            <div class="text-center">
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto text-center flex flex-col items-center">
                        <h2 class="gilroy-font text-[30px] font-bold" style = "margin: 6px auto 18px auto;">Because the aftermath is much worse!</h2>

                        <div style = "text-align: left;">

                            <div class = "img-left">
                                <center><picture>
                                        <source srcset="./assets/images/knee-therapy-1.webp" type="image/webp">
                                        <img src="./assets/knee-therapy-1.jpg" alt="Knee Therapy Picture" style = "width: 9.3cm; height: auto; max-width: 100%; margin-bottom: 12px;">
                                    </picture></center>
                            </div>

                            <p class="ptext py-2">According to many patients I’ve worked with, rehab is like a form of medieval torture compared to the knee pain they had before surgery.</p>

                            <p class="ptext py-2">Still…</p>
                            <p class="ptext py-2">There’s nothing stopping your knee health from going backwards.</p>
                            <p class="ptext py-2">So it’s no surprise patients are pressured to get a second “revision” surgery.</p>
                            <p class="ptext py-2">That’s why it breaks my heart to hear about adults trapped in a nightmare of pain.</p>
                            <p class="ptext py-2">They believe nothing will work, and the pain will only get worse…</p>
                            <p class="ptext py-2">Yet after resorting to knee surgery…</p>
                            <p class="ptext py-2">It’s an uphill battle just to stand up from a chair…even 1 year later!</p>
                            <p class="ptext py-2">Fortunately, if you have bad knees…</p>
                            <p class="ptext py-2">And if you’re considering knee surgery or still have pain after getting the knee surgery…</p>
                            <p class="ptext py-2">Then I have incredible news for you.</p>
                        </div>
                        <div style = "padding-bottom: 12px;"></div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of Third section -->

<!-- start of fourth green section -->
<section class="">
    <div class="w-full bg-[#E1EEE8]">
        <div class="flex items-center justify-center w-full h-full py-12 agelessknees">
            <div class="text-center">
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto text-center flex flex-col items-center">
                        <h2 class="font-extrabold capitalize gilroy-font text-[30px]" style = "line-height: 1.28em; letter-spacing: -0.5px;">Over 23,855 adults have used a simple <span class="text-[#007849]">seated towel <br class = "desktopshow" />routine</span> that silences knee pain in <span class="text-[#007849]">1 minute a day…</span></h2>

                        <div style = "padding-bottom: 12px;"></div>

                        <div style = "text-align: left;">

                            <p class="ptext py-2">No matter how old you are or how bad your knee pain is.</p>
                            <p class="ptext py-2">This works even if <span class="font-bold">arthritis</span> runs in your family… Or if your doctor has shrugged you off as a lost cause.</p>
                            <p class="ptext py-2">Because when you try this gentle move, you’ll instantly begin <span class="font-bold">rebuilding</span> your knees…</p>
                            <div class = "img-right">
                                <center><picture>
                                        <source srcset="./assets/images/elderly-woman-garden.webp" type="image/webp">
                                        <img src="./assets/elderly-woman-garden.jpg" alt="Old Woman In the Garden" style = "width: 9cm; height: auto; max-width: 100%;" />
                                    </picture></center>
                            </div>

                            <p class="ptext py-2">So you can easily kneel down in your garden on a beautiful summer afternoon…</p>
                            <p class="ptext py-2">Play tennis or golf with your friends…</p>
                            <p class="ptext py-2">Give your grandkids piggyback rides with zero pain…</p>
                            <p class="ptext py-2">And live a no-holds-barred life…</p>
                            <p class="ptext py-2">Now that you have strong and stable knees that support you through your best years.</p>
                            <p class="ptext py-2">And I know what you’re thinking…</p>
                            </ul>

                            <h2 class="text-center font-extrabold capitalize gilroy-font md:text-[30px] text-[30px] py-6" style = "line-height: 1.22em;"><span style = "font-size: 0.97em;">But this has NOTHING to do with painful <span class="text-[#007849]">injections</span>, or <br class = "desktopshow" /> popping <span class="text-[#007849]">painkillers</span> or <span class="text-[#007849]">NSAIDs</span> like they’re candy.</span>
                            </h2>

                            <div class = "img-left">
                                <center><picture>
                                        <source srcset="./assets/images/pills.webp" type="image/webp">
                                        <img src="./assets/pills.jpg" alt="Image Of Pills" style = "width: 8.7cm; height: auto; max-width: 100%; margin-bottom: 10px;" />
                                    </picture></center>
                            </div>

                            <p class="ptext py-2">This 1-minute seated towel routine doesn’t even have to do with natural remedies
                                like…</p>
                            <p class="ptext py-2">Turmeric, CBD, chondroitin, glucosamine, MSM, or collagen.</p>
                            <p class="ptext py-2">Or if your doctor shrugged you off as a lost cause.</p>
                            <p class="ptext py-2">In fact, none of those solve the <span class="font-bold">REAL culprit</span> behind
                                your knee pain.</p>

                            <div style = "clear: both;"></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of fourth green section -->

<!-- start of fifth section -->
<section style = "background: #10563e;">
    <div class="w-full bg-center bg-cover kneepain5-back">
        <div class="flex items-center justify-center w-full h-full py-12">
            <div class="text-center">
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto text-center flex flex-col items-center ">
                        <h1 class="gilroy-font text-white font-extrabold text-[30px] capitalize" style = "line-height: 1.18em;">
                <span style = "font-size: 0.95em;">According to shocking research from <em>Harvard <br class = "desktopshow" />University</em>,
                the root cause of knee pain isn’t <br class = "desktopshow" />simply wear and tear like many people claim…</span></h1>
                        <img src="assets/images/revision/knee-pain-mobile.webp" width="480" height="406" class="background-replacement my-4 mb">

                        <p class="text-xl py-8" style = "color: #fff100; font-weight: 600;"><span style = "font-size: 1.18em;">But something you can address in just a few minutes a day.</span></p>

                        <p style="font-weight: 400;" class="w-full text-start text-white text-xl">Luckily for you, you’ll know
                            exactly how to <span class="font-bold">reclaim strong, ageless knees</span> after reading this page.
                        </p>
                        <p style="font-weight: 400;" class="w-full text-start text-white text-xl py-4">And I guarantee you’ve
                            never tried or even heard of this solution before.</p>
                    </div>
                    <div class="bg-white py-4 px-6 md:mx-16 rounded-xl border-2 border-green-600" style = "margin-top: 1.5rem; margin-bottom: 1.5rem;">
                        <div class="w-full text-start">
                            <ul class="md:pl-10 pt-4 max-w-2xl">
                                <li class="pb-4 flex items-start ">
                    <span class="font-bold flex justify-center items-center w-[30px]">
                      <img src="./assets/icons8-correct-48.png" class="w-full" alt="Correct Sign" />
                    </span>
                                    <span class="w-full h-full pl-4"><p class="ptext"><span style = "font-size: 1.06em;">I’ll tell you all about the <span class="font-bold">1-minute seated towel routine</span> that <span class="font-bold">eliminates</span> knee pain and <span class="font-bold">rebuilds</span> your knees &mdash; even if they’re bone on bone.</span></p></span>
                                </li>
                                <li class="pb-4 flex items-start">
                    <span class="font-bold flex justify-center items-center w-[30px]">
                      <img src="./assets/icons8-correct-48.png" class="w-full" alt="Correct Sign" />
                    </span>
                                    <span class="w-full h-full pl-4"><p class="ptext"><span style = "font-size: 1.06em;">I’ll also tell you why some experts are calling knee replacement surgery a <span class="font-bold">hoax.</span></p></span>
                                </li>
                                <li class="pb-4 flex items-start ">
                    <span class="font-bold flex justify-center items-center w-[30px]">
                      <img src="./assets/icons8-correct-48.png" class="w-full" alt="Correct Sign" />
                    </span>
                                    <span class="w-full h-full pl-4 font-gilroy"><p class="ptext"><span style = "font-size: 1.06em;">In fact, I’ll tell you about a shocking <span class="font-bold">“Sham Surgery” experiment</span> that put the final nail in the coffin on knee replacement surgery…</span></p></span>
                                </li>
                                <li class="pb-4 flex items-start ">
                    <span class="font-bold flex justify-center items-center w-[30px]">
                      <img src="./assets/icons8-correct-48.png" class="w-full" alt="Correct Sign" />
                    </span>
                                    <span class="w-full h-full pl-4 font-gilroy"><p class="ptext"><span style = "font-size: 1.06em;">I’ll reveal how a Harvard doctor proved <span class="font-bold">wear and tear</span> is NOT the real cause of arthritis after studying 6,000-year-old skeletons…</span></p></span>
                                </li>
                                <li class="pb-4 flex items-start ">
                    <span class="font-bold flex justify-center items-center w-[30px]">
                      <img src="./assets/icons8-correct-48.png" class="w-full" alt="Correct Sign" />
                    </span>
                                    <span class="w-full h-full pl-4 font-gilroy"><p class="ptext"><span style = "font-size: 1.06em;">Finally, I’ll pull back the curtains on the <span class="font-bold">#1 “stabilizing nerve”</span> running through your legs that turns brittle, creaky knees into strong, stable knees for good.</span></p></span>
                                </li>
                            </ul>
                        </div>
                    </div>
                    <div style = "padding-bottom: 14px;"></div>
                    <h1 class="gilroy-font text-white font-extrabold text-[25px]">And that’s not just my opinion either.</h1>
                    <div style = "padding-bottom: 2px;"></div>

                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of fifth section -->


<!-- start of sixth section -->
<section class="relative">
    <div class="w-full">
        <div class="flex justify-center">
            <div class="absolute arrow-down-green"></div>
        </div>
        <div class="flex items-center justify-center w-full h-full" style = "padding-top: 3.0rem; padding-bottom: 0.75rem;">
            <div class="text-center">
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto text-center flex flex-col items-center">

                        <div class = "mobileshow"><div style = "padding-bottom: 22px;"></div></div>
                        <h1 class="gilroy-font text-[#007849] font-bold text-[30px] capitalize" style = "line-height: 1.34em;">More than 23,855 adults have watched this video to rescue their knees from agony like…</h1>
                        <div>

                            <div class="relative">
                                <div class="rounded-xl border-2 border-green-700 shadow-xl grid my-10">
                                    <div class="py-4 px-4 text-start ">
                                        <div class = "img-left">
                                            <picture>
                                                <source srcset="./assets/images/testimonial-diane.webp" type="image/webp">
                                                <img src="./assets/testimonial-diane.png" class="rounded-full md:absolute testimonial" alt="Diana Moore 67, from Spokane, Washington…" />
                                            </picture>
                                        </div>
                                        <div class="flex flex-col md:flex-row md:space-y-0 space-y-3 pb-4 md:pb-0">
                                            <div class = "deskpush" style = "text-align: left;">
                                                <p class="md:pr-2 ptext"><strong>Diana Moore</strong>, 67, from Spokane, Washington…
                                                    <img src="./assets/images/five-star-review.png" style = "display: inline-block; width: auto; height: auto; position: relative; top: -3px;" />
                                                </p>
                                                <p class="ptext" style = "margin-top: 20px;"><span style = "font-size: 1.04em;"><em>“It broke my heart when I couldn't play with my granddaughter because my knees were killing me! So I watched your video and now am running around like I’m half my age. Just wanted to say thank you and God bless!”</em></span></p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>

                            <div class="relative">
                                <div class="rounded-xl border-2 border-green-700 shadow-xl grid my-10">
                                    <div class="py-4 px-4 text-start ">
                                        <div class = "img-left">
                                            <picture>
                                                <source srcset="./assets/images/testimonial-robert.webp" type="image/webp">
                                                <img src="./assets/testimonial-robert.png" class="rounded-full md:absolute testimonial" alt="Robert Sanders 59, from Morristown New Jersey…" />
                                            </picture>
                                        </div>
                                        <div class="flex flex-col md:flex-row md:space-y-0 space-y-3 pb-4 md:pb-0">
                                            <div class = "deskpush" style = "text-align: left;">
                                                <p class="md:pr-2 ptext" style = "letter-spacing: -0.5px;">Or how about <strong>Robert Sanders</strong>, 59, from Morristown&hellip;
                                                    <img src="./assets/images/five-star-review.png" style = "display: inline-block; width: auto; height: auto; position: relative; top: -3px;" />
                                                </p>
                                                <p class="ptext" style = "margin-top: 20px;"><span style = "font-size: 1.04em;"><em>“After 30 years of knee pain from playing high school football, I tried your routine. And you’ve got me walking better than 2 decades of physical therapy and injections.”</em></span></p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>

                            <div class="relative">
                                <div class="rounded-xl border-2 border-green-700 shadow-xl grid my-10">
                                    <div class="py-4 px-4 text-start ">
                                        <div class = "img-left">
                                            <picture>
                                                <source srcset="./assets/images/testimonial-carol.webp" type="image/webp">
                                                <img src="./assets/testimonial-carol.png" class="rounded-full md:absolute testimonial" alt="Carol Baker , 80, from Chicago, Illinois…" />
                                            </picture>
                                        </div>
                                        <div class="flex flex-col md:flex-row md:space-y-0 space-y-3 pb-4 md:pb-0">
                                            <div class = "deskpush" style = "text-align: left;">
                                                <p class="md:pr-2 ptext">And finally, <strong>Carol Baker</strong>, 80, from Chicago,Illinois&hellip;
                                                    <img src="./assets/images/five-star-review.png" style = "display: inline-block; width: auto; height: auto; position: relative; top: -3px;" />
                                                </p>
                                                <p class="ptext" style = "margin-top: 20px;"><span style = "font-size: 1.04em;"><em>“Chris, you’re a life saver. My doctor told me I should get a total knee replacement, and I was desperate for another option. I tried your routine out, and after just a few days, I feel like I have new knees. Thanks to you, I canceled my surgery.”</em></span></p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of sixth section -->

<!-- start of seventh section -->
<section class="" style = "margin-top: -22px;">
    <div class="w-full bg-center bg-cover">
        <div class="flex items-center justify-center w-full h-full py-4">
            <div class="text-center">
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto text-center flex flex-col items-center">
                        <h2 class="gilroy-font md:text-[20px] text-[20px] font-bold py-1"><span style = "font-size: 1.3em;">Isn’t that exciting?</span></h2>
                        <div style = "padding-bottom: 16px;"></div>
                        <h2 class="gilroy-font text-[30px] font-bold text-[#007849] capitalize"><span style = "font-size: 1.08em;">There’s no reason you can’t join these folks.</span></h2>
                        <div style = "padding-bottom: 18px;"></div>

                        <div style = "text-align: left;">

                            <p class="ptext py-2">But before we continue, I need to make something VERY clear.</p>
                            <p class="ptext py-2"><span class="font-bold">I’m not telling you to ignore your doctor’s orders. </span></p>
                            <p class="ptext py-2">I’m just saying knee replacement surgery isn’t the miracle solution you might think it is.</p>

                            <div class = "img-right">
                                <center><picture>
                                        <source srcset="./assets/images/surgery-1.webp" type="image/webp">
                                        <img src="./assets/surgery-1.jpg" alt="Surgery Image" style = "width: 11cm; height: auto; max-width: 100%; margin-bottom: 8px;" />
                                    </picture></center>
                            </div>

                            <p class="ptext py-2">And hey, if you've thought going under the surgeon’s knife or taking pills was the only way…</p>
                            <p class="ptext py-2">Then it’s not your fault.</p>
                            <p class="ptext py-2">You’re just one of the thousands of people duped by the medical industry&hellip;</p>
                            <p class="ptext py-2">Think about it.</p>
                            <p class="ptext py-2">You pay an arm and a leg for surgery.</p>

                            <p class="ptext py-2">THEN pay more money for opiates that turn you into a doctor-approved drug addict…</p>
                            <p class="ptext py-2">Only to slog through MONTHS of <span class="font-bold">grueling physical therapy anyway.</span></p>

                            <div style = "padding-bottom: 8px;"></div>
                            <h2 class="md:text-[30px] text-[25px] font-bold py-4 w-full text-center" style = "line-height: 1.26em;"><span style = "letter-spacing: -0.5px;">You might as well set up a direct deposit of your paycheck into the greedy pockets of Big Pharma and the medical industry.</span></h2>
                            <div style = "padding-bottom: 8px;"></div>


                                <picture>
                                        <source srcset="./assets/images/money.webp" type="image/webp">
                                        <img src="./assets/money.jpg" alt="Picture Of Money" style = "width: 12cm; height: auto; max-width: 100%; margin-bottom: 10px;" class="img-float-left" />
                                    </picture>


                            <p class="ptext py-2">Because they don’t want to help you or solve your problem.</p>
                            <p class="ptext py-2">They want to relieve your <span class="font-bold">symptoms</span> JUST enough…</p>
                            <p class="ptext py-2">So you keep coughing up your hard-earned cash for as long as possible.</p>
                            <p class="ptext py-2">Of course there are good doctors out there.</p>

                            <p class="ptext py-2">But even they make you wait 30 minutes…</p>
                            <p class="ptext py-2">Only to write a prescription in 5 minutes before rushing off to their next
                                appointment.</p>
                            <p class="ptext py-2">That’s why I’m so happy you’ve landed on this page.</p>
                            <p class="ptext py-2">Because I’m about to give you everything you need to <span class="font-bold">fix knee
                      pain for good.</span></p>
                            <p class="ptext py-2">And this is info I’m confident you won’t find on mainstream media…</p>
                            <p class="ptext py-2">Since they’re busy covering the latest political scandals or Hollywood gossip.</p>
                            <p class="ptext py-2">If you click away now, you could be signing up for a life of knee pain that robs you
                                of your independence…</p>
                            <p class="ptext py-2">When the secret to <span class="font-bold">long-lasting relief</span> is just a few
                                minutes away.</p>
                            <p class="ptext py-2">So please give me your undivided attention…</p>
                            <p class="ptext py-2">And let’s dive in.</p>

                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of seventh section -->

<!-- start of eighth section -->
<section class="">
    <div class="w-full" style = "background: #3D3C3C; color: white;">
        <div class="flex items-center justify-center w-full h-full py-2">
            <div>
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto flex flex-col items-center">
                        <h2 class="text-center font-extrabold capitalize gilroy-font md:text-[30px] text-[20px] desktoplhsmlr" style = "margin: 22px auto;"><span class = "desktopsmlr">Hi, my name is Chris Ohocinski.</span></h2>

                        <div style = "text-align: left;">

                            <div class = "img-right">
                                <center><picture>
                                        <source srcset="./assets/images/coach-chris.webp" type="image/webp">
                                        <img src="./assets/images/coach-chris.jpg" alt="Coach Chris" style = "width: 10cm; height: auto; max-width: 100%; margin: auto;" />
                                    </picture></center>
                                <div style = "padding-bottom: 6px;"></div>
                                <p class="ptext" style = "text-align: right; color: #F0F58F; line-height: 1.2em; margin-right: 12px;"><span style = "font-size: 0.9em;"><strong>Chris Ohocinski</strong><br />State-Licensed and Nationally<br />Certified Athletic Trainer</span></p>
                            </div>

                            <p class="ptext py-2">I’m not an orthopedic surgeon or a pharmaceutical sales rep.</p>

                            <p class="ptext py-2">I’m just a normal guy from Allentown, Pennsylvania who helps folks like you get rid of knee pain.</p>

                            <p class="ptext py-2">So you’re in the right place.</p>

                            <p class="ptext py-2">But I don’t think you stumbled on this page by accident.</p>

                            <p class="ptext py-2">Call it destiny or divine intervention, I believe I was meant to help you.</p>

                            <p class="ptext py-2">You see, when I was only 14, I served as a lifeguard.</p>

                            <p class="ptext py-2">My boss told me, <em>“You’ll never have to save someone.”</em></p>

                            <p class="ptext py-2">Yet after just a few weeks, I had to dive into a 10 foot pool to save a young boy’s life.</p>

                            <p class="ptext py-2">I took this experience as a sign from God that I’m meant to save others.</p>

                            <p class="ptext py-2">Eventually, I graduated from <em>East Stroudsburg University</em> with a BS in Athletic Training Sports Medicine.</p>

                            <p class="ptext py-2">As a <strong>state-licensed</strong> and <strong>nationally certified</strong> athletic trainer…</p>

                            <p class="ptext py-2">I’ve helped everyone from seniors to high school athletes eliminate pain…</p>

                            <p class="ptext py-2">While rehabilitating nasty ankle, shoulder, and of course knee injuries.</p>

                             <picture>
                                <source media="(max-width: 575.98px)" srcset="assets/images/revision/chris-bio-mobile.webp" type="image/webp">
                                <source media="(min-width: 576px)" srcset="assets/images/chris-bio.webp" type="image/webp">
                                <img src="./assets/images/chris-bio.jpg" alt="Coach Chris Bio" style = "width: 100%; height: auto; max-width: 100%; margin: 22px auto;" />
                            </picture>

                            <p class="ptext py-2">Nowadays, I serve as the Supervisor of Sports Medicine in the White Hall-Coplay school district.</p>

                            <p class="ptext py-2">I’m also routinely featured on the Critical Bench YouTube channel…</p>

                            <p class="ptext py-2">Where I help our 1 million subscribers reduce pain and prevent injuries.</p>

                            <p class="ptext py-2">So trust me when I tell you…</p>

                            <p class="ptext py-2">I’ve been living my dream by changing lives as an athletic trainer.</p>

                            <p class="ptext py-2">But I have to admit, there was one mysterious case that put my skills to the test.</p>

                            <div style = "padding-bottom: 36px;"></div>

                        </div>

                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of eighth section -->


<!-- start of ninth section -->
<section class="">
    <div class="w-full">
        <div class="flex items-center justify-center w-full h-full py-2">
            <div>
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto flex flex-col items-center">
                        <div style = "padding-bottom: 16px;"></div>

                        <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr" style = "margin: 22px auto; color: #007849;">I’ll never forget when Nancy limped into my office.</h2>

                        <div style = "text-align: left;">

                            <div class = "img-right">
                                <center><picture>
                                        <source srcset="./assets/images/nancy.webp" type="image/webp">
                                        <img src="./assets/images/nancy.jpg" alt="Nancy" style = "width: 11cm; height: auto; max-width: 100%; margin: auto;" />
                                    </picture></center>
                            </div>

                            <p class="ptext py-2">She was a sweet 64-year-old elementary school teacher. </p>

                            <p class="ptext py-2">As well as a grandmother of 3 little ones.</p>

                            <p class="ptext py-2">Nancy had worked hard over the past 40 years, saving up money for her retirement in just a few months.</p>

                            <p class="ptext py-2">But her <strong>nagging knee pain</strong> threatened this dream.</p>

                            <p class="ptext py-2">It all started when Nancy woke up one day with stiff, sore knees.</p>

                            <p class="ptext py-2">Her knees would click and pop with every step.</p>

                            <p class="ptext py-2">So Nancy skipped out on playing tennis with her friends.</p>

                            <p class="ptext py-2">She thought it would end there.</p>

                            <p class="ptext py-2">Sadly, this was only the beginning of a <strong>nightmare</strong>.</p>

                            <p class="ptext py-2">One that would make even the simplest tasks an uphill battle.</p>

                            <p class="ptext py-2">Walking through the grocery store sent torrents of pain to her knees.</p>

                            <p class="ptext py-2">And Nancy was always dragging her feet like a zombie…</p>

                            <div class = "img-left">
                                <center><picture>
                                        <source srcset="./assets/images/nancy-knee-pain.webp" type="image/webp">
                                        <img src="./assets/images/nancy-knee-pain.jpg" alt="Nancy Knee Pain" style = "width: 11cm; height: auto; max-width: 100%; margin: 0 auto 16px auto;" />
                                    </picture></center>
                            </div>

                            <p class="ptext py-2">Since her screaming knees would wake her up in the middle of the night.</p>

                            <p class="ptext py-2"><strong>She tried pain-relievers, smelly creams, icing her knees, and months of physical therapy.</strong></p>

                            <p class="ptext py-2">But nothing led to more than a few minutes of relief.</p>

                            <p class="ptext py-2">Finally, Nancy hit rock-bottom on a weekend that should have been filled with joy.</p>

                            <p class="ptext py-2">Nancy’s grandkids rushed through her door, excited to spend some time with their grandma.</p>

                            <p class="ptext py-2">Unfortunately, Nancy’s knees let her and her grandkids down.</p>

                            <p class="ptext py-2">She found herself bound to her chair the entire weekend. </p>

                            <p class="ptext py-2">When Nancy tried kneeling down to play a board game…</p>

                            <p class="ptext py-2">Her knees crunched like shattered glass.</p>

                            <p class="ptext py-2">As Nancy hobbled back to her chair…</p>

                            <p class="ptext py-2">Her youngest grandchild gazed up at Nancy with his innocent blue eyes.</p>

                            <div class = "img-right">
                                <center><picture>
                                        <source srcset="./assets/images/grandkids.webp" type="image/webp">
                                        <img src="./assets/images/grandkids.jpg" alt="Grandkids" style = "width: 11cm; height: auto; max-width: 100%; margin: auto;" />
                                    </picture></center>
                            </div>

                            <p class="ptext py-2"><strong><em>“Don’t you want to play Gwamma?”</em></strong></p>

                            <p class="ptext py-2">Nancy sat there with her mouth half-open.</p>

                            <p class="ptext py-2">She desperately wanted to say, <em>“Of course, honey!”&hellip;</em></p>

                            <p class="ptext py-2">But her knees wouldn’t let her.</p>

                            <p class="ptext py-2">Nancy felt her heart sink in her chest like a 2-ton anchor.</p>

                            <p class="ptext py-2">In a matter of seconds, she went from a caring grandmother…</p>

                            <p class="ptext py-2">One who would do ANYTHING for her loved ones…</p>

                            <p class="ptext py-2">To a shell of the woman she used to be…</p>

                            <div style = "padding-bottom: 26px;"></div>

                        </div>

                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of ninth section -->


<!-- start of tenth section -->
<section class="">

    <div class="w-full knee-pain-back">
        <div class="flex items-center justify-center w-full h-full py-2">
            <div>
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto flex flex-col items-center">
                        <div style = "padding-bottom: 16px;"></div>
                        <img src="assets/images/knee-pain-bg-sec2.jpg" height="691" width="1167" class="background-replacement md">
                        <h2 class="text-center font-extrabold capitalize gilroy-font md:text-[30px] text-[20px] desktoplhsmlr" style = "margin: 22px auto;"><span class = "desktopsmlr">Does any of this sound familiar?</span></h2>

                        <div style = "text-align: left;">

                            <p class="ptext py-2">Maybe you feel like <strong>knee pain</strong> has <strong>robbed you</strong> of the peace and freedom you once had.</p>

                            <p class="ptext py-2">Maybe your knees are throbbing after walking your dog.</p>

                            <p class="ptext py-2">Or maybe you keep fidgeting in your seat at church…</p>

                            <p class="ptext py-2">Because your knees feel stiff and rusty like an abandoned car on the side of the road.</p>

                            <p class="ptext py-2">But I want you to know there’s hope.</p>

                            <p class="ptext py-2">Over 23,855 adults have silenced their knee pain and rebuilt strong, healthy knees.</p>

                            <p class="ptext py-2">I’ll share the simple routine I gave them in just a few minutes.</p>

                            <div style = "padding-bottom: 26px;"></div>

                        </div>

                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of tenth section -->


<!-- start of eleventh section -->
<section class="">
    <div class="w-full">
        <div class="flex items-center justify-center w-full h-full py-2">
            <div>
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto flex flex-col items-center">
                        <div style = "padding-bottom: 16px;"></div>

                        <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr" style = "margin: 22px auto; color: #007849;"><span class = "desktopsmlr" style = "text-spacing: -0.5px;"><span style = "font-size: 1.05em;">This solution is ONLY possible because of what Nancy did next.</span></span></h2>

                        <div style = "text-align: left;">

                            <p class="ptext py-2">You see, when Nancy let down her grandchild…</p>

                            <p class="ptext py-2"><strong>It was the LAST straw.</strong></p>

                            <picture>
                                        <source srcset="./assets/images/nancy-doctor.webp" type="image/webp">
                                        <img src="./assets/images/nancy-doctor.jpg" alt="Nancy at the Doctor" style = "width: 11cm; height: auto; max-width: 100%; margin: auto;" class="img-float-right" />
                                    </picture>

                            <p class="ptext py-2">So Nancy booked an appointment with her doctor that day.</p>

                            <p class="ptext py-2">On her drive to the doctor’s office, she was filled with hope.</p>

                            <p class="ptext py-2">Maybe this nightmare will finally end.</p>

                            <p class="ptext py-2">But after running a few tests and scans…</p>

                            <p class="ptext py-2">The doctor said something that sucked any optimism straight out of Nancy’s body.</p>

                            <p class="ptext py-4 text-center"><span style = "font-size: 1.17em; letter-spacing: -0.5px;"><strong><em>“Nancy, your only option is to get a total knee replacement surgery.”</em></strong></span> </p>

                            <p class="ptext py-2">She stared in disbelief.</p>

                            <p class="ptext py-2">Because she already knew the truth about knee replacement surgery.</p>

                            <p class="ptext py-2">Besides the risk of <strong>infection, blood clots,</strong> and <strong>nerve injury</strong> during the surgery…</p>

                            <p class="ptext py-2">The <strong>aftermath</strong> is often even worse.</p>

                                <picture>
                                        <source srcset="./assets/images/nancy-knee.webp" type="image/webp">
                                        <img src="./assets/images/surgery-knee.jpg" alt="Surgery on the Knee" style = "width: 14cm; height: auto; max-width: 100%; margin: auto;" class="img-float-right" />
                                    </picture>


                            <p class="ptext py-2">This surgery involves replacing your real knee with an artificial knee made of metal and plastic.</p>

                            <p class="ptext py-2">Yes, plastic.</p>

                            <p class="ptext py-2">Over time, that implant corrodes…</p>

                            <p class="ptext py-2">Causing pain in the best case…</p>

                            <p class="ptext py-2">And <strong>poisoning you</strong> from the inside at the worst case.</p>

                            <p class="ptext py-2">Want to know the craziest part?</p>

                            <div style = "padding-bottom: 26px;"></div>

                        </div>

                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of eleventh section -->


<!-- start of twelfth section -->
<section class="">
    <div class="w-full hero-back2">
        <div class="flex items-center justify-center w-full h-full py-2">
            <div>
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto flex flex-col items-center">
                        <div style = "padding-bottom: 16px;"></div>

                        <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr" style = "margin: 22px auto; letter-spacing: -0.5px;">Knee surgery often doesn’t even work like you expect it to.</h2>

                        <img src="assets/images/revision/surgery-mobile.webp" width="480" height="425" class="background-replacement">

                        <div style = "text-align: left;">

                            <p class="ptext py-2">And that’s not my opinion. It’s proven by a shocking study published in The New England Journal of Medicine.</p>

                            <div style = "padding-bottom: 22px;"></div>

                            <div class="flex flex-col my-6" style = "background: #fef9d3; margin: auto; border-radius: 12px; width: 100%; height: auto; max-width: 660px;">
                                <div class="flex justify-center my-2">
                                    <center><img src="./assets/images/new-england-journal-new.jpg" alt="New England Journal" style = "width: auto; height: auto; max-width: 85%; margin: 16px auto 2px auto;" /></center>
                                </div>
                                <div class="px-4 py-2">

                                    <div class="md:grid pt-2" style = "grid-template-columns: repeat(13, minmax(0, 1fr));">
                                        <div class="col-span-1"></div>
                                        <div style = "background: #fef9d3; grid-column: span 5 / span 5;">
                                            <center><picture>
                                                    <source srcset="./assets/images/knee-surgery.webp" type="image/webp">
                                                    <img src="./assets/images/knee-surgery.jpg" alt="Knee Surgery" style = "width: 7cm; height: auto; max-width: 100%; margin: auto;" />
                                                </picture></center>
                                            <div style = "padding-bottom: 6px;"></div>
                                            <p class="ptext" style = "margin-left: 18px; text-align: left; color: #000000; line-height: 1.2em; margin-right: 12px;"><span style = "font-size: 0.9em;"><strong>Group 1: Knee Surgery</strong><br />Received Anesthesia<br />Doctors made incisions<br />Underwent Knee Surgery<br /><br /></span></p>
                                        </div>
                                        <div class="col-span-1"></div>
                                        <div style = "background: #fef9d3; grid-column: span 5 / span 5;">
                                            <center><picture>
                                                    <source srcset="./assets/images/no-knee-surgery.webp" type="image/webp">
                                                    <img src="./assets/images/no-knee-surgery.jpg" alt="No Knee Surgery" style = "width: 7cm; height: auto; max-width: 100%; margin: auto;" />
                                                </picture></center>
                                            <div style = "padding-bottom: 6px;"></div>
                                            <p class="ptext" style = "margin-left: 18px; text-align: left; color: #000000; line-height: 1.2em; margin-right: 12px;"><span style = "font-size: 0.9em;"><strong>Group 2: Sham Surgery</strong><br />Received Anesthesia<br />Doctors made incisions<br />NO Actual Surgery<br /><br /></span></p>
                                        </div>
                                        <div class="col-span-1"></div>
                                    </div>

                                    <div style = "padding-bottom: 2px;"></div>

                                    <p class="ptext py-2 text-center" style = "color: #000000;"><span style = "letter-spacing: -0.5px; font-size: 0.97em;">Want to know what happened next?</span></p>

                                    <p class="ptext py-2 text-center" style = "color: #000000;"><span style = "font-size: 1.15em; font-weight: 700;">Study Results: <span style = "color: #BC0000;">The real surgery did NOT produce <br class = "mobilehide /">any better results than the sham surgery.</span></span></p>
                                    <div style = "padding-bottom: 12px;"></div>

                                </div>
                            </div>


                            <!--
                                            <p class="ptext py-2">The scientists compared 2 groups:</p>

                                            <p class="ptext py-2">One group actually underwent knee surgery.</p>

                                            <p class="ptext py-2">The second group underwent something called a “sham surgery”.</p>

                                            <p class="ptext py-2">These patients received anesthesia.</p>

                                            <p class="ptext py-2">And the doctors made incisions. But they did ZERO actual surgery.</p>

                                            <p class="ptext py-2">Want to know what happened next?</p>

                                            <p class="ptext py-2">The real surgery did NOT produce any better results than the sham surgery.</p>
                            -->

                            <div style = "padding-bottom: 22px;"></div>

                            <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr" style = "margin: 22px auto;">To top it all off The pain does not end once you get surgery.</h2>

                            <p class="ptext py-2">Instead, you must do physical therapy to rehab your knee.</p>

                            <picture>
                                        <source srcset="./assets/images/knee-therapy-2.webp" type="image/webp">
                                        <img src="./assets/images/knee-therapy-2.jpg" alt="Knee Therapy" style = "width: 13cm; height: auto; max-width: 100%; margin: auto;" class="img-float-right"/>
                                    </picture>

                            <p class="ptext py-2">I can’t under-state just how painful rehab can be.</p>

                            <p class="ptext py-2">In fact, some claim the pain during rehab is <strong>far worse</strong> than the actual knee pain they started with.</p>

                            <p class="ptext py-2">Listen, most people think knee surgery will fix everything.</p>

                            <p class="ptext py-2">The bad news is that it often takes <strong>1 full year</strong> to recover.</p>

                            <p class="ptext py-2">Even then, there’s <u>no guarantee</u> you’ll be free from pain…</p>

                            <p class="ptext py-2">Or will be able to climb the stairs or move like you did before the surgery.</p>

                            <p class="ptext py-2">But that won’t stop doctors from recommending knee replacements…</p>

                            <p class="ptext py-2">Giving them an excuse to prescribe dangerous <strong>narcotic painkillers</strong> that turn you into a glorified drug addict.</p>

                            <div style = "padding-bottom: 26px;"></div>

                        </div>

                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of twelfth section -->


<!-- start of thirteenth section -->
<section class="">
    <div class="w-full">
        <div class="flex items-center justify-center w-full h-full py-2">
            <div>
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto flex flex-col items-center">
                        <div style = "padding-bottom: 16px;"></div>

                        <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr" style = "margin: 22px auto; color: #007849;">Thankfully, Nancy was clever enough to seek my help.</h2>

                        <div style = "text-align: left;">

                            <p class="ptext py-2">She knew there had to be <strong>another way</strong> to eliminate her knee pain.</p>

                            <p class="ptext py-2">And let me tell you, you probably won't find the relief you want from common solutions.</p>

                            <p class="ptext py-2">Let’s start with <strong>OTC pain-relievers</strong> like NSAIDs or acetaminophen.</p>

                            <p class="ptext py-2">While these provide some temporary relief, the pain will always return with a vengeance.</p>

                            <p class="ptext py-2">The worst part?</p>

                            <picture>
                                        <source srcset="./assets/images/stroke.webp" type="image/webp">
                                        <img src="./assets/images/stroke.jpg" alt="Stroke" style = "width: 12cm; height: auto; max-width: 100%; margin: auto;" class="img-float-right" />
                                    </picture>

                            <p class="ptext py-2">These pills <strong>increase your risk</strong> of a heart attack and stroke – according to the <em>FDA</em> and <em>Harvard University</em>.</p>

                            <p class="ptext py-2">The <em>Mayo Clinic</em> even reported they’re toxic to your liver, kidneys, and stomach.</p>

                            <p class="ptext py-2">I wish I could say natural alternatives were any better.</p>

                            <p class="ptext py-2">First there’s <strong>turmeric.</strong></p>

                            <p class="ptext py-2">Although it’s a popular supplement…</p>

                            <p class="ptext py-2">Scientists at the <em>The University of Texas MD Anderson Cancer Center</em> found rodents only absorbed 1% of the active ingredient in turmeric.</p>

                            <p class="ptext py-2">Which is why you may have tried turmeric and experienced underwhelming results.</p>

                            <p class="ptext py-2">Next, there’s <strong>glucosamine</strong> and <strong>chondroitin</strong>.</p>

                            <p class="ptext py-2">Unfortunately, a study published in the <em>British Medical Journal</em> reported:</p>

                            <p class="ptext py-2"><em>“…Glucosamine, chondroitin, and their combination do not reduce joint pain or have an impact on narrowing of joint space.”</em></p>

                            <p class="ptext py-2">The list goes on.</p>

                            <p class="ptext py-2">And there’s something every one of these supposed remedies has in common.</p>

                            <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr" style = "margin: 22px auto; color: #007849;">None of them solved the REAL root cause of knee pain.</h2>

                            <picture>
                                        <source srcset="./assets/images/knee-bone.webp" type="image/webp">
                                        <img src="./assets/images/knee-bone.jpg" alt="Knee Bone" style = "width: 12cm; height: auto; max-width: 100%; margin: auto;" class="img-float-left"/>
                                    </picture>

                            <p class="ptext py-2">You’ve probably heard <strong>wear and tear</strong> degenerates your knee cartilage.</p>

                            <p class="ptext py-2">Here’s how it works…</p>

                            <p class="ptext py-2">Walking, bending, and lifting all places stress on your knees.</p>

                            <p class="ptext py-2">Over time, this wears away the cartilage protecting your knee joints…</p>

                            <p class="ptext py-2">So your knees are left <strong>bone on bone</strong>.</p>

                            <p class="ptext py-2">Then they rub together creating stiffness and pain.</p>

                            <div style = "clear:both;"></div>

                            <div style = "padding-bottom: 22px;"></div>

                            <div style = "background: #fef9d3; margin: auto 4%; border-radius: 12px; padding: 3% 3%;">

                                <div class="md:grid grid-cols-6 pt-2">
                                    <div class="col-span-1">
                                        <center><img src="./assets/images/harvard-u.jpg" alt="Harvard University" style = "width: auto; height: auto; max-width: 90%; margin: 16px 10px 2px 10px;" /></center>
                                        <div style = "padding-bottom: 6px;"></div>
                                    </div>
                                    <div class="col-span-5">
                                        <p class="ptext py-2" style = "margin: 6px 2% 22px 2%; line-height: 1.2em;"><span style = "font-size: 0.94em;">However, a shocking <em>Harvard</em> discovery has flipped this common knowledge on its head. The team of scientists examined skeletons ranging from 6,000 years ago to more recent times.</span></p>
                                    </div>
                                </div>

                                <div style = "padding-bottom: 2px;"></div>

                                <p class="ptext py-2 text-center"><span style = "font-size: 1.1em; font-weight: 700;">And what they found was nothing short of incredible.</span></>

                                <p class="ptext py-2 text-center"><span style = "font-size: 1.1em; font-weight: 700;">The modern skeletons had 2.1x more <br class = "desktopshow" />arthritis than ancient skeletons.</span></>

                                <center><picture>
                                        <source srcset="./assets/images/skeletons.webp" type="image/webp">
                                        <img src="./assets/images/skeletons.jpg" alt="Skeletons" style = "width: 15cm; height: auto; max-width: 100%; margin: 16px auto 2px auto;" />
                                    </picture></center>

                                <div style = "padding-bottom: 12px;"></div>

                                <p class="ptext py-2">Here’s why that’s so surprising…</p>

                                <p class="ptext py-2">Our hunter-gatherer ancestors didn’t have cars or fancy grocery stores.</p>

                                <p class="ptext py-2">They had to walk everywhere, hunt for their food…</p>

                                <p class="ptext py-2">As well as squat, twist, and jump far more than modern humans did.</p>

                                <p class="ptext py-2">So you’d expect their joints to be worn down to the bone.</p>

                                <p class="ptext py-2 text-center"><span style = "font-size: 1.1em; font-weight: 700;">Instead, ancient humans’ knees were healthier than ours!</span></p>

                                <p class="ptext py-2">…Which brings up an important point.</p>

                                <div style = "padding-bottom: 8px;"></div>

                            </div>

                            <div style = "padding-bottom: 22px;"></div>

                            <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr" style = "margin: 22px auto; color: #007849; letter-spacing: -0.5px;">Wear and tear alone can’t explain joint decay and knee pain.</h2>

                            <p class="ptext py-2">There’s some other culprit modern medicine has been missing.</p>

                            <p class="ptext py-2">And since Nancy had already tried exercising, special anti-inflammatory diets, pills, and supplements…</p>

                            <picture>
                                        <source srcset="./assets/images/research.webp" type="image/webp">
                                        <img src="./assets/images/research.jpg" alt="Research" style = "width: 12cm; height: auto; max-width: 100%; margin: auto;" class="img-float-right" />
                                    </picture>

                            <p class="ptext py-2">I was her last glimmer of hope.</p>

                            <p class="ptext py-2">So I dove headfirst into the <strong>latest research</strong>.</p>

                            <p class="ptext py-2">I called old colleagues who specialize in knee pain.</p>

                            <p class="ptext py-2">And I read hundreds of articles until my eyes were bloodshot.</p>

                            <p class="ptext py-2">After countless late nights, I almost threw in the towel.</p>

                            <p class="ptext py-2">But something told me to keep pushing.</p>

                            <p class="ptext py-2">And thank God I did.</p>

                            <p class="ptext py-2">Because I soon found the <strong>true cause</strong> of knee pain.</p>

                        </div>
                    </div>
                </div>
            </div>
        </div>
</section>
<!-- end of thirteenth section -->


<!-- start of fourteenth section -->
<section style = "background: #000000;">
    <div class="w-full femoral-nerve-back agelessknees">
        <div class="flex items-center justify-center w-full h-full py-2">
            <div>

                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto flex flex-col items-center">

                        <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr femoral-nerve-headline"><span class = "desktopsmlr"><span style = "font-size: 1.06em;">It starts with <br class = "mobileshow" />the femoral nerve.</span></span></h2>

                        <img src="assets/images/revision/nerve-mobile.jpg" width="480" height="533" class="background-replacement md">

                        <div class = "mobileshow"><div style = "padding-bottom: 22px;"></div></div>

                        <div class = "desktopshift" style = "text-align: left;">

                            <!--
                                            <div class = "img-left" style = "position: relative; top: -30; left: -50;">
                                              <center><img src="./assets/images/nerve-bg.jpg" alt="Femoral Nerve" style = "width: 17cm; height: auto; max-width: 100%; margin: auto;" /></center>
                                            </div>
                            -->
                            <p class="ptext py-2">The femoral nerve runs from your lumbar spine down through the front of your leg.</p>

                            <p class="ptext py-2">It’s one of the primary nerves in your legs…</p>

                            <p class="ptext py-2">Controlling your <strong>hip flexors</strong> and <strong>quadriceps</strong> muscles.</p>

                            <p class="ptext py-2">In other words, the femoral nerve helps you walk, squat, lunge…</p>

                            <p class="ptext py-2">And most importantly, it <strong>stabilizes</strong> your knee joint.</p>

                            <p class="ptext py-2"><strong>This is where people run into problems.</strong></p>

                            <p class="ptext py-2">Your femoral nerve carries electrical signals telling your muscles how to move.</p>

                        </div>

                        <div style = "clear: both;"></div>

                        <div style = "text-align: left;">

                            <div class = "img-right">
                                <center><picture>
                                        <source srcset="./assets/images/cave.webp" type="image/webp">
                                        <img src="./assets/images/cave.jpg" alt="Cavedweller Ancestors" style = "width: 10cm; height: auto; max-width: 100%; margin: auto;" />
                                    </picture></center>
                            </div>

                            <p class="ptext py-2">Since our ancestors were constantly squatting and sprinting…</p>

                            <p class="ptext py-2">Their femoral nerves were strong and “awake”.</p>

                            <p class="ptext py-2">On the other hand…</p>

                            <p class="ptext py-2">Modern humans like you often sit at their desks and drive their cars.</p>

                            <p class="ptext py-2">Due to this change in lifestyle…</p>

                            <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr" style = "margin: 36px auto 22px auto; color: #fbee4b;"><span class = "desktopsmlr">Your femoral nerve has weakened over time.</span></h2>

                            <p class="ptext py-2">And the electrical signals in your nerve have become blunted.</p>

                            <p class="ptext py-2"><em>So what does that mean for you?</em></p>

                            <p class="ptext py-2"><strong>The femoral nerve can’t support the knee and its surrounding muscles like it used to.</strong></p>

                            <p class="ptext py-2">This is especially true when you don’t do specific exercises to activate it.</p>

                            <p class="ptext py-2">As a result, <u>your quadriceps muscles are weak</u>.</p>

                            <p class="ptext py-2">Your weak quadriceps can’t support your knee joint…</p>

                            <p class="ptext py-2">So it rots away like an old banana peel.</p>

                            <p class="ptext py-2">That’s not just my theory either.</p>

                            <div style = "background: #fef9d3; margin: 2% 4%; border-radius: 12px; padding: 3% 3%; color: #000000;">

                                <picture>
                                            <source srcset="./assets/images/quads.webp" type="image/webp">
                                            <img src="./assets/images/quads.jpg" alt="Quadriceps Muscles" style = "width: 11cm; height: auto; max-width: 100%; margin: auto;" class="img-float-right weak-quads" />
                                        </picture>

                                <p class="ptext py-2">Research from <em>Boston University</em> and the <em>University of California, San Francisco</em> studied 4,648 knees over the course of 5 years.</p>

                                <p class="ptext py-2">They discovered <strong>weak quadriceps</strong> lead to <strong>significant knee pain</strong>.</p>

                                <p class="ptext py-2">Another study from many of the same authors found weak quadriceps muscles lead to a <strong>narrowing</strong> of knee joint space.</p>

                                <p class="ptext py-2">Think “bone on bone”!</p>

                                <p class="ptext py-2">That’s likely why Australian scientists discovered less quadriceps muscle mass is linked to <strong>less cartilage</strong> in the lower leg.</p>

                                <div style = "clear:both;"></div>

                            </div>


                            <p class="ptext py-2">Is it starting to make sense why other solutions haven’t worked?</p>

                            <p class="ptext py-2">No matter how many painkillers, heating pads, or knee braces you use…</p>

                            <p class="ptext py-2">No matter how much turmeric or collagen you consume…</p>

                            <p class="ptext py-2">You will not eliminate your knee pain.</p>

                            <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr" style = "margin: 22px auto; color: #fbee4b;"><span class = "desktopsmlr">
              The only way to end your knee nightmare <br class = "desktopshow" /> is by targeting your femoral nerve.</span></h2>


                            <div style = "background: #fffdfe; margin: 4% 4%; border-radius: 12px; padding: 2% 1%; color: #000000; border: 2px solid #BC0000;">

                                <p class="ptext py-2 text-center font-gilroy"><span style = "font-size: 1.2em;"><strong>So let me give you a quick recap:</strong></span></p>

                                <ul class="py-1" style = "padding-left: 1.5rem; padding-right: 0.5rem;">
                                    <li class="ptext pb-1"><span class="font-gilroy font-extrabold text-[#BC0000] text-lg pr-1" style = "font-size: 1.36em; font-weight: 900; position: relative; top: 1px;">
						<strong>&#10132;</strong></span>
                                        <span style = "font-size: 1.2em;">Your <strong>femoral nerve</strong> gets weaker over time.</span></span>
                                    </li>
                                    <div class = "mobileshow"><div style = "padding-bottom: 12px;"></div></div>
                                    <li class="ptext pb-1"><span class="font-gilroy font-extrabold text-[#BC0000] text-lg pr-1" style = "font-size: 1.35em; font-weight: 900; position: relative; top: 1px;"><strong>&#10132;</strong></span>
                                        <span style = "font-size: 1.2em;">It can’t <strong>support</strong> your quadriceps muscles to stabilize your knees.</span></span></li>
                                    <div class = "mobileshow"><div style = "padding-bottom: 12px;"></div></div>
                                    <li class="ptext pb-1"><span class="font-gilroy font-extrabold text-[#BC0000] text-lg pr-1" style = "font-size: 1.38em; font-weight: 900; position: relative; top: 1px;"><strong>&#10132;</strong></span>
                                        <span style = "font-size: 1.2em;">So your <strong>knee joints decay</strong> and you suffer from pain.</span></span></li>
                                    <div class = "mobileshow"><div style = "padding-bottom: 12px;"></div></div>
                                </ul>

                            </div>

                            <p class="ptext py-2">It’s kind of like having a leaky pipe in your house.</p>

                            <p class="ptext py-2">Your house might have no problem carrying water towards your kitchen sink.</p>

                            <p class="ptext py-2">But if the pipes near the actual sink are old and corroded…</p>

                            <p class="ptext py-2">They’ll leak a bunch of water…</p>

                            <div class = "img-right">
                                <center><picture>
                                        <source srcset="./assets/images/pipes.webp" type="image/webp">
                                        <img src="./assets/images/pipes.jpg" alt="Leaky Pipes" style = "width: 11cm; height: auto; max-width: 100%; margin: auto;" />
                                    </picture></center>
                            </div>

                            <p class="ptext py-2">And water will only trickle out of your faucet.

                            <p class="ptext py-2">Fortunately, there’s a way to fix your leaky pipe so water gushes out of the faucet like it’s a brand new house.

                            <p class="ptext py-2">According to <em>Newcastle University</em>, <strong>certain movements strengthen</strong> your nervous system and how your nerves carry these <strong>electric signals</strong>.

                            <p class="ptext py-2">To put it simply…

                            <div style = "padding-bottom: 36px;"></div>

                        </div>

                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of fourteenth section -->


<!-- start of fifteenth section -->
<section class="">
    <div class="w-full">
        <div class="flex items-center justify-center w-full h-full py-2">
            <div>
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto flex flex-col items-center">
                        <div style = "padding-bottom: 16px;"></div>

                        <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr" style = "margin: 22px auto; color: #007849;">If you can activate the femoral nerve, it can strengthen your quadriceps and stabilize your knees.</h2>

                        <div style = "text-align: left;">

                            <picture>
                                        <source srcset="./assets/images/bikeriding.webp" type="image/webp">
                                        <img src="./assets/images/bikeriding.jpg" alt="Bike Riding" style = "width: 11cm; height: auto; max-width: 100%; margin: 0 auto 12px auto;" class="img-float-left"/>
                                    </picture>

                            <p class="ptext py-2">Instead of waking up with stiff knees and rubbing them every time you walk upstairs…</p>

                            <p class="ptext py-2">You can enjoy dependable knees that never give up on you.</p>

                            <p class="ptext py-2">You’ll cool the raging fire in your knees…</p>

                            <p class="ptext py-2">And be able to go for an afternoon bike ride…</p>

                            <p class="ptext py-2">Or comfortably kneel down to play Chutes and Ladders with your grandkids.</p>

                            <p class="ptext py-4 text-center"><span style = "font-size: 1.2em; font-weight: 700;">The only question is HOW?</span></p>

                            <p class="ptext py-2">After a bit of searching, I discovered a new technique called <strong>electro-acupuncture.</strong></p>

                            <p class="ptext py-2">Based on 11 studies, electro-acupuncture is proven to significantly reduce knee pain.</p>

                            <p class="ptext py-2">The scientists even stated, this technique is able to <strong><em>“remarkably <span style = "color: #007849;">alleviate</span> the pain and improve the physical function of knee osteoarthritis patients.”</em></strong></p>

                            <p class="ptext py-2">Now, there’s no way I was going to tell Nancy to stick needles in her body.</p>

                            <p class="ptext py-2">Fortunately, I found a manufacturer with a simple solution.</p>

                            <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr" style = "margin: 22px auto; color: #007849;">They were designing a “massage wand” that gently releases electric currents into your body to relieve pain…</h2>

                            <picture>
                                 <source srcset="./assets/images/wand.webp" type="image/webp">
                                 <img src="./assets/images/wand.jpg" alt="Miracle Massage Wand" style = "width: 12cm; height: auto; max-width: 100%; margin: auto auto 12px auto;" class="img-float-right" />
                            </picture>

                            <p class="ptext py-2">Without poking holes in your skin or complex machines.</p>


                            <p class="ptext py-2">First, I made sure it was <strong>100% safe and painless</strong>.</p>

                            <p class="ptext py-2">Next, I had to make sure it actually works.</p>

                            <p class="ptext py-2">So I ordered this massage wand with one goal in mind:</p>

                            <p class="ptext py-2">Use it to help Nancy relieve her knee pain once and for all.</p>

                            <p class="ptext py-2">But I knew it needed something else.</p>

                            <p class="ptext py-2">Although a gentle electric current may “revive” Nancy’s femoral nerve…</p>

                            <p class="ptext py-2">She’d still need a few moves to improve the connection between her femoral nerve and quadriceps…</p>

                            <p class="ptext py-2">And actually strengthen the knees.</p>

                            <div style = "padding-bottom: 36px;"></div>

                        </div>
                    </div>
                </div>
            </div>
        </div>
</section>
<!-- end of fifteenth section -->


<!-- start of sixteenth section -->
<section class="">
    <div class="w-full" style = "background: #e1eee7;">
        <div class="flex items-center justify-center w-full h-full py-2">
            <div>
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto flex flex-col items-center">
                        <div style = "padding-bottom: 16px;"></div>

                        <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr2" style = "margin: 22px auto; color: #007849;"><span style = "color: #000000;">By combining my femoral nerve discovery with <br class = "desktopshow" /> my expertise in athletic training…</span><br /><span style = "position: relative; top: 26px;">I created the perfect routine.</span></h2>

                        <div style = "padding-bottom: 24px;"></div>

                        <div style = "text-align: left;">

                            <p class="ptext py-2">Unfortunately, Nancy couldn’t have been more skeptical.</p>

                            <p class="ptext py-2">She said, <strong><em>“Chris, nothing has worked for me. I don’t think this will either.”</em></strong></p>

                            <p class="ptext py-2">I came this far. I wasn’t going to give up now.</p>

                            <p class="ptext py-2">So I convinced her to try the 1st move in my routine.</p>

                            <div class = "img-right">
                                <center><picture>
                                        <source srcset="./assets/images/towel-wand.webp" type="image/webp">
                                        <img src="./assets/images/towel-wand.jpg" alt="Towel and Massage Wand" style = "width: 11cm; height: auto; max-width: 100%; margin: auto;" />
                                    </picture></center>
                            </div>

                            <p class="ptext py-2">It’s a 1-minute seated routine with a towel under your knee. </p>

                            <p class="ptext py-2">Then I instructed her to place the massage wand on her femoral nerve.</p>

                            <p class="ptext py-2">Nancy laughed at how it tickled a bit…</p>

                            <p class="ptext py-2">But didn’t cause any pain.</p>

                            <p class="ptext py-2">After 60 seconds, I asked her to sit down in a chair and stand up repeatedly.</p>

                            <p class="ptext py-2">Nancy’s amused face turned into shock.</p>

                            <p class="ptext py-2">She screamed, <strong><em>“Chris! No pain!”</em></strong></p>

                            <p class="ptext py-2">A big smile stretched across my face. </p>

                            <p class="ptext py-2">But I didn’t want to get my hopes up.</p>

                            <p class="ptext py-2">Maybe this was just a fluke.</p>

                            <p class="ptext py-2">That’s why I taught Nancy the rest of the <strong>7-minute routine</strong> before she left my office.</p>

                            <p class="ptext py-2">1 week later, Nancy called me.</p>

                            <p class="ptext py-2">She told me she hasn’t slept so well in years.</p>

                            <p class="ptext py-2">Sure, there was a little discomfort in her knees every now and then…</p>

                            <p class="ptext py-2">But she’s been feeling less and less pain every day.</p>

                            <div class = "img-left">
                                <center><picture>
                                        <source srcset="./assets/images/tennis.webp" type="image/webp">
                                        <img src="./assets/images/tennis.jpg" alt="Tennis" style = "width: 10cm; height: auto; max-width: 100%; margin: 0 auto 16px auto;" />
                                    </picture></center>
                            </div>

                            <p class="ptext py-2">Just 7 days later, she’s back to playing tennis with her girlfriends every week.</p>

                            <p class="ptext py-2">Nancy easily kneels down and bends in her garden too.</p>

                            <p class="ptext py-2">Best of all?</p>

                            <p class="ptext py-2">Nancy scoots around playing with her grandkids without worrying about paying for it later.</p>

                            <p class="ptext py-2">Nancy’s call was music to my ears.</p>

                            <p class="ptext py-2">It was such incredible news…I knew it’d be selfish to keep this to myself.</p>

                            <div class = "mobileshow"><div style = "padding-bottom: 18px;"></div></div>

                            <p class="ptext py-2 text-center"><span style = "font-size: 1.2em; font-weight: 700;">That’s why I turned my ‘little routine’ into the most <br class = "desktopshow" />effective knee pain solution out there.</span></p>

                            <div style = "padding-bottom: 36px;"></div>

                        </div>
                    </div>
                </div>
            </div>
        </div>
</section>
<!-- end of sixteenth section -->


<!-- start of seventeenth section -->
<section class="">
    <div class="w-full">
        <div class="flex items-center justify-center w-full h-full py-2">
            <div>
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto flex flex-col items-center">
                        <div style = "padding-bottom: 16px;"></div>

                        <h2 class="text-center capitalize gilroy-font text-[30px] desktoplhsmlr" style = "margin: 22px auto 12px auto; color: #000000;"><span class = "desktopsmlr"><span style = "font-size: 1.5em; font-weight: 600;">It's called <span style = "color: #007849; font-weight: 800;">AGELESS KNEES</span></span></span></h2>

                        <center><picture>
                                <source srcset="./assets/images/Ageless-Knees-System.webp" type="image/webp">
                                <img src="./assets/images/Ageless-Knees-System.jpg" alt="AGELESS KNEES" style = "width: 21cm; height: auto; max-width: 100%; margin: 6px auto 10px auto;" />
                            </picture></center>

                        <h2 class="text-center font-extrabold capitalize gilroy-font text-[30px] desktoplhsmlr2" style = "margin: 2px auto 22px auto; color: #000000;"><span class = "desktopsmlr"><span style = "font-size: 1.10em;">Ageless Knees is the ONLY program using our <br class = "desktopshow" /><span style = "color: #007849;">special massage wand</span> to activate the femoral <br class = "desktopshow" />nerve and fix your knee pain for good.</span></span></span></h2>

                        <div style = "text-align: left;">

                            <p class="ptext py-2">You don’t need to grab other equipment.</p>

                            <p class="ptext py-2">All you need is your body and <strong>7 minutes a day per knee.</strong></p>

                            <p class="ptext py-2">If both knees hurt, you can do the easy moves for both knees.</p>

                            <p class="ptext py-2">In case you’re worried about the program being too advanced or causing discomfort…</p>

                            <picture>
                                        <source srcset="./assets/images/tonya-wand.webp" type="image/webp">
                                        <img src="./assets/images/tonya-wand.jpg" alt="Miracle Massage Wand" style = "width: 13cm; height: auto; max-width: 100%; margin: auto;" class="img-float-right" />
                                    </picture>

                            <p class="ptext py-2">Every move is <strong>simple, beginner-friendly,</strong> and <strong>gentle</strong> on your knees and other body parts.</p>

                            <p class="ptext py-2">This works no matter your age or how much knee pain you have.</p>

                            <p class="ptext py-2">Just press “play”, and I’ll personally walk you through every movement <strong>step-by-step.</strong></p>

                            <p class="ptext py-2">It’s like you’ll have me in your pocket 24/7.</p>

                            <div style = "padding-bottom: 36px;"></div>

                        </div>
                    </div>
                </div>
            </div>
        </div>
</section>
<!-- end of seventeenth section -->

<!-- start of eighteenth section -->
<section class="">
    <div class="w-full" style = "background: #105e40; color: #ffffff;">
        <div class="flex items-center justify-center w-full h-full py-2">
            <div>
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto flex flex-col items-center">
                        <div style = "padding-bottom: 16px;"></div>

                        <h2 class="text-center gilroy-font text-[30px] desktoplhsmlr" style = "margin: 22px auto; color: #ffffff;"><span class = "desktopsmlr"><span style = "font-size: 1.0em; color: #ffffff; font-weight: 600; text-shadow: 1px 1px #000000;">Now, You’re Probably Wondering Exactly What <br class = "desktopshow" />You Get With Ageless Knees.</span><br /><span style = "position: relative; top: 20px; font-size: 0.96em; text-shadow: 1px 1px #4f4f4f;">So let me cover that really quickly:</span></span></h2>

                        <div style = "padding-bottom: 26px;"></div>

                        <div style = "background: #ffffff; color: #000000; margin: auto 4%; border-radius: 12px; padding: 3% 3%;">

                            <div style = "padding-bottom: 6px;"></div>

                            <p class="ptext py-2 text-center" style = "line-height: 1.7em;"><span style = "font-size: 1.4em; font-weight: 600;"><span style = "color: #ffffff; background: #4f4f4f; border-radius: 92px; padding: 0px 10px 2px 10px; font-weight: 600;">1.</span> <span style = "color: #007849; font-weight: 700; position: relative; left: 4px; top: 1px; font-size: 1.16em;">Ageless Knees DVD</a></span></p>

                            <picture>
                                        <source srcset="./assets/images/Ageless-Knees-DVD.webp" type="image/webp">
                                        <img src="./assets/images/Ageless-Knees-DVD.jpg" alt="Ageless Knees DVD" style = "width: 11cm; height: auto; max-width: 100%; margin: 0 auto 16px auto;" class="img-float-right"/>
                                    </picture>

                            <div style = "padding-bottom: 12px;"></div>

                            <p class="ptextsml py-1">Pop in your Ageless Knees DVD into your computer or DVD player…</p>

                            <p class="ptextsml py-1">And you’ll have instant access to the entire warm up sequence and knee rehab routine.</p>

                            <p class="ptextsml py-1">You’ll get the <strong>Coaching Video</strong> breaking down exactly how to perform each movement.</p>

                            <p class="ptextsml py-1">You’ll also receive a <strong>Follow Along Video</strong> to watch every time you do the routine.</p>

                            <p class="ptextsml py-1">I designed the moves to be as effective.</p>

                            <p class="ptextsml py-1">Yet they’re simple, beginner-friendly, and as gentle as possible.</p>

                            <center><picture>
                                    <source srcset="./assets/images/Ageless-Knees-Sample.webp" type="image/webp">
                                    <img src="./assets/images/Ageless-Knees-Sample.jpg" alt="Ageless Knees System" style = "width: 14cm; height: auto; max-width: 100%; margin: 0 auto 16px auto;" />
                                </picture></center>

                            <p class="ptextsml py-1">With that being said, I know not everyone has a DVD player… While others want a routine they can follow any time, any place.</p>

                            <p class="ptextsml py-1">That’s why I also included the next component…</p>

                            <div style = "padding-bottom: 8px;"></div>

                        </div>

                        <div style = "padding-bottom: 20px;"></div>

                        <div style = "background: #ffffff; color: #000000; margin: auto 4%; border-radius: 12px; padding: 3% 3%;">

                            <div style = "padding-bottom: 6px;"></div>

                            <p class="ptext py-2 text-center" style = "line-height: 1.7em;"><span style = "font-size: 1.4em; font-weight: 600;"><span style = "color: #ffffff; background: #4f4f4f; border-radius: 92px; padding: 0px 8px 2px 8px; font-weight: 600;">2.</span> <span style = "color: #007849; font-weight: 700; position: relative; left: 4px; top: 1px; font-size: 1.16em;">Ageless Knees Digital Downloads</a></span></p>

                            <div style = "padding-bottom: 12px;"></div>

                            <center><picture>
                                    <source srcset="./assets/images/Ageless-Knees-Digital.webp" type="image/webp">
                                    <img src="./assets/images/Ageless-Knees-Digital.jpg" alt="Ageless Knees Digital System" style = "width: 14cm; height: auto; max-width: 100%; margin: 0 auto 16px auto;" />
                                </picture></center>

                            <p class="ptextsml py-1">With the digital version of <em>Ageless Knees</em>, you don’t even have to wait for the program to ship to you.</p>

                            <p class="ptextsml py-1">Instead, you get instant access to the Coaching Video and Follow Along Video in their digital forms.</p>

                            <p class="ptextsml py-1">So you can simply press “play” on your computer, tablet, or smartphone…</p>

                            <p class="ptextsml py-1">To enjoy strong, stable knees that never fail you.</p>

                            <p class="ptextsml py-1">But whether knee pain has been haunting you for days or decades, I’m sure you still have a lot of questions…</p>

                            <p class="ptextsml py-1">Which brings me to the next component.</p>

                            <div style = "padding-bottom: 8px;"></div>

                        </div>

                        <div style = "clear: both;"></div>

                        <div style = "padding-bottom: 20px;"></div>

                        <div style = "background: #ffffff; color: #000000; margin: auto 1%; border-radius: 12px; padding: 3% 3%; width: 92%; height: auto; max-width: 100%;">

                            <div style = "padding-bottom: 6px;"></div>

                            <p class="ptext py-2 text-center" style = "line-height: 1.7em;"><span style = "font-size: 1.4em; font-weight: 600;"><span style = "color: #ffffff; background: #4f4f4f; border-radius: 92px; padding: 0px 9px 2px 9px; font-weight: 600;">3.</span> <span style = "color: #007849; font-weight: 700; position: relative; left: 4px; top: 1px; font-size: 1.16em;">Ageless Knees Digital Handbook</a></span></p>

                            <div style = "padding-bottom: 12px;"></div>

                            <picture>
                                        <source srcset="./assets/images/Ageless-Knees-Handbook.webp" type="image/webp">
                                        <img src="./assets/images/Ageless-Knees-Handbook.jpg" alt="Ageless Knees Handbook" style = "width: 8cm; height: auto; max-width: 100%; margin: 0 auto 16px auto;" class="img-float-right"/>
                                    </picture>

                            <p class="ptextsml py-1">This is the soup to nuts guide to ending knee pain for good.</p>

                            <p class="ptextsml py-1">The actual Ageless Knees routine tells you HOW to strengthen your knees.</p>

                            <p class="ptextsml py-1">This handbook tells you WHAT is really going on in your knees…</p>

                            <p class="ptextsml py-1">And WHY I designed the routine like I did.</p>

                            <p class="ptextsml py-1">Plus, I’ll also bust some myths and provide tips I bet you’ve never heard before.</p>

                            <p class="ptextsml py-1">Of course, we can’t forget about the star of the show…</p>

                            <div style = "padding-bottom: 8px;"></div>

                        </div>

                        <div style = "padding-bottom: 20px;"></div>

                        <div style = "background: #ffffff; color: #000000; margin: auto 4%; border-radius: 12px; padding: 3% 3%;">

                            <div style = "padding-bottom: 6px;"></div>

                            <p class="ptext py-2 text-center" style = "line-height: 1.7em;"><span style = "font-size: 1.4em; font-weight: 600;"><span style = "color: #ffffff; background: #4f4f4f; border-radius: 92px; padding: 0px 8px 2px 8px; font-weight: 600;">4.</span> <span style = "color: #007849; font-weight: 700; position: relative; left: 4px; top: 1px; font-size: 1.16em;">Miracle Massage Wand</a></span></p>

                            <div style = "padding-bottom: 12px;"></div>

                            <picture>
                                        <source srcset="./assets/images/Miracle-Massage-Wand.webp" type="image/webp">
                                        <img src="./assets/images/Miracle-Massage-Wand.jpg" alt="Miracle Massage Wand" style = "width: 11cm; height: auto; max-width: 100%; margin: 0 auto 16px auto;" class="img-float-right" />
                                    </picture>

                            <p class="ptextsml py-1">This is the special massage wand that Nancy used to jumpstart her femoral nerve…</p>

                            <p class="ptextsml py-1">End her knee pain and rebuild strong, healthy knees.</p>

                            <p class="ptextsml py-1">Here’s how it works…</p>

                            <p class="ptextsml py-1">All you do is place the <strong>Miracle Massage Wand</strong> on a part of your body.</p>

                            <p class="ptextsml py-1">And it releases a gentle electric current.</p>

                            <p class="ptextsml py-1">According to research from institutions like <em>Johns Hopkins University, King’s College London</em>, and the <em>University of Michigan…</em></p>

                            <p class="ptextsml py-1">Low levels of electric current block pain signals from reaching the brain.</p>

                            <p class="ptextsml py-1">That’s right.</p>

                            <p class="ptextsml py-1"><strong>My Miracle Massage Wand both <u>jumpstarts your femoral nerve</u> AND <u>blocks pain</u>.</strong></p>

                            <p class="ptextsml py-1">Don’t worry. It’s totally safe. And you’ll only feel a tickle.</p>

                            <p class="ptextsml py-1">If you’re a bit antsy, just switch the massage wand to its lowest setting. To top it all off…</p>

                            <p class="ptextsml py-1">You can use the massage wand <u>anywhere</u>. You can even bring it with you on a hike or long walk and soothe your knees when you feel an ache or twinge.</p>

                            <div style = "padding-bottom: 8px;"></div>

                        </div>

                        <div style = "padding-bottom: 32px;"></div>

                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of eighteenth section -->

<!-- start of nineteenth section -->
<section class="">
    <div class="w-full" style = "background: #2e2e2e; color: #ffffff;">
        <div class="items-center justify-center w-full h-full py-2">
            <div>
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto items-center">
                        <div style = "padding-bottom: 8px;"></div>

                        <h2 class="text-center gilroy-font text-[30px] desktoplhsmlr" style = "margin: 22px auto; color: #ffffff;"><span class = "desktopsmlr"><span style = "font-size: 1.0em; color: #ffffff; font-weight: 600; text-shadow: 1px 1px #000000;">Now, I Could&rsquo;ve Stopped There.  <br class = "desktopshow" />But I Wanted To Make This Entire Program <br class = "desktopshow" />
              <u>As Simple For You As Possible</u>.</span><br /><span style = "position: relative; top: 20px; font-size: 0.76em;">Which Is Why I Sweetened The Pot With&hellip;</span></span></h2>

                        <div style = "padding-bottom: 26px;"></div>

                        <div style = "background: #EEB546; color: #ffffff; margin: auto 4%; padding: 3% 3% 1% 3%; border-top-left-radius: 12px; border-top-right-radius: 12px; width: 92%; height: auto; max-width: 100%;">
                            <p class="ptext py-2 text-center"><span style = "font-size: 2.0em; font-weight: 600; letter-spacing: -0.5px;"><span style = "color: #ffffff; font-weight: 700;"><em>FREE BONUS #1</em></a></span></p>
                        </div>

                        <div style = "background: #ffffff; color: #000000; padding: 3% 3%; margin: auto 4%; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; width: auto; height: auto; max-width: 100%;">
                            <p class="ptext py-2 text-center" style = "line-height: 1.7em;"><span style = "font-size: 1.65em; font-weight: 600;"><span style = "color: #007849; font-weight: 700; position: relative; left: 4px;">Ageless Knees Exercise PDF</a></span></p>

                            <img src="./assets/images/Ageless-Knees-PDF-value.png" alt="Ageless Knees Exercise PDF" style = "width: 9cm; height: auto; max-width: 100%; margin: 0 auto 16px auto;" class="img-float-right" />

                            <div style = "padding-bottom: 40px;"></div>

                            <div style = "padding-left: 12px;">
                                <p class="ptextsml py-1">Ageless Knees Exercise PDF lays out every movement with start and finish photos…</p>

                                <p class="ptextsml py-1">Plus, <strong>detailed descriptions</strong> for how to perform each one correctly.</p>

                                <p class="ptextsml py-1">Download your PDF on your phone.</p>

                                <p class="ptextsml py-1">Or print it out to take with you anywhere.</p>

                                <p class="ptextsml py-1">If you think following this routine couldn’t be easier or safer…</p>

                                <p class="ptextsml py-1">Just wait until you see the next bonus.</p>

                                <div style = "padding-bottom: 8px;"></div>
                            </div>

                            <div style = "clear:both;"></div>
                        </div>

                        <div style = "padding-bottom: 32px;"></div>

                        <div style = "background: #EEB546; color: #ffffff; margin: auto 4%; padding: 3% 3% 1% 3%; border-top-left-radius: 12px; border-top-right-radius: 12px; width: 92%; height: auto; max-width: 100%;">
                            <p class="ptext py-2 text-center"><span style = "font-size: 2.0em; font-weight: 600; letter-spacing: -0.5px;"><span style = "color: #ffffff; font-weight: 700;"><em>FREE BONUS #2</em></a></span></p>
                        </div>

                        <div style = "background: #ffffff; color: #000000; padding: 3% 3%; margin: auto 4%; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; width: auto; height: auto; max-width: 100%;">
                            <p class="ptext py-2 text-center" style = "line-height: 1.7em;"><span style = "font-size: 1.6em; font-weight: 600;"><span style = "color: #007849; font-weight: 700; position: relative; left: 4px;">3-Minute Morning Knee Flow</a></span></p>

                            <img src="./assets/images/morning-knee-flow-value.png" alt="Morning Knee Flow" style = "width: 9cm; height: auto; max-width: 100%; margin: 0 auto 16px auto;" class="img-float-right" />

                            <div style = "padding-bottom: 22px;"></div>

                            <p class="ptextsml py-1">When do your knees feel the most stiff and sore?</p>

                            <p class="ptextsml py-1">If you’re like most people, it’s in the morning.</p>

                            <p class="ptextsml py-1">That’s why I created a lightning fast 3-minute morning knee flow you can do…</p>

                            <p class="ptextsml py-1">BEFORE you leave your bed.</p>

                            <p class="ptextsml py-1">This easy flow warms up and lubricates your joints.</p>

                            <p class="ptextsml py-1">Some Ageless Knees users have said: <em>“It’s like my knees are greased up with WD-40.”</em></p>

                            <p class="ptextsml py-1">That’s why you’ll leap out of bed with more mobility and less stiffness in your knees.</p>

                            <div style = "padding-bottom: 8px;"></div>

                            <div style = "clear:both;"></div>
                        </div>

                        <div style = "padding-bottom: 32px;"></div>

                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of nineteenth section -->

<!-- start of twentieth section -->
<section class="relative">
    <div class="w-full">
        <div class="flex items-center justify-center w-full h-full py-12">
            <div class="text-center">
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto text-center flex flex-col items-center">
                        <h1 class="gilroy-font text-[#007849] font-bold text-[30px] capitalize" style = "line-height: 1.26em; letter-spacing: -0.5px;">Thousands of folks just like you have already saved themselves from a lifetime riddled with crippling knee pain…</h1>
                        <div>

                            <div class="relative">
                                <div class="rounded-xl border-2 border-green-700 shadow-xl grid my-10">
                                    <div class="py-4 px-4 text-start ">
                                        <div class = "img-left">
                                            <picture>
                                                <source srcset="./assets/images/testimonial-angela.webp" type="image/webp">
                                                <img src="./assets/testimonial-angela.png" class="rounded-full md:absolute testimonial" alt="Diana Moore 67, from Spokane, Washington…" />
                                            </picture>
                                        </div>
                                        <div class="flex flex-col md:flex-row md:space-y-0 space-y-3 pb-4 md:pb-0">
                                            <div class = "deskpush" style = "text-align: left;">
                                                <p class="md:pr-2 ptext">Like <strong>Angela Watson</strong>, 58, from Provo, Utah&hellip;
                                                    <img src="./assets/images/five-star-review.png" style = "display: inline-block; width: auto; height: auto; position: relative; top: -3px;" />
                                                </p>
                                                <p class="ptext" style = "margin-top: 20px;"><span style = "font-size: 1.04em;"><em>“I can honestly say Ageless Knees changed my life. I’ve always tried to stay in shape and would go for runs every now and then. But at 58, even a brisk walk would make my knees throb for days. Thanks to your routine, I’m able to run pain-free again.”</em></span></p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>

                            <div class="relative">
                                <div class="rounded-xl border-2 border-green-700 shadow-xl grid my-10">
                                    <div class="py-4 px-4 text-start ">
                                        <div class = "img-left">
                                            <picture>
                                                <source srcset="./assets/images/testimonial-antonio.webp" type="image/webp">
                                                <img src="./assets/testimonial-antonio.png" class="rounded-full md:absolute testimonial" alt="Antonio Hernandez, 60, from Corpus Christi, Texas" />
                                            </picture>
                                        </div>
                                        <div class="flex flex-col md:flex-row md:space-y-0 space-y-3 pb-4 md:pb-0">
                                            <div class = "deskpush" style = "text-align: left;">
                                                <p class="md:pr-2 ptext" style = "letter-spacing: -0.5px;"><strong>Antonio Hernandez</strong>, 60, from Corpus Christi, Texas&hellip;
                                                    <img src="./assets/images/five-star-review.png" style = "display: inline-block; width: auto; height: auto; position: relative; top: -3px;" />
                                                </p>
                                                <p class="ptext" style = "margin-top: 20px;"><span style = "font-size: 1.04em;"><em>“I’ve tried physical therapy, pills, and I’ve been getting hyaluronic acid injections for several months. Nothing worked, so I started thinking of getting knee surgery. Thank God I found Ageless Knees. Because my knees felt better the first time I used the Miracle Massage Wand.”</em></span></p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>

                            <div class="relative">
                                <div class="rounded-xl border-2 border-green-700 shadow-xl grid my-10">
                                    <div class="py-4 px-4 text-start ">
                                        <div class = "img-left">
                                            <picture>
                                                <source srcset="./assets/images/testimonial-cynthia.webp" type="image/webp">
                                                <img src="./assets/testimonial-cynthia.png" class="rounded-full md:absolute testimonial" alt="Cynthia Hayes, 71, from Tulsa, Oklahoma" />
                                            </picture>
                                        </div>
                                        <div class="flex flex-col md:flex-row md:space-y-0 space-y-3 pb-4 md:pb-0">
                                            <div class = "deskpush" style = "text-align: left;">
                                                <p class="md:pr-2 ptext">Finally, <strong>Cynthia Hayes</strong>, 71, from Tulsa, Oklahoma&hellip;
                                                    <img src="./assets/images/five-star-review.png" style = "display: inline-block; width: auto; height: auto; position: relative; top: -3px;" />
                                                </p>
                                                <p class="ptext" style = "margin-top: 20px;"><span style = "font-size: 1.04em;"><em>“Chris, I’m shooting this video to say thank you for Ageless Knees. My knees were so bad, I thought I’d be stuck in a wheelchair. But after 1 session I was chasing my grandkids around the backyard. I feel like I have new knees.”</em></span></p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>

                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of twentieth section -->


<!-- start of twenty-first section -->
<section class="" style = "margin-top: -42px;">
    <div class="w-full bg-center bg-cover">
        <div class="flex items-center justify-center w-full h-full py-4">
            <div class="text-center">
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto text-center flex flex-col items-center">
                        <h2 class="gilroy-font text-[30px] font-bold text-[#007849] capitalize">There’s no reason you can’t join these folks.</h2>
                        <div style = "padding-bottom: 32px;"></div>

                        <div style = "text-align: left;">

                            <p class="ptext py-2">And that includes price.</p>

                            <p class="ptext py-2">When discussing the price of Ageless Knees with my team, we originally set it at $197.</p>

                            <p class="ptext py-2">That’s already a steal considering I charge $350 for an in-person session.</p>

                            <p class="ptext py-2">But something didn’t sit right with me.</p>

                            <p class="ptext py-2">I watched how knee pain can rob you of the energy and joy in your daily life…</p>

                            <picture>
                                        <source srcset="./assets/images/gardening2.webp" type="image/webp">
                                        <img src="./assets/images/gardening2.jpg" alt="Gardening" style = "width: 14cm; height: auto; max-width: 100%; margin: 0 auto 12px auto;" class="img-float-right" />
                                    </picture>

                            <p class="ptext py-2">How it can turn activities you love like gardening or going on a family road trip into a painful experience.</p>

                            <p class="ptext py-2">I wanted to lower the barrier to trying Ageless Knees as much as possible. </p>

                            <p class="ptext py-2">That’s why you don’t have to spend thousands on risky knee surgeries that may not even work.</p>

                            <p class="ptext py-2">No need to spend HOURS at physical therapy either.</p>

                            <p class="ptext py-2">Instead, you can try the 7-minute routine in Ageless Knees for only $137.</p>

                            <p class="ptext py-2"><strong>But today is a special day for you.</strong></p>

                            <p class="ptext py-2">You see, because of the surge in Ageless Knees buyers…</p>

                            <p class="ptext py-2">We’ve recently ordered over 10,000 DVDs and Miracle Massage Wands.</p>

                            <p class="ptext py-2">Between you and me, my team is telling me we need to make room in the warehouse. </p>

                            <h2 class="gilroy-font text-[30px] font-bold capitalize text-center" style = "line-height: 1.3em; margin: 24px auto; letter-spacing: -0.5px;">
                                So today, and only on this page, your investment for Ageless Knees is <span class = "text-[#007849]">ONLY $67 + $7.99 Shipping/Handling.</span></h2>

                            <p class="ptext py-2">That’s over <span style = "color: #e82128; font-weight: 600;">50% off</span> the retail price.</p>

                            <div id="exit-intent-trigger"></div>

                            <p class="ptext py-2">Plus, 67 bucks is a drop in the bucket compared to $30,000 for a total knee replacement.</p>

                            <p class="ptext py-2">…And that’s just for 1 knee!</p>

                            <p class="ptext py-2">But please don’t think this deal will last forever.</p>

                            <p class="ptext py-2">Once we run out of our current supply, the price will never be this low again.</p>

                            <p class="ptext py-2">So here’s what to do next&hellip;</p>

                            <p class="ptext py-2 text-center"><strong>Click the “Add To Cart” button below to order Ageless Knees now.</strong></p>

                            <p class="ptext py-2">The moment you click the button, you’ll be taken to our <strong>100% secure, 256-bit encrypted</strong> order form.</p>

                            <p class="ptext py-2">It’s the same technology big banks and trusted companies like Amazon use.</p>

                            <p class="ptext py-2">Just fill in your info and after submitting it…</p>

							<img src="./assets/images/ak-orderform.png" alt="Ageless Knees Order Form" style = "width: 14cm; height: auto; max-width: 100%; margin: 22px auto 22px auto;" />

                            <p class="ptext py-2">Our team in the warehouse will <strong>immediately</strong> start packaging your order to ship to your doorstep.</p>

                            <p class="ptext py-2">But again – you don’t have to wait!</p>

                            <p class="ptext py-2">You’ll also be taken to a thank you page where you can <strong>instantly download</strong> the digital version of Ageless Knees and your free bonuses.</p>

                            <p class="ptext py-2">That means starting today, you could get rid of the agonizing knee pain that’s been plaguing you until now.</p>

                            <p class="ptext py-2">I really can’t blame you if you still have your doubts though.</p>

                            <p class="ptext py-2">There are shysters who’d love to run off with your money…</p>

                            <p class="ptext py-2">While you’re left high and dry with a bogus product.</p>

                            <p class="ptext py-2">Let’s be real…</p>

                            <p class="ptext py-2">You’ve likely been burned before.</p>

                            <p class="ptext py-2">That’s why we’re taking <strong>ALL</strong> the risk off your shoulders with our…</p>

                            <div style = "padding-bottom: 22px;"></div>

                        </div>
                    </div>
                </div>
            </div>
        </div>
</section>
<!-- end of twenty-first section -->


<!-- start of twenty-second section -->
<section class="">
    <div class="w-full bg-center bg-cover" style = "background: #e2efe8;">
        <div class="flex items-center justify-center w-full h-full py-4">
            <div class="text-center">
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto text-center flex flex-col items-center">
                        <div style = "padding-bottom: 22px;"></div>

                        <h2 class="gilroy-font text-[30px] font-bold text-[#007849] capitalize h2-size">60-Day Painless Knees Guarantee.</h2>
                        <div style = "padding-bottom: 24px;"></div>

                        <div style = "text-align: left;">

                            <div class = "img-right">
                                <center><img src="./assets/images/AK-guarantee.png" alt="Ageless Knees Guarantee" style = "width: 7cm; height: auto; max-width: 100%; margin: 0 auto 12px auto;" /></center>
                            </div>

                            <p class="ptext py-2">Here’s how it works…</p>

                            <p class="ptext py-2">If you don’t get rid of nagging knee pain…</p>

                            <p class="ptext py-2">And reclaim a strong set of knees that supports you when you're skiing, kneeling in your garden, or simply walking upstairs…</p>

                            <p class="ptext py-2">Then I’ll personally give you <strong>100% of your money back.</strong></p>

                            <p class="ptext py-2"><u>No questions asked or strings attached</u>.</p>

                            <p class="ptext py-2">All you need to do is send a quick email to our support team within 60 days of your purchase.</p>

                            <p class="ptext py-2">Plus, since you get a digital version of <strong><em>Ageless Knees…</em></strong></p>

                            <p class="ptext py-2">You can keep doing the program even after your refund.</p>

                            <p class="ptext py-2">But I doubt that’s going to happen.</p>

                            <p class="ptext py-2">The <strong><em>Miracle Massage Wand</em></strong> combined with my quick knee-strengthening routine are unlike anything you’ve tried before.</p>

                            <p class="ptext py-2">That’s why thousands of folks have eliminated knee pain…</p>

                            <p class="ptext py-2">Without resorting to frequent visits to the physical therapist or relying on harmful painkillers.</p>

                            <p class="ptext py-2">You truly have nothing to lose.</p>

                            <p class="ptext py-2">There’s NO reason not to give this program a test drive. So…</p>

                            <div style = "padding-bottom: 36px;"></div>

                        </div>
                    </div>
                </div>
            </div>
        </div>
</section>
<!-- end of twenty-second section -->


<!-- start of twenty-third section -->
<section class="" style = "margin-top: 12px;">
    <div class="w-full bg-center bg-cover">
        <div class="w-full h-full py-4">
            <div class="text-center">
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto text-center">
                        <h2 class="gilroy-font text-[30px] font-bold">Go ahead and click the “Add To Cart” button <br class = "desktopshow" />below to order Ageless Knees now.</h2>

                        <!-- ATC -->
                        <div style = "padding-bottom: 32px;"></div>

                        <center>
                        	<picture>
                                <source srcset="./assets/images/Ageless-Knees-System.webp" type="image/webp">
                                <img src="./assets/images/Ageless-Knees-System.jpg" alt="AGELESS KNEES" style = "width: 21cm; height: auto; max-width: 100%; margin: 0 auto 6px auto;" />
                            </picture>

                        <h2 class="text-center" style = "line-height: 2.6em;"><span style = "font-family: Oswald, arial, san-serif; font-weight: 600; font-size: 2.9em; color: #007849;">Your Discounted Price: $67</span></h2>
                        <div style = "margin-top: 8px; margin-bottom: 8px;"><span style = "font-family: Open Sans, arial, san-serif; font-weight: 500; font-size: 1.1em; color: #000000;"><em> +  $7.99 shipping &amp; handling</em></span></div>
                        <div class="order-area">
                            <div class="order-btn">
                                <a href="https://dannyg.pay.clickbank.net/?cbitems=ak-main&template=agelessk&cbfid=55773&vtid=ak_int&_vtid=ak_int&splitid=ak_int" class="order-link">
                                    <div class = "text"><em>Add to cart</em></div>
                                </a>
                            </div>
                        </div>
                        <p class="text-center text-order-link"><strong><a href="https://dannyg.pay.clickbank.net/?cbitems=ak-main&template=agelessk&cbfid=55773&vtid=ak_int&_vtid=ak_int&splitid=ak_int"><span style = "font-size: 1.24em; font-weight: 700;">Click Here To Order</span></a></strong></p>
                        <img src="./assets/images/credit-card-icons.png" width="360" height="52" class="img-center " alt="You can pay with any major payment card brand">
                        </center>
                        <!-- End ATC -->

                        <h1 class="gilroy-font text-[#007849] font-bold text-[30px] capitalize" style = "line-height: 1.28em; margin-top: 42px;"><span style = "font-size: 0.88em;">If you’ve made it this far, then it’s time to make a decision.<br /><span style = "position: relative; top: 8px;">The way I see it…you really only have 2 options:</span></span></h1>

                        <div style = "padding-bottom: 16px;"></div>

                        <center><h1 class="gilroy-font font-bold text-[30px] capitalize" style = "background: #0f9d66; color: #ffffff; line-height: 1.34em; margin-top: 26px; padding: 14px 44px; border-radius: 12px; max-width: 270px;">OPTION 1:</h1></center>

                        <div style = "text-align: left; margin-top: 26px;">

                                   <picture>
                                        <source srcset="./assets/images/knee-pain3.webp" type="image/webp">
                                        <img src="./assets/images/knee-pain3.jpg" alt="Knee Pain" style = "width: 11cm; height: auto; max-width: 100%; margin: 0 auto 12px auto; padding-right: 12px;" class="img-float-left"/>
                                    </picture>


                            <p class="ptext py-2"><strong>You ignore everything you’ve learned today.</strong></p>

                            <p class="ptext py-2">You stick with the visits to the doctor, relying on pills, or trying different remedies.</p>

                            <p class="ptext py-2">As time passes, the pain in your knees intensifies…</p>

                            <p class="ptext py-2">You find yourself avoiding activities you used to enjoy…</p>

                            <p class="ptext py-2">And every step becomes a struggle.</p>

                            <p class="ptext py-2">I wouldn’t be surprised if your spouse turns into your personal caretaker.</p>

                            <p class="ptext py-2">But I know you’d NEVER want to feel like a burden to loved ones.</p>

                            <p class="ptext py-2">…Especially when your knee-saving solution is just a click away.</p>

                            <p class="ptext py-2">Fortunately, you can take another path…</p>
                        </div>

                        <center><h1 class="gilroy-font font-bold text-[30px] capitalize" style = "background: #0f9d66; color: #ffffff; line-height: 1.34em; margin-top: 26px; padding: 14px 44px; border-radius: 12px; max-width: 270px;">OPTION 2:</h1></center>

                        <div style = "text-align: left; margin-top: 26px;">
                            <p class="ptext py-2"><strong>Try Ageless Knees risk-free.</strong></p>

                            <p class="ptext py-2">You follow along with the movements in the instructional video.</p>

                            <p class="ptext py-2">Your knees instantly feel more flexible and stronger than they have in years…</p>

                            <div class = "img-right">
                                <center><picture>
                                        <source srcset="./assets/images/couple-hiking.webp" type="image/webp">
                                        <img src="./assets/images/couple-hiking.jpg" alt="Knee Pain" style = "width: 11cm; height: auto; max-width: 100%; margin: 0 auto 12px auto;" />
                                    </picture></center>
                            </div>

                            <p class="ptext py-2">As if you’re gliding effortlessly through life…</p>

                            <p class="ptext py-2">No longer a prisoner to knee pain.</p>

                            <p class="ptext py-2">You reclaim a life <strong>without limitations</strong>.</p>

                            <p class="ptext py-2">You walk farther.</p>

                            <p class="ptext py-2">You feel younger.</p>

                            <p class="ptext py-2">Maybe you explore the scenic vistas of the Grand Canyon with your partner.</p>

                            <p class="ptext py-2">Or maybe you kick back and relax with a glass of Merlot on a Sunday afternoon…</p>

                            <p class="ptext py-2">Knowing that you’ll be independent and pain-free for years to come.</p>

                            <p class="ptext py-2">And listen, this is no fantasy. </p>

                            <p class="ptext py-2">This is the reality for thousands of adults who’ve already tried <strong><em>Ageless Knees</em></strong>.</p>

                            <p class="ptext py-2">And lucky for you, today’s price is one that nobody has ever seen. </p>

                            <p class="ptext py-2">If you pass up this offer, there’s a very good chance we’ll run out of our discounted inventory.</p>

                            <p class="ptext py-2">Which means the price will skyrocket back to the $137 retail price.</p>

                            <p class="ptext py-2">Remember, you can try Ageless Knees risk-free thanks to our <strong>60-Day Painless Knees Guarantee</strong>.</p>

                            <p class="ptext py-2">So what are you waiting for?</p>
                        </div>

                        <!-- ATC -->
                        <div style = "padding-bottom: 32px;"></div>

                        <center>
                        	<picture>
                                <source srcset="./assets/images/Ageless-Knees-System.webp" type="image/webp">
                                <img src="./assets/images/Ageless-Knees-System.jpg" alt="AGELESS KNEES" style = "width: 21cm; height: auto; max-width: 100%; margin: 0 auto 6px auto;" />
                            </picture>

                        <h2 class="text-center"><span style = "font-family: Oswald, arial, san-serif; font-weight: 600; font-size: 2.9em; color: #007849;">Your Discounted Price: $67</span></h2>
                        <div style = "margin-top: 8px; margin-bottom: 8px;"><span style = "font-family: Open Sans, arial, san-serif; font-weight: 500; font-size: 1.1em; color: #000000;"><em> +  $7.99 shipping &amp; handling</em></span></div>
                        <div class="order-area">
                            <div class="order-btn">
                                <a href="https://dannyg.pay.clickbank.net/?cbitems=ak-main&template=agelessk&cbfid=55773&vtid=ak_int&_vtid=ak_int&splitid=ak_int" class="order-link">
                                    <div class = "text"><em>Add to cart</em></div>
                                </a>
                            </div>
                        </div>
                        <p class="text-center text-order-link"><strong><a href="https://dannyg.pay.clickbank.net/?cbitems=ak-main&template=agelessk&cbfid=55773&vtid=ak_int&_vtid=ak_int&splitid=ak_int"><span style = "font-size: 1.24em; font-weight: 700;">Click Here To Order</span></a></strong></p>
                        <img src="./assets/images/credit-card-icons.png" width="360" height="52" class="img-center " alt="You can pay with any major payment card brand">
                        </center>
                        <!-- End ATC -->


                        <div style = "text-align: left; margin-top: 26px;">

                            <div class = "img-left d-sm-none">
                                <center><picture>
                                        <source srcset="./assets/images/chris-o.webp" type="image/webp">
                                        <img src="./assets/images/chris-o.jpg" alt="Chris O" style = "width: 7cm; height: auto; max-width: 100%; margin: 0 auto 12px auto;" />
                                    </picture></center>
                            </div>

                            <p class="ptext py-2"><strong>Go ahead and click the “Add To Cart” button to order the Ageless Knees DVD, digital version, handbook, Miracle Massage Wand, and your 2 free bonuses.</strong></p>

                            <p class="ptext py-2">I’m so excited to hear about your life without knee pain.</p>

                            <p class="ptext py-2">Thanks for reading!</p>

                            <picture>
                                <source srcset="./assets/images/chris-o.webp" type="image/webp">
                                <img src="./assets/images/chris-o.jpg" alt="Chris O" class="d-sm-show"/>
                            </picture>

                            <p class="ptext py-2"><strong>Chris Ohocinski</strong><br />State Licensed and Nationally Certified Athletic Trainer</p>

                            <div style = "clear: both"></div>

                            <p class="ptext py-2">Still here?</p>

                            <p class="ptext py-2">Then I’m sure you still have some questions.</p>

                            <p class="ptext py-2">So let me go ahead and answer the most common ones for you.</p>

                        </div>


                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of twenty-third section -->


<!-- start of twenty-fourth section -->
<section class="">
    <div class="w-full bg-center bg-cover" style = "background: #f6f6f6;">
        <div class="flex items-center justify-center w-full h-full py-4">
            <div class="text-center">
                <div class="container px-4 mx-auto">
                    <div class="max-w-4xl mx-auto text-center flex flex-col items-center">
                        <h1 class="gilroy-font text-[#007849] font-bold text-[30px] capitalize" style = "line-height: 1.4em; margin-top: 2px;">Frequently Asked Questions</span></h1>

                        <div style = "text-align: left; margin-top: 26px;">

                            <p class="ptext py-2"><span style = "font-weight: 700; font-size: 1.05em; color: #007849;">Q: When do I receive my Ageless Knees program?</span></p>

                            <p class="ptext py-2">You will receive the physical components of your order, the DVD and Miracle Massage Wand, within 5-7 business days. However, the exact time may vary depending on your location.</p>

                            <p class="ptext py-2">Fortunately, you don't have to wait 5-7 days to soothe your knee pain.</p>

                            <p class="ptext py-2">Upon ordering, you will instantly gain access to the digital components including the digital version of Ageless Knees, the Ageless Knees Handbook, the Ageless Knees Exercise PDF, and the 3-Minute Morning Knee Flow.</p>

                            <div style = "padding-bottom: 8px;"></div>

                            <p class="ptext py-2"><span style = "font-weight: 700; font-size: 1.08em; color: #007849;">Q: How long before I start seeing results with Ageless Knees?</span></p>

                            <p class="ptext py-2">Most individuals who follow my routine in Ageless Knees feel better the first time they try it.</p>

                            <p class="ptext py-2">With that being said, I don’t just want you to feel a bit of relief.</p>

                            <p class="ptext py-2">I want you to enjoy strong and stable knees for life.</p>

                            <p class="ptext py-2">That’s why the longer you do the Ageless Knees routine, the better.</p>

                            <p class="ptext py-2">I recommend you stick to the program for at least 30 days to maximize the long-lasting benefits.</p>

                            <div style = "padding-bottom: 8px;"></div>

                            <p class="ptext py-2"><span style = "font-weight: 700; font-size: 1.04em; color: #007849;">Q: I'm over 60. What if I can't perform the movements in Ageless Knees?</span></p>

                            <p class="ptext py-2">I’ve carefully designed Ageless Knees to be safe and beginner-friendly regardless of your age or how bad your knee pain is.</p>

                            <p class="ptext py-2">Just follow along. And rest assured, you’ll be safe while gently soothing your knees.</p>

                            <div style = "padding-bottom: 14px;"></div>

                            <p class="ptext py-2"><span style = "font-weight: 700; font-size: 1.04em; color: #007849;">Q: I have a special condition. Will Ageless Knees work for me?</span></p>

                            <p class="ptext py-2">Ageless Knees targets the root cause of knee pain. My special Miracle Massage Wand jumpstarts your femoral nerve to block pain and activate your leg muscles.</p>

                            <p class="ptext py-2">The routine strengthens your muscles and knees for 360-degree stabilization…</p>

                            <p class="ptext py-2">Regardless of your special condition.</p>

                            <p class="ptext py-2">With that being said, it’s always advised to seek professional medical advice for personalized guidance.</p>

                            <div style = "padding-bottom: 14px;"></div>

                            <p class="ptext py-2"><span style = "font-weight: 700; font-size: 1.04em; color: #007849;">Q: Do I need any equipment to start Ageless Knees?</span></p>

                            <p class="ptext py-2">You don’t need to buy extra equipment.</p>

                            <p class="ptext py-2">When you purchase Ageless Knees, you will receive the Miracle Massage Wand as part of the package at no extra cost.

                            <div style = "padding-bottom: 14px;"></div>

                            <p class="ptext py-2"><span style = "font-weight: 700; font-size: 1.04em; color: #007849;">Q: What if I have a busy schedule? Can I still do Ageless Knees?</span></p>

                            <p class="ptext py-2">I know it can feel annoying and downright impossible to fit physical therapy and doctor visits in your schedule.</p>

                            <p class="ptext py-2">Fortunately, the routine in Ageless Knees only takes 7 minutes per day. If both knees hurt, simply do the routine for both of your knees.</p>

                            <p class="ptext py-2">If you miss a few days, you’ll still get great results.</p>

                            <p class="ptext py-2">But the more often you do the short routine, the better your results will be.</p>

                            <div style = "padding-bottom: 14px;"></div>

                            <p class="ptext py-2"><span style = "font-weight: 700; font-size: 1.04em; color: #007849;">Q: How is Ageless Knees different from other solutions?</span></p>

                            <p class="ptext py-2">Unlike temporary relief methods that only address the symptoms, Ageless Knees addresses the root cause of knee pain – the femoral nerve.</p>

                            <p class="ptext py-2">No other knee pain relief program in existence combines our Miracle Massage Wand with my 7-minute routine.</p>

                            <p class="ptext py-2">Which is why Ageless Knees is so much more effective than other solutions.</p>

                            <div style = "padding-bottom: 14px;"></div>

                            <p class="ptext py-2"><span style = "font-weight: 700; font-size: 1.04em; color: #007849;">Q: What if Ageless Knees doesn't work for me?</span></p>

                            <p class="ptext py-2">I’m so confident Ageless Knees will eliminate your knee pain, you’re backed by my 60-Day Painless Knees Guarantee.</p>

                            <p class="ptext py-2">If you’re not satisfied for any reason, email our support team within 60 days of your purchase, and we’ll promptly give you a 100% refund.</p>

                            <div style = "padding-bottom: 14px;"></div>

                            <p class="ptext py-2"><span style = "font-weight: 700; font-size: 1.04em; color: #007849;">Q: How do I get started with Ageless Knees?</span></p>

                            <p class="ptext py-2">Getting started with Ageless Knees couldn’t be easier.</p>

                            <p class="ptext py-2">Click the "Add To Cart" button below to order the Ageless Knees DVD, the Ageless Knees digital download, the Ageless Knees Handbook, and the Miracle Massage Wand.</p>

                            <p class="ptext py-2">Today, you’ll also get our 2 bonuses, the Ageless Knees Exercise PDF and the 3-Minute Morning Knee Flow, for absolutely free.</p>

                            <p class="ptext py-2">Remember, your 50% discount expires once we run out of our current inventory</p>

                            <p class="ptext py-2">So scroll down to order Ageless Knees now.</p>

                            <p class="ptext py-2">I can’t wait to hear your success story!</p>

                            <div style = "padding-bottom: 16px;"></div>

                        </div>


                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- end of twenty-fourth section -->


<div class="wrapper">
  <section class="order-areas">
    <h2 class="text-center text-capitalize" style = "color: #007849; font-family: Gilroy,Open Sans,Arial,Helvetica,sans-serif; padding: 1.5rem; line-height: 2.6em;"><span style = "font-size: 2.9rem;"><strong>Choose Your product below</strong></span></h2>

	<center>
    <div class="order-area-block">
      <div class="order-area-wrapper">
        <div class="order-area left">
        <header style = "background: #007849;">
          <div class="product-title">
            <div class="top-line">Ageless Knees</div>
            <div class="bottom-line">Digital</div>
          </div>
        </header>
        <div class="details">
          <div class="title">
            <div class="main-title" style = "color: #007849; font-size: 1.5em; line-height: 1.4em;">Instant Access<br class="all"> to the Digital Version Only</div>
            <div class="bonus-title" style = "color: #e62323;">+Free bonuses</div>
          </div>
          <div class="cta-text">
            <img data-src="./assets/images/red-checkbox.png" class="checkbox" alt="">
            <div class="description" style = "text-align: left !important;">
              <p>Get a digital copy of <strong style = "color: #007849;">Ageless Knees</strong> and Bonuses via instant download from anywhere in the world.</p>
              <p>Download it to your computer, mobile or tablet device for <strong><u>instant enjoyment</u>!</strong></p>
			  <div style = "padding-bottom: 16px;"></div>
              <p class="mb-0"><strong><u>Does NOT include the DVD or Massage Wand</u>.</strong></p>
			  <div style = "padding-bottom: 30px;"></div>
			  </div>
          </div>
          <picture>
            <source data-srcset="/assets/images/Ageless-Knees-Dig.webp" type="image/jpeg">
            <img src="/assets/images/Ageless-Knees-Dig.png" width="360" class="offer-image lazyload" alt="The digital version of the Ageless Knees system">
          </picture>

          <div class="price-block">
            <header>Your discounted price:</header>
            <div class="price">
              <div class="prices"><del>$97</del> <span  style = "color: #e62323;">$47</span></div>
            </div>
          </div>

      </div>

        <div class="add-to-cart">
          <div class="btn"><a href="https://dannyg.pay.clickbank.net/?cbitems=ak-main-intld&template=agelessk&cbfid=55773&vtid=ak_int&_vtid=ak_int&splitid=ak_int">Add to cart</a></div>
          <picture>
            <source data-srcset="./assets/images/guarantee-cta.webp" type="image/webp">
            <img src="/assets/images/guarantee-cta.png" width="131" height="131" class="guarantee-badge lazyload" alt="60-day money back guarantee, 100%">
          </picture>
        </div>

          <p class="text-center"><a href="https://dannyg.pay.clickbank.net/?cbitems=ak-main-intld&template=agelessk&cbfid=55773&vtid=ak_int&_vtid=ak_int&splitid=ak_int"><span style = "font-family: Open Sans, arial, san-serif; font-size: 1.3em; color: #007bff; text-decoration: underline;">Click Here To Order</span></a></p>
		  <div style = "padding-bottom: 16px;"></div>

        </div>
        <center><img src="./assets/images/cc-faded.jpg" width="221" height="45" class="img-center"></center>
      </div>

      <div class="separator">
        <div class="v-line"></div>
        <div class="text">or</div>
        <div class="v-line"></div>
      </div>
      <div class="order-area-wrapper">
        <div class="order-area right">
        <header style = "background: #007849;">
          <div class="product-title">
            <div class="top-line">Ageless Knees</div>
            <div class="bottom-line">Complete System</div>
          </div>

          <img src="/assets/images/best-seller.png" width="175" height="45" class="best-seller-badge" alt="Best Seller!">
        </header>
        <div class="details">
          <div class="title">
            <div class="main-title" style = "color: #007849; font-size: 1.5em; line-height: 1.4em;">Physical DVD with<br class = "desktopshow" /> Miracle Massage Wand</div>
            <div class="sub-title">Plus <u>free</u> instant access to the digital version</div>
            <div class="bonus-title" style = "color: #e62323;">+Free bonuses</div>
          </div>
          <div class="cta-text">
            <img src="/assets/images/red-checkbox.png" class="checkbox" alt="">
            <div class="description" style = "text-align: left !important;">
              <p>Get your physical copy of <strong style = "color: #007849;"><em>Ageless Knees</em></strong> which includes the DVD and Miracle Massage Wand shipped directly to your home.</p>
              <p>&hellip;Plus instantly download the digital version and bonuses <strong><u>absolutely free</u>.</strong></p>
			  <div style = "padding-bottom: 22px;"></div>
            </div>
          </div>

          <picture>
            <source data-srcset="/assets/images/physical-plus-digital.webp" type="image/jpeg">
            <img src="/assets/images/physical-plus-digital.png" width="449" height="205" class="offer-image" alt="The physical DVD of Ageless Knees, Handbook Miracle Massage Wand, and Bonuses!">
          </picture>

          <div class="price-block">
            <header>Your discounted price:</header>
            <div class="price">
              <div class="price">
              <div class="prices"><del>$97</del> <span style = "color: #e62323;">$67</span></div>
              <div class="s-h">+ Shipping & Handling</div>
            </div>
            </div>
          </div>
        </div>
          <div class="add-to-cart">
            <div class="btn"><a href="https://dannyg.pay.clickbank.net/?cbitems=ak-main-intlp&template=agelessk&cbfid=55773&vtid=ak_int&_vtid=ak_int&splitid=ak_int">Add to cart</a></div>
            <picture>
              <source data-srcset="/assets/images/guarantee-cta.webp" type="image/webp">
              <img src="/assets/images/guarantee-cta.png" width="131" height="131" class="guarantee-badge lazyload" alt="60-day money back guarantee, 100%">
            </picture>

          </div>
          <p class="text-center"><a href="https://dannyg.pay.clickbank.net/?cbitems=ak-main-intlp&template=agelessk&cbfid=55773&vtid=ak_int&_vtid=ak_int&splitid=ak_int"><span style = "font-family: Open Sans, arial, san-serif; font-size: 1.3em; color: #007bff; text-decoration: underline;">Click Here To Order</span></a></p>
		  <div style = "padding-bottom: 16px;"></div>
        </div>

        <center><img src="/assets/images/cc-faded.jpg" width="221" height="45" class="img-center"></center>
      </div>
    </div>
	</center>
  </section>
</div>



<!-- start of twenty-sixth section -->
<section class="" style = "margin-top: 12px; color: #a2a2a2; background: #636162;">
    <div class="w-full bg-center bg-cover agelessknees">
        <div class="py-4">
            <div class="container px-4 mx-auto">
                <div class="max-w-4xl mx-auto">
                    <div style = "text-align: left; margin-top: 6px; max-width: 98%;">

                        <h1 class="gilroy-font text-[30px] capitalize" style = "line-height: 1.34em; margin-top: 20px;">References for <span style = "font-weight: 600;"><em>Ageless Knees</em></span></h1>

                        <div style = "padding-bottom: 26px;"></div>

                        <div style = "padding-left: 2.0rem;">
                            <ol style = "list-style: revert; list-style-type: decimal; overflow-wrap: break-word; font-size: 1.2em;">
								<li> Surgery versus Physical Therapy for a Meniscal Tear and Osteoarthritis, https://www.nejm.org/doi/10.1056/NEJMoa1301408</li>
								<li> Knee osteoarthritis has doubled in prevalence since the mid-20th century, https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5584421/</li>
								<li> Arthroscopic Partial Meniscectomy versus Sham Surgery for a Degenerative Meniscal Tear, https://www.nejm.org/doi/full/10.1056/nejmoa1305189</li>
								<li> Hiromu Inada Will Attempt to Be the First 90-Year-Old to Finish Kona, https://www.triathlete.com/culture/people/hiromu-inada-will-attempt-to-be-the-first-90-year-old-to-finish-kona/</li>
								<li> https://www.science.org/doi/10.1126/sciadv.aaq1438</li>
								<li> Arthroscopic Partial Meniscectomy versus Sham Surgery for a Degenerative Meniscal Tear, https://www.nejm.org/doi/full/10.1056/nejmoa1305189</li>
								<li> Total Joint Replacement Treatment, https://orthoinfo.aaos.org/en/treatment/total-joint-replacement/</li>
								<li> https://www.nejm.org/doi/full/10.1056/nejmoa1305189</li>
								<li> FDA strengthens warning that NSAIDs increase heart attack and stroke risk, https://www.health.harvard.edu/blog/fda-strengthens-warning-that-nsaids-increase-heart-attack-and-stroke-risk-201507138138</li>
								<li> Chronic pain: Medication decisions, https://www.mayoclinic.org/chronic-pain-medication-decisions/art-20360371</li>
								<li> Recent Developments in Delivery, Bioavailability, Absorption and Metabolism of Curcumin, https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3918523/</li>
								<li> Effects of glucosamine, chondroitin, or placebo in patients with osteoarthritis of hip or knee, https://www.bmj.com/content/341/bmj.c4675</li>
								<li> Knee osteoarthritis has doubled in prevalence since the mid-20th century, https://www.pnas.org/doi/abs/10.1073/pnas.1703856114</li>
								<li> The relationship between quadriceps muscle weakness and worsening of knee pain in the MOST cohort, https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3774035/</li>
								<li> Quadriceps weakness predicts risk for knee joint space narrowing in women in the MOST cohort, https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2873062/</li>
								<li> The relationship between body composition and knee cartilage volume in healthy, middle-aged subjects, https://pubmed.ncbi.nlm.nih.gov/15692976/</li>
								<li> Lifting weights makes your nervous system stronger too, https://www.ncl.ac.uk/press/articles/archive/2020/06/liftingweightsmakesyournervoussystemstronger/</li>
								<li> Electro-Acupuncture is Beneficial for Knee Osteoarthritis: The Evidence from Meta-Analysis of Randomized Controlled Trials, https://pubmed.ncbi.nlm.nih.gov/28659033/</li>
								<li> https://www.science.org/doi/10.1126/scitranslmed.abg9890</li>
								<li> https://www.science.org/doi/10.1126/sciadv.aaq1438</li>
                        </div>

                        <p class="ptext2 py-2" style = "line-height: 1.2em; margin: 12px auto;"><span style = "font-size: 0.88em;">ClickBank is the retailer of products on this site. CLICKBANK® is a registered trademark of Click Sales Inc., a Delaware corporation located at 1444 S. Entertainment Ave., Suite 410 Boise, ID 83709, USA and used by permission. ClickBank's role as retailer does not constitute an endorsement, approval or review of these products or any claim, statement or opinion used in promotion of these products.</span></p>

                    </div>
                </div>
            </div>
        </div>
</section>
<!-- end of twenty-sixth section -->

<section class="footer-links">
    <center>
        <div style = "padding-bottom: 22px;"></div>
        <p><a href="/contact.php" target="_blank">Contact</a> | <a href="/contact.php#exchanges" target="_blank">Return policy</a> | <a href="/privacy.php" target="_blank">Privacy policy</a> | <a href="terms.php" target="_blank">Terms of Service</a> </p>
        <p>&copy; 2025 Ageless Knees</p>
        <div style = "padding-bottom: 22px;"></div>
    </center>
</section>
<div id="last-special-offer">
    <div id="special-offer-lg">
        <div class="inner">
            <a href="https://dannyg.pay.clickbank.net/?cbitems=ak-main-coup&template=agelessk&cbfid=55773&vtid=transcript_coup&_vtid=transcript_coup&splitid=ak_int"> <img alt="" src="/assets/images/ak-voucher.png" width="179" height="398" class="voucher">
                <img alt="" src="/assets/images/ak-voucher.png" width="179" height="398" class="voucher">
                <img alt="" src="/assets/images/ak-voucher.png" width="179" height="398" class="voucher">
                <img alt="" src="/assets/images/ak-voucher.png" width="179" height="398" class="voucher"> </a>

        </div>
    </div>
</div>

<script src="assets/js/bounceback.js"></script>
<script src="assets/js/exit.js"></script>
<script src='//cbtb.clickbank.net/?vendor=dannyg&position=BOTTOM_RIGHT&theme=WHITE' defer></script>
</body>

</html>