{
  "version": 3,
  "sources": ["framer:toplevel:framer:toplevel/default/0"],
  "sourcesContent": ["\n        import * as React from \"react\"\n        import * as ReactDOM from \"react-dom/client\"\n        import * as Framer from \"framer\"\n\n        window.__framer_importFromPackage = (packageAndFilename, exportIdentifier) => () => {\n            return React.createElement(Framer.ErrorPlaceholder, { error: 'Package component not supported: \"' + exportIdentifier + '\" in \"' + packageAndFilename + '\"' })\n        }\n\n        // A lot of libraries assume process.env.NODE_ENV is present in runtime/buildtime, so we are polyfilling it\n        window.process = {\n            ...window.process,\n            env: {\n                ...(window.process ? window.process.env: undefined),\n                NODE_ENV: \"production\"\n            }\n        }\n\n        // Fallback support for stack gaps\n        Framer.installFlexboxGapWorkaroundIfNeeded()\n\n        ;(async () => {\n            const routes = {augiA20Il: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/r2hoPZYeiHqpJd95DKSI/Oc6mHC7I8NbvZ7kDw0uD/augiA20Il.js\")), path: \"/\"}, p3yB7m3CV: {elements: {ilATlL50Z: \"features\"}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/xaXJvHVHhwi2nhOqFQEv/Qe9e50BvkXLLY734aUZY/p3yB7m3CV.js\")), path: \"/pricing\"}, qje6HQNin: {elements: {K4ASS_EvD: \"story-list\", wa1lnhCAo: \"story-list2\"}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/nlMjJlPR9kuRlwUyn1gl/7WTGhQLoHr21b7bQhXhi/qje6HQNin.js\")), path: \"/stories\"}, SRvm9wySs: {elements: {INhBmI4qh: \"solutions\", unWKv0NTo: \"features\", Uq0q2yyPY: \"overview\"}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/nnrXOzBHe10ycbQ2jyVC/I1K02LbyTvoE2bKCrywE/SRvm9wySs.js\")), path: \"/product\"}, tqm6YGs5E: {elements: {CIC0umT9X: \"solutions\", p9qgbB476: \"welcome\", WqJvrkC_y: \"value-list\"}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/qKIGS5TTcbwqRtCg74kl/ZCk1Z3fOKzcwGyMcxJfB/tqm6YGs5E.js\")), path: \"/about\"}, RK4p0HnIg: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/c6AGtiyBG1uPTBK1hPMg/VUrsTBpMVaespFwhFdU1/RK4p0HnIg.js\")), path: \"/download\"}, lI4ZtVOjt: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/5nv2MXPMCa3mMZTgJHWv/26kXfpnZv3ZCGduu775t/lI4ZtVOjt.js\")), path: \"/404\"}, Oyr02M3t6: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/99dVpKUZnX90BZPzA4oi/jpUUUThElW6Wx9889uAM/Oyr02M3t6.js\")), path: \"/stories/:ogdrWEnOI\"}}\n            const collectionUtils = {}\n            const locales = [{code: \"en-US\", id: \"default\", name: \"English\", slug: \"\"}]\n            const notFoundPage = Framer.lazy(() => import(\"https://framerusercontent.com/modules/5nv2MXPMCa3mMZTgJHWv/26kXfpnZv3ZCGduu775t/lI4ZtVOjt.js\"))\n            const container = document.getElementById(\"main\")\n\n            let routeId, localeId, pathVariables, shouldHydrate = false\n            if (\"framerHydrateV2\" in container.dataset) {\n                const routeData = JSON.parse(container.dataset.framerHydrateV2)\n                routeId = routeData.routeId\n                localeId = routeData.localeId\n                pathVariables = routeData.pathVariables\n                shouldHydrate = true\n            } else {\n                const routeData = Framer.inferInitialRouteFromPath(routes, decodeURIComponent(location.pathname), true, locales)\n                routeId = routeData.routeId\n                localeId = routeData.localeId\n                pathVariables = routeData.pathVariables\n            }\n\n            const route = routes[routeId]\n            const RootComponent = await route.page.preload()\n            routes[routeId].page = RootComponent\n\n            const content = React.createElement(\n                Framer.PageRoot,\n                {\n                    RootComponent,\n                    isWebsite: true,\n                    routeId,\n                    pathVariables,\n                    routes,\n                    collectionUtils,\n                    notFoundPage,\n                    isReducedMotion: undefined,\n                    localeId,\n                    locales,\n                }\n            )\n\n            const contentWithFeaturesContext = React.createElement(\n                Framer.LibraryFeaturesProvider,\n                {\n                    children: content,\n                    value: {imgSizesWorkaroundEnabled: false}\n                }\n            )\n\n\n            const page = React.createElement(Framer.PageEffectsProvider, {\n                children: contentWithFeaturesContext,\n                value: {routes: {qje6HQNin: {}, SRvm9wySs: {}}}\n            })\n\n            if (shouldHydrate) {\n                React.startTransition(() => {\n                    ReactDOM.hydrateRoot(container, page)\n                })\n            } else {\n                ReactDOM.createRoot(container).render(page)\n            }\n        })().catch(error => {\n            window.__send_framer_event && window.__send_framer_event(\"published_site_load_error\", {\n                message: String(error),\n                stack: error instanceof Error && typeof error.stack === \"string\" ? error.stack : null\n            })\n            throw error\n        })\n\n        \n        ;(async () => {\n            const { default: Badge } = await import(\"__framer-badge\")\n            const ContainerWithStyleAppearEffect = Framer.withStyleAppearEffect(Framer.Container)\n            React.startTransition(() => {\n                ReactDOM.createRoot(document.getElementById(\"__framer-badge-container\"))\n                    .render(React.createElement(ContainerWithStyleAppearEffect, {\n                        className: \"__framer-badge\",\n                        __framer__threshold: 0.5,\n                        __framer__animateOnce: true,\n                        __framer__opacity: 0,\n                        __framer__targetOpacity: 1,\n                        __framer__rotate: 0,\n                        __framer__x: 0,\n                        __framer__y: 10,\n                        __framer__scale: 1,\n                        __framer__transition: {\n                            \"type\": \"spring\",\n                            \"ease\": [0.44, 0, 0.56, 1],\n                            \"duration\": 0.3,\n                            \"delay\": 1,\n                            \"stiffness\": 350,\n                            \"damping\": 40,\n                            \"mass\": 1.5\n                        },\n                        __framer__rotateX: 0,\n                        __framer__rotateY: 0,\n                        __framer__perspective: 1200,\n                    }, React.createElement(Badge)))\n                })\n        })()\n    "],
  "mappings": "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",
  "names": ["window", "packageAndFilename", "exportIdentifier", "B", "ErrorPlaceholder", "installFlexboxGapWorkaroundIfNeeded", "routes", "lazy", "collectionUtils", "locales", "notFoundPage", "container", "routeId", "localeId", "pathVariables", "shouldHydrate", "routeData", "inferInitialRouteFromPath", "RootComponent", "content", "PageRoot", "contentWithFeaturesContext", "LibraryFeaturesProvider", "page", "PageEffectsProvider", "Z", "d", "r", "error", "Badge", "ContainerWithStyleAppearEffect", "withStyleAppearEffect", "Container"]
}
