{"campaignId":"6a11f99cc023ad3ab61eafef","campaignVersionId":"6a297907b2774ee1e021ba23","companyId":"699a0fb27c3160397b7b8bfd","pageId":"6a11f99cc023ad3ab61eaff7","pageName":"Lander","pageSlug":"start","tag":"landing","components":[{"_id":"6a1202de66bc7a22bae7edcc","type":"component","isTemplate":false,"name":"text","content":{"kind":[],"box":{"bottom":"none","top":"none","right":"xLarge","left":"xLarge","backgroundColor":"#E8C547"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"align":"center","size":"medium","text":"Das ist ein Text Block für deine Nachricht.","plainText":"FOR LONG & TRIPLE JUMP ATHLETES AND THEIR PARENTS","wysiwygHtml":"<p><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 18px;--fs-t: 18px;--fs-d: 20px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.25;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><strong class=\"fun-font-bold\"> FOR LONG &amp; TRIPLE JUMP ATHLETES AND THEIR PARENTS</strong></span></p>"},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"6904b163f0184c1c0536c1c4","campaignId":"6a11f99cc023ad3ab61eafef","components":[],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"text","createdAt":"2026-05-23T19:41:18.337Z","updatedAt":"2026-05-26T22:17:53.457Z","__v":0},{"_id":"6a120005f330d62dd70d0a7d","type":"component","isTemplate":false,"name":"gridRow","content":{"box":{"left":"none","right":"none","top":"none","bottom":"none","backgroundColor":"#010101"},"verticalAlign":"center","framed":false},"campaignId":"6a11f99cc023ad3ab61eafef","components":[{"_id":"6a120005f330d62dd70d0a80","type":"component","isTemplate":false,"name":"gridColumn","content":{"box":{"left":"none","right":"none","top":"small","bottom":"small"},"verticalAlign":"center","framed":false},"parentId":"6a120005f330d62dd70d0a7d","campaignId":"6a11f99cc023ad3ab61eafef","components":[{"_id":"6a11fd6d2559a1128ee0ec45","type":"component","isTemplate":false,"name":"embed","content":{"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n  <title>Hero Section</title>\n  <link href=\"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap\" rel=\"stylesheet\"/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      background: #0A0A0A;\n    }\n\n    .hero {\n      width: 100%;\n      display: flex;\n      align-items: flex-start;\n      justify-content: center;\n      background-color: #0A0A0A;\n      padding: 24px 16px 20px;\n    }\n\n    @media (min-width: 768px) {\n      .hero {\n        padding: 32px 32px 28px;\n      }\n    }\n\n    .hero__content {\n      text-align: center;\n      max-width: 820px;\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n    }\n\n    /* ── Logo ── */\n    .hero__logo-wrap {\n      margin-bottom: 12px;\n      opacity: 0;\n      transform: translateY(10px);\n      animation: fadeUp 600ms ease forwards;\n      animation-delay: 50ms;\n      /* Gold border pill — blends with dark bg, echoes the gold accent */\n      border: 1px solid rgba(212, 175, 55, 0.35);\n      border-radius: 10px;\n      padding: 8px 16px;\n      background-color: rgba(212, 175, 55, 0.06);\n    }\n\n    .hero__logo {\n      width: 100px;\n      height: auto;\n      display: block;\n      /* Brighten the logo so it reads clearly on dark */\n      filter: brightness(0) invert(1);\n    }\n\n    @media (min-width: 768px) {\n      .hero__logo {\n        width: 130px;\n      }\n\n      .hero__logo-wrap {\n        margin-bottom: 16px;\n        padding: 10px 18px;\n      }\n    }\n\n    /* ── Headline ── */\n    .hero__headline {\n      font-family: 'Bebas Neue', sans-serif;\n      font-weight: 400;\n      text-transform: uppercase;\n      color: #ffffff;\n      line-height: 1.0;\n      letter-spacing: 0.5px;\n      font-size: 44px;\n\n      opacity: 0;\n      transform: translateY(10px);\n      animation: fadeUp 600ms ease forwards;\n      animation-delay: 150ms;\n    }\n\n    @media (min-width: 768px) {\n      .hero__headline {\n        font-size: 72px;\n        line-height: 0.95;\n        letter-spacing: 1px;\n      }\n    }\n\n    .hero__headline .gold {\n      color: #D4AF37;\n    }\n\n    .hero__headline .highlight {\n      color: #FFD700;\n      text-decoration: underline;\n      text-decoration-thickness: 2px;\n      text-underline-offset: 4px;\n    }\n\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(10px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n  </style>\n</head>\n<body>\n  <section class=\"hero\">\n    <div class=\"hero__content\">\n\n      <div class=\"hero__logo-wrap\">\n        <img\n          class=\"hero__logo\"\n          src=\"https://perspective.imgix.net/69a08ba75395e1696297e583.png?auto=compress,format&crop=faces,entropy&dpr=2&fit=crop&w=375\"\n          alt=\"Logo\"\n        />\n      </div>\n\n      <h1 class=\"hero__headline\">\n        Fill out this <span class=\"highlight\">30 Second Quiz</span> and we'll show you how to add <span class=\"gold\">3+ feet</span> to your jumps!\n      </h1>\n\n    </div>\n  </section>\n</body>\n</html>","head":"","provider":"ai","box":{"left":"none","right":"none","top":"none","bottom":"none"},"framed":false},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"69f9a1b9fdde719c0f714fd6","campaignId":"6a11f99cc023ad3ab61eafef","components":[],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"embed","createdAt":"2026-05-23T19:18:05.412Z","updatedAt":"2026-06-05T23:00:17.709Z","__v":0,"parentId":"6a120005f330d62dd70d0a80"}],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"gridColumn","createdAt":"2026-05-23T19:29:09.476Z","updatedAt":"2026-05-23T21:20:10.638Z","__v":1}],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"gridRow","createdAt":"2026-05-23T19:29:09.467Z","updatedAt":"2026-05-23T21:54:00.205Z","__v":3},{"_id":"6a11f99cc023ad3ab61eb004","type":"component","isTemplate":false,"name":"text","content":{"kind":[],"box":{"bottom":"medium","top":"small","right":"xLarge","left":"xLarge","backgroundColor":"#010101"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"align":"center","size":"medium","text":"Das ist ein Text Block für deine Nachricht.","plainText":"(yes, it's that simple)","wysiwygHtml":"<p><span style=\"color: #ffffff; --fs-m: 16px; --fs-t: 16px; --fs-d: 16px; --lh-m: 1.5; --lh-t: 1.5; --lh-d: 1.5; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\">(yes, it&apos;s that simple)</span></p>"},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"6557bc4b32dfc44fb3c33b11","campaignId":"6a11f99cc023ad3ab61eafef","components":[],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"text","__v":0,"createdAt":"2026-05-23T19:01:48.084Z","updatedAt":"2026-06-05T22:57:29.468Z"},{"_id":"6a2354510c3a171056c8a419","type":"component","isTemplate":false,"name":"text","content":{"kind":[],"box":{"bottom":"medium","top":"small","right":"xLarge","left":"xLarge","backgroundColor":"#010101"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"align":"center","size":"medium","text":"Das ist ein Text Block für deine Nachricht.","plainText":"Where are you currently at in your training?","wysiwygHtml":"<p><span style=\"color: #ffffff; --fs-m: 20px; --fs-t: 20px; --fs-d: 24px; --lh-m: 1.25; --lh-t: 1.25; --lh-d: 1.25; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\">Where are you currently at in your training?</strong></span></p>"},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"6557bc4b32dfc44fb3c33b11","campaignId":"6a11f99cc023ad3ab61eafef","components":[],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"text","createdAt":"2026-06-05T22:57:21.050Z","updatedAt":"2026-06-05T22:57:44.404Z","__v":0},{"_id":"6a1218e172d2b3973f60ab8d","type":"component","isTemplate":false,"name":"button","content":{"buttonType":"button","box":{"bottom":"medium","top":"medium","right":"large","left":"large","backgroundColor":"#000000"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"linking":{"isInternal":true},"size":"small","align":"center","text":"Klick mich!","borderRadius":"minor","plainText":"TAKE YOUR FREE JUMPS QUIZ→","clickId":"button_click_h19bfe","animation":"jittery","buttonStyle":"filled","backgroundColor":"#E8C547","wysiwygHtml":"<p><span style=\"color: #000000; --fs-m: 20px; --fs-t: 20px; --fs-d: 24px; --lh-m: 1.25; --lh-t: 1.25; --lh-d: 1.25; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\"><em>TAKE YOUR FREE JUMPS QUIZ</em><strong class=\"fun-font-bold\"><em><em>→</em></em></strong></strong></span></p>"},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"6904b167f0184c1c0536c224","campaignId":"6a11f99cc023ad3ab61eafef","components":[],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"button","createdAt":"2026-05-23T21:15:13.435Z","updatedAt":"2026-06-06T00:22:55.131Z","__v":0},{"_id":"6a1209472559a1128ee11bfa","type":"component","isTemplate":false,"name":"embed","content":{"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n  <link href=\"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;600&display=swap\" rel=\"stylesheet\"/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    html, body {\n      background: #000000;\n      width: 100%;\n      overflow-x: hidden;\n    }\n\n    .case-study-section {\n      background: #000000;\n      padding: 80px 24px;\n      width: 100%;\n    }\n\n    .case-study-inner {\n      max-width: 1200px;\n      margin: 0 auto;\n      display: flex;\n      flex-direction: column;\n      gap: 80px;\n    }\n\n    /* ── Section Header ── */\n    .section-header {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 12px;\n      text-align: center;\n    }\n\n    .section-title {\n      font-family: 'Bebas Neue', sans-serif;\n      font-size: 48px;\n      color: #FFFFFF;\n      text-transform: uppercase;\n      letter-spacing: 0.03em;\n      line-height: 1;\n    }\n\n    .section-underline {\n      width: 60px;\n      height: 3px;\n      background: #D4AF37;\n      border-radius: 2px;\n    }\n\n    /* ── Athlete Block ── */\n    .athlete-block {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 0;\n    }\n\n    /* Single-photo layout */\n    .photo-single {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .photo-single .photo-wrap {\n      width: 100%;\n      max-width: 500px;\n    }\n\n    .photo-label {\n      font-family: 'Inter', sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n      color: #9CA3AF;\n      text-align: center;\n    }\n\n    .photo-wrap {\n      position: relative;\n      overflow: hidden;\n      border-radius: 8px;\n      border: 1px solid rgba(255, 255, 255, 0.15);\n      aspect-ratio: 3 / 4;\n      width: 100%;\n    }\n\n    .photo-wrap img {\n      width: 100%;\n      height: 100%;\n      display: block;\n      object-fit: cover;\n      object-position: center center;\n    }\n\n    /* ── Athlete Info ── */\n    .athlete-info {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 6px;\n      margin-top: 28px;\n      text-align: center;\n    }\n\n    .athlete-name {\n      font-family: 'Bebas Neue', sans-serif;\n      font-size: 36px;\n      color: #FFFFFF;\n      text-transform: uppercase;\n      letter-spacing: 0.04em;\n      line-height: 1;\n    }\n\n    .athlete-mark {\n      font-family: 'Bebas Neue', sans-serif;\n      font-size: 28px;\n      color: #D4AF37;\n      letter-spacing: 0.04em;\n      line-height: 1;\n    }\n\n    .athlete-school {\n      font-family: 'Inter', sans-serif;\n      font-size: 18px;\n      font-weight: 600;\n      color: #FFFFFF;\n      line-height: 1.4;\n    }\n\n    /* ── Divider between athletes ── */\n    .athlete-divider {\n      width: 100%;\n      height: 1px;\n      background: rgba(255,255,255,0.08);\n      margin-top: 80px;\n    }\n\n    @media (max-width: 640px) {\n      .section-title {\n        font-size: 32px;\n      }\n    }\n\n    /* ── Animations ── */\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(10px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    .anim {\n      opacity: 0;\n      animation: fadeUp 600ms ease forwards;\n    }\n  </style>\n</head>\n<body>\n  <section class=\"case-study-section\">\n    <div class=\"case-study-inner\">\n\n      <!-- ── Section Header ── -->\n      <div class=\"section-header\">\n        <h2 class=\"section-title anim\" style=\"animation-delay: 50ms;\">Athlete Results</h2>\n        <div class=\"section-underline anim\" style=\"animation-delay: 100ms;\"></div>\n      </div>\n\n      <!-- ── CADEN MATSUMOTO ── -->\n      <div class=\"athlete-block\">\n        <div class=\"photo-single anim\" style=\"animation-delay: 150ms;\">\n          <p class=\"photo-label\">UC Irvine</p>\n          <div class=\"photo-wrap\">\n            <img\n              src=\"https://perspective.imgix.net/6a120bd2eb269ffad3c451a0.jpg?w=800&dpr=2&auto=compress,format\"\n              alt=\"Caden Matsumoto – UC Irvine Studio Portrait\"\n            />\n          </div>\n        </div>\n        <div class=\"athlete-info anim\" style=\"animation-delay: 200ms;\">\n          <p class=\"athlete-name\">Caden Matsumoto</p>\n          <p class=\"athlete-mark\">Long Jump — 20'6 → 23'5.75</p>\n          <p class=\"athlete-school\">Signed at UC Irvine</p>\n        </div>\n      </div>\n\n      <div class=\"athlete-divider anim\" style=\"animation-delay: 220ms;\"></div>\n\n      <!-- ── ETHAN FONG ── -->\n      <div class=\"athlete-block\">\n        <div class=\"photo-single anim\" style=\"animation-delay: 250ms;\">\n          <p class=\"photo-label\">San Jose State</p>\n          <div class=\"photo-wrap\">\n            <img\n              src=\"https://perspective.imgix.net/6a120a0e7117345641644c22.jpg?auto=compress,format&crop=faces,entropy&dpr=2&fit=crop&w=750\"\n              alt=\"Ethan Fong – San Jose State Studio Flex Shot\"\n            />\n          </div>\n        </div>\n        <div class=\"athlete-info anim\" style=\"animation-delay: 300ms;\">\n          <p class=\"athlete-name\">Ethan Fong</p>\n          <p class=\"athlete-mark\">Triple Jump — 41' → 48'</p>\n          <p class=\"athlete-school\">Signed at San Jose State</p>\n        </div>\n      </div>\n\n      <div class=\"athlete-divider anim\" style=\"animation-delay: 320ms;\"></div>\n\n      <!-- ── MILENA SCIULLO ── -->\n      <div class=\"athlete-block\">\n        <div class=\"photo-single anim\" style=\"animation-delay: 350ms;\">\n          <p class=\"photo-label\">University of Kentucky</p>\n          <div class=\"photo-wrap\">\n            <img\n              src=\"https://perspective.imgix.net/6a120ac26a03ff6c7a507940.jpg?auto=compress,format&crop=faces,entropy&dpr=2&fit=crop&w=750\"\n              alt=\"Milena Sciullo – Kentucky SIGNED Graphic\"\n            />\n          </div>\n        </div>\n        <div class=\"athlete-info anim\" style=\"animation-delay: 400ms;\">\n          <p class=\"athlete-name\">Milena Sciullo</p>\n          <p class=\"athlete-mark\">Triple Jump — 38'1 → 41'3</p>\n          <p class=\"athlete-school\">Signed at the University of Kentucky</p>\n        </div>\n      </div>\n\n    </div>\n  </section>\n</body>\n</html>\n","head":"","provider":"ai","box":{"left":"none","right":"none","top":"small","bottom":"small","backgroundColor":"#000000"},"framed":false},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"69f9a1b9fdde719c0f714fd6","campaignId":"6a11f99cc023ad3ab61eafef","components":[],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"embed","createdAt":"2026-05-23T20:08:39.064Z","updatedAt":"2026-06-02T22:48:26.769Z","__v":0},{"_id":"6a120f6d162ace6168c94c7e","type":"component","isTemplate":false,"name":"embed","content":{"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n  <link href=\"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;600&display=swap\" rel=\"stylesheet\"/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    html, body {\n      background-color: #000000;\n      margin: 0;\n      padding: 0;\n      width: 100%;\n      overflow-x: hidden;\n    }\n\n    .signed-section {\n      background-color: #000000;\n      padding: 100px 0;\n      width: 100%;\n    }\n\n    .signed-header-wrap {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      margin-bottom: 40px;\n      padding: 0 40px;\n    }\n\n    .signed-header {\n      font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;\n      font-weight: 400;\n      font-size: 36px;\n      color: #ffffff;\n      text-transform: uppercase;\n      text-align: center;\n      letter-spacing: 0.05em;\n      line-height: 1.15;\n      margin-bottom: 14px;\n    }\n\n    .header-underline {\n      width: 60px;\n      height: 3px;\n      background-color: #D4AF37;\n      border-radius: 2px;\n    }\n\n    .scroll-hint {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      margin-bottom: 32px;\n      padding: 0 40px;\n    }\n\n    .scroll-hint-text {\n      font-family: 'Inter', sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: rgba(255,255,255,0.3);\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n    }\n\n    .scroll-hint-arrow {\n      color: rgba(255,255,255,0.3);\n      font-size: 14px;\n    }\n\n    .scroll-container {\n      position: relative;\n    }\n\n    .scroll-container::before,\n    .scroll-container::after {\n      content: '';\n      position: absolute;\n      top: 0;\n      bottom: 24px;\n      width: 60px;\n      z-index: 2;\n      pointer-events: none;\n    }\n\n    .scroll-container::before {\n      left: 0;\n      background: linear-gradient(to right, #000000, transparent);\n    }\n\n    .scroll-container::after {\n      right: 0;\n      background: linear-gradient(to left, #000000, transparent);\n    }\n\n    .scroll-track {\n      display: flex;\n      flex-direction: row;\n      gap: 16px;\n      overflow-x: auto;\n      overflow-y: visible;\n      padding: 0 40px 24px 40px;\n      scroll-snap-type: x mandatory;\n      -webkit-overflow-scrolling: touch;\n      scrollbar-width: none;\n    }\n\n    .scroll-track::-webkit-scrollbar {\n      display: none;\n    }\n\n    .photo-card {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      flex: 0 0 220px;\n      scroll-snap-align: start;\n    }\n\n    @media (max-width: 640px) {\n      .photo-card {\n        flex: 0 0 160px;\n      }\n    }\n\n    .photo-wrap {\n      width: 100%;\n      aspect-ratio: 4 / 5;\n      border-radius: 8px;\n      overflow: hidden;\n      border: 1px solid rgba(255, 255, 255, 0.15);\n    }\n\n    .photo-wrap img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: top center;\n      display: block;\n    }\n\n    .photo-caption {\n      margin-top: 16px;\n      text-align: center;\n      width: 100%;\n    }\n\n    .caption-name {\n      font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;\n      font-weight: 400;\n      font-size: 18px;\n      color: #ffffff;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      line-height: 1.3;\n    }\n\n    .caption-school {\n      font-family: 'Inter', sans-serif;\n      font-weight: 400;\n      font-size: 13px;\n      color: #9CA3AF;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      line-height: 1.4;\n      margin-top: 4px;\n    }\n\n    .caption-marks {\n      margin-top: 8px;\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n      align-items: center;\n    }\n\n    .mark-row {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 6px;\n    }\n\n    .mark-event {\n      font-family: 'Inter', sans-serif;\n      font-weight: 600;\n      font-size: 11px;\n      color: #9CA3AF;\n      text-transform: uppercase;\n      letter-spacing: 0.8px;\n    }\n\n    .mark-before {\n      font-family: 'Inter', sans-serif;\n      font-weight: 400;\n      font-size: 11px;\n      color: #6B7280;\n    }\n\n    .mark-arrow {\n      font-size: 10px;\n      color: #D4AF37;\n      line-height: 1;\n    }\n\n    .mark-after {\n      font-family: 'Inter', sans-serif;\n      font-weight: 600;\n      font-size: 11px;\n      color: #D4AF37;\n    }\n\n    /* Animations */\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(10px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    .anim { opacity: 0; animation: fadeUp 600ms ease forwards; }\n    .anim-1 { animation-delay: 50ms; }\n    .anim-2 { animation-delay: 100ms; }\n    .anim-3 { animation-delay: 150ms; }\n  </style>\n</head>\n<body>\n<section class=\"signed-section\">\n\n  <div class=\"signed-header-wrap anim anim-1\">\n    <h2 class=\"signed-header\">Where Our Athletes Signed.</h2>\n    <div class=\"header-underline\"></div>\n  </div>\n\n  <div class=\"scroll-hint anim anim-2\">\n    <span class=\"scroll-hint-arrow\">←</span>\n    <span class=\"scroll-hint-text\">Scroll</span>\n    <span class=\"scroll-hint-arrow\">→</span>\n  </div>\n\n  <div class=\"scroll-container anim anim-3\">\n    <div class=\"scroll-track\">\n\n      <!-- 1. Blake Jackson -->\n      <div class=\"photo-card\">\n        <div class=\"photo-wrap\">\n          <img src=\"https://perspective.imgix.net/6a1f53bc75fff2f64ceb98df.jpg?w=600&auto=compress,format&fit=crop&crop=faces,top&ar=4:5\" alt=\"Blake Jackson – Virginia\"/>\n        </div>\n        <div class=\"photo-caption\">\n          <div class=\"caption-name\">Blake Jackson</div>\n          <div class=\"caption-school\">Virginia</div>\n          <div class=\"caption-marks\">\n            <div class=\"mark-row\">\n              <span class=\"mark-event\">LJ</span>\n              <span class=\"mark-before\">21'8\"</span>\n              <span class=\"mark-arrow\">→</span>\n              <span class=\"mark-after\">23'6\"</span>\n            </div>\n            <div class=\"mark-row\">\n              <span class=\"mark-event\">TJ</span>\n              <span class=\"mark-before\">42'10\"</span>\n              <span class=\"mark-arrow\">→</span>\n              <span class=\"mark-after\">46'2\"</span>\n            </div>\n          </div>\n        </div>\n      </div>\n\n      <!-- 2. Colin Green -->\n      <div class=\"photo-card\">\n        <div class=\"photo-wrap\">\n          <img src=\"https://perspective.imgix.net/6a1f5400436bf94b53bcec22.jpg?w=600&auto=compress,format&fit=crop&crop=faces,top&ar=4:5\" alt=\"Colin Green – UC Irvine\"/>\n        </div>\n        <div class=\"photo-caption\">\n          <div class=\"caption-name\">Colin Green</div>\n          <div class=\"caption-school\">UC Irvine</div>\n          <div class=\"caption-marks\">\n            <div class=\"mark-row\">\n              <span class=\"mark-event\">TJ</span>\n              <span class=\"mark-before\">41'10\"</span>\n              <span class=\"mark-arrow\">→</span>\n              <span class=\"mark-after\">47'10\"</span>\n            </div>\n          </div>\n        </div>\n      </div>\n\n      <!-- 3. Jalen Hale -->\n      <div class=\"photo-card\">\n        <div class=\"photo-wrap\">\n          <img src=\"https://perspective.imgix.net/6a1f53f68beaa43ad00ed352.jpeg?w=600&auto=compress,format&fit=crop&crop=faces,top&ar=4:5\" alt=\"Jalen Hale – Colorado Mesa\"/>\n        </div>\n        <div class=\"photo-caption\">\n          <div class=\"caption-name\">Jalen Hale</div>\n          <div class=\"caption-school\">Colorado Mesa</div>\n          <div class=\"caption-marks\">\n            <div class=\"mark-row\">\n              <span class=\"mark-event\">TJ</span>\n              <span class=\"mark-before\">42'5\"</span>\n              <span class=\"mark-arrow\">→</span>\n              <span class=\"mark-after\">45'5\"</span>\n            </div>\n          </div>\n        </div>\n      </div>\n\n      <!-- 4. Roxanne Meyer -->\n      <div class=\"photo-card\">\n        <div class=\"photo-wrap\">\n          <img src=\"https://perspective.imgix.net/6a1f54147aceeff663058171.png?w=600&auto=compress,format&fit=crop&crop=faces,top&ar=4:5\" alt=\"Roxanne Meyer – Purdue\"/>\n        </div>\n        <div class=\"photo-caption\">\n          <div class=\"caption-name\">Roxanne Meyer</div>\n          <div class=\"caption-school\">Purdue</div>\n          <div class=\"caption-marks\">\n            <div class=\"mark-row\">\n              <span class=\"mark-event\">TJ</span>\n              <span class=\"mark-before\">39'4\"</span>\n              <span class=\"mark-arrow\">→</span>\n              <span class=\"mark-after\">41'5\"</span>\n            </div>\n          </div>\n        </div>\n      </div>\n\n      <!-- 5. Dominique Ruotolo -->\n      <div class=\"photo-card\">\n        <div class=\"photo-wrap\">\n          <img src=\"https://perspective.imgix.net/6a1212f9b6d3d3a2ea402284.jpg?w=600&auto=compress,format&fit=crop&crop=faces,top&ar=4:5\" alt=\"Dominique Ruotolo – USC\"/>\n        </div>\n        <div class=\"photo-caption\">\n          <div class=\"caption-name\">Dominique Ruotolo</div>\n          <div class=\"caption-school\">USC</div>\n        </div>\n      </div>\n\n      <!-- 6. Phoebe Ladd -->\n      <div class=\"photo-card\">\n        <div class=\"photo-wrap\">\n          <img src=\"https://perspective.imgix.net/6a1213078f9c3157c46efe97.jpg?w=600&auto=compress,format&fit=crop&crop=faces,top&ar=4:5\" alt=\"Phoebe Ladd – UC San Diego\"/>\n        </div>\n        <div class=\"photo-caption\">\n          <div class=\"caption-name\">Phoebe Ladd</div>\n          <div class=\"caption-school\">UC San Diego</div>\n        </div>\n      </div>\n\n      <!-- 7. Tolaoluwa Spencer -->\n      <div class=\"photo-card\">\n        <div class=\"photo-wrap\">\n          <img src=\"https://perspective.imgix.net/6a1213288f9c3157c46efeb7.jpg?w=600&auto=compress,format&fit=crop&crop=faces,top&ar=4:5\" alt=\"Tolaoluwa Spencer – Long Beach State\"/>\n        </div>\n        <div class=\"photo-caption\">\n          <div class=\"caption-name\">Tolaoluwa Spencer</div>\n          <div class=\"caption-school\">Long Beach State</div>\n        </div>\n      </div>\n\n      <!-- 8. Charis Wondercheck -->\n      <div class=\"photo-card\">\n        <div class=\"photo-wrap\">\n          <img src=\"https://perspective.imgix.net/6a121365386fd2eb39a7a452.jpg?w=600&auto=compress,format&fit=crop&crop=faces,top&ar=4:5\" alt=\"Charis Wondercheck – CSUN\"/>\n        </div>\n        <div class=\"photo-caption\">\n          <div class=\"caption-name\">Charis Wondercheck</div>\n          <div class=\"caption-school\">CSUN</div>\n        </div>\n      </div>\n\n      <!-- 9. Skyler Cazale -->\n      <div class=\"photo-card\">\n        <div class=\"photo-wrap\">\n          <img src=\"https://perspective.imgix.net/6a12134f66bc7a22bae80f01.jpg?w=600&auto=compress,format&fit=crop&crop=faces,top&ar=4:5\" alt=\"Skyler Cazale – Point Loma Nazarene\"/>\n        </div>\n        <div class=\"photo-caption\">\n          <div class=\"caption-name\">Skyler Cazale</div>\n          <div class=\"caption-school\">Point Loma Nazarene</div>\n        </div>\n      </div>\n\n    </div>\n  </div>\n\n</section>\n</body>\n</html>\n","head":"","provider":"ai","box":{"left":"none","right":"none","top":"none","bottom":"none","backgroundColor":"#000000"},"framed":false},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"69f9a1b9fdde719c0f714fd6","campaignId":"6a11f99cc023ad3ab61eafef","components":[],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"embed","createdAt":"2026-05-23T20:34:53.171Z","updatedAt":"2026-06-04T00:38:27.109Z","__v":0},{"_id":"6a123073992fc387a17fbb2d","type":"component","isTemplate":false,"name":"divider","content":{"box":{"bottom":"medium","top":"large","right":"xLarge","left":"xLarge","backgroundColor":"#000000"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"dashed":false,"hidden":false,"spacings":"small","solid":true,"lineStyle":"solid","color":"#D4AF37"},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"69a019f6c9338c12962be586","campaignId":"6a11f99cc023ad3ab61eafef","components":[],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"divider","createdAt":"2026-05-23T22:55:47.754Z","updatedAt":"2026-05-23T22:56:43.455Z","__v":0},{"_id":"6a12058deb269ffad3c448e0","type":"component","isTemplate":false,"name":"embed","content":{"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n  <link href=\"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;600&display=swap\" rel=\"stylesheet\" />\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      margin: 0;\n      padding: 0;\n      background: #000000;\n      font-family: 'Inter', sans-serif;\n      color: #fff;\n    }\n\n    .section {\n      background: #000000;\n      padding: 120px 24px 100px;\n      width: 100%;\n    }\n\n    .inner {\n      max-width: 1080px;\n      margin: 0 auto;\n      width: 100%;\n    }\n\n    /* Header */\n    .header-block {\n      text-align: center;\n      opacity: 0;\n      transform: translateY(10px);\n      animation: fadeUp 600ms ease forwards;\n      animation-delay: 50ms;\n    }\n\n    .section-header {\n      font-family: 'Bebas Neue', sans-serif;\n      font-size: 56px;\n      text-transform: uppercase;\n      color: #fff;\n      letter-spacing: 0.03em;\n      line-height: 1.1;\n    }\n\n    .subheader {\n      margin: 24px auto 0;\n      max-width: 620px;\n      font-size: 18px;\n      font-weight: 400;\n      color: #9CA3AF;\n      line-height: 1.7;\n    }\n\n    /* Table */\n    .table-wrap {\n      margin-top: 60px;\n      width: 100%;\n      border-radius: 16px;\n      overflow: hidden;\n      box-shadow: 0 24px 64px rgba(0,0,0,0.7);\n      opacity: 0;\n      transform: translateY(10px);\n      animation: fadeUp 600ms ease forwards;\n      animation-delay: 150ms;\n    }\n\n    .table-header {\n      display: grid;\n      grid-template-columns: 40% 20% 40%;\n    }\n\n    .col-head {\n      padding: 24px 20px;\n      text-align: center;\n      font-family: 'Bebas Neue', sans-serif;\n      font-size: 24px;\n      text-transform: uppercase;\n      letter-spacing: 0.04em;\n      line-height: 1.2;\n    }\n\n    .col-head.left  { background: #1A1A1A; color: #9CA3AF; }\n    .col-head.mid   { background: #000000; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 2px; color: #6B7280; display: flex; align-items: center; justify-content: center; }\n    .col-head.right { background: #D4AF37; color: #000000; }\n\n    .table-row {\n      display: grid;\n      grid-template-columns: 40% 20% 40%;\n    }\n\n    .table-row:nth-child(odd)  .cell { background: #000000; }\n    .table-row:nth-child(even) .cell { background: #0f0f0f; }\n\n    .cell {\n      padding: 28px 24px;\n      font-size: 16px;\n      font-weight: 400;\n      line-height: 1.6;\n      border-bottom: 1px solid #1a1a1a;\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n    }\n\n    .cell.left  { color: #9CA3AF; border-right: 1px solid #1a1a1a; }\n    .cell.mid   { color: #9CA3AF; font-family: 'Bebas Neue', sans-serif; font-size: 18px; text-transform: uppercase; letter-spacing: 0.05em; align-items: center; justify-content: center; text-align: center; border-right: 1px solid #1a1a1a; line-height: 1.3; display: flex; }\n    .cell.right { color: #FFFFFF; }\n\n    .icon-x, .icon-check { flex-shrink: 0; margin-top: 3px; }\n\n    /* Closing separator */\n    .closing-separator {\n      margin: 80px auto 0;\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      opacity: 0;\n      animation: fadeUp 600ms ease forwards;\n      animation-delay: 180ms;\n    }\n\n    .closing-separator::before,\n    .closing-separator::after {\n      content: '';\n      flex: 1;\n      height: 1px;\n      background: #1a1a1a;\n    }\n\n    .closing-separator-line {\n      width: 60px;\n      height: 2px;\n      background: #D4AF37;\n      border-radius: 2px;\n      flex-shrink: 0;\n    }\n\n    /* Closing block */\n    .closing-block {\n      margin-top: 72px;\n      padding-bottom: 20px;\n      text-align: center;\n      opacity: 0;\n      transform: translateY(10px);\n      animation: fadeUp 600ms ease forwards;\n      animation-delay: 220ms;\n    }\n\n    .closing-headline {\n      font-family: 'Bebas Neue', sans-serif;\n      font-size: 52px;\n      text-transform: uppercase;\n      color: #ffffff;\n      letter-spacing: 0.04em;\n      line-height: 1.1;\n      max-width: 680px;\n      margin: 0 auto;\n    }\n\n    .closing-body {\n      margin: 32px auto 0;\n      max-width: 580px;\n    }\n\n    .closing-body p {\n      font-family: 'Inter', sans-serif;\n      font-size: 18px;\n      font-weight: 400;\n      color: #ffffff;\n      line-height: 1.65;\n    }\n\n    .gold { color: #D4AF37; }\n\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(10px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    /* ── MOBILE ── */\n    @media (max-width: 700px) {\n      .section { padding: 60px 16px 80px; }\n      .section-header { font-size: 36px; }\n      .subheader { font-size: 16px; }\n      .table-wrap { display: none; }\n\n      .mobile-table {\n        margin-top: 48px;\n        display: flex;\n        flex-direction: column;\n        gap: 12px;\n        opacity: 0;\n        transform: translateY(10px);\n        animation: fadeUp 600ms ease forwards;\n        animation-delay: 150ms;\n      }\n\n      .mobile-card {\n        border-radius: 10px;\n        overflow: hidden;\n        box-shadow: 0 8px 32px rgba(0,0,0,0.5);\n      }\n\n      .mobile-topic {\n        background: #1A1A1A;\n        padding: 10px 16px;\n        font-family: 'Bebas Neue', sans-serif;\n        font-size: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.06em;\n        color: #9CA3AF;\n        text-align: center;\n      }\n\n      .mobile-right {\n        background: #0f0f0f;\n        padding: 14px 16px;\n        display: flex;\n        align-items: flex-start;\n        gap: 10px;\n        border-bottom: 1px solid #1a1a1a;\n      }\n\n      .mobile-left {\n        background: #000000;\n        padding: 14px 16px;\n        display: flex;\n        align-items: flex-start;\n        gap: 10px;\n      }\n\n      .mobile-col-label {\n        font-family: 'Bebas Neue', sans-serif;\n        font-size: 12px;\n        letter-spacing: 0.08em;\n        text-transform: uppercase;\n        margin-bottom: 4px;\n      }\n\n      .mobile-col-label.gold { color: #D4AF37; }\n      .mobile-col-label.gray { color: #6B7280; }\n\n      .mobile-right-text { color: #FFFFFF; font-size: 14px; line-height: 1.55; }\n      .mobile-left-text  { color: #9CA3AF; font-size: 14px; line-height: 1.55; }\n\n      .closing-separator { margin-top: 60px; }\n      .closing-block { margin-top: 52px; }\n      .closing-headline { font-size: 34px; }\n      .closing-body p { font-size: 16px; }\n    }\n\n    .mobile-table { display: none; }\n    @media (max-width: 700px) {\n      .mobile-table { display: flex; }\n    }\n  </style>\n</head>\n<body>\n<section class=\"section\">\n  <div class=\"inner\">\n\n    <!-- Header -->\n    <div class=\"header-block\">\n      <h2 class=\"section-header\">What You Get Everywhere Else vs.<br>What You Get Inside Jump Lab.</h2>\n      <p class=\"subheader\">Piecing it together costs you now. Staying stuck costs your athlete the recruiting window.</p>\n    </div>\n\n    <!-- DESKTOP TABLE -->\n    <div class=\"table-wrap\">\n      <div class=\"table-header\">\n        <div class=\"col-head left\">Everywhere Else</div>\n        <div class=\"col-head mid\">Area</div>\n        <div class=\"col-head right\">Jump Lab Academy</div>\n      </div>\n      <div class=\"table-body\">\n\n        <div class=\"table-row\">\n          <div class=\"cell left\"><svg class=\"icon-x\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 2L12 12M12 2L2 12\" stroke=\"#DC2626\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>The same workout cycle from November through April. No phases. No peak.</div>\n          <div class=\"cell mid\">Training Plan</div>\n          <div class=\"cell right\"><svg class=\"icon-check\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7L5.5 10.5L12 3.5\" stroke=\"#D4AF37\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>12-month plan built in cycles. Each phase builds on the last. Athlete peaks for championship meets.</div>\n        </div>\n\n        <div class=\"table-row\">\n          <div class=\"cell left\"><svg class=\"icon-x\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 2L12 12M12 2L2 12\" stroke=\"#DC2626\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>45 minutes a week with a sprint coach managing 80 athletes. No eyes between sessions.</div>\n          <div class=\"cell mid\">Coaching Access</div>\n          <div class=\"cell right\"><svg class=\"icon-check\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7L5.5 10.5L12 3.5\" stroke=\"#D4AF37\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>Weekly live coaching call with Keinan. Direct access between calls. Your approach reviewed on video.</div>\n        </div>\n\n        <div class=\"table-row\">\n          <div class=\"cell left\"><svg class=\"icon-x\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 2L12 12M12 2L2 12\" stroke=\"#DC2626\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>A database that sends form letters to 200 schools. No coach behind it. No strategy.</div>\n          <div class=\"cell mid\">Recruiting</div>\n          <div class=\"cell right\"><svg class=\"icon-check\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7L5.5 10.5L12 3.5\" stroke=\"#D4AF37\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>Monthly recruiting roadmap. School targeting, video selection, and outreach run by the same person coaching your athlete.</div>\n        </div>\n\n        <div class=\"table-row\">\n          <div class=\"cell left\"><svg class=\"icon-x\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 2L12 12M12 2L2 12\" stroke=\"#DC2626\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>Two separate people who have never spoken. Your coach does not know what schools want. Your recruiter has never seen your athlete jump.</div>\n          <div class=\"cell mid\">Coordination</div>\n          <div class=\"cell right\"><svg class=\"icon-check\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7L5.5 10.5L12 3.5\" stroke=\"#D4AF37\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>One person runs training and recruiting. What happens on the runway directly informs what gets sent to college coaches.</div>\n        </div>\n\n        <div class=\"table-row\">\n          <div class=\"cell left\"><svg class=\"icon-x\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 2L12 12M12 2L2 12\" stroke=\"#DC2626\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>Generic sprint mechanics. No one is watching the board, the penultimate, or the flight. YouTube does not give feedback.</div>\n          <div class=\"cell mid\">Jump Technique</div>\n          <div class=\"cell right\"><svg class=\"icon-check\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7L5.5 10.5L12 3.5\" stroke=\"#D4AF37\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>Approach calibration, board work, and takeoff mechanics specific to long jump and triple jump. Reviewed live every week.</div>\n        </div>\n\n        <div class=\"table-row\">\n          <div class=\"cell left\"><svg class=\"icon-x\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 2L12 12M12 2L2 12\" stroke=\"#DC2626\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>Training continues at the same intensity through the championship window. Athlete arrives flat or overtrained.</div>\n          <div class=\"cell mid\">Peaking</div>\n          <div class=\"cell right\"><svg class=\"icon-check\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7L5.5 10.5L12 3.5\" stroke=\"#D4AF37\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>The system is built backward from the meets that matter. Load drops, sharpness rises. Athlete peaks when it counts.</div>\n        </div>\n\n        <div class=\"table-row\">\n          <div class=\"cell left\"><svg class=\"icon-x\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 2L12 12M12 2L2 12\" stroke=\"#DC2626\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>A coach who played a different sport, or a former jumper who has never coached at the college level.</div>\n          <div class=\"cell mid\">Coach Credentials</div>\n          <div class=\"cell right\"><svg class=\"icon-check\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7L5.5 10.5L12 3.5\" stroke=\"#D4AF37\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>Keinan has competed at world-ranked level and placed athletes at D1 programs. He built this system from inside the sport.</div>\n        </div>\n\n        <div class=\"table-row\">\n          <div class=\"cell left\"><svg class=\"icon-x\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 2L12 12M12 2L2 12\" stroke=\"#DC2626\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>Training alone. No one else in the room who understands what this process actually requires.</div>\n          <div class=\"cell mid\">Community</div>\n          <div class=\"cell right\"><svg class=\"icon-check\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7L5.5 10.5L12 3.5\" stroke=\"#D4AF37\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>Private group of athletes inside the same system. Same goals, same timeline, same coach watching all of them.</div>\n        </div>\n\n      </div>\n    </div>\n\n    <!-- MOBILE CARDS -->\n    <div class=\"mobile-table\">\n\n      <div class=\"mobile-card\">\n        <div class=\"mobile-topic\">Training Plan</div>\n        <div class=\"mobile-right\"><svg style=\"flex-shrink:0;margin-top:3px\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7L5.5 10.5L12 3.5\" stroke=\"#D4AF37\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg><div><div class=\"mobile-col-label gold\">Jump Lab Academy</div><div class=\"mobile-right-text\">12-month plan built in cycles. Each phase builds on the last. Athlete peaks for championship meets.</div></div></div>\n        <div class=\"mobile-left\"><svg style=\"flex-shrink:0;margin-top:3px\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 2L12 12M12 2L2 12\" stroke=\"#DC2626\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg><div><div class=\"mobile-col-label gray\">Everywhere Else</div><div class=\"mobile-left-text\">The same workout cycle from November through April. No phases. No peak.</div></div></div>\n      </div>\n\n      <div class=\"mobile-card\">\n        <div class=\"mobile-topic\">Coaching Access</div>\n        <div class=\"mobile-right\"><svg style=\"flex-shrink:0;margin-top:3px\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7L5.5 10.5L12 3.5\" stroke=\"#D4AF37\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg><div><div class=\"mobile-col-label gold\">Jump Lab Academy</div><div class=\"mobile-right-text\">Weekly live coaching call with Keinan. Direct access between calls. Your approach reviewed on video.</div></div></div>\n        <div class=\"mobile-left\"><svg style=\"flex-shrink:0;margin-top:3px\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 2L12 12M12 2L2 12\" stroke=\"#DC2626\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg><div><div class=\"mobile-col-label gray\">Everywhere Else</div><div class=\"mobile-left-text\">45 minutes a week with a sprint coach managing 80 athletes. No eyes between sessions.</div></div></div>\n      </div>\n\n      <div class=\"mobile-card\">\n        <div class=\"mobile-topic\">Recruiting</div>\n        <div class=\"mobile-right\"><svg style=\"flex-shrink:0;margin-top:3px\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7L5.5 10.5L12 3.5\" stroke=\"#D4AF37\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg><div><div class=\"mobile-col-label gold\">Jump Lab Academy</div><div class=\"mobile-right-text\">Monthly recruiting roadmap. School targeting, video selection, and outreach run by the same person coaching your athlete.</div></div></div>\n        <div class=\"mobile-left\"><svg style=\"flex-shrink:0;margin-top:3px\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 2L12 12M12 2L2 12\" stroke=\"#DC2626\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg><div><div class=\"mobile-col-label gray\">Everywhere Else</div><div class=\"mobile-left-text\">A database that sends form letters to 200 schools. No coach behind it. No strategy.</div></div></div>\n      </div>\n\n      <div class=\"mobile-card\">\n        <div class=\"mobile-topic\">Jump Technique</div>\n        <div class=\"mobile-right\"><svg style=\"flex-shrink:0;margin-top:3px\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7L5.5 10.5L12 3.5\" stroke=\"#D4AF37\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg><div><div class=\"mobile-col-label gold\">Jump Lab Academy</div><div class=\"mobile-right-text\">Approach calibration, board work, and takeoff mechanics specific to long jump and triple jump. Reviewed live every week.</div></div></div>\n        <div class=\"mobile-left\"><svg style=\"flex-shrink:0;margin-top:3px\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 2L12 12M12 2L2 12\" stroke=\"#DC2626\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg><div><div class=\"mobile-col-label gray\">Everywhere Else</div><div class=\"mobile-left-text\">Generic sprint mechanics. No one is watching the board, the penultimate, or the flight. YouTube does not give feedback.</div></div></div>\n      </div>\n\n      <div class=\"mobile-card\">\n        <div class=\"mobile-topic\">Community</div>\n        <div class=\"mobile-right\"><svg style=\"flex-shrink:0;margin-top:3px\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7L5.5 10.5L12 3.5\" stroke=\"#D4AF37\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg><div><div class=\"mobile-col-label gold\">Jump Lab Academy</div><div class=\"mobile-right-text\">Private group of athletes inside the same system. Same goals, same timeline, same coach watching all of them.</div></div></div>\n        <div class=\"mobile-left\"><svg style=\"flex-shrink:0;margin-top:3px\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 2L12 12M12 2L2 12\" stroke=\"#DC2626\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg><div><div class=\"mobile-col-label gray\">Everywhere Else</div><div class=\"mobile-left-text\">Training alone. No one else in the room who understands what this process actually requires.</div></div></div>\n      </div>\n\n    </div>\n\n    <!-- Closing separator -->\n    <div class=\"closing-separator\">\n      <div class=\"closing-separator-line\"></div>\n    </div>\n\n    <!-- Closing block -->\n    <div class=\"closing-block\">\n      <h2 class=\"closing-headline\">Noticed Isn't <span class=\"gold\">Recruited.</span></h2>\n      <div class=\"closing-body\">\n        <p>You stop guessing and get <span class=\"gold\">a plan</span>. You get put in front of college coaches knowing exactly what to say. You stop training alone wondering if any of it is working.</p>\n      </div>\n    </div>\n\n  </div>\n</section>\n</body>\n</html>\n","head":"","provider":"ai","box":{"left":"none","right":"none","top":"none","bottom":"none","backgroundColor":"#000000"},"framed":false},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"69f9a1b9fdde719c0f714fd6","campaignId":"6a11f99cc023ad3ab61eafef","components":[],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"embed","createdAt":"2026-05-23T19:52:45.039Z","updatedAt":"2026-06-04T00:36:26.400Z","__v":0},{"_id":"6a1224fd6a03ff6c7a50afb7","type":"component","isTemplate":false,"name":"divider","content":{"box":{"bottom":"small","top":"small","right":"xLarge","left":"xLarge","backgroundColor":"#000000"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"dashed":false,"hidden":false,"spacings":"small","solid":true,"lineStyle":"solid","color":"#E8C547"},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"69a019f6c9338c12962be586","campaignId":"6a11f99cc023ad3ab61eafef","components":[],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"divider","createdAt":"2026-05-23T22:06:53.949Z","updatedAt":"2026-05-23T22:08:36.854Z","__v":0},{"_id":"6a1214779d1d06920cfcac51","type":"component","isTemplate":false,"name":"embed","content":{"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n  <title>Meet Coach Keinan Briggs</title>\n  <link href=\"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400&display=swap\" rel=\"stylesheet\" />\n  <style>\n    *, *::before, *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      background-color: #000000;\n      font-family: 'Inter', sans-serif;\n    }\n\n    .section {\n      background-color: #000000;\n      padding: 100px 48px;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      display: flex;\n      flex-direction: row;\n      align-items: stretch;\n      gap: 56px;\n    }\n\n    /* LEFT COLUMN */\n    .col-left {\n      width: 45%;\n      flex-shrink: 0;\n    }\n\n    .photo-wrapper {\n      width: 100%;\n      height: 100%;\n      min-height: 520px;\n      position: relative;\n      border-radius: 8px;\n      overflow: hidden;\n      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7);\n    }\n\n    .photo-wrapper img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center top;\n      display: block;\n      border-radius: 8px;\n    }\n\n    /* Vignette overlay */\n    .photo-wrapper::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      border-radius: 8px;\n      background: radial-gradient(ellipse at center, transparent 45%, rgba(0,0,0,0.55) 100%);\n      pointer-events: none;\n    }\n\n    /* RIGHT COLUMN */\n    .col-right {\n      width: 55%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    /* Header */\n    .section-header {\n      font-family: 'Bebas Neue', sans-serif;\n      font-weight: 400;\n      font-size: 48px;\n      color: #ffffff;\n      text-transform: uppercase;\n      letter-spacing: 0.03em;\n      line-height: 1.05;\n    }\n\n    /* Underline accent */\n    .accent-line {\n      width: 60px;\n      height: 3px;\n      background-color: #D4AF37;\n      margin-top: 14px;\n      border-radius: 2px;\n    }\n\n    .spacer-40 {\n      height: 40px;\n    }\n\n    /* Body paragraphs */\n    .body-copy {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n\n    .body-copy p {\n      font-family: 'Inter', sans-serif;\n      font-size: 18px;\n      font-weight: 400;\n      line-height: 1.6;\n      color: #E5E5E5;\n    }\n\n    .body-copy p.closing {\n      font-style: italic;\n      color: #ffffff;\n    }\n\n    /* ANIMATIONS */\n    @keyframes fadeUp {\n      from {\n        opacity: 0;\n        transform: translateY(10px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    .anim {\n      opacity: 0;\n      animation: fadeUp 600ms ease forwards;\n    }\n\n    .anim-1 { animation-delay: 50ms; }\n    .anim-2 { animation-delay: 100ms; }\n    .anim-3 { animation-delay: 150ms; }\n    .anim-4 { animation-delay: 200ms; }\n    .anim-5 { animation-delay: 250ms; }\n    .anim-6 { animation-delay: 300ms; }\n\n    /* MOBILE */\n    @media (max-width: 768px) {\n      .section {\n        padding: 100px 24px;\n      }\n\n      .container {\n        flex-direction: column;\n        gap: 40px;\n      }\n\n      .col-left,\n      .col-right {\n        width: 100%;\n      }\n\n      .photo-wrapper {\n        min-height: 380px;\n        height: auto;\n      }\n\n      .section-header {\n        font-size: 32px;\n      }\n\n      .body-copy p {\n        font-size: 18px;\n      }\n    }\n  </style>\n</head>\n<body>\n  <section class=\"section\">\n    <div class=\"container\">\n\n      <!-- LEFT: Photo -->\n      <div class=\"col-left anim anim-1\">\n        <div class=\"photo-wrapper\">\n          <img\n            src=\"https://perspective.imgix.net/6a1215246a03ff6c7a509a83.jpg?auto=compress,format&crop=faces,entropy&dpr=2&fit=crop&w=750\"\n            alt=\"Coach Keinan Briggs at the US Olympic Team Trials 2024 wearing BRIGGS bib\"\n          />\n        </div>\n      </div>\n\n      <!-- RIGHT: Content -->\n      <div class=\"col-right\">\n        <h2 class=\"section-header anim anim-2\">MEET COACH KEINAN BRIGGS.</h2>\n        <div class=\"accent-line anim anim-3\"></div>\n\n        <div class=\"spacer-40\"></div>\n\n        <div class=\"body-copy\">\n          <p class=\"anim anim-4\">\n            Coach Keinan Briggs has coached the long jump and triple jump for 21 years. Before coaching, he competed at the elite level himself, with appearances at the USA Indoor T&F Championships and the US Olympic Team Trials.\n          </p>\n          <p class=\"anim anim-5\">\n            He built the Jump Lab system from his own training plan, the one he used to break through plateaus when the coaches around him couldn't move his marks. Today, the same system runs on his in-person Leap Squad Academy athletes and on Jump Lab Academy parents and athletes around the world.\n          </p>\n          <p class=\"closing anim anim-6\">\n            Athletes who stay in the program for three or more years have a 95% college placement rate. Same coach. Same system. Different delivery.\n          </p>\n        </div>\n      </div>\n\n    </div>\n  </section>\n</body>\n</html>\n","head":"","provider":"ai","box":{"left":"none","right":"none","top":"none","bottom":"none","backgroundColor":"#000000"},"framed":false},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"69f9a1b9fdde719c0f714fd6","campaignId":"6a11f99cc023ad3ab61eafef","components":[],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"embed","createdAt":"2026-05-23T20:56:23.321Z","updatedAt":"2026-05-26T22:04:51.739Z","__v":0},{"_id":"6a121714600e0b4f85b7fc4d","type":"component","isTemplate":false,"name":"embed","content":{"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n  <title>CTA Section</title>\n  <link href=\"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;700&display=swap\" rel=\"stylesheet\"/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      margin: 0;\n      padding: 0;\n      background: transparent;\n    }\n\n    .cta-section {\n      position: relative;\n      width: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: transparent;\n    }\n\n    .cta-content {\n      position: relative;\n      z-index: 1;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: 80px 24px 64px;\n      width: 100%;\n    }\n\n    .cta-headline {\n      font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;\n      font-weight: 400;\n      font-size: 56px;\n      line-height: 1.08;\n      color: #FFFFFF;\n      text-transform: uppercase;\n      letter-spacing: 0.03em;\n      max-width: 900px;\n      opacity: 0;\n      transform: translateY(10px);\n      animation: fadeUp 600ms ease forwards;\n      animation-delay: 100ms;\n    }\n\n    .cta-subhead {\n      margin-top: 32px;\n      font-family: 'Inter', sans-serif;\n      font-weight: 400;\n      font-size: 22px;\n      line-height: 1.55;\n      color: #E5E5E5;\n      max-width: 700px;\n      opacity: 0;\n      transform: translateY(10px);\n      animation: fadeUp 600ms ease forwards;\n      animation-delay: 150ms;\n    }\n\n    @keyframes fadeUp {\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @media (max-width: 768px) {\n      .cta-headline { font-size: 36px; }\n      .cta-subhead { font-size: 18px; }\n    }\n\n    @media (max-width: 480px) {\n      .cta-headline { font-size: 36px; }\n      .cta-subhead { font-size: 16px; margin-top: 24px; }\n      .cta-content { padding: 60px 24px 48px; }\n    }\n  </style>\n</head>\n<body>\n  <section class=\"cta-section\">\n    <div class=\"cta-content\">\n\n      <h2 class=\"cta-headline\">\n        If your jumper is stuck, the next 12 months decide the next 4 years.\n      </h2>\n\n      <p class=\"cta-subhead\">\n        Apply for a 1:1 strategy call with Coach Keinan. Take the 30-second quiz to apply. If you're a fit, we'll reach out to schedule your call within 24 hours.\n      </p>\n\n    </div>\n  </section>\n</body>\n</html>","head":"","provider":"ai","box":{"left":"none","right":"none","top":"none","bottom":"small","backgroundColor":"#000000"},"framed":false,"isGdprSensitive":true},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"69f9a1b9fdde719c0f714fd6","campaignId":"6a11f99cc023ad3ab61eafef","components":[],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"embed","createdAt":"2026-05-23T21:07:32.191Z","updatedAt":"2026-06-06T16:54:45.374Z","__v":0},{"_id":"6a16139625d0edc9e8b79507","type":"component","isTemplate":false,"name":"button","content":{"buttonType":"button","box":{"bottom":"medium","top":"medium","right":"large","left":"large","backgroundColor":"#000000"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"linking":{"isInternal":true},"size":"small","align":"center","text":"Klick mich!","borderRadius":"minor","plainText":"TAKE YOUR FREE JUMPS QUIZ →","clickId":"button_click_ubhneu","animation":"jittery","buttonStyle":"filled","backgroundColor":"#E8C547","fullWidthOnDesktop":true,"wysiwygHtml":"<p><span style=\"color: #0F0F0F; --fs-m: 20px; --fs-t: 20px; --fs-d: 24px; --lh-m: 1.25; --lh-t: 1.25; --lh-d: 1.25; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\"><em>TAKE YOUR FREE JUMPS QUIZ →</em></strong></span></p>"},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"6904b167f0184c1c0536c224","campaignId":"6a11f99cc023ad3ab61eafef","components":[],"allowedChildSections":[],"pageId":"6a11f99cc023ad3ab61eaff7","companyId":"699a0fb27c3160397b7b8bfd","componentType":"button","createdAt":"2026-05-26T21:41:42.501Z","updatedAt":"2026-06-06T00:22:28.172Z","__v":0}],"isResultPage":false,"animation":"none","theme":{"_id":"5d5b04db87f853001d0c7c84","updatedAt":"2019-09-03T18:32:44.077Z","createdAt":"2019-08-19T20:21:47.082Z","name":"Perspective","typography":"Roboto:300,700","fontColor":"#000000","backgroundColor":"#ffffff","formFieldBackgroundColor":"#007aff","buttonBackgroundColor":"#0080FF","image":"https://perspective.imgix.net/assets/app/themes/perspective.png","type":"theme","__v":0,"transition":"default"},"themeV2":{"typography":"Roboto:300,700","fontColor":"#000000","backgroundColor":"#ffffff","formFieldBackgroundColor":"#007aff","buttonBackgroundColor":"#0080FF","borderRadius":"small","transition":"default"},"fields":[{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_bg6iqr","componentId":"6a1227358c68109610af0e26","answerTextId":"6a1227358c68109610af0e26","_id":"6a1227358c68109610af0e34","value":"Yes I work with a dedicated jump coach","visualType":null},{"fieldName":"question_bg6iqr","componentId":"6a1227358c68109610af0e27","answerTextId":"6a1227358c68109610af0e27","_id":"6a1227358c68109610af0e38","value":"No just my school team coach","visualType":null},{"fieldName":"question_bg6iqr","componentId":"6a1227358c68109610af0e2a","answerTextId":"6a1227358c68109610af0e2a","_id":"6a1227358c68109610af0e3b","value":"No coach at all","visualType":null}]},"_id":"6a1227358c68109610af0e1a","type":"field","title":"Do you currently have a dedicated long or triple jump coach?","interactionType":"answers","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","pageId":"6a12169f2e7de79b44808989","componentId":"6a1227358c68109610af0e17","createdAt":"2026-05-23T22:16:21.472Z","updatedAt":"2026-06-01T19:00:03.874Z","__v":0},{"additional":{"form":{"componentId":"6a12279d6a03ff6c7a50b23c","inputs":[{"fieldName":"input_y3ny17","conversionTrigger":false,"componentId":"6a12279d6a03ff6c7a50b242","inputType":"textarea","required":true,"title":"Type here","visual":":speech_balloon:","visualType":"emoji"}]},"answers":[]},"_id":"6a12279d6a03ff6c7a50b237","type":"field","title":"What's your current PR? Include event (long jump or triple jump) and distance.","interactionType":"form","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","pageId":"6a1216a2d9cc65f5d9ed8be3","componentId":"6a12279d6a03ff6c7a50b234","createdAt":"2026-05-23T22:18:05.707Z","updatedAt":"2026-05-23T23:10:03.039Z","__v":0},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_usr48z","componentId":"6a1227d066bc7a22bae83b28","answerTextId":"6a1227d066bc7a22bae83b28","_id":"6a1227d066bc7a22bae83b36","value":"9th","visualType":null},{"fieldName":"question_usr48z","componentId":"6a1227d066bc7a22bae83b2a","answerTextId":"6a1227d066bc7a22bae83b2a","_id":"6a1227d066bc7a22bae83b38","value":"10th","visualType":null},{"fieldName":"question_usr48z","componentId":"6a1227d066bc7a22bae83b2c","answerTextId":"6a1227d066bc7a22bae83b2c","_id":"6a1227d066bc7a22bae83b3d","value":"12th","visualType":null},{"fieldName":"question_usr48z","componentId":"6a1227d066bc7a22bae83b2b","answerTextId":"6a1227d066bc7a22bae83b2b","_id":"6a1227d066bc7a22bae83b42","value":"11th","visualType":null}]},"_id":"6a1227d066bc7a22bae83b1c","type":"field","title":"What grade are you in?","interactionType":"answers","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","pageId":"6a1216a68c44c67234c144db","componentId":"6a1227d066bc7a22bae83b19","createdAt":"2026-05-23T22:18:56.604Z","updatedAt":"2026-05-23T22:42:10.367Z","__v":0},{"additional":{"form":{"componentId":"6a12282d600e0b4f85b8170b","inputs":[{"fieldName":"input_66rnxd","conversionTrigger":false,"componentId":"6a12282d600e0b4f85b81711","inputType":"textarea","required":true,"title":"Type here","visual":":speech_balloon:","visualType":"emoji"}]},"answers":[]},"_id":"6a12282d600e0b4f85b81706","type":"field","title":"What are your goals for this season? Be specific. The more I know, the better I can help.","interactionType":"form","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","pageId":"6a1216a766bc7a22bae818ba","componentId":"6a12282c600e0b4f85b81703","createdAt":"2026-05-23T22:20:29.000Z","updatedAt":"2026-05-23T23:10:36.175Z","__v":0},{"additional":{"form":{"componentId":"6a122955600e0b4f85b817d8","inputs":[{"fieldName":"input_6vq6cc","conversionTrigger":false,"componentId":"6a122955600e0b4f85b817de","inputType":"textarea","required":true,"title":"Type here","visual":":speech_balloon:","visualType":"emoji"}]},"answers":[]},"_id":"6a122955600e0b4f85b817d3","type":"field","title":"In your own words, what's the main thing holding you back right now?","interactionType":"form","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","pageId":"6a1216a8162ace6168c95bd6","componentId":"6a122955600e0b4f85b817d0","createdAt":"2026-05-23T22:25:25.770Z","updatedAt":"2026-05-23T22:42:56.115Z","__v":0},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_75g18j","componentId":"6a1229829d1d06920cfccc35","answerTextId":"6a1229829d1d06920cfccc35","_id":"6a1229829d1d06920cfccc46","value":"Mom","visualType":null},{"fieldName":"question_75g18j","componentId":"6a1229829d1d06920cfccc36","answerTextId":"6a1229829d1d06920cfccc36","_id":"6a1229829d1d06920cfccc4b","value":"Dad","visualType":null},{"fieldName":"question_75g18j","componentId":"6a1229829d1d06920cfccc3a","answerTextId":"6a1229829d1d06920cfccc3a","_id":"6a1229829d1d06920cfccc4e","value":"Both parents together","visualType":null}]},"_id":"6a1229829d1d06920cfccc29","type":"field","title":"Which parent helps make decisions about your training and college path?","interactionType":"answers","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","pageId":"6a1216a99d1d06920cfcaf78","componentId":"6a1229829d1d06920cfccc26","createdAt":"2026-05-23T22:26:10.419Z","updatedAt":"2026-05-23T22:43:35.367Z","__v":0},{"additional":{"form":{"componentId":"6a122ae5529316bbe933cfc1","inputs":[{"fieldName":"custom-6a122ae5529316bbe933cfcc","conversionTrigger":false,"componentId":"6a122ae5529316bbe933cfcc","inputType":"text","required":true,"title":"Athlete's Email Address ","visual":"e-mail","visualType":"emoji"},{"fieldName":"custom-6a122ae5529316bbe933cfca","conversionTrigger":false,"componentId":"6a122ae5529316bbe933cfca","inputType":"text","required":true,"title":"Athlete's Full Name ","visual":":gear:","visualType":"emoji"},{"fieldName":"custom-6a122ae5529316bbe933cfcd","conversionTrigger":false,"componentId":"6a122ae5529316bbe933cfcd","inputType":"number","required":true,"title":"Athlete's Phone Number ","visual":"iphone","visualType":"emoji"},{"fieldName":"consent-ee29564e13b26d25d2935d1","conversionTrigger":false,"componentId":"6a21c954603eae189b532c3c","inputType":"checkbox","required":true,"title":"By checking this box, you agree to receive recurring automated marketing and informational text messages (such as appointment reminders and follow-ups) from Leap Mentality at the number provided. Consent is not a condition of purchase. Message frequency varies. Msg & data rates may apply. Reply STOP to opt out, HELP for help. [Terms of Service] and [Privacy Policy].","visual":":white_check_mark:","visualType":"emoji"}]},"answers":[]},"_id":"6a122ae5529316bbe933cfbc","type":"field","title":"Athlete's Contact Info","interactionType":"form","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","pageId":"6a1229f4162ace6168c97dc8","componentId":"6a122ae5529316bbe933cfb9","createdAt":"2026-05-23T22:32:05.494Z","updatedAt":"2026-06-10T14:44:14.523Z","__v":0},{"additional":{"form":{"componentId":"6a122b0a9d1d06920cfccdc6","inputs":[{"fieldName":"custom-6a122b0a9d1d06920cfccdd4","conversionTrigger":false,"componentId":"6a122b0a9d1d06920cfccdd4","inputType":"number","required":true,"title":"Parent's Phone Number","visual":"iphone","visualType":"emoji"},{"fieldName":"custom-6a122b0a9d1d06920cfccdd1","conversionTrigger":false,"componentId":"6a122b0a9d1d06920cfccdd1","inputType":"text","required":true,"title":"Parent's Full Name ","visual":":gear:","visualType":"emoji"},{"fieldName":"custom-6a122b0a9d1d06920cfccdcf","conversionTrigger":false,"componentId":"6a122b0a9d1d06920cfccdcf","inputType":"text","required":true,"title":"Parent's Email Address","visual":"e-mail","visualType":"emoji"},{"fieldName":"input_yzcf5d","conversionTrigger":false,"componentId":"6a122b0a9d1d06920cfccdd3","inputType":"checkbox","required":false,"title":"By checking this box, you agree to receive recurring automated marketing and informational text messages (such as appointment reminders and follow-ups) from Leap Mentality at the number provided. Consent is not a condition of purchase. Message frequency varies. Msg & data rates may apply. Reply STOP to opt out, HELP for help. [Terms of Service] and [Privacy Policy].","visual":":ballot_box_with_check:","visualType":"emoji"}]},"answers":[]},"_id":"6a122b0a9d1d06920cfccdc1","type":"field","title":"Parent's Contact Info","interactionType":"form","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","pageId":"6a1229f2d9cc65f5d9eda46a","componentId":"6a122b0a9d1d06920cfccdbe","createdAt":"2026-05-23T22:32:42.193Z","updatedAt":"2026-06-10T14:45:28.507Z","__v":0}],"cookiesEnabled":false,"language":"en","showProgressBar":true,"showAffiliateBadge":false,"affiliateLink":"","resultMapping":{},"nextPage":"6a12169f2e7de79b44808989","sortedPages":["6a11f99cc023ad3ab61eaff7","6a12169f2e7de79b44808989","6a1216a2d9cc65f5d9ed8be3","6a1216a68c44c67234c144db","6a1216a766bc7a22bae818ba","6a1216a8162ace6168c95bd6","6a1216a99d1d06920cfcaf78","6a1229f2d9cc65f5d9eda46a","6a1229f4162ace6168c97dc8"],"hasResultPages":true,"resultPages":["6a230c592aa7cf8cf8c76f13"],"isHomePage":true,"isLastPage":false,"firstResultPage":"6a230c592aa7cf8cf8c76f13","headScript":"","bodyScript":"","trackingProperties":[{"_id":"6a21c955af76664c18eaac39","type":"trackingProperty","fieldName":"birthday","title":"birthday","source":"input","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a21c954603eae189b532c3c"],"createdAt":"2026-06-04T18:52:05.735Z","updatedAt":"2026-06-10T00:45:19.287Z","__v":0},{"_id":"6a178425fcde3c35a6b73504","type":"trackingProperty","fieldName":"custom-6a122ae5529316bbe933cfca","title":"custom-6a122ae5529316bbe933cfca","source":"input","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a122ae5529316bbe933cfca"],"createdAt":"2026-05-27T23:54:13.713Z","updatedAt":"2026-06-10T00:45:19.287Z","__v":0},{"_id":"6a1783e867e9f1bce3446ece","type":"trackingProperty","fieldName":"custom-6a122ae5529316bbe933cfcc","title":"custom-6a122ae5529316bbe933cfcc","source":"input","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a122ae5529316bbe933cfcc"],"createdAt":"2026-05-27T23:53:12.314Z","updatedAt":"2026-06-10T00:45:19.287Z","__v":0},{"_id":"6a17844ef421b1831e21039c","type":"trackingProperty","fieldName":"custom-6a122ae5529316bbe933cfcd","title":"custom-6a122ae5529316bbe933cfcd","source":"input","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a122ae5529316bbe933cfcd"],"createdAt":"2026-05-27T23:54:54.025Z","updatedAt":"2026-06-10T00:45:19.292Z","__v":0},{"_id":"6a176f8b097b5f638de95cc0","type":"trackingProperty","fieldName":"custom-6a122b0a9d1d06920cfccdcf","title":"custom-6a122b0a9d1d06920cfccdcf","source":"input","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a122b0a9d1d06920cfccdcf"],"createdAt":"2026-05-27T22:26:19.588Z","updatedAt":"2026-06-10T00:45:19.287Z","__v":0},{"_id":"6a176fb5b5bc8444c65749fb","type":"trackingProperty","fieldName":"custom-6a122b0a9d1d06920cfccdd1","title":"custom-6a122b0a9d1d06920cfccdd1","source":"input","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a122b0a9d1d06920cfccdd1"],"createdAt":"2026-05-27T22:27:01.155Z","updatedAt":"2026-06-10T00:45:19.287Z","__v":0},{"_id":"6a17848f46e526209a95c0fc","type":"trackingProperty","fieldName":"custom-6a122b0a9d1d06920cfccdd3","title":"custom-6a122b0a9d1d06920cfccdd3","source":"input","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a122b0a9d1d06920cfccdd3"],"createdAt":"2026-05-27T23:55:59.304Z","updatedAt":"2026-06-10T00:45:19.287Z","__v":0},{"_id":"6a176f768ab6f640bf2387d9","type":"trackingProperty","fieldName":"custom-6a122b0a9d1d06920cfccdd4","title":"custom-6a122b0a9d1d06920cfccdd4","source":"input","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a122b0a9d1d06920cfccdd4"],"createdAt":"2026-05-27T22:25:58.240Z","updatedAt":"2026-06-10T00:45:19.287Z","__v":0},{"_id":"6a12282d600e0b4f85b8171e","type":"trackingProperty","fieldName":"input_66rnxd","title":"input_66rnxd","source":"input","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a12282d600e0b4f85b81711"],"createdAt":"2026-05-23T22:20:29.069Z","updatedAt":"2026-06-10T00:45:19.287Z","__v":0},{"_id":"6a122955600e0b4f85b817eb","type":"trackingProperty","fieldName":"input_6vq6cc","title":"input_6vq6cc","source":"input","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a122955600e0b4f85b817de"],"createdAt":"2026-05-23T22:25:25.852Z","updatedAt":"2026-06-10T00:45:19.287Z","__v":0},{"_id":"6a12279d6a03ff6c7a50b24f","type":"trackingProperty","fieldName":"input_y3ny17","title":"input_y3ny17","source":"input","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a12279d6a03ff6c7a50b242"],"createdAt":"2026-05-23T22:18:05.804Z","updatedAt":"2026-06-10T00:45:19.287Z","__v":0},{"_id":"6a1229829d1d06920cfccc2e","type":"trackingProperty","fieldName":"question_75g18j","title":"Which parent helps make decisions about your training and college path?","source":"question","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a1229829d1d06920cfccc26"],"createdAt":"2026-05-23T22:26:10.440Z","updatedAt":"2026-06-10T00:45:19.287Z","__v":0},{"_id":"6a1227358c68109610af0e1f","type":"trackingProperty","fieldName":"question_bg6iqr","title":"Do you currently have a dedicated long or triple jump coach?","source":"question","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a1227358c68109610af0e17"],"createdAt":"2026-05-23T22:16:21.491Z","updatedAt":"2026-06-10T00:45:19.287Z","__v":0},{"_id":"6a1227d066bc7a22bae83b21","type":"trackingProperty","fieldName":"question_usr48z","title":"What grade are you in?","source":"question","companyId":"699a0fb27c3160397b7b8bfd","campaignId":"6a11f99cc023ad3ab61eafef","components":["6a1227d066bc7a22bae83b19"],"createdAt":"2026-05-23T22:18:56.622Z","updatedAt":"2026-06-10T00:45:19.287Z","__v":0}],"automaticRedirect":null,"inputMap":{"byComponent":{"6a12279d6a03ff6c7a50b242":{"name":"input_y3ny17","originalName":"input_y3ny17","parentId":"6a12279d6a03ff6c7a50b23c","autocomplete":""},"6a12282d600e0b4f85b81711":{"name":"input_66rnxd","originalName":"input_66rnxd","parentId":"6a12282d600e0b4f85b8170b","autocomplete":""},"6a122955600e0b4f85b817de":{"name":"input_6vq6cc","originalName":"input_6vq6cc","parentId":"6a122955600e0b4f85b817d8","autocomplete":""},"6a122b0a9d1d06920cfccdd1":{"name":"custom-6a122b0a9d1d06920cfccdd1","originalName":"custom-6a122b0a9d1d06920cfccdd1","parentId":"6a122b0a9d1d06920cfccdc6","autocomplete":""},"6a122b0a9d1d06920cfccdcf":{"name":"custom-6a122b0a9d1d06920cfccdcf","originalName":"custom-6a122b0a9d1d06920cfccdcf","parentId":"6a122b0a9d1d06920cfccdc6","autocomplete":""},"6a122b0a9d1d06920cfccdd4":{"name":"custom-6a122b0a9d1d06920cfccdd4","originalName":"custom-6a122b0a9d1d06920cfccdd4","parentId":"6a122b0a9d1d06920cfccdc6","autocomplete":""},"6a122b0a9d1d06920cfccdd3":{"name":"input_yzcf5d","originalName":"input_yzcf5d","parentId":"6a122b0a9d1d06920cfccdc6","autocomplete":""},"6a122ae5529316bbe933cfca":{"name":"custom-6a122ae5529316bbe933cfca","originalName":"custom-6a122ae5529316bbe933cfca","parentId":"6a122ae5529316bbe933cfc1","autocomplete":""},"6a122ae5529316bbe933cfcc":{"name":"custom-6a122ae5529316bbe933cfcc","originalName":"custom-6a122ae5529316bbe933cfcc","parentId":"6a122ae5529316bbe933cfc1","autocomplete":""},"6a122ae5529316bbe933cfcd":{"name":"custom-6a122ae5529316bbe933cfcd","originalName":"custom-6a122ae5529316bbe933cfcd","parentId":"6a122ae5529316bbe933cfc1","autocomplete":""},"6a21c954603eae189b532c3c":{"name":"consent-ee29564e13b26d25d2935d1","originalName":"consent-ee29564e13b26d25d2935d1","parentId":"6a122ae5529316bbe933cfc1","autocomplete":""}},"byName":{"6a12279d6a03ff6c7a50b23c":{"input_y3ny17":"6a12279d6a03ff6c7a50b242"},"6a12282d600e0b4f85b8170b":{"input_66rnxd":"6a12282d600e0b4f85b81711"},"6a122955600e0b4f85b817d8":{"input_6vq6cc":"6a122955600e0b4f85b817de"},"6a122b0a9d1d06920cfccdc6":{"custom-6a122b0a9d1d06920cfccdd1":"6a122b0a9d1d06920cfccdd1","custom-6a122b0a9d1d06920cfccdcf":"6a122b0a9d1d06920cfccdcf","custom-6a122b0a9d1d06920cfccdd4":"6a122b0a9d1d06920cfccdd4","input_yzcf5d":"6a122b0a9d1d06920cfccdd3"},"6a122ae5529316bbe933cfc1":{"custom-6a122ae5529316bbe933cfca":"6a122ae5529316bbe933cfca","custom-6a122ae5529316bbe933cfcc":"6a122ae5529316bbe933cfcc","custom-6a122ae5529316bbe933cfcd":"6a122ae5529316bbe933cfcd","consent-ee29564e13b26d25d2935d1":"6a21c954603eae189b532c3c"}}},"pageIdSlugMap":{"6a11f99cc023ad3ab61eaff7":"start","6a12169f2e7de79b44808989":"page_e35rm4","6a1216a2d9cc65f5d9ed8be3":"page_dyk8ob","6a1216a68c44c67234c144db":"page_jbx1rs","6a1216a766bc7a22bae818ba":"page_txg1ja","6a1216a8162ace6168c95bd6":"page_38oum2","6a1216a99d1d06920cfcaf78":"page_ny94nr","6a1229f2d9cc65f5d9eda46a":"page_dtqpfd","6a1229f4162ace6168c97dc8":"page_3sqwtu","6a230c592aa7cf8cf8c76f13":"page_sf8dji"},"context":{"slug":"","trackingVersion":"v4","url":"https://quiz.leapsquadacademy.com/","domain":"quiz.leapsquadacademy.com"}}