{"version":3,"file":"E9FmfCHQi.EPCiy8NI.mjs","names":["useRef","useState","addPropertyOverrides","MaterialFonts","Material","cycleOrder","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","React.useRef","React.useId","className","BatteryHeroBackground","Material","BatteryForm","BatteryHeroSlider","React.useContext","React.useMemo","React.Fragment","useRef","React.useId","sharedStyle.className","sharedStyle1.className","sharedStyle2.className","sharedStyle3.className","className","sharedStyle.css","sharedStyle1.css","sharedStyle2.css","sharedStyle3.css","sharedStyle.fonts","sharedStyle1.fonts","sharedStyle2.fonts","sharedStyle3.fonts"],"sources":["https:/framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/uDvKUYsz9rb9t5rJDlma/AnimatedCounter.js","https:/framerusercontent.com/modules/uQucJq7WID8ZzDsYDP5u/G9IgXjRfAtPBxJqrjwH6/VDcOCXBMc.js","https:/framerusercontent.com/modules/HhRW8nI8OBnzarTxJu2p/pqKNw0ifyhMS9TkrCi3M/E9FmfCHQi.js"],"sourcesContent":["/*\n * Animated Counter by framer.today\n * v1.0.1\n *\n * hi@framer.today\n * _joerl on 𝕏\n *\n * Full terms here ↴\n * https://framer.today/license\n *\n */import{jsx as _jsx}from\"react/jsx-runtime\";import{animate,motion,useInView}from\"framer-motion\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";/**\n * @framerDisableUnlink\n */export default function AnimatedCounter(props){const{from,to,duration,decimalPlaces,decimalSeparator,font:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign},color,playOnLoad,once,animationType}=props;const ref=useRef(null);const isInView=useInView(ref);const[displayValue,setDisplayValue]=useState(()=>formatNumber(from));const isCanvas=RenderTarget.current()===RenderTarget.canvas;const ariaLabel=`Counter ends at ${to}`;function formatNumber(value){let formattedNumber=value.toFixed(decimalPlaces).replace(\".\",decimalSeparator);return formattedNumber;}useEffect(()=>{if(!isCanvas&&(playOnLoad||isInView)){const animationControl=animate(from,to,{duration,ease:animationType===\"smooth\"?\"easeInOut\":\"linear\",onUpdate:latest=>{setDisplayValue(formatNumber(latest));}});return()=>animationControl.stop();}},[from,to,duration,decimalPlaces,decimalSeparator,playOnLoad,isInView,animationType]);return /*#__PURE__*/_jsx(motion.div,{ref:ref,initial:{opacity:isCanvas?1:0},whileInView:{opacity:1},style:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign,color,fontVariantNumeric:\"tabular-nums\",userSelect:\"none\"},\"aria-label\":ariaLabel,children:isCanvas?formatNumber(to):displayValue});}AnimatedCounter.defaultProps={from:0,to:24,duration:5,decimalPlaces:0,decimalSeparator:\".\",font:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:40,lineHeight:\"1.5em\",letterSpacing:\"normal\",textAlign:\"left\"},color:\"#FFF\",playOnLoad:true,once:true,animationType:\"smooth\"};addPropertyControls(AnimatedCounter,{from:{type:ControlType.Number,title:\"From\",defaultValue:0,min:0,step:.1,displayStepper:true},to:{type:ControlType.Number,title:\"To\",defaultValue:16,min:0,step:.1,displayStepper:true},animationType:{type:ControlType.Enum,title:\"Animation Type\",defaultValue:\"smooth\",options:[\"smooth\",\"linear\"],optionTitles:[\"Smooth\",\"Linear\"]},duration:{type:ControlType.Number,title:\"Duration\",defaultValue:2.5,min:0,step:.1,displayStepper:true},decimalPlaces:{type:ControlType.Number,displayStepper:true,title:\"Decimal Places\",defaultValue:0,min:0,max:2,step:1},decimalSeparator:{type:ControlType.Enum,title:\"↳ Separator\",defaultValue:\".\",options:[\".\",\",\"],optionTitles:[\".\",\",\"],hidden:({decimalPlaces})=>decimalPlaces===0},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",defaultValue:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:64,lineHeight:\"1.5em\",letterSpacing:\"Medium\",textAlign:\"left\"},displayFontSize:true,displayTextAlignment:false,defaultFontType:\"monospace\"},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\"},once:{type:ControlType.Boolean,title:\"Once\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},playOnLoad:{type:ControlType.Boolean,title:\"InView?\",defaultValue:true,enabledTitle:\"No\",disabledTitle:\"Yes\",description:`\n        \n        *from framer.today*\n [License](https://framer.today/license)\n    `}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AnimatedCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AnimatedCounter.map","// Generated by Framer (8d84d1c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";const MaterialFonts=getFonts(Material);const cycleOrder=[\"NUFcqQeSY\",\"M8pTB1f0O\",\"dd4w5CvIT\"];const serializationHash=\"framer-NL9V0\";const variantClassNames={dd4w5CvIT:\"framer-v-myle9i\",M8pTB1f0O:\"framer-v-19sh7z1\",NUFcqQeSY:\"framer-v-lskglm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"NUFcqQeSY\",\"Variant 2\":\"M8pTB1f0O\",\"Variant 3\":\"dd4w5CvIT\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"NUFcqQeSY\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NUFcqQeSY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearo49tz4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"M8pTB1f0O\"),7090);});const onAppear1n86g3h=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"dd4w5CvIT\"),7090);});const onAppear130nave=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"NUFcqQeSY\"),7090);});useOnVariantChange(baseVariant,{dd4w5CvIT:onAppear130nave,default:onAppearo49tz4,M8pTB1f0O:onAppear1n86g3h});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-lskglm\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"NUFcqQeSY\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({dd4w5CvIT:{\"data-framer-name\":\"Variant 3\"},M8pTB1f0O:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ffotqr\",layoutDependency:layoutDependency,layoutId:\"CcwFmslGm\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-47hzi3-container\",layoutDependency:layoutDependency,layoutId:\"ex1avEYX7-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"LightMode\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"ex1avEYX7\",layoutId:\"ex1avEYX7\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zlxi4o\",layoutDependency:layoutDependency,layoutId:\"LITr7Khuh\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ydjoz\",layoutDependency:layoutDependency,layoutId:\"LSrGQwfs4\",style:{backgroundColor:\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vx8rc2\",layoutDependency:layoutDependency,layoutId:\"eMy9TOhCO\",style:{backgroundColor:\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q7sxn3\",layoutDependency:layoutDependency,layoutId:\"WdCK17CKn\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-57dr8p\",layoutDependency:layoutDependency,layoutId:\"XufvAGtxy\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-slr24k\",layoutDependency:layoutDependency,layoutId:\"jrpUiiVL6\",style:{backgroundColor:\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999}})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2gr8tz\",layoutDependency:layoutDependency,layoutId:\"fIavSP9eW\",style:{backgroundColor:\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kqfnyj\",layoutDependency:layoutDependency,layoutId:\"OdlHln3sw\",style:{backgroundColor:\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-polrxj\",layoutDependency:layoutDependency,layoutId:\"g7k8rNhC_\",style:{backgroundColor:\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\"}})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vhdh6t-container\",layoutDependency:layoutDependency,layoutId:\"oQ3VaQiTF-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Bedtime\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"oQ3VaQiTF\",layoutId:\"oQ3VaQiTF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NL9V0.framer-dkrj7f, .framer-NL9V0 .framer-dkrj7f { display: block; }\",\".framer-NL9V0.framer-lskglm { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NL9V0 .framer-1ffotqr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 297px; }\",\".framer-NL9V0 .framer-47hzi3-container, .framer-NL9V0 .framer-1vhdh6t-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-NL9V0 .framer-zlxi4o { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-NL9V0 .framer-1ydjoz { flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; right: 0px; top: calc(50.00000000000002% - 1px / 2); z-index: 1; }\",\".framer-NL9V0 .framer-1vx8rc2, .framer-NL9V0 .framer-2gr8tz, .framer-NL9V0 .framer-1kqfnyj, .framer-NL9V0 .framer-polrxj { flex: none; height: 16px; overflow: visible; position: relative; width: 1px; }\",\".framer-NL9V0 .framer-q7sxn3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 10px; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: calc(50.00000000000002% - 10px / 2); z-index: 1; }\",\".framer-NL9V0 .framer-57dr8p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 10px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 33%; }\",\".framer-NL9V0 .framer-slr24k { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 10px); overflow: visible; position: relative; width: 10px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NL9V0.framer-lskglm, .framer-NL9V0 .framer-1ffotqr, .framer-NL9V0 .framer-q7sxn3, .framer-NL9V0 .framer-57dr8p { gap: 0px; } .framer-NL9V0.framer-lskglm > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-NL9V0.framer-lskglm > :first-child, .framer-NL9V0 .framer-1ffotqr > :first-child, .framer-NL9V0 .framer-q7sxn3 > :first-child, .framer-NL9V0 .framer-57dr8p > :first-child { margin-left: 0px; } .framer-NL9V0.framer-lskglm > :last-child, .framer-NL9V0 .framer-1ffotqr > :last-child, .framer-NL9V0 .framer-q7sxn3 > :last-child, .framer-NL9V0 .framer-57dr8p > :last-child { margin-right: 0px; } .framer-NL9V0 .framer-1ffotqr > *, .framer-NL9V0 .framer-q7sxn3 > *, .framer-NL9V0 .framer-57dr8p > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-NL9V0.framer-v-19sh7z1 .framer-q7sxn3 { justify-content: center; }\",\".framer-NL9V0.framer-v-myle9i .framer-q7sxn3 { justify-content: flex-end; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 16\n * @framerIntrinsicWidth 297\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"M8pTB1f0O\":{\"layout\":[\"auto\",\"auto\"]},\"dd4w5CvIT\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVDcOCXBMc=withCSS(Component,css,\"framer-NL9V0\");export default FramerVDcOCXBMc;FramerVDcOCXBMc.displayName=\"Battery / Hero / Slider\";FramerVDcOCXBMc.defaultProps={height:16,width:297};addPropertyControls(FramerVDcOCXBMc,{variant:{options:[\"NUFcqQeSY\",\"M8pTB1f0O\",\"dd4w5CvIT\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerVDcOCXBMc,[{explicitInter:true,fonts:[]},...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVDcOCXBMc\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"M8pTB1f0O\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dd4w5CvIT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"16\",\"framerIntrinsicWidth\":\"297\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VDcOCXBMc.map","// Generated by Framer (8f9ffef)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import DotLottie from\"https://framerusercontent.com/modules/jfK7C7JmdHGaVBsvt1V7/G0lF2a2mezep3QZSQZwm/DotLottie.js\";import AnimatedCounter from\"https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/uDvKUYsz9rb9t5rJDlma/AnimatedCounter.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/1oBpblY5J8Box0mGMQ0O/Y6RZQgD6cBnd22bu4vkJ/IQbVIf5jD.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/1YEE0k3hUHAbxAMy7aSf/C9I7aP5GXFzYw21ACrhi/Kf7zvzk6F.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/3K4vVkhN9ItJVDhdoEpF/SXejw6pBQqjD1hAxLsDW/kHIH1JkAB.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/unBOmCjUF5Gh7w2tHdEO/O3HOQ4VqjC4gN1x6piHD/mIvqTowY1.js\";import BatteryForm from\"https://framerusercontent.com/modules/h8TV5CSXNc7JDJYhmc3r/TE1CmjKz7ziK8RRRPrD0/dZF29hWaf.js\";import BatteryHeroSlider from\"https://framerusercontent.com/modules/uQucJq7WID8ZzDsYDP5u/G9IgXjRfAtPBxJqrjwH6/VDcOCXBMc.js\";import BatteryHeroBackground from\"https://framerusercontent.com/modules/M9cfpcmrFZoUmEsejt0n/k0cP2Knyg64Kc7zy0uRQ/YlFB0wOMV.js\";const BatteryHeroBackgroundFonts=getFonts(BatteryHeroBackground);const RichTextWithFX=withFX(RichText);const AnimatedCounterFonts=getFonts(AnimatedCounter);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const MaterialFonts=getFonts(Material);const MotionDivWithFX=withFX(motion.div);const BatteryFormFonts=getFonts(BatteryForm);const DotLottieFonts=getFonts(DotLottie);const BatteryHeroSliderFonts=getFonts(BatteryHeroSlider);const cycleOrder=[\"bstAve3j8\",\"kUlE2iKfr\",\"n7zbFBlwQ\",\"uw8AVvDpT\"];const serializationHash=\"framer-tiVn9\";const variantClassNames={bstAve3j8:\"framer-v-1jjnn8p\",kUlE2iKfr:\"framer-v-1a60zq\",n7zbFBlwQ:\"framer-v-j7ebup\",uw8AVvDpT:\"framer-v-bu1aik\"};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 negate=value=>{return!value;};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:24};const transition2={damping:30,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:24};const transition3={damping:30,delay:.05,mass:1,stiffness:200,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:24};const transition4={damping:30,delay:.1,mass:1,stiffness:200,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:24};const transition5={damping:30,delay:.15,mass:1,stiffness:200,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:24};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};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 humanReadableVariantMap={\"Desktop (L)\":\"bstAve3j8\",\"Laptop (M)\":\"kUlE2iKfr\",\"Phone (XS)\":\"uw8AVvDpT\",\"Tablet (S)\":\"n7zbFBlwQ\"};const getProps=({adviceID,buttonTitle,buttonTitleUnder,formID,height,id,pilot,pilotCount,subtitle,title,uSP1,uSP2,uSP3,width,...props})=>{return{...props,AZm3LXR8m:buttonTitleUnder??props.AZm3LXR8m??\"Hegg 11.5 kWh thuisbatterij\",cyttCxggs:uSP1??props.cyttCxggs??\"Maximaal rendement op zonnestroom en energiemarkt\",DMmAGrf1N:formID??props.DMmAGrf1N??\"37bd4514-3bec-485b-817a-34b6aa88e187\",EgqT0p2uu:uSP2??props.EgqT0p2uu??\"Geen terugleverkosten meer en voorbereid op een wereld zonder salderen\",HNN4yfmMM:pilotCount??props.HNN4yfmMM??100,hWl7_PU8J:title??props.hWl7_PU8J??\"Een thuisbatterij Voor iedereen  \",lNrUaenHO:subtitle??props.lNrUaenHO??\"Liever kopen of huren?\",NJFEheDDo:adviceID??props.NJFEheDDo??\"ff599bcc-951e-498a-8487-925d95d7fb7d\",ovmbel2AB:uSP3??props.ovmbel2AB??\"Voor de groenste stroom en een stabiel energienet\",qGm2oZ7fh:pilot??props.qGm2oZ7fh,variant:humanReadableVariantMap[props.variant]??props.variant??\"bstAve3j8\",YQJD0jGZa:buttonTitle??props.YQJD0jGZa??\"Hegg 11.5 kWh thuisbatterij\"};};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,DMmAGrf1N,NJFEheDDo,lNrUaenHO,hWl7_PU8J,cyttCxggs,EgqT0p2uu,ovmbel2AB,YQJD0jGZa,AZm3LXR8m,qGm2oZ7fh,HNN4yfmMM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bstAve3j8\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=negate(qGm2oZ7fh);const visible1=isSet(YQJD0jGZa);const visible2=isSet(AZm3LXR8m);const isDisplayed=()=>{if([\"n7zbFBlwQ\",\"uw8AVvDpT\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1jjnn8p\",className,classNames),\"data-framer-name\":\"Desktop (L)\",layoutDependency:layoutDependency,layoutId:\"bstAve3j8\",ref:refBinding,style:{backgroundColor:\"var(--token-824aa4bf-3264-49f3-9107-b5c1fe37fcc3, rgb(255, 255, 255))\",...style},...addPropertyOverrides({kUlE2iKfr:{\"data-framer-name\":\"Laptop (M)\"},n7zbFBlwQ:{\"data-framer-name\":\"Tablet (S)\"},uw8AVvDpT:{\"data-framer-name\":\"Phone (XS)\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:(componentViewport?.height||657)-0,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,...addPropertyOverrides({kUlE2iKfr:{height:(componentViewport?.height||700)-0},n7zbFBlwQ:{height:(componentViewport?.height||1188)-0},uw8AVvDpT:{height:(componentViewport?.height||1172)-0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1u68e26-container\",layoutDependency:layoutDependency,layoutId:\"M3R8NlWwT-container\",nodeId:\"M3R8NlWwT\",rendersWithMotion:true,scopeId:\"E9FmfCHQi\",children:/*#__PURE__*/_jsx(BatteryHeroBackground,{BqUcO8bB_:\"rgb(190, 159, 196)\",height:\"100%\",id:\"M3R8NlWwT\",layoutId:\"M3R8NlWwT\",qkhI0qGt7:\"var(--token-9dcc2624-3c22-461a-8dd5-038d53a8935e, rgb(224, 248, 255))\",Qpg9PmOyE:\"rgb(190, 159, 196)\",style:{height:\"100%\",width:\"100%\"},v5EqSQUUI:\"var(--token-9c00de91-f043-4324-92af-ce445263e86a, rgb(252, 243, 154))\",variant:\"oK5ix4LtH\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-159m3pz\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"qanqYLeCY\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fs5y99\",layoutDependency:layoutDependency,layoutId:\"tFYQXwGs_\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jp8l28\",layoutDependency:layoutDependency,layoutId:\"xl6x4uTYy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v46zpn\",layoutDependency:layoutDependency,layoutId:\"b4Pe23F8b\",children:[visible&&/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-mvozma\",\"data-styles-preset\":\"Kf7zvzk6F\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54)))\"},children:\"Liever kopen of huren?\"})}),className:\"framer-1ulvncw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VWRdqDxFz\",style:{\"--extracted-1of0zx5\":\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:lNrUaenHO,verticalAlignment:\"top\",withExternalLayout:true}),qGm2oZ7fh&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dthjyf\",layoutDependency:layoutDependency,layoutId:\"PqcMeTwJT\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-mvozma\",\"data-styles-preset\":\"Kf7zvzk6F\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54)))\"},children:\"Pilot: Nog\"})}),className:\"framer-i9uemc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LNmYLvHJ9\",style:{\"--extracted-1eung3n\":\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1u8be9-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"XtYdWjEbh-container\",nodeId:\"XtYdWjEbh\",rendersWithMotion:true,scopeId:\"E9FmfCHQi\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",decimalPlaces:0,decimalSeparator:\".\",duration:5,font:{fontFamily:'\"DIN Condensed Bold\", \"DIN Condensed Bold Placeholder\", sans-serif',fontSize:\"36px\",letterSpacing:\"0em\",lineHeight:\"1em\"},from:100,height:\"100%\",id:\"XtYdWjEbh\",layoutId:\"XtYdWjEbh\",once:true,playOnLoad:true,to:HNN4yfmMM,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-mvozma\",\"data-styles-preset\":\"Kf7zvzk6F\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54)))\"},children:\"batterijen\"})}),className:\"framer-14klvm3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"w2nQQkG7q\",style:{\"--extracted-1eung3n\":\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-mvozma\",\"data-styles-preset\":\"Kf7zvzk6F\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54)))\"},children:\"in\"})}),className:\"framer-rz3sqk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SiPGZzhla\",style:{\"--extracted-1eung3n\":\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-mvozma\",\"data-styles-preset\":\"Kf7zvzk6F\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54)))\"},children:\"gemeente\"})}),className:\"framer-lh4zxw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"z9LG6jKo5\",style:{\"--extracted-1eung3n\":\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-mvozma\",\"data-styles-preset\":\"Kf7zvzk6F\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54)))\"},children:\"Utrecht\"})}),className:\"framer-th6qxt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HwFXXoW2P\",style:{\"--extracted-1eung3n\":\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1hqaxl3\",\"data-styles-preset\":\"kHIH1JkAB\",children:\"Een thuisbatterij Voor iedereen  \"})}),className:\"framer-14bdpe4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nzxhww3xb\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:hWl7_PU8J,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1v0dzb2\",layoutDependency:layoutDependency,layoutId:\"UMu77mNwO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oj6ck4\",layoutDependency:layoutDependency,layoutId:\"F_6iPKPQp\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-159muv7-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"pLAJ4Xbet-container\",nodeId:\"pLAJ4Xbet\",rendersWithMotion:true,scopeId:\"E9FmfCHQi\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",height:\"100%\",iconSearch:\"sav\",iconSelection:\"TrendingUp\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"pLAJ4Xbet\",layoutId:\"pLAJ4Xbet\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1r7nlxv\",\"data-styles-preset\":\"IQbVIf5jD\",children:\"Maximaal rendement op zonnestroom en onbalans\"})}),className:\"framer-1io0gyj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lIvkrOcwm\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:cyttCxggs,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11v1xi4\",layoutDependency:layoutDependency,layoutId:\"oA7seyZ4o\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15ddqjp\",layoutDependency:layoutDependency,layoutId:\"JnIJaOUe7\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ojma10-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"QXsxcYBZ0-container\",nodeId:\"QXsxcYBZ0\",rendersWithMotion:true,scopeId:\"E9FmfCHQi\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Bolt\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"QXsxcYBZ0\",layoutId:\"QXsxcYBZ0\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1r7nlxv\",\"data-styles-preset\":\"IQbVIf5jD\",children:\"Geen terugleverkosten meer en voorbereid op een wereld zonder salderen\"})}),className:\"framer-1n41anq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hz7_bTFqD\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:EgqT0p2uu,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3jc5j0\",layoutDependency:layoutDependency,layoutId:\"JXC9nx_Qd\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pttdxh-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"OEUeAaVDX-container\",nodeId:\"OEUeAaVDX\",rendersWithMotion:true,scopeId:\"E9FmfCHQi\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Eco\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"OEUeAaVDX\",layoutId:\"OEUeAaVDX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1r7nlxv\",\"data-styles-preset\":\"IQbVIf5jD\",children:\"Voor de groenste stroom en een stabiel energienet\"})}),className:\"framer-vdei2x\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HDaxoKh_x\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ovmbel2AB,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1tffhw3\",layoutDependency:layoutDependency,layoutId:\"S7ukRpJUZ\",children:[visible1&&/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-56c1rw\",\"data-styles-preset\":\"mIvqTowY1\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54)))\"},children:\"Hegg 11.5 kWh thuisbatterij\"})}),className:\"framer-16sxz05\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QopA7BiCL\",style:{\"--extracted-1eung3n\":\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:YQJD0jGZa,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`calc(min(max((min(${componentViewport?.width||\"100vw\"}, 1380px) - 192px) / 2, 1px), (min(${componentViewport?.width||\"100vw\"}, 1380px) - 192px) / 2) - 96px)`,y:(componentViewport?.y||0)+0+0+(96+(Math.max(0,((componentViewport?.height||657)-0-0)/1)*1-192-(Math.max(0,((componentViewport?.height||657)-0-0)/1)*1-192)*1)/2)+48+(((Math.max(0,((componentViewport?.height||657)-0-0)/1)*1-192)*1-48-768)/2+0+0)+0+632+0+40,...addPropertyOverrides({kUlE2iKfr:{width:`calc(min(max((min(${componentViewport?.width||\"100vw\"}, 1380px) - 144px) / 2, 1px), (min(${componentViewport?.width||\"100vw\"}, 1380px) - 96px) * 0.66) - 96px)`,y:(componentViewport?.y||0)+0+0+(48+(Math.max(0,((componentViewport?.height||700)-0-0)/1)*1-96-(Math.max(0,((componentViewport?.height||700)-0-0)/1)*1-96)*1)/2)+48+(((Math.max(0,((componentViewport?.height||700)-0-0)/1)*1-96)*1-48-768)/2+0+0)+0+632+0+40},n7zbFBlwQ:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1380px) - 96px)`,y:(componentViewport?.y||0)+64+0+48+548+0+0+0+632+0+40},uw8AVvDpT:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1380px) - 48px)`,y:(componentViewport?.y||0)+0+0+48+404+0+0+0+584+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ozxr8p-container\",layoutDependency:layoutDependency,layoutId:\"oq52zjxrH-container\",nodeId:\"oq52zjxrH\",rendersWithMotion:true,scopeId:\"E9FmfCHQi\",children:/*#__PURE__*/_jsx(BatteryForm,{height:\"100%\",id:\"oq52zjxrH\",iopWco7gu:\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",jHbi3cH7I:NJFEheDDo,layoutId:\"oq52zjxrH\",MfhDuJBcH:\"Check jouw besparing\",O2A0mErtU:{borderColor:\"var(--token-ccd19f3d-f618-4855-b383-eae424f78b3d, rgb(248, 223, 0))\",borderStyle:\"solid\",borderWidth:1},OhYwLNY4F:DMmAGrf1N,style:{width:\"100%\"},uT5IUer86:\"Vrijblijvend advies\",variant:\"e7DH1x4PS\",width:\"100%\",...addPropertyOverrides({kUlE2iKfr:{variant:\"dnsi1kfbd\"},uw8AVvDpT:{variant:\"dnsi1kfbd\"}},baseVariant,gestureVariant)})})}),visible2&&/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-56c1rw\",\"data-styles-preset\":\"mIvqTowY1\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54)))\"},children:\"Hegg 11.5 kWh thuisbatterij\"})}),className:\"framer-m0h6qr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uYmUXGiTv\",style:{\"--extracted-1eung3n\":\"var(--token-51bf05cd-b74c-4e79-9337-f8897e9b61f6, rgb(62, 72, 54))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:AZm3LXR8m,verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13l1xzw\",layoutDependency:layoutDependency,layoutId:\"Hxe5jtPp9\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17r1fen\",layoutDependency:layoutDependency,layoutId:\"RhFrOwkzn\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qep41b\",\"data-framer-name\":\"Graphic\",layoutDependency:layoutDependency,layoutId:\"GZl_0Iyxx\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1546i1a-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ylS8eSS9J-container\",nodeId:\"ylS8eSS9J\",rendersWithMotion:true,scopeId:\"E9FmfCHQi\",children:/*#__PURE__*/_jsx(DotLottie,{autoplay:true,background:\"rgba(255, 255, 255, 0)\",controls:false,direction:\"1\",height:\"100%\",hover:false,id:\"ylS8eSS9J\",layoutId:\"ylS8eSS9J\",loop:true,progress:0,speed:1,srcType:\"url\",srcUrl:\"https://lottie.host/f2ef0aa3-5e98-46c0-8b92-5cd1dd40b284/Chqp4rzOH2.lottie\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:`max((min(${componentViewport?.width||\"100vw\"}, 1380px) - 192px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+(96+(Math.max(0,((componentViewport?.height||657)-0-0)/1)*1-192-(Math.max(0,((componentViewport?.height||657)-0-0)/1)*1-192)*1)/2)+0+(((Math.max(0,((componentViewport?.height||657)-0-0)/1)*1-192)*1-0-(Math.max(0,((Math.max(0,((componentViewport?.height||657)-0-0)/1)*1-192)*1-0-0)/1)*1+0))/2+0+0)+0+(Math.max(0,((Math.max(0,((componentViewport?.height||657)-0-0)/1)*1-192)*1-0-0)/1)*1-0-(Math.max(0,((Math.max(0,((componentViewport?.height||657)-0-0)/1)*1-192)*1-0-0)/1)*1-0)*1)+0+(((Math.max(0,((Math.max(0,((componentViewport?.height||657)-0-0)/1)*1-192)*1-0-0)/1)*1-0)*1-0-(Math.max(0,((Math.max(0,((Math.max(0,((componentViewport?.height||657)-0-0)/1)*1-192)*1-0-0)/1)*1-0)*1-0-16)/1)*1+16+0))/2+Math.max(0,((Math.max(0,((Math.max(0,((componentViewport?.height||657)-0-0)/1)*1-192)*1-0-0)/1)*1-0)*1-0-16)/1)*1+0),...addPropertyOverrides({kUlE2iKfr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1380px) - 144px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+(48+(Math.max(0,((componentViewport?.height||700)-0-0)/1)*1-96-(Math.max(0,((componentViewport?.height||700)-0-0)/1)*1-96)*1)/2)+0+(((Math.max(0,((componentViewport?.height||700)-0-0)/1)*1-96)*1-0-(Math.max(0,((Math.max(0,((componentViewport?.height||700)-0-0)/1)*1-96)*1-0-0)/1)*1+0))/2+0+0)+0+(Math.max(0,((Math.max(0,((componentViewport?.height||700)-0-0)/1)*1-96)*1-0-0)/1)*1-0-(Math.max(0,((Math.max(0,((componentViewport?.height||700)-0-0)/1)*1-96)*1-0-0)/1)*1-0)*1)+0+(((Math.max(0,((Math.max(0,((componentViewport?.height||700)-0-0)/1)*1-96)*1-0-0)/1)*1-0)*1-0-(Math.max(0,((Math.max(0,((Math.max(0,((componentViewport?.height||700)-0-0)/1)*1-96)*1-0-0)/1)*1-0)*1-0-16)/1)*1+16+0))/2+Math.max(0,((Math.max(0,((Math.max(0,((componentViewport?.height||700)-0-0)/1)*1-96)*1-0-0)/1)*1-0)*1-0-16)/1)*1+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wfs2v-container\",layoutDependency:layoutDependency,layoutId:\"X195FXRuk-container\",nodeId:\"X195FXRuk\",rendersWithMotion:true,scopeId:\"E9FmfCHQi\",children:/*#__PURE__*/_jsx(BatteryHeroSlider,{height:\"100%\",id:\"X195FXRuk\",layoutId:\"X195FXRuk\",style:{width:\"100%\"},variant:\"NUFcqQeSY\",width:\"100%\"})})})]})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tiVn9.framer-1qubwl7, .framer-tiVn9 .framer-1qubwl7 { display: block; }\",\".framer-tiVn9.framer-1jjnn8p { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 657px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1380px; }\",\".framer-tiVn9 .framer-1u68e26-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-tiVn9 .framer-159m3pz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-start; max-width: 1380px; overflow: visible; padding: 96px; position: relative; width: 100%; z-index: 2; }\",\".framer-tiVn9 .framer-1fs5y99 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: 100%; justify-content: center; max-width: 50%; overflow: visible; padding: 48px 0px 0px 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-tiVn9 .framer-1jp8l28 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-tiVn9 .framer-1v46zpn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tiVn9 .framer-1ulvncw, .framer-tiVn9 .framer-14bdpe4, .framer-tiVn9 .framer-16sxz05, .framer-tiVn9 .framer-m0h6qr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-tiVn9 .framer-dthjyf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-tiVn9 .framer-i9uemc, .framer-tiVn9 .framer-14klvm3, .framer-tiVn9 .framer-rz3sqk, .framer-tiVn9 .framer-lh4zxw, .framer-tiVn9 .framer-th6qxt { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-tiVn9 .framer-1u8be9-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-tiVn9 .framer-1v0dzb2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tiVn9 .framer-oj6ck4, .framer-tiVn9 .framer-3jc5j0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tiVn9 .framer-159muv7-container, .framer-tiVn9 .framer-1ojma10-container, .framer-tiVn9 .framer-1pttdxh-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-tiVn9 .framer-1io0gyj, .framer-tiVn9 .framer-1n41anq, .framer-tiVn9 .framer-vdei2x { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-tiVn9 .framer-11v1xi4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tiVn9 .framer-15ddqjp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: visible; padding: 6px 0px 0px 0px; position: relative; width: 24px; }\",\".framer-tiVn9 .framer-1tffhw3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 96px 0px 0px; position: relative; width: 100%; }\",\".framer-tiVn9 .framer-1ozxr8p-container, .framer-tiVn9 .framer-wfs2v-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-tiVn9 .framer-13l1xzw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-tiVn9 .framer-17r1fen { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-tiVn9 .framer-1qep41b { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-tiVn9 .framer-1546i1a-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-tiVn9.framer-v-1a60zq.framer-1jjnn8p { height: 700px; width: 1200px; }\",\".framer-tiVn9.framer-v-1a60zq .framer-159m3pz { gap: 48px; padding: 48px; }\",\".framer-tiVn9.framer-v-1a60zq .framer-1fs5y99 { max-width: 66%; }\",\".framer-tiVn9.framer-v-j7ebup.framer-1jjnn8p { height: min-content; padding: 64px 0px 0px 0px; width: 810px; }\",\".framer-tiVn9.framer-v-j7ebup .framer-159m3pz { flex: none; flex-direction: column; gap: 48px; height: min-content; padding: 48px; }\",\".framer-tiVn9.framer-v-j7ebup .framer-1fs5y99 { flex: none; height: min-content; max-width: unset; order: 1; padding: 0px; width: 100%; }\",\".framer-tiVn9.framer-v-j7ebup .framer-1tffhw3, .framer-tiVn9.framer-v-bu1aik .framer-1tffhw3 { padding: 0px; }\",\".framer-tiVn9.framer-v-j7ebup .framer-13l1xzw { flex: none; height: 500px; justify-content: flex-start; order: 0; width: 100%; }\",\".framer-tiVn9.framer-v-bu1aik.framer-1jjnn8p { height: min-content; width: 390px; }\",\".framer-tiVn9.framer-v-bu1aik .framer-159m3pz { flex: none; flex-direction: column; gap: 48px; height: min-content; padding: 48px 24px 24px 24px; }\",\".framer-tiVn9.framer-v-bu1aik .framer-1fs5y99 { flex: none; height: min-content; max-width: 100%; order: 1; padding: 0px; width: 100%; }\",\".framer-tiVn9.framer-v-bu1aik .framer-1jp8l28 { gap: 24px; }\",\".framer-tiVn9.framer-v-bu1aik .framer-oj6ck4, .framer-tiVn9.framer-v-bu1aik .framer-11v1xi4, .framer-tiVn9.framer-v-bu1aik .framer-3jc5j0 { gap: 16px; }\",\".framer-tiVn9.framer-v-bu1aik .framer-13l1xzw { aspect-ratio: 1.0056179775280898 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 340px); order: 0; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 657\n * @framerIntrinsicWidth 1380\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"kUlE2iKfr\":{\"layout\":[\"fixed\",\"fixed\"]},\"n7zbFBlwQ\":{\"layout\":[\"fixed\",\"auto\"]},\"uw8AVvDpT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"DMmAGrf1N\":\"formID\",\"NJFEheDDo\":\"adviceID\",\"lNrUaenHO\":\"subtitle\",\"hWl7_PU8J\":\"title\",\"cyttCxggs\":\"uSP1\",\"EgqT0p2uu\":\"uSP2\",\"ovmbel2AB\":\"uSP3\",\"YQJD0jGZa\":\"buttonTitle\",\"AZm3LXR8m\":\"buttonTitleUnder\",\"qGm2oZ7fh\":\"pilot\",\"HNN4yfmMM\":\"pilotCount\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerE9FmfCHQi=withCSS(Component,css,\"framer-tiVn9\");export default FramerE9FmfCHQi;FramerE9FmfCHQi.displayName=\"Battery / Hero\";FramerE9FmfCHQi.defaultProps={height:657,width:1380};addPropertyControls(FramerE9FmfCHQi,{variant:{options:[\"bstAve3j8\",\"kUlE2iKfr\",\"n7zbFBlwQ\",\"uw8AVvDpT\"],optionTitles:[\"Desktop (L)\",\"Laptop (M)\",\"Tablet (S)\",\"Phone (XS)\"],title:\"Variant\",type:ControlType.Enum},DMmAGrf1N:{defaultValue:\"37bd4514-3bec-485b-817a-34b6aa88e187\",title:\"Form ID\",type:ControlType.String},NJFEheDDo:{defaultValue:\"ff599bcc-951e-498a-8487-925d95d7fb7d\",title:\"Advice ID\",type:ControlType.String},lNrUaenHO:{defaultValue:\"Liever kopen of huren?\",displayTextArea:true,title:\"Subtitle\",type:ControlType.String},hWl7_PU8J:{defaultValue:\"Een thuisbatterij Voor iedereen  \",displayTextArea:true,title:\"Title\",type:ControlType.String},cyttCxggs:{defaultValue:\"Maximaal rendement op zonnestroom en energiemarkt\",displayTextArea:true,title:\"USP #1\",type:ControlType.String},EgqT0p2uu:{defaultValue:\"Geen terugleverkosten meer en voorbereid op een wereld zonder salderen\",displayTextArea:true,title:\"USP #2\",type:ControlType.String},ovmbel2AB:{defaultValue:\"Voor de groenste stroom en een stabiel energienet\",displayTextArea:true,title:\"USP #3\",type:ControlType.String},YQJD0jGZa:{defaultValue:\"Hegg 11.5 kWh thuisbatterij\",displayTextArea:true,title:\"Button Title\",type:ControlType.String},AZm3LXR8m:{defaultValue:\"Hegg 11.5 kWh thuisbatterij\",displayTextArea:true,title:\"Button Title (under)\",type:ControlType.String},qGm2oZ7fh:{defaultValue:false,title:\"Pilot\",type:ControlType.Boolean},HNN4yfmMM:{defaultValue:100,displayStepper:true,min:0,step:.1,title:\"Pilot Count\",type:ControlType.Number}});addFonts(FramerE9FmfCHQi,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"DIN Condensed Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/WOppGfRp6HgBXhQg6XmVPlhYVg.woff2\"}]},...BatteryHeroBackgroundFonts,...AnimatedCounterFonts,...MaterialFonts,...BatteryFormFonts,...DotLottieFonts,...BatteryHeroSliderFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerE9FmfCHQi\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kUlE2iKfr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"n7zbFBlwQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uw8AVvDpT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"657\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1380\",\"framerVariables\":\"{\\\"DMmAGrf1N\\\":\\\"formID\\\",\\\"NJFEheDDo\\\":\\\"adviceID\\\",\\\"lNrUaenHO\\\":\\\"subtitle\\\",\\\"hWl7_PU8J\\\":\\\"title\\\",\\\"cyttCxggs\\\":\\\"uSP1\\\",\\\"EgqT0p2uu\\\":\\\"uSP2\\\",\\\"ovmbel2AB\\\":\\\"uSP3\\\",\\\"YQJD0jGZa\\\":\\\"buttonTitle\\\",\\\"AZm3LXR8m\\\":\\\"buttonTitleUnder\\\",\\\"qGm2oZ7fh\\\":\\\"pilot\\\",\\\"HNN4yfmMM\\\":\\\"pilotCount\\\"}\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}