{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/lGu9VayhxpYD2v9lbKlh/AnimatedCounter.js", "ssg:https://framerusercontent.com/modules/vacUmsMLLoRngMhmlwTz/3HuGbk0ItfKoMqpoHMZm/MUG00Ag74.js"],
  "sourcesContent": ["/*\n * Animated Counter by framer.today\n * v1.0.1\n *\n * hi@framer.today\n * _joerl on \uD835\uDD4F\n *\n * Full terms here \u21B4\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 isCanvas=RenderTarget.current()===RenderTarget.canvas;const ariaLabel=`Counter ends at ${to}`;// Pass 'once' to useInView\nconst isInView=useInView(ref,{once});const[hasAnimated,setHasAnimated]=useState(false);const[displayValue,setDisplayValue]=useState(()=>formatNumber(from));function formatNumber(value){let formattedNumber=value.toFixed(decimalPlaces).replace(\".\",decimalSeparator);return formattedNumber;}useEffect(()=>{// Determine if animation should play\nif(!isCanvas&&(playOnLoad||isInView)&&!hasAnimated){const animationControl=animate(from,to,{duration,ease:animationType===\"smooth\"?\"easeInOut\":\"linear\",onUpdate:latest=>{setDisplayValue(formatNumber(latest));},onComplete:()=>{if(once){setHasAnimated(true);}}});return()=>animationControl.stop();}},[from,to,duration,decimalPlaces,decimalSeparator,playOnLoad,isInView,animationType,once,hasAnimated]);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:\"\u21B3 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:\"Play on Load\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\",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 (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,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 AnimatedCounter from\"https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/lGu9VayhxpYD2v9lbKlh/AnimatedCounter.js\";const AnimatedCounterFonts=getFonts(AnimatedCounter);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"T1TICd1ak\",\"GN56z5_qX\"];const serializationHash=\"framer-sLkgq\";const variantClassNames={GN56z5_qX:\"framer-v-st4t6q\",T1TICd1ak:\"framer-v-5zmcna\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition3={delay:0,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:10};const animation2={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition4={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect={effect:animation2,tokenization:\"word\",transition:transition4,trigger:\"onMount\",type:\"appear\"};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 humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableEnumMap1={Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={\"Variant 1\":\"T1TICd1ak\",\"Variant 2\":\"GN56z5_qX\"};const getProps=({afterNumber,alignment,background,decimalPlaces,height,id,numberColor,startingValue,subtextAlignment,subTextColor,subtitle,suffixColor,title,to,width,...props})=>{return{...props,B5LNyzkYq:subtitle??props.B5LNyzkYq??\"New People connected to Churches.\",bj8X7Q9zO:startingValue??props.bj8X7Q9zO??100,cWq0O5nnZ:humanReadableEnumMap1[subtextAlignment]??subtextAlignment??props.cWq0O5nnZ??\"flex-start\",dySGnuiq7:background??props.dySGnuiq7??\"rgb(255, 255, 255)\",Fs6gTEUGO:afterNumber??props.Fs6gTEUGO??\"K+\",gzbMSSkP5:title??props.gzbMSSkP5??\"New People connected to Churches.\",qNTwvg6wZ:to??props.qNTwvg6wZ??370,uOe5JabWj:suffixColor??props.uOe5JabWj??\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(10, 10, 10))\",uQORRTq4n:humanReadableEnumMap[alignment]??alignment??props.uQORRTq4n??\"flex-start\",variant:humanReadableVariantMap[props.variant]??props.variant??\"T1TICd1ak\",vz7Qlv4bE:subTextColor??props.vz7Qlv4bE??\"var(--token-67806ab1-f4b3-45b2-ba80-3ba62798fd41, rgb(229, 229, 229))\",XkbUVBvd3:numberColor??props.XkbUVBvd3??\"var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0))\",YplooVZ6g:decimalPlaces??props.YplooVZ6g};};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,dySGnuiq7,qNTwvg6wZ,gzbMSSkP5,B5LNyzkYq,Fs6gTEUGO,YplooVZ6g,XkbUVBvd3,uOe5JabWj,uQORRTq4n,bj8X7Q9zO,cWq0O5nnZ,vz7Qlv4bE,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"T1TICd1ak\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({GN56z5_qX:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-5zmcna\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"T1TICd1ak\",ref:refBinding,style:{\"--1iyuujr\":uQORRTq4n,backgroundColor:dySGnuiq7,borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{GN56z5_qX:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({GN56z5_qX:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-mvdn7\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"x8Dd0EWkM\",style:{\"--rmso5t\":cWq0O5nnZ},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-h50hiu\",layoutDependency:layoutDependency,layoutId:\"gSChGkWcY\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ud2pmh\",layoutDependency:layoutDependency,layoutId:\"cUaZwXzes\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m1wujt\",layoutDependency:layoutDependency,layoutId:\"oeCAcOGa0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bcwjxx-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ef9lVLK_D-container\",nodeId:\"ef9lVLK_D\",rendersWithMotion:true,scopeId:\"MUG00Ag74\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0))\",decimalPlaces:YplooVZ6g,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"F37 Jan Regular\", \"F37 Jan Regular Placeholder\", sans-serif',fontSize:\"60px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},from:0,height:\"100%\",id:\"ef9lVLK_D\",layoutId:\"ef9lVLK_D\",once:true,playOnLoad:false,to:qNTwvg6wZ,width:\"100%\",...addPropertyOverrides({GN56z5_qX:{animationType:\"linear\",color:XkbUVBvd3,font:{fontFamily:'\"F37 Jan Thin\", \"F37 Jan Thin Placeholder\", sans-serif',fontSize:\"96px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},from:bj8X7Q9zO}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0YzNyBKYW4gUmVndWxhcg==\",\"--framer-font-family\":'\"F37 Jan Regular\", \"F37 Jan Regular Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(10, 10, 10)))\"},children:\"K+\"})}),className:\"framer-f3mep6\",effect:textEffect,fonts:[\"CUSTOM;F37 Jan Regular\"],layoutDependency:layoutDependency,layoutId:\"WVMVxMpAx\",style:{\"--extracted-gdpscs\":\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(10, 10, 10))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-uOe5JabWj-MUG00Ag74\":uOe5JabWj},text:Fs6gTEUGO,variants:{GN56z5_qX:{\"--extracted-gdpscs\":\"var(--variable-reference-uOe5JabWj-MUG00Ag74)\",\"--variable-reference-uOe5JabWj-MUG00Ag74\":uOe5JabWj}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GN56z5_qX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0YzNyBKYW4gVGhpbg==\",\"--framer-font-family\":'\"F37 Jan Thin\", \"F37 Jan Thin Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--variable-reference-uOe5JabWj-MUG00Ag74))\"},children:\"K+\"})}),effect:undefined,fonts:[\"CUSTOM;F37 Jan Thin\"]}},baseVariant,gestureVariant)})]})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-05d3d3db-be9e-464a-9684-d4b46306a4c3, rgb(113, 113, 122)))\"},children:\"New People connected to Churches.\"})}),className:\"framer-1rddale\",fonts:[\"FS;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"GARxAbREO\",style:{\"--extracted-r6o4lv\":\"var(--token-05d3d3db-be9e-464a-9684-d4b46306a4c3, rgb(113, 113, 122))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-vz7Qlv4bE-MUG00Ag74\":vz7Qlv4bE},text:gzbMSSkP5,variants:{GN56z5_qX:{\"--extracted-r6o4lv\":\"var(--variable-reference-vz7Qlv4bE-MUG00Ag74)\",\"--variable-reference-vz7Qlv4bE-MUG00Ag74\":vz7Qlv4bE}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GN56z5_qX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0YzNyBKYW4gTGlnaHQ=\",\"--framer-font-family\":'\"F37 Jan Light\", \"F37 Jan Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-vz7Qlv4bE-MUG00Ag74))\"},children:\"New People connected to Churches.\"})}),fonts:[\"CUSTOM;F37 Jan Light\"],text:B5LNyzkYq}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sLkgq.framer-1a4a2qd, .framer-sLkgq .framer-1a4a2qd { display: block; }\",\".framer-sLkgq.framer-5zmcna { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 24px; position: relative; width: 363px; }\",\".framer-sLkgq .framer-mvdn7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-sLkgq .framer-h50hiu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-sLkgq .framer-1ud2pmh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-sLkgq .framer-m1wujt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-sLkgq .framer-bcwjxx-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-sLkgq .framer-f3mep6 { flex: none; height: auto; max-width: 600px; overflow: visible; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-sLkgq .framer-1rddale { --framer-text-wrap: balance; flex: none; height: auto; max-width: 650px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sLkgq.framer-5zmcna, .framer-sLkgq .framer-mvdn7, .framer-sLkgq .framer-1ud2pmh, .framer-sLkgq .framer-m1wujt { gap: 0px; } .framer-sLkgq.framer-5zmcna > *, .framer-sLkgq .framer-m1wujt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-sLkgq.framer-5zmcna > :first-child, .framer-sLkgq .framer-1ud2pmh > :first-child, .framer-sLkgq .framer-m1wujt > :first-child { margin-left: 0px; } .framer-sLkgq.framer-5zmcna > :last-child, .framer-sLkgq .framer-1ud2pmh > :last-child, .framer-sLkgq .framer-m1wujt > :last-child { margin-right: 0px; } .framer-sLkgq .framer-mvdn7 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-sLkgq .framer-mvdn7 > :first-child { margin-top: 0px; } .framer-sLkgq .framer-mvdn7 > :last-child { margin-bottom: 0px; } .framer-sLkgq .framer-1ud2pmh > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-sLkgq.framer-v-st4t6q.framer-5zmcna { justify-content: var(--1iyuujr); padding: 0px; width: 262px; }\",\".framer-sLkgq.framer-v-st4t6q .framer-mvdn7 { align-content: var(--rmso5t); align-items: var(--rmso5t); gap: unset; justify-content: space-between; }\",\".framer-sLkgq.framer-v-st4t6q .framer-h50hiu { gap: 0px; justify-content: center; }\",\".framer-sLkgq.framer-v-st4t6q .framer-1ud2pmh { overflow: hidden; }\",\".framer-sLkgq.framer-v-st4t6q .framer-m1wujt { justify-content: flex-start; }\",\".framer-sLkgq.framer-v-st4t6q .framer-1rddale { width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sLkgq.framer-v-st4t6q .framer-mvdn7, .framer-sLkgq.framer-v-st4t6q .framer-h50hiu { gap: 0px; } .framer-sLkgq.framer-v-st4t6q .framer-mvdn7 > *, .framer-sLkgq.framer-v-st4t6q .framer-mvdn7 > :first-child, .framer-sLkgq.framer-v-st4t6q .framer-mvdn7 > :last-child { margin: 0px; } .framer-sLkgq.framer-v-st4t6q .framer-h50hiu > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-sLkgq.framer-v-st4t6q .framer-h50hiu > :first-child { margin-left: 0px; } .framer-sLkgq.framer-v-st4t6q .framer-h50hiu > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 207.5\n * @framerIntrinsicWidth 363\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GN56z5_qX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"dySGnuiq7\":\"background\",\"qNTwvg6wZ\":\"to\",\"gzbMSSkP5\":\"title\",\"B5LNyzkYq\":\"subtitle\",\"Fs6gTEUGO\":\"afterNumber\",\"YplooVZ6g\":\"decimalPlaces\",\"XkbUVBvd3\":\"numberColor\",\"uOe5JabWj\":\"suffixColor\",\"uQORRTq4n\":\"alignment\",\"bj8X7Q9zO\":\"startingValue\",\"cWq0O5nnZ\":\"subtextAlignment\",\"vz7Qlv4bE\":\"subTextColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMUG00Ag74=withCSS(Component,css,\"framer-sLkgq\");export default FramerMUG00Ag74;FramerMUG00Ag74.displayName=\"Sparkline Card\";FramerMUG00Ag74.defaultProps={height:207.5,width:363};addPropertyControls(FramerMUG00Ag74,{variant:{options:[\"T1TICd1ak\",\"GN56z5_qX\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},dySGnuiq7:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color},qNTwvg6wZ:{defaultValue:370,displayStepper:true,min:0,step:.1,title:\"To\",type:ControlType.Number},gzbMSSkP5:{defaultValue:\"New People connected to Churches.\",displayTextArea:false,title:\"Title\",type:ControlType.String},B5LNyzkYq:{defaultValue:\"New People connected to Churches.\",displayTextArea:false,title:\"Subtitle\",type:ControlType.String},Fs6gTEUGO:{defaultValue:\"K+\",displayTextArea:false,title:\"After Number\",type:ControlType.String},YplooVZ6g:{defaultValue:0,displayStepper:true,max:2,min:0,step:1,title:\"Decimal Places\",type:ControlType.Number},XkbUVBvd3:{defaultValue:'var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */',title:\"Number color\",type:ControlType.Color},uOe5JabWj:{defaultValue:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(10, 10, 10))\",title:\"Suffix color\",type:ControlType.Color},uQORRTq4n:{defaultValue:\"flex-start\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Alignment\",type:ControlType.Enum},bj8X7Q9zO:{defaultValue:100,displayStepper:true,min:0,step:.1,title:\"Starting Value\",type:ControlType.Number},cWq0O5nnZ:{defaultValue:\"flex-start\",options:[\"flex-start\",\"center\",\"flex-end\"],optionTitles:[\"Start\",\"Center\",\"End\"],title:\"Subtext Alignment\",type:ControlType.Enum},vz7Qlv4bE:{defaultValue:\"var(--token-67806ab1-f4b3-45b2-ba80-3ba62798fd41, rgb(229, 229, 229))\",title:\"Sub Text Color\",type:ControlType.Color}});addFonts(FramerMUG00Ag74,[{explicitInter:true,fonts:[{family:\"F37 Jan Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/0S3un4jNeW75bC0pGOoW3hloYs.woff2\"},{family:\"F37 Jan Thin\",source:\"custom\",url:\"https://framerusercontent.com/assets/VoiyGE6jQaSDprhJIksKF77l8Y.woff2\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"F37 Jan Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/YDkjtY5dAdR4HNdEZGS0GFDfqhg.woff2\"}]},...AnimatedCounterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMUG00Ag74\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"363\",\"framerIntrinsicHeight\":\"207.5\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"dySGnuiq7\\\":\\\"background\\\",\\\"qNTwvg6wZ\\\":\\\"to\\\",\\\"gzbMSSkP5\\\":\\\"title\\\",\\\"B5LNyzkYq\\\":\\\"subtitle\\\",\\\"Fs6gTEUGO\\\":\\\"afterNumber\\\",\\\"YplooVZ6g\\\":\\\"decimalPlaces\\\",\\\"XkbUVBvd3\\\":\\\"numberColor\\\",\\\"uOe5JabWj\\\":\\\"suffixColor\\\",\\\"uQORRTq4n\\\":\\\"alignment\\\",\\\"bj8X7Q9zO\\\":\\\"startingValue\\\",\\\"cWq0O5nnZ\\\":\\\"subtextAlignment\\\",\\\"vz7Qlv4bE\\\":\\\"subTextColor\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GN56z5_qX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MUG00Ag74.map"],
  "mappings": "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",
  "names": ["AnimatedCounter", "props", "from", "to", "duration", "decimalPlaces", "decimalSeparator", "fontFamily", "fontWeight", "fontSize", "lineHeight", "letterSpacing", "textAlign", "color", "playOnLoad", "once", "animationType", "ref", "pe", "isCanvas", "RenderTarget", "ariaLabel", "isInView", "useInView", "hasAnimated", "setHasAnimated", "ye", "displayValue", "setDisplayValue", "formatNumber", "value", "ue", "animationControl", "animate", "latest", "p", "motion", "addPropertyControls", "ControlType", "AnimatedCounterFonts", "getFonts", "AnimatedCounter", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transition3", "animation1", "animation2", "transition4", "textEffect", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableVariantMap", "getProps", "afterNumber", "alignment", "background", "decimalPlaces", "height", "id", "numberColor", "startingValue", "subtextAlignment", "subTextColor", "subtitle", "suffixColor", "title", "to", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "dySGnuiq7", "qNTwvg6wZ", "gzbMSSkP5", "B5LNyzkYq", "Fs6gTEUGO", "YplooVZ6g", "XkbUVBvd3", "uOe5JabWj", "uQORRTq4n", "bj8X7Q9zO", "cWq0O5nnZ", "vz7Qlv4bE", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerMUG00Ag74", "withCSS", "MUG00Ag74_default", "addPropertyControls", "ControlType", "addFonts"]
}
