{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:react-dom@18.2.0/client.js", "framer:toplevel:framer:toplevel/default/0"],
  "sourcesContent": ["import*as t from\"react-dom\";var o=\"default\"in t?t.default:t;var a={};var e=o;a.createRoot=e.createRoot;a.hydrateRoot=e.hydrateRoot;const r=a.createRoot,d=a.hydrateRoot;export{r as createRoot,a as default,d as hydrateRoot};\n\n//# sourceMappingURL=client.js.map", "\r\n        import * as React from \"react\"\r\n        import * as ReactDOM from \"react-dom/client\"\r\n        import * as Framer from \"framer\"\r\n\r\n        window.__framer_importFromPackage = (packageAndFilename, exportIdentifier) => () => {\r\n            return React.createElement(Framer.ErrorPlaceholder, { error: 'Package component not supported: \"' + exportIdentifier + '\" in \"' + packageAndFilename + '\"' })\r\n        }\r\n\r\n        // A lot of libraries assume process.env.NODE_ENV is present in runtime/buildtime, so we are polyfilling it\r\n        window.process = {\r\n            ...window.process,\r\n            env: {\r\n                ...(window.process ? window.process.env: undefined),\r\n                NODE_ENV: \"production\"\r\n            }\r\n        }\r\n\r\n        // Fallback support for stack gaps\r\n        Framer.installFlexboxGapWorkaroundIfNeeded()\r\n\r\n        window.__framer_events = window.__framer_events || []\r\n        function track() {\r\n            window.__framer_events.push(arguments)\r\n        }\r\n\r\n        function callWhenDOMReady(callback) {\r\n            if (document.readyState === \"interactive\" || document.readyState === \"complete\") {\r\n                callback()\r\n            } else {\r\n                // Note that we\u2019re listening to readystatechange instead of DOMContentLoaded because the latter\r\n                // doesn\u2019t accurately reflect when the DOM is ready. Specifically, it\u2019s delayed by scripts with\r\n                // a defer attribute.\r\n                document.addEventListener(\"readystatechange\", () => {\r\n                    if (document.readyState === \"interactive\") callback()\r\n                })\r\n            }\r\n        }\r\n\r\n        callWhenDOMReady(async function() {\r\n            try {\r\n                const routes = {J549H9MJA: {elements: {\"I75:3593;70:8463\": \"howitworks-1\", Et8V4YPVe: \"home\", HNFnOdKGO: \"pricing\", K1szZ5_mU: \"benefits\", QKQgElkoI: \"howitworks\", YZMI_dnqX: \"offering\"}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/UMyFGTNFKzroNgQbUhQD/OJREoqOTP2EWRvw9JncM/J549H9MJA.js\")), path: \"/\"}, dgMOUDlOB: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/VH66AzSTYJIFi5ApadYF/ifB4qgOMwPKNbiOzCBFu/dgMOUDlOB.js\")), path: \"/blog\"}, OYuRm_s01: {collectionId: \"mP04EwyiM\", elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/AauvRie1tB3PCI5MlLmr/az6stNCLpGqiM7DzAFxY/OYuRm_s01.js\")), path: \"/blog/:MXANJuE6T\"}}\r\n                const collectionUtils = {mP04EwyiM: async () => (await import(\"https://framerusercontent.com/modules/mqwKcVsZpAJgxllQDY5k/iiz7Po7hnmLvfHtqSFAP/mP04EwyiM.js\"))?.[\"utils\"]}\r\n                const locales = [{code: \"en\", id: \"default\", name: \"English\", slug: \"\"}]\r\n                const notFoundPage = Framer.lazy(() => import(\"__framer-not-found-page\"))\r\n                const container = document.getElementById(\"main\")\r\n\r\n                let routeId, localeId, pathVariables, breakpoints, shouldHydrate = false\r\n                if (\"framerHydrateV2\" in container.dataset) {\r\n                    const routeData = JSON.parse(container.dataset.framerHydrateV2)\r\n                    routeId = routeData.routeId\r\n                    localeId = routeData.localeId\r\n                    pathVariables = routeData.pathVariables\r\n                    breakpoints = routeData.breakpoints\r\n                    shouldHydrate = true\r\n                } else {\r\n                    const routeData = Framer.inferInitialRouteFromPath(routes, decodeURIComponent(location.pathname), true, locales)\r\n                    routeId = routeData.routeId\r\n                    localeId = routeData.localeId\r\n                    pathVariables = routeData.pathVariables\r\n                }\r\n\r\n                const route = routes[routeId]\r\n                const RootComponent = await route.page.preload()\r\n                routes[routeId].page = RootComponent\r\n\r\n                const improveInpDuringHydration = true\r\n                const content = React.createElement(\r\n                    Framer.PageRoot,\r\n                    {\r\n                        RootComponent,\r\n                        isWebsite: true,\r\n                        routeId,\r\n                        pathVariables,\r\n                        routes,\r\n                        collectionUtils,\r\n                        framerSiteId: \"17c81658785e44069dd4cc90460ad480e6cfe6176a94d505f6b6d5b07168df73\",\r\n                        notFoundPage,\r\n                        isReducedMotion: undefined,\r\n                        localeId,\r\n                        locales,\r\n                        preserveQueryParams: undefined,\r\n                        enableImproveInpDuringHydration: improveInpDuringHydration,\r\n                        addHydrationMarkers: shouldHydrate,\r\n                    }\r\n                )\r\n\r\n                const contentWithFeaturesContext = React.createElement(\r\n                    Framer.LibraryFeaturesProvider,\r\n                    {\r\n                        children: content,\r\n                        value: {imgSizesWorkaroundEnabled: false}\r\n                    }\r\n                )\r\n\r\n\r\n                const page = React.createElement(Framer.PageEffectsProvider, {\r\n                    children: contentWithFeaturesContext,\r\n                    value: {routes: {}}\r\n                })\r\n\r\n                if (shouldHydrate) {\r\n                    performance.mark(\"framer-rewrite-breakpoints-start\")\r\n                    Framer.removeHiddenBreakpointLayersV2(breakpoints)\r\n                    window.__framer_onRewriteBreakpoints?.(breakpoints)\r\n                    performance.mark(\"framer-rewrite-breakpoints-end\")\r\n                    performance.measure(\"framer-rewrite-breakpoints\", \"framer-rewrite-breakpoints-start\", \"framer-rewrite-breakpoints-end\")\r\n\r\n                    React.startTransition(() => {\r\n                        performance.mark(\"framer-hydration-start\")\r\n                        if (improveInpDuringHydration) window.__FRAMER_TURN_OFF_REACT_EVENT_HANDLING__?.()\r\n                        ReactDOM.hydrateRoot(container, page)\r\n                    })\r\n                } else {\r\n                    ReactDOM.createRoot(container).render(page)\r\n                }\r\n            } catch (error) {\r\n                track(\"published_site_load_error\", {\r\n                    message: String(error),\r\n                    stack: error instanceof Error && typeof error.stack === \"string\" ? error.stack : null\r\n                })\r\n                throw error\r\n            }\r\n        })\r\n\r\n        \r\n    "],
  "mappings": "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",
  "names": ["o", "npm_react_dom_18_2_exports", "Ha", "a", "e", "r", "d", "window", "packageAndFilename", "exportIdentifier", "B", "ErrorPlaceholder", "installFlexboxGapWorkaroundIfNeeded", "track", "callWhenDOMReady", "callback", "routes", "lazy", "collectionUtils", "locales", "notFoundPage", "container", "routeId", "localeId", "pathVariables", "breakpoints", "shouldHydrate", "routeData", "inferInitialRouteFromPath", "RootComponent", "improveInpDuringHydration", "content", "PageRoot", "contentWithFeaturesContext", "LibraryFeaturesProvider", "page", "PageEffectsProvider", "removeHiddenBreakpointLayersV2", "Z", "d", "r", "error"]
}
