{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/QaqrlAraQyqzLNiThK8G/VideoNew.js", "ssg:https://framerusercontent.com/modules/BJmdffOnqtIELS5Iknrw/OAKxwuz7mqSuXIC4apCG/fyIM8ZIeY.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useEffect,useMemo,useCallback,memo}from\"react\";import{ControlType,addPropertyControls,useIsInCurrentNavigationTarget}from\"framer\";import{useOnEnter,useOnExit,defaultEvents,useIsOnCanvas,useIsBrowserSafari,useOnChange,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useAutoMotionValue}from\"https://framer.com/m/framer/useAutoMotionValue.js@^0.3.0\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export function Video(props){const newProps=getProps(props);return(/*#__PURE__*/ _jsx(VideoMemo,{...newProps}));}const VideoMemo=/*#__PURE__*/ memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing,canvasPlay,muted,playsinline,controls,progress,objectFit,backgroundColor,radius,topLeft,topRight,bottomRight,bottomLeft,isMixed,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,restartOnEnter,posterEnabled,startTime:startTimeProp,volume,loop}=props;const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const videoRef=useRef();const isSafari=useIsBrowserSafari();const requestingPlay=useRef(false);const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const shouldPlay=!isOnCanvas||canvasPlay;const autoPlay=useMemo(()=>playing,[]);const isMuted=useMemo(()=>isOnCanvas?true:muted,[isOnCanvas,muted]);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?0.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<0.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{}) // It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);// Pause/play via props\nuseEffect(()=>{if(playing&&shouldPlay)play();else pause();},[playing,canvasPlay]);// Change progress via prop\nuseEffect(()=>{setProgress(startTime*0.01);},[startTimeProp,srcFile,srcUrl]);const videoProgress=useAutoMotionValue(progress,{transform:value=>value*0.01,onChange:newValue=>{setProgress(newValue);}});// Allow scrubbing with MotionValue\nuseOnChange(videoProgress,val=>{if(isOnCanvas)return;setProgress(val);});// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{if(srcType===SrcType.Url)return srcUrl;if(srcType===SrcType.Video)return srcFile;},[srcType,srcFile,srcUrl]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoPlay){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=volume/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(videoRef.current&&videoRef.current.currentTime<0.3)setProgress(startTime*0.01);if(shouldPlay&&videoRef.current&&autoPlay)play();};return(/*#__PURE__*/ _jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>{return onSeeked===null||onSeeked===void 0?void 0:onSeeked(e);},onPause:e=>{return onPause===null||onPause===void 0?void 0:onPause(e);},onPlay:e=>{return onPlay===null||onPlay===void 0?void 0:onPlay(e);},onEnded:e=>{return onEnd===null||onEnd===void 0?void 0:onEnd(e);},autoPlay:autoPlay&&shouldPlay,poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isMuted,playsInline:playsinline,style:{width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}}));});Video.displayName=\"Video\";Video.defaultProps={srcType:SrcType.Url,srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,autoPlay:true,canvasPlay:false,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:ObjectFitType.Cover,backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Video]},srcUrl:{type:ControlType.String,title:\" \",placeholder:\"../example.mp4\",hidden(props){return props.srcType===SrcType.Video;},description:\"Hosted video file URL. For Youtube, use the Youtube component.\"},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"mp4\"],hidden(props){return props.srcType===SrcType.Url;}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:0.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:[ObjectFitType.Cover,ObjectFitType.Fill,ObjectFitType.Contain,ObjectFitType.ScaleDown,ObjectFitType.None,]},canvasPlay:{type:ControlType.Boolean,title:\"On Canvas\",enabledTitle:\"Play\",disabledTitle:\"Pause\",hidden(props){return props.autoPlay===false;}},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VideoNew.map", "// Generated by Framer (0961f6c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/534oB9Tn5cZB6VZbkWLJ/Video.js\";import{Video as Video1}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/QaqrlAraQyqzLNiThK8G/VideoNew.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/QwGevuZgCBSAySCMj2qH/GvLE6e5TGXMh4gkWlQ3E/stylesPresetHeading2.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/qu2mX3LKK0HalJH4gSmg/TXblq2QRAKTh1PmqRJb7/xZndidUCt.js\";import*as localizedValues from\"./fyIM8ZIeY-0.js\";import ButtonPrimaryButton from\"https://framerusercontent.com/modules/Q3mvm0DOfxd3gzevz7Ya/rxejbpfLba8gD47EUwPu/pmuCrEA6K.js\";const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const VideoFonts=getFonts(Video);const ButtonPrimaryButtonControls=getPropertyControls(ButtonPrimaryButton);const Video1Controls=getPropertyControls(Video1);const cycleOrder=[\"dLm6ICqms\",\"Olw43YFTD\",\"VfP25WSGF\",\"cMj_i0xcd\",\"DwsXfIOGD\",\"xhnSNH_qr\",\"YQeN_hXtv\",\"eiSunRctY\",\"eQz4i11xA\",\"SrGfbjNjL\",\"AaOO9UceC\",\"sE4JoxUvI\",\"GF2fVpFDc\",\"bjnBfLtAG\",\"FyfnvH3EB\",\"nQRX1IUtE\"];const serializationHash=\"framer-wQhNC\";const variantClassNames={AaOO9UceC:\"framer-v-e8yyl3\",bjnBfLtAG:\"framer-v-6rl4r2\",cMj_i0xcd:\"framer-v-v4kowh\",dLm6ICqms:\"framer-v-wqfy7h\",DwsXfIOGD:\"framer-v-1j6msvw\",eiSunRctY:\"framer-v-15idrsm\",eQz4i11xA:\"framer-v-l12x29\",FyfnvH3EB:\"framer-v-uq6ur3\",GF2fVpFDc:\"framer-v-q8b7ry\",nQRX1IUtE:\"framer-v-120rxk7\",Olw43YFTD:\"framer-v-1g1kv1e\",sE4JoxUvI:\"framer-v-1a17hlq\",SrGfbjNjL:\"framer-v-1p5g4y3\",VfP25WSGF:\"framer-v-1qj8vns\",xhnSNH_qr:\"framer-v-5lmuez\",YQeN_hXtv:\"framer-v-d28nas\"};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 valuesByLocaleId={O4EWogb75:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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 humanReadableEnumMap={\"Secondary Medium\":\"OE3JKQjbu\",Ghost:\"CcmZ8qnUg\",Large:\"LR_jELmiu\",Medium:\"ubSacUa8q\",Secondary:\"UWzaykao0\",Small:\"BrPLEouxW\"};const humanReadableVariantMap={\"[mobile] feature_cta_inverse_static\":\"FyfnvH3EB\",\"[mobile] feature_cta_inverse\":\"AaOO9UceC\",\"[mobile] feature_cta_static\":\"bjnBfLtAG\",\"[mobile] feature_cta\":\"SrGfbjNjL\",\"[mobile] feature_no_cta_inverse_static\":\"nQRX1IUtE\",\"[mobile] feature_no_cta_inverse\":\"sE4JoxUvI\",\"[mobile] feature_no_cta_static\":\"GF2fVpFDc\",\"[mobile] feature_no_cta\":\"eQz4i11xA\",feature_cta_inverse_static:\"YQeN_hXtv\",feature_cta_inverse:\"VfP25WSGF\",feature_cta_static:\"xhnSNH_qr\",feature_cta:\"Olw43YFTD\",feature_no_cta_inverse_static:\"eiSunRctY\",feature_no_cta_inverse:\"cMj_i0xcd\",feature_no_cta_static:\"DwsXfIOGD\",feature_no_cta:\"dLm6ICqms\"};const getProps=({buttonIcon,buttonLabel,buttonLink,buttonType,height,id,image,subtitle,title,videoFile,width,...props})=>{var _humanReadableEnumMap_buttonType,_ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,ACdQhwlZH:(_ref1=(_ref=(_humanReadableEnumMap_buttonType=humanReadableEnumMap[buttonType])!==null&&_humanReadableEnumMap_buttonType!==void 0?_humanReadableEnumMap_buttonType:buttonType)!==null&&_ref!==void 0?_ref:props.ACdQhwlZH)!==null&&_ref1!==void 0?_ref1:\"UWzaykao0\",Boy_s_hpj:videoFile!==null&&videoFile!==void 0?videoFile:props.Boy_s_hpj,bpaoLSkdv:buttonLink!==null&&buttonLink!==void 0?buttonLink:props.bpaoLSkdv,D0kZK2b_u:image!==null&&image!==void 0?image:props.D0kZK2b_u,KWu_5S8P3:(_ref2=title!==null&&title!==void 0?title:props.KWu_5S8P3)!==null&&_ref2!==void 0?_ref2:\"The easiest app to manage childcare enrollment\",lTEl5cWIL:(_ref3=subtitle!==null&&subtitle!==void 0?subtitle:props.lTEl5cWIL)!==null&&_ref3!==void 0?_ref3:\"The easiest app to manage childcare enrollment\",rmNWedJDh:(_ref4=buttonLabel!==null&&buttonLabel!==void 0?buttonLabel:props.rmNWedJDh)!==null&&_ref4!==void 0?_ref4:\"Primary Button\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"dLm6ICqms\",zXRcJ0pHa:(_ref6=buttonIcon!==null&&buttonIcon!==void 0?buttonIcon:props.zXRcJ0pHa)!==null&&_ref6!==void 0?_ref6:\"ArrowRight\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ACdQhwlZH,rmNWedJDh,bpaoLSkdv,zXRcJ0pHa,KWu_5S8P3,lTEl5cWIL,Boy_s_hpj,D0kZK2b_u,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dLm6ICqms\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"Olw43YFTD\",\"VfP25WSGF\",\"xhnSNH_qr\",\"YQeN_hXtv\",\"SrGfbjNjL\",\"AaOO9UceC\",\"bjnBfLtAG\",\"FyfnvH3EB\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"DwsXfIOGD\",\"xhnSNH_qr\",\"YQeN_hXtv\",\"eiSunRctY\",\"GF2fVpFDc\",\"bjnBfLtAG\",\"FyfnvH3EB\",\"nQRX1IUtE\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-wqfy7h\",className,classNames),\"data-framer-name\":\"feature_no_cta\",layoutDependency:layoutDependency,layoutId:\"dLm6ICqms\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({AaOO9UceC:{\"data-framer-name\":\"[mobile] feature_cta_inverse\"},bjnBfLtAG:{\"data-framer-name\":\"[mobile] feature_cta_static\"},cMj_i0xcd:{\"data-framer-name\":\"feature_no_cta_inverse\"},DwsXfIOGD:{\"data-framer-name\":\"feature_no_cta_static\"},eiSunRctY:{\"data-framer-name\":\"feature_no_cta_inverse_static\"},eQz4i11xA:{\"data-framer-name\":\"[mobile] feature_no_cta\"},FyfnvH3EB:{\"data-framer-name\":\"[mobile] feature_cta_inverse_static\"},GF2fVpFDc:{\"data-framer-name\":\"[mobile] feature_no_cta_static\"},nQRX1IUtE:{\"data-framer-name\":\"[mobile] feature_no_cta_inverse_static\"},Olw43YFTD:{\"data-framer-name\":\"feature_cta\"},sE4JoxUvI:{\"data-framer-name\":\"[mobile] feature_no_cta_inverse\"},SrGfbjNjL:{\"data-framer-name\":\"[mobile] feature_cta\"},VfP25WSGF:{\"data-framer-name\":\"feature_cta_inverse\"},xhnSNH_qr:{\"data-framer-name\":\"feature_cta_static\"},YQeN_hXtv:{\"data-framer-name\":\"feature_cta_inverse_static\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cwpc6p\",\"data-framer-name\":\"Copy\",layoutDependency:layoutDependency,layoutId:\"mTrSWmsOA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1m9bzi2\",\"data-styles-preset\":\"stylesPresetHeading2\",children:\"The easiest app to manage childcare enrollment\"})}),className:\"framer-a76tkx\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oEqp55C1M\",text:KWu_5S8P3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"The easiest app to manage childcare enrollment\"})}),className:\"framer-vfo6xf\",\"data-framer-name\":\"Subtitle\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UiCsSUR9q\",text:lTEl5cWIL,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1768qqk-container\",layoutDependency:layoutDependency,layoutId:\"jfmLi0mfC-container\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{esv24mIix:false,height:\"100%\",id:\"jfmLi0mfC\",KSPIkXeSC:\"rgb(0, 106, 220)\",layoutId:\"jfmLi0mfC\",Mku1IxXcz:true,PoKLAgpA5:zXRcJ0pHa,variant:ACdQhwlZH,vhraSDDSa:rmNWedJDh,width:\"100%\",zu_QInVoz:bpaoLSkdv})})})]}),/*#__PURE__*/_jsx(Image,{className:\"framer-14ice15\",layoutDependency:layoutDependency,layoutId:\"oASUTFFpZ\",style:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{bjnBfLtAG:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},DwsXfIOGD:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},eiSunRctY:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},FyfnvH3EB:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},GF2fVpFDc:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},nQRX1IUtE:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},xhnSNH_qr:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},YQeN_hXtv:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}},...addPropertyOverrides({bjnBfLtAG:{background:{alt:\"\",fit:\"fill\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(D0kZK2b_u)}},DwsXfIOGD:{background:{alt:\"\",fit:\"fill\",sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2 - 48px, 1px)`,...toResponsiveImage(D0kZK2b_u)}},eiSunRctY:{background:{alt:\"\",fit:\"fill\",sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2 - 48px, 1px)`,...toResponsiveImage(D0kZK2b_u)}},FyfnvH3EB:{background:{alt:\"\",fit:\"fill\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(D0kZK2b_u)}},GF2fVpFDc:{background:{alt:\"\",fit:\"fill\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(D0kZK2b_u)}},nQRX1IUtE:{background:{alt:\"\",fit:\"fill\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(D0kZK2b_u)}},xhnSNH_qr:{background:{alt:\"\",fit:\"fill\",sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2 - 48px, 1px)`,...toResponsiveImage(D0kZK2b_u)}},YQeN_hXtv:{background:{alt:\"\",fit:\"fill\",sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2 - 48px, 1px)`,...toResponsiveImage(D0kZK2b_u)}}},baseVariant,gestureVariant),children:isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2ziq2z-container\",layoutDependency:layoutDependency,layoutId:\"NJNN4GCKN-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(227, 227, 227, 0)\",borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,canvasPlay:false,controls:false,height:\"100%\",id:\"NJNN4GCKN\",isMixedBorderRadius:false,layoutId:\"NJNN4GCKN\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:Boy_s_hpj,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,volume:25,width:\"100%\",...addPropertyOverrides({Olw43YFTD:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wQhNC.framer-60zgbc, .framer-wQhNC .framer-60zgbc { display: block; }\",\".framer-wQhNC.framer-wqfy7h { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1072px; }\",\".framer-wQhNC .framer-1cwpc6p { 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: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-wQhNC .framer-a76tkx, .framer-wQhNC .framer-vfo6xf { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wQhNC .framer-1768qqk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-wQhNC .framer-14ice15 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 370px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-wQhNC .framer-2ziq2z-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wQhNC.framer-wqfy7h, .framer-wQhNC .framer-1cwpc6p, .framer-wQhNC .framer-14ice15 { gap: 0px; } .framer-wQhNC.framer-wqfy7h > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-wQhNC.framer-wqfy7h > :first-child { margin-left: 0px; } .framer-wQhNC.framer-wqfy7h > :last-child { margin-right: 0px; } .framer-wQhNC .framer-1cwpc6p > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-wQhNC .framer-1cwpc6p > :first-child, .framer-wQhNC .framer-14ice15 > :first-child { margin-top: 0px; } .framer-wQhNC .framer-1cwpc6p > :last-child, .framer-wQhNC .framer-14ice15 > :last-child { margin-bottom: 0px; } .framer-wQhNC .framer-14ice15 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-wQhNC.framer-v-1g1kv1e .framer-14ice15 { height: min-content; }\",\".framer-wQhNC.framer-v-1g1kv1e .framer-2ziq2z-container { flex: none; height: auto; }\",\".framer-wQhNC.framer-v-1qj8vns .framer-1cwpc6p, .framer-wQhNC.framer-v-v4kowh .framer-1cwpc6p, .framer-wQhNC.framer-v-d28nas .framer-1cwpc6p, .framer-wQhNC.framer-v-15idrsm .framer-1cwpc6p { order: 1; }\",\".framer-wQhNC.framer-v-1qj8vns .framer-14ice15, .framer-wQhNC.framer-v-v4kowh .framer-14ice15, .framer-wQhNC.framer-v-d28nas .framer-14ice15 { order: 0; }\",\".framer-wQhNC.framer-v-5lmuez .framer-14ice15 { height: min-content; min-height: 370px; }\",\".framer-wQhNC.framer-v-15idrsm .framer-14ice15 { height: min-content; min-height: 370px; order: 0; }\",\".framer-wQhNC.framer-v-l12x29.framer-wqfy7h, .framer-wQhNC.framer-v-1p5g4y3.framer-wqfy7h, .framer-wQhNC.framer-v-e8yyl3.framer-wqfy7h, .framer-wQhNC.framer-v-1a17hlq.framer-wqfy7h, .framer-wQhNC.framer-v-q8b7ry.framer-wqfy7h, .framer-wQhNC.framer-v-6rl4r2.framer-wqfy7h, .framer-wQhNC.framer-v-uq6ur3.framer-wqfy7h, .framer-wQhNC.framer-v-120rxk7.framer-wqfy7h { flex-direction: column; width: 536px; }\",\".framer-wQhNC.framer-v-l12x29 .framer-1cwpc6p, .framer-wQhNC.framer-v-1p5g4y3 .framer-1cwpc6p, .framer-wQhNC.framer-v-q8b7ry .framer-1cwpc6p, .framer-wQhNC.framer-v-6rl4r2 .framer-1cwpc6p { width: 100%; }\",\".framer-wQhNC.framer-v-l12x29 .framer-14ice15, .framer-wQhNC.framer-v-1p5g4y3 .framer-14ice15, .framer-wQhNC.framer-v-6rl4r2 .framer-14ice15 { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wQhNC.framer-v-l12x29.framer-wqfy7h { gap: 0px; } .framer-wQhNC.framer-v-l12x29.framer-wqfy7h > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-wQhNC.framer-v-l12x29.framer-wqfy7h > :first-child { margin-top: 0px; } .framer-wQhNC.framer-v-l12x29.framer-wqfy7h > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wQhNC.framer-v-1p5g4y3.framer-wqfy7h { gap: 0px; } .framer-wQhNC.framer-v-1p5g4y3.framer-wqfy7h > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-wQhNC.framer-v-1p5g4y3.framer-wqfy7h > :first-child { margin-top: 0px; } .framer-wQhNC.framer-v-1p5g4y3.framer-wqfy7h > :last-child { margin-bottom: 0px; } }\",\".framer-wQhNC.framer-v-e8yyl3 .framer-1cwpc6p, .framer-wQhNC.framer-v-1a17hlq .framer-1cwpc6p, .framer-wQhNC.framer-v-uq6ur3 .framer-1cwpc6p, .framer-wQhNC.framer-v-120rxk7 .framer-1cwpc6p { order: 1; width: 100%; }\",\".framer-wQhNC.framer-v-e8yyl3 .framer-14ice15, .framer-wQhNC.framer-v-1a17hlq .framer-14ice15, .framer-wQhNC.framer-v-uq6ur3 .framer-14ice15, .framer-wQhNC.framer-v-120rxk7 .framer-14ice15 { flex: none; order: 0; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wQhNC.framer-v-e8yyl3.framer-wqfy7h { gap: 0px; } .framer-wQhNC.framer-v-e8yyl3.framer-wqfy7h > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-wQhNC.framer-v-e8yyl3.framer-wqfy7h > :first-child { margin-top: 0px; } .framer-wQhNC.framer-v-e8yyl3.framer-wqfy7h > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wQhNC.framer-v-1a17hlq.framer-wqfy7h { gap: 0px; } .framer-wQhNC.framer-v-1a17hlq.framer-wqfy7h > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-wQhNC.framer-v-1a17hlq.framer-wqfy7h > :first-child { margin-top: 0px; } .framer-wQhNC.framer-v-1a17hlq.framer-wqfy7h > :last-child { margin-bottom: 0px; } }\",\".framer-wQhNC.framer-v-q8b7ry .framer-14ice15 { flex: none; height: min-content; min-height: 370px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wQhNC.framer-v-q8b7ry.framer-wqfy7h { gap: 0px; } .framer-wQhNC.framer-v-q8b7ry.framer-wqfy7h > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-wQhNC.framer-v-q8b7ry.framer-wqfy7h > :first-child { margin-top: 0px; } .framer-wQhNC.framer-v-q8b7ry.framer-wqfy7h > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wQhNC.framer-v-6rl4r2.framer-wqfy7h { gap: 0px; } .framer-wQhNC.framer-v-6rl4r2.framer-wqfy7h > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-wQhNC.framer-v-6rl4r2.framer-wqfy7h > :first-child { margin-top: 0px; } .framer-wQhNC.framer-v-6rl4r2.framer-wqfy7h > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wQhNC.framer-v-uq6ur3.framer-wqfy7h { gap: 0px; } .framer-wQhNC.framer-v-uq6ur3.framer-wqfy7h > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-wQhNC.framer-v-uq6ur3.framer-wqfy7h > :first-child { margin-top: 0px; } .framer-wQhNC.framer-v-uq6ur3.framer-wqfy7h > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wQhNC.framer-v-120rxk7.framer-wqfy7h { gap: 0px; } .framer-wQhNC.framer-v-120rxk7.framer-wqfy7h > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-wQhNC.framer-v-120rxk7.framer-wqfy7h > :first-child { margin-top: 0px; } .framer-wQhNC.framer-v-120rxk7.framer-wqfy7h > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 0\n * @framerIntrinsicWidth 0\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Olw43YFTD\":{\"layout\":[\"fixed\",\"auto\"]},\"VfP25WSGF\":{\"layout\":[\"fixed\",\"auto\"]},\"cMj_i0xcd\":{\"layout\":[\"fixed\",\"auto\"]},\"DwsXfIOGD\":{\"layout\":[\"fixed\",\"auto\"]},\"xhnSNH_qr\":{\"layout\":[\"fixed\",\"auto\"]},\"YQeN_hXtv\":{\"layout\":[\"fixed\",\"auto\"]},\"eiSunRctY\":{\"layout\":[\"fixed\",\"auto\"]},\"eQz4i11xA\":{\"layout\":[\"fixed\",\"auto\"]},\"SrGfbjNjL\":{\"layout\":[\"fixed\",\"auto\"]},\"AaOO9UceC\":{\"layout\":[\"fixed\",\"auto\"]},\"sE4JoxUvI\":{\"layout\":[\"fixed\",\"auto\"]},\"GF2fVpFDc\":{\"layout\":[\"fixed\",\"auto\"]},\"bjnBfLtAG\":{\"layout\":[\"fixed\",\"auto\"]},\"FyfnvH3EB\":{\"layout\":[\"fixed\",\"auto\"]},\"nQRX1IUtE\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ACdQhwlZH\":\"buttonType\",\"rmNWedJDh\":\"buttonLabel\",\"bpaoLSkdv\":\"buttonLink\",\"zXRcJ0pHa\":\"buttonIcon\",\"KWu_5S8P3\":\"title\",\"lTEl5cWIL\":\"subtitle\",\"Boy_s_hpj\":\"videoFile\",\"D0kZK2b_u\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfyIM8ZIeY=withCSS(Component,css,\"framer-wQhNC\");export default FramerfyIM8ZIeY;FramerfyIM8ZIeY.displayName=\"Feature\";FramerfyIM8ZIeY.defaultProps={height:0,width:0};addPropertyControls(FramerfyIM8ZIeY,{variant:{options:[\"dLm6ICqms\",\"Olw43YFTD\",\"VfP25WSGF\",\"cMj_i0xcd\",\"DwsXfIOGD\",\"xhnSNH_qr\",\"YQeN_hXtv\",\"eiSunRctY\",\"eQz4i11xA\",\"SrGfbjNjL\",\"AaOO9UceC\",\"sE4JoxUvI\",\"GF2fVpFDc\",\"bjnBfLtAG\",\"FyfnvH3EB\",\"nQRX1IUtE\"],optionTitles:[\"feature_no_cta\",\"feature_cta\",\"feature_cta_inverse\",\"feature_no_cta_inverse\",\"feature_no_cta_static\",\"feature_cta_static\",\"feature_cta_inverse_static\",\"feature_no_cta_inverse_static\",\"[mobile] feature_no_cta\",\"[mobile] feature_cta\",\"[mobile] feature_cta_inverse\",\"[mobile] feature_no_cta_inverse\",\"[mobile] feature_no_cta_static\",\"[mobile] feature_cta_static\",\"[mobile] feature_cta_inverse_static\",\"[mobile] feature_no_cta_inverse_static\"],title:\"Variant\",type:ControlType.Enum},ACdQhwlZH:(ButtonPrimaryButtonControls===null||ButtonPrimaryButtonControls===void 0?void 0:ButtonPrimaryButtonControls[\"variant\"])&&{...ButtonPrimaryButtonControls[\"variant\"],defaultValue:\"UWzaykao0\",description:undefined,hidden:undefined,title:\"Button Type\"},rmNWedJDh:{defaultValue:\"Primary Button\",displayTextArea:false,title:\"Button Label\",type:ControlType.String},bpaoLSkdv:{title:\"Button Link\",type:ControlType.Link},zXRcJ0pHa:(ButtonPrimaryButtonControls===null||ButtonPrimaryButtonControls===void 0?void 0:ButtonPrimaryButtonControls[\"PoKLAgpA5\"])&&{...ButtonPrimaryButtonControls[\"PoKLAgpA5\"],defaultValue:\"ArrowRight\",description:undefined,hidden:undefined,title:\"Button Icon\"},KWu_5S8P3:{defaultValue:\"The easiest app to manage childcare enrollment\",displayTextArea:false,title:\"Title\",type:ControlType.String},lTEl5cWIL:{defaultValue:\"The easiest app to manage childcare enrollment\",displayTextArea:true,title:\"Subtitle\",type:ControlType.String},Boy_s_hpj:(Video1Controls===null||Video1Controls===void 0?void 0:Video1Controls[\"srcFile\"])&&{...Video1Controls[\"srcFile\"],__defaultAssetReference:\"\",description:undefined,hidden:undefined,title:\"Video File\"},D0kZK2b_u:{title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerfyIM8ZIeY,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...ButtonPrimaryButtonFonts,...VideoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfyIM8ZIeY\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"ACdQhwlZH\\\":\\\"buttonType\\\",\\\"rmNWedJDh\\\":\\\"buttonLabel\\\",\\\"bpaoLSkdv\\\":\\\"buttonLink\\\",\\\"zXRcJ0pHa\\\":\\\"buttonIcon\\\",\\\"KWu_5S8P3\\\":\\\"title\\\",\\\"lTEl5cWIL\\\":\\\"subtitle\\\",\\\"Boy_s_hpj\\\":\\\"videoFile\\\",\\\"D0kZK2b_u\\\":\\\"image\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"0\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Olw43YFTD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VfP25WSGF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cMj_i0xcd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DwsXfIOGD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xhnSNH_qr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YQeN_hXtv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eiSunRctY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eQz4i11xA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SrGfbjNjL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AaOO9UceC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sE4JoxUvI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GF2fVpFDc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bjnBfLtAG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FyfnvH3EB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nQRX1IUtE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"0\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "X", "srcType", "srcFile", "srcUrl", "playing", "canvasPlay", "muted", "playsinline", "controls", "progress", "objectFit", "backgroundColor", "radius", "isMixed", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "restartOnEnter", "posterEnabled", "startTimeProp", "volume", "loop", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "videoRef", "pe", "isSafari", "useIsBrowserSafari", "requestingPlay", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "startTime", "shouldPlay", "autoPlay", "se", "isMuted", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "ue", "videoProgress", "useAutoMotionValue", "value", "newValue", "useOnChange", "val", "useOnEnter", "useOnExit", "src", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "ButtonPrimaryButtonFonts", "getFonts", "pmuCrEA6K_default", "VideoFonts", "Video", "ButtonPrimaryButtonControls", "getPropertyControls", "Video1Controls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "buttonIcon", "buttonLabel", "buttonLink", "buttonType", "height", "id", "image", "subtitle", "title", "videoFile", "width", "props", "_humanReadableEnumMap_buttonType", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "ACdQhwlZH", "rmNWedJDh", "bpaoLSkdv", "zXRcJ0pHa", "KWu_5S8P3", "lTEl5cWIL", "Boy_s_hpj", "D0kZK2b_u", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "ComponentViewportProvider", "pmuCrEA6K_default", "Image2", "Video", "css", "FramerfyIM8ZIeY", "withCSS", "fyIM8ZIeY_default", "addPropertyControls", "ControlType", "ButtonPrimaryButtonControls", "Video1Controls", "addFonts", "ButtonPrimaryButtonFonts", "VideoFonts", "getFontsFromSharedStyle", "fonts"]
}
