{"campaignId":"6a03d3fa501db69e94578821","campaignVersionId":"6a03f345af90bcfb1dff1678","companyId":"6a03d118c480aa6be62b16b4","pageId":"6a03d3fa501db69e94578857","pageName":"Start","pageSlug":"start","tag":"landing","components":[{"_id":"6a03d5733108b9920e932e49","type":"component","isTemplate":false,"name":"embed","content":{"body":"&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;en&quot;&gt;\n&lt;head&gt;\n    &lt;meta charset=&quot;UTF-8&quot;&gt;\n    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n    &lt;title&gt;FundPilot – Credit Funding &amp; Repair&lt;/title&gt;\n    &lt;link href=&quot;https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;\n    &lt;style&gt;\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        html { scroll-behavior: smooth; }\n        body { background: #fff; color: #111; font-family: &#39;Plus Jakarta Sans&#39;, sans-serif; }\n        a { color: inherit; text-decoration: none; }\n\n        /* NAV */\n        nav {\n            display: flex; align-items: center; justify-content: space-between;\n            padding: 16px 24px;\n            border-bottom: 1px solid #f0f0f0;\n            background: #fff;\n            position: sticky; top: 0; z-index: 100;\n        }\n        .logo { font-size: 20px; font-weight: 800; letter-spacing: -0.3px; color: #1b6b3a; }\n        .nav-links { display: flex; gap: 28px; font-size: 14px; color: #666; }\n        .nav-links a:hover { color: #111; }\n        .nav-btn {\n            background: #1b6b3a; color: #fff;\n            padding: 10px 20px; border-radius: 8px;\n            font-size: 13px; font-weight: 600;\n        }\n\n        /* HERO */\n        .hero {\n            max-width: 1080px; margin: 0 auto;\n            padding: 56px 24px 48px;\n            display: grid; grid-template-columns: 1fr 420px;\n            gap: 56px; align-items: start;\n        }\n        .hero-badge {\n            display: inline-block;\n            background: #edf7f1; color: #1b6b3a;\n            font-size: 11px; font-weight: 700; letter-spacing: 1.5px;\n            text-transform: uppercase; padding: 5px 14px;\n            border-radius: 6px; margin-bottom: 20px;\n        }\n        .hero h1 {\n            font-size: clamp(32px, 4.5vw, 56px);\n            font-weight: 800; line-height: 1.08;\n            letter-spacing: -1.5px; margin-bottom: 18px;\n            color: #111;\n        }\n        .hero h1 .green { color: #1b6b3a; }\n        .hero-sub {\n            font-size: 16px; color: #666;\n            line-height: 1.75; margin-bottom: 32px;\n            max-width: 440px;\n        }\n        .hero-stats {\n            display: flex; gap: 32px;\n            padding-top: 28px;\n            border-top: 1px solid #f0f0f0;\n        }\n        .stat-num {\n            font-size: 26px; font-weight: 800;\n            letter-spacing: -0.5px; color: #111;\n        }\n        .stat-label { font-size: 12px; color: #999; margin-top: 2px; }\n\n        /* FORM */\n        .form-box {\n            background: #fff;\n            border: 1px solid #e8e8e8;\n            border-radius: 16px;\n            padding: 32px 28px;\n            box-shadow: 0 2px 24px rgba(0,0,0,0.06);\n        }\n        .form-box h3 {\n            font-size: 18px; font-weight: 700;\n            margin-bottom: 4px; letter-spacing: -0.2px;\n        }\n        .form-box &gt; p {\n            font-size: 13px; color: #999;\n            margin-bottom: 22px; line-height: 1.55;\n        }\n        .field-group { margin-bottom: 13px; }\n        .field-label {\n            display: block;\n            font-size: 11px; font-weight: 600; letter-spacing: 0.5px;\n            color: #555; margin-bottom: 5px;\n        }\n        .field-label .req { color: #1b6b3a; margin-left: 1px; }\n        input[type=&quot;text&quot;],\n        input[type=&quot;email&quot;],\n        input[type=&quot;tel&quot;] {\n            width: 100%;\n            background: #fafafa;\n            border: 1px solid #e8e8e8;\n            border-radius: 8px;\n            padding: 11px 13px;\n            font-family: &#39;Plus Jakarta Sans&#39;, sans-serif;\n            font-size: 14px; color: #111;\n            outline: none;\n            transition: border-color 0.2s;\n        }\n        input::placeholder { color: #bbb; }\n        input:focus { border-color: #1b6b3a; background: #fff; }\n\n        .consent-block {\n            margin-bottom: 10px;\n            padding: 11px 13px;\n            background: #fafafa;\n            border: 1px solid #efefef;\n            border-radius: 8px;\n        }\n        .consent-row { display: flex; gap: 9px; align-items: flex-start; }\n        .consent-row input[type=&quot;checkbox&quot;] {\n            margin-top: 2px; width: 14px; height: 14px;\n            flex-shrink: 0; accent-color: #1b6b3a; cursor: pointer;\n        }\n        .consent-text {\n            font-size: 11px; color: #888; line-height: 1.6;\n        }\n        .consent-text a { color: #1b6b3a; text-decoration: underline; text-underline-offset: 2px; }\n\n        .submit-btn {\n            width: 100%; background: #1b6b3a; color: #fff;\n            border: none; border-radius: 8px; padding: 13px;\n            font-family: &#39;Plus Jakarta Sans&#39;, sans-serif;\n            font-size: 14px; font-weight: 700;\n            cursor: pointer; margin-top: 6px;\n            transition: opacity 0.2s;\n        }\n        .submit-btn:hover { opacity: 0.88; }\n\n        /* DIVIDER */\n        .divider { height: 1px; background: #f0f0f0; margin: 0 24px; }\n\n        /* SECTIONS */\n        section { max-width: 1080px; margin: 0 auto; padding: 64px 24px; }\n        .section-tag {\n            font-size: 11px; font-weight: 700; letter-spacing: 1.5px;\n            text-transform: uppercase; color: #1b6b3a; margin-bottom: 10px;\n        }\n        section h2 {\n            font-size: clamp(28px, 3.5vw, 44px);\n            font-weight: 800; letter-spacing: -1px;\n            margin-bottom: 14px; line-height: 1.1; color: #111;\n        }\n        section &gt; p {\n            font-size: 15px; color: #666;\n            line-height: 1.75; max-width: 520px; margin-bottom: 40px;\n        }\n\n        /* CARDS */\n        .cards {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 14px;\n        }\n        .card {\n            background: #fafafa;\n            border: 1px solid #efefef;\n            border-radius: 12px; padding: 24px 20px;\n        }\n        .card-icon { font-size: 22px; margin-bottom: 12px; }\n        .card h3 { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: #111; }\n        .card p { font-size: 13px; color: #777; line-height: 1.65; }\n\n        /* ABOUT */\n        .about-grid {\n            display: grid; grid-template-columns: 1fr 1fr;\n            gap: 56px; align-items: center;\n        }\n        .about-grid h2 { margin-bottom: 16px; }\n        .about-grid p { font-size: 15px; color: #666; line-height: 1.8; margin-bottom: 12px; }\n        .about-visual {\n            background: #1b6b3a;\n            border-radius: 16px; padding: 36px 32px; color: #fff;\n        }\n        .about-visual h3 {\n            font-size: 20px; font-weight: 700;\n            letter-spacing: -0.3px; margin-bottom: 24px;\n        }\n        .about-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }\n        .about-item:last-child { margin-bottom: 0; }\n        .about-item-icon {\n            width: 36px; height: 36px;\n            background: rgba(255,255,255,0.15);\n            border-radius: 8px; display: flex;\n            align-items: center; justify-content: center;\n            font-size: 16px; flex-shrink: 0;\n        }\n        .about-item-text h4 { font-size: 14px; font-weight: 700; margin-bottom: 3px; }\n        .about-item-text p { font-size: 12px; color: rgba(255,255,255,0.65); line-height: 1.55; margin: 0; }\n\n        /* FOOTER */\n        footer {\n            border-top: 1px solid #f0f0f0;\n            padding: 24px;\n            display: flex; align-items: center; justify-content: space-between;\n            flex-wrap: wrap; gap: 12px;\n        }\n        .footer-logo { font-size: 16px; font-weight: 800; color: #1b6b3a; }\n        .footer-links { display: flex; gap: 16px; font-size: 12px; color: #999; flex-wrap: wrap; }\n        .footer-links a { text-decoration: underline; text-underline-offset: 2px; }\n        .footer-links a:hover { color: #111; }\n        .footer-copy { width: 100%; font-size: 11px; color: #bbb; }\n\n        /* MOBILE */\n        @media (max-width: 700px) {\n            nav { padding: 14px 16px; }\n            .nav-links { display: none; }\n            .hero {\n                grid-template-columns: 1fr;\n                gap: 32px; padding: 36px 16px 32px;\n            }\n            .hero-stats { gap: 20px; }\n            .cards { grid-template-columns: 1fr; }\n            section { padding: 48px 16px; }\n            .about-grid { grid-template-columns: 1fr; gap: 28px; }\n            .about-visual { padding: 28px 22px; }\n            .divider { margin: 0 16px; }\n            footer { padding: 20px 16px; flex-direction: column; align-items: flex-start; }\n            .form-box { padding: 24px 18px; }\n        }\n    &lt;/style&gt;\n&lt;/head&gt;\n&lt;body&gt;\n\n&lt;!-- NAV --&gt;\n&lt;nav&gt;\n    &lt;div class=&quot;logo&quot;&gt;FundPilot&lt;/div&gt;\n    &lt;div class=&quot;nav-links&quot;&gt;\n        &lt;a href=&quot;javascript:void(0)&quot; onclick=&quot;document.getElementById(&#39;services&#39;).scrollIntoView({behavior:&#39;smooth&#39;})&quot;&gt;Services&lt;/a&gt;\n        &lt;a href=&quot;javascript:void(0)&quot; onclick=&quot;document.getElementById(&#39;about&#39;).scrollIntoView({behavior:&#39;smooth&#39;})&quot;&gt;About&lt;/a&gt;\n        &lt;a href=&quot;javascript:void(0)&quot; onclick=&quot;document.getElementById(&#39;contact&#39;).scrollIntoView({behavior:&#39;smooth&#39;})&quot;&gt;Contact&lt;/a&gt;\n    &lt;/div&gt;\n    &lt;a href=&quot;javascript:void(0)&quot; onclick=&quot;document.getElementById(&#39;contact&#39;).scrollIntoView({behavior:&#39;smooth&#39;})&quot; class=&quot;nav-btn&quot;&gt;Get Started&lt;/a&gt;\n&lt;/nav&gt;\n\n&lt;!-- HERO --&gt;\n&lt;div class=&quot;hero&quot; id=&quot;contact&quot;&gt;\n    &lt;div&gt;\n        &lt;div class=&quot;hero-badge&quot;&gt;Credit Funding &amp;amp; Repair&lt;/div&gt;\n        &lt;h1&gt;Navigate Your&lt;br&gt;&lt;span class=&quot;green&quot;&gt;Financial&lt;/span&gt;&lt;br&gt;Future.&lt;/h1&gt;\n        &lt;p class=&quot;hero-sub&quot;&gt;FundPilot helps individuals and businesses unlock access to capital, repair their credit, and build a financial foundation that lasts.&lt;/p&gt;\n        &lt;div class=&quot;hero-stats&quot;&gt;\n            &lt;div&gt;\n                &lt;div class=&quot;stat-num&quot;&gt;$500K+&lt;/div&gt;\n                &lt;div class=&quot;stat-label&quot;&gt;Funding secured&lt;/div&gt;\n            &lt;/div&gt;\n            &lt;div&gt;\n                &lt;div class=&quot;stat-num&quot;&gt;200+&lt;/div&gt;\n                &lt;div class=&quot;stat-label&quot;&gt;Clients helped&lt;/div&gt;\n            &lt;/div&gt;\n            &lt;div&gt;\n                &lt;div class=&quot;stat-num&quot;&gt;100pt&lt;/div&gt;\n                &lt;div class=&quot;stat-label&quot;&gt;Avg. score increase&lt;/div&gt;\n            &lt;/div&gt;\n        &lt;/div&gt;\n    &lt;/div&gt;\n\n    &lt;div class=&quot;form-box&quot;&gt;\n        &lt;h3&gt;Get a Free Consultation&lt;/h3&gt;\n        &lt;p&gt;Tell us about your situation and we&#39;ll reach out within 24 hours.&lt;/p&gt;\n\n        &lt;div class=&quot;field-group&quot;&gt;\n            &lt;label class=&quot;field-label&quot; for=&quot;first-name&quot;&gt;First Name &lt;span class=&quot;req&quot;&gt;*&lt;/span&gt;&lt;/label&gt;\n            &lt;input type=&quot;text&quot; id=&quot;first-name&quot; name=&quot;first_name&quot; placeholder=&quot;First Name&quot; required&gt;\n        &lt;/div&gt;\n        &lt;div class=&quot;field-group&quot;&gt;\n            &lt;label class=&quot;field-label&quot; for=&quot;email&quot;&gt;Email &lt;span class=&quot;req&quot;&gt;*&lt;/span&gt;&lt;/label&gt;\n            &lt;input type=&quot;email&quot; id=&quot;email&quot; name=&quot;email&quot; placeholder=&quot;Email&quot; required&gt;\n        &lt;/div&gt;\n        &lt;div class=&quot;field-group&quot;&gt;\n            &lt;label class=&quot;field-label&quot; for=&quot;phone&quot;&gt;Phone&lt;/label&gt;\n            &lt;input type=&quot;tel&quot; id=&quot;phone&quot; name=&quot;phone&quot; placeholder=&quot;Phone (optional)&quot;&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;consent-block&quot;&gt;\n            &lt;div class=&quot;consent-row&quot;&gt;\n                &lt;input type=&quot;checkbox&quot; id=&quot;consent1&quot; name=&quot;consent_sms_alerts&quot;&gt;\n                &lt;label class=&quot;consent-text&quot; for=&quot;consent1&quot;&gt;\n                    I agree to the &lt;a href=&quot;https://getfundpilot.com/protection/terms-and-conditions&quot; target=&quot;_blank&quot;&gt;Terms &amp;amp; Conditions&lt;/a&gt; and &lt;a href=&quot;https://getfundpilot.com/protection/privacy-policy&quot; target=&quot;_blank&quot;&gt;Privacy Policy&lt;/a&gt; of Goods for the Soul LLC (FundPilot). By providing my phone number, I consent to receive SMS notifications, alerts, and appointment reminders from Goods for the Soul LLC at the number provided, including texts sent by autodialer. Message frequency may vary. Message &amp;amp; data rates may apply. Reply STOP to unsubscribe.\n                &lt;/label&gt;\n            &lt;/div&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;consent-block&quot;&gt;\n            &lt;div class=&quot;consent-row&quot;&gt;\n                &lt;input type=&quot;checkbox&quot; id=&quot;consent2&quot; name=&quot;consent_marketing&quot;&gt;\n                &lt;label class=&quot;consent-text&quot; for=&quot;consent2&quot;&gt;\n                    I consent to receive recurring automated marketing messages, including promotions and special offers, at the phone number provided to Goods for the Soul LLC (FundPilot). Consent is not a condition of purchase. Message frequency varies. Message &amp;amp; data rates may apply. Reply STOP to unsubscribe. Your privacy is our priority, and your information will not be shared. Contact us at &lt;a href=&quot;mailto:team@getfundpilot.com&quot;&gt;team@getfundpilot.com&lt;/a&gt; or &lt;a href=&quot;tel:+18152582409&quot;&gt;(815) 258-2409&lt;/a&gt; for assistance.\n                &lt;/label&gt;\n            &lt;/div&gt;\n        &lt;/div&gt;\n\n        &lt;button type=&quot;submit&quot; class=&quot;submit-btn&quot; onclick=&quot;setTimeout(function(){ window.location.href=&#39;https://getfundpilot.com/thank-you&#39;; }, 400); return false;&quot;&gt;Get My Free Consultation →&lt;/button&gt;\n    &lt;/div&gt;\n&lt;/div&gt;\n\n&lt;div class=&quot;divider&quot;&gt;&lt;/div&gt;\n\n&lt;!-- SERVICES --&gt;\n&lt;section id=&quot;services&quot;&gt;\n    &lt;div class=&quot;section-tag&quot;&gt;What We Do&lt;/div&gt;\n    &lt;h2&gt;Built to Get You&lt;br&gt;Funded &amp;amp; Fixed.&lt;/h2&gt;\n    &lt;p&gt;Whether you&#39;re starting from zero or rebuilding after setbacks, FundPilot has the tools and expertise to get you there.&lt;/p&gt;\n    &lt;div class=&quot;cards&quot;&gt;\n        &lt;div class=&quot;card&quot;&gt;\n            &lt;div class=&quot;card-icon&quot;&gt;💳&lt;/div&gt;\n            &lt;h3&gt;Credit Repair&lt;/h3&gt;\n            &lt;p&gt;We identify and dispute inaccurate, outdated, or unverifiable items on your credit report to maximize your score.&lt;/p&gt;\n        &lt;/div&gt;\n        &lt;div class=&quot;card&quot;&gt;\n            &lt;div class=&quot;card-icon&quot;&gt;🏦&lt;/div&gt;\n            &lt;h3&gt;Business Funding&lt;/h3&gt;\n            &lt;p&gt;Access business lines of credit, SBA loans, and alternative financing — even with limited credit history.&lt;/p&gt;\n        &lt;/div&gt;\n        &lt;div class=&quot;card&quot;&gt;\n            &lt;div class=&quot;card-icon&quot;&gt;📊&lt;/div&gt;\n            &lt;h3&gt;Credit Building&lt;/h3&gt;\n            &lt;p&gt;Establish and grow a strong credit profile from the ground up with proven, step-by-step strategies.&lt;/p&gt;\n        &lt;/div&gt;\n        &lt;div class=&quot;card&quot;&gt;\n            &lt;div class=&quot;card-icon&quot;&gt;🎯&lt;/div&gt;\n            &lt;h3&gt;Personal Funding&lt;/h3&gt;\n            &lt;p&gt;Unlock personal loans and credit lines with better rates made possible by a stronger credit profile.&lt;/p&gt;\n        &lt;/div&gt;\n    &lt;/div&gt;\n&lt;/section&gt;\n\n&lt;div class=&quot;divider&quot;&gt;&lt;/div&gt;\n\n&lt;!-- ABOUT --&gt;\n&lt;section id=&quot;about&quot;&gt;\n    &lt;div class=&quot;about-grid&quot;&gt;\n        &lt;div&gt;\n            &lt;div class=&quot;section-tag&quot;&gt;About FundPilot&lt;/div&gt;\n            &lt;h2&gt;We Know the System.&lt;br&gt;We&#39;ll Work It for You.&lt;/h2&gt;\n            &lt;p&gt;FundPilot was built for people who feel locked out of the financial system — whether by bad credit, no credit, or lack of access to capital.&lt;/p&gt;\n            &lt;p&gt;We combine credit expertise with funding strategy to get our clients real results — not promises. Our team works directly with you to build a clear path to financial freedom.&lt;/p&gt;\n        &lt;/div&gt;\n        &lt;div class=&quot;about-visual&quot;&gt;\n            &lt;h3&gt;What You Can Expect&lt;/h3&gt;\n            &lt;div class=&quot;about-item&quot;&gt;\n                &lt;div class=&quot;about-item-icon&quot;&gt;⚡&lt;/div&gt;\n                &lt;div class=&quot;about-item-text&quot;&gt;\n                    &lt;h4&gt;Fast Turnaround&lt;/h4&gt;\n                    &lt;p&gt;Most clients see measurable credit improvements within 30–60 days of starting.&lt;/p&gt;\n                &lt;/div&gt;\n            &lt;/div&gt;\n            &lt;div class=&quot;about-item&quot;&gt;\n                &lt;div class=&quot;about-item-icon&quot;&gt;🔒&lt;/div&gt;\n                &lt;div class=&quot;about-item-text&quot;&gt;\n                    &lt;h4&gt;Transparent Process&lt;/h4&gt;\n                    &lt;p&gt;No hidden fees, no vague timelines. You&#39;ll know exactly what we&#39;re doing and why.&lt;/p&gt;\n                &lt;/div&gt;\n            &lt;/div&gt;\n            &lt;div class=&quot;about-item&quot;&gt;\n                &lt;div class=&quot;about-item-icon&quot;&gt;🤝&lt;/div&gt;\n                &lt;div class=&quot;about-item-text&quot;&gt;\n                    &lt;h4&gt;Dedicated Support&lt;/h4&gt;\n                    &lt;p&gt;A real person on your case — not a portal, not a chatbot.&lt;/p&gt;\n                &lt;/div&gt;\n            &lt;/div&gt;\n        &lt;/div&gt;\n    &lt;/div&gt;\n&lt;/section&gt;\n\n&lt;!-- FOOTER --&gt;\n&lt;footer&gt;\n    &lt;div class=&quot;footer-logo&quot;&gt;FundPilot&lt;/div&gt;\n    &lt;div class=&quot;footer-links&quot;&gt;\n        &lt;a href=&quot;https://getfundpilot.com/protection/privacy-policy&quot; target=&quot;_blank&quot;&gt;Privacy Policy&lt;/a&gt;\n        &lt;a href=&quot;https://getfundpilot.com/protection/terms-and-conditions&quot; target=&quot;_blank&quot;&gt;Terms &amp;amp; Conditions&lt;/a&gt;\n        &lt;a href=&quot;mailto:team@getfundpilot.com&quot;&gt;Contact&lt;/a&gt;\n    &lt;/div&gt;\n    &lt;div class=&quot;footer-copy&quot;&gt;© 2026 Goods for the Soul LLC d/b/a FundPilot. All rights reserved. FundPilot is not a law firm and does not provide legal advice.&lt;/div&gt;\n&lt;/footer&gt;\n\n&lt;/body&gt;\n&lt;/html&gt;","provider":"custom-html","box":{"left":"none","right":"none","top":"small","bottom":"small"},"framed":false,"isGdprSensitive":false},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"65eb072f9671ba48e6c8390b","campaignId":"6a03d3fa501db69e94578821","components":[],"allowedChildSections":[],"pageId":"6a03d3fa501db69e94578857","companyId":"6a03d118c480aa6be62b16b4","componentType":"embed","createdAt":"2026-05-13T01:35:47.706Z","updatedAt":"2026-05-13T03:42:58.590Z","__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":[],"cookiesEnabled":false,"language":"en","showProgressBar":false,"showAffiliateBadge":false,"affiliateLink":"","resultMapping":{},"nextPage":"6a03f110cfd21fc2b05df5cc","sortedPages":["6a03d3fa501db69e94578857","6a03f110cfd21fc2b05df5cc","6a03f17daf90bcfb1dff14ec","6a03f1e6fb540f136e927e1e","6a03f201f3ac617ff86ca22d"],"hasResultPages":true,"resultPages":["6a03d3fa501db69e94578859"],"isHomePage":true,"isLastPage":false,"firstResultPage":"6a03d3fa501db69e94578859","headScript":"","bodyScript":"","trackingProperties":[],"automaticRedirect":null,"inputMap":{"byComponent":{},"byName":{}},"pageIdSlugMap":{"6a03d3fa501db69e94578857":"start","6a03d3fa501db69e94578859":"thank-you","6a03f110cfd21fc2b05df5cc":"terms-and-conditions","6a03f17daf90bcfb1dff14ec":"privacy-policy","6a03f1e6fb540f136e927e1e":"cancellation-policy","6a03f201f3ac617ff86ca22d":"fulfillment-policy"},"context":{"slug":"","trackingVersion":"v4","url":"https://getfundpilot.com/","domain":"getfundpilot.com"}}