{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/lGu9VayhxpYD2v9lbKlh/AnimatedCounter.js", "ssg:https://framerusercontent.com/modules/kVz9ZTKMVp9LQo7orzxi/uXenM8VBM5VxHVhk29HL/augiA20Il.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 (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import AnimatedCounter from\"https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/lGu9VayhxpYD2v9lbKlh/AnimatedCounter.js\";import FAQSection from\"#framer/local/canvasComponent/dDh5z3txp/dDh5z3txp.js\";import Button from\"#framer/local/canvasComponent/hOJn8v0Cq/hOJn8v0Cq.js\";import PlatformFeature from\"#framer/local/canvasComponent/lSkZkMQsc/lSkZkMQsc.js\";import Footer from\"#framer/local/canvasComponent/nSPcet1Go/nSPcet1Go.js\";import CTA from\"#framer/local/canvasComponent/obHvrILFF/obHvrILFF.js\";import Navigation from\"#framer/local/canvasComponent/s2IfmimtW/s2IfmimtW.js\";import Ticker from\"#framer/local/canvasComponent/seQ0KNGvC/seQ0KNGvC.js\";import*as sharedStyle4 from\"#framer/local/css/ACz5OaCHF/ACz5OaCHF.js\";import*as sharedStyle3 from\"#framer/local/css/HUWPt_ptU/HUWPt_ptU.js\";import*as sharedStyle5 from\"#framer/local/css/i7rr5k3RN/i7rr5k3RN.js\";import*as sharedStyle from\"#framer/local/css/poyTHy0U5/poyTHy0U5.js\";import*as sharedStyle2 from\"#framer/local/css/pUV7pzSGM/pUV7pzSGM.js\";import*as sharedStyle1 from\"#framer/local/css/R4WSbcqGH/R4WSbcqGH.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationFonts=getFonts(Navigation);const NavigationWithVariantAppearEffect=withVariantAppearEffect(Navigation);const RichTextWithFX=withFX(RichText);const ButtonFonts=getFonts(Button);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const MotionSectionWithFX=withFX(motion.section);const TickerFonts=getFonts(Ticker);const ContainerWithFX=withFX(Container);const MotionDivWithFX=withFX(motion.div);const AnimatedCounterFonts=getFonts(AnimatedCounter);const PlatformFeatureFonts=getFonts(PlatformFeature);const CTAFonts=getFonts(CTA);const FAQSectionFonts=getFonts(FAQSection);const FooterFonts=getFonts(Footer);const breakpoints={Ibu63AWiX:\"(min-width: 1200px) and (max-width: 1439px)\",PjlWoJENd:\"(max-width: 767px)\",uzE6lcWPc:\"(min-width: 768px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-jCMPQ\";const variantClassNames={Ibu63AWiX:\"framer-v-ol7hy1\",PjlWoJENd:\"framer-v-x2xz3o\",uzE6lcWPc:\"framer-v-1oex0uz\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition1={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:8};const transition2={bounce:.15,delay:.1,duration:.8,type:\"spring\"};const textEffect={effect:animation1,tokenization:\"word\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const transition3={bounce:.15,delay:.4,duration:.8,type:\"spring\"};const textEffect1={effect:animation1,repeat:false,startDelay:.2,tokenization:\"line\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={bounce:.1,delay:.5,duration:1,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition5={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const transition6={bounce:.2,delay:1,duration:1.5,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};const transformTemplate3=(_,t)=>`translate(-50%, -50%) ${t}`;const transition7={bounce:.2,delay:1.65,duration:1.2,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition8={bounce:.2,delay:1.05,duration:1.2,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition9={bounce:.2,delay:.2,duration:1.4,type:\"spring\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:48};const transition10={bounce:.2,delay:.2,duration:1.8,type:\"spring\"};const animation14={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:16};const transition11={bounce:0,delay:.075,duration:.8,type:\"spring\"};const textEffect2={effect:animation14,startDelay:.3,threshold:.5,tokenization:\"word\",transition:transition11,trigger:\"onInView\",type:\"appear\"};const animation15={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition12={bounce:0,delay:.175,duration:1,type:\"spring\"};const textEffect3={effect:animation15,repeat:false,startDelay:0,threshold:1,tokenization:\"word\",transition:transition12,trigger:\"onInView\",type:\"appear\"};const transition13={bounce:0,delay:.05,duration:2.4,type:\"spring\"};const textEffect4={effect:animation1,tokenization:\"word\",transition:transition13,trigger:\"onInView\",type:\"appear\"};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80};const transition14={bounce:.2,delay:.2,duration:2,type:\"spring\"};const transition15={bounce:0,delay:.075,duration:1.5,type:\"spring\"};const textEffect5={effect:animation15,threshold:1,tokenization:\"word\",transition:transition15,trigger:\"onInView\",type:\"appear\"};const transition16={bounce:.2,delay:.4,duration:2,type:\"spring\"};const transition17={bounce:0,delay:.175,duration:1.5,type:\"spring\"};const textEffect6={effect:animation15,threshold:1,tokenization:\"word\",transition:transition17,trigger:\"onInView\",type:\"appear\"};const transition18={bounce:.2,delay:.6,duration:2,type:\"spring\"};const transition19={bounce:0,delay:.275,duration:1.5,type:\"spring\"};const textEffect7={effect:animation15,threshold:1,tokenization:\"word\",transition:transition19,trigger:\"onInView\",type:\"appear\"};const textEffect8={effect:animation15,threshold:1,tokenization:\"word\",transition:transition12,trigger:\"onInView\",type:\"appear\"};const transition20={bounce:.15,delay:.3,duration:.7,type:\"spring\"};const textEffect9={effect:animation1,repeat:false,startDelay:.15,threshold:.5,tokenization:\"line\",transition:transition20,trigger:\"onInView\",type:\"appear\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Laptop:\"Ibu63AWiX\",Phone:\"PjlWoJENd\",Tablet:\"uzE6lcWPc\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"PjlWoJENd\")return false;return true;};const elementId=useRouteElementId(\"eHaQ1tLIl\");const ref1=React.useRef(null);const router=useRouter();const elementId1=useRouteElementId(\"HOGv4JzpB\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"k48yn6lEL\");const ref3=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-687899bf-f8af-4f9a-aa41-5a18592e3cca, rgb(1, 12, 20)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{width:componentViewport?.width||\"100vw\"},PjlWoJENd:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:121,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ddvwao-container\",layoutScroll:true,nodeId:\"CD3LGUuhm\",rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PjlWoJENd:{__framer__scrollDirection:{direction:\"down\",target:\"QYTL3v_zW\"},__framer__threshold:0,variant:\"oLpJowGwi\"},uzE6lcWPc:{__framer__scrollDirection:{direction:\"down\",target:\"QYTL3v_zW\"},variant:\"oLpJowGwi\"}},children:/*#__PURE__*/_jsx(NavigationWithVariantAppearEffect,{__framer__animateOnce:true,__framer__scrollDirection:{direction:\"down\",target:\"UTVFBfaWE\"},__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"CD3LGUuhm\",layoutId:\"CD3LGUuhm\",style:{width:\"100%\"},variant:\"C1uHZxuEO\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"section\",{background:{alt:\"\",fit:\"fill\",positionX:\"center\",positionY:\"top\"},className:\"framer-4c3zq\",\"data-framer-name\":\"Hero Section\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+1298.2-1491),pixelHeight:4e3,pixelWidth:4e3,sizes:\"1400px\",src:\"https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png?scale-down-to=512 512w,https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png 4000w\"}},uzE6lcWPc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+1391-1491),pixelHeight:4e3,pixelWidth:4e3,sizes:\"1400px\",src:\"https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png?scale-down-to=512 512w,https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png 4000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+584.2-1491),pixelHeight:4e3,pixelWidth:4e3,sizes:\"1400px\",src:\"https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png?scale-down-to=512 512w,https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2h5UQFMATYTEPgQHaBG2x59v0.png 4000w\"},className:\"framer-17ng8sf hidden-x2xz3o\",\"data-framer-name\":\"Blue-purple\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-74),pixelHeight:4e3,pixelWidth:4e3,sizes:\"1400px\",src:\"https://framerusercontent.com/images/HxB0AirvDzwOiNNLrqcoS8tY1tk.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/HxB0AirvDzwOiNNLrqcoS8tY1tk.png?scale-down-to=512 512w,https://framerusercontent.com/images/HxB0AirvDzwOiNNLrqcoS8tY1tk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HxB0AirvDzwOiNNLrqcoS8tY1tk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HxB0AirvDzwOiNNLrqcoS8tY1tk.png 4000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),pixelHeight:4e3,pixelWidth:4e3,sizes:\"1400px\",src:\"https://framerusercontent.com/images/HxB0AirvDzwOiNNLrqcoS8tY1tk.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/HxB0AirvDzwOiNNLrqcoS8tY1tk.png?scale-down-to=512 512w,https://framerusercontent.com/images/HxB0AirvDzwOiNNLrqcoS8tY1tk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HxB0AirvDzwOiNNLrqcoS8tY1tk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HxB0AirvDzwOiNNLrqcoS8tY1tk.png 4000w\"},className:\"framer-i4gekh\",\"data-framer-name\":\"Blue\"})}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",positionX:\"center\",positionY:\"top\"},className:\"framer-hgl7ix\",\"data-framer-name\":\"Container\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v2luyp\",\"data-framer-name\":\"Secton Title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kjfmm5\",\"data-framer-name\":\"Contant\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1cvth4q\",\"data-styles-preset\":\"poyTHy0U5\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"The Only Platform Your\",/*#__PURE__*/_jsx(\"br\",{}),\"Multi-Location Team Needs\"]})}),className:\"framer-tlfqcj\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-12z0kpy\",\"data-styles-preset\":\"R4WSbcqGH\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:[\"Hundreds of features built for scaling multi-location businesses and supported by industry experts. \",/*#__PURE__*/_jsx(\"strong\",{children:\"One login unlocks unlimited possibilities.\"})]})}),className:\"framer-6dw1l6\",effect:textEffect1,fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-57hj1k\",\"data-framer-appear-id\":\"57hj1k\",\"data-framer-name\":\"Button\",initial:animation3,optimized:true,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MUvOLvmKD\"},implicitPathVariables:undefined},{href:{webPageId:\"MUvOLvmKD\"},implicitPathVariables:undefined},{href:{webPageId:\"MUvOLvmKD\"},implicitPathVariables:undefined},{href:{webPageId:\"MUvOLvmKD\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{y:(componentViewport?.y||0)+0+0+120+0+70+0+0+313.2+0},PjlWoJENd:{y:(componentViewport?.y||0)+0+0+115+0+10+0+0+313.2+0+0},uzE6lcWPc:{y:(componentViewport?.y||0)+0+0+0+0+50+463.4+0+313.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,y:(componentViewport?.y||0)+0+0+120+0+100+0+0+313.2+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-11eyiu5-container\",\"data-framer-appear-id\":\"11eyiu5\",initial:animation3,nodeId:\"gLk77AqxN\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{rjG28skN4:resolvedLinks[1]},PjlWoJENd:{rjG28skN4:resolvedLinks[3],variant:\"gqmU_niK9\"},uzE6lcWPc:{rjG28skN4:resolvedLinks[2],variant:\"gqmU_niK9\"}},children:/*#__PURE__*/_jsx(Button,{EpSCQwyvo:\"var(--token-dc9188be-99df-49da-ad84-d3c5006d3cce, rgb(17, 29, 38))\",height:\"100%\",id:\"gLk77AqxN\",layoutId:\"gLk77AqxN\",pnkuQ5LAt:\"Book A Demo\",rjG28skN4:resolvedLinks[0],tALPoVrCo:true,variant:\"jLRJPCfwS\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-grlp2s\",\"data-framer-name\":\"Product Mockup\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-49nl73\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{transformTemplate:transformTemplate3}},children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-14xggid hidden-x2xz3o\",\"data-border\":true,\"data-framer-appear-id\":\"14xggid\",\"data-framer-name\":\"Desktop\",initial:animation6,optimized:true,transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+70+364.2+0+117+12),pixelHeight:818,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"900px\",src:\"https://framerusercontent.com/images/aQ1lET6vWv3HxR96jXWWzK7NQhA.png\",srcSet:\"https://framerusercontent.com/images/aQ1lET6vWv3HxR96jXWWzK7NQhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/aQ1lET6vWv3HxR96jXWWzK7NQhA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aQ1lET6vWv3HxR96jXWWzK7NQhA.png 1500w\"}},uzE6lcWPc:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+50+877.6+-300+42.5+12),pixelHeight:818,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"900px\",src:\"https://framerusercontent.com/images/aQ1lET6vWv3HxR96jXWWzK7NQhA.png\",srcSet:\"https://framerusercontent.com/images/aQ1lET6vWv3HxR96jXWWzK7NQhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/aQ1lET6vWv3HxR96jXWWzK7NQhA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aQ1lET6vWv3HxR96jXWWzK7NQhA.png 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+100+364.2+-372+115.5+12),pixelHeight:818,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"900px\",src:\"https://framerusercontent.com/images/aQ1lET6vWv3HxR96jXWWzK7NQhA.png\",srcSet:\"https://framerusercontent.com/images/aQ1lET6vWv3HxR96jXWWzK7NQhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/aQ1lET6vWv3HxR96jXWWzK7NQhA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aQ1lET6vWv3HxR96jXWWzK7NQhA.png 1500w\"},className:\"framer-1p4slwg\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PjlWoJENd:{animate:animation9,transformTemplate:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation7,className:\"framer-1uxcjs\",\"data-border\":true,\"data-framer-appear-id\":\"1uxcjs\",\"data-framer-name\":\"Mobile\",initial:animation8,optimized:true,transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1386,intrinsicWidth:585,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+70+364.2+0+40+12),pixelHeight:2772,pixelWidth:1170,sizes:\"270.0422px\",src:\"https://framerusercontent.com/images/e050zQi4Wiojwfzr9yohDqtWaQ.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/e050zQi4Wiojwfzr9yohDqtWaQ.png?scale-down-to=2048 864w,https://framerusercontent.com/images/e050zQi4Wiojwfzr9yohDqtWaQ.png 1170w\"}},PjlWoJENd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1386,intrinsicWidth:585,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+115+0+10+394.2+-346.25+0+12),pixelHeight:2772,pixelWidth:1170,sizes:\"291px\",src:\"https://framerusercontent.com/images/e050zQi4Wiojwfzr9yohDqtWaQ.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/e050zQi4Wiojwfzr9yohDqtWaQ.png?scale-down-to=2048 864w,https://framerusercontent.com/images/e050zQi4Wiojwfzr9yohDqtWaQ.png 1170w\"}},uzE6lcWPc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1386,intrinsicWidth:585,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+50+877.6+-300+6.5+12),pixelHeight:2772,pixelWidth:1170,sizes:\"238px\",src:\"https://framerusercontent.com/images/e050zQi4Wiojwfzr9yohDqtWaQ.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/e050zQi4Wiojwfzr9yohDqtWaQ.png?scale-down-to=2048 864w,https://framerusercontent.com/images/e050zQi4Wiojwfzr9yohDqtWaQ.png 1170w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1386,intrinsicWidth:585,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+100+364.2+-372+42.5+12),pixelHeight:2772,pixelWidth:1170,sizes:\"268px\",src:\"https://framerusercontent.com/images/e050zQi4Wiojwfzr9yohDqtWaQ.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/e050zQi4Wiojwfzr9yohDqtWaQ.png?scale-down-to=2048 864w,https://framerusercontent.com/images/e050zQi4Wiojwfzr9yohDqtWaQ.png 1170w\"},className:\"framer-1w818f8\",\"data-framer-name\":\"Home\"})})})})]})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-20akkw\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3we01r\",\"data-framer-name\":\"Secton Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-trne0g\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w3aan8\",\"data-styles-preset\":\"pUV7pzSGM\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8b06c5da-3543-4224-893d-a49bbba5b29c, rgb(226, 234, 240))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Trusted by top multi-location organizations nationwide\"})})}),className:\"framer-17tr009\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{width:\"1200px\",y:(componentViewport?.y||0)+0+1298.2+120+0+0+77.6},PjlWoJENd:{y:(componentViewport?.y||0)+0+599.2+0+0+0+152},uzE6lcWPc:{width:\"768px\",y:(componentViewport?.y||0)+0+1391+80+0+0+77.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+584.2+180+0+0+77.6,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:.8,className:\"framer-95xid-container\",nodeId:\"spUsnLTYg\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{height:\"100%\",id:\"spUsnLTYg\",layoutId:\"spUsnLTYg\",style:{width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-wb2fr1\",\"data-framer-name\":\"About\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1374v7w\",\"data-framer-name\":\"Customer Retention\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yb7com\",\"data-framer-name\":\"Value\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-dvf498\",\"data-framer-name\":\"99.99%\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nxm759-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xguTCACQX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{font:{fontFamily:'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',fontSize:\"108px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"-0.04em\",lineHeight:\"1em\"}},PjlWoJENd:{font:{fontFamily:'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',fontSize:\"88px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"-0.04em\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"rgb(255, 255, 255)\",decimalPlaces:2,decimalSeparator:\".\",duration:1,font:{fontFamily:'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',fontSize:\"122px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"-0.04em\",lineHeight:\"1em\"},from:90.1,height:\"100%\",id:\"xguTCACQX\",layoutId:\"xguTCACQX\",once:true,playOnLoad:false,style:{width:\"100%\"},to:99.99,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"108px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f31e7e9c-f464-4b4e-8485-7199a0227bd1, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:[\"%\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-transform\":\"none\"},children:\"*\"})]})})},PjlWoJENd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"88px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f31e7e9c-f464-4b4e-8485-7199a0227bd1, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:[\"%\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-transform\":\"none\"},children:\"*\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"122px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f31e7e9c-f464-4b4e-8485-7199a0227bd1, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:[\"%\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-transform\":\"none\"},children:\"*\"})]})}),className:\"framer-16fggo0\",fonts:[\"GF;DM Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ilbt4i\",\"data-framer-name\":\"No Joke\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w3aan8\",\"data-styles-preset\":\"pUV7pzSGM\",children:\"*No Bullshit\"})}),className:\"framer-txq35b\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jwd5ui\",\"data-framer-name\":\"Title \",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PjlWoJENd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-vkytne\",\"data-styles-preset\":\"ACz5OaCHF\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-3d881ba5-3810-403e-82e7-7a1e40959920, rgb(248, 250, 252))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Customer Retention\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-14pedot\",\"data-styles-preset\":\"HUWPt_ptU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-3d881ba5-3810-403e-82e7-7a1e40959920, rgb(248, 250, 252))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Customer Retention\"})})}),className:\"framer-tu5dvy\",effect:textEffect3,fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PjlWoJENd:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"We're not a technology company, we're a relationship company. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"FYI, industry standard retention rate is 90%.\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"Here's a few reasons we can stand on this number:\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"We're not a technology company, we're a relationship company. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"FYI, industry standard retention rate is 90%.\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"Here's a few reasons we can stand on this number:\"})]}),className:\"framer-1sa3ur2\",effect:textEffect4,fonts:[\"GF;DM Sans-300\",\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l6jyj0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3uggqs\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PjlWoJENd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-color\":\"var(--token-f31e7e9c-f464-4b4e-8485-7199a0227bd1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(315deg, var(--token-53ae4e40-62c5-4a78-afac-44bfcbaf4714, rgb(184, 223, 255)) 0%, rgba(225, 236, 252, 1) 0%, var(--token-e61d5574-c2eb-4235-88b0-63c5d17e2566, rgb(8, 136, 232)) 78%)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"10x\"})})})}),fonts:[\"GF;DM Sans-500\",\"GF;DM Sans-700\"]},uzE6lcWPc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-color\":\"var(--token-f31e7e9c-f464-4b4e-8485-7199a0227bd1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(315deg, var(--token-53ae4e40-62c5-4a78-afac-44bfcbaf4714, rgb(184, 223, 255)) 0%, rgba(225, 236, 252, 1) 0%, var(--token-e61d5574-c2eb-4235-88b0-63c5d17e2566, rgb(8, 136, 232)) 78%)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"10x\"})})})}),fonts:[\"GF;DM Sans-500\",\"GF;DM Sans-700\"]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1cvth4q\",\"data-styles-preset\":\"poyTHy0U5\",style:{\"--framer-text-color\":\"var(--token-f31e7e9c-f464-4b4e-8485-7199a0227bd1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(315deg, var(--token-53ae4e40-62c5-4a78-afac-44bfcbaf4714, rgb(184, 223, 255)) 0%, rgba(225, 236, 252, 1) 0%, var(--token-e61d5574-c2eb-4235-88b0-63c5d17e2566, rgb(8, 136, 232)) 78%)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"10x\"})})})}),className:\"framer-x7yddp\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PjlWoJENd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w3aan8\",\"data-styles-preset\":\"pUV7pzSGM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"Customer's ROI with Woven\"})})},uzE6lcWPc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w3aan8\",\"data-styles-preset\":\"pUV7pzSGM\",style:{\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"Customer's ROI with Woven\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-peoh0m\",\"data-styles-preset\":\"i7rr5k3RN\",style:{\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"Customer's ROI with Woven\"})}),className:\"framer-19rtmax\",effect:textEffect5,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9s6xwv\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PjlWoJENd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-color\":\"var(--token-f31e7e9c-f464-4b4e-8485-7199a0227bd1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(135deg, var(--token-bcdbb3bc-5439-412e-b22f-8bca519fa5a0, rgb(93, 212, 245)) 24%, var(--token-76535df0-6aa6-4d05-8939-a7fadfd63e7a, rgb(216, 246, 252)) 100%)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"65\"})})})}),fonts:[\"GF;DM Sans-500\",\"GF;DM Sans-700\"]},uzE6lcWPc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-color\":\"var(--token-f31e7e9c-f464-4b4e-8485-7199a0227bd1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(135deg, var(--token-bcdbb3bc-5439-412e-b22f-8bca519fa5a0, rgb(93, 212, 245)) 24%, var(--token-76535df0-6aa6-4d05-8939-a7fadfd63e7a, rgb(216, 246, 252)) 100%)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"65\"})})})}),fonts:[\"GF;DM Sans-500\",\"GF;DM Sans-700\"]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1cvth4q\",\"data-styles-preset\":\"poyTHy0U5\",style:{\"--framer-text-color\":\"var(--token-f31e7e9c-f464-4b4e-8485-7199a0227bd1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(135deg, var(--token-bcdbb3bc-5439-412e-b22f-8bca519fa5a0, rgb(93, 212, 245)) 24%, var(--token-76535df0-6aa6-4d05-8939-a7fadfd63e7a, rgb(216, 246, 252)) 100%)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"65\"})})})}),className:\"framer-1m73jd3\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PjlWoJENd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w3aan8\",\"data-styles-preset\":\"pUV7pzSGM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"2024 Net Promoter Score (industry standard is 36)\"})})},uzE6lcWPc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w3aan8\",\"data-styles-preset\":\"pUV7pzSGM\",style:{\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"2024 Net Promoter Score (industry standard is 36)\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-peoh0m\",\"data-styles-preset\":\"i7rr5k3RN\",style:{\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"2024 Net Promoter Score (industry standard is 36)\"})}),className:\"framer-vku2gy\",effect:textEffect6,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mbpabz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PjlWoJENd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-color\":\"var(--token-f31e7e9c-f464-4b4e-8485-7199a0227bd1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(315deg, var(--token-615d95df-732c-4051-b60d-54730032ea03, rgb(240, 211, 255)) 0%, var(--token-06ddbcd7-a26e-4fdb-abec-579a672cd8c6, rgb(180, 96, 245)) 77%)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"92%\"})})})}),fonts:[\"GF;DM Sans-500\",\"GF;DM Sans-700\"]},uzE6lcWPc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-color\":\"var(--token-f31e7e9c-f464-4b4e-8485-7199a0227bd1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(315deg, var(--token-615d95df-732c-4051-b60d-54730032ea03, rgb(240, 211, 255)) 0%, var(--token-06ddbcd7-a26e-4fdb-abec-579a672cd8c6, rgb(180, 96, 245)) 77%)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"92%\"})})})}),fonts:[\"GF;DM Sans-500\",\"GF;DM Sans-700\"]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1cvth4q\",\"data-styles-preset\":\"poyTHy0U5\",style:{\"--framer-text-color\":\"var(--token-f31e7e9c-f464-4b4e-8485-7199a0227bd1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(315deg, var(--token-615d95df-732c-4051-b60d-54730032ea03, rgb(240, 211, 255)) 0%, var(--token-06ddbcd7-a26e-4fdb-abec-579a672cd8c6, rgb(180, 96, 245)) 77%)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"92%\"})})})}),className:\"framer-1ekq2b6\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PjlWoJENd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w3aan8\",\"data-styles-preset\":\"pUV7pzSGM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"New Customers that come from Direct Referrals\"})})},uzE6lcWPc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w3aan8\",\"data-styles-preset\":\"pUV7pzSGM\",style:{\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"New Customers that come from Direct Referrals\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-peoh0m\",\"data-styles-preset\":\"i7rr5k3RN\",style:{\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"New Customers that come from Direct Referrals\"})}),className:\"framer-ou6uhn\",effect:textEffect7,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-4x6lw5\",\"data-framer-name\":\"Core Features\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tpsdas\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n9wg5o\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-14pedot\",\"data-styles-preset\":\"HUWPt_ptU\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Woven Works For You\"})}),className:\"framer-l68ac0\",effect:textEffect8,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-12z0kpy\",\"data-styles-preset\":\"R4WSbcqGH\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ccadbf96-52d5-4265-be00-491bdfd83ba2, rgb(201, 211, 218))\"},children:\"Built for growing franchise systems and multi-location enterprises, Woven turns complexity into clarity\u2014so you can focus on scaling with confidence.\"})}),className:\"framer-38hcti\",effect:textEffect9,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y161kh\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1000px)`,y:(componentViewport?.y||0)+0+2775.8+120+0+0+359.4+0+0},PjlWoJENd:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,y:(componentViewport?.y||0)+0+2743.2+80+0+0+299.4+0+0},uzE6lcWPc:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 600px)`,y:(componentViewport?.y||0)+0+3571.6+80+0+0+359.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:471,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1200px)`,y:(componentViewport?.y||0)+0+1981.8+120+0+0+359.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r7ah00-container\",nodeId:\"dv1z5FDTN\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{variant:\"MRGAF7n0G\"},PjlWoJENd:{variant:\"QgcvYbg_o\"},uzE6lcWPc:{variant:\"QgcvYbg_o\"}},children:/*#__PURE__*/_jsx(PlatformFeature,{C7T4D_fAb:\"Your people are your most valuable asset. Build a connected, engaged workforce across all locations with streamlined tools that eliminate silos and enhance productivity.\",Ct2lRgDqi:\"Learning & Development\",GgmS6TCc_:\"Seamless Onboarding\",height:\"100%\",id:\"dv1z5FDTN\",j_Ej3K4qN:\"Empower Your Frontline\",kT3Z0U9qW:\"Self-Service\",layoutId:\"dv1z5FDTN\",style:{width:\"100%\"},uxwkzu3K_:\"Culture & Recognition\",variant:\"WNML3xJVh\",vi0oz4OAx:addImageAlt({src:\"https://framerusercontent.com/images/5ehpMafVgcqR8Fk4X1UQ2oAFxGc.png\",srcSet:\"https://framerusercontent.com/images/5ehpMafVgcqR8Fk4X1UQ2oAFxGc.png?scale-down-to=512 512w,https://framerusercontent.com/images/5ehpMafVgcqR8Fk4X1UQ2oAFxGc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5ehpMafVgcqR8Fk4X1UQ2oAFxGc.png 1200w\"},\"\"),wFj9LSAng:\"PEOPLE\",width:\"100%\",Yv9A_h4vU:\"Communications\",zzKvvsoKX:\"Employee Management\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1000px)`,y:(componentViewport?.y||0)+0+2775.8+120+0+0+359.4+0+671},PjlWoJENd:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,y:(componentViewport?.y||0)+0+2743.2+80+0+0+299.4+0+551},uzE6lcWPc:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 600px)`,y:(componentViewport?.y||0)+0+3571.6+80+0+0+359.4+0+551}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:471,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1200px)`,y:(componentViewport?.y||0)+0+1981.8+120+0+0+359.4+0+671,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10oxihp-container\",nodeId:\"WmJtRton2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{variant:\"s3h_3Zt5n\"},PjlWoJENd:{variant:\"QgcvYbg_o\"},uzE6lcWPc:{variant:\"QgcvYbg_o\"}},children:/*#__PURE__*/_jsx(PlatformFeature,{C7T4D_fAb:\"Woven automates task management, optimizes daily workflows, and ensures your teams execute consistently across every location.\",Ct2lRgDqi:\"Shift Scheduling\",GgmS6TCc_:\"Automated Tasks\",height:\"100%\",id:\"WmJtRton2\",j_Ej3K4qN:\"Streamline Your Processes\",kT3Z0U9qW:\"eSign & Policies\",layoutId:\"WmJtRton2\",style:{width:\"100%\"},uxwkzu3K_:\"Labor Planning\",variant:\"pFxZeYrsN\",vi0oz4OAx:addImageAlt({src:\"https://framerusercontent.com/images/q0ih669mOMA7CFd7tWkyOGm3Q.png\",srcSet:\"https://framerusercontent.com/images/q0ih669mOMA7CFd7tWkyOGm3Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/q0ih669mOMA7CFd7tWkyOGm3Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/q0ih669mOMA7CFd7tWkyOGm3Q.png 1200w\"},\"\"),wFj9LSAng:\"OPERATIONS\",width:\"100%\",Yv9A_h4vU:\"Location Audits\",zzKvvsoKX:\"Risk Management\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1000px)`,y:(componentViewport?.y||0)+0+2775.8+120+0+0+359.4+0+1342},PjlWoJENd:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,y:(componentViewport?.y||0)+0+2743.2+80+0+0+299.4+0+1102},uzE6lcWPc:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 600px)`,y:(componentViewport?.y||0)+0+3571.6+80+0+0+359.4+0+1102}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:471,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1200px)`,y:(componentViewport?.y||0)+0+1981.8+120+0+0+359.4+0+1342,children:/*#__PURE__*/_jsx(Container,{className:\"framer-unq4mm-container\",nodeId:\"cS6kelqdc\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{variant:\"MRGAF7n0G\"},PjlWoJENd:{variant:\"QgcvYbg_o\"},uzE6lcWPc:{variant:\"QgcvYbg_o\"}},children:/*#__PURE__*/_jsx(PlatformFeature,{C7T4D_fAb:\"Efficient facilities are the backbone of your operations. Woven helps you proactively manage maintenance needs, minimizing downtime and ensuring operational excellence.\",Ct2lRgDqi:\"Preventative Maintenance\",GgmS6TCc_:\"Asset Management\",height:\"100%\",id:\"cS6kelqdc\",j_Ej3K4qN:\"Optimize Your Equipment\",kT3Z0U9qW:\"Manufacturer Integrations\",layoutId:\"cS6kelqdc\",style:{width:\"100%\"},uxwkzu3K_:\"Vendor Management\",variant:\"WNML3xJVh\",vi0oz4OAx:addImageAlt({src:\"https://framerusercontent.com/images/PyFCLuKhAbPPTUujoJHtIEgSbMo.png\",srcSet:\"https://framerusercontent.com/images/PyFCLuKhAbPPTUujoJHtIEgSbMo.png?scale-down-to=512 512w,https://framerusercontent.com/images/PyFCLuKhAbPPTUujoJHtIEgSbMo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PyFCLuKhAbPPTUujoJHtIEgSbMo.png 1200w\"},\"\"),wFj9LSAng:\"FACILITIES\",width:\"100%\",Yv9A_h4vU:\"Work Orders\",zzKvvsoKX:\"Part Inventory\"})})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b2rku6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{width:`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px)`,y:(componentViewport?.y||0)+0+5188.2+80},PjlWoJENd:{width:`min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1200px)`,y:(componentViewport?.y||0)+0+4695.6+80},uzE6lcWPc:{width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1200px)`,y:(componentViewport?.y||0)+0+5664+40}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:368,width:\"1200px\",y:(componentViewport?.y||0)+0+4394.2+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dy1mez-container\",nodeId:\"HJfTN4_sB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"Ywyjl6kHR\"},PjlWoJENd:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"MBsX6Gjgn\"},uzE6lcWPc:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"spjNfcbp0\"}},children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"HJfTN4_sB\",layoutId:\"HJfTN4_sB\",style:{maxWidth:\"100%\"},variant:\"kwLSnvoT7\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jv88t3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{y:(componentViewport?.y||0)+0+5796.2+0+0},PjlWoJENd:{y:(componentViewport?.y||0)+0+5223.6+0+0},uzE6lcWPc:{width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+0+6112+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1488,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5002.2+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f1ycxe-container\",nodeId:\"e4TbqR3Js\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{variant:\"JgbphmYX6\"},PjlWoJENd:{variant:\"qmApI2Khq\"},uzE6lcWPc:{variant:\"vxxoA6wAA\"}},children:/*#__PURE__*/_jsx(FAQSection,{height:\"100%\",id:\"e4TbqR3Js\",layoutId:\"e4TbqR3Js\",style:{width:\"100%\"},variant:\"S_Qetprk_\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{y:(componentViewport?.y||0)+0+7284.2},PjlWoJENd:{y:(componentViewport?.y||0)+0+6711.6},uzE6lcWPc:{y:(componentViewport?.y||0)+0+7600}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:385,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6490.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15vn0ap-container\",nodeId:\"bPV1h6ELz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ibu63AWiX:{variant:\"s4Gt48tOe\"},PjlWoJENd:{variant:\"kbV1gtYhL\"},uzE6lcWPc:{variant:\"oMm9bbzzM\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"bPV1h6ELz\",layoutId:\"bPV1h6ELz\",style:{width:\"100%\"},variant:\"N1hh0s2Ll\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jCMPQ.framer-lux5qc, .framer-jCMPQ .framer-lux5qc { display: block; }\",\".framer-jCMPQ.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-687899bf-f8af-4f9a-aa41-5a18592e3cca, #010c14); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-jCMPQ .framer-ddvwao-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-jCMPQ .framer-4c3zq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-17ng8sf { aspect-ratio: 1 / 1; bottom: -509px; flex: none; height: var(--framer-aspect-ratio-supported, 1400px); opacity: 0.8; overflow: visible; position: absolute; right: -700px; width: 1400px; z-index: 0; }\",\".framer-jCMPQ .framer-i4gekh { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1400px); left: -634px; opacity: 0.8; overflow: visible; position: absolute; top: 0px; width: 1400px; z-index: 0; }\",\".framer-jCMPQ .framer-hgl7ix { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-v2luyp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-jCMPQ .framer-1kjfmm5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-tlfqcj, .framer-jCMPQ .framer-tu5dvy, .framer-jCMPQ .framer-l68ac0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jCMPQ .framer-6dw1l6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-57hj1k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-jCMPQ .framer-11eyiu5-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-jCMPQ .framer-grlp2s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 760px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-49nl73 { flex: none; height: 744px; left: calc(50.00000000000002% - 1248px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 744px / 2); width: 1248px; z-index: 1; }\",\".framer-jCMPQ .framer-14xggid { --border-bottom-width: 2px; --border-color: var(--token-15108ba1-551f-4a2c-b2b9-98fa06ac8bc4, #0888e8); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; -webkit-backdrop-filter: blur(8px); align-content: center; align-items: center; backdrop-filter: blur(8px); background-color: rgba(1, 12, 20, 0.16); border-bottom-left-radius: 36px; border-bottom-right-radius: 36px; border-top-left-radius: 36px; border-top-right-radius: 36px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 40px; overflow: hidden; padding: 12px; position: absolute; top: 50%; transform: translateY(-50%); width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-jCMPQ .framer-1p4slwg { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 491px; max-width: 1150px; overflow: visible; position: relative; width: 900px; }\",\".framer-jCMPQ .framer-1uxcjs { --border-bottom-width: 2px; --border-color: var(--token-5976b00c-4521-454a-a226-2004cbe77308, #8a0fe8); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; -webkit-backdrop-filter: blur(8px); align-content: center; align-items: center; backdrop-filter: blur(8px); background-color: rgba(1, 12, 20, 0.16); border-bottom-left-radius: 36px; border-bottom-right-radius: 36px; border-top-left-radius: 36px; border-top-right-radius: 36px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: absolute; right: 40px; top: 50%; transform: translateY(-50%); width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-jCMPQ .framer-1w818f8 { aspect-ratio: 0.4219409282700422 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 636px); overflow: visible; position: relative; width: 268px; }\",\".framer-jCMPQ .framer-20akkw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 180px 0px 180px 0px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-3we01r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-trne0g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 0px 16px 0px; position: relative; width: min-content; }\",\".framer-jCMPQ .framer-17tr009 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-jCMPQ .framer-95xid-container { flex: none; height: auto; opacity: 0.8; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-wb2fr1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 140px; height: 80vh; justify-content: center; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 124px; width: 100%; }\",\".framer-jCMPQ .framer-1374v7w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-yb7com { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jCMPQ .framer-dvf498 { align-content: flex-start; align-items: flex-start; align-self: stretch; 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: auto; }\",\".framer-jCMPQ .framer-nxm759-container { flex: none; height: auto; position: relative; width: 306px; }\",\".framer-jCMPQ .framer-16fggo0, .framer-jCMPQ .framer-txq35b, .framer-jCMPQ .framer-x7yddp, .framer-jCMPQ .framer-1m73jd3, .framer-jCMPQ .framer-1ekq2b6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-jCMPQ .framer-ilbt4i { align-content: center; align-items: center; background-color: var(--token-60017839-9843-4239-8945-289a85e664c6, #06274b); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-jCMPQ .framer-jwd5ui { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-jCMPQ .framer-1sa3ur2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 8px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jCMPQ .framer-1l6jyj0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-3uggqs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 300px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jCMPQ .framer-19rtmax, .framer-jCMPQ .framer-vku2gy, .framer-jCMPQ .framer-ou6uhn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; align-self: stretch; flex: none; height: auto; min-width: 300px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-jCMPQ .framer-9s6xwv, .framer-jCMPQ .framer-mbpabz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jCMPQ .framer-4x6lw5 { align-content: center; align-items: center; background-color: var(--token-687899bf-f8af-4f9a-aa41-5a18592e3cca, #010c14); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 40px 120px 40px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-1tpsdas { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 140px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-1n9wg5o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-38hcti { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 60%; word-break: break-word; word-wrap: break-word; }\",\".framer-jCMPQ .framer-1y161kh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 200px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-1r7ah00-container, .framer-jCMPQ .framer-10oxihp-container, .framer-jCMPQ .framer-unq4mm-container, .framer-jCMPQ .framer-15vn0ap-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-b2rku6 { align-content: center; align-items: center; background-color: var(--token-687899bf-f8af-4f9a-aa41-5a18592e3cca, #010c14); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 160px 0px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-dy1mez-container { flex: none; height: auto; max-width: 1200px; position: relative; width: auto; }\",\".framer-jCMPQ .framer-jv88t3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jCMPQ .framer-1f1ycxe-container { flex: none; height: auto; position: relative; width: 100%; z-index: 6; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-jCMPQ.framer-72rtr7, .framer-jCMPQ .framer-4c3zq, .framer-jCMPQ .framer-hgl7ix, .framer-jCMPQ .framer-v2luyp, .framer-jCMPQ .framer-1kjfmm5, .framer-jCMPQ .framer-57hj1k, .framer-jCMPQ .framer-grlp2s, .framer-jCMPQ .framer-14xggid, .framer-jCMPQ .framer-1uxcjs, .framer-jCMPQ .framer-20akkw, .framer-jCMPQ .framer-3we01r, .framer-jCMPQ .framer-trne0g, .framer-jCMPQ .framer-wb2fr1, .framer-jCMPQ .framer-1374v7w, .framer-jCMPQ .framer-yb7com, .framer-jCMPQ .framer-dvf498, .framer-jCMPQ .framer-ilbt4i, .framer-jCMPQ .framer-jwd5ui, .framer-jCMPQ .framer-3uggqs, .framer-jCMPQ .framer-9s6xwv, .framer-jCMPQ .framer-mbpabz, .framer-jCMPQ .framer-4x6lw5, .framer-jCMPQ .framer-1tpsdas, .framer-jCMPQ .framer-1n9wg5o, .framer-jCMPQ .framer-1y161kh, .framer-jCMPQ .framer-b2rku6, .framer-jCMPQ .framer-jv88t3 { gap: 0px; } .framer-jCMPQ.framer-72rtr7 > *, .framer-jCMPQ .framer-4c3zq > *, .framer-jCMPQ .framer-hgl7ix > *, .framer-jCMPQ .framer-20akkw > *, .framer-jCMPQ .framer-3uggqs > *, .framer-jCMPQ .framer-9s6xwv > *, .framer-jCMPQ .framer-mbpabz > *, .framer-jCMPQ .framer-4x6lw5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jCMPQ.framer-72rtr7 > :first-child, .framer-jCMPQ .framer-4c3zq > :first-child, .framer-jCMPQ .framer-hgl7ix > :first-child, .framer-jCMPQ .framer-v2luyp > :first-child, .framer-jCMPQ .framer-1kjfmm5 > :first-child, .framer-jCMPQ .framer-20akkw > :first-child, .framer-jCMPQ .framer-3we01r > :first-child, .framer-jCMPQ .framer-wb2fr1 > :first-child, .framer-jCMPQ .framer-yb7com > :first-child, .framer-jCMPQ .framer-jwd5ui > :first-child, .framer-jCMPQ .framer-3uggqs > :first-child, .framer-jCMPQ .framer-9s6xwv > :first-child, .framer-jCMPQ .framer-mbpabz > :first-child, .framer-jCMPQ .framer-4x6lw5 > :first-child, .framer-jCMPQ .framer-1tpsdas > :first-child, .framer-jCMPQ .framer-1n9wg5o > :first-child, .framer-jCMPQ .framer-1y161kh > :first-child, .framer-jCMPQ .framer-jv88t3 > :first-child { margin-top: 0px; } .framer-jCMPQ.framer-72rtr7 > :last-child, .framer-jCMPQ .framer-4c3zq > :last-child, .framer-jCMPQ .framer-hgl7ix > :last-child, .framer-jCMPQ .framer-v2luyp > :last-child, .framer-jCMPQ .framer-1kjfmm5 > :last-child, .framer-jCMPQ .framer-20akkw > :last-child, .framer-jCMPQ .framer-3we01r > :last-child, .framer-jCMPQ .framer-wb2fr1 > :last-child, .framer-jCMPQ .framer-yb7com > :last-child, .framer-jCMPQ .framer-jwd5ui > :last-child, .framer-jCMPQ .framer-3uggqs > :last-child, .framer-jCMPQ .framer-9s6xwv > :last-child, .framer-jCMPQ .framer-mbpabz > :last-child, .framer-jCMPQ .framer-4x6lw5 > :last-child, .framer-jCMPQ .framer-1tpsdas > :last-child, .framer-jCMPQ .framer-1n9wg5o > :last-child, .framer-jCMPQ .framer-1y161kh > :last-child, .framer-jCMPQ .framer-jv88t3 > :last-child { margin-bottom: 0px; } .framer-jCMPQ .framer-v2luyp > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-jCMPQ .framer-1kjfmm5 > *, .framer-jCMPQ .framer-yb7com > *, .framer-jCMPQ .framer-jwd5ui > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-jCMPQ .framer-57hj1k > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-jCMPQ .framer-57hj1k > :first-child, .framer-jCMPQ .framer-grlp2s > :first-child, .framer-jCMPQ .framer-14xggid > :first-child, .framer-jCMPQ .framer-1uxcjs > :first-child, .framer-jCMPQ .framer-trne0g > :first-child, .framer-jCMPQ .framer-1374v7w > :first-child, .framer-jCMPQ .framer-dvf498 > :first-child, .framer-jCMPQ .framer-ilbt4i > :first-child, .framer-jCMPQ .framer-b2rku6 > :first-child { margin-left: 0px; } .framer-jCMPQ .framer-57hj1k > :last-child, .framer-jCMPQ .framer-grlp2s > :last-child, .framer-jCMPQ .framer-14xggid > :last-child, .framer-jCMPQ .framer-1uxcjs > :last-child, .framer-jCMPQ .framer-trne0g > :last-child, .framer-jCMPQ .framer-1374v7w > :last-child, .framer-jCMPQ .framer-dvf498 > :last-child, .framer-jCMPQ .framer-ilbt4i > :last-child, .framer-jCMPQ .framer-b2rku6 > :last-child { margin-right: 0px; } .framer-jCMPQ .framer-grlp2s > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-jCMPQ .framer-14xggid > *, .framer-jCMPQ .framer-1uxcjs > *, .framer-jCMPQ .framer-trne0g > *, .framer-jCMPQ .framer-ilbt4i > *, .framer-jCMPQ .framer-b2rku6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-jCMPQ .framer-3we01r > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-jCMPQ .framer-wb2fr1 > *, .framer-jCMPQ .framer-1tpsdas > * { margin: 0px; margin-bottom: calc(140px / 2); margin-top: calc(140px / 2); } .framer-jCMPQ .framer-1374v7w > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-jCMPQ .framer-dvf498 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-jCMPQ .framer-1n9wg5o > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-jCMPQ .framer-1y161kh > * { margin: 0px; margin-bottom: calc(200px / 2); margin-top: calc(200px / 2); } .framer-jCMPQ .framer-jv88t3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-jCMPQ[data-border=\"true\"]::after, .framer-jCMPQ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-jCMPQ.framer-72rtr7 { width: 1200px; } .framer-jCMPQ .framer-i4gekh { left: -576px; top: -74px; } .framer-jCMPQ .framer-hgl7ix { padding: 70px 0px 0px 0px; } .framer-jCMPQ .framer-v2luyp { width: 1000px; } .framer-jCMPQ .framer-grlp2s { min-height: unset; } .framer-jCMPQ .framer-49nl73 { left: unset; position: relative; top: unset; width: 100%; } .framer-jCMPQ .framer-14xggid { border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; left: 47%; top: 50%; transform: translate(-50%, -50%); } .framer-jCMPQ .framer-1p4slwg { height: 490px; } .framer-jCMPQ .framer-1uxcjs { border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; left: 812px; right: unset; } .framer-jCMPQ .framer-1w818f8 { height: 640px; order: 0; width: var(--framer-aspect-ratio-supported, 270px); } .framer-jCMPQ .framer-20akkw { padding: 120px 0px 120px 0px; width: 1200px; } .framer-jCMPQ .framer-wb2fr1 { height: 100vh; padding: 90px 0px 90px 0px; } .framer-jCMPQ .framer-1374v7w, .framer-jCMPQ .framer-1l6jyj0, .framer-jCMPQ .framer-1tpsdas { max-width: 1000px; } .framer-jCMPQ .framer-yb7com { align-self: stretch; height: auto; } .framer-jCMPQ .framer-nxm759-container { width: auto; } .framer-jCMPQ .framer-x7yddp { order: 0; } .framer-jCMPQ .framer-19rtmax { order: 1; } .framer-jCMPQ .framer-38hcti { width: 100%; } .framer-jCMPQ .framer-dy1mez-container { flex: 1 0 0px; max-width: 1000px; width: 1px; }}\",\"@media (min-width: 768px) and (max-width: 1199px) { .framer-jCMPQ.framer-72rtr7 { overflow: hidden; width: 768px; } .framer-jCMPQ .framer-4c3zq { padding: 0px; } .framer-jCMPQ .framer-hgl7ix { gap: 50px; height: 1391px; padding: 50px 0px 0px 0px; } .framer-jCMPQ .framer-v2luyp { width: 73%; } .framer-jCMPQ .framer-tlfqcj { --framer-text-wrap-override: balance; } .framer-jCMPQ .framer-grlp2s { min-height: 608px; } .framer-jCMPQ .framer-49nl73 { height: 600px; left: calc(50.00000000000002% - 100% / 2); top: calc(50.00000000000002% - 600px / 2); width: 100%; } .framer-jCMPQ .framer-14xggid { left: unset; right: -208px; top: 50%; } .framer-jCMPQ .framer-1uxcjs { right: 75px; } .framer-jCMPQ .framer-1w818f8 { height: var(--framer-aspect-ratio-supported, 564px); width: 238px; } .framer-jCMPQ .framer-20akkw { padding: 80px 0px 80px 0px; width: 768px; z-index: 8; } .framer-jCMPQ .framer-wb2fr1 { height: min-content; padding: 80px 40px 70px 40px; } .framer-jCMPQ .framer-1374v7w { flex-direction: column; gap: 40px; } .framer-jCMPQ .framer-jwd5ui { flex: none; gap: 0px; width: 100%; } .framer-jCMPQ .framer-1l6jyj0 { flex-direction: column; gap: 72px; justify-content: flex-start; } .framer-jCMPQ .framer-4x6lw5 { padding: 80px 24px 80px 24px; } .framer-jCMPQ .framer-1tpsdas { max-width: 600px; } .framer-jCMPQ .framer-38hcti { width: 100%; } .framer-jCMPQ .framer-1y161kh { gap: 80px; } .framer-jCMPQ .framer-b2rku6 { padding: 40px; } .framer-jCMPQ .framer-dy1mez-container { flex: 1 0 0px; width: 1px; } .framer-jCMPQ .framer-jv88t3 { padding: 0px 40px 0px 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-jCMPQ .framer-hgl7ix, .framer-jCMPQ .framer-1374v7w, .framer-jCMPQ .framer-jwd5ui, .framer-jCMPQ .framer-1l6jyj0, .framer-jCMPQ .framer-1y161kh { gap: 0px; } .framer-jCMPQ .framer-hgl7ix > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-jCMPQ .framer-hgl7ix > :first-child, .framer-jCMPQ .framer-1374v7w > :first-child, .framer-jCMPQ .framer-jwd5ui > :first-child, .framer-jCMPQ .framer-1l6jyj0 > :first-child, .framer-jCMPQ .framer-1y161kh > :first-child { margin-top: 0px; } .framer-jCMPQ .framer-hgl7ix > :last-child, .framer-jCMPQ .framer-1374v7w > :last-child, .framer-jCMPQ .framer-jwd5ui > :last-child, .framer-jCMPQ .framer-1l6jyj0 > :last-child, .framer-jCMPQ .framer-1y161kh > :last-child { margin-bottom: 0px; } .framer-jCMPQ .framer-1374v7w > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-jCMPQ .framer-jwd5ui > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jCMPQ .framer-1l6jyj0 > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-jCMPQ .framer-1y161kh > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }}\",\"@media (max-width: 767px) { .framer-jCMPQ.framer-72rtr7 { width: 400px; } .framer-jCMPQ .framer-4c3zq { padding: 115px 0px 80px 0px; } .framer-jCMPQ .framer-i4gekh { order: 0; } .framer-jCMPQ .framer-hgl7ix { order: 2; padding: 10px 0px 0px 0px; } .framer-jCMPQ .framer-v2luyp { padding: 0px 24px 0px 24px; width: 100%; } .framer-jCMPQ .framer-tlfqcj, .framer-jCMPQ .framer-l68ac0 { --framer-text-wrap-override: balance; } .framer-jCMPQ .framer-57hj1k { flex-direction: column; gap: 10px; padding: 0px 0px 30px 0px; } .framer-jCMPQ .framer-grlp2s { justify-content: center; } .framer-jCMPQ .framer-49nl73 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; padding: 0px; top: 50%; transform: translate(-50%, -50%); } .framer-jCMPQ .framer-1uxcjs { position: relative; right: unset; top: unset; transform: unset; width: 315px; } .framer-jCMPQ .framer-1w818f8 { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 690px); width: 1px; } .framer-jCMPQ .framer-20akkw { padding: 0px 0px 40px 0px; z-index: 9; } .framer-jCMPQ .framer-3we01r { gap: 20px; } .framer-jCMPQ .framer-trne0g { padding: 8px 24px 16px 24px; width: 100%; } .framer-jCMPQ .framer-17tr009 { --framer-text-wrap-override: balance; flex: 1 0 0px; width: 1px; } .framer-jCMPQ .framer-wb2fr1 { gap: 120px; height: min-content; padding: 80px 24px 80px 24px; } .framer-jCMPQ .framer-1374v7w { flex-direction: column; gap: 40px; } .framer-jCMPQ .framer-yb7com { width: 100%; } .framer-jCMPQ .framer-dvf498 { align-self: unset; justify-content: flex-start; width: 100%; } .framer-jCMPQ .framer-nxm759-container { width: auto; } .framer-jCMPQ .framer-jwd5ui { flex: none; gap: 16px; justify-content: center; width: 100%; } .framer-jCMPQ .framer-1l6jyj0 { flex-direction: column; gap: 120px; justify-content: flex-start; } .framer-jCMPQ .framer-3uggqs, .framer-jCMPQ .framer-9s6xwv, .framer-jCMPQ .framer-mbpabz { justify-content: flex-start; } .framer-jCMPQ .framer-4x6lw5 { padding: 80px 24px 0px 24px; } .framer-jCMPQ .framer-1tpsdas, .framer-jCMPQ .framer-1y161kh { gap: 80px; } .framer-jCMPQ .framer-38hcti { --framer-text-wrap-override: balance; width: 100%; } .framer-jCMPQ .framer-b2rku6 { padding: 80px 24px 80px 24px; } .framer-jCMPQ .framer-dy1mez-container { flex: 1 0 0px; width: 1px; } .framer-jCMPQ .framer-1f1ycxe-container { z-index: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-jCMPQ .framer-57hj1k, .framer-jCMPQ .framer-49nl73, .framer-jCMPQ .framer-3we01r, .framer-jCMPQ .framer-wb2fr1, .framer-jCMPQ .framer-1374v7w, .framer-jCMPQ .framer-jwd5ui, .framer-jCMPQ .framer-1l6jyj0, .framer-jCMPQ .framer-1tpsdas, .framer-jCMPQ .framer-1y161kh { gap: 0px; } .framer-jCMPQ .framer-57hj1k > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-jCMPQ .framer-57hj1k > :first-child, .framer-jCMPQ .framer-3we01r > :first-child, .framer-jCMPQ .framer-wb2fr1 > :first-child, .framer-jCMPQ .framer-1374v7w > :first-child, .framer-jCMPQ .framer-jwd5ui > :first-child, .framer-jCMPQ .framer-1l6jyj0 > :first-child, .framer-jCMPQ .framer-1tpsdas > :first-child, .framer-jCMPQ .framer-1y161kh > :first-child { margin-top: 0px; } .framer-jCMPQ .framer-57hj1k > :last-child, .framer-jCMPQ .framer-3we01r > :last-child, .framer-jCMPQ .framer-wb2fr1 > :last-child, .framer-jCMPQ .framer-1374v7w > :last-child, .framer-jCMPQ .framer-jwd5ui > :last-child, .framer-jCMPQ .framer-1l6jyj0 > :last-child, .framer-jCMPQ .framer-1tpsdas > :last-child, .framer-jCMPQ .framer-1y161kh > :last-child { margin-bottom: 0px; } .framer-jCMPQ .framer-49nl73 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-jCMPQ .framer-49nl73 > :first-child { margin-left: 0px; } .framer-jCMPQ .framer-49nl73 > :last-child { margin-right: 0px; } .framer-jCMPQ .framer-3we01r > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-jCMPQ .framer-wb2fr1 > *, .framer-jCMPQ .framer-1l6jyj0 > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-jCMPQ .framer-1374v7w > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-jCMPQ .framer-jwd5ui > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-jCMPQ .framer-1tpsdas > *, .framer-jCMPQ .framer-1y161kh > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7486\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Ibu63AWiX\":{\"layout\":[\"fixed\",\"auto\"]},\"uzE6lcWPc\":{\"layout\":[\"fixed\",\"auto\"]},\"PjlWoJENd\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"eHaQ1tLIl\":{\"pattern\":\":eHaQ1tLIl\",\"name\":\"hero\"},\"HOGv4JzpB\":{\"pattern\":\":HOGv4JzpB\",\"name\":\"why-woven\"},\"k48yn6lEL\":{\"pattern\":\":k48yn6lEL\",\"name\":\"how\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-jCMPQ\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:7486,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2\",weight:\"600\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwA_JxhS2f3ZGMZpg.woff2\",weight:\"300\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\",weight:\"700\"}]},...NavigationFonts,...ButtonFonts,...TickerFonts,...AnimatedCounterFonts,...PlatformFeatureFonts,...CTAFonts,...FAQSectionFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ibu63AWiX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uzE6lcWPc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PjlWoJENd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"eHaQ1tLIl\\\":{\\\"pattern\\\":\\\":eHaQ1tLIl\\\",\\\"name\\\":\\\"hero\\\"},\\\"HOGv4JzpB\\\":{\\\"pattern\\\":\\\":HOGv4JzpB\\\",\\\"name\\\":\\\"why-woven\\\"},\\\"k48yn6lEL\\\":{\\\"pattern\\\":\\\":k48yn6lEL\\\",\\\"name\\\":\\\"how\\\"}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"7486\",\"framerIntrinsicWidth\":\"1440\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__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", "isCanvas", "RenderTarget", "ariaLabel", "isInView", "useInView", "hasAnimated", "setHasAnimated", "ye", "displayValue", "setDisplayValue", "formatNumber", "value", "ue", "animationControl", "animate", "latest", "p", "motion", "addPropertyControls", "ControlType", "NavigationFonts", "getFonts", "s2IfmimtW_default", "NavigationWithVariantAppearEffect", "withVariantAppearEffect", "RichTextWithFX", "withFX", "RichText2", "ButtonFonts", "hOJn8v0Cq_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "MotionDivWithOptimizedAppearEffect", "motion", "MotionSectionWithFX", "TickerFonts", "seQ0KNGvC_default", "ContainerWithFX", "MotionDivWithFX", "AnimatedCounterFonts", "AnimatedCounter", "PlatformFeatureFonts", "lSkZkMQsc_default", "CTAFonts", "obHvrILFF_default", "FAQSectionFonts", "dDh5z3txp_default", "FooterFonts", "nSPcet1Go_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "animation", "transition1", "animation1", "transition2", "textEffect", "transition3", "textEffect1", "transition4", "animation2", "animation3", "transition5", "animation4", "transformTemplate2", "transition6", "animation5", "animation6", "transformTemplate3", "transition7", "animation7", "animation8", "transition8", "animation9", "animation10", "transition9", "animation11", "animation12", "animation13", "transition10", "animation14", "transition11", "textEffect2", "animation15", "transition12", "textEffect3", "transition13", "textEffect4", "animation16", "transition14", "transition15", "textEffect5", "transition16", "transition17", "textEffect6", "transition18", "transition19", "textEffect7", "textEffect8", "transition20", "textEffect9", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "elementId", "useRouteElementId", "ref1", "router", "useRouter", "elementId1", "ref2", "elementId2", "ref3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "getLoadingLazyAtYPosition", "Image2", "x", "ResolveLinks", "resolvedLinks", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
