{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/tTp68n5qDOVc2REtcaO3/oSZGXhC1BTH26iovRvu8/h1ciA0Pgr.js"],
  "sourcesContent": ["// Generated by Framer (455587d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NavbarNew,*as NavbarNewInfo from\"#framer/local/canvasComponent/HbJAdpSnD/HbJAdpSnD.js\";import HeaderHeader from\"#framer/local/canvasComponent/kYVcGAI_w/kYVcGAI_w.js\";import Footer from\"#framer/local/canvasComponent/ocBgpGgHd/ocBgpGgHd.js\";import HomepageCase from\"#framer/local/canvasComponent/uGAPL1fTZ/uGAPL1fTZ.js\";import{withLenis}from\"#framer/local/codeFile/uxX6wuX/Lenis.js\";import{innerShowNav}from\"#framer/local/codeFile/BaMadpr/Menu.js\";import metadataProvider from\"#framer/local/webPageMetadata/h1ciA0Pgr/h1ciA0Pgr.js\";const HeaderHeaderFonts=getFonts(HeaderHeader);const NavbarNewFonts=getFonts(NavbarNew);const NavbarNewInnerShowNav1h6f1u9WithMappedReactPropsumotgg=withMappedReactProps(withCodeBoundaryForOverrides(NavbarNew,{nodeId:\"Y8w6tCY5Z\",override:innerShowNav,scopeId:\"h1ciA0Pgr\"}),NavbarNewInfo);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const HomepageCaseFonts=getFonts(HomepageCase);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const FooterFonts=getFonts(Footer);const ContainerWithFX=withFX(Container);const MotionDivWithLenisd32ay8=withCodeBoundaryForOverrides(motion.div,{nodeId:\"XnhIuW3hI\",override:withLenis,scopeId:\"h1ciA0Pgr\"});const breakpoints={a7FIHoqWd:\"(min-width: 1920px)\",gc16TAhEy:\"(min-width: 1440px) and (max-width: 1679px)\",gx7zXddaj:\"(max-width: 809px)\",ouHqM0TQq:\"(min-width: 810px) and (max-width: 1199px)\",XnhIuW3hI:\"(min-width: 1200px) and (max-width: 1439px)\",zqxnWOUmx:\"(min-width: 1680px) and (max-width: 1919px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-L79W0\";const variantClassNames={a7FIHoqWd:\"framer-v-tzulhl\",gc16TAhEy:\"framer-v-r4uo1z\",gx7zXddaj:\"framer-v-1xlmb4m\",ouHqM0TQq:\"framer-v-bvwqf1\",XnhIuW3hI:\"framer-v-d32ay8\",zqxnWOUmx:\"framer-v-1qpfcue\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={delay:.25,duration:.75,ease:[.215,.61,.355,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={delay:.25,duration:1.5,ease:[.19,1,.22,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:250};const transition3={delay:.4,duration:1.5,ease:[.19,1,.22,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop - lg\":\"zqxnWOUmx\",\"Desktop - md\":\"gc16TAhEy\",\"Desktop - xl\":\"a7FIHoqWd\",Desktop:\"XnhIuW3hI\",Phone:\"gx7zXddaj\",Tablet:\"ouHqM0TQq\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"XnhIuW3hI\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"a2STy0aDc\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"gx7zXddaj\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"gx7zXddaj\")return false;return true;};const router=useRouter();const elementId1=useRouteElementId(\"bBZqPeXAy\");const ref2=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"XnhIuW3hI\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(245, 243, 239); }\"}),/*#__PURE__*/_jsxs(MotionDivWithLenisd32ay8,{...restProps,className:cx(scopingClassNames,\"framer-d32ay8\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rajhrq-container\",id:elementId,nodeId:\"a2STy0aDc\",ref:ref1,rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gx7zXddaj:{variant:\"sfKM89go9\"},ouHqM0TQq:{variant:\"AKNEYw5yK\"}},children:/*#__PURE__*/_jsx(HeaderHeader,{height:\"100%\",id:\"a2STy0aDc\",layoutId:\"a2STy0aDc\",style:{width:\"100%\"},variant:\"oKds3a_pF\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h6f1u9-container\",layoutScroll:true,nodeId:\"Y8w6tCY5Z\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gx7zXddaj:{variant:\"s_7N1FHlC\"}},children:/*#__PURE__*/_jsx(NavbarNewInnerShowNav1h6f1u9WithMappedReactPropsumotgg,{height:\"100%\",id:\"Y8w6tCY5Z\",layoutId:\"Y8w6tCY5Z\",variant:\"vmCU1XqoF\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-xu8kh\",\"data-framer-appear-id\":\"xu8kh\",\"data-framer-name\":\"content\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sl9t04\",\"data-framer-name\":\"hero\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vgqsjk\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kxzhtf\",\"data-framer-name\":\"spacer\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f8k7qi\",\"data-framer-name\":\"headline\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1NhYW5zIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Saans Regular\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(30, 30, 33)\"},children:\"Creating work that gets you noticed\"})}),className:\"framer-1cr5on hidden-d32ay8 hidden-bvwqf1 hidden-r4uo1z hidden-1qpfcue hidden-tzulhl\",fonts:[\"CUSTOM;Saans Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-134kq05 hidden-1xlmb4m\",\"data-framer-name\":\"row\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgUmVndWxhcg==\",\"--framer-font-family\":'\"PP Mori Regular\", \"PP Mori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"148px\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"1.08em\",\"--framer-text-color\":\"rgb(30, 30, 33)\"},children:\"Creating work that\"})})},gc16TAhEy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgUmVndWxhcg==\",\"--framer-font-family\":'\"PP Mori Regular\", \"PP Mori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"116px\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"1.08em\",\"--framer-text-color\":\"rgb(30, 30, 33)\"},children:\"Creating work that\"})})},ouHqM0TQq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgUmVndWxhcg==\",\"--framer-font-family\":'\"PP Mori Regular\", \"PP Mori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"1.08em\",\"--framer-text-color\":\"rgb(30, 30, 33)\"},children:\"Creating work that\"})})},zqxnWOUmx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgUmVndWxhcg==\",\"--framer-font-family\":'\"PP Mori Regular\", \"PP Mori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"132px\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"1.08em\",\"--framer-text-color\":\"rgb(30, 30, 33)\"},children:\"Creating work that\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgUmVndWxhcg==\",\"--framer-font-family\":'\"PP Mori Regular\", \"PP Mori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"1.08em\",\"--framer-text-color\":\"rgb(30, 30, 33)\"},children:\"Creating work that\"})}),className:\"framer-1xk8e7o\",\"data-framer-appear-id\":\"1xk8e7o\",\"data-framer-name\":\"We build high-impact pitch decks for leading brands and startups, with storytelling and good design.\",fonts:[\"CUSTOM;PP Mori Regular\"],initial:animation3,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-g5lvqc hidden-1xlmb4m\",\"data-framer-name\":\"row\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgUmVndWxhcg==\",\"--framer-font-family\":'\"PP Mori Regular\", \"PP Mori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"148px\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"1.08em\",\"--framer-text-color\":\"rgb(30, 30, 33)\"},children:\"gets you noticed\"})})},gc16TAhEy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgUmVndWxhcg==\",\"--framer-font-family\":'\"PP Mori Regular\", \"PP Mori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"116px\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"1.08em\",\"--framer-text-color\":\"rgb(30, 30, 33)\"},children:\"gets you noticed\"})})},ouHqM0TQq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgUmVndWxhcg==\",\"--framer-font-family\":'\"PP Mori Regular\", \"PP Mori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"1.08em\",\"--framer-text-color\":\"rgb(30, 30, 33)\"},children:\"gets you noticed\"})})},zqxnWOUmx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgUmVndWxhcg==\",\"--framer-font-family\":'\"PP Mori Regular\", \"PP Mori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"132px\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"1.08em\",\"--framer-text-color\":\"rgb(30, 30, 33)\"},children:\"gets you noticed\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE1vcmkgUmVndWxhcg==\",\"--framer-font-family\":'\"PP Mori Regular\", \"PP Mori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"1.08em\",\"--framer-text-color\":\"rgb(30, 30, 33)\"},children:\"gets you noticed\"})}),className:\"framer-1jklf2f\",\"data-framer-appear-id\":\"1jklf2f\",\"data-framer-name\":\"We build high-impact pitch decks for leading brands and startups, with storytelling and good design.\",fonts:[\"CUSTOM;PP Mori Regular\"],initial:animation3,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f62370\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fv501c\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ax7lQd8eK\"},implicitPathVariables:undefined},{href:{webPageId:\"ax7lQd8eK\"},implicitPathVariables:undefined},{href:{webPageId:\"ax7lQd8eK\"},implicitPathVariables:undefined},{href:{webPageId:\"ax7lQd8eK\"},implicitPathVariables:undefined},{href:{webPageId:\"ax7lQd8eK\"},implicitPathVariables:undefined},{href:{webPageId:\"ax7lQd8eK\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+0+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+0+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+0+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+0+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n41znn-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"NY82bQZen\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W0LEe33ru:resolvedLinks[5],W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{W0LEe33ru:resolvedLinks[3],W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks[2],W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},W0LEe33ru:resolvedLinks[1],zZJQZB_eq:14},zqxnWOUmx:{W0LEe33ru:resolvedLinks[4],W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:false,h9l4V7QJU:addImageAlt({pixelHeight:1920,pixelWidth:1080,src:\"https://framerusercontent.com/images/jzFraa70hAXmV4XGNiiyJ2fWQjM.jpg\",srcSet:\"https://framerusercontent.com/images/jzFraa70hAXmV4XGNiiyJ2fWQjM.jpg?scale-down-to=1024 576w,https://framerusercontent.com/images/jzFraa70hAXmV4XGNiiyJ2fWQjM.jpg 1080w\"},\"a couple sitting in the sofa eating an uber eats order\"),height:\"100%\",id:\"NY82bQZen\",layoutId:\"NY82bQZen\",Me7AFJSmb:\"Coming soon\",name:\"item (edit this)\",PhR7EFv0n:\"Uber Eats\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W0LEe33ru:resolvedLinks[0],W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"Uber Eats\",zZJQZB_eq:16})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tv9hcs\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QFXBjl1J7\"},implicitPathVariables:undefined},{href:{webPageId:\"QFXBjl1J7\"},implicitPathVariables:undefined},{href:{webPageId:\"QFXBjl1J7\"},implicitPathVariables:undefined},{href:{webPageId:\"QFXBjl1J7\"},implicitPathVariables:undefined},{href:{webPageId:\"QFXBjl1J7\"},implicitPathVariables:undefined},{href:{webPageId:\"QFXBjl1J7\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+0+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+0+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+267+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+552+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-37monr-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"NQeXOe5kx\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W0LEe33ru:resolvedLinks1[5],W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{W0LEe33ru:resolvedLinks1[3],W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{h9l4V7QJU:addImageAlt({pixelHeight:1280,pixelWidth:1920,src:\"https://framerusercontent.com/images/1UDsPJKvbz3Bm65iJSFQnNtf2pA.jpg\",srcSet:\"https://framerusercontent.com/images/1UDsPJKvbz3Bm65iJSFQnNtf2pA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/1UDsPJKvbz3Bm65iJSFQnNtf2pA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1UDsPJKvbz3Bm65iJSFQnNtf2pA.jpg 1920w\"},\"uber eats\"),style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks1[2],W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{h9l4V7QJU:addImageAlt({pixelHeight:1280,pixelWidth:1920,src:\"https://framerusercontent.com/images/1UDsPJKvbz3Bm65iJSFQnNtf2pA.jpg\",srcSet:\"https://framerusercontent.com/images/1UDsPJKvbz3Bm65iJSFQnNtf2pA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/1UDsPJKvbz3Bm65iJSFQnNtf2pA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1UDsPJKvbz3Bm65iJSFQnNtf2pA.jpg 1920w\"},\"uber eats\"),style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},W0LEe33ru:resolvedLinks1[1],zZJQZB_eq:14},zqxnWOUmx:{W0LEe33ru:resolvedLinks1[4],W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:false,h9l4V7QJU:addImageAlt({pixelHeight:1280,pixelWidth:1645,src:\"https://framerusercontent.com/images/ysrkObW6SfjltFNO238tcz6B8.jpg\",srcSet:\"https://framerusercontent.com/images/ysrkObW6SfjltFNO238tcz6B8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ysrkObW6SfjltFNO238tcz6B8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ysrkObW6SfjltFNO238tcz6B8.jpg 1645w\"},\"loop earplugs female model\"),height:\"100%\",id:\"NQeXOe5kx\",layoutId:\"NQeXOe5kx\",Me7AFJSmb:\"Coming soon\",name:\"item (edit this)\",PhR7EFv0n:\"Loop Earplugs\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W0LEe33ru:resolvedLinks1[0],W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"Loop Earplugs\",zZJQZB_eq:16})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zs5rpm\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vLUH2HJje\"},implicitPathVariables:undefined},{href:{webPageId:\"vLUH2HJje\"},implicitPathVariables:undefined},{href:{webPageId:\"vLUH2HJje\"},implicitPathVariables:undefined},{href:{webPageId:\"vLUH2HJje\"},implicitPathVariables:undefined},{href:{webPageId:\"vLUH2HJje\"},implicitPathVariables:undefined},{href:{webPageId:\"vLUH2HJje\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+956+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+706+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+534+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+1104+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+706+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+706+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ovtrcg-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"fBfqGyNoc\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W0LEe33ru:resolvedLinks2[5],W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{W0LEe33ru:resolvedLinks2[3],W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks2[2],W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},W0LEe33ru:resolvedLinks2[1],zZJQZB_eq:14},zqxnWOUmx:{W0LEe33ru:resolvedLinks2[4],W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:false,h9l4V7QJU:addImageAlt({pixelHeight:1280,pixelWidth:1920,src:\"https://framerusercontent.com/images/nWeWUNmROS4PKtZO7qjCKlbrMk.jpg\"},\"gibson biddle giving keynote talk\"),height:\"100%\",id:\"fBfqGyNoc\",layoutId:\"fBfqGyNoc\",Me7AFJSmb:\"Coming soon\",name:\"item (edit this)\",PhR7EFv0n:\"Gibson Biddle\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W0LEe33ru:resolvedLinks2[0],W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"Gibson Biddle\",zZJQZB_eq:16})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-txgwbh\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RqRDXrwT4\"},implicitPathVariables:undefined},{href:{webPageId:\"RqRDXrwT4\"},implicitPathVariables:undefined},{href:{webPageId:\"RqRDXrwT4\"},implicitPathVariables:undefined},{href:{webPageId:\"RqRDXrwT4\"},implicitPathVariables:undefined},{href:{webPageId:\"RqRDXrwT4\"},implicitPathVariables:undefined},{href:{webPageId:\"RqRDXrwT4\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+956+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+706+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+801+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+1656+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+706+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+706+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-i0peh0-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"U_ApwPLmE\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W0LEe33ru:resolvedLinks3[5],W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{W0LEe33ru:resolvedLinks3[3],W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks3[2],W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},W0LEe33ru:resolvedLinks3[1],zZJQZB_eq:14},zqxnWOUmx:{W0LEe33ru:resolvedLinks3[4],W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:true,h9l4V7QJU:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/HhKINJUVoPIn13bmDsCCNV15g8.jpg\",srcSet:\"https://framerusercontent.com/images/HhKINJUVoPIn13bmDsCCNV15g8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HhKINJUVoPIn13bmDsCCNV15g8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HhKINJUVoPIn13bmDsCCNV15g8.jpg 1920w\"},\"modern and visual pitch deck presentation\"),height:\"100%\",id:\"U_ApwPLmE\",layoutId:\"U_ApwPLmE\",Me7AFJSmb:\"New\",name:\"item (edit this)\",PhR7EFv0n:\"Feelo\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W0LEe33ru:resolvedLinks3[0],W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"Feelo\",zZJQZB_eq:16})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-msd3cj\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"baRq9f4rj\"},implicitPathVariables:undefined},{href:{webPageId:\"baRq9f4rj\"},implicitPathVariables:undefined},{href:{webPageId:\"baRq9f4rj\"},implicitPathVariables:undefined},{href:{webPageId:\"baRq9f4rj\"},implicitPathVariables:undefined},{href:{webPageId:\"baRq9f4rj\"},implicitPathVariables:undefined},{href:{webPageId:\"baRq9f4rj\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+1912+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+1412+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+1068+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+2208+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+1412+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+1412+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p3lw6x-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"ksBe1XFL7\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W0LEe33ru:resolvedLinks4[5],W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{W0LEe33ru:resolvedLinks4[3],W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks4[2],W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},W0LEe33ru:resolvedLinks4[1],zZJQZB_eq:14},zqxnWOUmx:{W0LEe33ru:resolvedLinks4[4],W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:false,h9l4V7QJU:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/FslZ0rrNRReBmWDEFNlpAjETt8.jpg\"},\"acala network presentation slides\"),height:\"100%\",id:\"ksBe1XFL7\",layoutId:\"ksBe1XFL7\",Me7AFJSmb:\"New\",name:\"item (edit this)\",PhR7EFv0n:\"Acala Network\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W0LEe33ru:resolvedLinks4[0],W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"Acala Network\",zZJQZB_eq:16})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1414wn0\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"L45raUi4H\"},implicitPathVariables:undefined},{href:{webPageId:\"L45raUi4H\"},implicitPathVariables:undefined},{href:{webPageId:\"L45raUi4H\"},implicitPathVariables:undefined},{href:{webPageId:\"L45raUi4H\"},implicitPathVariables:undefined},{href:{webPageId:\"L45raUi4H\"},implicitPathVariables:undefined},{href:{webPageId:\"L45raUi4H\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+1912+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+1412+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+1335+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+2760+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+1412+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+1412+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z395b4-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"LQnMqppa9\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W0LEe33ru:resolvedLinks5[5],W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{W0LEe33ru:resolvedLinks5[3],W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks5[2],W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},W0LEe33ru:resolvedLinks5[1],zZJQZB_eq:14},zqxnWOUmx:{W0LEe33ru:resolvedLinks5[4],W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:false,h9l4V7QJU:addImageAlt({pixelHeight:1620,pixelWidth:2880,src:\"https://framerusercontent.com/images/bcJf61IScIxGJ9N1RPyrjWrlNAA.jpg\",srcSet:\"https://framerusercontent.com/images/bcJf61IScIxGJ9N1RPyrjWrlNAA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/bcJf61IScIxGJ9N1RPyrjWrlNAA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/bcJf61IScIxGJ9N1RPyrjWrlNAA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/bcJf61IScIxGJ9N1RPyrjWrlNAA.jpg 2880w\"},\"nike woman portrait in running clothes\"),height:\"100%\",id:\"LQnMqppa9\",layoutId:\"LQnMqppa9\",Me7AFJSmb:\"New\",name:\"item (edit this)\",PhR7EFv0n:\"Nike\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W0LEe33ru:resolvedLinks5[0],W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"Nike\",zZJQZB_eq:16})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n1u1jr\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"To7UnQ7qn\"},implicitPathVariables:undefined},{href:{webPageId:\"To7UnQ7qn\"},implicitPathVariables:undefined},{href:{webPageId:\"To7UnQ7qn\"},implicitPathVariables:undefined},{href:{webPageId:\"To7UnQ7qn\"},implicitPathVariables:undefined},{href:{webPageId:\"To7UnQ7qn\"},implicitPathVariables:undefined},{href:{webPageId:\"To7UnQ7qn\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+2868+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+2118+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+1602+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+3312+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+2118+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+2118+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yrggei-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"byCT2S7vV\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W0LEe33ru:resolvedLinks6[5],W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{W0LEe33ru:resolvedLinks6[3],W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks6[2],W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},W0LEe33ru:resolvedLinks6[1],zZJQZB_eq:14},zqxnWOUmx:{W0LEe33ru:resolvedLinks6[4],W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:true,h9l4V7QJU:addImageAlt({pixelHeight:1714,pixelWidth:4e3,src:\"https://framerusercontent.com/images/b8Ms2OzmMXaSazEers3HUzQrLw.jpg\",srcSet:\"https://framerusercontent.com/images/b8Ms2OzmMXaSazEers3HUzQrLw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/b8Ms2OzmMXaSazEers3HUzQrLw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/b8Ms2OzmMXaSazEers3HUzQrLw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/b8Ms2OzmMXaSazEers3HUzQrLw.jpg 4000w\"},\"duotone image of concert\"),height:\"100%\",id:\"byCT2S7vV\",layoutId:\"byCT2S7vV\",Me7AFJSmb:\"New\",name:\"item (edit this)\",PhR7EFv0n:\"Megapixel\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W0LEe33ru:resolvedLinks6[0],W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"Megapixel\",zZJQZB_eq:16})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qzcyay\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gHmyeQslk\"},implicitPathVariables:undefined},{href:{webPageId:\"gHmyeQslk\"},implicitPathVariables:undefined},{href:{webPageId:\"gHmyeQslk\"},implicitPathVariables:undefined},{href:{webPageId:\"gHmyeQslk\"},implicitPathVariables:undefined},{href:{webPageId:\"gHmyeQslk\"},implicitPathVariables:undefined},{href:{webPageId:\"gHmyeQslk\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+2868+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+2118+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+1869+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+3864+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+2118+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+2118+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rtb8lw-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"P6g2ZRRPe\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W0LEe33ru:resolvedLinks7[5],W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{W0LEe33ru:resolvedLinks7[3],W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks7[2],W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},W0LEe33ru:resolvedLinks7[1],zZJQZB_eq:14},zqxnWOUmx:{W0LEe33ru:resolvedLinks7[4],W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:false,h9l4V7QJU:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/xsg48AGrY3J2wOyAootHADc.jpg\"},\"health tech presentation slides\"),height:\"100%\",id:\"P6g2ZRRPe\",layoutId:\"P6g2ZRRPe\",Me7AFJSmb:\"New\",name:\"item (edit this)\",PhR7EFv0n:\"Healthtech\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W0LEe33ru:resolvedLinks7[0],W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"Healthtech\",zZJQZB_eq:16})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vhqu52\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ku8zyfbIl\"},implicitPathVariables:undefined},{href:{webPageId:\"ku8zyfbIl\"},implicitPathVariables:undefined},{href:{webPageId:\"ku8zyfbIl\"},implicitPathVariables:undefined},{href:{webPageId:\"ku8zyfbIl\"},implicitPathVariables:undefined},{href:{webPageId:\"ku8zyfbIl\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+3824+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+2824+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+2136+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+4416+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+2824+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+2824+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-162k8t4-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"DQ6f8nfda\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W0LEe33ru:resolvedLinks8[4],W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{FF3VBcPhk:true,W0LEe33ru:resolvedLinks8[2],W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{FF3VBcPhk:true,style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks8[1],W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{FF3VBcPhk:true,style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},W0LEe33ru:undefined,zZJQZB_eq:14},zqxnWOUmx:{W0LEe33ru:resolvedLinks8[3],W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:false,h9l4V7QJU:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/iabrV6BvBWTOfbPG0C1oi9gS7oY.jpg\"},\"product culture presentation slides\"),height:\"100%\",id:\"DQ6f8nfda\",layoutId:\"DQ6f8nfda\",Me7AFJSmb:\"New\",name:\"item (edit this)\",PhR7EFv0n:\"Product Culture\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W0LEe33ru:resolvedLinks8[0],W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"Product Culture\",zZJQZB_eq:16})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-105jvki\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Wz35cGi_g\"},implicitPathVariables:undefined},{href:{webPageId:\"Wz35cGi_g\"},implicitPathVariables:undefined},{href:{webPageId:\"Wz35cGi_g\"},implicitPathVariables:undefined},{href:{webPageId:\"Wz35cGi_g\"},implicitPathVariables:undefined},{href:{webPageId:\"Wz35cGi_g\"},implicitPathVariables:undefined},{href:{webPageId:\"Wz35cGi_g\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+3824+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+2824+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+2403+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+4968+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+2824+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+2824+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1foovgn-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"x3OGAvQsC\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W0LEe33ru:resolvedLinks9[5],W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{W0LEe33ru:resolvedLinks9[3],W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks9[2],W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks9[1],zZJQZB_eq:14},zqxnWOUmx:{W0LEe33ru:resolvedLinks9[4],W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:false,h9l4V7QJU:addImageAlt({pixelHeight:2750,pixelWidth:2063,src:\"https://framerusercontent.com/images/heNzhQm7TkI0zmeNVDiLXxPG7yw.jpg\",srcSet:\"https://framerusercontent.com/images/heNzhQm7TkI0zmeNVDiLXxPG7yw.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/heNzhQm7TkI0zmeNVDiLXxPG7yw.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/heNzhQm7TkI0zmeNVDiLXxPG7yw.jpg 2063w\"},\"man holding futuristic phone\"),height:\"100%\",id:\"x3OGAvQsC\",layoutId:\"x3OGAvQsC\",Me7AFJSmb:\"Coming soon\",name:\"item (edit this)\",PhR7EFv0n:\"Ntegra\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W0LEe33ru:resolvedLinks9[0],W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"Ntegra\",zZJQZB_eq:16})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pib5o3\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"F5i4cW6vT\"},implicitPathVariables:undefined},{href:{webPageId:\"F5i4cW6vT\"},implicitPathVariables:undefined},{href:{webPageId:\"F5i4cW6vT\"},implicitPathVariables:undefined},{href:{webPageId:\"F5i4cW6vT\"},implicitPathVariables:undefined},{href:{webPageId:\"F5i4cW6vT\"},implicitPathVariables:undefined},{href:{webPageId:\"F5i4cW6vT\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+4780+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+3530+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+2670+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+5520+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+3530+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+3530+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xxx2er-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"phQODwxaJ\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W0LEe33ru:resolvedLinks10[5],W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{W0LEe33ru:resolvedLinks10[3],W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks10[2],W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},W0LEe33ru:resolvedLinks10[1],zZJQZB_eq:14},zqxnWOUmx:{W0LEe33ru:resolvedLinks10[4],W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:false,h9l4V7QJU:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/bBlskCKK0Ph55UigB1uttbtvcVQ.jpg\",srcSet:\"https://framerusercontent.com/images/bBlskCKK0Ph55UigB1uttbtvcVQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/bBlskCKK0Ph55UigB1uttbtvcVQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/bBlskCKK0Ph55UigB1uttbtvcVQ.jpg 1920w\"},\"street view with taxis and people\"),height:\"100%\",id:\"phQODwxaJ\",layoutId:\"phQODwxaJ\",Me7AFJSmb:\"Coming soon\",name:\"item (edit this)\",PhR7EFv0n:\"Nodle\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W0LEe33ru:resolvedLinks10[0],W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"Nodle\",zZJQZB_eq:16})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x8acjy\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"o_PefWE1t\"},implicitPathVariables:undefined},{href:{webPageId:\"o_PefWE1t\"},implicitPathVariables:undefined},{href:{webPageId:\"o_PefWE1t\"},implicitPathVariables:undefined},{href:{webPageId:\"o_PefWE1t\"},implicitPathVariables:undefined},{href:{webPageId:\"o_PefWE1t\"},implicitPathVariables:undefined},{href:{webPageId:\"o_PefWE1t\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+4780+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+3530+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+2937+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+6072+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+3530+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+3530+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tqqk2-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"Y17LOY4io\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W0LEe33ru:resolvedLinks11[5],W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{W0LEe33ru:resolvedLinks11[3],W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks11[2],W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},W0LEe33ru:resolvedLinks11[1],zZJQZB_eq:14},zqxnWOUmx:{W0LEe33ru:resolvedLinks11[4],W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:false,h9l4V7QJU:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/XkMhqzkNFXeHMcXdfAhhGQshVY.jpg\",srcSet:\"https://framerusercontent.com/images/XkMhqzkNFXeHMcXdfAhhGQshVY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XkMhqzkNFXeHMcXdfAhhGQshVY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XkMhqzkNFXeHMcXdfAhhGQshVY.jpg 1920w\"},\"nir eyal giving keynote talk\"),height:\"100%\",id:\"Y17LOY4io\",layoutId:\"Y17LOY4io\",Me7AFJSmb:\"Coming soon\",name:\"item (edit this)\",PhR7EFv0n:\"Nir Eyal\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W0LEe33ru:resolvedLinks11[0],W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"Nir Eyal\",zZJQZB_eq:16})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-66a8oi\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nzcfEZ9Op\"},implicitPathVariables:undefined},{href:{webPageId:\"nzcfEZ9Op\"},implicitPathVariables:undefined},{href:{webPageId:\"nzcfEZ9Op\"},implicitPathVariables:undefined},{href:{webPageId:\"nzcfEZ9Op\"},implicitPathVariables:undefined},{href:{webPageId:\"nzcfEZ9Op\"},implicitPathVariables:undefined},{href:{webPageId:\"nzcfEZ9Op\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+5736+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+4236+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+3204+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+6624+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+4236+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+4236+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ppvruo-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"uEl7KiaBG\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W0LEe33ru:resolvedLinks12[5],W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{W0LEe33ru:resolvedLinks12[3],W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W0LEe33ru:resolvedLinks12[2],W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},W0LEe33ru:resolvedLinks12[1],zZJQZB_eq:14},zqxnWOUmx:{W0LEe33ru:resolvedLinks12[4],W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:false,h9l4V7QJU:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/g5XdBxoVtu5oTZmvdeTuwePcg.jpg\"},\"hype presentation slides\"),height:\"100%\",id:\"uEl7KiaBG\",layoutId:\"uEl7KiaBG\",Me7AFJSmb:\"New\",name:\"item (edit this)\",PhR7EFv0n:\"Hype\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W0LEe33ru:resolvedLinks12[0],W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"Hype\",zZJQZB_eq:16})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ofmi7r\",\"data-framer-name\":\"case (copy this)\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{height:900,y:(componentViewport?.y||0)+0+88+0+611.68+0+5736+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+88+0+542.56+0+4236+0},gx7zXddaj:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+88+0+330+0+3471+0},ouHqM0TQq:{height:496,width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+0+88+0+377.52+0+7176+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+88+0+577.12+0+4236+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:`max(max((${componentViewport?.width||\"100vw\"} - 184px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+88+0+510+0+4236+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14rfugh-container\",\"data-framer-name\":\"item (edit this)\",name:\"item (edit this)\",nodeId:\"UvPLzM4WD\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{W2lkx57Jg:40,zZJQZB_eq:24},gc16TAhEy:{W2lkx57Jg:34,zZJQZB_eq:18},gx7zXddaj:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"vx3q1kgiP\",W2lkx57Jg:21,zZJQZB_eq:13},ouHqM0TQq:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},zZJQZB_eq:14},zqxnWOUmx:{W2lkx57Jg:36,zZJQZB_eq:21}},children:/*#__PURE__*/_jsx(HomepageCase,{FF3VBcPhk:true,h9l4V7QJU:addImageAlt({pixelHeight:1620,pixelWidth:2880,src:\"https://framerusercontent.com/images/ZAwqTSuxqr1Xo7xeCIM19sEBqFg.png\",srcSet:\"https://framerusercontent.com/images/ZAwqTSuxqr1Xo7xeCIM19sEBqFg.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZAwqTSuxqr1Xo7xeCIM19sEBqFg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZAwqTSuxqr1Xo7xeCIM19sEBqFg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZAwqTSuxqr1Xo7xeCIM19sEBqFg.png 2880w\"},\"hype presentation slides\"),height:\"100%\",id:\"UvPLzM4WD\",layoutId:\"UvPLzM4WD\",Me7AFJSmb:\"Coming soon\",name:\"item (edit this)\",PhR7EFv0n:\"PivotLabs\",style:{height:\"100%\",width:\"100%\"},variant:\"qpQwq9ZhN\",W2lkx57Jg:32,width:\"100%\",y0m09XuZW:\"PivotLabs\",zZJQZB_eq:16})})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pgcsi5\",\"data-framer-name\":\"rounded-top\"})]}),/*#__PURE__*/_jsx(motion.footer,{className:\"framer-2a4f4a\",\"data-framer-name\":\"Footer\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{y:(componentViewport?.y||0)+0+7575.68+0+0},gc16TAhEy:{y:(componentViewport?.y||0)+0+5716.56+0+0},gx7zXddaj:{height:886,y:(componentViewport?.y||0)+0+4244+0+0},ouHqM0TQq:{height:886,y:(componentViewport?.y||0)+0+8297.52+0+0},zqxnWOUmx:{y:(componentViewport?.y||0)+0+5791.12+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:900,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5684+0+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gx7zXddaj:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-400}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19sjmkc-container\",nodeId:\"rQjy8DrEN\",rendersWithMotion:true,scopeId:\"h1ciA0Pgr\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a7FIHoqWd:{variant:\"T_OMwVTpw\"},gc16TAhEy:{variant:\"sD4BtlAOS\"},gx7zXddaj:{variant:\"zuEUemrKC\"},ouHqM0TQq:{variant:\"FZ60AyHFR\"},zqxnWOUmx:{variant:\"EvA7kemkw\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"rQjy8DrEN\",layoutId:\"rQjy8DrEN\",style:{width:\"100%\"},variant:\"gUSocQ77A\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-L79W0.framer-1guhsjr, .framer-L79W0 .framer-1guhsjr { display: block; }\",\".framer-L79W0.framer-d32ay8 { align-content: center; align-items: center; background-color: #f5f3ef; 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-L79W0 .framer-rajhrq-container { flex: none; height: auto; position: relative; width: 100%; z-index: 9; }\",\".framer-L79W0 .framer-1h6f1u9-container { flex: none; height: auto; left: 50%; position: fixed; top: 41px; transform: translateX(-50%); width: auto; z-index: 9; }\",\".framer-L79W0 .framer-xu8kh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-L79W0 .framer-1sl9t04 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; min-height: 500px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-L79W0 .framer-vgqsjk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; min-height: 420px; padding: 0px 64px 48px 64px; position: relative; width: 100%; }\",\".framer-L79W0 .framer-1kxzhtf { background-color: #f5f3ef; flex: none; height: 20vh; overflow: hidden; position: relative; width: 100%; }\",\".framer-L79W0 .framer-1f8k7qi { 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 0px 10px 0px; position: relative; width: 100%; }\",\".framer-L79W0 .framer-1cr5on { --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-L79W0 .framer-134kq05, .framer-L79W0 .framer-g5lvqc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-L79W0 .framer-1xk8e7o, .framer-L79W0 .framer-1jklf2f { flex: none; height: auto; max-width: 100%; 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-L79W0 .framer-f62370 { background-color: #f5f3ef; display: grid; flex: none; gap: 56px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(6, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px 64px 200px 64px; position: relative; width: 100%; z-index: 3; }\",\".framer-L79W0 .framer-fv501c, .framer-L79W0 .framer-tv9hcs, .framer-L79W0 .framer-zs5rpm, .framer-L79W0 .framer-txgwbh, .framer-L79W0 .framer-msd3cj, .framer-L79W0 .framer-1414wn0, .framer-L79W0 .framer-n1u1jr, .framer-L79W0 .framer-qzcyay, .framer-L79W0 .framer-vhqu52, .framer-L79W0 .framer-105jvki, .framer-L79W0 .framer-pib5o3, .framer-L79W0 .framer-1x8acjy, .framer-L79W0 .framer-66a8oi, .framer-L79W0 .framer-1ofmi7r { align-content: center; align-items: center; align-self: start; aspect-ratio: 0.7815384615384615 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 650px); justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-L79W0 .framer-n41znn-container, .framer-L79W0 .framer-37monr-container, .framer-L79W0 .framer-ovtrcg-container, .framer-L79W0 .framer-i0peh0-container, .framer-L79W0 .framer-1p3lw6x-container, .framer-L79W0 .framer-z395b4-container, .framer-L79W0 .framer-yrggei-container, .framer-L79W0 .framer-1rtb8lw-container, .framer-L79W0 .framer-162k8t4-container, .framer-L79W0 .framer-1foovgn-container, .framer-L79W0 .framer-1xxx2er-container, .framer-L79W0 .framer-1tqqk2-container, .framer-L79W0 .framer-ppvruo-container, .framer-L79W0 .framer-14rfugh-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-L79W0 .framer-pgcsi5 { background-color: #f5f3ef; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; bottom: -16px; flex: none; height: 20px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-L79W0 .framer-2a4f4a { align-content: center; align-items: center; background-color: #181b21; 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-L79W0 .framer-19sjmkc-container { flex: none; height: auto; min-height: 90vh; position: relative; width: 100%; }\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-L79W0.framer-d32ay8 { width: 810px; } .framer-L79W0 .framer-1h6f1u9-container { top: 26px; } .framer-L79W0 .framer-1sl9t04 { min-height: 360px; } .framer-L79W0 .framer-vgqsjk { min-height: 360px; padding: 0px 36px 48px 36px; } .framer-L79W0 .framer-1kxzhtf { height: 13vh; } .framer-L79W0 .framer-f62370 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; padding: 0px 36px 160px 36px; } .framer-L79W0 .framer-fv501c, .framer-L79W0 .framer-tv9hcs, .framer-L79W0 .framer-zs5rpm, .framer-L79W0 .framer-txgwbh, .framer-L79W0 .framer-msd3cj, .framer-L79W0 .framer-1414wn0, .framer-L79W0 .framer-n1u1jr, .framer-L79W0 .framer-qzcyay, .framer-L79W0 .framer-vhqu52, .framer-L79W0 .framer-105jvki, .framer-L79W0 .framer-pib5o3, .framer-L79W0 .framer-1x8acjy, .framer-L79W0 .framer-66a8oi, .framer-L79W0 .framer-1ofmi7r { align-self: unset; aspect-ratio: unset; height: min-content; } .framer-L79W0 .framer-n41znn-container, .framer-L79W0 .framer-37monr-container, .framer-L79W0 .framer-ovtrcg-container, .framer-L79W0 .framer-i0peh0-container, .framer-L79W0 .framer-1p3lw6x-container, .framer-L79W0 .framer-z395b4-container, .framer-L79W0 .framer-yrggei-container, .framer-L79W0 .framer-1rtb8lw-container, .framer-L79W0 .framer-162k8t4-container, .framer-L79W0 .framer-1foovgn-container, .framer-L79W0 .framer-1xxx2er-container, .framer-L79W0 .framer-1tqqk2-container, .framer-L79W0 .framer-ppvruo-container, .framer-L79W0 .framer-14rfugh-container { aspect-ratio: 1.4879032258064515 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 496px); max-height: 90vh; width: 100%; } .framer-L79W0 .framer-19sjmkc-container { min-height: unset; }}\",\"@media (max-width: 809px) { .framer-L79W0.framer-d32ay8 { width: 390px; } .framer-L79W0 .framer-1h6f1u9-container { bottom: 18px; top: unset; } .framer-L79W0 .framer-1sl9t04 { min-height: 320px; } .framer-L79W0 .framer-vgqsjk { min-height: 320px; padding: 0px 20px 24px 20px; } .framer-L79W0 .framer-1kxzhtf { height: 12vh; } .framer-L79W0 .framer-f62370 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; justify-content: flex-start; padding: 0px 20px 120px 20px; } .framer-L79W0 .framer-fv501c, .framer-L79W0 .framer-tv9hcs, .framer-L79W0 .framer-zs5rpm, .framer-L79W0 .framer-txgwbh, .framer-L79W0 .framer-msd3cj, .framer-L79W0 .framer-1414wn0, .framer-L79W0 .framer-n1u1jr, .framer-L79W0 .framer-qzcyay, .framer-L79W0 .framer-vhqu52, .framer-L79W0 .framer-105jvki, .framer-L79W0 .framer-pib5o3, .framer-L79W0 .framer-1x8acjy, .framer-L79W0 .framer-66a8oi, .framer-L79W0 .framer-1ofmi7r { align-self: unset; aspect-ratio: unset; height: min-content; } .framer-L79W0 .framer-n41znn-container, .framer-L79W0 .framer-37monr-container, .framer-L79W0 .framer-ovtrcg-container, .framer-L79W0 .framer-i0peh0-container, .framer-L79W0 .framer-1p3lw6x-container, .framer-L79W0 .framer-z395b4-container, .framer-L79W0 .framer-yrggei-container, .framer-L79W0 .framer-1rtb8lw-container, .framer-L79W0 .framer-162k8t4-container, .framer-L79W0 .framer-1foovgn-container, .framer-L79W0 .framer-1xxx2er-container, .framer-L79W0 .framer-1tqqk2-container, .framer-L79W0 .framer-ppvruo-container, .framer-L79W0 .framer-14rfugh-container { aspect-ratio: 1.4893617021276595 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 134px); max-height: 90vh; width: 100%; } .framer-L79W0 .framer-19sjmkc-container { min-height: unset; }}\",\"@media (min-width: 1440px) and (max-width: 1679px) { .framer-L79W0.framer-d32ay8 { width: 1440px; } .framer-L79W0 .framer-fv501c, .framer-L79W0 .framer-tv9hcs, .framer-L79W0 .framer-msd3cj, .framer-L79W0 .framer-1414wn0, .framer-L79W0 .framer-vhqu52, .framer-L79W0 .framer-105jvki, .framer-L79W0 .framer-66a8oi, .framer-L79W0 .framer-1ofmi7r { height: var(--framer-aspect-ratio-supported, 804px); } .framer-L79W0 .framer-zs5rpm, .framer-L79W0 .framer-txgwbh, .framer-L79W0 .framer-n1u1jr, .framer-L79W0 .framer-qzcyay, .framer-L79W0 .framer-pib5o3, .framer-L79W0 .framer-1x8acjy { height: var(--framer-aspect-ratio-supported, 803px); }}\",\"@media (min-width: 1680px) and (max-width: 1919px) { .framer-L79W0.framer-d32ay8 { width: 1680px; } .framer-L79W0 .framer-f62370 { padding: 0px 64px 240px 64px; } .framer-L79W0 .framer-fv501c, .framer-L79W0 .framer-tv9hcs, .framer-L79W0 .framer-zs5rpm, .framer-L79W0 .framer-txgwbh, .framer-L79W0 .framer-msd3cj, .framer-L79W0 .framer-1414wn0, .framer-L79W0 .framer-n1u1jr, .framer-L79W0 .framer-qzcyay, .framer-L79W0 .framer-vhqu52, .framer-L79W0 .framer-105jvki, .framer-L79W0 .framer-pib5o3, .framer-L79W0 .framer-1x8acjy, .framer-L79W0 .framer-66a8oi, .framer-L79W0 .framer-1ofmi7r { height: var(--framer-aspect-ratio-supported, 256px); }}\",\"@media (min-width: 1920px) { .framer-L79W0.framer-d32ay8 { width: 1920px; } .framer-L79W0 .framer-f62370 { padding: 0px 64px 240px 64px; } .framer-L79W0 .framer-fv501c, .framer-L79W0 .framer-tv9hcs, .framer-L79W0 .framer-zs5rpm, .framer-L79W0 .framer-txgwbh, .framer-L79W0 .framer-msd3cj, .framer-L79W0 .framer-1414wn0, .framer-L79W0 .framer-n1u1jr, .framer-L79W0 .framer-qzcyay, .framer-L79W0 .framer-vhqu52, .framer-L79W0 .framer-105jvki, .framer-L79W0 .framer-pib5o3, .framer-L79W0 .framer-1x8acjy, .framer-L79W0 .framer-66a8oi, .framer-L79W0 .framer-1ofmi7r { aspect-ratio: unset; height: 900px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6570\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ouHqM0TQq\":{\"layout\":[\"fixed\",\"auto\"]},\"gx7zXddaj\":{\"layout\":[\"fixed\",\"auto\"]},\"gc16TAhEy\":{\"layout\":[\"fixed\",\"auto\"]},\"zqxnWOUmx\":{\"layout\":[\"fixed\",\"auto\"]},\"a7FIHoqWd\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"a2STy0aDc\":{\"pattern\":\":a2STy0aDc\",\"name\":\"top\"},\"bBZqPeXAy\":{\"pattern\":\":bBZqPeXAy\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const Framerh1ciA0Pgr=withCSS(Component,css,\"framer-L79W0\");export default Framerh1ciA0Pgr;Framerh1ciA0Pgr.displayName=\"Work\";Framerh1ciA0Pgr.defaultProps={height:6570,width:1200};addFonts(Framerh1ciA0Pgr,[{explicitInter:true,fonts:[{family:\"Saans Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/JvpkRwt160bXlrOprvPbUBJl508.woff2\"},{family:\"PP Mori Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/EHeAzD6gM8HDt9NQftiBgWSV3A.woff2\"}]},...HeaderHeaderFonts,...NavbarNewFonts,...HomepageCaseFonts,...FooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerh1ciA0Pgr\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ouHqM0TQq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gx7zXddaj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gc16TAhEy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zqxnWOUmx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a7FIHoqWd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"a2STy0aDc\\\":{\\\"pattern\\\":\\\":a2STy0aDc\\\",\\\"name\\\":\\\"top\\\"},\\\"bBZqPeXAy\\\":{\\\"pattern\\\":\\\":bBZqPeXAy\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"6570\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HeaderHeaderFonts", "getFonts", "kYVcGAI_w_default", "NavbarNewFonts", "HbJAdpSnD_default", "NavbarNewInnerShowNav1h6f1u9WithMappedReactPropsumotgg", "withMappedReactProps", "withCodeBoundaryForOverrides", "innerShowNav", "HbJAdpSnD_exports", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "HomepageCaseFonts", "uGAPL1fTZ_default", "MotionDivWithOptimizedAppearEffect", "motion", "FooterFonts", "ocBgpGgHd_default", "ContainerWithFX", "withFX", "Container", "MotionDivWithLenisd32ay8", "withLenis", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "isDisplayed", "isDisplayed1", "router", "useRouter", "elementId1", "ref2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "css", "Framerh1ciA0Pgr", "withCSS", "h1ciA0Pgr_default", "addFonts", "__FramerMetadata__"]
}
