{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2Nh1VFHWcEmzxzxiRdrJ/tAhj0IFqrIewaqWse43x/WV6UGvPiO.js"],
  "sourcesContent": ["// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import ChunkConfigurator from\"#framer/local/canvasComponent/an6J_Cs0D/an6J_Cs0D.js\";import ChunkMain from\"#framer/local/canvasComponent/avUiOJpWt/avUiOJpWt.js\";import SubNavIndustries from\"#framer/local/canvasComponent/F0s2WvTnp/F0s2WvTnp.js\";import NavNavbarMain from\"#framer/local/canvasComponent/fEH3cBVdN/fEH3cBVdN.js\";import ButtonCloseButton from\"#framer/local/canvasComponent/i4xXOf5Ex/i4xXOf5Ex.js\";import BarLogoBarSimple from\"#framer/local/canvasComponent/iZAXfGuUO/iZAXfGuUO.js\";import SliderHorizontal4 from\"#framer/local/canvasComponent/OlF7LS4pJ/OlF7LS4pJ.js\";import ChunkNewsNew from\"#framer/local/canvasComponent/qYmDbgeR3/qYmDbgeR3.js\";import FormsBookADemo from\"#framer/local/canvasComponent/r7rKGkVPv/r7rKGkVPv.js\";import ChunkINDUSTRYHERO from\"#framer/local/canvasComponent/Tcai4aBgV/Tcai4aBgV.js\";import Footer from\"#framer/local/canvasComponent/XZRtZAZ_T/XZRtZAZ_T.js\";import BookADemoV2 from\"#framer/local/canvasComponent/ZNc7qfYHq/ZNc7qfYHq.js\";import ChunkTestimonialNew from\"#framer/local/canvasComponent/zzAbtBxO1/zzAbtBxO1.js\";import{withTrackMetaEventBookDemo}from\"#framer/local/codeFile/OFzejEt/Hubspot_Events.js\";import metadataProvider from\"#framer/local/webPageMetadata/WV6UGvPiO/WV6UGvPiO.js\";const SubNavIndustriesFonts=getFonts(SubNavIndustries);const ChunkINDUSTRYHEROFonts=getFonts(ChunkINDUSTRYHERO);const BarLogoBarSimpleFonts=getFonts(BarLogoBarSimple);const SliderHorizontal4Fonts=getFonts(SliderHorizontal4);const ChunkMainFonts=getFonts(ChunkMain);const ChunkConfiguratorFonts=getFonts(ChunkConfigurator);const BookADemoV2Fonts=getFonts(BookADemoV2);const MotionDivWithTrackMetaEventBookDemofh034c=withCodeBoundaryForOverrides(motion.div,{nodeId:\"lh2rJHdE9\",override:withTrackMetaEventBookDemo,scopeId:\"WV6UGvPiO\"});const ChunkTestimonialNewFonts=getFonts(ChunkTestimonialNew);const ChunkNewsNewFonts=getFonts(ChunkNewsNew);const FooterFonts=getFonts(Footer);const NavNavbarMainFonts=getFonts(NavNavbarMain);const FormsBookADemoFonts=getFonts(FormsBookADemo);const ButtonCloseButtonFonts=getFonts(ButtonCloseButton);const breakpoints={btIcLT5al:\"(max-width: 1172px)\",pU4bEqGzL:\"(min-width: 1173px) and (max-width: 1480px)\",wCvZQ2Jq5:\"(min-width: 1481px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-5V6ra\";const variantClassNames={btIcLT5al:\"framer-v-slzlh4\",pU4bEqGzL:\"framer-v-1g329me\",wCvZQ2Jq5:\"framer-v-1mywhd9\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop Small\":\"pU4bEqGzL\",Desktop:\"wCvZQ2Jq5\",Phone:\"btIcLT5al\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"wCvZQ2Jq5\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const eYVQfpB6x3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const nVishSJd31wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"wCvZQ2Jq5\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1mywhd9\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-194f5gk\",\"data-framer-name\":\"ContentWrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p6hnx2\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h0l8ay\",\"data-framer-name\":\"SubNav\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"1.2px\",\"--framer-line-height\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",\"--framer-text-transform\":\"uppercase\"},children:\"Industries\"})}),className:\"framer-3w588o\",\"data-framer-name\":\"Solutions\",fonts:[\"CUSTOM;PP Neue Montreal Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{y:(componentViewport?.y||0)+0+0+0+0+66+0+10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:89,y:(componentViewport?.y||0)+0+0+0+0+105+0+20,children:/*#__PURE__*/_jsx(Container,{className:\"framer-164i00o-container\",nodeId:\"GNiQZWUUO\",scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(SubNavIndustries,{a8_SSne1u:\"my05XROqI\",AIVOdvwU1:\"yC3xH1oEI\",aPpe0egkh:\"my05XROqI\",BP4jpaygt:\"yC3xH1oEI\",buzgtXFYr:\"my05XROqI\",cbADLV9Es:\"my05XROqI\",CeqQaNlpd:\"my05XROqI\",dWGtW_Z2d:\"my05XROqI\",FLIqETNg8:\"yC3xH1oEI\",FThOMFMoQ:\"yC3xH1oEI\",height:\"100%\",id:\"GNiQZWUUO\",k2Py9Lalm:\"yC3xH1oEI\",layoutId:\"GNiQZWUUO\",LM6DTqFcY:\"gqFNqaTEi\",o_aMgzTTg:\"my05XROqI\",qqNNvzniD:\"yC3xH1oEI\",rTbnWoGNd:\"yC3xH1oEI\",ShShsTsOQ:\"my05XROqI\",SyNzU4vAa:\"my05XROqI\",urZ23AOkb:\"my05XROqI\",variant:\"G0OaCNsGI\",vZOEmB6q2:\"yC3xH1oEI\",width:\"100%\",WksKNyAK9:\"yC3xH1oEI\",Wob5lmhmx:\"yC3xH1oEI\",ZCNFAyy9t:\"yC3xH1oEI\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{height:662,width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,y:(componentViewport?.y||0)+0+0+0+0+66+129},pU4bEqGzL:{width:`calc(${componentViewport?.width||\"100vw\"} - 160px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:646,width:`calc(${componentViewport?.width||\"100vw\"} - 240px)`,y:(componentViewport?.y||0)+0+0+0+0+105+169,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e4nc6e-container\",nodeId:\"skdhg2JnH\",scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{variant:\"vu0NF0YMw\"},pU4bEqGzL:{variant:\"yULBaUF5c\"}},children:/*#__PURE__*/_jsx(ChunkINDUSTRYHERO,{aO9IwWd6B:addImageAlt({src:\"https://framerusercontent.com/images/CjIzWfFMrOlzvGajJdaG2FpfXo.png\",srcSet:\"https://framerusercontent.com/images/CjIzWfFMrOlzvGajJdaG2FpfXo.png?scale-down-to=512 512w,https://framerusercontent.com/images/CjIzWfFMrOlzvGajJdaG2FpfXo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CjIzWfFMrOlzvGajJdaG2FpfXo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/CjIzWfFMrOlzvGajJdaG2FpfXo.png 3840w\"},\"Geometric Living Room Rug\"),fzrJKDuTT:\"Create stunning 3D content on demand with our self service platform\",height:\"100%\",HVgubxOYz:true,id:\"skdhg2JnH\",IiUZ5I63k:false,layoutId:\"skdhg2JnH\",navBLK2G1:addImageAlt({src:\"https://framerusercontent.com/images/9yLNZah0nz2DNoFcZlQGJRpU.png\",srcSet:\"https://framerusercontent.com/images/9yLNZah0nz2DNoFcZlQGJRpU.png?scale-down-to=512 512w,https://framerusercontent.com/images/9yLNZah0nz2DNoFcZlQGJRpU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9yLNZah0nz2DNoFcZlQGJRpU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9yLNZah0nz2DNoFcZlQGJRpU.png 2500w\"},\"Round Accent Rug Setup\"),nyHIcZsBp:false,style:{height:\"100%\",width:\"100%\"},TgM1mH9RI:addImageAlt({src:\"https://framerusercontent.com/images/O6fdbnPAWtySg5kV8NMHhqN495A.png\",srcSet:\"https://framerusercontent.com/images/O6fdbnPAWtySg5kV8NMHhqN495A.png?scale-down-to=512 512w,https://framerusercontent.com/images/O6fdbnPAWtySg5kV8NMHhqN495A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/O6fdbnPAWtySg5kV8NMHhqN495A.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/O6fdbnPAWtySg5kV8NMHhqN495A.png 3000w\"},\"Abstract Area Rug\"),thnl4D5Oj:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",u0RRlvhpN:\"3D Made Simple For Rugs\",variant:\"V8bRxt5V5\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w9sexi\",\"data-framer-name\":\"BelowHero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-c3l4ig\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{width:`calc(${componentViewport?.width||\"100vw\"} - 100px)`,y:(componentViewport?.y||0)+0+0+0+887+0+0+50+0},pU4bEqGzL:{width:`calc(${componentViewport?.width||\"100vw\"} - 100px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:\"1381px\",y:(componentViewport?.y||0)+0+0+0+1e3+0+0+50+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1akb7zh-container\",nodeId:\"lDDwkfG9t\",scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{variant:\"FYvMNCt5D\"},pU4bEqGzL:{variant:\"FYvMNCt5D\"}},children:/*#__PURE__*/_jsx(BarLogoBarSimple,{height:\"100%\",id:\"lDDwkfG9t\",layoutId:\"lDDwkfG9t\",style:{width:\"100%\"},variant:\"vjD6Z_dpO\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pc7kgn\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 1px)`,y:(componentViewport?.y||0)+0+0+0+887+0+142+30},pU4bEqGzL:{width:`max(${componentViewport?.width||\"100vw\"} - 160px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:594,y:(componentViewport?.y||0)+0+0+0+1e3+0+142+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jm8iz5-container\",nodeId:\"pPue3FQJq\",scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{style:{width:\"100%\"},variant:\"ibAWbfgYn\"},pU4bEqGzL:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(SliderHorizontal4,{aZ5kHTiel:\"https://6917454.fs1.hubspotusercontent-na1.net/hubfs/6917454/29cf%20refrigerator%20video.mp4\",dA85j6e1l:false,E3C9UMOa3:addImageAlt({src:\"https://framerusercontent.com/images/9yLNZah0nz2DNoFcZlQGJRpU.png\",srcSet:\"https://framerusercontent.com/images/9yLNZah0nz2DNoFcZlQGJRpU.png?scale-down-to=512 512w,https://framerusercontent.com/images/9yLNZah0nz2DNoFcZlQGJRpU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9yLNZah0nz2DNoFcZlQGJRpU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9yLNZah0nz2DNoFcZlQGJRpU.png 2500w\"},\"Round Accent Rug Setup\"),El4Iur_jp:addImageAlt({src:\"https://framerusercontent.com/images/tjs0X252JLvrZpKN0kkq2BFVNiM.png\",srcSet:\"https://framerusercontent.com/images/tjs0X252JLvrZpKN0kkq2BFVNiM.png?scale-down-to=512 512w,https://framerusercontent.com/images/tjs0X252JLvrZpKN0kkq2BFVNiM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tjs0X252JLvrZpKN0kkq2BFVNiM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/tjs0X252JLvrZpKN0kkq2BFVNiM.png 3840w\"},\"rug in living room\"),ENvaAMCYJ:\"Configuration\",height:\"100%\",id:\"pPue3FQJq\",IEMHpyVGb:\"Item four copy here Item four copy here Item four copy here\",JrmTr7Gkd:\"Item two copy here Item two copy here Item two copy here\",JXNosr1Aj:\"Ai Stylist\",layoutId:\"pPue3FQJq\",oqkC8xc4R:\"Item one copy here Item one copy here Item one copy here Item one copy here Item one copy here\",pLZAFUOwc:\"Create Stunning Detail Rich 3D Rug Content\",qHvfiyazc:\"Lifestyle\",QIsMm3iZU:\"Prototypes\",rh9yNNSgO:true,rsj4Z_wX1:\"Item three copy here Item three copy here Item three copy here Item three copy here\",tSGb4kDUR:false,UMPip_T5Z:addImageAlt({src:\"https://framerusercontent.com/images/O6fdbnPAWtySg5kV8NMHhqN495A.png\",srcSet:\"https://framerusercontent.com/images/O6fdbnPAWtySg5kV8NMHhqN495A.png?scale-down-to=512 512w,https://framerusercontent.com/images/O6fdbnPAWtySg5kV8NMHhqN495A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/O6fdbnPAWtySg5kV8NMHhqN495A.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/O6fdbnPAWtySg5kV8NMHhqN495A.png 3000w\"},\"Abstract Area Rug\"),variant:\"J3WmQVkVj\",width:\"100%\",XqlcBnIcS:\"Silos\",XrNcupTPN:addImageAlt({src:\"https://framerusercontent.com/images/3okVM3GYdSg3Zjh9oENc9BwgctA.png\",srcSet:\"https://framerusercontent.com/images/3okVM3GYdSg3Zjh9oENc9BwgctA.png?scale-down-to=512 512w,https://framerusercontent.com/images/3okVM3GYdSg3Zjh9oENc9BwgctA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3okVM3GYdSg3Zjh9oENc9BwgctA.png 1210w\"},\"Carpet\"),Y6O2u4YOn:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-175zsi9\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 1px)`,y:(componentViewport?.y||0)+0+0+0+887+0+796+30},pU4bEqGzL:{width:`max(${componentViewport?.width||\"100vw\"} - 160px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,y:(componentViewport?.y||0)+0+0+0+1e3+0+896+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wifj5v-container\",nodeId:\"x3duijbxl\",scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{style:{width:\"100%\"},variant:\"OjboNppJG\"},pU4bEqGzL:{style:{width:\"100%\"},variant:\"FyObSEgyt\"}},children:/*#__PURE__*/_jsx(ChunkMain,{aEkhpZKN9:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",aqvgXc2tN:\"var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255))\",BsC1AW164:\"Boost e-commerce sales & profits\",CANcLIn2D:false,dnrcBxMIm:\"Check\",DtUvScz25:\"Significantly reduce costs by eliminating the need for physical prototypes, streamlining production processes.\",DySWsgAII:true,height:\"100%\",HnpRuIKn3:\"uxfOGjPFM\",hRTyKFxjz:true,id:\"x3duijbxl\",jsBUweTft:false,layoutId:\"x3duijbxl\",ld0CNlii1:\"Section Title\",ldCTgrH0b:true,lu9hXaElw:\"Improve conversions\",lWklxslFV:false,obM_Z7Vq5:\"Check\",OQZtbZvmp:\"Check\",QVANWoc_c:true,rY1fKBrwu:\"Shorten sales cycles\",UtbIDzP_C:\"Increased buyer confidence\",uyWEWW8V8:true,variant:\"cLqshqFFQ\",VpgDzZ3VE:\"Greater profits\",vUSkj1K1T:addImageAlt({src:\"https://framerusercontent.com/images/FsU0jbH1lkvM6EwV89K07lt8Wh4.png\",srcSet:\"https://framerusercontent.com/images/FsU0jbH1lkvM6EwV89K07lt8Wh4.png?scale-down-to=512 512w,https://framerusercontent.com/images/FsU0jbH1lkvM6EwV89K07lt8Wh4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FsU0jbH1lkvM6EwV89K07lt8Wh4.png 1080w\"},\"rug for badroom\"),wHrFfUQsx:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",WibQzzo9T:\"https://6917454.fs1.hubspotusercontent-na1.net/hubfs/6917454/29cf%20refrigerator%20video.mp4\",width:\"100%\",Xc_kpwkEj:true,Xf4hHe5VL:5,ZzLWkNiWo:\"Check\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u751q8\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 1px)`,y:(componentViewport?.y||0)+0+0+0+887+0+1506+30},pU4bEqGzL:{width:`max(${componentViewport?.width||\"100vw\"} - 160px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,y:(componentViewport?.y||0)+0+0+0+1e3+0+1706+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g1yi6s-container\",nodeId:\"GVjILGfUB\",scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{style:{width:\"100%\"},variant:\"OjboNppJG\"},pU4bEqGzL:{style:{width:\"100%\"},variant:\"FyObSEgyt\"}},children:/*#__PURE__*/_jsx(ChunkMain,{aEkhpZKN9:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",aqvgXc2tN:\"var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255))\",BsC1AW164:\"Capture rich details, pile heights, and all construction types\",CANcLIn2D:false,dnrcBxMIm:\"Apartment\",DtUvScz25:\"From hand-tufted rugs to machine-made rugs visualize them in ways never before possible in 3D.\",DySWsgAII:true,height:\"100%\",HnpRuIKn3:\"uxfOGjPFM\",hRTyKFxjz:false,id:\"GVjILGfUB\",jsBUweTft:false,layoutId:\"GVjILGfUB\",ld0CNlii1:\"Section Title\",ldCTgrH0b:true,lu9hXaElw:\"This is a second point\",lWklxslFV:true,obM_Z7Vq5:\"CellWifi\",OQZtbZvmp:\"Balcony\",QVANWoc_c:true,rY1fKBrwu:\"This is the third point\",UtbIDzP_C:\"This is the second point\",uyWEWW8V8:false,variant:\"lix4M9kO_\",VpgDzZ3VE:\"This is the fourth point\",vUSkj1K1T:addImageAlt({src:\"https://framerusercontent.com/images/tWHYAGuvJRbGfrq8pVU5iTED0.png\",srcSet:\"https://framerusercontent.com/images/tWHYAGuvJRbGfrq8pVU5iTED0.png?scale-down-to=512 512w,https://framerusercontent.com/images/tWHYAGuvJRbGfrq8pVU5iTED0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tWHYAGuvJRbGfrq8pVU5iTED0.png 1210w\"},\"rug view in 3d\"),wHrFfUQsx:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",WibQzzo9T:\"https://6917454.fs1.hubspotusercontent-na1.net/hubfs/6917454/29cf%20refrigerator%20video.mp4\",width:\"100%\",Xc_kpwkEj:true,Xf4hHe5VL:5,ZzLWkNiWo:\"ChairAlt\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1966re4\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ltm37t-container\",nodeId:\"QyA0gE6qu\",scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{variant:\"q0Mu3nGC_\"}},children:/*#__PURE__*/_jsx(ChunkConfigurator,{height:\"100%\",id:\"QyA0gE6qu\",layoutId:\"QyA0gE6qu\",style:{width:\"100%\"},variant:\"QGg6x_48S\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithTrackMetaEventBookDemofh034c,{className:\"framer-fh034c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{y:(componentViewport?.y||0)+0+0+0+887+0+2216+30+1025+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+0+0+1e3+0+2516+80+1025+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3momqm-container\",nodeId:\"k1j2azKjQ\",rendersWithMotion:true,scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(BookADemoV2,{height:\"100%\",id:\"k1j2azKjQ\",layoutId:\"k1j2azKjQ\",style:{height:\"100%\"},width:\"100%\",x0aGn4ek5:\"Talk to Sales\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8uescy\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 1px)`,y:(componentViewport?.y||0)+0+0+0+887+0+3341+30},pU4bEqGzL:{width:`max(${componentViewport?.width||\"100vw\"} - 160px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,y:(componentViewport?.y||0)+0+0+0+1e3+0+3741+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m79pz2-container\",nodeId:\"NMJU8GjwO\",scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{style:{width:\"100%\"},variant:\"OjboNppJG\"},pU4bEqGzL:{style:{width:\"100%\"},variant:\"FyObSEgyt\"}},children:/*#__PURE__*/_jsx(ChunkMain,{aEkhpZKN9:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",aqvgXc2tN:\"var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255))\",BsC1AW164:\"Reduce sample costs and improve sustainability\",CANcLIn2D:false,dnrcBxMIm:\"Apartment\",DtUvScz25:\"Digital samples don\u2019t go to landfills, stop unnecessary waste.\",DySWsgAII:true,height:\"100%\",HnpRuIKn3:\"uxfOGjPFM\",hRTyKFxjz:false,id:\"NMJU8GjwO\",jsBUweTft:false,layoutId:\"NMJU8GjwO\",ld0CNlii1:\"Section Title\",ldCTgrH0b:true,lu9hXaElw:\"This is the first point\",lWklxslFV:true,obM_Z7Vq5:\"CellWifi\",OQZtbZvmp:\"Balcony\",QVANWoc_c:true,rY1fKBrwu:\"This is the third point\",UtbIDzP_C:\"This is the second point\",uyWEWW8V8:false,variant:\"cLqshqFFQ\",VpgDzZ3VE:\"This is the fourth point\",vUSkj1K1T:addImageAlt({src:\"https://framerusercontent.com/images/EyR5YIWKuXm1SNOfCC0DbZ8.png\",srcSet:\"https://framerusercontent.com/images/EyR5YIWKuXm1SNOfCC0DbZ8.png?scale-down-to=512 512w,https://framerusercontent.com/images/EyR5YIWKuXm1SNOfCC0DbZ8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EyR5YIWKuXm1SNOfCC0DbZ8.png 1216w\"},\"Furniture Recycling\"),wHrFfUQsx:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",WibQzzo9T:\"https://6917454.fs1.hubspotusercontent-na1.net/hubfs/6917454/29cf%20refrigerator%20video.mp4\",width:\"100%\",Xc_kpwkEj:true,Xf4hHe5VL:5,ZzLWkNiWo:\"ChairAlt\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fyjh39\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 1px)`,y:(componentViewport?.y||0)+0+0+0+887+0+4051+30},pU4bEqGzL:{width:`max(${componentViewport?.width||\"100vw\"} - 160px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,y:(componentViewport?.y||0)+0+0+0+1e3+0+4551+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zafmwl-container\",nodeId:\"Wm3Pv7DBS\",scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{style:{width:\"100%\"},variant:\"OjboNppJG\"},pU4bEqGzL:{style:{width:\"100%\"},variant:\"FyObSEgyt\"}},children:/*#__PURE__*/_jsx(ChunkMain,{aEkhpZKN9:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",aqvgXc2tN:\"var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255))\",BsC1AW164:\"Share 3D designs easily and securely\",CANcLIn2D:false,dnrcBxMIm:\"Apartment\",DtUvScz25:\"Built-in access control over all of your design data \u2013 you determine who sees what and when.\",DySWsgAII:true,height:\"100%\",HnpRuIKn3:\"uxfOGjPFM\",hRTyKFxjz:false,id:\"Wm3Pv7DBS\",jsBUweTft:false,layoutId:\"Wm3Pv7DBS\",ld0CNlii1:\"Section Title\",ldCTgrH0b:true,lu9hXaElw:\"This is the first point\",lWklxslFV:true,obM_Z7Vq5:\"CellWifi\",OQZtbZvmp:\"Balcony\",QVANWoc_c:true,rY1fKBrwu:\"This is the third point\",UtbIDzP_C:\"This is the second point\",uyWEWW8V8:false,variant:\"lix4M9kO_\",VpgDzZ3VE:\"This is the fourth point\",vUSkj1K1T:addImageAlt({src:\"https://framerusercontent.com/images/dtbNbnDLRq0F5GzIc1W6eafADw.png\",srcSet:\"https://framerusercontent.com/images/dtbNbnDLRq0F5GzIc1W6eafADw.png?scale-down-to=512 512w,https://framerusercontent.com/images/dtbNbnDLRq0F5GzIc1W6eafADw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dtbNbnDLRq0F5GzIc1W6eafADw.png 1216w\"},\"Project Sharing\"),wHrFfUQsx:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",WibQzzo9T:\"https://6917454.fs1.hubspotusercontent-na1.net/hubfs/6917454/29cf%20refrigerator%20video.mp4\",width:\"100%\",Xc_kpwkEj:true,Xf4hHe5VL:5,ZzLWkNiWo:\"ChairAlt\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cxl8y9\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 1px)`,y:(componentViewport?.y||0)+0+0+0+887+0+4761+30},pU4bEqGzL:{width:`max(${componentViewport?.width||\"100vw\"} - 160px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,y:(componentViewport?.y||0)+0+0+0+1e3+0+5361+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uwgtgh-container\",nodeId:\"Hs5vjriom\",scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{style:{width:\"100%\"},variant:\"OjboNppJG\"},pU4bEqGzL:{style:{width:\"100%\"},variant:\"FyObSEgyt\"}},children:/*#__PURE__*/_jsx(ChunkMain,{aEkhpZKN9:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",aqvgXc2tN:\"var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, rgb(255, 255, 255))\",BsC1AW164:\"Save 70% of the time and 80% of the costs compared to photography and CGI\",CANcLIn2D:false,dnrcBxMIm:\"Apartment\",DtUvScz25:\"Built-in access control over all of your design data \u2013 you determine who sees what and when.\",DySWsgAII:true,height:\"100%\",HnpRuIKn3:\"uxfOGjPFM\",hRTyKFxjz:false,id:\"Hs5vjriom\",jsBUweTft:false,layoutId:\"Hs5vjriom\",ld0CNlii1:\"Section Title\",ldCTgrH0b:true,lu9hXaElw:\"This is the first point\",lWklxslFV:false,obM_Z7Vq5:\"CellWifi\",OQZtbZvmp:\"Balcony\",QVANWoc_c:true,rY1fKBrwu:\"This is the third point\",UtbIDzP_C:\"This is the second point\",uyWEWW8V8:false,variant:\"cLqshqFFQ\",VpgDzZ3VE:\"This is the fourth point\",vUSkj1K1T:addImageAlt({src:\"https://framerusercontent.com/images/vmNZlNYnSR7sax5btVVnRLr0T3g.png\",srcSet:\"https://framerusercontent.com/images/vmNZlNYnSR7sax5btVVnRLr0T3g.png?scale-down-to=512 512w,https://framerusercontent.com/images/vmNZlNYnSR7sax5btVVnRLr0T3g.png 1000w\"},\"3d badroom designs\"),wHrFfUQsx:\"var(--token-02427687-12e6-4ba0-9dcd-6a9ca54a387f, rgb(16, 16, 16))\",WibQzzo9T:\"https://6917454.fs1.hubspotusercontent-na1.net/hubfs/6917454/29cf%20refrigerator%20video.mp4\",width:\"100%\",Xc_kpwkEj:true,Xf4hHe5VL:5,ZzLWkNiWo:\"ChairAlt\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-28ip9r\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 1px)`,y:(componentViewport?.y||0)+0+0+0+887+0+5471+30},pU4bEqGzL:{width:`max(${componentViewport?.width||\"100vw\"} - 160px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:756,y:(componentViewport?.y||0)+0+0+0+1e3+0+6171+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u0c214-container\",nodeId:\"EyMoQsnKk\",scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{style:{width:\"100%\"},variant:\"JMOlDGiGE\"},pU4bEqGzL:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ChunkTestimonialNew,{gR3DEUrZ_:\"Director of Creative Media at Sarreid, Ltd.\",height:\"100%\",id:\"EyMoQsnKk\",layoutId:\"EyMoQsnKk\",n1gUkzJeT:'\"Until imagine.io, we didn\u2019t find any of the competition to be producing viable, believable images. We looked at a few other options, and none met our standards for \u201Creal and not obviously fake\u201D images.\"',qgZq4yIO0:34,txNTAbC7b:\"Chris Barnes\",variant:\"aPtVMzRZ6\",width:\"100%\",YtHVeVHXi:false})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uow2to\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 1px)`,y:(componentViewport?.y||0)+0+0+0+887+0+6287+30},pU4bEqGzL:{width:`max(${componentViewport?.width||\"100vw\"} - 160px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:565,y:(componentViewport?.y||0)+0+0+0+1e3+0+7087+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jt64wu-container\",nodeId:\"EVCPOTGA_\",scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{style:{width:\"100%\"},variant:\"t5PEVOgho\"},pU4bEqGzL:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ChunkNewsNew,{height:\"100%\",id:\"EVCPOTGA_\",layoutId:\"EVCPOTGA_\",variant:\"kx9IJ8v0N\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{y:(componentViewport?.y||0)+0+7799}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:2281,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+8812,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19zf92-container\",nodeId:\"kqSpnodsv\",scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{variant:\"KXsdaJBFo\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",HsyhtVWz1:\"Get started with imagine.io\",id:\"kqSpnodsv\",Iw_WQHRax:true,layoutId:\"kqSpnodsv\",style:{width:\"100%\"},variant:\"V5dEXfGJZ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:65,width:\"100vw\",y:0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1uxzpx5-container\",id:\"1uxzpx5\",layoutScroll:true,nodeId:\"GY8rfH9bz\",scopeId:\"WV6UGvPiO\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{style:{width:\"100%\"},variant:\"GAevl4U93\"},pU4bEqGzL:{variant:\"JXYAbsfce\"}},children:/*#__PURE__*/_jsx(NavNavbarMain,{eYVQfpB6x:eYVQfpB6x3bnx0g({overlay}),height:\"100%\",id:\"GY8rfH9bz\",layoutId:\"GY8rfH9bz\",style:{height:\"100%\",width:\"100%\"},variant:\"CCwUrhmA4\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-owe8h\"),\"data-framer-portal-id\":\"1uxzpx5\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"YGC5DTnih\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-14nd7el-container\"),\"data-framer-portal-id\":\"1uxzpx5\",inComponentSlot:true,nodeId:\"tcYCFA1DA\",rendersWithMotion:true,scopeId:\"WV6UGvPiO\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{btIcLT5al:{variant:\"f2Fs1CKNL\"}},children:/*#__PURE__*/_jsx(FormsBookADemo,{dHJ3G5QXC:\"6917454\",height:\"100%\",id:\"tcYCFA1DA\",layoutId:\"tcYCFA1DA\",MXExqTbP6:\"Book a free demo with our experts\",variant:\"nB2hUMne8\",VaRraxM0_:\"c4528e2e-5e82-42b8-8d7c-59c0719aaf98\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1nbgbvg-container\"),\"data-framer-portal-id\":\"1uxzpx5\",inComponentSlot:true,nodeId:\"V85sF8m_w\",rendersWithMotion:true,scopeId:\"WV6UGvPiO\",children:/*#__PURE__*/_jsx(ButtonCloseButton,{height:\"100%\",id:\"V85sF8m_w\",layoutId:\"V85sF8m_w\",nVishSJd3:nVishSJd31wnntms({overlay}),style:{height:\"100%\",width:\"100%\"},variant:\"SCb6XrGDZ\",width:\"100%\"})})})]}),getContainer())})})]})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5V6ra.framer-1c5bmqj, .framer-5V6ra .framer-1c5bmqj { display: block; }\",\".framer-5V6ra.framer-1mywhd9 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1481px; }\",\".framer-5V6ra .framer-194f5gk, .framer-5V6ra .framer-w9sexi { 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-5V6ra .framer-1p6hnx2 { align-content: flex-start; align-items: flex-start; background-color: var(--token-255e0d8f-6c19-4cdb-914d-8d083e1995ba, #f9f9f9); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 844px; justify-content: center; min-height: 100vh; overflow: hidden; padding: 105px 120px 80px 120px; position: relative; width: 100%; }\",\".framer-5V6ra .framer-1h0l8ay { 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: 20px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-5V6ra .framer-3w588o { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5V6ra .framer-164i00o-container, .framer-5V6ra .framer-jm8iz5-container, .framer-5V6ra .framer-wifj5v-container, .framer-5V6ra .framer-1g1yi6s-container, .framer-5V6ra .framer-1m79pz2-container, .framer-5V6ra .framer-zafmwl-container, .framer-5V6ra .framer-uwgtgh-container, .framer-5V6ra .framer-u0c214-container, .framer-5V6ra .framer-jt64wu-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-5V6ra .framer-1e4nc6e-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-5V6ra .framer-c3l4ig { align-content: center; align-items: center; background-color: var(--token-792d9903-2669-4d32-aca9-4bf0750cf240, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 50px; position: relative; width: 1481px; }\",\".framer-5V6ra .framer-1akb7zh-container, .framer-5V6ra .framer-1ltm37t-container, .framer-5V6ra .framer-19zf92-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-5V6ra .framer-pc7kgn, .framer-5V6ra .framer-28ip9r { align-content: center; align-items: center; background-color: var(--token-255e0d8f-6c19-4cdb-914d-8d083e1995ba, #f9f9f9); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 80px; position: relative; width: 100%; }\",\".framer-5V6ra .framer-175zsi9, .framer-5V6ra .framer-1u751q8, .framer-5V6ra .framer-8uescy, .framer-5V6ra .framer-fyjh39, .framer-5V6ra .framer-cxl8y9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 80px; position: relative; width: 100%; }\",\".framer-5V6ra .framer-1966re4 { align-content: center; align-items: center; background-color: var(--token-255e0d8f-6c19-4cdb-914d-8d083e1995ba, #f9f9f9); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 80px; position: relative; width: 100%; }\",\".framer-5V6ra .framer-fh034c { flex: none; height: 40px; overflow: hidden; position: relative; width: 113px; }\",\".framer-5V6ra .framer-3momqm-container { bottom: 0px; flex: none; left: 0px; position: absolute; top: 0px; width: auto; }\",\".framer-5V6ra .framer-1uow2to { align-content: center; align-items: center; background-color: var(--token-a89c5b27-f6c1-400c-ab81-19a1903fc649, #1b1c1c); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 80px; position: relative; width: 100%; }\",\".framer-5V6ra .framer-1uxzpx5-container { flex: none; height: 65px; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 2; }\",\".framer-5V6ra.framer-owe8h { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-5V6ra.framer-14nd7el-container { flex: none; height: auto; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: auto; z-index: 10; }\",\".framer-5V6ra.framer-1nbgbvg-container { flex: none; height: 32px; position: fixed; right: 32px; top: 32px; width: 32px; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5V6ra.framer-1mywhd9, .framer-5V6ra .framer-194f5gk, .framer-5V6ra .framer-1p6hnx2, .framer-5V6ra .framer-1h0l8ay, .framer-5V6ra .framer-w9sexi, .framer-5V6ra .framer-c3l4ig, .framer-5V6ra .framer-pc7kgn, .framer-5V6ra .framer-175zsi9, .framer-5V6ra .framer-1u751q8, .framer-5V6ra .framer-1966re4, .framer-5V6ra .framer-8uescy, .framer-5V6ra .framer-fyjh39, .framer-5V6ra .framer-cxl8y9, .framer-5V6ra .framer-28ip9r, .framer-5V6ra .framer-1uow2to { gap: 0px; } .framer-5V6ra.framer-1mywhd9 > *, .framer-5V6ra .framer-194f5gk > *, .framer-5V6ra .framer-w9sexi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5V6ra.framer-1mywhd9 > :first-child, .framer-5V6ra .framer-194f5gk > :first-child, .framer-5V6ra .framer-1p6hnx2 > :first-child, .framer-5V6ra .framer-w9sexi > :first-child, .framer-5V6ra .framer-c3l4ig > :first-child, .framer-5V6ra .framer-1966re4 > :first-child { margin-top: 0px; } .framer-5V6ra.framer-1mywhd9 > :last-child, .framer-5V6ra .framer-194f5gk > :last-child, .framer-5V6ra .framer-1p6hnx2 > :last-child, .framer-5V6ra .framer-w9sexi > :last-child, .framer-5V6ra .framer-c3l4ig > :last-child, .framer-5V6ra .framer-1966re4 > :last-child { margin-bottom: 0px; } .framer-5V6ra .framer-1p6hnx2 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-5V6ra .framer-1h0l8ay > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-5V6ra .framer-1h0l8ay > :first-child, .framer-5V6ra .framer-pc7kgn > :first-child, .framer-5V6ra .framer-175zsi9 > :first-child, .framer-5V6ra .framer-1u751q8 > :first-child, .framer-5V6ra .framer-8uescy > :first-child, .framer-5V6ra .framer-fyjh39 > :first-child, .framer-5V6ra .framer-cxl8y9 > :first-child, .framer-5V6ra .framer-28ip9r > :first-child, .framer-5V6ra .framer-1uow2to > :first-child { margin-left: 0px; } .framer-5V6ra .framer-1h0l8ay > :last-child, .framer-5V6ra .framer-pc7kgn > :last-child, .framer-5V6ra .framer-175zsi9 > :last-child, .framer-5V6ra .framer-1u751q8 > :last-child, .framer-5V6ra .framer-8uescy > :last-child, .framer-5V6ra .framer-fyjh39 > :last-child, .framer-5V6ra .framer-cxl8y9 > :last-child, .framer-5V6ra .framer-28ip9r > :last-child, .framer-5V6ra .framer-1uow2to > :last-child { margin-right: 0px; } .framer-5V6ra .framer-c3l4ig > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-5V6ra .framer-pc7kgn > *, .framer-5V6ra .framer-175zsi9 > *, .framer-5V6ra .framer-1u751q8 > *, .framer-5V6ra .framer-8uescy > *, .framer-5V6ra .framer-fyjh39 > *, .framer-5V6ra .framer-cxl8y9 > *, .framer-5V6ra .framer-28ip9r > *, .framer-5V6ra .framer-1uow2to > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5V6ra .framer-1966re4 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }\",\"@media (max-width: 1172px) { .framer-5V6ra.framer-1mywhd9 { width: 459px; } .framer-5V6ra .framer-1p6hnx2 { gap: 20px; height: min-content; min-height: unset; order: 0; padding: 66px 30px 30px 30px; } .framer-5V6ra .framer-1h0l8ay { justify-content: flex-start; overflow: auto; padding: 10px 0px 10px 0px; } .framer-5V6ra .framer-1e4nc6e-container { flex: none; height: 662px; } .framer-5V6ra .framer-w9sexi { order: 1; } .framer-5V6ra .framer-c3l4ig { width: 100%; } .framer-5V6ra .framer-pc7kgn, .framer-5V6ra .framer-175zsi9, .framer-5V6ra .framer-1u751q8, .framer-5V6ra .framer-1966re4, .framer-5V6ra .framer-8uescy, .framer-5V6ra .framer-fyjh39, .framer-5V6ra .framer-cxl8y9, .framer-5V6ra .framer-28ip9r, .framer-5V6ra .framer-1uow2to { padding: 30px; } .framer-5V6ra .framer-jm8iz5-container, .framer-5V6ra .framer-wifj5v-container, .framer-5V6ra .framer-1g1yi6s-container, .framer-5V6ra .framer-1m79pz2-container, .framer-5V6ra .framer-zafmwl-container, .framer-5V6ra .framer-uwgtgh-container, .framer-5V6ra .framer-u0c214-container, .framer-5V6ra .framer-jt64wu-container { flex: 1 0 0px; width: 1px; } .framer-5V6ra .framer-1uxzpx5-container { height: auto; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5V6ra .framer-1p6hnx2 { gap: 0px; } .framer-5V6ra .framer-1p6hnx2 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-5V6ra .framer-1p6hnx2 > :first-child { margin-top: 0px; } .framer-5V6ra .framer-1p6hnx2 > :last-child { margin-bottom: 0px; } }}\",\"@media (min-width: 1173px) and (max-width: 1480px) { .framer-5V6ra.framer-1mywhd9 { width: 1173px; } .framer-5V6ra .framer-1p6hnx2 { padding: 105px 80px 80px 80px; } .framer-5V6ra .framer-1h0l8ay { justify-content: flex-start; overflow: auto; } .framer-5V6ra .framer-c3l4ig { width: 100%; } .framer-5V6ra .framer-jm8iz5-container, .framer-5V6ra .framer-wifj5v-container, .framer-5V6ra .framer-1g1yi6s-container, .framer-5V6ra .framer-1m79pz2-container, .framer-5V6ra .framer-zafmwl-container, .framer-5V6ra .framer-uwgtgh-container, .framer-5V6ra .framer-u0c214-container, .framer-5V6ra .framer-jt64wu-container { flex: 1 0 0px; width: 1px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9639\n * @framerIntrinsicWidth 1481\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"btIcLT5al\":{\"layout\":[\"fixed\",\"auto\"]},\"pU4bEqGzL\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerWV6UGvPiO=withCSS(Component,css,\"framer-5V6ra\");export default FramerWV6UGvPiO;FramerWV6UGvPiO.displayName=\"Industries / Retail\";FramerWV6UGvPiO.defaultProps={height:9639,width:1481};addFonts(FramerWV6UGvPiO,[{explicitInter:true,fonts:[{family:\"PP Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/X3dpjR58Ye6dvtoHdLcifA4vzo.woff2\"}]},...SubNavIndustriesFonts,...ChunkINDUSTRYHEROFonts,...BarLogoBarSimpleFonts,...SliderHorizontal4Fonts,...ChunkMainFonts,...ChunkConfiguratorFonts,...BookADemoV2Fonts,...ChunkTestimonialNewFonts,...ChunkNewsNewFonts,...FooterFonts,...NavNavbarMainFonts,...FormsBookADemoFonts,...ButtonCloseButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWV6UGvPiO\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"btIcLT5al\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pU4bEqGzL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1481\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"9639\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "43CACuuD,IAAMA,GAAsBC,EAASC,CAAgB,EAAQC,GAAuBF,EAASG,CAAiB,EAAQC,GAAsBJ,EAASK,CAAgB,EAAQC,GAAuBN,EAASO,CAAiB,EAAQC,GAAeR,EAASS,CAAS,EAAQC,GAAuBV,EAASW,CAAiB,EAAQC,GAAiBZ,EAASa,CAAW,EAAQC,GAA0CC,GAA6BC,EAAO,IAAI,CAAC,OAAO,YAAY,SAASC,GAA2B,QAAQ,WAAW,CAAC,EAAQC,GAAyBlB,EAASmB,CAAmB,EAAQC,GAAkBpB,EAASqB,CAAY,EAAQC,GAAYtB,EAASuB,CAAM,EAAQC,GAAmBxB,EAASyB,CAAa,EAAQC,GAAoB1B,EAAS2B,CAAc,EAAQC,GAAuB5B,EAAS6B,CAAiB,EAAQC,GAAY,CAAC,UAAU,sBAAsB,UAAU,8CAA8C,UAAU,qBAAqB,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,EAAQC,EAAY,CAACC,EAAMC,IAAM,CAAC,GAAG,GAACD,GAAO,OAAOA,GAAQ,UAAkB,MAAM,CAAC,GAAGA,EAAM,IAAAC,CAAG,CAAE,EAAQC,GAAmB,CAACC,EAAEC,IAAI,yBAAyBA,CAAC,GAASC,GAAa,IAAY,SAAS,cAAc,mBAAmB,GAAG,SAAS,cAAc,UAAU,GAAG,SAAS,KAAaC,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,GAAU,CAAC,CAAC,MAAAC,CAAK,IAAoBC,EAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOF,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUG,GAAwB,CAAC,gBAAgB,YAAY,QAAQ,YAAY,MAAM,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAA6BC,EAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,EAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,GAAM,UAAAC,GAAU,SAAAC,GAAS,QAAAC,GAAQ,GAAGC,EAAS,EAAEtB,GAASI,CAAK,EAAQmB,EAAU,IAAI,CAAC,IAAMC,EAASA,EAAiB,OAAUX,CAAY,EAAE,GAAGW,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAC,OAAUZ,CAAY,CAAC,EAAQa,EAAmB,IAAI,CAAC,IAAMF,EAASA,EAAiB,OAAUX,CAAY,EAAE,SAAS,MAAMW,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAUX,CAAY,CAAC,EAAE,GAAK,CAACc,EAAYC,EAAmB,EAAEC,EAA8BR,GAAQS,GAAY,EAAK,EAAQC,GAAe,OAAe,CAAC,sBAAAC,EAAsB,MAAAC,EAAK,EAAEC,EAAyB,MAAS,EAAQC,GAAgB,CAAC,CAAC,QAAAC,EAAQ,SAAAC,CAAQ,IAAIL,EAAsB,SAASM,KAAO,CAACF,EAAQ,OAAO,CAAE,CAAC,EAAQG,GAAiB,CAAC,CAAC,QAAAH,EAAQ,SAAAC,CAAQ,IAAIL,EAAsB,SAASM,KAAO,CAACF,EAAQ,KAAK,CAAE,CAAC,EAAuCI,EAAkBC,EAAG9D,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAA+D,EAAiB,CAAC,CAAC,EAAsB5C,EAAK6C,EAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA/D,EAAiB,EAAE,SAAsBgE,EAAMC,EAAY,CAAC,GAAGzB,IAAUT,EAAgB,SAAS,CAAcb,EAAKH,GAAU,CAAC,MAAM,+CAA+C,CAAC,EAAeiD,EAAME,EAAO,IAAI,CAAC,GAAGxB,GAAU,UAAUmB,EAAGD,EAAkB,iBAAiBrB,EAAS,EAAE,IAAIT,EAAW,MAAM,CAAC,GAAGQ,EAAK,EAAE,SAAS,CAAc0B,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAS,CAAc9C,EAAKiD,GAAS,CAAC,sBAAsB,GAAK,SAAsBjD,EAAWkD,EAAS,CAAC,SAAsBlD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,+EAA+E,qBAAqB,OAAO,0BAA0B,QAAQ,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,qEAAqE,0BAA0B,WAAW,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,gCAAgC,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,EAAE,SAAsBlB,EAAKoD,EAA0B,CAAC,OAAO,GAAG,GAAGlC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,SAAsBlB,EAAKqD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBrD,EAAKsD,EAAiB,CAAC,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,OAAO,OAAO,GAAG,YAAY,UAAU,YAAY,SAAS,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,QAAQ,YAAY,UAAU,YAAY,MAAM,OAAO,UAAU,YAAY,UAAU,YAAY,UAAU,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,IAAI,MAAM,QAAQX,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,GAAG,EAAE,UAAU,CAAC,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,CAAC,EAAE,SAAsBlB,EAAKoD,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQlC,GAAmB,OAAO,OAAO,YAAY,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,IAAI,SAAsBlB,EAAKqD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAKuD,EAAkB,CAAC,UAAUxE,EAAY,CAAC,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,2BAA2B,EAAE,UAAU,sEAAsE,OAAO,OAAO,UAAU,GAAK,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAUA,EAAY,CAAC,IAAI,oEAAoE,OAAO,wVAAwV,EAAE,wBAAwB,EAAE,UAAU,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAUA,EAAY,CAAC,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,mBAAmB,EAAE,UAAU,qEAAqE,UAAU,0BAA0B,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+D,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAc9C,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQX,GAAmB,OAAO,OAAO,YAAY,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,GAAG,CAAC,EAAE,UAAU,CAAC,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,CAAC,EAAE,SAAsBlB,EAAKoD,EAA0B,CAAC,OAAO,GAAG,MAAM,SAAS,GAAGlC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,SAAsBlB,EAAKqD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAKwD,EAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexD,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,gBAAgB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,UAAU,CAAC,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,CAAC,EAAE,SAAsBlB,EAAKoD,EAA0B,CAAC,OAAO,IAAI,GAAGlC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,GAAG,SAAsBlB,EAAKqD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsB7B,EAAKyD,EAAkB,CAAC,UAAU,+FAA+F,UAAU,GAAM,UAAU1E,EAAY,CAAC,IAAI,oEAAoE,OAAO,wVAAwV,EAAE,wBAAwB,EAAE,UAAUA,EAAY,CAAC,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,oBAAoB,EAAE,UAAU,gBAAgB,OAAO,OAAO,GAAG,YAAY,UAAU,8DAA8D,UAAU,2DAA2D,UAAU,aAAa,SAAS,YAAY,UAAU,iGAAiG,UAAU,6CAA6C,UAAU,YAAY,UAAU,aAAa,UAAU,GAAK,UAAU,sFAAsF,UAAU,GAAM,UAAUA,EAAY,CAAC,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,mBAAmB,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,QAAQ,UAAUA,EAAY,CAAC,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,QAAQ,EAAE,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiB,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,gBAAgB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,UAAU,CAAC,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,CAAC,EAAE,SAAsBlB,EAAKoD,EAA0B,CAAC,OAAO,IAAI,GAAGlC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,GAAG,SAAsBlB,EAAKqD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAK0D,EAAU,CAAC,UAAU,qEAAqE,UAAU,wEAAwE,UAAU,mCAAmC,UAAU,GAAM,UAAU,QAAQ,UAAU,iHAAiH,UAAU,GAAK,OAAO,OAAO,UAAU,YAAY,UAAU,GAAK,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,gBAAgB,UAAU,GAAK,UAAU,sBAAsB,UAAU,GAAM,UAAU,QAAQ,UAAU,QAAQ,UAAU,GAAK,UAAU,uBAAuB,UAAU,6BAA6B,UAAU,GAAK,QAAQ,YAAY,UAAU,kBAAkB,UAAU3E,EAAY,CAAC,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,iBAAiB,EAAE,UAAU,qEAAqE,UAAU,+FAA+F,MAAM,OAAO,UAAU,GAAK,UAAU,EAAE,UAAU,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiB,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,gBAAgB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,UAAU,CAAC,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,CAAC,EAAE,SAAsBlB,EAAKoD,EAA0B,CAAC,OAAO,IAAI,GAAGlC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,GAAG,SAAsBlB,EAAKqD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAK0D,EAAU,CAAC,UAAU,qEAAqE,UAAU,wEAAwE,UAAU,iEAAiE,UAAU,GAAM,UAAU,YAAY,UAAU,iGAAiG,UAAU,GAAK,OAAO,OAAO,UAAU,YAAY,UAAU,GAAM,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,gBAAgB,UAAU,GAAK,UAAU,yBAAyB,UAAU,GAAK,UAAU,WAAW,UAAU,UAAU,UAAU,GAAK,UAAU,0BAA0B,UAAU,2BAA2B,UAAU,GAAM,QAAQ,YAAY,UAAU,2BAA2B,UAAU3E,EAAY,CAAC,IAAI,qEAAqE,OAAO,gQAAgQ,EAAE,gBAAgB,EAAE,UAAU,qEAAqE,UAAU,+FAA+F,MAAM,OAAO,UAAU,GAAK,UAAU,EAAE,UAAU,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+D,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAc9C,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKqD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAK2D,EAAkB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3D,EAAK4D,GAA0C,CAAC,UAAU,gBAAgB,SAAsB5D,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,GAAG,KAAK,CAAC,CAAC,EAAE,SAAsBlB,EAAKoD,EAA0B,CAAC,OAAO,GAAG,GAAGlC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,GAAG,KAAK,EAAE,SAAsBlB,EAAKqD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrD,EAAK6D,EAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,MAAM,OAAO,UAAU,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7D,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,gBAAgB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,UAAU,CAAC,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,CAAC,EAAE,SAAsBlB,EAAKoD,EAA0B,CAAC,OAAO,IAAI,GAAGlC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,GAAG,SAAsBlB,EAAKqD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAK0D,EAAU,CAAC,UAAU,qEAAqE,UAAU,wEAAwE,UAAU,iDAAiD,UAAU,GAAM,UAAU,YAAY,UAAU,sEAAiE,UAAU,GAAK,OAAO,OAAO,UAAU,YAAY,UAAU,GAAM,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,gBAAgB,UAAU,GAAK,UAAU,0BAA0B,UAAU,GAAK,UAAU,WAAW,UAAU,UAAU,UAAU,GAAK,UAAU,0BAA0B,UAAU,2BAA2B,UAAU,GAAM,QAAQ,YAAY,UAAU,2BAA2B,UAAU3E,EAAY,CAAC,IAAI,mEAAmE,OAAO,0PAA0P,EAAE,qBAAqB,EAAE,UAAU,qEAAqE,UAAU,+FAA+F,MAAM,OAAO,UAAU,GAAK,UAAU,EAAE,UAAU,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,gBAAgB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,UAAU,CAAC,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,CAAC,EAAE,SAAsBlB,EAAKoD,EAA0B,CAAC,OAAO,IAAI,GAAGlC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,GAAG,SAAsBlB,EAAKqD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAK0D,EAAU,CAAC,UAAU,qEAAqE,UAAU,wEAAwE,UAAU,uCAAuC,UAAU,GAAM,UAAU,YAAY,UAAU,oGAA+F,UAAU,GAAK,OAAO,OAAO,UAAU,YAAY,UAAU,GAAM,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,gBAAgB,UAAU,GAAK,UAAU,0BAA0B,UAAU,GAAK,UAAU,WAAW,UAAU,UAAU,UAAU,GAAK,UAAU,0BAA0B,UAAU,2BAA2B,UAAU,GAAM,QAAQ,YAAY,UAAU,2BAA2B,UAAU3E,EAAY,CAAC,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,iBAAiB,EAAE,UAAU,qEAAqE,UAAU,+FAA+F,MAAM,OAAO,UAAU,GAAK,UAAU,EAAE,UAAU,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,gBAAgB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,UAAU,CAAC,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,CAAC,EAAE,SAAsBlB,EAAKoD,EAA0B,CAAC,OAAO,IAAI,GAAGlC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,GAAG,SAAsBlB,EAAKqD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAK0D,EAAU,CAAC,UAAU,qEAAqE,UAAU,wEAAwE,UAAU,4EAA4E,UAAU,GAAM,UAAU,YAAY,UAAU,oGAA+F,UAAU,GAAK,OAAO,OAAO,UAAU,YAAY,UAAU,GAAM,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,gBAAgB,UAAU,GAAK,UAAU,0BAA0B,UAAU,GAAM,UAAU,WAAW,UAAU,UAAU,UAAU,GAAK,UAAU,0BAA0B,UAAU,2BAA2B,UAAU,GAAM,QAAQ,YAAY,UAAU,2BAA2B,UAAU3E,EAAY,CAAC,IAAI,uEAAuE,OAAO,wKAAwK,EAAE,oBAAoB,EAAE,UAAU,qEAAqE,UAAU,+FAA+F,MAAM,OAAO,UAAU,GAAK,UAAU,EAAE,UAAU,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,gBAAgB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,UAAU,CAAC,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,CAAC,EAAE,SAAsBlB,EAAKoD,EAA0B,CAAC,OAAO,IAAI,GAAGlC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,GAAG,SAAsBlB,EAAKqD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsB7B,EAAK8D,EAAoB,CAAC,UAAU,8CAA8C,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,6NAA8M,UAAU,GAAG,UAAU,eAAe,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe9D,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,OAAO,gBAAgB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,UAAU,CAAC,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,CAAC,EAAE,SAAsBlB,EAAKoD,EAA0B,CAAC,OAAO,IAAI,GAAGlC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,GAAG,SAAsBlB,EAAKqD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsB7B,EAAK+D,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/D,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,IAAI,CAAC,EAAE,SAAsBlB,EAAKoD,EAA0B,CAAC,OAAO,KAAK,MAAMlC,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,SAAsBlB,EAAKqD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAKgE,EAAO,CAAC,OAAO,OAAO,UAAU,8BAA8B,GAAG,YAAY,UAAU,GAAK,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehE,EAAKV,GAAQ,CAAC,SAASgD,GAAsBtC,EAAKiE,EAAU,CAAC,SAAsBjE,EAAKoD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,EAAE,SAAsBN,EAAMO,EAAU,CAAC,UAAU,2BAA2B,GAAG,UAAU,aAAa,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAS,CAAcrD,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAKkE,EAAc,CAAC,UAAU7B,GAAgB,CAAC,QAAAC,CAAO,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAetC,EAAKmE,EAAgB,CAAC,SAAS7B,EAAQ,SAAsBtC,EAAKiE,EAAU,CAAC,SAA+BG,EAA0BtB,EAAYI,EAAS,CAAC,SAAS,CAAclD,EAAKgD,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,CAAC,EAAE,UAAUL,EAAGD,EAAkB,cAAc,EAAE,wBAAwB,UAAU,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAIJ,EAAQ,KAAK,CAAC,EAAE,WAAW,EAAetC,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKqD,EAAU,CAAC,UAAUV,EAAGD,EAAkB,0BAA0B,EAAE,wBAAwB,UAAU,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,kBAAkBxD,GAAmB,SAAsBc,EAAKmD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAKqE,EAAe,CAAC,UAAU,UAAU,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,oCAAoC,QAAQ,YAAY,UAAU,uCAAuC,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerE,EAAKoD,EAA0B,CAAC,MAAM,OAAO,SAAsBpD,EAAKqD,EAAU,CAAC,UAAUV,EAAGD,EAAkB,0BAA0B,EAAE,wBAAwB,UAAU,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB1C,EAAKsE,EAAkB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU7B,GAAiB,CAAC,QAAAH,CAAO,CAAC,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEjD,GAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeW,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQuE,GAAI,CAAC,kFAAkF,kFAAkF,mSAAmS,6SAA6S,sYAAsY,2RAA2R,gHAAgH,2aAA2a,2GAA2G,gWAAgW,0LAA0L,yXAAyX,uYAAuY,+VAA+V,iHAAiH,4HAA4H,4VAA4V,uIAAuI,oIAAoI,yKAAyK,0IAA0I,+3FAA+3F,4/CAA4/C,qoBAAqoB,EAWxvyCC,EAAgBC,EAAQlE,GAAUgE,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,sBAAsBA,EAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,GAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,0BAA0B,OAAO,SAAS,IAAI,uEAAuE,CAAC,CAAC,EAAE,GAAGI,GAAsB,GAAGC,GAAuB,GAAGC,GAAsB,GAAGC,GAAuB,GAAGC,GAAe,GAAGC,GAAuB,GAAGC,GAAiB,GAAGC,GAAyB,GAAGC,GAAkB,GAAGC,GAAY,GAAGC,GAAmB,GAAGC,GAAoB,GAAGC,EAAsB,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACtsB,IAAMC,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,oCAAsC,4JAA0L,6BAA+B,OAAO,qBAAuB,OAAO,yBAA2B,QAAQ,sBAAwB,IAAI,yBAA2B,OAAO,sBAAwB,OAAO,qBAAuB,4BAA4B,4BAA8B,MAAM,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["SubNavIndustriesFonts", "getFonts", "F0s2WvTnp_default", "ChunkINDUSTRYHEROFonts", "Tcai4aBgV_default", "BarLogoBarSimpleFonts", "iZAXfGuUO_default", "SliderHorizontal4Fonts", "OlF7LS4pJ_default", "ChunkMainFonts", "avUiOJpWt_default", "ChunkConfiguratorFonts", "an6J_Cs0D_default", "BookADemoV2Fonts", "ZNc7qfYHq_default", "MotionDivWithTrackMetaEventBookDemofh034c", "withCodeBoundaryForOverrides", "motion", "withTrackMetaEventBookDemo", "ChunkTestimonialNewFonts", "zzAbtBxO1_default", "ChunkNewsNewFonts", "qYmDbgeR3_default", "FooterFonts", "XZRtZAZ_T_default", "NavNavbarMainFonts", "fEH3cBVdN_default", "FormsBookADemoFonts", "r7rKGkVPv_default", "ButtonCloseButtonFonts", "i4xXOf5Ex_default", "breakpoints", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "transformTemplate1", "_", "t", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "eYVQfpB6x3bnx0g", "overlay", "loadMore", "args", "nVishSJd31wnntms", "scopingClassNames", "cx", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "RichText2", "x", "PropertyOverrides2", "ComponentViewportProvider", "Container", "F0s2WvTnp_default", "Tcai4aBgV_default", "iZAXfGuUO_default", "OlF7LS4pJ_default", "avUiOJpWt_default", "an6J_Cs0D_default", "MotionDivWithTrackMetaEventBookDemofh034c", "ZNc7qfYHq_default", "zzAbtBxO1_default", "qYmDbgeR3_default", "XZRtZAZ_T_default", "l", "fEH3cBVdN_default", "AnimatePresence", "Ga", "r7rKGkVPv_default", "i4xXOf5Ex_default", "css", "FramerWV6UGvPiO", "withCSS", "WV6UGvPiO_default", "addFonts", "SubNavIndustriesFonts", "ChunkINDUSTRYHEROFonts", "BarLogoBarSimpleFonts", "SliderHorizontal4Fonts", "ChunkMainFonts", "ChunkConfiguratorFonts", "BookADemoV2Fonts", "ChunkTestimonialNewFonts", "ChunkNewsNewFonts", "FooterFonts", "NavNavbarMainFonts", "FormsBookADemoFonts", "ButtonCloseButtonFonts", "__FramerMetadata__"]
}
