{
  "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        ;(async () => {\r\n            const routes = {augiA20Il: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/lxTVCJ5tNrp8b8RL2QsG/jLi6cOuPdhEw6ufJUENk/augiA20Il.js\")), path: \"/\"}, iBQxHmYI9: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/OZhD3RR4q5nhmvlnPiOe/UMNX9iBlF1ickvdJLY01/iBQxHmYI9.js\")), path: \"/work/adidas\"}, Sar1igR2F: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/3bRuv9oAyCfwsGOtq1I5/4SEExKKzIIIPSKxZp82o/Sar1igR2F.js\")), path: \"/work/apple\"}, pZlEShMng: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/CXoQKomUMh4ed4oQMdpD/BDmIp5ssLcvFZAvCMlZr/pZlEShMng.js\")), path: \"/work/beats\"}, VV_MJ_ubP: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/ybUoUD1stgUODDqaa6n1/PJMM58tRCF0GOs3xKZKS/VV_MJ_ubP.js\")), path: \"/work/comscore\"}, PGdurwFyx: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/MfPAjLp4W2OiB5cb2yWS/4oTgBKpweusxFRdFGr4Q/PGdurwFyx.js\")), path: \"/work/flexport\"}, Sy81vGoVL: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/wVuHHKziUyLjZ3SgB8ce/wdwZ0hGP3I9rDhbZEavw/Sy81vGoVL.js\")), path: \"/work/goodblend\"}, h5KpydxwM: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/qMKDOSdQTOCdyB7jpOIe/QexbczLaqrbi5tjAeurK/h5KpydxwM.js\")), path: \"/about\"}, GnpU20k1z: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/K1eaRDzbzFJyCqDKvSP5/RPokBaUQoiW06btsRsdE/GnpU20k1z.js\")), path: \"/page\"}, FrxLMPrpb: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/YeoBabDRcOoUPm5nj43l/VyxWqgXUk9ojJfFz08kM/FrxLMPrpb.js\")), path: \"/fun\"}}\r\n            const collectionUtils = {}\r\n            const locales = [{code: \"en-US\", 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, 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                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 = false\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                    notFoundPage,\r\n                    isReducedMotion: undefined,\r\n                    localeId,\r\n                    locales,\r\n                    preserveQueryParams: undefined,\r\n                    enableImproveInpDuringHydration: improveInpDuringHydration,\r\n                    shouldMarkHydrationEnd: 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                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    "],
  "mappings": "wJAA4B,IAAIA,EAAE,YAAYC,EAAIC,EAAQD,EAAME,EAAE,CAAC,EAAMC,EAAEJ,EAAEG,EAAE,WAAWC,EAAE,WAAWD,EAAE,YAAYC,EAAE,YAAY,IAAMC,EAAEF,EAAE,WAAWG,EAAEH,EAAE,YCKpJI,EAAO,2BAA6B,CAACC,EAAoBC,IAAqB,IAC7DC,EAAqBC,EAAkB,CAAE,MAAO,qCAAuCF,EAAmB,SAAWD,EAAqB,GAAI,CAAC,EAIhKD,EAAO,QAAU,CACb,GAAGA,EAAO,QACV,IAAK,CACD,GAAIA,EAAO,QAAUA,EAAO,QAAQ,IAAK,OACzC,SAAU,YACd,CACJ,EAGOK,EAAoC,EAE3CL,EAAO,gBAAkBA,EAAO,iBAAmB,CAAC,EACpD,SAASM,GAAQ,CACbN,EAAO,gBAAgB,KAAK,SAAS,CACzC,EAEE,SAAY,CACV,IAAMO,EAAS,CAAC,UAAW,CAAC,SAAU,CAAC,EAAG,KAAaC,EAAK,IAAM,OAAO,4DAA8F,CAAC,EAAG,KAAM,GAAG,EAAG,UAAW,CAAC,SAAU,CAAC,EAAG,KAAaA,EAAK,IAAM,OAAO,4DAA8F,CAAC,EAAG,KAAM,cAAc,EAAG,UAAW,CAAC,SAAU,CAAC,EAAG,KAAaA,EAAK,IAAM,OAAO,4DAA8F,CAAC,EAAG,KAAM,aAAa,EAAG,UAAW,CAAC,SAAU,CAAC,EAAG,KAAaA,EAAK,IAAM,OAAO,4DAA8F,CAAC,EAAG,KAAM,aAAa,EAAG,UAAW,CAAC,SAAU,CAAC,EAAG,KAAaA,EAAK,IAAM,OAAO,4DAA8F,CAAC,EAAG,KAAM,gBAAgB,EAAG,UAAW,CAAC,SAAU,CAAC,EAAG,KAAaA,EAAK,IAAM,OAAO,4DAA8F,CAAC,EAAG,KAAM,gBAAgB,EAAG,UAAW,CAAC,SAAU,CAAC,EAAG,KAAaA,EAAK,IAAM,OAAO,4DAA8F,CAAC,EAAG,KAAM,iBAAiB,EAAG,UAAW,CAAC,SAAU,CAAC,EAAG,KAAaA,EAAK,IAAM,OAAO,4DAA8F,CAAC,EAAG,KAAM,QAAQ,EAAG,UAAW,CAAC,SAAU,CAAC,EAAG,KAAaA,EAAK,IAAM,OAAO,4DAA8F,CAAC,EAAG,KAAM,OAAO,EAAG,UAAW,CAAC,SAAU,CAAC,EAAG,KAAaA,EAAK,IAAM,OAAO,4DAA8F,CAAC,EAAG,KAAM,MAAM,CAAC,EACjuDC,EAAkB,CAAC,EACnBC,EAAU,CAAC,CAAC,KAAM,QAAS,GAAI,UAAW,KAAM,UAAW,KAAM,EAAE,CAAC,EACpEC,EAAsBH,EAAK,IAAM,OAAO,wCAAyB,CAAC,EAClEI,EAAY,SAAS,eAAe,MAAM,EAE5CC,EAASC,EAAUC,EAAeC,EAAgB,GACtD,GAAI,oBAAqBJ,EAAU,QAAS,CACxC,IAAMK,EAAY,KAAK,MAAML,EAAU,QAAQ,eAAe,EAC9DC,EAAUI,EAAU,QACpBH,EAAWG,EAAU,SACrBF,EAAgBE,EAAU,cAC1BD,EAAgB,OACb,CACH,IAAMC,EAAmBC,EAA0BX,EAAQ,mBAAmB,SAAS,QAAQ,EAAG,GAAMG,CAAO,EAC/GG,EAAUI,EAAU,QACpBH,EAAWG,EAAU,SACrBF,EAAgBE,EAAU,cAI9B,IAAME,EAAgB,MADRZ,EAAOM,CAAO,EACM,KAAK,QAAQ,EAC/CN,EAAOM,CAAO,EAAE,KAAOM,EAEvB,IAAMC,EAA4B,GAC5BC,EAAgBlB,EACXmB,EACP,CACI,cAAAH,EACA,UAAW,GACX,QAAAN,EACA,cAAAE,EACA,OAAAR,EACA,gBAAAE,EACA,aAAAE,EACA,gBAAiB,OACjB,SAAAG,EACA,QAAAJ,EACA,oBAAqB,OACrB,gCAAiCU,EACjC,uBAAwBJ,CAC5B,CACJ,EAEMO,EAAmCpB,EAC9BqB,EACP,CACI,SAAUH,EACV,MAAO,CAAC,0BAA2B,EAAK,CAC5C,CACJ,EAGMI,EAAatB,EAAqBuB,EAAqB,CACzD,SAAUH,EACV,MAAO,CAAC,OAAQ,CAAC,CAAC,CACtB,CAAC,EAEGP,EACMW,EAAgB,IAAM,CACxB,YAAY,KAAK,wBAAwB,EACrCP,GAA2BpB,EAAO,2CAA2C,EACxE4B,EAAYhB,EAAWa,CAAI,CACxC,CAAC,EAEQI,EAAWjB,CAAS,EAAE,OAAOa,CAAI,CAElD,GAAG,EAAE,MAAMK,GAAS,CAChB,MAAAxB,EAAM,4BAA6B,CAC/B,QAAS,OAAOwB,CAAK,EACrB,MAAOA,aAAiB,OAAS,OAAOA,EAAM,OAAU,SAAWA,EAAM,MAAQ,IACrF,CAAC,EACKA,CACV,CAAC",
  "names": ["o", "npm_react_dom_18_2_exports", "Ha", "a", "e", "r", "d", "window", "packageAndFilename", "exportIdentifier", "B", "ErrorPlaceholder", "installFlexboxGapWorkaroundIfNeeded", "track", "routes", "lazy", "collectionUtils", "locales", "notFoundPage", "container", "routeId", "localeId", "pathVariables", "shouldHydrate", "routeData", "inferInitialRouteFromPath", "RootComponent", "improveInpDuringHydration", "content", "PageRoot", "contentWithFeaturesContext", "LibraryFeaturesProvider", "page", "PageEffectsProvider", "Z", "d", "r", "error"]
}
