{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/t40oEMIMItEots8y9Cx8/qR5Oaa3XdO1iZzzX0b3Z/vFwDA0dol.js", "ssg:https://framerusercontent.com/modules/7zkcGBF5MBOyvnVLJUxH/kV1BBhBVOeHhgB7jkGyI/Global.js"],
  "sourcesContent": ["// Generated by Framer (47ebf4a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withGlobalEvents}from\"https://framerusercontent.com/modules/7zkcGBF5MBOyvnVLJUxH/kV1BBhBVOeHhgB7jkGyI/Global.js\";const MotionDivWithGlobalEvents1f0a5zp=withCodeBoundaryForOverrides(motion.div,{nodeId:\"wp_qMepR2\",override:withGlobalEvents,scopeId:\"vFwDA0dol\"});const serializationHash=\"framer-x4V2H\";const variantClassNames={GLmP7hqV7:\"framer-v-39ioey\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"GLmP7hqV7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-39ioey\",className,classNames),\"data-framer-name\":\"Scripts\",layoutDependency:layoutDependency,layoutId:\"GLmP7hqV7\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(MotionDivWithGlobalEvents1f0a5zp,{className:\"framer-1f0a5zp\",\"data-framer-name\":\"PostHogScript\",layoutDependency:layoutDependency,layoutId:\"wp_qMepR2\"})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-x4V2H.framer-rppkw6, .framer-x4V2H .framer-rppkw6 { display: block; }\",\".framer-x4V2H.framer-39ioey { height: 1px; overflow: hidden; position: relative; width: 1px; }\",\".framer-x4V2H .framer-1f0a5zp { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1\n * @framerIntrinsicWidth 1\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramervFwDA0dol=withCSS(Component,css,\"framer-x4V2H\");export default FramervFwDA0dol;FramervFwDA0dol.displayName=\"Scripts/Global\";FramervFwDA0dol.defaultProps={height:1,width:1};addFonts(FramervFwDA0dol,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervFwDA0dol\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";export function withGlobalEvents(Component){return props=>{useEffect(()=>{if(window.posthog){window.posthog.capture(\"$pageview\");if(window.location.pathname.includes(\"/thanks\")){window.posthog.capture(\"lead_submission\");}}const handleFormSubmit=event=>{if(!window.posthog)return;const form=event.target;// if (form.id !== \"lead-form\") return\n// Convert form data to object\nconst formData=new FormData(form);const formValues={};formData.forEach((value,key)=>{formValues[key]=value;});// Capture form data without blocking submission\nwindow.posthog.capture(\"lead_submitted_data\",{form_id:form.id,form_action:form.action,...formValues});};document.addEventListener(\"submit\",handleFormSubmit,{capture:true,passive:true});return()=>{document.removeEventListener(\"submit\",handleFormSubmit,{capture:true});};},[]);return /*#__PURE__*/_jsx(Component,{...props});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withGlobalEvents\":{\"type\":\"reactHoc\",\"name\":\"withGlobalEvents\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Global.map"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "withGlobalEvents", "Component", "props", "ue", "handleFormSubmit", "event", "form", "formData", "formValues", "value", "key", "p", "MotionDivWithGlobalEvents1f0a5zp", "withCodeBoundaryForOverrides", "motion", "withGlobalEvents", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "MotionDivWithGlobalEvents1f0a5zp", "css", "FramervFwDA0dol", "withCSS", "vFwDA0dol_default", "addFonts"]
}
