{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/3AOGbWpoDN62n25j2j7O/AnimatedCounter.js", "ssg:https://framerusercontent.com/modules/idQmG8CvUYGWttKkvybu/XxOkrOPhm5OhOfwRr1J1/fFePK13Iu-0.js", "ssg:https://framerusercontent.com/modules/idQmG8CvUYGWttKkvybu/XxOkrOPhm5OhOfwRr1J1/fFePK13Iu.js", "ssg:https://framerusercontent.com/modules/3LtS5sUc3o3Lpawji56A/psTuvf3t3tcziLFN9d05/fFePK13Iu.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 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:\"#121212\",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:40,lineHeight:\"1.5em\",letterSpacing:\"normal\",textAlign:\"left\"},displayFontSize:true,displayTextAlignment:false,defaultFontType:\"monospace\"},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#121212\"},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", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgU2VtaUJvbGQ=\",\"--framer-font-family\":'\"PP Mori SemiBold\", \"PP Mori SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.64))\",\"--framer-text-transform\":\"capitalize\"},children:\"Unterst\\xfctzte Sprachen\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgU2VtaUJvbGQ=\",\"--framer-font-family\":'\"PP Mori SemiBold\", \"PP Mori SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.64))\"},children:\"Qualifizierte SaaS-Demos erstellt\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgRXh0cmFCb2xk\",\"--framer-font-family\":'\"PP Mori ExtraBold\", \"PP Mori ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(81.8593deg, rgb(255, 187, 57) 0%, rgb(255, 126, 53) 100%)\"},children:\"Million\"})})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgU2VtaUJvbGQ=\",\"--framer-font-family\":'\"PP Mori SemiBold\", \"PP Mori SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.64))\"},children:\"Neue Pipeline f\\xfcr Kunden erzeugt\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c90df04)\nimport*as localizedValues from\"./fFePK13Iu-0.js\";const valuesByLocaleId={d6llLaJX0:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c90df04)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import AnimatedCounter from\"https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/3AOGbWpoDN62n25j2j7O/AnimatedCounter.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/idQmG8CvUYGWttKkvybu/XxOkrOPhm5OhOfwRr1J1/fFePK13Iu.js\";const AnimatedCounterFonts=getFonts(AnimatedCounter);const ImageWithFX=withFX(Image);const cycleOrder=[\"niSZqQnZH\",\"GYsxQmd5E\"];const serializationHash=\"framer-fqBkl\";const variantClassNames={GYsxQmd5E:\"framer-v-19vcrr7\",niSZqQnZH:\"framer-v-1m112ec\"};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={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const transition2={damping:30,delay:.35,mass:1,stiffness:250,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:150,y:0};const transition3={damping:30,delay:.65,mass:1,stiffness:250,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:150,y:0};const transition4={damping:30,delay:.95,mass:1,stiffness:250,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:150,y:0};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.create(React.Fragment);const humanReadableVariantMap={Desktop:\"niSZqQnZH\",Mobile:\"GYsxQmd5E\"};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:\"niSZqQnZH\"};};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:\"niSZqQnZH\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3;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-1m112ec\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"niSZqQnZH\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({GYsxQmd5E:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-185y0yq\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"X4jIby08m\",style:{backgroundColor:\"rgb(248, 248, 248)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsxs(ImageWithFX,{__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,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+24),positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px) / 3, 1px)`,src:\"https://framerusercontent.com/images/IjSjYCum5jvyjJT79rnmsLPyB3U.png\",srcSet:\"https://framerusercontent.com/images/IjSjYCum5jvyjJT79rnmsLPyB3U.png?scale-down-to=512 512w,https://framerusercontent.com/images/IjSjYCum5jvyjJT79rnmsLPyB3U.png 716w\"},className:\"framer-1k722sl\",\"data-framer-name\":\"List Item\",layoutDependency:layoutDependency,layoutId:\"wggR_myA0\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({GYsxQmd5E:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+24+0),positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/IjSjYCum5jvyjJT79rnmsLPyB3U.png\",srcSet:\"https://framerusercontent.com/images/IjSjYCum5jvyjJT79rnmsLPyB3U.png?scale-down-to=512 512w,https://framerusercontent.com/images/IjSjYCum5jvyjJT79rnmsLPyB3U.png 716w\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7cdfmv\",\"data-framer-name\":\"Check\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"M8Cn2pY7i\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"24\" height=\"24\" rx=\"12\" fill=\"white\" fill-opacity=\"0.1\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.0775 14.1148C17.0775 16.4505 14.9618 17.4999 11.9998 17.4999C9.03782 17.4999 6.92212 16.4505 6.92212 14.1317C6.92212 11.912 7.89247 10.6496 9.83316 9.50764C11.1135 10.4732 12.8914 10.4722 14.1706 9.50449C16.1085 10.6345 17.0775 11.8967 17.0775 14.1148ZM13.3694 8.86347L14.3673 7.30407C14.4105 7.22127 14.4318 7.12887 14.4293 7.03555C14.4269 6.94224 14.4007 6.85108 14.3533 6.77066C14.3059 6.69025 14.2388 6.62322 14.1584 6.57589C14.0779 6.52855 13.9868 6.50247 13.8934 6.5001H10.3052C10.2057 6.49821 10.1075 6.52336 10.0211 6.57289C9.93476 6.62241 9.86346 6.69445 9.81481 6.78131C9.76617 6.86817 9.74201 6.96661 9.74492 7.06612C9.74782 7.16564 9.77767 7.2625 9.8313 7.34638L10.654 8.87788C11.4879 9.37734 12.5397 9.37254 13.3694 8.86347Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h32cyj\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"CAdcKeGnw\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tpgumq-container\",layoutDependency:layoutDependency,layoutId:\"O8amh9YHE-container\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"rgb(255, 168, 57)\",decimalPlaces:0,decimalSeparator:\".\",duration:2,font:{fontFamily:'\"PP Mori ExtraBold\", \"PP Mori ExtraBold Placeholder\", sans-serif',fontSize:\"24px\",letterSpacing:\"0em\",lineHeight:\"90%\"},from:0,height:\"100%\",id:\"O8amh9YHE\",layoutId:\"O8amh9YHE\",once:true,playOnLoad:true,to:20,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgRXh0cmFCb2xk\",\"--framer-font-family\":'\"PP Mori ExtraBold\", \"PP Mori ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(81.8593deg, rgb(255, 187, 57) 0%, rgb(255, 126, 53) 100%)\"},children:\"+\"})})}),className:\"framer-mdan6n\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"CUSTOM;PP Mori ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"lCElPMaaN\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgU2VtaUJvbGQ=\",\"--framer-font-family\":'\"PP Mori SemiBold\", \"PP Mori SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.64))\",\"--framer-text-transform\":\"capitalize\"},children:\"Supported languages\"})}),className:\"framer-kt5lfn\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"CUSTOM;PP Mori SemiBold\"],layoutDependency:layoutDependency,layoutId:\"SRkaoDe0l\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.64)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+24),positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px) / 3, 1px)`,src:\"https://framerusercontent.com/images/XZKmrDhL3LWApFV4Eeu8TJzw.png\",srcSet:\"https://framerusercontent.com/images/XZKmrDhL3LWApFV4Eeu8TJzw.png?scale-down-to=512 512w,https://framerusercontent.com/images/XZKmrDhL3LWApFV4Eeu8TJzw.png 716w\"},className:\"framer-rmgm44\",\"data-framer-name\":\"List Item\",layoutDependency:layoutDependency,layoutId:\"FWsvjiDFL\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({GYsxQmd5E:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+24+387),positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/XZKmrDhL3LWApFV4Eeu8TJzw.png\",srcSet:\"https://framerusercontent.com/images/XZKmrDhL3LWApFV4Eeu8TJzw.png?scale-down-to=512 512w,https://framerusercontent.com/images/XZKmrDhL3LWApFV4Eeu8TJzw.png 716w\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-21k7r5\",\"data-framer-name\":\"Check\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"DJ7GLgAKf\",svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.666748\" width=\"24\" height=\"24\" rx=\"12\" fill=\"white\" fill-opacity=\"0.1\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.484 6.59875C11.5886 6.53624 11.7078 6.5022 11.8296 6.49999C11.9515 6.49779 12.0718 6.5275 12.1786 6.58618C15.3114 8.04138 17.0848 11.0634 16.9756 13.5903C16.9284 14.6519 16.5489 15.6348 15.8127 16.3522C15.0756 17.0704 14.0173 17.49 12.6776 17.4923C12.1361 17.5258 11.5934 17.4509 11.0813 17.2719C10.5692 17.0929 10.0981 16.8134 9.69539 16.4499C9.29272 16.0864 8.96669 15.6461 8.73642 15.1549C8.50614 14.6638 8.37626 14.1316 8.35439 13.5895V13.5832C8.33839 12.9549 8.49478 12.3342 8.80658 11.7884C9.11838 11.2427 9.57369 10.7927 10.1231 10.4874C10.1708 10.4609 10.2236 10.4446 10.2779 10.4397C10.3323 10.4347 10.3871 10.4411 10.4388 10.4584C10.4906 10.4758 10.5381 10.5038 10.5785 10.5406C10.6188 10.5773 10.651 10.6221 10.6731 10.6721C10.8643 11.1058 11.1324 11.5013 11.4644 11.8397C11.8525 11.3329 12.0317 10.6783 12.0262 9.9586C12.0199 9.10213 11.7512 8.1836 11.3001 7.40178C11.2218 7.26993 11.1972 7.11299 11.2314 6.96349C11.2657 6.81398 11.3561 6.68338 11.484 6.59875Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17lpo9r\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"LV92R_cYx\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pw4mj7-container\",layoutDependency:layoutDependency,layoutId:\"mMs6SqSOY-container\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"rgb(255, 168, 57)\",decimalPlaces:0,decimalSeparator:\".\",duration:3,font:{fontFamily:'\"PP Mori ExtraBold\", \"PP Mori ExtraBold Placeholder\", sans-serif',fontSize:\"24px\",letterSpacing:\"0em\",lineHeight:\"90%\"},from:0,height:\"100%\",id:\"mMs6SqSOY\",layoutId:\"mMs6SqSOY\",once:true,playOnLoad:true,to:1100,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgRXh0cmFCb2xk\",\"--framer-font-family\":'\"PP Mori ExtraBold\", \"PP Mori ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(81.8593deg, rgb(255, 187, 57) 0%, rgb(255, 126, 53) 100%)\"},children:\"+\"})})}),className:\"framer-4co7ro\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"CUSTOM;PP Mori ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"OabZ9iqnm\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgU2VtaUJvbGQ=\",\"--framer-font-family\":'\"PP Mori SemiBold\", \"PP Mori SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.64))\"},children:\"Qualified SaaS Demos Generated\"})}),className:\"framer-1tbdwbi\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"CUSTOM;PP Mori SemiBold\"],layoutDependency:layoutDependency,layoutId:\"PL80SS6KZ\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.64)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(ImageWithFX,{__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,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+24),positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px) / 3, 1px)`,src:\"https://framerusercontent.com/images/jGSVmsf6hvx9aOERaMKl7N6Dh7w.png\",srcSet:\"https://framerusercontent.com/images/jGSVmsf6hvx9aOERaMKl7N6Dh7w.png?scale-down-to=512 512w,https://framerusercontent.com/images/jGSVmsf6hvx9aOERaMKl7N6Dh7w.png 716w\"},className:\"framer-1p7vnt2\",\"data-framer-name\":\"List Item\",layoutDependency:layoutDependency,layoutId:\"aHXqnxQdB\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({GYsxQmd5E:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+24+774),positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/jGSVmsf6hvx9aOERaMKl7N6Dh7w.png\",srcSet:\"https://framerusercontent.com/images/jGSVmsf6hvx9aOERaMKl7N6Dh7w.png?scale-down-to=512 512w,https://framerusercontent.com/images/jGSVmsf6hvx9aOERaMKl7N6Dh7w.png 716w\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-u0z69o\",\"data-framer-name\":\"Check\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"bwqB_V0MF\",svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.333252\" width=\"24\" height=\"24\" rx=\"12\" fill=\"white\" fill-opacity=\"0.15\"/>\\n<path d=\"M15.3333 6.9375L18.3333 9.9375L11.2083 17.0625L6.33325 12.1875L9.33325 9.1875L11.2083 11.0625L15.3333 6.9375Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-35ix46\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Go9lEbAI2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-juk7qw-container\",layoutDependency:layoutDependency,layoutId:\"cXxPNg7sm-container\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"rgb(255, 168, 57)\",decimalPlaces:0,decimalSeparator:\".\",duration:4,font:{fontFamily:'\"PP Mori ExtraBold\", \"PP Mori ExtraBold Placeholder\", sans-serif',fontSize:\"24px\",letterSpacing:\"0em\",lineHeight:\"90%\"},from:0,height:\"100%\",id:\"cXxPNg7sm\",layoutId:\"cXxPNg7sm\",once:true,playOnLoad:true,to:11,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgRXh0cmFCb2xk\",\"--framer-font-family\":'\"PP Mori ExtraBold\", \"PP Mori ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(81.8593deg, rgb(255, 187, 57) 0%, rgb(255, 126, 53) 100%)\"},children:\"Million\"})})}),className:\"framer-117hkcn\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"CUSTOM;PP Mori ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"bcUQlZ225\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgU2VtaUJvbGQ=\",\"--framer-font-family\":'\"PP Mori SemiBold\", \"PP Mori SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.64))\"},children:\"New Pipeline Generated for Clients\"})}),className:\"framer-1w1fe73\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"CUSTOM;PP Mori SemiBold\"],layoutDependency:layoutDependency,layoutId:\"AQmPsmX0N\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.64)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fqBkl.framer-8kohui, .framer-fqBkl .framer-8kohui { display: block; }\",\".framer-fqBkl.framer-1m112ec { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 616px; }\",\".framer-fqBkl .framer-185y0yq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-fqBkl .framer-1k722sl { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 1px; }\",\".framer-fqBkl .framer-7cdfmv { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-fqBkl .framer-1h32cyj, .framer-fqBkl .framer-17lpo9r, .framer-fqBkl .framer-35ix46 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-fqBkl .framer-1tpgumq-container, .framer-fqBkl .framer-1pw4mj7-container, .framer-fqBkl .framer-juk7qw-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-fqBkl .framer-mdan6n, .framer-fqBkl .framer-4co7ro, .framer-fqBkl .framer-117hkcn { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-fqBkl .framer-kt5lfn, .framer-fqBkl .framer-1tbdwbi, .framer-fqBkl .framer-1w1fe73 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 147px; word-break: break-word; word-wrap: break-word; }\",\".framer-fqBkl .framer-rmgm44, .framer-fqBkl .framer-1p7vnt2 { 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: center; overflow: visible; padding: 16px; position: relative; width: 1px; }\",\".framer-fqBkl .framer-21k7r5, .framer-fqBkl .framer-u0z69o { flex: none; height: 24px; position: relative; width: 25px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fqBkl.framer-1m112ec, .framer-fqBkl .framer-185y0yq, .framer-fqBkl .framer-1k722sl, .framer-fqBkl .framer-1h32cyj, .framer-fqBkl .framer-rmgm44, .framer-fqBkl .framer-17lpo9r, .framer-fqBkl .framer-1p7vnt2, .framer-fqBkl .framer-35ix46 { gap: 0px; } .framer-fqBkl.framer-1m112ec > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-fqBkl.framer-1m112ec > :first-child, .framer-fqBkl .framer-1k722sl > :first-child, .framer-fqBkl .framer-rmgm44 > :first-child, .framer-fqBkl .framer-1p7vnt2 > :first-child { margin-top: 0px; } .framer-fqBkl.framer-1m112ec > :last-child, .framer-fqBkl .framer-1k722sl > :last-child, .framer-fqBkl .framer-rmgm44 > :last-child, .framer-fqBkl .framer-1p7vnt2 > :last-child { margin-bottom: 0px; } .framer-fqBkl .framer-185y0yq > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-fqBkl .framer-185y0yq > :first-child, .framer-fqBkl .framer-1h32cyj > :first-child, .framer-fqBkl .framer-17lpo9r > :first-child, .framer-fqBkl .framer-35ix46 > :first-child { margin-left: 0px; } .framer-fqBkl .framer-185y0yq > :last-child, .framer-fqBkl .framer-1h32cyj > :last-child, .framer-fqBkl .framer-17lpo9r > :last-child, .framer-fqBkl .framer-35ix46 > :last-child { margin-right: 0px; } .framer-fqBkl .framer-1k722sl > *, .framer-fqBkl .framer-rmgm44 > *, .framer-fqBkl .framer-1p7vnt2 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-fqBkl .framer-1h32cyj > *, .framer-fqBkl .framer-17lpo9r > *, .framer-fqBkl .framer-35ix46 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-fqBkl.framer-v-19vcrr7 .framer-185y0yq { flex-direction: column; }\",\".framer-fqBkl.framer-v-19vcrr7 .framer-1k722sl { align-self: unset; flex: none; height: min-content; width: 100%; }\",\".framer-fqBkl.framer-v-19vcrr7 .framer-kt5lfn, .framer-fqBkl.framer-v-19vcrr7 .framer-1tbdwbi, .framer-fqBkl.framer-v-19vcrr7 .framer-1w1fe73 { width: 100%; }\",\".framer-fqBkl.framer-v-19vcrr7 .framer-rmgm44, .framer-fqBkl.framer-v-19vcrr7 .framer-1p7vnt2 { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fqBkl.framer-v-19vcrr7 .framer-185y0yq { gap: 0px; } .framer-fqBkl.framer-v-19vcrr7 .framer-185y0yq > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-fqBkl.framer-v-19vcrr7 .framer-185y0yq > :first-child { margin-top: 0px; } .framer-fqBkl.framer-v-19vcrr7 .framer-185y0yq > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 616\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GYsxQmd5E\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfFePK13Iu=withCSS(Component,css,\"framer-fqBkl\");export default FramerfFePK13Iu;FramerfFePK13Iu.displayName=\"Stats\";FramerfFePK13Iu.defaultProps={height:200,width:616};addPropertyControls(FramerfFePK13Iu,{variant:{options:[\"niSZqQnZH\",\"GYsxQmd5E\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerfFePK13Iu,[{explicitInter:true,fonts:[{family:\"PP Mori ExtraBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/SwEq4if6QpVJNAmsz9UY5Evm9A.woff2\"},{family:\"PP Mori SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/SDZrAnmPR5oU6GPDfcStPeQZCM.woff2\"}]},...AnimatedCounterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfFePK13Iu\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"616\",\"framerIntrinsicHeight\":\"200\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GYsxQmd5E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "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", "isInView", "useInView", "displayValue", "setDisplayValue", "ye", "formatNumber", "isCanvas", "RenderTarget", "ariaLabel", "value", "ue", "animationControl", "animate", "latest", "p", "motion", "addPropertyControls", "ControlType", "fFePK13Iu_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v0", "p", "x", "motion", "v1", "v2", "v3", "__FramerMetadata__", "valuesByLocaleId", "fFePK13Iu_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "AnimatedCounterFonts", "getFonts", "AnimatedCounter", "ImageWithFX", "withFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "transition4", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "LayoutGroup", "cx", "u", "getLoadingLazyAtYPosition", "SVG", "ComponentViewportProvider", "RichText2", "getLocalizedValue", "css", "FramerfFePK13Iu", "withCSS", "fFePK13Iu_default", "addPropertyControls", "ControlType", "addFonts"]
}
