{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/wTKxnP5w6fUW1neET9mt/3x8NHT3tFIQ67L6zioAX/Counter1_1.js", "ssg:https://framerusercontent.com/modules/l99xGLPOFr7HNOeKSS5r/Oj9KJy262b5oDHu1pRGy/ybmqOiaqT.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";const CounterStyles={container:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"}};export function Counter(props){const{start,end,speed,gapSize,prefixText,suffixText,prefixFont,suffixFont,prefixColor,suffixColor,loop,decimalSeparatorType,textSize,selectedFont,textColor,startOnViewport,restartOnViewport,incrementType}=props;const[count,setCount]=useState(start);const[isVisible,setIsVisible]=useState(false);const containerRef=useRef(null);useEffect(()=>{const observer=new IntersectionObserver(entries=>{const entry=entries[0];setIsVisible(entry.isIntersecting);});if(containerRef.current){observer.observe(containerRef.current);}return()=>{if(containerRef.current){observer.unobserve(containerRef.current);}};},[]);useEffect(()=>{const updateCount=()=>{const increment=incrementType===\"integer\"?1:.1;setCount(prevCount=>{const nextCount=parseFloat((prevCount+increment).toFixed(2));return nextCount>=end?end:nextCount;});};if(isVisible||!startOnViewport&&start!==end){const intervalId=setInterval(updateCount,speed);return()=>{clearInterval(intervalId);};}else if(startOnViewport&&isVisible){setCount(start);}},[count,start,end,loop,isVisible,speed,startOnViewport,incrementType]);useEffect(()=>{if(restartOnViewport&&isVisible){setCount(start)// Restart the animation when re-entering the viewport\n;}},[isVisible,restartOnViewport,start]);const formatNumber=number=>{if(decimalSeparatorType===\"comma\"){return number.toLocaleString(\"en-US\");}else if(decimalSeparatorType===\"period\"){return number.toLocaleString(\"en-US\").replace(/,/g,\".\");}else{return number.toFixed(incrementType===\"integer\"?0:1);}};return /*#__PURE__*/_jsxs(motion.div,{ref:containerRef,style:{...CounterStyles.container,gap:`${gapSize}px`,flexDirection:\"row\",alignItems:\"center\",fontSize:`${textSize}px`,fontFamily:selectedFont.fontFamily,fontWeight:selectedFont.fontWeight,color:textColor},children:[/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:prefixFont.fontFamily,fontWeight:prefixFont.fontWeight,color:prefixColor},children:prefixText}),/*#__PURE__*/_jsx(\"span\",{children:formatNumber(count)}),/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:suffixFont.fontFamily,fontWeight:suffixFont.fontWeight,color:suffixColor},children:suffixText})]});}Counter.defaultProps={start:0,end:100,speed:100,prefixText:\"\",suffixText:\"\",loop:false,decimalSeparatorType:\"comma\",textSize:36,selectedFont:{fontFamily:\"Inter\",fontWeight:500,systemFont:true},textColor:\"#D3D3D3\",startOnViewport:false,incrementType:\"integer\"};addPropertyControls(Counter,{startOnViewport:{type:ControlType.Boolean,title:\"Viewport\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"},restartOnViewport:{type:ControlType.Boolean,title:\"Replay\",defaultValue:false,enabledTitle:\"Yes\",disabledTitle:\"No\"},selectedFont:{title:\"Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},textSize:{title:\"Font Size\",type:ControlType.Number,min:8,max:240,step:1},textColor:{type:ControlType.Color,title:\"Font Color\"},start:{type:ControlType.Number,title:\"Start Number\",defaultValue:0,displayStepper:true},end:{type:ControlType.Number,title:\"End Number\",defaultValue:10,displayStepper:true},decimalSeparatorType:{type:ControlType.Enum,title:\"Separator\",defaultValue:\"comma\",options:[\"comma\",\"period\",\"none\"],optionTitles:[\"Comma (1,000)\",\"Decimal (1.000)\",\"None\"]},incrementType:{type:ControlType.Enum,title:\"Increment Type\",defaultValue:\"integer\",options:[\"integer\",\"decimal\"],optionTitles:[\"Integer\",\"Decimal\"]},prefixText:{type:ControlType.String,title:\"Prefix\",defaultValue:\"\"},prefixFont:{title:\"Prefix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},prefixColor:{type:ControlType.Color,title:\"Prefix Color\"},suffixText:{type:ControlType.String,title:\"Suffix\",defaultValue:\"\"},suffixFont:{title:\"Suffix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},suffixColor:{type:ControlType.Color,title:\"Suffix Color\"},gapSize:{type:ControlType.Number,title:\"Gap Size\",defaultValue:4,min:0,max:100,step:4},speed:{type:ControlType.Number,title:\"Speed (ms)\",defaultValue:100,min:0,max:2e3,step:10},loop:{type:ControlType.Boolean,title:\"Loop Animation\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\",description:\"\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"Counter\":{\"type\":\"reactComponent\",\"name\":\"Counter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter1_1.map", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import Button1 from\"https://framerusercontent.com/modules/IFvQVpqNffxb41t0pRkI/qKlnYb0DqNoXWdH5H7sr/rYaMpdtn2.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import{Counter}from\"https://framerusercontent.com/modules/wTKxnP5w6fUW1neET9mt/3x8NHT3tFIQ67L6zioAX/Counter1_1.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/CzcVr5U1VFk6uNcyYvJq/SmoothScroll_Prod.js\";import Button from\"#framer/local/canvasComponent/dn9Effc4_/dn9Effc4_.js\";import CardSection02 from\"#framer/local/canvasComponent/HKBoK_bVO/HKBoK_bVO.js\";import TagButton from\"#framer/local/canvasComponent/iMV5iao8d/iMV5iao8d.js\";import BlogCard from\"#framer/local/canvasComponent/LOFOAZZsv/LOFOAZZsv.js\";import FAQ3 from\"#framer/local/canvasComponent/QU6KlrAHv/QU6KlrAHv.js\";import Blog from\"#framer/local/collection/QqIZlo9Vs/QqIZlo9Vs.js\";import*as sharedStyle2 from\"#framer/local/css/dg5baQ3aN/dg5baQ3aN.js\";import*as sharedStyle4 from\"#framer/local/css/DqDXR7SKR/DqDXR7SKR.js\";import*as sharedStyle from\"#framer/local/css/NqdrTEfd2/NqdrTEfd2.js\";import*as sharedStyle1 from\"#framer/local/css/PD0jYufop/PD0jYufop.js\";import*as sharedStyle3 from\"#framer/local/css/XEOXle3Eg/XEOXle3Eg.js\";import metadataProvider from\"#framer/local/webPageMetadata/ybmqOiaqT/ybmqOiaqT.js\";const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonFonts=getFonts(Button);const VideoFonts=getFonts(Video);const ImageWithFX=withFX(Image);const TickerFonts=getFonts(Ticker);const RichTextWithFX=withFX(RichText);const CardSection02Fonts=getFonts(CardSection02);const CounterFonts=getFonts(Counter);const TagButtonFonts=getFonts(TagButton);const FAQ3Fonts=getFonts(FAQ3);const ContainerWithFX=withFX(Container);const Button1Fonts=getFonts(Button1);const BlogCardFonts=getFonts(BlogCard);const SmoothScrollFonts=getFonts(SmoothScroll);const breakpoints={qCj4EDtDw:\"(max-width: 809px)\",vjcopzPr3:\"(min-width: 1200px)\",xFoQQycst:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-R5hBU\";const variantClassNames={qCj4EDtDw:\"framer-v-1pfqbwt\",vjcopzPr3:\"framer-v-114cvam\",xFoQQycst:\"framer-v-60yod8\"};const transition1={damping:60,delay:.2,mass:.5,stiffness:360,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition2={delay:0,duration:4,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:29};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-69};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:41};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-29};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-33};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition3={damping:30,delay:.1,mass:1,stiffness:150,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-16};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:28};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:24};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:46};const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:14};const transition4={delay:.6,duration:4,ease:[0,0,1,1],type:\"tween\"};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-14};const transition5={damping:30,delay:.3,mass:1,stiffness:150,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"medium\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"vjcopzPr3\",Phone:\"qCj4EDtDw\",Tablet:\"xFoQQycst\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"vjcopzPr3\"};};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,MIYe9UiwPpa1xzcvS3,sKcmjUhgnpa1xzcvS3,iCk4NWfBBpa1xzcvS3,FBt7KtX7npa1xzcvS3,idpa1xzcvS3,...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const activeLocaleCode=useLocaleCode();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"vjcopzPr3\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(248, 248, 248); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-114cvam\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ktuoof\",\"data-framer-name\":\"Hero section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19odlrd\",\"data-framer-name\":\"Hero Wrapeer\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19dtsrs\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gs2348\",\"data-framer-name\":\"Text/Button\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1scy1in\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1wu6c3e\",\"data-styles-preset\":\"NqdrTEfd2\",children:[\"Global Product Sourcing \",/*#__PURE__*/_jsx(\"em\",{children:\"Reimagined\"})]})}),className:\"framer-q2lttd\",\"data-framer-appear-id\":\"q2lttd\",\"data-framer-name\":\"Get Your Products Made Better & Faster\",fonts:[\"Inter\",\"Inter-Italic\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14t5t4x\",\"data-styles-preset\":\"PD0jYufop\",children:/*#__PURE__*/_jsx(\"em\",{children:\"Lower costs. Fewer tariffs. Premium factories. None of the hassle. \"})})}),className:\"framer-ilvggj\",\"data-framer-appear-id\":\"ilvggj\",\"data-framer-name\":\"From concept to mass production, make products with a global network of 2,000 factories plus dedicated production managers to ensure efficiency, quality, and on-time delivery\u2014all with a 1% defect rate or less.\",fonts:[\"Inter\",\"Inter-Italic\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+130+0+0+0+0+245},xFoQQycst:{y:(componentViewport?.y||0)+0+0+0+99+0+0+0+244}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+0+0+111+0+0+0+244,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w11awo-container\",nodeId:\"npKYmCcAR\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button,{bcpZvS2hW:{borderColor:\"var(--token-e71d566d-794f-4a5f-b4b9-c800bc2595ca, rgb(255, 255, 255))\",borderStyle:\"solid\",borderWidth:1},GwfWRuJ61:\"https://app.usemade.ai/ai-rfq-builder\",height:\"100%\",id:\"npKYmCcAR\",jnPbnC14O:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",layoutId:\"npKYmCcAR\",lOpYHSMBt:\"Start Sourcing   --->\",LPfs6x5Iv:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",variant:\"GGhP702OL\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uka1jg\",\"data-framer-name\":\"Video\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nuofm4-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"FDoufuSj2\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:200,bottomLeftRadius:200,bottomRightRadius:200,controls:false,height:\"100%\",id:\"FDoufuSj2\",isMixedBorderRadius:false,layoutId:\"FDoufuSj2\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/4vpyUWSdGw3UJx7KeE8bOrjpMM.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:100,style:{height:\"100%\",width:\"100%\"},topLeftRadius:200,topRightRadius:200,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{background:{alt:\"Bottle of nail polish\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+130+356+116),pixelHeight:304,pixelWidth:217,src:\"https://framerusercontent.com/images/9A2b7Kh2AAeZfPhGagHk8IZ3uNs.png\"},style:{rotate:10}},xFoQQycst:{background:{alt:\"Bottle of nail polish\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+70+124.0322),pixelHeight:304,pixelWidth:217,src:\"https://framerusercontent.com/images/9A2b7Kh2AAeZfPhGagHk8IZ3uNs.png\"},style:{}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Bottle of nail polish\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+70+107.5),pixelHeight:304,pixelWidth:217,src:\"https://framerusercontent.com/images/9A2b7Kh2AAeZfPhGagHk8IZ3uNs.png\"},className:\"framer-1pk5h22\",style:{rotate:3}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{__framer__loop:animation4,background:{alt:\"Small tan leather handbag\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+130+356+79.5),pixelHeight:490,pixelWidth:486,src:\"https://framerusercontent.com/images/90S6T6lIwdGTIrJGjpSQCTOc4yw.png\"}},xFoQQycst:{background:{alt:\"Small tan leather handbag\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+70+86.965),pixelHeight:490,pixelWidth:486,src:\"https://framerusercontent.com/images/90S6T6lIwdGTIrJGjpSQCTOc4yw.png\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Small tan leather handbag\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+70+49),pixelHeight:490,pixelWidth:486,src:\"https://framerusercontent.com/images/90S6T6lIwdGTIrJGjpSQCTOc4yw.png\"},className:\"framer-2nky6j\",\"data-framer-name\":\"Bag\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{__framer__loop:animation6,background:{alt:\"A frying pan with a handle\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+130+356+118.5),pixelHeight:358,pixelWidth:506,src:\"https://framerusercontent.com/images/yq50Ewh1icaNs3QMjwAxi8ntJQ.png\"},style:{rotate:-15}},xFoQQycst:{background:{alt:\"A frying pan with a handle\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+70+59.8389),pixelHeight:358,pixelWidth:506,src:\"https://framerusercontent.com/images/yq50Ewh1icaNs3QMjwAxi8ntJQ.png\"},style:{}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"A frying pan with a handle\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+70+7.5),pixelHeight:358,pixelWidth:506,src:\"https://framerusercontent.com/images/yq50Ewh1icaNs3QMjwAxi8ntJQ.png\"},className:\"framer-10sc00p\",\"data-framer-name\":\"Pen\",style:{rotate:-12}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{background:{alt:\"A hand with an outstretched finger\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+130+356+239),pixelHeight:328,pixelWidth:960,sizes:\"286px\",src:\"https://framerusercontent.com/images/103xvNrkKFr51BPEsB6ouuKaxgw.png\",srcSet:\"https://framerusercontent.com/images/103xvNrkKFr51BPEsB6ouuKaxgw.png?scale-down-to=512 512w,https://framerusercontent.com/images/103xvNrkKFr51BPEsB6ouuKaxgw.png 960w\"}},xFoQQycst:{background:{alt:\"A hand with an outstretched finger\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+70+237.3151),pixelHeight:328,pixelWidth:960,sizes:\"340px\",src:\"https://framerusercontent.com/images/103xvNrkKFr51BPEsB6ouuKaxgw.png\",srcSet:\"https://framerusercontent.com/images/103xvNrkKFr51BPEsB6ouuKaxgw.png?scale-down-to=512 512w,https://framerusercontent.com/images/103xvNrkKFr51BPEsB6ouuKaxgw.png 960w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A hand with an outstretched finger\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+70+248.5),pixelHeight:328,pixelWidth:960,sizes:\"488px\",src:\"https://framerusercontent.com/images/103xvNrkKFr51BPEsB6ouuKaxgw.png\",srcSet:\"https://framerusercontent.com/images/103xvNrkKFr51BPEsB6ouuKaxgw.png?scale-down-to=512 512w,https://framerusercontent.com/images/103xvNrkKFr51BPEsB6ouuKaxgw.png 960w\"},className:\"framer-1g0fwpd\",\"data-framer-name\":\"Hand\"})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11wmvj\",\"data-framer-name\":\"Brand section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17w82iu\",\"data-framer-name\":\"Brand Wrapeer\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-19z4t3g\",\"data-styles-preset\":\"dg5baQ3aN\",style:{\"--framer-text-alignment\":\"center\"},children:\"Trusted by leading brands\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-19z4t3g\",\"data-styles-preset\":\"dg5baQ3aN\",children:\"Trusted by leading brands\"})}),className:\"framer-1ggyek6\",\"data-framer-name\":\"Trusted by leading brands\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qwm7o6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"dcudos2DJ\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:20,overflow:false},gap:30,height:\"100%\",hoverFactor:.5,id:\"dcudos2DJ\",layoutId:\"dcudos2DJ\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Monochrome logo for Forvr Mood\",fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/dBeRXN39oju5LmxBpl4KgWS60.png\",srcSet:\"https://framerusercontent.com/images/dBeRXN39oju5LmxBpl4KgWS60.png?scale-down-to=512 512w,https://framerusercontent.com/images/dBeRXN39oju5LmxBpl4KgWS60.png 640w\"},className:\"framer-9m3ks\",\"data-framer-name\":\"Image-6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Club Pilates logo featuring a stylized design\",fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/kX6pTLtkj84eXgbgrSAivPW3EI.png\",srcSet:\"https://framerusercontent.com/images/kX6pTLtkj84eXgbgrSAivPW3EI.png?scale-down-to=512 512w,https://framerusercontent.com/images/kX6pTLtkj84eXgbgrSAivPW3EI.png 640w\"},className:\"framer-12xv71d\",\"data-framer-name\":\"Image-6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:'A logo of \"brrn\"',fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/YoCope5o6g2uWEBMWF2igpeA.png\",srcSet:\"https://framerusercontent.com/images/YoCope5o6g2uWEBMWF2igpeA.png?scale-down-to=512 512w,https://framerusercontent.com/images/YoCope5o6g2uWEBMWF2igpeA.png 640w\"},className:\"framer-dkqpgn\",\"data-framer-name\":\"Image-6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo for Ayla & Co\",fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/BwR97TRrYisKSx0SwQLkJurEZ0.png\",srcSet:\"https://framerusercontent.com/images/BwR97TRrYisKSx0SwQLkJurEZ0.png?scale-down-to=512 512w,https://framerusercontent.com/images/BwR97TRrYisKSx0SwQLkJurEZ0.png 640w\"},className:\"framer-1k7axry\",\"data-framer-name\":\"co\"}),/*#__PURE__*/_jsx(Image,{background:{alt:'Logo showing \"axolt\" with \"x\" as superscript',fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/Kp1XDZ1THImU1AvB296aE3nFz7Y.png\",srcSet:\"https://framerusercontent.com/images/Kp1XDZ1THImU1AvB296aE3nFz7Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/Kp1XDZ1THImU1AvB296aE3nFz7Y.png 640w\"},className:\"framer-1avhq22\",\"data-framer-name\":\"Image-6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\" Number One Hotels logo\",fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/d4C5ryln96BhC3BWGqerLz2Ae8.png\",srcSet:\"https://framerusercontent.com/images/d4C5ryln96BhC3BWGqerLz2Ae8.png?scale-down-to=512 512w,https://framerusercontent.com/images/d4C5ryln96BhC3BWGqerLz2Ae8.png 640w\"},className:\"framer-1ezdyt0\",\"data-framer-name\":\"Image-6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:'Logo featuring the word \"gorgie\"',fit:\"fill\",pixelHeight:469,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/fN6tDVEmXAHdsAsq8j8MoIpetI.jpeg\",srcSet:\"https://framerusercontent.com/images/fN6tDVEmXAHdsAsq8j8MoIpetI.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/fN6tDVEmXAHdsAsq8j8MoIpetI.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fN6tDVEmXAHdsAsq8j8MoIpetI.jpeg 1280w\"},className:\"framer-187451b\",\"data-framer-name\":\"Image-1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Heaven Mayhem logo\",fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/r8IRf2BoxT4LKnem0Eu5gwI8TV4.png\",srcSet:\"https://framerusercontent.com/images/r8IRf2BoxT4LKnem0Eu5gwI8TV4.png?scale-down-to=512 512w,https://framerusercontent.com/images/r8IRf2BoxT4LKnem0Eu5gwI8TV4.png 640w\"},className:\"framer-10cbaeq\",\"data-framer-name\":\"Image-6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Lift box logo\",fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/jy43Fq7WKecH8RArWCRWl8tzk.png\",srcSet:\"https://framerusercontent.com/images/jy43Fq7WKecH8RArWCRWl8tzk.png?scale-down-to=512 512w,https://framerusercontent.com/images/jy43Fq7WKecH8RArWCRWl8tzk.png 640w\"},className:\"framer-1s1ezlx\",\"data-framer-name\":\"Image-6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo of Pizzorri\",fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/kOJzFJqOHnqemAgGtWKQTO8zss.png\",srcSet:\"https://framerusercontent.com/images/kOJzFJqOHnqemAgGtWKQTO8zss.png?scale-down-to=512 512w,https://framerusercontent.com/images/kOJzFJqOHnqemAgGtWKQTO8zss.png 640w\"},className:\"framer-doo9k6\",\"data-framer-name\":\"Image-6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo of huppy\",fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/U70bPsFKZgg1kqIlh1QZ9vKP9s.png\",srcSet:\"https://framerusercontent.com/images/U70bPsFKZgg1kqIlh1QZ9vKP9s.png?scale-down-to=512 512w,https://framerusercontent.com/images/U70bPsFKZgg1kqIlh1QZ9vKP9s.png 640w\"},className:\"framer-fh2uyn\",\"data-framer-name\":\"Image-6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo of rhode\",fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/gXNTqgO83R5lvi0fyvYZ8poj74I.png\",srcSet:\"https://framerusercontent.com/images/gXNTqgO83R5lvi0fyvYZ8poj74I.png?scale-down-to=512 512w,https://framerusercontent.com/images/gXNTqgO83R5lvi0fyvYZ8poj74I.png 640w\"},className:\"framer-14o5qpp\",\"data-framer-name\":\"Image-6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo of The Skinny Confidential\",fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/VwQKHT3y2wEW18WJ3qlrL12TDQ.png\",srcSet:\"https://framerusercontent.com/images/VwQKHT3y2wEW18WJ3qlrL12TDQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/VwQKHT3y2wEW18WJ3qlrL12TDQ.png 640w\"},className:\"framer-1bn1liz\",\"data-framer-name\":\"Image-6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Pinterest's new logo\",fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/qdc3sTE1rhOk3IlM805oeVIg3c.png\",srcSet:\"https://framerusercontent.com/images/qdc3sTE1rhOk3IlM805oeVIg3c.png?scale-down-to=512 512w,https://framerusercontent.com/images/qdc3sTE1rhOk3IlM805oeVIg3c.png 640w\"},className:\"framer-lhpjry\",\"data-framer-name\":\"Image-6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo of Curie\",fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/cnKYkenkgZRMmW6qYyRUOJU4JhA.png\",srcSet:\"https://framerusercontent.com/images/cnKYkenkgZRMmW6qYyRUOJU4JhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/cnKYkenkgZRMmW6qYyRUOJU4JhA.png 640w\"},className:\"framer-141kh9s\",\"data-framer-name\":\"Image-6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Huppy logo\",fit:\"fill\",pixelHeight:240,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/zZC8765o621vmOSYJ3lo2HGG9RE.png\",srcSet:\"https://framerusercontent.com/images/zZC8765o621vmOSYJ3lo2HGG9RE.png?scale-down-to=512 512w,https://framerusercontent.com/images/zZC8765o621vmOSYJ3lo2HGG9RE.png 640w\"},className:\"framer-3ue370\",\"data-framer-name\":\"Image-6\"})],speed:35,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15ax3pp\",\"data-framer-name\":\"Categories Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-183r73m\",\"data-framer-name\":\"Categories Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12yo3jz\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qqujyu\",\"data-styles-preset\":\"XEOXle3Eg\",children:\"The Sky's the Limit \"})}),className:\"framer-1vgfimi\",\"data-framer-name\":\"A Full-Service Physical Product Platform, Powered by AI.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1e9qkxk\",\"data-styles-preset\":\"DqDXR7SKR\",style:{\"--framer-text-color\":\"var(--token-4b480400-25f7-4f4d-8d56-79089e214b3d, rgb(0, 0, 0))\"},children:\"Get anything made, from custom hoodies and serums to exquisite pans or even organic pet toys, with factory-ready quotes, managed production runs, and zero sourcing headaches. \"})}),className:\"framer-1ckh5ly\",\"data-framer-name\":\"A Full-Service Physical Product Platform, Powered by AI.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19gzdiw\",\"data-framer-name\":\"Categories\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a1swo0\",\"data-framer-name\":\"Left Card WRapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 1034px)`,y:(componentViewport?.y||0)+0+1037+0+70+280+0+0+0+0},xFoQQycst:{width:\"254px\",y:(componentViewport?.y||0)+0+690+0+100+341+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,y:(componentViewport?.y||0)+0+714+0+100+341+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12fvr6q-container\",\"data-framer-name\":\"01\",name:\"01\",nodeId:\"gtx76vPyi\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{style:{width:\"100%\"}},xFoQQycst:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardSection02,{gW4ICaoc7:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/7sOtd5CuTrvR84svZjds8s6YxE.svg\"},\"Health & Wellness icon\"),HdFoLmtiV:\"Health & Wellness Supplements\",height:\"100%\",id:\"gtx76vPyi\",layoutId:\"gtx76vPyi\",name:\"01\",variant:\"kdBQhGK4C\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 1034px)`,y:(componentViewport?.y||0)+0+1037+0+70+280+0+0+0+90},xFoQQycst:{width:\"251px\",y:(componentViewport?.y||0)+0+690+0+100+341+0+110}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`calc(max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 1034px) - 534px) / 2, 1px) * 0.988)`,y:(componentViewport?.y||0)+0+714+0+100+341+0+110,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xfapin-container\",\"data-framer-name\":\"02\",name:\"02\",nodeId:\"uVGFRzWwK\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(CardSection02,{gW4ICaoc7:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/gODvAkQH5rEJvPaGfJNjlVTwbRQ.svg\"},\"Pesonal care icon\"),HdFoLmtiV:\"Personal Care Products\",height:\"100%\",id:\"uVGFRzWwK\",layoutId:\"uVGFRzWwK\",name:\"02\",style:{width:\"100%\"},variant:\"kdBQhGK4C\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 1034px)`,y:(componentViewport?.y||0)+0+1037+0+70+280+0+0+0+180},xFoQQycst:{width:\"238px\",y:(componentViewport?.y||0)+0+690+0+100+341+0+220}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`calc(max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 1034px) - 534px) / 2, 1px) * 1.164)`,y:(componentViewport?.y||0)+0+714+0+100+341+0+220,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zp4pns-container\",\"data-framer-name\":\"03\",name:\"03\",nodeId:\"G8loHoBEU\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(CardSection02,{gW4ICaoc7:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/PlMg0y1luhiNRbjhJoFGpS92kg.svg\"},\"Smart home icon\"),HdFoLmtiV:\"Smart Home Devices\",height:\"100%\",id:\"G8loHoBEU\",layoutId:\"G8loHoBEU\",name:\"03\",style:{width:\"100%\"},variant:\"kdBQhGK4C\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 1034px)`,y:(componentViewport?.y||0)+0+1037+0+70+280+0+0+0+270},xFoQQycst:{width:\"237px\",y:(componentViewport?.y||0)+0+690+0+100+341+0+330}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"233px\",y:(componentViewport?.y||0)+0+714+0+100+341+0+330,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t62y6s-container\",\"data-framer-name\":\"04\",name:\"04\",nodeId:\"Crsa989ym\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(CardSection02,{gW4ICaoc7:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/D5fsv1tQjPKqZC62ASkgnyyZ1Hw.svg\"},\"Kids & Baby icon\"),HdFoLmtiV:\"Kids and Baby Products\",height:\"100%\",id:\"Crsa989ym\",layoutId:\"Crsa989ym\",name:\"04\",style:{width:\"100%\"},variant:\"kdBQhGK4C\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tphpkg\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r4zo2k-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fTSAGfnn8\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:200,bottomLeftRadius:200,bottomRightRadius:200,controls:false,height:\"100%\",id:\"fTSAGfnn8\",isMixedBorderRadius:false,layoutId:\"fTSAGfnn8\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/4vpyUWSdGw3UJx7KeE8bOrjpMM.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:200,topRightRadius:200,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{background:{alt:\"A pair of elegant gold hoop earrings\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1037+0+70+280+0+390+69),pixelHeight:289,pixelWidth:301,src:\"https://framerusercontent.com/images/8WbpFlfhySLlDNvHfJHlH6Aza4.png\"},transformTemplate:transformTemplate2},xFoQQycst:{background:{alt:\"A pair of elegant gold hoop earrings\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+690+0+100+341+0+91),pixelHeight:289,pixelWidth:301,src:\"https://framerusercontent.com/images/8WbpFlfhySLlDNvHfJHlH6Aza4.png\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation8,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"A pair of elegant gold hoop earrings\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+714+0+100+341+0+67),pixelHeight:289,pixelWidth:301,src:\"https://framerusercontent.com/images/8WbpFlfhySLlDNvHfJHlH6Aza4.png\"},className:\"framer-60k335\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{background:{alt:\"Black stroller featuring a matching black seat and wheels\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1037+0+70+280+0+390+130.5),pixelHeight:873,pixelWidth:698,sizes:\"98px\",src:\"https://framerusercontent.com/images/eVLqxDKmiDL3Hbu08XymoC9c.png\",srcSet:\"https://framerusercontent.com/images/eVLqxDKmiDL3Hbu08XymoC9c.png 698w\"},transformTemplate:transformTemplate2},xFoQQycst:{background:{alt:\"Black stroller featuring a matching black seat and wheels\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+690+0+100+341+0+146.5918),pixelHeight:873,pixelWidth:698,sizes:\"111px\",src:\"https://framerusercontent.com/images/eVLqxDKmiDL3Hbu08XymoC9c.png\",srcSet:\"https://framerusercontent.com/images/eVLqxDKmiDL3Hbu08XymoC9c.png 698w\"},transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation9,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Black stroller featuring a matching black seat and wheels\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+714+0+100+341+0+509-335),pixelHeight:873,pixelWidth:698,sizes:\"146px\",src:\"https://framerusercontent.com/images/eVLqxDKmiDL3Hbu08XymoC9c.png\",srcSet:\"https://framerusercontent.com/images/eVLqxDKmiDL3Hbu08XymoC9c.png 698w\"},className:\"framer-hq6lqz\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{background:{alt:\"Tortoise print sunglasses\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1037+0+70+280+0+390+39),pixelHeight:274,pixelWidth:445,src:\"https://framerusercontent.com/images/1l9II3oIm2Gc0F9O5gdDTJJJQI.png\"},transformTemplate:transformTemplate2},xFoQQycst:{background:{alt:\"Tortoise print sunglasses\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+690+0+100+341+0+64),pixelHeight:274,pixelWidth:445,src:\"https://framerusercontent.com/images/1l9II3oIm2Gc0F9O5gdDTJJJQI.png\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation10,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Tortoise print sunglasses\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+714+0+100+341+0+8),pixelHeight:274,pixelWidth:445,src:\"https://framerusercontent.com/images/1l9II3oIm2Gc0F9O5gdDTJJJQI.png\"},className:\"framer-gu1ui2\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{background:{alt:\"A pink hoodie featuring a drawstring hood\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1037+0+70+280+0+390+130.5),pixelHeight:1e3,pixelWidth:811,sizes:\"115px\",src:\"https://framerusercontent.com/images/b4rs93WVXM8n6TTTmLpET0dwisM.png\",srcSet:\"https://framerusercontent.com/images/b4rs93WVXM8n6TTTmLpET0dwisM.png 811w\"},transformTemplate:transformTemplate2},xFoQQycst:{background:{alt:\"A pink hoodie featuring a drawstring hood\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+690+0+100+341+0+80.9949),pixelHeight:1e3,pixelWidth:811,sizes:\"142px\",src:\"https://framerusercontent.com/images/b4rs93WVXM8n6TTTmLpET0dwisM.png\",srcSet:\"https://framerusercontent.com/images/b4rs93WVXM8n6TTTmLpET0dwisM.png 811w\"},transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation11,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"A pink hoodie featuring a drawstring hood\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+714+0+100+341+0+105.5),pixelHeight:1e3,pixelWidth:811,sizes:\"204px\",src:\"https://framerusercontent.com/images/b4rs93WVXM8n6TTTmLpET0dwisM.png\",srcSet:\"https://framerusercontent.com/images/b4rs93WVXM8n6TTTmLpET0dwisM.png 811w\"},className:\"framer-167hyt4\",transformTemplate:transformTemplate3})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ye1eo3\",\"data-framer-name\":\"Left Card WRapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 1034px)`,y:(componentViewport?.y||0)+0+1037+0+70+280+0+761+0+0},xFoQQycst:{width:\"217px\",y:(componentViewport?.y||0)+0+690+0+100+341+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,y:(componentViewport?.y||0)+0+714+0+100+341+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1amuf9y-container\",nodeId:\"y2pQFZpBh\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{style:{width:\"100%\"}},xFoQQycst:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardSection02,{gW4ICaoc7:addImageAlt({pixelHeight:21,pixelWidth:20,src:\"https://framerusercontent.com/images/hQlHqKEHo93997YUbSGNh6QD6kY.svg\"},\"Skincare products icon\"),HdFoLmtiV:\"Skincare Products\",height:\"100%\",id:\"y2pQFZpBh\",layoutId:\"y2pQFZpBh\",variant:\"kdBQhGK4C\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 1034px)`,y:(componentViewport?.y||0)+0+1037+0+70+280+0+761+0+90},xFoQQycst:{width:\"173px\",y:(componentViewport?.y||0)+0+690+0+100+341+0+97}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`calc(max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 1034px) - 534px) / 2, 1px) * 0.956)`,y:(componentViewport?.y||0)+0+714+0+100+341+0+108,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xbqh63-container\",\"data-framer-name\":\"02\",name:\"02\",nodeId:\"zRQ9Am0t2\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(CardSection02,{gW4ICaoc7:addImageAlt({pixelHeight:21,pixelWidth:20,src:\"https://framerusercontent.com/images/4fUdgZXWuaRiJWQlq04sAHiye98.svg\"},\"Home products icon\"),HdFoLmtiV:\"Home Products\",height:\"100%\",id:\"zRQ9Am0t2\",layoutId:\"zRQ9Am0t2\",name:\"02\",style:{width:\"100%\"},variant:\"kdBQhGK4C\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 1034px)`,y:(componentViewport?.y||0)+0+1037+0+70+280+0+761+0+180},xFoQQycst:{width:\"195px\",y:(componentViewport?.y||0)+0+690+0+100+341+0+290}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"191px\",y:(componentViewport?.y||0)+0+714+0+100+341+0+218,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19mlr9f-container\",\"data-framer-name\":\"02\",name:\"02\",nodeId:\"qX9oGZamW\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(CardSection02,{gW4ICaoc7:addImageAlt({pixelHeight:21,pixelWidth:20,src:\"https://framerusercontent.com/images/oTz6jyCUhKEkkbzWlXYnsBS0Pu4.svg\"},\"Packaging icon\"),HdFoLmtiV:\"Packaging\",height:\"100%\",id:\"qX9oGZamW\",layoutId:\"qX9oGZamW\",name:\"02\",style:{width:\"100%\"},variant:\"kdBQhGK4C\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 1034px)`,y:(componentViewport?.y||0)+0+1037+0+70+280+0+761+0+270},xFoQQycst:{width:\"180px\",y:(componentViewport?.y||0)+0+690+0+100+341+0+192}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"217px\",y:(componentViewport?.y||0)+0+714+0+100+341+0+318,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19kdxl0-container\",\"data-framer-name\":\"02\",name:\"02\",nodeId:\"CWrReE0Tg\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(CardSection02,{gW4ICaoc7:addImageAlt({pixelHeight:21,pixelWidth:20,src:\"https://framerusercontent.com/images/jfOq720xvaWnxQLRkzu1XXbqd4.svg\"},\"Pet products icon\"),HdFoLmtiV:\"Pet Products\",height:\"100%\",id:\"CWrReE0Tg\",layoutId:\"CWrReE0Tg\",name:\"02\",style:{width:\"100%\"},variant:\"kdBQhGK4C\",width:\"100%\"})})})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-149tybn\",\"data-framer-name\":\"Manufacturing Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sk2mmu\",\"data-framer-name\":\"Manufacturing Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ml5mwr\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qqujyu\",\"data-styles-preset\":\"XEOXle3Eg\",children:\"Modern Manufacturing, Done Right\"})}),className:\"framer-6q5jnv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1e9qkxk\",\"data-styles-preset\":\"DqDXR7SKR\",style:{\"--framer-text-color\":\"var(--token-4b480400-25f7-4f4d-8d56-79089e214b3d, rgb(0, 0, 0))\"},children:\"Made delivers out-of-this-world results for category leading brands.\"})}),className:\"framer-ney2ll\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j5dfvx\",\"data-framer-name\":\"Top Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ajx3qb\",\"data-framer-name\":\"Left \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5s7xih\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7fgnu6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tQ7lWTfcv\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{textSize:25}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:25024140,gapSize:4,height:\"100%\",id:\"tQ7lWTfcv\",incrementType:\"integer\",layoutId:\"tQ7lWTfcv\",loop:false,prefixColor:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",prefixFont:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},prefixText:\"$\",restartOnViewport:false,selectedFont:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},speed:10,start:25023139,startOnViewport:true,suffixColor:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",suffixFont:{},suffixText:\"\",textColor:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",textSize:44,width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1e9qkxk\",\"data-styles-preset\":\"DqDXR7SKR\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-4b480400-25f7-4f4d-8d56-79089e214b3d, rgb(0, 0, 0))\"},children:\"Retail Value of Products Made\"})}),className:\"framer-1tuzeht\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dox30\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1icubt4\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:188,intrinsicWidth:130,svg:'<svg width=\"130\" height=\"188\" viewBox=\"0 0 130 188\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M56.4347 172.001C55.468 172.001 54.3401 171.762 53.4539 171.204L3.03199 142.406C1.66242 141.608 0.534544 140.331 0.212258 138.735C-0.190559 137.219 -0.0294299 135.544 0.776204 134.187L42.2554 63.1908C43.625 60.7173 46.1225 60.7173 48.1365 60.7173H49.8284L80.1142 58.7227C80.9198 58.7227 81.4838 59.2812 81.5643 59.9195C81.5643 60.7174 81.0004 61.2759 80.3559 61.3557L49.9889 63.3504H48.1359C46.0413 63.3504 45.2356 63.3504 44.6718 64.3876L3.11139 135.544C2.70857 136.341 2.54744 137.219 2.78913 138.097C3.03082 138.975 3.59477 139.772 4.40043 140.171L54.7412 168.969C55.5468 169.448 56.433 169.528 57.3192 169.288C58.2053 169.049 58.9305 168.57 59.3332 167.772L100.894 96.6968C101.457 95.7393 101.055 94.9413 100.007 93.1861C99.6851 92.6275 99.3629 92.069 99.1212 91.5105L85.7477 64.1478C85.4254 63.5095 85.7477 62.7116 86.3922 62.3924C87.0367 62.0732 87.8423 62.3924 88.1646 63.0307L101.458 90.1537C101.699 90.7122 102.021 91.191 102.263 91.5899C103.311 93.2655 104.519 95.4996 103.149 97.8134L61.6701 168.889C60.9451 170.166 59.6561 171.283 58.1254 171.602C57.5615 172.001 56.9987 172.001 56.4347 172.001Z\" fill=\"#434952\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M55.4682 162.667C55.2265 162.667 54.9848 162.587 54.7431 162.428L9.96125 136.901C9.63899 136.661 9.3973 136.422 9.31675 136.103C9.15562 135.783 9.31675 135.464 9.39731 135.145L41.4554 80.3409C41.7777 79.6228 42.6639 79.4632 43.2279 79.8622L87.93 105.47C88.3328 105.629 88.4939 105.868 88.6551 106.188C88.7356 106.587 88.655 106.906 88.4939 107.225L56.5966 162.029C56.355 162.348 55.871 162.667 55.4682 162.667ZM12.5384 135.225L54.9842 159.476L85.5931 106.986L43.1473 82.7346L12.5384 135.225Z\" fill=\"#434952\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M31.8686 130.358C31.3047 130.358 30.8213 130.039 30.6602 129.56C30.2574 128.922 30.6602 128.124 31.3047 127.805L64.8134 112.969C65.5384 112.65 66.2635 112.969 66.5858 113.607C66.9886 114.325 66.5858 115.043 65.9413 115.442L32.4326 130.198C32.1909 130.358 32.1103 130.358 31.8686 130.358Z\" fill=\"#434952\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M44.5112 116.955C43.2222 116.955 42.1749 116.635 41.1276 116.077C37.9856 114.162 36.8577 110.093 38.7107 106.981C39.5969 105.465 41.047 104.188 42.8194 103.789C44.5919 103.311 46.3642 103.55 47.9755 104.428C49.5062 105.305 50.6341 106.741 51.1175 108.417C51.5203 110.172 51.2786 112.008 50.3924 113.524C49.5062 115.04 48.0561 116.157 46.2837 116.635C45.7197 116.955 45.1557 116.955 44.5112 116.955ZM44.5917 106.183C44.2695 106.183 43.9472 106.183 43.625 106.343C42.5776 106.662 41.6915 107.3 41.1275 108.178C39.9996 110.093 40.6441 112.646 42.6582 113.763C43.625 114.322 44.6723 114.401 45.7197 114.162C46.8476 113.843 47.7337 113.205 48.1366 112.327C48.7005 111.29 48.8616 110.173 48.6199 109.215C48.2977 108.178 47.7337 107.3 46.6865 106.741C46.042 106.343 45.2362 106.183 44.5917 106.183Z\" fill=\"#434952\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M52.7279 139.771C51.5194 139.771 50.3916 139.452 49.2637 138.893C46.0411 136.978 44.9133 132.909 46.8469 129.797C47.733 128.201 49.1832 127.005 50.9556 126.606C52.728 126.127 54.5809 126.366 56.1116 127.244C59.2536 129.159 60.3815 133.228 58.6091 136.34C57.6423 137.856 56.1922 139.053 54.4198 139.532C53.8558 139.611 53.2919 139.771 52.7279 139.771ZM52.6473 128.92C52.3251 128.92 52.0028 128.92 51.6 128.999C50.6333 129.319 49.747 130.037 49.1831 130.914C48.0553 132.749 48.6998 135.303 50.7139 136.42C51.7612 136.978 52.889 137.058 53.8559 136.898C54.9032 136.579 55.7893 135.861 56.3533 134.984C57.4812 133.148 56.7561 130.595 54.742 129.478C54.0975 129.159 53.4529 128.92 52.6473 128.92Z\" fill=\"#434952\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M73.1058 91.7491C71.0112 91.7491 68.9971 91.1906 67.0636 90.0735C61.3436 86.7224 59.3296 79.4615 62.7132 73.8022C65.1301 69.5733 70.0444 67.2595 74.9587 67.8978C75.7643 68.0574 76.2477 68.6957 76.0866 69.4937C76.006 70.2118 75.3615 70.6905 74.5559 70.6107C70.7694 70.0522 66.8218 71.8075 64.9688 75.0788C62.3908 79.5469 63.8409 85.212 68.2718 87.8451C70.447 89.0419 72.9444 89.3611 75.4419 88.7227C77.9393 88.0844 79.9533 86.4887 81.1619 84.4141C83.1759 81.063 82.8538 76.9139 80.3563 74.0415C79.9535 73.483 79.9534 72.6053 80.598 72.1266C81.1619 71.6479 82.0481 71.6479 82.451 72.366C85.754 76.1161 86.0763 81.5418 83.5788 85.8503C82.0481 88.6429 79.3895 90.6376 76.3282 91.3558C75.2003 91.5951 74.0725 91.7547 73.1056 91.7547L73.1058 91.7491Z\" fill=\"#434952\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M73.1058 84.8875C72.2196 84.8875 71.3334 84.6482 70.5278 84.1694C68.0304 82.7332 67.3052 79.6215 68.5944 77.2277L82.8484 52.7383C83.4123 51.7809 83.5735 50.5043 83.2512 49.5467C83.0095 48.4297 82.2845 47.5521 81.2372 46.9137C80.351 46.3551 79.1426 46.1158 78.0146 46.4349C77.1284 46.6743 76.0006 47.2328 75.1949 48.4296L67.622 61.5948C67.2997 62.3129 66.4135 62.4725 65.8495 62.0736C65.1245 61.7544 64.9633 60.7969 65.3662 60.3182L72.9391 47.0731C73.9058 45.5571 75.4365 44.3603 77.3701 43.8815C79.1425 43.323 81.1565 43.6421 82.6873 44.5996C84.3791 45.5571 85.5876 47.0731 85.9099 48.9083C86.4738 50.5041 86.1515 52.4987 85.2654 54.1743L71.0113 78.5044C70.2863 79.781 70.7696 81.2173 71.8975 81.8555C73.106 82.4938 74.5561 82.0949 75.2005 80.898L89.3748 56.4086C90.9861 53.7756 91.3888 50.4245 90.6638 47.3127C89.8582 44.3604 87.8441 41.8072 85.0244 40.1317C82.3658 38.6955 79.1433 38.2168 76.0819 39.0147C73.101 39.8126 70.4424 41.8871 68.8313 44.6L58.6803 62.1486C58.3581 62.7869 57.4719 63.0263 56.9079 62.6273C56.1828 62.3082 56.0217 61.3507 56.4245 60.7921L66.5755 43.2435C68.5895 39.8924 71.8926 37.4986 75.5179 36.4614C79.385 35.5039 83.252 36.0624 86.7161 37.8976C90.1803 39.8923 92.5168 43.0041 93.564 46.6744C94.5308 50.4244 93.9669 54.4139 92.1139 57.765L77.5368 82.3347C76.6506 83.9305 74.8783 84.8875 73.1058 84.8875Z\" fill=\"#434952\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M108.79 160.113C104.762 160.113 101.459 156.921 101.459 152.932V135.464L99.6055 137.059C96.4635 139.613 91.952 139.293 89.2934 136.341C88.085 134.905 87.36 132.99 87.6016 131.155C87.7627 129.24 88.6489 127.485 90.099 126.288L103.634 114.639C104.923 113.282 106.776 112.484 108.79 112.484C110.723 112.484 112.576 113.282 113.865 114.639L127.561 126.288C129.011 127.485 129.897 129.32 129.978 131.235C130.139 133.15 129.414 134.985 128.205 136.341C125.708 139.293 121.196 139.613 118.054 137.059L116.04 135.304V152.932C115.879 156.921 112.657 160.113 108.79 160.113ZM102.748 131.154C102.909 131.154 103.07 131.154 103.311 131.234C103.714 131.473 104.037 131.872 104.037 132.431V153.011C104.037 155.484 106.212 157.559 108.629 157.559C111.126 157.559 113.221 155.564 113.221 153.011V132.431C113.221 131.872 113.543 131.473 114.026 131.234C114.429 130.995 114.993 131.154 115.476 131.473L119.666 135.144C121.599 136.66 124.499 136.58 126.111 134.665C126.836 133.787 127.319 132.67 127.158 131.473C127.077 130.197 126.514 129.159 125.627 128.361L112.012 116.632L111.851 116.473C111.126 115.595 109.837 115.196 108.629 115.196C107.42 115.196 106.292 115.595 105.406 116.473L105.245 116.632L91.7907 128.202C90.7434 129 90.1794 130.117 90.1794 131.314C90.0989 132.59 90.5017 133.787 91.3073 134.665C92.9992 136.58 95.8188 136.739 97.8329 135.143L101.942 131.473C102.183 131.234 102.506 131.154 102.748 131.154Z\" fill=\"#434952\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M119.021 127.248C118.698 127.248 118.376 127.168 118.135 126.929L109.434 119.509C108.87 119.03 108.789 118.152 109.273 117.594C109.756 117.035 110.642 116.955 111.206 117.514L119.907 124.934C120.471 125.333 120.632 126.291 120.068 126.769C119.826 127.168 119.343 127.248 119.021 127.248Z\" fill=\"#434952\"/>\\n<path d=\"M54 0L56.0514 5.54589C57.493 9.43883 60.5612 12.5069 64.4541 13.9486L70 16L64.4541 18.0514C60.5612 19.493 57.4931 22.5612 56.0514 26.4541L54 32L51.9486 26.4541C50.507 22.5612 47.4388 19.4931 43.5459 18.0514L38 16L43.5459 13.9486C47.4388 12.507 50.5069 9.43883 51.9486 5.54589L54 0Z\" fill=\"#434952\"/>\\n<path d=\"M88.5 167L89.8462 170.639C90.7923 173.194 92.8058 175.208 95.3605 176.154L99 177.5L95.3605 178.846C92.8058 179.792 90.7924 181.806 89.8462 184.361L88.5 188L87.1538 184.361C86.2077 181.806 84.1942 179.792 81.6395 178.846L78 177.5L81.6395 176.154C84.1942 175.208 86.2076 173.194 87.1538 170.639L88.5 167Z\" fill=\"#434952\"/>\\n<path d=\"M9 65L10.1539 68.1196C10.9648 70.3093 12.6907 72.0351 14.8804 72.8461L18 74L14.8804 75.1539C12.6907 75.9648 10.9649 77.6907 10.1539 79.8804L9 83L7.84611 79.8804C7.03518 77.6907 5.30934 75.9649 3.11957 75.1539L0 74L3.11957 72.8461C5.30934 72.0352 7.03512 70.3093 7.84611 68.1196L9 65Z\" fill=\"#434952\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1duob9l\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n3czlr\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wl8h5d-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"AU0oj6fau\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{textSize:25}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:1,gapSize:4,height:\"100%\",id:\"AU0oj6fau\",incrementType:\"integer\",layoutId:\"AU0oj6fau\",loop:false,prefixColor:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",prefixFont:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},prefixText:\"<\",restartOnViewport:false,selectedFont:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},speed:10,start:0,startOnViewport:true,suffixColor:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",suffixFont:{},suffixText:\"%\",textColor:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",textSize:44,width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1e9qkxk\",\"data-styles-preset\":\"DqDXR7SKR\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-4b480400-25f7-4f4d-8d56-79089e214b3d, rgb(0, 0, 0))\"},children:\" Average Defect Rate on Production Runs\"})}),className:\"framer-148112v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-115bdda\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-x3harc\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:107,intrinsicWidth:107,svg:'<svg width=\"107\" height=\"107\" viewBox=\"0 0 107 107\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4006 61.0963H39.791L27.4567 21.8964C27.2217 21.1547 27.6298 20.3589 28.3674 20.1255L48.6641 13.5963L56.0616 11.2171L68.9572 7.06716C69.6908 6.82965 70.4779 7.24216 70.7087 7.98799L78.3123 32.1543C78.6461 32.1252 78.9841 32.1127 79.322 32.1127C82.6767 32.1127 85.7099 33.4877 87.9106 35.7085C90.1071 37.9293 91.4672 41.0001 91.4672 44.3918C91.4672 47.7835 90.1071 50.8543 87.9106 53.0751C85.714 55.2959 82.6767 56.6709 79.322 56.6709C76.5979 56.6709 74.084 55.7626 72.0564 54.2334L50.7047 61.1L63.0021 61.0959H105.599C106.374 61.0959 107 61.7292 107 62.5125V105.583C107 106.367 106.374 107 105.599 107H20.4012C19.6264 107 19 106.367 19 105.583V62.5125C19 61.7292 19.6259 61.0963 20.4006 61.0963ZM69.6535 101.042H84.8776C85.6523 101.042 86.2787 100.408 86.2787 99.6252C86.2787 98.8418 85.6523 98.2085 84.8776 98.2085L69.6535 98.2044C68.8787 98.2044 68.2523 98.8377 68.2523 99.621C68.2523 100.404 68.8788 101.042 69.6535 101.042ZM69.6535 95.1002H79.6144C80.3892 95.1002 81.0156 94.4668 81.0156 93.6835C81.0156 92.9002 80.3892 92.2669 79.6144 92.2669H69.6535C68.8787 92.2669 68.2523 92.9002 68.2523 93.6835C68.2523 94.4668 68.8788 95.1002 69.6535 95.1002ZM26.5335 101.042H41.7576C42.5323 101.042 43.1587 100.408 43.1587 99.6252C43.1587 98.8418 42.5323 98.2085 41.7576 98.2085L26.5335 98.2044C25.7587 98.2044 25.1323 98.8377 25.1323 99.621C25.1323 100.404 25.7629 101.042 26.5335 101.042ZM26.5335 95.1002H36.4944C37.2692 95.1002 37.8956 94.4668 37.8956 93.6835C37.8956 92.9002 37.2692 92.2669 36.4944 92.2669H26.5335C25.7587 92.2669 25.1323 92.9002 25.1323 93.6835C25.1323 94.4668 25.7629 95.1002 26.5335 95.1002ZM74.2977 46.0091L77.4381 48.6924C78.0275 49.1965 78.9094 49.1215 79.4081 48.5257C79.4246 48.5049 79.4411 48.4882 79.4534 48.4674L84.539 42.0549C85.0211 41.4466 84.9264 40.5591 84.3247 40.0674C83.723 39.5799 82.8452 39.6757 82.3588 40.284L78.147 45.6007L76.1028 43.8549C75.5135 43.3507 74.6316 43.4258 74.1329 44.0216C73.6342 44.6091 73.7084 45.5049 74.2977 46.0091ZM75.5629 32.7088L68.4744 10.1841L58.2333 13.4798L63.154 29.1214C63.3889 29.8631 62.9809 30.6589 62.2432 30.8923L62.1649 30.9173C61.8394 31.0464 61.4602 31.0506 61.114 30.9006L53.0035 27.4173L48.3754 34.9965C48.1859 35.309 47.8933 35.5215 47.5718 35.6132L47.4482 35.6507C46.7146 35.8882 45.9274 35.4757 45.6966 34.7298L40.7759 19.0925L30.5388 22.3842L42.6094 60.7382L69.7932 51.9924C68.1571 49.9008 67.1803 47.2591 67.1803 44.3841C67.1803 40.9924 68.5404 37.9258 70.7369 35.7008C72.0763 34.355 73.7208 33.313 75.5629 32.7088ZM85.9318 37.7088C84.2421 36.0004 81.9054 34.9421 79.3256 34.9421C76.7457 34.9421 74.4089 36.0004 72.7193 37.7088C71.0296 39.4172 69.9828 41.7796 69.9828 44.3879C69.9828 46.9963 71.0296 49.3588 72.7193 51.0671C74.4091 52.7754 76.7457 53.8338 79.3256 53.8338C81.9054 53.8338 84.2422 52.7755 85.9318 51.0671C87.6215 49.3587 88.6684 46.9963 88.6684 44.3879C88.6684 41.7796 87.6216 39.4171 85.9318 37.7088ZM35.3359 77.4047L40.7883 72.6673C41.3241 72.2048 42.103 72.2214 42.6181 72.6797L48.0581 77.4048L48.0622 63.9296H35.3365L35.3359 77.4047ZM48.3096 81.3422L41.7033 75.6047L35.0971 81.3422C34.8457 81.5964 34.4954 81.7547 34.108 81.7547H33.939C33.1642 81.7547 32.5378 81.1214 32.5378 80.3381L32.5337 63.9296H21.802V104.167H61.6007V63.9296H50.869V80.3338C50.869 81.1172 50.2426 81.7505 49.4678 81.7505L49.2989 81.7546C48.9115 81.7546 48.5651 81.5964 48.3096 81.3422ZM77.9369 77.4047L83.3892 72.6673C83.925 72.2048 84.7039 72.2214 85.2191 72.6797L90.659 77.4048L90.6631 63.9296H77.9374L77.9369 77.4047ZM90.9105 81.3422L84.3043 75.6047L77.698 81.3422C77.4425 81.5964 77.0963 81.7547 76.7089 81.7547H76.5399C75.7651 81.7547 75.1387 81.1214 75.1387 80.3381L75.1346 63.9296H64.4029V104.167H104.202V63.9296H93.4699V80.3338C93.4699 81.1172 92.8435 81.7505 92.0688 81.7505H91.8998C91.5124 81.7546 91.1619 81.5964 90.9105 81.3422ZM59.6184 27.1802L55.5756 14.3343L43.4343 18.2427L47.4772 31.0928L51.2563 24.9012C51.6231 24.297 52.3649 24.0762 52.9913 24.3428L59.6184 27.1802Z\" fill=\"#434952\"/>\\n<path d=\"M100 0L100.897 2.42633C101.528 4.12949 102.871 5.47176 104.574 6.10253L107 7L104.574 7.89747C102.871 8.52819 101.528 9.87051 100.897 11.5737L100 14L99.1025 11.5737C98.4718 9.87051 97.1295 8.52824 95.4263 7.89747L93 7L95.4263 6.10253C97.1295 5.47181 98.4718 4.12949 99.1025 2.42633L100 0Z\" fill=\"#434952\"/>\\n<path d=\"M9 34L10.1539 37.1196C10.9648 39.3093 12.6907 41.0351 14.8804 41.8461L18 43L14.8804 44.1539C12.6907 44.9648 10.9649 46.6907 10.1539 48.8804L9 52L7.84611 48.8804C7.03518 46.6907 5.30934 44.9649 3.11957 44.1539L0 43L3.11957 41.8461C5.30934 41.0352 7.03512 39.3093 7.84611 37.1196L9 34Z\" fill=\"#434952\"/>\\n</svg>\\n',withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p8rx12\",\"data-framer-name\":\"Bottom Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iubtru\",\"data-framer-name\":\"Left card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lwzomd\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qiivct-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EAGhUnKv0\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{textSize:25}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:2e3,gapSize:4,height:\"100%\",id:\"EAGhUnKv0\",incrementType:\"integer\",layoutId:\"EAGhUnKv0\",loop:false,prefixColor:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",prefixFont:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},speed:10,start:1800,startOnViewport:true,suffixColor:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",suffixFont:{},suffixText:\"+\",textColor:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",textSize:44,width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1e9qkxk\",\"data-styles-preset\":\"DqDXR7SKR\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-4b480400-25f7-4f4d-8d56-79089e214b3d, rgb(0, 0, 0))\"},children:\"Vetted Factories\"})}),className:\"framer-1h7it7p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vldfkw\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{background:{alt:\"A world map composed of colorful dots\",fit:\"fit\",intrinsicHeight:140,intrinsicWidth:292,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2568+0+40+1492+0+0+38+396+0+0),pixelHeight:140,pixelWidth:292,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/hvq62Rs6o7awV6i2ELdW2lha5Os.svg\"}},xFoQQycst:{background:{alt:\"A world map composed of colorful dots\",fit:\"fit\",intrinsicHeight:140,intrinsicWidth:292,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1593+0+100+1025+16+57+519+0+0),pixelHeight:140,pixelWidth:292,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/hvq62Rs6o7awV6i2ELdW2lha5Os.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A world map composed of colorful dots\",fit:\"fit\",intrinsicHeight:140,intrinsicWidth:292,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1764+0+100+930+15+38+436+0+0),pixelHeight:140,pixelWidth:292,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/hvq62Rs6o7awV6i2ELdW2lha5Os.svg\"},className:\"framer-1vfst5e\",\"data-framer-name\":\"Map\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wgoml2\",\"data-framer-name\":\"Right card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-exzou0\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-k9524v-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zsC5ddLKM\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{textSize:25}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:15e5,gapSize:4,height:\"100%\",id:\"zsC5ddLKM\",incrementType:\"integer\",layoutId:\"zsC5ddLKM\",loop:false,prefixColor:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",prefixFont:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},speed:10,start:1499589,startOnViewport:true,suffixColor:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",suffixFont:{},suffixText:\"\",textColor:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",textSize:44,width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1e9qkxk\",\"data-styles-preset\":\"DqDXR7SKR\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-4b480400-25f7-4f4d-8d56-79089e214b3d, rgb(0, 0, 0))\"},children:\"Products Made Annually \"})}),className:\"framer-1embgef\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wdcqsi\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-11btqfp\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:185,intrinsicWidth:216,svg:'<svg width=\"216\" height=\"185\" viewBox=\"0 0 216 185\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"path-1-inside-1_253_745\" fill=\"white\">\\n<path d=\"M35.0783 85.0778H57.7619V34.4892C57.7629 33.8293 58.0221 33.1968 58.4827 32.7302C58.9432 32.2636 59.5676 32.001 60.2189 32H160.781C161.432 32.001 162.057 32.2636 162.517 32.7302C162.978 33.1968 163.237 33.8293 163.238 34.4892V85.0778H185.922C186.245 85.0773 186.564 85.1413 186.863 85.2662C187.161 85.3911 187.432 85.5744 187.661 85.8056C187.889 86.0368 188.07 86.3114 188.194 86.6136C188.317 86.9159 188.381 87.2398 188.381 87.567V138.144H197.543C198.194 138.145 198.818 138.408 199.279 138.875C199.739 139.341 199.998 139.973 200 140.633V151.742C200 152.069 199.937 152.393 199.813 152.695C199.69 152.997 199.509 153.272 199.281 153.503C199.053 153.734 198.782 153.917 198.484 154.042C198.185 154.167 197.866 154.232 197.543 154.231H188.578V165.511C188.577 166.171 188.318 166.803 187.857 167.27C187.397 167.736 186.772 167.999 186.121 168H170.063C169.412 167.998 168.788 167.736 168.328 167.269C167.867 166.803 167.608 166.171 167.606 165.511V154.229H53.3838V165.509C53.3838 166.169 53.125 166.802 52.6642 167.269C52.2034 167.736 51.5785 167.998 50.9268 167.998H34.8791C34.2277 167.997 33.6034 167.734 33.1428 167.268C32.6823 166.801 32.4231 166.169 32.4221 165.509V154.229H23.457C23.1343 154.23 22.8146 154.165 22.5164 154.04C22.2182 153.915 21.9473 153.732 21.7191 153.501C21.4909 153.27 21.3099 152.995 21.1865 152.693C21.0631 152.391 20.9997 152.067 21 151.74V140.633C21.0015 139.973 21.2609 139.341 21.7213 138.875C22.1818 138.408 22.8058 138.145 23.457 138.144H32.6194V87.567C32.6192 87.2398 32.6826 86.9159 32.8061 86.6136C32.9296 86.3114 33.1108 86.0368 33.3392 85.8056C33.5676 85.5744 33.8388 85.3911 34.1372 85.2662C34.4356 85.1413 34.7554 85.0773 35.0783 85.0778ZM183.658 154.229H172.515V163.02H183.658V154.229ZM48.4737 154.229H37.336V163.02H48.4795L48.4737 154.229ZM185.922 143.118H25.914V149.247H195.086V143.118H185.922ZM37.5353 138.14H82.9025V90.0561H72.5348V114.095C72.5348 114.422 72.4712 114.746 72.3477 115.048C72.2243 115.35 72.0433 115.624 71.8151 115.855C71.587 116.086 71.3161 116.27 71.018 116.395C70.7199 116.52 70.4004 116.584 70.0778 116.584H50.36C50.0372 116.585 49.7175 116.52 49.4192 116.395C49.1208 116.27 48.8497 116.087 48.6214 115.856C48.393 115.625 48.2119 115.35 48.0883 115.048C47.9647 114.746 47.9011 114.422 47.9011 114.095V90.0561H37.5353V138.14ZM87.8164 138.14H133.184V90.0561H122.816V114.095C122.816 114.422 122.753 114.746 122.629 115.048C122.506 115.35 122.325 115.625 122.097 115.856C121.869 116.087 121.598 116.27 121.299 116.395C121.001 116.52 120.682 116.585 120.359 116.584H100.633C100.311 116.585 99.991 116.52 99.6928 116.395C99.3946 116.27 99.1237 116.087 98.8955 115.856C98.6673 115.625 98.4863 115.35 98.3629 115.048C98.2395 114.746 98.1761 114.422 98.1764 114.095V90.0561H87.8164V138.14ZM138.098 138.14H183.465V90.0561H173.087V114.095C173.089 114.422 173.026 114.745 172.904 115.047C172.781 115.349 172.601 115.623 172.374 115.855C172.147 116.086 171.876 116.269 171.579 116.395C171.281 116.52 170.962 116.584 170.64 116.584H150.922C150.6 116.584 150.28 116.52 149.982 116.395C149.684 116.27 149.413 116.086 149.185 115.855C148.957 115.624 148.776 115.35 148.652 115.048C148.529 114.746 148.465 114.422 148.465 114.095V90.0561H138.098V138.14ZM147.964 36.9744V61.029C147.963 61.6891 147.703 62.3216 147.242 62.7881C146.781 63.2546 146.157 63.5172 145.505 63.5182H125.784C125.132 63.5166 124.508 63.2539 124.048 62.7874C123.588 62.321 123.328 61.6887 123.327 61.029V36.9783H112.957V85.0778H158.324V36.9783L147.964 36.9744ZM128.244 36.9744V58.534H143.048V36.9744H128.244ZM160.8 90.0561H153.379V111.616H168.183V90.0561H160.8ZM117.912 90.0561H103.098V111.616H117.902L117.912 90.0561ZM77.9575 36.9783V58.5379H92.7614V36.9783H77.9575ZM97.6753 36.9783V61.029C97.6738 61.6887 97.4144 62.321 96.954 62.7874C96.4935 63.2539 95.8695 63.5166 95.2183 63.5182H75.5006C74.8491 63.5172 74.2245 63.2546 73.7636 62.7881C73.3028 62.3216 73.0432 61.6891 73.0416 61.029V36.9783H62.6759V85.0778H108.043V36.9783H97.6753ZM67.6208 90.0561H52.817V111.616H67.6208V90.0561Z\"/>\\n</mask>\\n<path d=\"M35.0783 85.0778H57.7619V34.4892C57.7629 33.8293 58.0221 33.1968 58.4827 32.7302C58.9432 32.2636 59.5676 32.001 60.2189 32H160.781C161.432 32.001 162.057 32.2636 162.517 32.7302C162.978 33.1968 163.237 33.8293 163.238 34.4892V85.0778H185.922C186.245 85.0773 186.564 85.1413 186.863 85.2662C187.161 85.3911 187.432 85.5744 187.661 85.8056C187.889 86.0368 188.07 86.3114 188.194 86.6136C188.317 86.9159 188.381 87.2398 188.381 87.567V138.144H197.543C198.194 138.145 198.818 138.408 199.279 138.875C199.739 139.341 199.998 139.973 200 140.633V151.742C200 152.069 199.937 152.393 199.813 152.695C199.69 152.997 199.509 153.272 199.281 153.503C199.053 153.734 198.782 153.917 198.484 154.042C198.185 154.167 197.866 154.232 197.543 154.231H188.578V165.511C188.577 166.171 188.318 166.803 187.857 167.27C187.397 167.736 186.772 167.999 186.121 168H170.063C169.412 167.998 168.788 167.736 168.328 167.269C167.867 166.803 167.608 166.171 167.606 165.511V154.229H53.3838V165.509C53.3838 166.169 53.125 166.802 52.6642 167.269C52.2034 167.736 51.5785 167.998 50.9268 167.998H34.8791C34.2277 167.997 33.6034 167.734 33.1428 167.268C32.6823 166.801 32.4231 166.169 32.4221 165.509V154.229H23.457C23.1343 154.23 22.8146 154.165 22.5164 154.04C22.2182 153.915 21.9473 153.732 21.7191 153.501C21.4909 153.27 21.3099 152.995 21.1865 152.693C21.0631 152.391 20.9997 152.067 21 151.74V140.633C21.0015 139.973 21.2609 139.341 21.7213 138.875C22.1818 138.408 22.8058 138.145 23.457 138.144H32.6194V87.567C32.6192 87.2398 32.6826 86.9159 32.8061 86.6136C32.9296 86.3114 33.1108 86.0368 33.3392 85.8056C33.5676 85.5744 33.8388 85.3911 34.1372 85.2662C34.4356 85.1413 34.7554 85.0773 35.0783 85.0778ZM183.658 154.229H172.515V163.02H183.658V154.229ZM48.4737 154.229H37.336V163.02H48.4795L48.4737 154.229ZM185.922 143.118H25.914V149.247H195.086V143.118H185.922ZM37.5353 138.14H82.9025V90.0561H72.5348V114.095C72.5348 114.422 72.4712 114.746 72.3477 115.048C72.2243 115.35 72.0433 115.624 71.8151 115.855C71.587 116.086 71.3161 116.27 71.018 116.395C70.7199 116.52 70.4004 116.584 70.0778 116.584H50.36C50.0372 116.585 49.7175 116.52 49.4192 116.395C49.1208 116.27 48.8497 116.087 48.6214 115.856C48.393 115.625 48.2119 115.35 48.0883 115.048C47.9647 114.746 47.9011 114.422 47.9011 114.095V90.0561H37.5353V138.14ZM87.8164 138.14H133.184V90.0561H122.816V114.095C122.816 114.422 122.753 114.746 122.629 115.048C122.506 115.35 122.325 115.625 122.097 115.856C121.869 116.087 121.598 116.27 121.299 116.395C121.001 116.52 120.682 116.585 120.359 116.584H100.633C100.311 116.585 99.991 116.52 99.6928 116.395C99.3946 116.27 99.1237 116.087 98.8955 115.856C98.6673 115.625 98.4863 115.35 98.3629 115.048C98.2395 114.746 98.1761 114.422 98.1764 114.095V90.0561H87.8164V138.14ZM138.098 138.14H183.465V90.0561H173.087V114.095C173.089 114.422 173.026 114.745 172.904 115.047C172.781 115.349 172.601 115.623 172.374 115.855C172.147 116.086 171.876 116.269 171.579 116.395C171.281 116.52 170.962 116.584 170.64 116.584H150.922C150.6 116.584 150.28 116.52 149.982 116.395C149.684 116.27 149.413 116.086 149.185 115.855C148.957 115.624 148.776 115.35 148.652 115.048C148.529 114.746 148.465 114.422 148.465 114.095V90.0561H138.098V138.14ZM147.964 36.9744V61.029C147.963 61.6891 147.703 62.3216 147.242 62.7881C146.781 63.2546 146.157 63.5172 145.505 63.5182H125.784C125.132 63.5166 124.508 63.2539 124.048 62.7874C123.588 62.321 123.328 61.6887 123.327 61.029V36.9783H112.957V85.0778H158.324V36.9783L147.964 36.9744ZM128.244 36.9744V58.534H143.048V36.9744H128.244ZM160.8 90.0561H153.379V111.616H168.183V90.0561H160.8ZM117.912 90.0561H103.098V111.616H117.902L117.912 90.0561ZM77.9575 36.9783V58.5379H92.7614V36.9783H77.9575ZM97.6753 36.9783V61.029C97.6738 61.6887 97.4144 62.321 96.954 62.7874C96.4935 63.2539 95.8695 63.5166 95.2183 63.5182H75.5006C74.8491 63.5172 74.2245 63.2546 73.7636 62.7881C73.3028 62.3216 73.0432 61.6891 73.0416 61.029V36.9783H62.6759V85.0778H108.043V36.9783H97.6753ZM67.6208 90.0561H52.817V111.616H67.6208V90.0561Z\" fill=\"#434952\" stroke=\"#F5F5F5\" mask=\"url(#path-1-inside-1_253_745)\"/>\\n<path d=\"M10.5 164L11.8462 167.639C12.7923 170.194 14.8058 172.208 17.3605 173.154L21 174.5L17.3605 175.846C14.8058 176.792 12.7924 178.806 11.8462 181.361L10.5 185L9.1538 181.361C8.20771 178.806 6.19423 176.792 3.63949 175.846L0 174.5L3.63949 173.154C6.19423 172.208 8.20764 170.194 9.1538 167.639L10.5 164Z\" fill=\"#434952\"/>\\n<path d=\"M129 0L130.41 3.8128C131.401 6.48919 133.511 8.59848 136.187 9.58969L140 11L136.187 12.4103C133.511 13.4014 131.402 15.5108 130.41 18.1872L129 22L127.59 18.1872C126.599 15.5108 124.489 13.4015 121.813 12.4103L118 11L121.813 9.58969C124.489 8.59856 126.598 6.48919 127.59 3.8128L129 0Z\" fill=\"#434952\"/>\\n<path d=\"M200 45L202.051 50.5459C203.493 54.4388 206.561 57.5069 210.454 58.9486L216 61L210.454 63.0514C206.561 64.493 203.493 67.5612 202.051 71.4541L200 77L197.949 71.4541C196.507 67.5612 193.439 64.4931 189.546 63.0514L184 61L189.546 58.9486C193.439 57.507 196.507 54.4388 197.949 50.5459L200 45Z\" fill=\"#434952\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14fi273\",\"data-framer-name\":\"Solution Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yhfcl4\",\"data-framer-name\":\"Solution Section\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qqujyu\",\"data-styles-preset\":\"XEOXle3Eg\",children:'Made is \"More-in-One\" Solution'})}),className:\"framer-z8tabk\",\"data-framer-name\":\"Made is more in one solution\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hzghs2\",\"data-framer-name\":\"Chart wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eilksk\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kxvre1\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-7208uj\",\"data-framer-name\":\"Line\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wxd147\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-qxxwhm\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:47,intrinsicWidth:55,svg:'<svg width=\"55\" height=\"47\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M38.542 7.062c-.297 3.831 1.382 6.123 5.133 7.006 3.091.73 5.15 3.767 4.637 6.845-.51 3.075-3.471 5.396-6.442 5.053-3.255-.376-5.567-3.051-5.44-6.319.03-.736.203-1.479.13-2.202-.303-3.048-1.969-4.806-5.2-5.606-3.384-.836-5.343-4.08-4.477-7.412.773-2.971 3.687-4.836 6.802-4.35 2.895.453 5.073 3.184 4.917 6.17-.014.272-.04.542-.06.815Z\" fill=\"#fff\"/><path d=\"M21.67 18.885c.286-3.851-1.36-6.113-5.08-7.039-3.261-.813-5.27-3.857-4.63-7.029.636-3.177 3.624-5.243 6.852-4.74 3.14.49 5.293 3.508 4.883 6.856-.45 3.68 1.419 6.229 5.25 7.165a6.045 6.045 0 0 1 4.633 6.196c-.133 2.708-2.358 5.173-5.073 5.62-3.414.56-6.585-1.943-6.829-5.4-.04-.54-.006-1.086-.006-1.63Z\" fill=\"#fff\"/><path d=\"M12.55 25.673a5.94 5.94 0 1 0 0-11.88 5.94 5.94 0 0 0 0 11.88Z\" fill=\"#0E8FC9\"/><path d=\"M1.22 33.818h1.865l3.241 7.915h.12l3.24-7.915h1.865V44H10.09v-7.368h-.094l-3.003 7.353H5.78l-3.003-7.358h-.094V44H1.22V33.818ZM15.888 44.17a3.12 3.12 0 0 1-1.313-.268 2.211 2.211 0 0 1-.93-.79c-.225-.346-.338-.768-.338-1.269 0-.43.083-.785.249-1.064.166-.278.39-.498.671-.66.282-.163.597-.286.945-.369a9.383 9.383 0 0 1 1.064-.189l1.113-.129c.285-.036.492-.094.622-.174.129-.08.194-.209.194-.388v-.035c0-.434-.123-.77-.368-1.009-.242-.238-.604-.358-1.084-.358-.5 0-.895.111-1.183.333-.285.22-.483.463-.592.731l-1.397-.318c.166-.464.408-.839.726-1.123a2.942 2.942 0 0 1 1.109-.627 4.328 4.328 0 0 1 1.317-.199c.305 0 .628.037.97.11.344.07.666.198.964.387.302.19.549.46.74.81.193.349.29.801.29 1.358V44h-1.453v-1.044h-.06c-.095.192-.24.381-.432.567-.192.185-.439.34-.74.462-.302.123-.664.184-1.084.184Zm.323-1.193c.41 0 .762-.081 1.054-.244.295-.162.518-.374.67-.636a1.65 1.65 0 0 0 .235-.85v-.985c-.054.053-.156.103-.309.15-.149.043-.32.08-.512.114-.192.03-.38.058-.561.084l-.458.06a3.685 3.685 0 0 0-.79.184c-.236.086-.425.21-.567.373-.14.159-.209.371-.209.636 0 .368.136.646.408.835.271.186.618.279 1.039.279Zm8.284 1.173a2.96 2.96 0 0 1-1.65-.472c-.482-.318-.86-.77-1.134-1.357-.272-.59-.408-1.298-.408-2.123 0-.826.137-1.532.413-2.118.278-.587.66-1.036 1.143-1.348a2.974 2.974 0 0 1 1.646-.467c.474 0 .855.08 1.143.239.292.156.517.338.676.547.163.209.289.393.378.552h.09v-3.784h1.486V44h-1.452v-1.188h-.124a4.02 4.02 0 0 1-.388.557 2.155 2.155 0 0 1-.686.547c-.291.155-.67.233-1.133.233Zm.328-1.268c.427 0 .789-.112 1.084-.338.298-.228.523-.545.676-.95.155-.404.233-.874.233-1.411 0-.53-.076-.995-.228-1.392-.153-.398-.377-.708-.672-.93-.294-.222-.659-.333-1.093-.333-.448 0-.82.116-1.119.348a2.126 2.126 0 0 0-.676.95c-.15.4-.224.853-.224 1.357 0 .51.077.97.229 1.377.152.408.378.73.676.97.302.235.673.352 1.114.352Zm8.868 1.273c-.753 0-1.4-.16-1.944-.482a3.271 3.271 0 0 1-1.253-1.367c-.291-.59-.437-1.281-.437-2.074 0-.782.146-1.471.437-2.068a3.398 3.398 0 0 1 1.233-1.397c.53-.334 1.15-.502 1.86-.502.43 0 .848.072 1.252.214a3.03 3.03 0 0 1 1.09.671c.32.305.574.701.76 1.188.185.484.278 1.073.278 1.765v.527h-6.07v-1.113h4.614c0-.392-.08-.738-.24-1.04a1.804 1.804 0 0 0-.67-.72 1.875 1.875 0 0 0-1.005-.264 1.94 1.94 0 0 0-1.093.308 2.068 2.068 0 0 0-.716.796 2.295 2.295 0 0 0-.249 1.059v.87c0 .51.09.944.269 1.302.182.358.436.632.76.82.325.186.705.28 1.139.28.281 0 .538-.04.77-.12a1.598 1.598 0 0 0 .99-.97l1.407.254a2.549 2.549 0 0 1-.607 1.089 2.941 2.941 0 0 1-1.089.72c-.434.17-.93.254-1.486.254ZM43.3 44h-1.63l3.663-10.182h1.775L50.773 44h-1.63l-2.879-8.332h-.08L43.301 44Zm.273-3.987h5.29v1.292h-5.29v-1.292Zm10.206-6.195V44h-1.536V33.818h1.536Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7gjgw\",\"data-framer-name\":\"Marketplaces\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\"},children:\"Marketplaces\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"center\"},children:\"Marketplaces\"})}),className:\"framer-9fs86t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-379dlp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\"},children:\"Brokers\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"center\"},children:\"Brokers\"})}),className:\"framer-1foa4mw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lk66u6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\"},children:\"In-house Supply Chain\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"center\"},children:\"In-house Supply Chain\"})}),className:\"framer-1qw7uw0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aqivza\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-18f2jb8\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-wfeus9\",\"data-framer-name\":\"Line\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Product Sourcing - Done for You\"})}),className:\"framer-dnteam\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hikmq1\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6xwqkh\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"#0E8FC9\"/><path d=\"M5.5 10.25s.75 0 1.75 1.75c0 0 2.78-4.583 5.25-5.5\" stroke=\"#434952\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-apnfw8\",\"data-framer-name\":\"Marketplaces\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9q0ro0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-meuj38\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"#0E8FC9\"/><path d=\"M5.5 10.25s.75 0 1.75 1.75c0 0 2.78-4.583 5.25-5.5\" stroke=\"#434952\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ywpxyl\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1do917u\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"#0E8FC9\"/><path d=\"M5.5 10.25s.75 0 1.75 1.75c0 0 2.78-4.583 5.25-5.5\" stroke=\"#434952\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tdlxaf\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qzp89c\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-uzj9d9\",\"data-framer-name\":\"Line\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\"},children:\"Factory Matching - Done for you\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Factory Matching - Done for you\"})}),className:\"framer-mych9k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-r57mvw\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-192asm9\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"#0E8FC9\"/><path d=\"M5.5 10.25s.75 0 1.75 1.75c0 0 2.78-4.583 5.25-5.5\" stroke=\"#434952\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-191j9o4\",\"data-framer-name\":\"Marketplaces\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1foidrs\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pm9jtp\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"#0E8FC9\"/><path d=\"M5.5 10.25s.75 0 1.75 1.75c0 0 2.78-4.583 5.25-5.5\" stroke=\"#434952\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4q8lu2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-r7m1aw\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"#0E8FC9\"/><path d=\"M5.5 10.25s.75 0 1.75 1.75c0 0 2.78-4.583 5.25-5.5\" stroke=\"#434952\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xy896l\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fcpci1\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qs5sh8\",\"data-framer-name\":\"Line\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Price Negotiations - Done for you\"})}),className:\"framer-lnyb50\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ke0m4w\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gxxgs6\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"#0E8FC9\"/><path d=\"M5.5 10.25s.75 0 1.75 1.75c0 0 2.78-4.583 5.25-5.5\" stroke=\"#434952\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qgkjds\",\"data-framer-name\":\"Marketplaces\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wctri3\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-di7riw\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zmr6j4\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lyzd1y\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-w1wbbq\",\"data-framer-name\":\"Line\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\"},children:\"Dedicated Production Manager\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Dedicated Production Manager\"})}),className:\"framer-1v3w3az\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x4cj0a\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fk5wyu\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"#0E8FC9\"/><path d=\"M5.5 10.25s.75 0 1.75 1.75c0 0 2.78-4.583 5.25-5.5\" stroke=\"#434952\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vzh8uv\",\"data-framer-name\":\"Marketplaces\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q5zz7s\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xdf4is\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wa8w6z\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gn7otj\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-vfp6cb\",\"data-framer-name\":\"Line\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\"},children:\"1% Defect Rate Guarantee\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"1% Defect Rate Guarantee\"})}),className:\"framer-3tf2z6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d0ti5y\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4m9vl2\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"#0E8FC9\"/><path d=\"M5.5 10.25s.75 0 1.75 1.75c0 0 2.78-4.583 5.25-5.5\" stroke=\"#434952\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xy21xw\",\"data-framer-name\":\"Marketplaces\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yarvjm\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q5cjf6\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i8c7br\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hy79oc\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-actbez\",\"data-framer-name\":\"Line\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\"},children:\"2,000+ Vetted Factory Network \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"2,000+ Vetted Factory Network \"})}),className:\"framer-1fs5fyk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wn6fsc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-195cebg\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"#0E8FC9\"/><path d=\"M5.5 10.25s.75 0 1.75 1.75c0 0 2.78-4.583 5.25-5.5\" stroke=\"#434952\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dwlldb\",\"data-framer-name\":\"Marketplaces\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-pu5js9\",\"data-framer-name\":\"Marketplaces\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hpokgj\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"#0E8FC9\"/><path d=\"M5.5 10.25s.75 0 1.75 1.75c0 0 2.78-4.583 5.25-5.5\" stroke=\"#434952\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rcch8n\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16nzgp8\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sd3681\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xkzyaf\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-67jbw2\",\"data-framer-name\":\"Line\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\"},children:\"Flexible Payment Terms \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Flexible Payment Terms \"})}),className:\"framer-j4vfro\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-n8fose\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1uwg7jt\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"#0E8FC9\"/><path d=\"M5.5 10.25s.75 0 1.75 1.75c0 0 2.78-4.583 5.25-5.5\" stroke=\"#434952\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zp738c\",\"data-framer-name\":\"Marketplaces\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-o0m2z3\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n6lde2\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-31f4fx\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g8pbfk\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v391q7\",\"data-framer-name\":\"Line\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\"},children:\"Unlimited Human Support\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Unlimited Human Support\"})}),className:\"framer-11u1i0n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7fzkph\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-v4jwhw\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"#0E8FC9\"/><path d=\"M5.5 10.25s.75 0 1.75 1.75c0 0 2.78-4.583 5.25-5.5\" stroke=\"#434952\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pv0ipl\",\"data-framer-name\":\"Marketplaces\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14bqwrf\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oldpee\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rjj9i1\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9qzgo1\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-2kprbs\",\"data-framer-name\":\"Line\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\"},children:\"One Platform for communication & files\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"One Platform for communication & files\"})}),className:\"framer-1t9c619\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12qeqbb\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8vihfp\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 0 9 C 0 4.029 4.029 0 9 0 C 13.971 0 18 4.029 18 9 C 18 13.971 13.971 18 9 18 C 4.029 18 0 13.971 0 9 Z\" fill=\"rgb(14,143,201)\"></path><path d=\"M 5.5 10.25 C 5.5 10.25 6.25 10.25 7.25 12 C 7.25 12 10.03 7.417 12.5 6.5\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(67,73,82)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11197136982,withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nj331z\",\"data-framer-name\":\"Marketplaces\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6k8kb4\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ft600c\"})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tne4ei\",\"data-framer-name\":\"CTA Section\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vtb9b4-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JbTPx1_GG\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(23, 21, 21, 0.91)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"JbTPx1_GG\",isMixedBorderRadius:false,layoutId:\"JbTPx1_GG\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/4vpyUWSdGw3UJx7KeE8bOrjpMM.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1225kpb\",\"data-framer-name\":\"CTA Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dqu6es\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7T25lc3QtNjAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Future-Proof Your Supply Chain  \"})})},xFoQQycst:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7T25lc3QtNjAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"54px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Future-Proof Your Supply Chain  \"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7T25lc3QtNjAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"54px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Future-Proof Your Supply Chain  \"})}),className:\"framer-x0o4ba\",fonts:[\"GF;Onest-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1e9qkxk\",\"data-styles-preset\":\"DqDXR7SKR\",children:\"Made helps brands streamline product creation by automatically matching them to trusted suppliers, saving time, reducing costs, and scaling their operations quickly.\"})}),className:\"framer-1huy002\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7trxdo\",\"data-framer-name\":\"Buttons\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"I_KaMhroi\"},implicitPathVariables:undefined},{href:{webPageId:\"I_KaMhroi\"},implicitPathVariables:undefined},{href:{webPageId:\"I_KaMhroi\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px)`,y:(componentViewport?.y||0)+0+6343+0+70+247+0+0},xFoQQycst:{y:(componentViewport?.y||0)+0+4849+0+100+264+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+4830+0+100+264+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m2dgza-container\",nodeId:\"k6ftV7BT3\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{GwfWRuJ61:resolvedLinks[2],style:{width:\"100%\"}},xFoQQycst:{GwfWRuJ61:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{bcpZvS2hW:{borderColor:\"var(--token-e71d566d-794f-4a5f-b4b9-c800bc2595ca, rgb(255, 255, 255))\",borderStyle:\"solid\",borderWidth:1},GwfWRuJ61:resolvedLinks[0],height:\"100%\",id:\"k6ftV7BT3\",jnPbnC14O:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",layoutId:\"k6ftV7BT3\",lOpYHSMBt:\"See How it Works\",LPfs6x5Iv:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",variant:\"GGhP702OL\",width:\"100%\"})})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xm0x34\",\"data-framer-name\":\"FAQ Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iw60xf\",\"data-framer-name\":\"FAQ Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bs0udf\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c90pil\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{y:(componentViewport?.y||0)+0+6798+0+40+0+0+0+0+0},xFoQQycst:{y:(componentViewport?.y||0)+0+5351+0+100+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+5332+0+100+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cs1aq1-container\",nodeId:\"JiuPft4h4\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(TagButton,{height:\"100%\",id:\"JiuPft4h4\",layoutId:\"JiuPft4h4\",rtjaemyRw:\"Quick Answers\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-81ek7y\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-qqujyu\",\"data-styles-preset\":\"XEOXle3Eg\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Frequently \",/*#__PURE__*/_jsx(\"br\",{}),\"Asked Questions\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-qqujyu\",\"data-styles-preset\":\"XEOXle3Eg\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Frequently \",/*#__PURE__*/_jsx(\"br\",{}),\"Asked Questions\"]})}),className:\"framer-16uwhw0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1e9qkxk\",\"data-styles-preset\":\"DqDXR7SKR\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-4b480400-25f7-4f4d-8d56-79089e214b3d, rgb(0, 0, 0))\"},children:\"Find answers to your questions in the FAQ section.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1e9qkxk\",\"data-styles-preset\":\"DqDXR7SKR\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-4b480400-25f7-4f4d-8d56-79089e214b3d, rgb(0, 0, 0))\"},children:\"Find answers to your questions in the FAQ section.\"})}),className:\"framer-1a7t7r1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jhjy1j\",\"data-framer-name\":\"Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{background:{alt:\"A stylish blue and black watch\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6798+0+40+0+0+322+141),pixelHeight:584,pixelWidth:356,sizes:\"89px\",src:\"https://framerusercontent.com/images/S9OuVgDWWyJDhgNE4MRKHr7I.png\",srcSet:\"https://framerusercontent.com/images/S9OuVgDWWyJDhgNE4MRKHr7I.png 356w\"}},xFoQQycst:{background:{alt:\"A stylish blue and black watch\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5351+0+100+0+342+142),pixelHeight:584,pixelWidth:356,sizes:\"89px\",src:\"https://framerusercontent.com/images/S9OuVgDWWyJDhgNE4MRKHr7I.png\",srcSet:\"https://framerusercontent.com/images/S9OuVgDWWyJDhgNE4MRKHr7I.png 356w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A stylish blue and black watch\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5332+0+100+0+342+142),pixelHeight:584,pixelWidth:356,sizes:\"89px\",src:\"https://framerusercontent.com/images/S9OuVgDWWyJDhgNE4MRKHr7I.png\",srcSet:\"https://framerusercontent.com/images/S9OuVgDWWyJDhgNE4MRKHr7I.png 356w\"},className:\"framer-chvtq6\",transformTemplate:transformTemplate2})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{background:{alt:\"A pair of white and gold headphones\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6798+0+40+0+0+322+7),pixelHeight:600,pixelWidth:592,sizes:\"124px\",src:\"https://framerusercontent.com/images/cQurdkFzTTTxvBGdwISzKFv0hVA.png\",srcSet:\"https://framerusercontent.com/images/cQurdkFzTTTxvBGdwISzKFv0hVA.png 592w\"},style:{rotate:-7}},xFoQQycst:{background:{alt:\"A pair of white and gold headphones\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5351+0+100+0+342+-23),pixelHeight:600,pixelWidth:592,sizes:\"148px\",src:\"https://framerusercontent.com/images/cQurdkFzTTTxvBGdwISzKFv0hVA.png\",srcSet:\"https://framerusercontent.com/images/cQurdkFzTTTxvBGdwISzKFv0hVA.png 592w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation12,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"A pair of white and gold headphones\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5332+0+100+0+342+-23),pixelHeight:600,pixelWidth:592,sizes:\"148px\",src:\"https://framerusercontent.com/images/cQurdkFzTTTxvBGdwISzKFv0hVA.png\",srcSet:\"https://framerusercontent.com/images/cQurdkFzTTTxvBGdwISzKFv0hVA.png 592w\"},className:\"framer-10jajjh\",transformTemplate:transformTemplate2})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{background:{alt:\"A green suitcase with wheels displayed\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6798+0+40+0+0+322+9.5),pixelHeight:876,pixelWidth:628,sizes:\"100px\",src:\"https://framerusercontent.com/images/1WZIYXwHOsCK1eBNclUw5ttCPU.png\",srcSet:\"https://framerusercontent.com/images/1WZIYXwHOsCK1eBNclUw5ttCPU.png 628w\"},style:{rotate:12}},xFoQQycst:{background:{alt:\"A green suitcase with wheels displayed\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5351+0+100+0+342+-53.5),pixelHeight:876,pixelWidth:628,sizes:\"157px\",src:\"https://framerusercontent.com/images/1WZIYXwHOsCK1eBNclUw5ttCPU.png\",srcSet:\"https://framerusercontent.com/images/1WZIYXwHOsCK1eBNclUw5ttCPU.png 628w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation13,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"A green suitcase with wheels displayed\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5332+0+100+0+342+-53.5),pixelHeight:876,pixelWidth:628,sizes:\"157px\",src:\"https://framerusercontent.com/images/1WZIYXwHOsCK1eBNclUw5ttCPU.png\",srcSet:\"https://framerusercontent.com/images/1WZIYXwHOsCK1eBNclUw5ttCPU.png 628w\"},className:\"framer-16x3b0u\",transformTemplate:transformTemplate2})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wr2p45-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"N4y1tq6KU\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:200,bottomLeftRadius:200,bottomRightRadius:200,controls:false,height:\"100%\",id:\"N4y1tq6KU\",isMixedBorderRadius:false,layoutId:\"N4y1tq6KU\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/4vpyUWSdGw3UJx7KeE8bOrjpMM.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:200,topRightRadius:200,volume:25,width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18lxl5i\",\"data-framer-name\":\"FAQs\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 726px)`,y:(componentViewport?.y||0)+0+6798+0+40+632+0+0},xFoQQycst:{y:(componentViewport?.y||0)+0+5351+0+100+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:126,width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 70px) / 2, 1px), 726px)`,y:(componentViewport?.y||0)+0+5332+0+100+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14fua11-container\",nodeId:\"i3wkQTBhg\",rendersWithMotion:true,scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{variant:\"GupUazOUZ\"}},children:/*#__PURE__*/_jsx(FAQ3,{f_p7HZ_Du:\"What does it cost to use Made AI?\",gTOidi3_c:\"There\u2019s no cost to brands to work with us. We\u2019re compensated through our contracted relationships with factories in our network, based on the annual production volumes we bring them. That means you don\u2019t pay a fee to use our platform or services \u2014 our incentives are aligned with helping you scale efficiently and cost-effectively.\",height:\"100%\",id:\"i3wkQTBhg\",layoutId:\"i3wkQTBhg\",style:{width:\"100%\"},variant:\"XZDojYa40\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 726px)`,y:(componentViewport?.y||0)+0+6798+0+40+632+0+141},xFoQQycst:{y:(componentViewport?.y||0)+0+5351+0+100+0+142}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:126,width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 70px) / 2, 1px), 726px)`,y:(componentViewport?.y||0)+0+5332+0+100+0+142,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14heol6-container\",nodeId:\"JJJMvc_mG\",rendersWithMotion:true,scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(FAQ3,{f_p7HZ_Du:\"What are your MOQs (Minimum Order Quantities)?\",gTOidi3_c:\"Our MOQs vary by product type and factory. We don\u2019t set hard minimums because every product and growth plan is different. While many products start around 1,000\u20132,500 units, we\u2019re open to lower quantities \u2014 especially if there\u2019s potential for long-term growth.\\n\\nWe work with brands at all stages, from those just testing a new product to those scaling to 5,000,000+ units a year. If we see a strong future with your brand, we\u2019ll find a way to make it work with our factories.\",height:\"100%\",id:\"JJJMvc_mG\",layoutId:\"JJJMvc_mG\",style:{width:\"100%\"},variant:\"GupUazOUZ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 726px)`,y:(componentViewport?.y||0)+0+6798+0+40+632+0+282},xFoQQycst:{y:(componentViewport?.y||0)+0+5351+0+100+0+284}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:126,width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 70px) / 2, 1px), 726px)`,y:(componentViewport?.y||0)+0+5332+0+100+0+284,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ipe29r-container\",nodeId:\"hLxy95fQo\",rendersWithMotion:true,scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(FAQ3,{f_p7HZ_Du:\"Why should I use Made AI?\",gTOidi3_c:\"With Made AI, you get a managed network, boots-on-the-ground production managers, better pricing through collective volume, and a centralized platform that tracks everything from RFQ to delivery. \",height:\"100%\",id:\"hLxy95fQo\",layoutId:\"hLxy95fQo\",style:{width:\"100%\"},variant:\"GupUazOUZ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 726px)`,y:(componentViewport?.y||0)+0+6798+0+40+632+0+423},xFoQQycst:{y:(componentViewport?.y||0)+0+5351+0+100+0+426}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:126,width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 70px) / 2, 1px), 726px)`,y:(componentViewport?.y||0)+0+5332+0+100+0+426,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13guosh-container\",nodeId:\"oaCLhesH0\",rendersWithMotion:true,scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(FAQ3,{f_p7HZ_Du:\"Who manages my project?\",gTOidi3_c:\"Every project come with a US-based account manager that speaks your language and is in your timezone as well as a dedicated Production Manager \u2014 someone on the ground at the factory overseeing quality, timelines, and communication from start to finish.\",height:\"100%\",id:\"oaCLhesH0\",layoutId:\"oaCLhesH0\",style:{width:\"100%\"},variant:\"GupUazOUZ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 726px)`,y:(componentViewport?.y||0)+0+6798+0+40+632+0+564},xFoQQycst:{y:(componentViewport?.y||0)+0+5351+0+100+0+568}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:126,width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 70px) / 2, 1px), 726px)`,y:(componentViewport?.y||0)+0+5332+0+100+0+568,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kndwbi-container\",nodeId:\"GmMbYirwP\",rendersWithMotion:true,scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(FAQ3,{f_p7HZ_Du:\"Will I get better pricing from Made AI than working with my factory directly?\",gTOidi3_c:\"Most of our clients save 20\u201350% on production costs after switching to Made, thanks to our pre-negotiated factory contracts and scale-based pricing model.\",height:\"100%\",id:\"GmMbYirwP\",layoutId:\"GmMbYirwP\",style:{width:\"100%\"},variant:\"GupUazOUZ\",width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gs2ir1\",\"data-framer-name\":\"Blog Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c1w8y3\",\"data-framer-name\":\"Blog Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1upo5q4\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qqujyu\",\"data-styles-preset\":\"XEOXle3Eg\",style:{\"--framer-text-alignment\":\"left\"},children:\"Learn\"})}),className:\"framer-1qud57x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"USMAuXmRu\"},implicitPathVariables:undefined},{href:{webPageId:\"USMAuXmRu\"},implicitPathVariables:undefined},{href:{webPageId:\"USMAuXmRu\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{y:(componentViewport?.y||0)+0+8200+0+40+0+0},xFoQQycst:{y:(componentViewport?.y||0)+0+6227+0+100+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+6208+0+100+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lqknc9-container\",isModuleExternal:true,nodeId:\"jfDt5Di0C\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{GwfWRuJ61:resolvedLinks1[2]},xFoQQycst:{GwfWRuJ61:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Button1,{bcpZvS2hW:{borderColor:\"rgb(235, 235, 235)\",borderStyle:\"solid\",borderWidth:1},GwfWRuJ61:resolvedLinks1[0],height:\"100%\",id:\"jfDt5Di0C\",jnPbnC14O:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",layoutId:\"jfDt5Di0C\",lOpYHSMBt:\"View all articles\",LPfs6x5Iv:\"var(--token-08ab2800-79c6-4368-9ae9-649a7de3a00a, rgb(0, 0, 0))\",variant:\"rMx1KenfM\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f9t6ez\",\"data-framer-name\":\"Blog Wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bgx6o1\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"pa1xzcvS3\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"pa1xzcvS3\",name:\"MIYe9UiwP\",type:\"Identifier\"},{collection:\"pa1xzcvS3\",name:\"sKcmjUhgn\",type:\"Identifier\"},{collection:\"pa1xzcvS3\",name:\"iCk4NWfBB\",type:\"Identifier\"},{collection:\"pa1xzcvS3\",name:\"FBt7KtX7n\",type:\"Identifier\"},{collection:\"pa1xzcvS3\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({FBt7KtX7n:FBt7KtX7npa1xzcvS3,iCk4NWfBB:iCk4NWfBBpa1xzcvS3,id:idpa1xzcvS3,MIYe9UiwP:MIYe9UiwPpa1xzcvS3,sKcmjUhgn:sKcmjUhgnpa1xzcvS3},index)=>{MIYe9UiwPpa1xzcvS3??=\"\";sKcmjUhgnpa1xzcvS3??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`pa1xzcvS3-${idpa1xzcvS3}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{MIYe9UiwP:MIYe9UiwPpa1xzcvS3},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{MIYe9UiwP:MIYe9UiwPpa1xzcvS3},webPageId:\"g6sF1Fxxp\"},motionChild:true,nodeId:\"HPxmtWS4Y\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-11hxkky framer-7rsyw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qCj4EDtDw:{width:`max(max(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 1px), 50px), 1px)`,y:(componentViewport?.y||0)+0+8200+0+40+101+0+0+0+0},xFoQQycst:{y:(componentViewport?.y||0)+0+6227+0+100+101+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:402,width:`max(max((max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 40px, 1px) - 60px) / 3, 50px), 1px)`,y:(componentViewport?.y||0)+0+6208+0+100+101+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e1sl8l-container\",nodeId:\"ubOelMe8d\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(BlogCard,{height:\"100%\",id:\"ubOelMe8d\",layoutId:\"ubOelMe8d\",Qi5X9mL7i:toResponsiveImage(iCk4NWfBBpa1xzcvS3),style:{width:\"100%\"},tTQv8gx2T:toDateString(FBt7KtX7npa1xzcvS3,activeLocaleCode),variant:\"RfuKxXjD7\",width:\"100%\",zw6Np4Izb:sKcmjUhgnpa1xzcvS3})})})})})})})},idpa1xzcvS3);})})})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1la42jg-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"UB_Gev7Ot\",scopeId:\"ybmqOiaqT\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"UB_Gev7Ot\",intensity:12,layoutId:\"UB_Gev7Ot\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-R5hBU.framer-7rsyw, .framer-R5hBU .framer-7rsyw { display: block; }\",\".framer-R5hBU.framer-114cvam { align-content: center; align-items: center; background-color: #f8f8f8; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-R5hBU .framer-1ktuoof { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-19odlrd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 55px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 70px 20px 100px 20px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-19dtsrs { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-gs2348 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-1scy1in, .framer-R5hBU .framer-12yo3jz, .framer-R5hBU .framer-1ml5mwr { 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-R5hBU .framer-q2lttd, .framer-R5hBU .framer-ilvggj { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-R5hBU .framer-1w11awo-container, .framer-R5hBU .framer-1m2dgza-container, .framer-R5hBU .framer-1cs1aq1-container, .framer-R5hBU .framer-lqknc9-container, .framer-R5hBU .framer-1la42jg-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-R5hBU .framer-uka1jg { align-content: center; align-items: center; border-bottom-left-radius: 250px; border-bottom-right-radius: 250px; border-top-left-radius: 250px; border-top-right-radius: 250px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-nuofm4-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 382px); position: relative; width: 382px; z-index: 1; }\",\".framer-R5hBU .framer-1pk5h22 { flex: none; height: 139px; left: calc(77.8985507246377% - 90px / 2); overflow: hidden; position: absolute; top: calc(46.33507853403144% - 139px / 2); width: 90px; z-index: 1; }\",\".framer-R5hBU .framer-2nky6j { flex: none; height: 226px; left: calc(21.73913043478263% - 224px / 2); overflow: hidden; position: absolute; top: calc(42.40837696335081% - 226px / 2); width: 224px; z-index: 1; }\",\".framer-R5hBU .framer-10sc00p { flex: none; height: 179px; left: calc(58.87681159420291% - 254px / 2); overflow: hidden; position: absolute; top: calc(25.392670157068086% - 179px / 2); width: 254px; z-index: 1; }\",\".framer-R5hBU .framer-1g0fwpd { flex: none; height: 167px; left: calc(55.79710144927539% - 488px / 2); overflow: visible; position: absolute; top: calc(86.91099476439793% - 167px / 2); width: 488px; z-index: 8; }\",\".framer-R5hBU .framer-11wmvj { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-17w82iu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px 20px 60px 20px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-1ggyek6, .framer-R5hBU .framer-1vgfimi, .framer-R5hBU .framer-z8tabk { --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-R5hBU .framer-qwm7o6-container { flex: none; height: 60px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-9m3ks, .framer-R5hBU .framer-12xv71d, .framer-R5hBU .framer-dkqpgn, .framer-R5hBU .framer-1k7axry, .framer-R5hBU .framer-1avhq22, .framer-R5hBU .framer-1ezdyt0, .framer-R5hBU .framer-187451b, .framer-R5hBU .framer-10cbaeq, .framer-R5hBU .framer-1s1ezlx, .framer-R5hBU .framer-doo9k6, .framer-R5hBU .framer-fh2uyn, .framer-R5hBU .framer-14o5qpp, .framer-R5hBU .framer-1bn1liz, .framer-R5hBU .framer-lhpjry, .framer-R5hBU .framer-141kh9s, .framer-R5hBU .framer-3ue370 { height: 60px; overflow: hidden; position: relative; width: 160px; }\",\".framer-R5hBU .framer-15ax3pp, .framer-R5hBU .framer-1xm0x34 { align-content: center; align-items: center; background-color: #f5f5f5; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-183r73m { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 111px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 100px 20px 100px 20px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-1ckh5ly { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 834px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-R5hBU .framer-19gzdiw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1034px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-R5hBU .framer-a1swo0 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-12fvr6q-container { flex: none; height: auto; left: 81%; position: absolute; top: 0px; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-R5hBU .framer-xfapin-container { flex: none; height: auto; left: 49%; position: absolute; top: 110px; transform: translateX(-50%); width: 99%; z-index: 1; }\",\".framer-R5hBU .framer-zp4pns-container { flex: none; height: auto; left: 58%; position: absolute; top: 220px; transform: translateX(-50%); width: 116%; z-index: 1; }\",\".framer-R5hBU .framer-t62y6s-container { flex: none; height: auto; left: 73%; position: absolute; top: 330px; transform: translateX(-50%); width: 233px; z-index: 1; }\",\".framer-R5hBU .framer-tphpkg { flex: none; height: 509px; overflow: hidden; position: relative; width: 454px; }\",\".framer-R5hBU .framer-1r4zo2k-container { flex: none; height: 420px; position: absolute; right: 0px; top: 0px; width: 420px; }\",\".framer-R5hBU .framer-60k335 { flex: none; height: 96px; left: 317px; overflow: hidden; position: absolute; top: 67px; width: 100px; z-index: 1; }\",\".framer-R5hBU .framer-hq6lqz { bottom: 139px; flex: none; height: 196px; left: 280px; overflow: hidden; position: absolute; width: 146px; z-index: 1; }\",\".framer-R5hBU .framer-gu1ui2 { flex: none; height: 81px; left: 133px; overflow: hidden; position: absolute; top: 8px; width: 191px; z-index: 1; }\",\".framer-R5hBU .framer-167hyt4 { aspect-ratio: 0.8061538461538461 / 1; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 259px); left: 62px; overflow: hidden; position: absolute; top: 46%; transform: translateY(-50%); width: 204px; z-index: 1; }\",\".framer-R5hBU .framer-ye1eo3 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-1amuf9y-container { flex: none; height: auto; left: 36%; position: absolute; top: 0px; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-R5hBU .framer-xbqh63-container { flex: none; height: auto; left: 52%; position: absolute; top: 29%; transform: translate(-50%, -50%); width: 96%; z-index: 1; }\",\".framer-R5hBU .framer-19mlr9f-container { flex: none; height: auto; left: 62%; position: absolute; top: 51%; transform: translate(-50%, -50%); width: 191px; z-index: 1; }\",\".framer-R5hBU .framer-19kdxl0-container { flex: none; height: auto; left: 47%; position: absolute; top: 70%; transform: translate(-50%, -50%); width: 217px; z-index: 1; }\",\".framer-R5hBU .framer-149tybn { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-1sk2mmu { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 100px 20px 100px 20px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-6q5jnv, .framer-R5hBU .framer-ney2ll, .framer-R5hBU .framer-1tuzeht, .framer-R5hBU .framer-1embgef, .framer-R5hBU .framer-9fs86t, .framer-R5hBU .framer-1foa4mw, .framer-R5hBU .framer-1qw7uw0, .framer-R5hBU .framer-dnteam, .framer-R5hBU .framer-mych9k, .framer-R5hBU .framer-lnyb50, .framer-R5hBU .framer-1v3w3az, .framer-R5hBU .framer-3tf2z6, .framer-R5hBU .framer-1fs5fyk, .framer-R5hBU .framer-j4vfro, .framer-R5hBU .framer-11u1i0n, .framer-R5hBU .framer-1t9c619, .framer-R5hBU .framer-16uwhw0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-R5hBU .framer-j5dfvx, .framer-R5hBU .framer-1p8rx12 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-1ajx3qb { align-content: flex-start; align-items: flex-start; background-color: var(--token-e81b1faa-f4c5-482e-baad-34b14ad9a09e, #f5f5f5); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1.6 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 38px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-R5hBU .framer-5s7xih, .framer-R5hBU .framer-n3czlr, .framer-R5hBU .framer-1lwzomd, .framer-R5hBU .framer-exzou0, .framer-R5hBU .framer-81ek7y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-7fgnu6-container, .framer-R5hBU .framer-wl8h5d-container, .framer-R5hBU .framer-qiivct-container, .framer-R5hBU .framer-k9524v-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-R5hBU .framer-dox30, .framer-R5hBU .framer-115bdda, .framer-R5hBU .framer-1vldfkw, .framer-R5hBU .framer-wdcqsi { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-1icubt4 { aspect-ratio: 0.6914893617021277 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 188px); position: relative; width: 130px; z-index: 1; }\",\".framer-R5hBU .framer-1duob9l { align-content: center; align-items: center; background-color: var(--token-e81b1faa-f4c5-482e-baad-34b14ad9a09e, #f5f5f5); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 47px; height: min-content; justify-content: center; overflow: hidden; padding: 38px 30px 38px 30px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-R5hBU .framer-148112v, .framer-R5hBU .framer-1h7it7p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 282px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-R5hBU .framer-x3harc { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 107px); position: relative; width: 107px; z-index: 1; }\",\".framer-R5hBU .framer-1iubtru { align-content: center; align-items: center; background-color: var(--token-e81b1faa-f4c5-482e-baad-34b14ad9a09e, #f5f5f5); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 38px 30px 38px 30px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-R5hBU .framer-1vfst5e { aspect-ratio: 2.085714285714286 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 140px); overflow: visible; position: relative; width: 292px; }\",\".framer-R5hBU .framer-1wgoml2 { align-content: flex-start; align-items: flex-start; background-color: var(--token-e81b1faa-f4c5-482e-baad-34b14ad9a09e, #f5f5f5); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1.6 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 38px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-R5hBU .framer-11btqfp { aspect-ratio: 1.1675675675675676 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 185px); position: relative; width: 216px; }\",\".framer-R5hBU .framer-14fi273, .framer-R5hBU .framer-1gs2ir1 { align-content: center; align-items: center; background-color: var(--token-616c440b-c473-4577-83c6-7cdace205ced, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-yhfcl4 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 100px 20px 100px 20px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-hzghs2 { 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: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-1eilksk { --border-bottom-width: 0px; --border-color: var(--token-4ebc798b-9e1e-45a0-af50-de8c5f94923c, #515151); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-1kxvre1, .framer-R5hBU .framer-18f2jb8, .framer-R5hBU .framer-1qzp89c, .framer-R5hBU .framer-1fcpci1, .framer-R5hBU .framer-1lyzd1y, .framer-R5hBU .framer-1gn7otj, .framer-R5hBU .framer-hy79oc, .framer-R5hBU .framer-1xkzyaf, .framer-R5hBU .framer-1g8pbfk, .framer-R5hBU .framer-9qzgo1 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-7208uj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 19px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-1wxd147 { align-content: center; align-items: center; background-color: #434952; display: flex; flex: 0.7 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 10px 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-qxxwhm { aspect-ratio: 1.1702127659574468 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 47px); position: relative; width: 55px; }\",\".framer-R5hBU .framer-7gjgw, .framer-R5hBU .framer-379dlp, .framer-R5hBU .framer-lk66u6, .framer-R5hBU .framer-9q0ro0, .framer-R5hBU .framer-ywpxyl, .framer-R5hBU .framer-1foidrs, .framer-R5hBU .framer-4q8lu2, .framer-R5hBU .framer-dwlldb { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 0.7 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-1aqivza, .framer-R5hBU .framer-1tdlxaf, .framer-R5hBU .framer-1xy896l, .framer-R5hBU .framer-zmr6j4, .framer-R5hBU .framer-1wa8w6z, .framer-R5hBU .framer-i8c7br, .framer-R5hBU .framer-sd3681, .framer-R5hBU .framer-31f4fx { --border-bottom-width: 0px; --border-color: var(--token-4ebc798b-9e1e-45a0-af50-de8c5f94923c, #515151); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-wfeus9, .framer-R5hBU .framer-uzj9d9, .framer-R5hBU .framer-qs5sh8, .framer-R5hBU .framer-w1wbbq, .framer-R5hBU .framer-vfp6cb, .framer-R5hBU .framer-actbez, .framer-R5hBU .framer-67jbw2, .framer-R5hBU .framer-1v391q7, .framer-R5hBU .framer-2kprbs { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-hikmq1, .framer-R5hBU .framer-r57mvw, .framer-R5hBU .framer-ke0m4w, .framer-R5hBU .framer-x4cj0a, .framer-R5hBU .framer-1d0ti5y, .framer-R5hBU .framer-1wn6fsc, .framer-R5hBU .framer-n8fose, .framer-R5hBU .framer-7fzkph, .framer-R5hBU .framer-12qeqbb { align-content: center; align-items: center; background-color: #434952; display: flex; flex: 0.7 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 16px 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-6xwqkh, .framer-R5hBU .framer-meuj38, .framer-R5hBU .framer-1do917u, .framer-R5hBU .framer-192asm9, .framer-R5hBU .framer-pm9jtp, .framer-R5hBU .framer-r7m1aw, .framer-R5hBU .framer-gxxgs6, .framer-R5hBU .framer-1fk5wyu, .framer-R5hBU .framer-4m9vl2, .framer-R5hBU .framer-195cebg, .framer-R5hBU .framer-1hpokgj, .framer-R5hBU .framer-1uwg7jt, .framer-R5hBU .framer-v4jwhw { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); position: relative; width: 18px; }\",\".framer-R5hBU .framer-apnfw8, .framer-R5hBU .framer-191j9o4, .framer-R5hBU .framer-vzh8uv, .framer-R5hBU .framer-1q5zz7s, .framer-R5hBU .framer-xy21xw, .framer-R5hBU .framer-yarvjm, .framer-R5hBU .framer-1rcch8n, .framer-R5hBU .framer-zp738c, .framer-R5hBU .framer-o0m2z3, .framer-R5hBU .framer-pv0ipl, .framer-R5hBU .framer-14bqwrf, .framer-R5hBU .framer-nj331z, .framer-R5hBU .framer-6k8kb4 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 0.7 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 26px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-qgkjds, .framer-R5hBU .framer-wctri3, .framer-R5hBU .framer-di7riw, .framer-R5hBU .framer-ft600c { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 0.7 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 18px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-xdf4is, .framer-R5hBU .framer-1q5cjf6, .framer-R5hBU .framer-16nzgp8, .framer-R5hBU .framer-1n6lde2, .framer-R5hBU .framer-1oldpee { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 0.7 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 42px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-pu5js9 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 70%; }\",\".framer-R5hBU .framer-rjj9i1 { --border-bottom-width: 1px; --border-color: var(--token-4ebc798b-9e1e-45a0-af50-de8c5f94923c, #515151); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-8vihfp { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-R5hBU .framer-1tne4ei { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-vtb9b4-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-R5hBU .framer-1225kpb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 100px 40px 82px 40px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-1dqu6es { 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%; z-index: 3; }\",\".framer-R5hBU .framer-x0o4ba { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 490px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-R5hBU .framer-1huy002 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 572px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-R5hBU .framer-7trxdo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-R5hBU .framer-1iw60xf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 100px 20px 82px 20px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-bs0udf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 726px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-1c90pil { 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: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-1a7t7r1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 445px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-R5hBU .framer-jhjy1j { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-chvtq6 { aspect-ratio: 0.6095890410958904 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 146px); left: 50%; overflow: hidden; position: absolute; top: 83%; transform: translate(-50%, -50%); width: 89px; z-index: 1; }\",\".framer-R5hBU .framer-10jajjh { aspect-ratio: 0.9866666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 150px); left: 34%; overflow: hidden; position: absolute; top: 20%; transform: translate(-50%, -50%); width: 148px; z-index: 1; }\",\".framer-R5hBU .framer-16x3b0u { aspect-ratio: 0.7168949771689498 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 219px); left: 69%; overflow: hidden; position: absolute; top: 22%; transform: translate(-50%, -50%); width: 157px; z-index: 1; }\",\".framer-R5hBU .framer-wr2p45-container { flex: none; height: 260px; position: relative; width: 260px; }\",\".framer-R5hBU .framer-18lxl5i { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 726px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-14fua11-container, .framer-R5hBU .framer-14heol6-container, .framer-R5hBU .framer-ipe29r-container, .framer-R5hBU .framer-13guosh-container, .framer-R5hBU .framer-kndwbi-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-R5hBU .framer-c1w8y3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 100px 20px 100px 20px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-1upo5q4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-1qud57x { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-R5hBU .framer-1f9t6ez { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-R5hBU .framer-1bgx6o1 { display: grid; flex: 1 0 0px; gap: 30px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-R5hBU .framer-11hxkky { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-R5hBU .framer-e1sl8l-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-R5hBU[data-border=\"true\"]::after, .framer-R5hBU [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: 810px) and (max-width: 1199px) { .framer-R5hBU.framer-114cvam { width: 810px; } .framer-R5hBU .framer-nuofm4-container { height: var(--framer-aspect-ratio-supported, 358px); width: 357px; z-index: 0; } .framer-R5hBU .framer-1pk5h22 { height: 133px; left: calc(84.03361344537818% - 87px / 2); top: calc(53.22128851540619% - 133px / 2); width: 87px; } .framer-R5hBU .framer-2nky6j { height: 159px; left: calc(16.806722689075652% - 151px / 2); top: calc(46.49859943977594% - 159px / 2); width: 151px; } .framer-R5hBU .framer-10sc00p { height: 123px; left: calc(60.784313725490215% - 175px / 2); top: calc(33.89355742296921% - 123px / 2); width: 175px; } .framer-R5hBU .framer-1g0fwpd { height: 109px; left: calc(47.61904761904764% - 340px / 2); overflow: hidden; top: calc(81.51260504201683% - 109px / 2); width: 340px; z-index: 10; } .framer-R5hBU .framer-a1swo0 { flex: 3 0 0px; } .framer-R5hBU .framer-12fvr6q-container { left: 16px; transform: unset; width: 254px; } .framer-R5hBU .framer-xfapin-container { left: 62%; width: 251px; } .framer-R5hBU .framer-zp4pns-container { width: 238px; } .framer-R5hBU .framer-t62y6s-container { width: 237px; } .framer-R5hBU .framer-tphpkg { aspect-ratio: 0.8919449901768173 / 1; height: var(--framer-aspect-ratio-supported, 362px); width: 322px; } .framer-R5hBU .framer-1r4zo2k-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 200px); left: 50%; right: unset; top: 50%; transform: translate(-50%, -50%); width: 86%; } .framer-R5hBU .framer-60k335 { aspect-ratio: 1.0416666666666667 / 1; height: var(--framer-aspect-ratio-supported, 70px); left: 77%; top: 91px; transform: translateX(-50%); width: 73px; } .framer-R5hBU .framer-hq6lqz { aspect-ratio: 0.7981651376146789 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 139px); left: 70%; top: 60%; transform: translate(-50%, -50%); width: 111px; } .framer-R5hBU .framer-gu1ui2 { aspect-ratio: 1.3548387096774193 / 1; height: var(--framer-aspect-ratio-supported, 78px); left: 54%; top: 64px; transform: translateX(-50%); width: 106px; } .framer-R5hBU .framer-167hyt4 { height: var(--framer-aspect-ratio-supported, 176px); left: 28%; top: 47%; transform: translate(-50%, -50%); width: 142px; } .framer-R5hBU .framer-ye1eo3 { flex: 2 0 0px; } .framer-R5hBU .framer-1amuf9y-container { left: 25%; width: 217px; } .framer-R5hBU .framer-xbqh63-container { left: 53%; top: 97px; transform: translateX(-50%); width: 173px; } .framer-R5hBU .framer-19mlr9f-container { left: 29%; top: 290px; transform: translateX(-50%); width: 195px; } .framer-R5hBU .framer-19kdxl0-container { left: 51%; top: 192px; transform: translateX(-50%); width: 180px; } .framer-R5hBU .framer-1ml5mwr { order: 0; } .framer-R5hBU .framer-j5dfvx { order: 1; } .framer-R5hBU .framer-1ajx3qb, .framer-R5hBU .framer-1wgoml2 { padding: 38px 38px 133px 38px; } .framer-R5hBU .framer-1duob9l { gap: 143px; } .framer-R5hBU .framer-1p8rx12 { order: 2; } .framer-R5hBU .framer-1iubtru { gap: 143px; padding: 57px 30px 57px 30px; } .framer-R5hBU .framer-1vfst5e { height: var(--framer-aspect-ratio-supported, 112px); width: 233px; } .framer-R5hBU .framer-1wxd147, .framer-R5hBU .framer-hikmq1, .framer-R5hBU .framer-r57mvw, .framer-R5hBU .framer-ke0m4w, .framer-R5hBU .framer-x4cj0a, .framer-R5hBU .framer-1d0ti5y, .framer-R5hBU .framer-1wn6fsc, .framer-R5hBU .framer-n8fose, .framer-R5hBU .framer-7fzkph, .framer-R5hBU .framer-12qeqbb { padding: 23px 0px 23px 0px; }}\",\"@media (max-width: 809px) { .framer-R5hBU.framer-114cvam { width: 390px; } .framer-R5hBU .framer-19odlrd { flex-direction: column; padding: 130px 20px 37px 20px; } .framer-R5hBU .framer-19dtsrs, .framer-R5hBU .framer-uka1jg { flex: none; width: 100%; } .framer-R5hBU .framer-gs2348 { gap: 35px; } .framer-R5hBU .framer-1w11awo-container, .framer-R5hBU .framer-1m2dgza-container { width: 100%; } .framer-R5hBU .framer-nuofm4-container { height: var(--framer-aspect-ratio-supported, 200px); order: 0; width: 100%; } .framer-R5hBU .framer-1pk5h22 { height: 118px; left: calc(76.85714285714288% - 73px / 2); order: 1; top: calc(50.00000000000002% - 118px / 2); width: 73px; } .framer-R5hBU .framer-2nky6j { height: 125px; left: calc(17.714285714285737% - 124px / 2); order: 2; top: calc(40.57142857142859% - 125px / 2); width: 124px; } .framer-R5hBU .framer-10sc00p { height: 99px; left: calc(54.00000000000003% - 140px / 2); order: 3; top: calc(48.00000000000002% - 99px / 2); width: 140px; } .framer-R5hBU .framer-1g0fwpd { height: 98px; left: calc(47.14285714285717% - 286px / 2); order: 4; top: calc(82.2857142857143% - 98px / 2); width: 286px; } .framer-R5hBU .framer-17w82iu { padding: 31px 20px 31px 20px; } .framer-R5hBU .framer-183r73m { gap: 50px; padding: 70px 20px 70px 20px; } .framer-R5hBU .framer-19gzdiw, .framer-R5hBU .framer-j5dfvx, .framer-R5hBU .framer-1p8rx12, .framer-R5hBU .framer-7trxdo { flex-direction: column; } .framer-R5hBU .framer-a1swo0 { align-self: unset; flex: none; height: min-content; overflow: hidden; width: 100%; } .framer-R5hBU .framer-12fvr6q-container, .framer-R5hBU .framer-xfapin-container, .framer-R5hBU .framer-zp4pns-container, .framer-R5hBU .framer-t62y6s-container, .framer-R5hBU .framer-1amuf9y-container, .framer-R5hBU .framer-xbqh63-container, .framer-R5hBU .framer-19mlr9f-container, .framer-R5hBU .framer-19kdxl0-container { left: unset; position: relative; top: unset; transform: unset; width: 100%; } .framer-R5hBU .framer-tphpkg { aspect-ratio: 1.0574018126888218 / 1; height: var(--framer-aspect-ratio-supported, 189px); width: 100%; } .framer-R5hBU .framer-1r4zo2k-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 200px); left: 50%; right: unset; top: 50%; transform: translate(-50%, -50%); width: 90%; } .framer-R5hBU .framer-60k335 { aspect-ratio: 1.0416666666666667 / 1; height: var(--framer-aspect-ratio-supported, 54px); left: 71%; top: 29%; transform: translate(-50%, -50%); width: 56px; } .framer-R5hBU .framer-hq6lqz { aspect-ratio: 0.7981651376146789 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 123px); left: 70%; top: 58%; transform: translate(-50%, -50%); width: 98px; } .framer-R5hBU .framer-gu1ui2 { aspect-ratio: 2.21505376344086 / 1; height: var(--framer-aspect-ratio-supported, 66px); left: 42%; top: 22%; transform: translate(-50%, -50%); width: 147px; } .framer-R5hBU .framer-167hyt4 { height: var(--framer-aspect-ratio-supported, 143px); left: 37%; top: 61%; transform: translate(-50%, -50%); width: 115px; } .framer-R5hBU .framer-ye1eo3 { align-self: unset; flex: none; flex-direction: column; height: min-content; width: 100%; } .framer-R5hBU .framer-1sk2mmu, .framer-R5hBU .framer-yhfcl4 { padding: 40px 20px 40px 20px; } .framer-R5hBU .framer-1ajx3qb { align-content: center; align-items: center; flex: none; gap: 20px; justify-content: center; padding: 38px 38px 30px 38px; width: 100%; } .framer-R5hBU .framer-5s7xih, .framer-R5hBU .framer-exzou0 { order: 0; } .framer-R5hBU .framer-dox30, .framer-R5hBU .framer-wdcqsi { order: 1; } .framer-R5hBU .framer-1icubt4 { height: var(--framer-aspect-ratio-supported, 129px); width: 89px; } .framer-R5hBU .framer-1duob9l, .framer-R5hBU .framer-1iubtru { flex: none; gap: 20px; width: 100%; } .framer-R5hBU .framer-1wgoml2 { align-content: center; align-items: center; flex: none; justify-content: center; padding: 38px 38px 30px 38px; width: 100%; } .framer-R5hBU .framer-11btqfp { aspect-ratio: unset; height: 105px; width: 125px; } .framer-R5hBU .framer-1wxd147, .framer-R5hBU .framer-r57mvw, .framer-R5hBU .framer-1d0ti5y, .framer-R5hBU .framer-1wn6fsc, .framer-R5hBU .framer-7fzkph, .framer-R5hBU .framer-12qeqbb { padding: 23px 0px 23px 0px; } .framer-R5hBU .framer-hikmq1 { padding: 30px 0px 30px 0px; } .framer-R5hBU .framer-ke0m4w { padding: 33px 0px 33px 0px; } .framer-R5hBU .framer-x4cj0a { padding: 29px 0px 29px 0px; } .framer-R5hBU .framer-n8fose { padding: 25px 0px 25px 0px; } .framer-R5hBU .framer-1225kpb { padding: 70px 20px 82px 20px; } .framer-R5hBU .framer-1iw60xf { flex-direction: column; gap: 50px; padding: 40px 20px 40px 20px; } .framer-R5hBU .framer-bs0udf { flex: none; gap: 40px; width: 100%; } .framer-R5hBU .framer-1c90pil, .framer-R5hBU .framer-1upo5q4 { align-content: center; align-items: center; } .framer-R5hBU .framer-jhjy1j { max-width: 350px; } .framer-R5hBU .framer-chvtq6 { left: 51%; top: 82%; } .framer-R5hBU .framer-10jajjh { height: var(--framer-aspect-ratio-supported, 126px); left: 24%; top: 27%; width: 124px; } .framer-R5hBU .framer-16x3b0u { height: var(--framer-aspect-ratio-supported, 139px); left: 75%; top: 30%; width: 100px; } .framer-R5hBU .framer-wr2p45-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 260px); } .framer-R5hBU .framer-18lxl5i { flex: none; gap: 15px; width: 100%; } .framer-R5hBU .framer-c1w8y3 { padding: 40px 20px 60px 20px; } .framer-R5hBU .framer-1bgx6o1 { grid-template-columns: repeat(1, minmax(50px, 1fr)); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6601\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xFoQQycst\":{\"layout\":[\"fixed\",\"auto\"]},\"qCj4EDtDw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerybmqOiaqT=withCSS(Component,css,\"framer-R5hBU\");export default FramerybmqOiaqT;FramerybmqOiaqT.displayName=\"Home\";FramerybmqOiaqT.defaultProps={height:6601,width:1200};addFonts(FramerybmqOiaqT,[{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:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Onest\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPhKxiZtxFMQWXgSQ.woff2\",weight:\"600\"}]},...ButtonFonts,...VideoFonts,...TickerFonts,...CardSection02Fonts,...CounterFonts,...TagButtonFonts,...FAQ3Fonts,...Button1Fonts,...BlogCardFonts,...SmoothScrollFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerybmqOiaqT\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"6601\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xFoQQycst\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qCj4EDtDw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["CounterStyles", "Counter", "props", "start", "end", "speed", "gapSize", "prefixText", "suffixText", "prefixFont", "suffixFont", "prefixColor", "suffixColor", "loop", "decimalSeparatorType", "textSize", "selectedFont", "textColor", "startOnViewport", "restartOnViewport", "incrementType", "count", "setCount", "ye", "isVisible", "setIsVisible", "containerRef", "pe", "ue", "observer", "entries", "entry", "updateCount", "increment", "prevCount", "nextCount", "intervalId", "formatNumber", "number", "u", "motion", "p", "addPropertyControls", "ControlType", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "ButtonFonts", "getFonts", "dn9Effc4_default", "VideoFonts", "Video", "ImageWithFX", "withFX", "Image2", "TickerFonts", "Ticker", "RichTextWithFX", "CardSection02Fonts", "HKBoK_bVO_default", "CounterFonts", "Counter", "TagButtonFonts", "iMV5iao8d_default", "FAQ3Fonts", "QU6KlrAHv_default", "ContainerWithFX", "Container", "Button1Fonts", "rYaMpdtn2_default", "BlogCardFonts", "LOFOAZZsv_default", "SmoothScrollFonts", "SmoothScroll", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "animation4", "animation5", "animation6", "animation7", "transition3", "addImageAlt", "image", "alt", "animation8", "transformTemplate1", "_", "t", "transformTemplate2", "animation9", "animation10", "animation11", "transformTemplate3", "animation12", "transition4", "animation13", "transition5", "toResponsiveImage", "value", "sharedDateFormatter", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "activeLocale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "MIYe9UiwPpa1xzcvS3", "sKcmjUhgnpa1xzcvS3", "iCk4NWfBBpa1xzcvS3", "FBt7KtX7npa1xzcvS3", "idpa1xzcvS3", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "router", "useRouter", "activeLocaleCode", "useLocaleCode", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "RichTextWithOptimizedAppearEffect", "x", "PropertyOverrides2", "ComponentViewportProvider", "Container", "dn9Effc4_default", "Video", "getLoadingLazyAtYPosition", "ImageWithFX", "Image2", "RichText2", "Ticker", "RichTextWithFX", "HKBoK_bVO_default", "Counter", "SVG", "ResolveLinks", "resolvedLinks", "iMV5iao8d_default", "ContainerWithFX", "QU6KlrAHv_default", "resolvedLinks1", "rYaMpdtn2_default", "ChildrenCanSuspend", "QqIZlo9Vs_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "LOFOAZZsv_default", "SmoothScroll", "css", "FramerybmqOiaqT", "withCSS", "ybmqOiaqT_default", "addFonts", "ButtonFonts", "VideoFonts", "TickerFonts", "CardSection02Fonts", "CounterFonts", "TagButtonFonts", "FAQ3Fonts", "Button1Fonts", "BlogCardFonts", "SmoothScrollFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
