{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ClsznfMgFOELZbhrNFyf/j5zPlSbFR0ipmvJ7KTLX/MMn1K2lAA.js"],
  "sourcesContent": ["// Generated by Framer (455587d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TextLink from\"https://framerusercontent.com/modules/g76KwdYPcKBc59H34bq4/N1Sm5rzKgJ1A7evar8mD/PDsb7oOEY.js\";import Hashtag from\"https://framerusercontent.com/modules/n5ma7w8bQcGfKsRs8l64/qEnpLz8ZF6AQ4gDEtcHC/vhFHcuDnv.js\";import Footer from\"#framer/local/canvasComponent/cittmBMML/cittmBMML.js\";import Fixed_Navigation from\"#framer/local/canvasComponent/FYVGgK1WB/FYVGgK1WB.js\";import WorkTab from\"#framer/local/canvasComponent/iAYN_4Byy/iAYN_4Byy.js\";import Contact_btn from\"#framer/local/canvasComponent/SjZ0WHtG9/SjZ0WHtG9.js\";import Scroll_Navigation from\"#framer/local/canvasComponent/udJ2GYpVl/udJ2GYpVl.js\";import{hideScrollbar}from\"#framer/local/codeFile/JwQhyDa/HideScrollbar.js\";import metadataProvider from\"#framer/local/webPageMetadata/MMn1K2lAA/MMn1K2lAA.js\";const Fixed_NavigationFonts=getFonts(Fixed_Navigation);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const Scroll_NavigationFonts=getFonts(Scroll_Navigation);const ContainerWithFX=withFX(Container);const WorkTabFonts=getFonts(WorkTab);const MotionDivHideScrollbarr4aeaq=withCodeBoundaryForOverrides(motion.div,{nodeId:\"BYd_5aLTn\",override:hideScrollbar,scopeId:\"MMn1K2lAA\"});const MotionDivHideScrollbara3l162=withCodeBoundaryForOverrides(motion.div,{nodeId:\"DCzQMNQ8z\",override:hideScrollbar,scopeId:\"MMn1K2lAA\"});const HashtagFonts=getFonts(Hashtag);const TextLinkFonts=getFonts(TextLink);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithFX=withFX(RichText);const Contact_btnFonts=getFonts(Contact_btn);const FooterFonts=getFonts(Footer);const breakpoints={AGyEXNwaJ:\"(min-width: 1100px)\",nH_MdUZnf:\"(max-width: 767px)\",wGov0k3e6:\"(min-width: 768px) and (max-width: 1099px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-3jJ9F\";const variantClassNames={AGyEXNwaJ:\"framer-v-1yzy0le\",nH_MdUZnf:\"framer-v-1y1oqrs\",wGov0k3e6:\"framer-v-z5fxk4\"};const transition1={delay:.2,duration:.8,ease:[.44,0,.56,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:-20};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-150};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:80};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:80};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:80};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"AGyEXNwaJ\",Phone:\"nH_MdUZnf\",Tablet:\"wGov0k3e6\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"AGyEXNwaJ\"};};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 ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"nH_MdUZnf\")return true;return false;};const elementId=useRouteElementId(\"DNWnynMfh\");const router=useRouter();const elementId1=useRouteElementId(\"qpsio4BXs\");const ref2=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"nH_MdUZnf\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"AGyEXNwaJ\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-25b31a9d-211f-4aed-b06c-add80335f614, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1yzy0le\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:87,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-z3fsiw-container\",\"data-framer-appear-id\":\"z3fsiw\",\"data-framer-name\":\"Navigation\",initial:animation1,name:\"Navigation\",nodeId:\"tK8H_p4Q2\",optimized:true,rendersWithMotion:true,scopeId:\"MMn1K2lAA\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{variant:\"wuUHFN6JO\"},wGov0k3e6:{variant:\"JLU1ItgQ7\"}},children:/*#__PURE__*/_jsx(Fixed_Navigation,{height:\"100%\",id:\"tK8H_p4Q2\",layoutId:\"tK8H_p4Q2\",name:\"Navigation\",style:{width:\"100%\"},variant:\"xGR0edOQP\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref1,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4gher7-container\",layoutScroll:true,nodeId:\"SN9pVDZsA\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{variant:\"UDHuKzq1h\"},wGov0k3e6:{variant:\"mrckXYocn\"}},children:/*#__PURE__*/_jsx(Scroll_Navigation,{height:\"100%\",id:\"SN9pVDZsA\",layoutId:\"SN9pVDZsA\",style:{width:\"100%\"},variant:\"rbIQjiYCv\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"header\",{className:\"framer-1uatbn3 hidden-1yzy0le hidden-z5fxk4\",\"data-framer-name\":\"mob_nav\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(MotionDivHideScrollbarr4aeaq,{className:\"framer-r4aeaq\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tcydkz\",\"data-border\":true,\"data-framer-name\":\"work-tabs\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MMn1K2lAA\"},implicitPathVariables:undefined},{href:{webPageId:\"MMn1K2lAA\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1imjyx0-container\",nodeId:\"OxuriCugw\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{csojgQ0nE:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(WorkTab,{csojgQ0nE:resolvedLinks[0],height:\"100%\",id:\"OxuriCugw\",LAsPp7UmA:\"FEATURED\",layoutId:\"OxuriCugw\",q0N9w3oMu:\"(*)\",variant:\"P1dqV6Zur\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R0u5HJhW9\"},implicitPathVariables:undefined},{href:{webPageId:\"R0u5HJhW9\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19ylcoz-container\",nodeId:\"Eph80B4uB\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{csojgQ0nE:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(WorkTab,{csojgQ0nE:resolvedLinks1[0],height:\"100%\",id:\"Eph80B4uB\",LAsPp7UmA:\"SAAS\",layoutId:\"Eph80B4uB\",q0N9w3oMu:\"(5)\",variant:\"ViCeb8fgL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"T37LSmy3Y\"},implicitPathVariables:undefined},{href:{webPageId:\"T37LSmy3Y\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7lgnn1-container\",nodeId:\"lQ0XhHkwD\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{csojgQ0nE:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(WorkTab,{csojgQ0nE:resolvedLinks2[0],height:\"100%\",id:\"lQ0XhHkwD\",LAsPp7UmA:\"FINTECH\",layoutId:\"lQ0XhHkwD\",q0N9w3oMu:\"(4)\",variant:\"ViCeb8fgL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lNsUYbyQa\"},implicitPathVariables:undefined},{href:{webPageId:\"lNsUYbyQa\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15ph68z-container\",nodeId:\"vmaGm4AW5\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{csojgQ0nE:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(WorkTab,{csojgQ0nE:resolvedLinks3[0],height:\"100%\",id:\"vmaGm4AW5\",LAsPp7UmA:\"HEALTHCARE\",layoutId:\"vmaGm4AW5\",q0N9w3oMu:\"(3)\",variant:\"ViCeb8fgL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"o14aWZBGT\"},implicitPathVariables:undefined},{href:{webPageId:\"o14aWZBGT\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6fmmxk-container\",nodeId:\"PByJlFQol\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{csojgQ0nE:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(WorkTab,{csojgQ0nE:resolvedLinks4[0],height:\"100%\",id:\"PByJlFQol\",LAsPp7UmA:\"REAL-ESTATE\",layoutId:\"PByJlFQol\",q0N9w3oMu:\"(3)\",variant:\"ViCeb8fgL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AeBSAMz6z\"},implicitPathVariables:undefined},{href:{webPageId:\"AeBSAMz6z\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t2rt8l-container\",nodeId:\"xgqr8A4On\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{csojgQ0nE:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(WorkTab,{csojgQ0nE:resolvedLinks5[0],height:\"100%\",id:\"xgqr8A4On\",LAsPp7UmA:\"OTHER\",layoutId:\"xgqr8A4On\",q0N9w3oMu:\"(4)\",variant:\"ViCeb8fgL\",width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1syya75\",\"data-framer-name\":\"Content\",id:elementId1,ref:ref2,children:[isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivHideScrollbara3l162,{className:\"framer-a3l162 hidden-1y1oqrs\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zfve28\",\"data-border\":true,\"data-framer-name\":\"work-tabs\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MMn1K2lAA\"},implicitPathVariables:undefined},{href:{webPageId:\"MMn1K2lAA\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hqav4q-container\",nodeId:\"t4wnoLe_V\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wGov0k3e6:{csojgQ0nE:resolvedLinks6[1]}},children:/*#__PURE__*/_jsx(WorkTab,{csojgQ0nE:resolvedLinks6[0],height:\"100%\",id:\"t4wnoLe_V\",LAsPp7UmA:\"FEATURED\",layoutId:\"t4wnoLe_V\",q0N9w3oMu:\"(*)\",variant:\"P1dqV6Zur\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R0u5HJhW9\"},implicitPathVariables:undefined},{href:{webPageId:\"R0u5HJhW9\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1eyslqo-container\",nodeId:\"ZYbTnjPB9\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wGov0k3e6:{csojgQ0nE:resolvedLinks7[1]}},children:/*#__PURE__*/_jsx(WorkTab,{csojgQ0nE:resolvedLinks7[0],height:\"100%\",id:\"ZYbTnjPB9\",LAsPp7UmA:\"SAAS\",layoutId:\"ZYbTnjPB9\",q0N9w3oMu:\"(5)\",variant:\"ViCeb8fgL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"T37LSmy3Y\"},implicitPathVariables:undefined},{href:{webPageId:\"T37LSmy3Y\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-145xhy9-container\",nodeId:\"MevJwV9sx\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wGov0k3e6:{csojgQ0nE:resolvedLinks8[1]}},children:/*#__PURE__*/_jsx(WorkTab,{csojgQ0nE:resolvedLinks8[0],height:\"100%\",id:\"MevJwV9sx\",LAsPp7UmA:\"FINTECH\",layoutId:\"MevJwV9sx\",q0N9w3oMu:\"(4)\",variant:\"ViCeb8fgL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lNsUYbyQa\"},implicitPathVariables:undefined},{href:{webPageId:\"lNsUYbyQa\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1si7i0f-container\",nodeId:\"rq683Yp2p\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wGov0k3e6:{csojgQ0nE:resolvedLinks9[1]}},children:/*#__PURE__*/_jsx(WorkTab,{csojgQ0nE:resolvedLinks9[0],height:\"100%\",id:\"rq683Yp2p\",LAsPp7UmA:\"HEALTHCARE\",layoutId:\"rq683Yp2p\",q0N9w3oMu:\"(3)\",variant:\"ViCeb8fgL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"o14aWZBGT\"},implicitPathVariables:undefined},{href:{webPageId:\"o14aWZBGT\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s0k3t1-container\",nodeId:\"dRwVcwsyr\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wGov0k3e6:{csojgQ0nE:resolvedLinks10[1]}},children:/*#__PURE__*/_jsx(WorkTab,{csojgQ0nE:resolvedLinks10[0],height:\"100%\",id:\"dRwVcwsyr\",LAsPp7UmA:\"REAL-ESTATE\",layoutId:\"dRwVcwsyr\",q0N9w3oMu:\"(3)\",variant:\"ViCeb8fgL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AeBSAMz6z\"},implicitPathVariables:undefined},{href:{webPageId:\"AeBSAMz6z\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-a6i21e-container\",nodeId:\"ihhOCwrb3\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wGov0k3e6:{csojgQ0nE:resolvedLinks11[1]}},children:/*#__PURE__*/_jsx(WorkTab,{csojgQ0nE:resolvedLinks11[0],height:\"100%\",id:\"ihhOCwrb3\",LAsPp7UmA:\"OTHER\",layoutId:\"ihhOCwrb3\",q0N9w3oMu:\"(4)\",variant:\"ViCeb8fgL\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1sfo3ji\",\"data-framer-appear-id\":\"1sfo3ji\",\"data-framer-name\":\"Work_Case\",initial:animation4,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1debms2\",\"data-framer-name\":\"Frame 1000003325\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u1tpfd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.28px\",\"--framer-line-height\":\"140%\"},children:\"/\"})}),className:\"framer-1tamhnw\",\"data-framer-name\":\"/ 01\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.28px\",\"--framer-line-height\":\"140%\"},children:\"01\"})}),className:\"framer-12rtqta\",\"data-framer-name\":\"/ 01\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n7vykd\",\"data-framer-name\":\"Frame 1000003324\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlY29sZXRhIE1lZGl1bQ==\",\"--framer-font-family\":'\"Recoleta Medium\", \"Recoleta Medium Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\"},children:\"ComplyX\"})}),className:\"framer-iqc19l\",\"data-framer-name\":\"OpenHealth\",fonts:[\"CUSTOM;Recoleta Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h5s1r5\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\"},children:\"ComplyX is an EU-based SaaS that helps identify gaps in financial operations by streamlining transaction analysis and regulatory reporting. Built-in collaboration and ARM tools boost accuracy, while a clean interface ensures ease of use.\"})}),className:\"framer-hl23d8\",\"data-framer-name\":\"We've helped Sendlane, the marketing automation tool with a refreshed branding, user interface, product, website, and CMS development.\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-184kjhs\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x58xsw-container\",isModuleExternal:true,nodeId:\"YQ3daqGeO\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"fintech\",height:\"100%\",id:\"YQ3daqGeO\",layoutId:\"YQ3daqGeO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yyn9op-container\",isModuleExternal:true,nodeId:\"ciZovAMXh\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"uidesign\",height:\"100%\",id:\"ciZovAMXh\",layoutId:\"ciZovAMXh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-53bvxd-container\",isModuleExternal:true,nodeId:\"E1YacZVrj\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"saas\",height:\"100%\",id:\"E1YacZVrj\",layoutId:\"E1YacZVrj\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-144jmd1-container\",isModuleExternal:true,nodeId:\"W4YQeKZgC\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"banking\",height:\"100%\",id:\"W4YQeKZgC\",layoutId:\"W4YQeKZgC\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wfxs2s-container\",isModuleExternal:true,nodeId:\"mOM1yWKKu\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"productdesign\",height:\"100%\",id:\"mOM1yWKKu\",layoutId:\"mOM1yWKKu\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14qfbsm\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-18i6np4\",\"data-framer-name\":\"Rectangle 34625145\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x7yo4o-container\",isModuleExternal:true,nodeId:\"YlOGQZIxP\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"YlOGQZIxP\",layoutId:\"YlOGQZIxP\",link:\"https://www.behance.net/gallery/206410167/ComplyX-Banking-Transaction-Research-SaaS-Tool\",title:\"Full case\",variant:\"mm7uHtWUK\",width:\"100%\"})})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xk9wgk\",\"data-framer-name\":\"image_grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png\",srcSet:\"https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png?scale-down-to=512 512w,https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png 3768w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 6 + 80px)`,src:\"https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png\",srcSet:\"https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png?scale-down-to=512 512w,https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png 3768w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png\",srcSet:\"https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png?scale-down-to=512 512w,https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/YN415FBQrnSEM79HeMVPbIThg.png 3768w\"},className:\"framer-jwxq2c\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png\",srcSet:\"https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png?scale-down-to=512 512w,https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png 2440w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 4 + 48px)`,src:\"https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png\",srcSet:\"https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png?scale-down-to=512 512w,https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png 2440w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 4 + 60px)`,src:\"https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png\",srcSet:\"https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png?scale-down-to=512 512w,https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zmrmCHf6i6eBL2peY0cIIMtg8.png 2440w\"},className:\"framer-1bek84w\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/1aEt2KkKjbQ0M09zFTTs0Oozg.png\",srcSet:\"https://framerusercontent.com/images/1aEt2KkKjbQ0M09zFTTs0Oozg.png?scale-down-to=1024 939w,https://framerusercontent.com/images/1aEt2KkKjbQ0M09zFTTs0Oozg.png 1248w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 2 + 16px)`,src:\"https://framerusercontent.com/images/1aEt2KkKjbQ0M09zFTTs0Oozg.png\",srcSet:\"https://framerusercontent.com/images/1aEt2KkKjbQ0M09zFTTs0Oozg.png?scale-down-to=1024 939w,https://framerusercontent.com/images/1aEt2KkKjbQ0M09zFTTs0Oozg.png 1248w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 2 + 20px)`,src:\"https://framerusercontent.com/images/1aEt2KkKjbQ0M09zFTTs0Oozg.png\",srcSet:\"https://framerusercontent.com/images/1aEt2KkKjbQ0M09zFTTs0Oozg.png?scale-down-to=1024 939w,https://framerusercontent.com/images/1aEt2KkKjbQ0M09zFTTs0Oozg.png 1248w\"},className:\"framer-1677l0x\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png\",srcSet:\"https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png?scale-down-to=512 512w,https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png 3768w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 6 + 80px)`,src:\"https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png\",srcSet:\"https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png?scale-down-to=512 512w,https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png 3768w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png\",srcSet:\"https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png?scale-down-to=512 512w,https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/OfEq1JzmYDDDfUX4PjcCl7atfY.png 3768w\"},className:\"framer-1vx0eqt\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/GdIIYra9rmXZefNavKMhoFybHI.png\",srcSet:\"https://framerusercontent.com/images/GdIIYra9rmXZefNavKMhoFybHI.png?scale-down-to=1024 939w,https://framerusercontent.com/images/GdIIYra9rmXZefNavKMhoFybHI.png 1248w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 2 + 16px)`,src:\"https://framerusercontent.com/images/GdIIYra9rmXZefNavKMhoFybHI.png\",srcSet:\"https://framerusercontent.com/images/GdIIYra9rmXZefNavKMhoFybHI.png?scale-down-to=1024 939w,https://framerusercontent.com/images/GdIIYra9rmXZefNavKMhoFybHI.png 1248w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 2 + 20px)`,src:\"https://framerusercontent.com/images/GdIIYra9rmXZefNavKMhoFybHI.png\",srcSet:\"https://framerusercontent.com/images/GdIIYra9rmXZefNavKMhoFybHI.png?scale-down-to=1024 939w,https://framerusercontent.com/images/GdIIYra9rmXZefNavKMhoFybHI.png 1248w\"},className:\"framer-f3zo3\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png\",srcSet:\"https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png?scale-down-to=512 512w,https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png 2440w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 4 + 48px)`,src:\"https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png\",srcSet:\"https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png?scale-down-to=512 512w,https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png 2440w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 4 + 60px)`,src:\"https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png\",srcSet:\"https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png?scale-down-to=512 512w,https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/04OKzrfbcraoMqciOStyEuOoF0.png 2440w\"},className:\"framer-q0k7uo\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png\",srcSet:\"https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png?scale-down-to=512 512w,https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png 3768w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 6 + 80px)`,src:\"https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png\",srcSet:\"https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png?scale-down-to=512 512w,https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png 3768w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png\",srcSet:\"https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png?scale-down-to=512 512w,https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/GD786Nc1mITpV9PrdVgHpvpJ7g.png 3768w\"},className:\"framer-31a4rb\",\"data-framer-name\":\"Image\"})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-dz7l4c\",\"data-framer-appear-id\":\"dz7l4c\",\"data-framer-name\":\"Clients\",initial:animation4,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy05MDA=\",\"--framer-font-family\":'\"DM Sans\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d2873cc6-42eb-40c0-8205-582532719427, rgb(0, 0, 0))\"},children:\"CLIENTS THAT TRUST US\"})}),className:\"framer-1q2thg3\",\"data-framer-name\":\"clients that Trust us\",fonts:[\"GF;DM Sans-900\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bubya9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zlfnxc\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1o99lk\",\"data-framer-name\":\"Bayer\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><g transform=\"translate(0 -0.005)\"><path d=\"M 0 0.005 L 40 0.005 L 40 40.005 L 0 40.005 Z\" fill=\"transparent\"></path><path d=\"M 39.95 18.737 C 39.317 8.316 30.633 0 20.001 0 C 9.369 0 0.686 8.316 0.055 18.737 C 0.055 19.158 0.107 19.579 0.16 20 C 0.567 23.395 1.856 26.625 3.897 29.368 C 7.528 34.316 13.371 37.526 20.002 37.526 C 10.739 37.526 3.16 30.316 2.528 21.263 C 2.476 20.843 2.476 20.421 2.476 20 C 2.476 19.58 2.476 19.158 2.528 18.737 C 3.16 9.684 10.738 2.474 20.002 2.474 C 26.634 2.474 32.476 5.684 36.107 10.632 C 38.107 13.316 39.423 16.526 39.844 20 C 39.897 20.421 39.949 20.842 39.949 21.21 C 39.949 20.79 40.002 20.369 40.002 19.948 C 40.002 19.579 40.002 19.158 39.949 18.737 Z\" fill=\"rgb(40, 40, 40)\"></path><path d=\"M 0.053 21.265 C 0.684 31.686 9.368 40.002 20 40.002 C 30.632 40.002 39.316 31.686 39.947 21.265 C 39.947 20.845 39.895 20.423 39.842 20.002 C 39.435 16.607 38.146 13.377 36.105 10.634 C 32.474 5.685 26.632 2.475 20 2.475 C 29.263 2.475 36.842 9.685 37.474 18.738 C 37.526 19.158 37.526 19.58 37.526 20.001 C 37.526 20.422 37.526 20.843 37.474 21.264 C 36.842 30.369 29.264 37.527 20 37.527 C 13.368 37.527 7.526 34.317 3.895 29.369 C 1.854 26.626 0.565 23.396 0.158 20.001 C 0.105 19.58 0.053 19.159 0.053 18.791 C 0.053 19.211 0 19.633 0 20.054 C 0 20.422 0 20.844 0.053 21.264 Z\" fill=\"rgb(40, 40, 40)\"></path><path d=\"M 17.531 3.847 L 17.531 9.373 L 21.373 9.373 C 22.321 9.373 23.058 8.636 23.058 7.689 C 23.058 7.215 22.847 6.794 22.531 6.479 C 22.755 6.187 22.9 5.843 22.952 5.479 C 22.948 4.58 22.22 3.852 21.321 3.847 Z M 18.794 5.005 L 21.11 5.005 C 21.373 5.005 21.584 5.215 21.584 5.478 C 21.584 5.742 21.374 5.952 21.11 5.952 L 18.794 5.952 Z M 18.794 7.11 L 21.163 7.11 C 21.479 7.11 21.689 7.32 21.689 7.636 C 21.689 7.952 21.479 8.163 21.163 8.163 L 18.794 8.163 Z M 19.37 10.425 L 16.633 15.952 L 18.053 15.952 L 18.475 15.005 L 21.58 15.005 L 22.001 15.952 L 23.422 15.952 L 20.632 10.426 L 19.37 10.426 Z M 20 11.848 L 20.948 13.848 L 19.053 13.848 Z M 21.894 17.161 L 23.473 17.161 L 20.683 20.741 L 20.683 22.688 L 19.368 22.688 L 19.368 20.74 L 16.578 17.161 L 18.158 17.161 L 20.052 19.688 Z M 30.953 17.161 L 30.953 22.688 L 32.269 22.688 L 32.269 20.582 L 33.269 20.582 L 34.848 22.688 L 36.427 22.688 L 34.795 20.53 C 35.514 20.312 36.005 19.649 36.005 18.898 C 36.005 17.951 35.269 17.161 34.322 17.161 Z M 32.322 18.319 L 34.216 18.319 C 34.48 18.319 34.743 18.582 34.743 18.845 C 34.743 19.109 34.533 19.372 34.216 19.372 L 32.322 19.372 Z M 4.055 17.161 L 4.055 22.688 L 7.897 22.688 C 8.844 22.688 9.581 21.951 9.581 21.003 C 9.581 20.53 9.371 20.109 9.055 19.793 C 9.279 19.501 9.423 19.157 9.475 18.793 C 9.471 17.894 8.744 17.166 7.845 17.161 Z M 5.318 18.319 L 7.634 18.319 C 7.897 18.319 8.107 18.529 8.107 18.793 C 8.107 19.056 7.897 19.267 7.634 19.267 L 5.318 19.267 Z M 5.318 20.424 L 7.686 20.424 C 8.002 20.424 8.213 20.634 8.213 20.951 C 8.213 21.267 8.002 21.477 7.686 21.477 L 5.318 21.477 Z M 13.112 17.161 L 10.375 22.688 L 11.796 22.688 L 12.217 21.74 L 15.322 21.74 L 15.743 22.688 L 17.164 22.688 L 14.375 17.161 Z M 13.743 18.582 L 14.691 20.582 L 12.796 20.582 Z M 29.21 17.161 L 29.21 18.349 L 25.527 18.349 L 25.527 19.279 L 29.106 19.279 L 29.106 20.467 L 25.526 20.467 L 25.526 21.5 L 29.211 21.5 L 29.211 22.688 L 24.211 22.688 L 24.211 17.161 L 29.211 17.161 Z M 17.477 30.74 L 17.477 36.267 L 18.792 36.267 L 18.792 34.161 L 19.792 34.161 L 21.372 36.267 L 22.95 36.267 L 21.319 34.109 C 22.038 33.891 22.529 33.228 22.529 32.477 C 22.529 31.53 21.792 30.74 20.845 30.74 Z M 18.845 31.898 L 20.74 31.898 C 21.003 31.898 21.266 32.161 21.266 32.425 C 21.266 32.688 21.056 32.951 20.74 32.951 L 18.845 32.951 Z M 22.531 23.892 L 22.531 25.08 L 18.847 25.08 L 18.847 26.01 L 22.426 26.01 L 22.426 27.197 L 18.847 27.197 L 18.847 28.23 L 22.531 28.23 L 22.531 29.418 L 17.531 29.418 L 17.531 23.892 Z\" fill=\"rgb(40, 40, 40)\"></path></g></svg>',svgContentId:9101291507,withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t6ee80\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-y28i2o\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:38,intrinsicWidth:204,svg:'<svg width=\"204\" height=\"38\" viewBox=\"0 0 204 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1412_7371)\">\\n<path d=\"M0 0.00390625H23.72V37.9539H13.115V10.6739H0V0.00390625Z\" fill=\"#282828\"/>\\n<path d=\"M23.7188 0H37.9848L56.9277 18.977L37.9848 37.953H23.7197L42.6967 18.977L23.7188 0Z\" fill=\"#282828\"/>\\n<path d=\"M61.6136 24.0665V20.4365H65.5126V24.0425H68.9966V27.0925H65.5126V32.5385C65.5126 33.5475 66.1186 34.1265 67.2266 34.1265H68.9376V37.3555H66.2446C63.3246 37.3555 61.6136 35.6655 61.6136 32.7405V27.0925H59.4736V24.0665H61.6136ZM71.3726 37.3555V24.0415H75.0586V26.0595H75.2616C75.5707 25.4183 76.055 24.8777 76.6584 24.5003C77.2619 24.1228 77.9599 23.9239 78.6716 23.9265H79.9546V27.6235H78.4216C76.5086 27.6235 75.2856 29.0195 75.2856 31.3025V37.3555H71.3726ZM82.5496 25.6715C83.0851 25.0359 83.757 24.5292 84.5153 24.189C85.2736 23.8488 86.0988 23.6839 86.9296 23.7065C87.6581 23.6794 88.3819 23.8333 89.0363 24.1544C89.6907 24.4755 90.2553 24.9538 90.6796 25.5465H90.8816V24.0415H94.7806V37.3545H90.9056V35.8395H90.7036C90.3036 36.4715 89.2196 37.6825 87.0316 37.6825C86.1956 37.714 85.3629 37.5611 84.5926 37.2347C83.8224 36.9082 83.1334 36.4162 82.5746 35.7935C81.4426 34.5335 80.8886 32.8685 80.8886 30.7745C80.8886 28.6805 81.4416 26.9665 82.5496 25.6715ZM87.9136 34.1435C89.7496 34.1435 90.9586 32.6805 90.9586 30.6905C90.9586 28.5965 89.6986 27.2355 87.8856 27.2355C86.0726 27.2355 84.8406 28.6485 84.8406 30.6905C84.8406 32.7325 86.0736 34.1505 87.9136 34.1505V34.1435ZM103.918 23.7135C105.586 23.6483 107.221 24.1957 108.514 25.2525C109.12 25.7329 109.621 26.3315 109.989 27.0119C110.356 27.6924 110.581 28.4404 110.65 29.2105H106.685C106.506 28.6275 106.141 28.1192 105.645 27.7636C105.15 27.4079 104.551 27.2245 103.942 27.2415C102.054 27.2415 100.848 28.7045 100.848 30.6975C100.848 32.6905 102.082 34.1505 103.967 34.1505C104.548 34.179 105.124 34.0171 105.605 33.6895C106.087 33.3618 106.449 32.8861 106.636 32.3345H110.605C110.424 33.8586 109.656 35.2521 108.465 36.2195C107.26 37.2005 105.747 37.6825 103.935 37.6825C99.7326 37.7315 96.8136 34.5405 96.8896 30.7015C96.8196 26.8125 99.7156 23.6885 103.918 23.7135ZM117.123 30.6985L122.844 24.0415H127.409L121.405 30.6985L127.409 37.3545H123.029L117.123 30.6985Z\" fill=\"#282828\"/>\\n<path d=\"M117.127 20.4365H113.225V37.3555H117.127V20.4365Z\" fill=\"#282828\"/>\\n<path d=\"M128.17 37.3555V24.0425H131.853V25.4805H132.051C132.431 24.9114 132.951 24.4498 133.562 24.1405C134.172 23.8311 134.852 23.6844 135.536 23.7145C137.248 23.7145 138.531 24.3195 139.386 25.5295H139.564C140.012 24.9392 140.596 24.466 141.266 24.1499C141.937 23.8339 142.673 23.6846 143.414 23.7145C144.053 23.6868 144.691 23.7887 145.29 24.0142C145.889 24.2396 146.436 24.584 146.898 25.0265C147.34 25.4675 147.686 25.9949 147.915 26.5758C148.144 27.1566 148.251 27.7785 148.229 28.4025V37.3555H144.327V29.7675C144.327 28.2525 143.63 27.3445 142.313 27.3445C140.996 27.3445 140.177 28.3915 140.177 29.8925V37.3555H136.275V29.6755C136.275 28.2625 135.518 27.3555 134.212 27.3555C132.978 27.3555 132.072 28.4405 132.072 29.8755V37.3555H128.17ZM152.032 25.6695C152.568 25.0341 153.239 24.5275 153.998 24.1875C154.756 23.8475 155.581 23.6827 156.412 23.7055C157.14 23.6786 157.864 23.8325 158.518 24.1536C159.172 24.4747 159.737 24.9529 160.161 25.5455H160.364V24.0395H164.262V37.3525H160.388V35.8375H160.186C159.785 36.4695 158.701 37.6805 156.513 37.6805C155.679 37.7104 154.848 37.5567 154.08 37.2303C153.312 36.9039 152.624 36.4127 152.067 35.7915C150.935 34.5315 150.381 32.8665 150.381 30.7725C150.381 28.6785 150.924 26.9645 152.032 25.6695ZM157.391 34.1415C159.231 34.1415 160.437 32.6795 160.437 30.6895C160.437 28.5955 159.179 27.2345 157.367 27.2345C155.555 27.2345 154.322 28.6475 154.322 30.6895C154.322 32.7315 155.552 34.1495 157.391 34.1495V34.1415ZM166.404 27.0935V24.0665H167.662C168.342 24.0665 168.746 23.5885 168.746 22.8835V20.4365H172.443V24.0425H175.927V27.0925H172.443V32.5385C172.443 33.5475 173.049 34.1265 174.157 34.1265H175.868V37.3555H173.174C170.254 37.3555 168.544 35.6655 168.544 32.7405V27.0925L166.404 27.0935ZM179.438 25.6715C180.08 25.0214 180.85 24.5112 181.699 24.1729C182.549 23.8345 183.458 23.6754 184.372 23.7055C188.752 23.7055 191.041 26.9355 191.041 30.6385V31.7795H181.25C181.375 33.4975 182.644 34.6795 184.445 34.6795C185.933 34.6795 186.989 33.9825 187.393 33.0925H190.916C190.309 35.9165 187.846 37.6825 184.295 37.6825C183.392 37.6963 182.496 37.5258 181.661 37.1814C180.826 36.837 180.07 36.326 179.44 35.6795C178.808 35.0328 178.314 34.2639 177.989 33.4198C177.664 32.5758 177.515 31.6743 177.55 30.7705C177.55 28.6805 178.18 26.9905 179.438 25.6705M187.417 29.1605C187.292 27.7265 186.083 26.6655 184.372 26.6655C183.646 26.6423 182.937 26.8854 182.378 27.349C181.819 27.8127 181.448 28.4648 181.337 29.1825L187.417 29.1605Z\" fill=\"#282828\"/>\\n<path d=\"M196.215 26.9839C196.215 28.1989 195.675 28.8379 194.577 28.8379C193.591 28.8379 193.183 28.2829 193.089 27.7069H193.476C193.54 27.9464 193.688 28.1553 193.892 28.2964C194.096 28.4376 194.344 28.5019 194.591 28.4779C195.577 28.4779 195.849 27.8429 195.849 26.8759V26.4819C195.643 26.9769 195.274 27.2419 194.584 27.2419C193.696 27.2419 193.013 26.5199 193.013 25.3439C193.013 24.0659 193.741 23.3539 194.636 23.3539C195.41 23.3539 195.744 23.7039 195.849 24.0209C195.849 23.8009 195.866 23.5349 195.873 23.4449H196.222V24.5449L196.215 26.9839ZM193.427 25.3259C193.427 26.2299 193.905 26.8859 194.633 26.8859C195.581 26.8859 195.866 26.2549 195.866 25.2659C195.866 24.2789 195.563 23.7099 194.654 23.7099C193.744 23.7099 193.417 24.4599 193.417 25.3229L193.427 25.3259ZM197.682 26.6799V28.7749H197.302V23.4449H197.671C197.689 23.5879 197.689 23.8149 197.689 24.1429C197.81 23.8964 198.001 23.6912 198.238 23.5533C198.476 23.4154 198.749 23.3509 199.023 23.3679C199.915 23.3679 200.539 24.1179 200.539 25.2569C200.539 26.6249 199.81 27.3509 198.894 27.3509C198.648 27.3724 198.401 27.3202 198.185 27.2008C197.97 27.0815 197.794 26.8995 197.682 26.6799ZM200.121 25.2609C200.121 24.3779 199.699 23.7179 198.946 23.7179C198.03 23.7179 197.65 24.2939 197.65 25.3279C197.65 26.3609 197.946 26.9779 198.894 26.9779C199.689 26.9779 200.128 26.3079 200.128 25.2609H200.121ZM201.437 26.1919C201.488 26.4328 201.626 26.6465 201.824 26.7926C202.022 26.9388 202.267 27.0072 202.513 26.9849C203.186 26.9849 203.461 26.6739 203.461 26.2479C203.461 25.8219 203.28 25.6019 202.416 25.3959C201.437 25.1619 201.193 24.8659 201.193 24.3489C201.193 23.8319 201.59 23.3399 202.447 23.3399C202.761 23.3062 203.075 23.397 203.323 23.5928C203.57 23.7886 203.731 24.0737 203.771 24.3869H203.395C203.347 24.1729 203.222 23.984 203.044 23.8554C202.866 23.7269 202.648 23.6677 202.43 23.6889C201.771 23.6889 201.58 24.0139 201.58 24.3179C201.58 24.6209 201.764 24.8409 202.513 25.0159C203.583 25.2739 203.848 25.6229 203.848 26.1919C203.848 26.8899 203.287 27.3089 202.493 27.3089C201.625 27.3089 201.141 26.8519 201.036 26.1679L201.437 26.1919Z\" fill=\"#282828\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1412_7371\">\\n<rect width=\"204\" height=\"38\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ez8xla\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cawubv\",\"data-framer-name\":\"Linetweet\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130 26\"><g><path d=\"M 0 0 L 130 0 L 130 26 L 0 26 Z\" fill=\"transparent\"></path><path d=\"M 9.703 16.029 L 17.328 16.029 L 17.328 26 L 0 26 L 0 0 L 5.858 0 L 5.858 19.916 L 13.392 19.916 L 13.392 21.775 L 4.04 21.775 L 4.04 1.859 L 1.819 1.859 L 1.819 24.128 L 15.497 24.128 L 15.497 17.875 L 7.872 17.875 L 7.872 11.817 L 9.69 11.817 L 9.69 16.029 Z M 31.656 5.33 L 29.096 5.33 L 29.096 20.618 L 38.397 20.618 L 38.397 18.226 L 31.656 18.226 Z M 40.411 7.41 L 42.97 7.41 L 42.97 5.07 L 40.41 5.07 L 40.41 7.41 Z M 40.411 20.618 L 42.97 20.618 L 42.97 9.152 L 40.41 9.152 L 40.41 20.618 Z M 56.271 11.739 C 56.113 11.232 55.867 10.757 55.544 10.335 C 55.219 9.893 54.777 9.542 54.232 9.256 C 53.686 8.97 52.985 8.827 52.127 8.827 C 51.049 8.827 50.153 9.061 49.412 9.542 C 49.022 9.789 48.672 10.088 48.386 10.439 L 48.386 9.165 L 46.113 9.165 L 46.113 20.631 L 48.698 20.631 L 48.698 14.742 C 48.698 14.04 48.776 13.468 48.932 13.026 C 49.088 12.571 49.296 12.22 49.542 11.96 C 49.802 11.7 50.088 11.518 50.412 11.414 C 50.724 11.31 51.049 11.258 51.374 11.258 C 51.984 11.258 52.465 11.388 52.816 11.648 C 53.179 11.908 53.439 12.246 53.621 12.662 C 53.803 13.065 53.92 13.481 53.971 13.923 C 54.024 14.365 54.05 14.755 54.05 15.119 L 54.05 20.644 L 56.635 20.644 L 56.635 14.248 C 56.635 13.975 56.609 13.611 56.557 13.182 C 56.523 12.691 56.427 12.206 56.271 11.739 Z M 69.157 12.025 C 69.559 13.039 69.715 14.235 69.611 15.6 L 61.324 15.6 C 61.414 16.419 61.649 17.082 62.051 17.589 C 62.558 18.226 63.298 18.538 64.273 18.538 C 64.896 18.538 65.442 18.395 65.896 18.122 C 66.364 17.828 66.734 17.403 66.961 16.9 L 69.481 17.667 C 69.04 18.694 68.364 19.5 67.442 20.072 C 66.536 20.642 65.486 20.94 64.416 20.93 C 63.259 20.93 62.233 20.683 61.363 20.176 C 60.499 19.681 59.788 18.957 59.311 18.083 C 58.817 17.186 58.583 16.172 58.583 15.002 C 58.583 13.754 58.83 12.662 59.311 11.739 C 59.791 10.816 60.454 10.088 61.311 9.581 C 62.168 9.074 63.156 8.814 64.286 8.814 C 65.468 8.814 66.481 9.087 67.312 9.646 C 68.144 10.231 68.754 11.011 69.157 12.025 Z M 67.027 13.663 C 66.936 12.922 66.741 12.337 66.429 11.934 C 66 11.362 65.325 11.076 64.389 11.076 C 63.337 11.076 62.571 11.401 62.051 12.051 C 61.727 12.467 61.506 13 61.389 13.663 L 67.026 13.663 Z M 75.34 5.967 L 72.794 5.967 L 72.794 9.152 L 70.715 9.152 L 70.715 11.154 L 72.794 11.154 L 72.794 15.925 C 72.794 16.575 72.807 17.16 72.82 17.68 C 72.833 18.2 72.976 18.707 73.235 19.201 C 73.535 19.747 73.963 20.15 74.535 20.397 C 75.105 20.644 75.755 20.774 76.47 20.787 C 77.215 20.809 77.96 20.748 78.691 20.605 L 78.691 18.46 C 77.977 18.564 77.341 18.59 76.781 18.551 C 76.223 18.512 75.821 18.265 75.561 17.836 C 75.431 17.615 75.353 17.329 75.34 16.991 C 75.327 16.64 75.327 16.237 75.327 15.782 L 75.327 11.167 L 78.691 11.167 L 78.691 9.152 L 75.34 9.152 Z M 91.512 16.51 L 89.252 9.152 L 87.095 9.152 L 84.835 16.51 L 82.601 9.152 L 80.094 9.126 L 83.588 20.605 L 85.576 20.605 L 88.161 12.714 L 90.758 20.605 L 92.746 20.605 L 96.24 9.139 L 93.733 9.139 Z M 107.697 12.025 C 108.1 13.039 108.255 14.235 108.151 15.6 L 99.864 15.6 C 99.955 16.419 100.189 17.082 100.592 17.589 C 101.098 18.226 101.839 18.538 102.813 18.538 C 103.436 18.538 103.982 18.395 104.436 18.122 C 104.904 17.829 105.275 17.403 105.502 16.9 L 108.022 17.667 C 107.58 18.694 106.904 19.5 105.982 20.072 C 105.077 20.642 104.026 20.94 102.956 20.93 C 101.8 20.93 100.773 20.683 99.903 20.176 C 99.039 19.681 98.328 18.957 97.851 18.083 C 97.357 17.186 97.123 16.172 97.123 15.002 C 97.123 13.754 97.37 12.662 97.851 11.739 C 98.331 10.816 98.994 10.088 99.851 9.581 C 100.708 9.074 101.696 8.814 102.826 8.814 C 104.008 8.814 105.021 9.087 105.852 9.646 C 106.684 10.231 107.294 11.011 107.697 12.025 Z M 105.567 13.663 C 105.476 12.922 105.281 12.337 104.969 11.934 C 104.54 11.362 103.865 11.076 102.93 11.076 C 101.878 11.076 101.111 11.401 100.592 12.051 C 100.267 12.467 100.046 13 99.929 13.663 Z M 120.466 12.025 C 120.868 13.039 121.024 14.235 120.92 15.6 L 112.633 15.6 C 112.724 16.419 112.958 17.082 113.36 17.589 C 113.867 18.226 114.607 18.538 115.582 18.538 C 116.205 18.538 116.751 18.395 117.205 18.122 C 117.673 17.829 118.043 17.404 118.27 16.9 L 120.79 17.667 C 120.349 18.694 119.673 19.5 118.751 20.072 C 117.845 20.643 116.794 20.94 115.724 20.93 C 114.568 20.93 113.542 20.683 112.672 20.176 C 111.808 19.682 111.097 18.957 110.62 18.083 C 110.126 17.186 109.892 16.172 109.892 15.002 C 109.892 13.754 110.126 12.662 110.62 11.739 C 111.1 10.816 111.763 10.088 112.62 9.581 C 113.477 9.074 114.464 8.814 115.595 8.814 C 116.777 8.814 117.79 9.087 118.621 9.646 C 119.456 10.241 120.098 11.068 120.466 12.025 Z M 118.322 13.663 C 118.231 12.922 118.037 12.337 117.725 11.934 C 117.296 11.362 116.621 11.076 115.685 11.076 C 114.633 11.076 113.867 11.401 113.347 12.051 C 113.023 12.467 112.802 13 112.685 13.663 Z M 130 11.167 L 130 9.152 L 126.636 9.152 L 126.636 5.967 L 124.09 5.967 L 124.09 9.152 L 122.011 9.152 L 122.011 11.154 L 124.09 11.154 L 124.09 15.925 C 124.09 16.575 124.103 17.16 124.116 17.68 C 124.129 18.2 124.272 18.707 124.531 19.201 C 124.83 19.747 125.259 20.15 125.83 20.397 C 126.402 20.644 127.051 20.774 127.766 20.787 C 128.511 20.809 129.256 20.748 129.987 20.605 L 129.987 18.46 C 129.356 18.558 128.716 18.589 128.078 18.551 C 127.519 18.499 127.116 18.265 126.857 17.836 C 126.727 17.615 126.649 17.329 126.636 16.991 C 126.623 16.64 126.623 16.237 126.623 15.782 L 126.623 11.167 Z\" fill=\"rgb(40, 40, 40)\"></path></g></svg>',svgContentId:12679634109,withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7t59jy\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hwu4tv\",\"data-framer-name\":\"The4\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94 32\"><path d=\"M 73.817 0.668 C 76.298 -0.124 78.967 -0.132 81.529 0.23 C 76.483 5.955 71.417 11.661 66.331 17.349 C 66.331 18.301 66.331 19.257 66.335 20.212 C 70.643 20.221 74.951 20.212 79.262 20.217 C 79.267 22.627 79.254 25.042 79.271 27.453 C 80.92 27.465 82.566 27.461 84.22 27.461 C 84.22 25.046 84.215 22.631 84.22 20.221 L 87.059 20.209 C 87.044 18.926 87.037 17.642 87.039 16.358 C 86.095 16.362 85.151 16.362 84.211 16.366 C 84.233 11.229 84.199 6.086 84.233 0.949 C 87.486 2.349 90.395 4.627 92.105 7.691 C 94.401 11.716 94.634 16.795 92.678 20.992 C 91.15 24.355 88.257 27.102 84.788 28.58 C 81.683 29.946 78.109 30.079 74.8 29.423 C 70.889 28.533 67.404 26.057 65.286 22.756 C 62.64 18.637 62.257 13.233 64.343 8.814 C 66.109 4.963 69.663 1.923 73.818 0.668 Z\" fill=\"rgb(40, 40, 40)\"></path><path d=\"M 72.119 16.339 C 74.511 13.67 76.883 10.978 79.271 8.307 C 79.254 10.998 79.271 13.69 79.254 16.382 C 76.878 16.347 74.499 16.385 72.118 16.339 Z M 23.773 5.408 C 26.952 5.443 30.34 4.686 33.353 5.981 C 35.37 6.793 36.499 9.149 35.781 11.154 C 35.442 12.145 34.518 12.762 33.728 13.402 C 34.64 13.924 35.672 14.381 36.262 15.278 C 37.866 17.603 37.318 21.238 34.704 22.662 C 31.449 24.555 27.489 23.7 23.891 23.926 C 23.757 22.718 23.697 21.503 23.713 20.287 C 23.773 15.328 23.656 10.367 23.773 5.407 Z M 27.403 8.053 C 27.403 9.539 27.407 11.025 27.403 12.512 C 28.807 12.484 30.357 12.652 31.582 11.856 C 32.712 11.079 32.772 9.282 31.579 8.537 C 30.32 7.842 28.787 8.123 27.403 8.052 Z M 27.416 15.024 C 27.395 17.076 27.371 19.132 27.48 21.18 C 29.134 21.191 30.925 21.285 32.397 20.419 C 33.837 19.268 33.925 16.654 32.311 15.605 C 30.796 14.895 29.053 15.005 27.416 15.024 Z M 51.721 6.242 C 55.062 4.573 59.445 4.651 62.511 6.867 C 62.015 7.763 61.507 8.657 60.991 9.551 C 58.816 8.1 55.836 7.475 53.468 8.883 C 50.515 10.756 50.007 14.767 51.124 17.782 C 52.342 20.825 56.631 22.292 59.462 20.443 C 60.18 19.468 59.631 18.094 59.749 16.987 C 60.043 17.053 60.628 17.194 60.922 17.26 L 60.43 17.197 C 60.757 19.148 61.507 20.993 62.499 22.714 C 59.575 24.161 56.095 24.5 52.916 23.731 C 49.016 22.654 46.736 18.613 46.934 14.848 C 46.708 11.415 48.503 7.835 51.721 6.242 Z M 40.259 5.404 C 41.42 5.401 42.582 5.401 43.747 5.401 L 43.747 23.915 C 42.586 23.907 41.424 23.907 40.263 23.915 C 40.263 17.743 40.27 11.571 40.259 5.404 Z\" fill=\"rgb(40, 40, 40)\"></path><path d=\"M 57.058 13.842 C 58.151 13.853 59.248 13.857 60.342 13.846 C 60.337 14.689 60.342 15.532 60.358 16.374 C 60.135 16.561 59.909 16.745 59.685 16.928 C 58.813 16.822 57.937 16.756 57.065 16.683 C 57.062 15.733 57.058 14.79 57.058 13.842 Z M 3.489 24.995 C 4.038 24.985 4.59 24.976 5.142 24.963 C 5.74 26.763 6.252 28.589 6.877 30.379 C 6.421 30.371 5.962 30.368 5.505 30.364 L 5.07 28.99 L 3.477 28.966 C 3.327 29.443 3.175 29.919 3.025 30.399 L 1.799 30.34 C 2.351 28.557 2.925 26.778 3.489 24.996 Z M 4.328 25.811 L 3.663 28.093 C 3.962 28.074 4.554 28.027 4.853 28.007 C 4.679 27.274 4.506 26.54 4.328 25.81 Z M 29.476 25.685 C 29.819 25.612 30.167 25.541 30.518 25.475 C 30.505 25.682 30.489 26.087 30.482 26.294 C 30.973 26.384 32.175 27.094 31.009 27.337 L 30.493 27.558 C 30.493 28.151 30.498 28.745 30.502 29.338 L 31.672 29.634 C 31.437 30.246 31.006 30.679 30.292 30.426 C 29.02 30.102 29.42 28.592 29.283 27.655 C 28.15 27.109 29.15 26.365 29.476 25.686 Z M 10.942 28.502 C 10.676 26.813 13.338 25.584 14.376 27.052 C 13.193 27.18 12.007 27.585 11.964 28.919 C 12.718 29.306 13.529 29.552 14.36 29.727 C 13.537 31.268 10.713 30.157 10.942 28.502 Z M 32.172 30.329 C 32.183 29.053 32.183 27.78 32.183 26.506 L 33.43 26.509 C 33.41 27.804 33.405 29.095 33.398 30.391 C 32.99 30.37 32.583 30.348 32.172 30.327 Z M 40.016 30.11 C 38.742 29.306 38.935 27.055 40.371 26.521 C 41.303 26.393 42.243 26.517 43.175 26.521 C 43.098 28.031 43.429 29.614 42.908 31.07 C 42.331 32.255 40.775 31.966 39.673 31.974 L 39.593 31.004 C 40.254 31.042 40.916 31.082 41.581 31.113 C 41.703 30.839 41.94 30.293 42.062 30.02 C 41.408 30.079 40.602 30.628 40.016 30.11 Z M 40.443 27.516 C 40.379 28.366 40.577 29.178 41.154 29.841 C 41.956 29.131 42.04 28.144 41.67 27.2 C 41.363 27.278 40.751 27.434 40.443 27.516 Z M 0 14.973 C 2.48 15.008 4.956 14.985 7.438 14.993 C 7.438 15.45 7.442 15.906 7.442 16.366 L 4.494 16.355 C 4.444 18.736 4.414 21.117 4.404 23.498 C 3.895 23.494 3.386 23.494 2.877 23.498 C 2.9 21.118 2.884 18.738 2.887 16.358 C 1.928 16.362 0.965 16.362 0.003 16.369 L 0 14.974 Z M 8.401 14.829 C 8.866 14.739 9.334 14.645 9.801 14.551 C 9.797 15.531 9.793 16.514 9.752 17.493 C 11.12 17.236 13.045 16.912 13.734 18.453 C 14.235 20.084 13.899 21.82 13.985 23.498 C 13.476 23.493 12.968 23.49 12.459 23.489 C 12.448 22.062 12.589 20.622 12.379 19.202 C 12.076 18.149 10.479 18.251 9.818 18.925 C 9.745 18.999 9.591 19.151 9.519 19.226 C 9.302 20.572 9.116 17.603 8.402 14.829 Z M 16.243 18.07 C 17.706 16.647 20.785 17.049 21.491 19.05 L 21.366 20.283 C 20.982 20.15 20.603 20.005 20.216 19.881 C 19.986 19.452 19.76 19.019 19.461 18.628 C 18.836 18.473 18.187 18.468 17.549 18.422 C 17.316 18.882 17.078 19.343 16.88 19.819 L 16.795 20.829 C 16.945 22.709 19.236 22.533 20.555 21.996 C 20.635 22.288 20.796 22.881 20.878 23.173 C 19.481 23.552 17.803 23.907 16.525 23.045 C 14.871 21.936 14.799 19.37 16.243 18.07 Z M 45.934 24.98 L 49.321 24.98 C 49.321 25.214 49.33 25.682 49.334 25.916 C 48.603 25.924 47.881 25.927 47.155 25.935 C 47.155 26.369 47.16 26.805 47.163 27.243 C 47.821 27.234 48.479 27.227 49.136 27.222 C 49.136 27.468 49.136 27.964 49.141 28.21 C 48.478 28.213 47.817 28.225 47.16 28.237 C 47.16 28.943 47.163 29.649 47.168 30.355 C 46.861 30.367 46.249 30.395 45.941 30.411 C 45.93 28.599 45.934 26.789 45.934 24.98 Z M 49.979 26.509 L 51.306 26.509 L 51.306 30.343 C 50.988 30.348 50.358 30.352 50.043 30.355 C 50.097 29.073 50.075 27.789 49.979 26.509 Z M 62.846 26.716 C 63.689 26.462 65.025 26.057 65.314 27.228 C 64.834 27.243 63.874 27.281 63.394 27.301 C 63.971 27.899 65.052 28.14 65.302 28.975 C 65.589 30.621 62.774 30.988 62.168 29.595 C 62.938 29.545 63.71 29.517 64.484 29.462 C 63.762 28.935 63.02 28.441 62.326 27.886 C 62.454 27.594 62.717 27.008 62.846 26.716 Z\" fill=\"rgb(40, 40, 40)\"></path><path d=\"M 8.401 14.829 C 13.062 14.829 7 14.75 10 15 C 9.125 16.781 9.782 19.846 10 18.5 C 10.073 18.425 9.745 18.999 9.818 18.925 C 9.773 20.447 9.789 21.968 9.789 23.49 C 9.426 23.49 8.699 23.486 8.337 23.482 C 8.366 20.598 8.26 17.711 8.401 14.829 Z M 21.491 19.051 C 21.563 19.635 21.591 20.228 21.611 20.821 C 20.006 20.836 18.401 20.829 16.796 20.829 C 16.815 20.579 16.86 20.071 16.88 19.819 C 17.994 19.823 19.107 19.811 20.215 19.881 C 20.603 20.005 20.982 20.15 21.366 20.283 L 21.491 19.05 Z M 50.277 24.722 C 50.851 24.683 51.217 25.139 51.649 25.417 L 50.258 25.916 C 50.085 25.535 50.092 25.097 50.277 24.722 Z M 53.617 26.813 C 53.976 26.642 54.335 26.47 54.698 26.302 C 54.714 26.669 54.735 27.04 54.755 27.41 C 54.344 27.57 53.933 27.73 53.52 27.898 C 53.524 28.714 53.533 29.533 53.552 30.351 C 53.15 30.364 52.751 30.371 52.351 30.387 C 52.363 29.053 52.351 27.718 52.372 26.384 C 52.686 26.493 53.307 26.708 53.617 26.813 Z M 55.501 26.528 C 56.384 26.731 57.272 26.629 58.139 26.419 L 58.857 26.887 C 59.692 26.403 60.583 26.403 61.442 26.841 C 61.551 28.011 61.575 29.181 61.587 30.355 C 61.289 30.352 60.692 30.34 60.394 30.336 C 60.373 29.31 60.353 28.284 60.269 27.262 C 59.991 27.332 59.429 27.473 59.147 27.542 C 59.143 28.479 59.143 29.411 59.152 30.352 L 57.945 30.352 C 57.86 29.388 58.18 28.315 57.691 27.426 C 57.446 27.426 56.949 27.426 56.703 27.422 C 56.678 28.396 56.671 29.37 56.682 30.345 C 56.388 30.348 55.807 30.352 55.518 30.352 C 55.528 29.076 55.528 27.804 55.501 26.528 Z M 32.958 25.888 C 33.889 25.811 33.47 24.558 32.76 24.75 C 32.074 24.679 32.272 26.302 32.958 25.889 Z M 8.075 26.899 C 8.825 26.278 9.874 26.485 10.769 26.509 C 10.257 27.254 9.325 27.379 8.523 27.655 C 8.571 28.354 8.737 29.033 9.144 29.626 C 9.454 29.583 10.076 29.501 10.386 29.462 L 10.407 30.418 C 9.478 30.336 8.317 30.515 7.696 29.677 C 7.147 28.83 7.2 27.535 8.075 26.899 Z M 15.82 26.595 C 16.961 26.033 18.623 26.809 18.7 28.097 C 19.006 29.59 17.268 30.89 15.839 30.289 C 14.169 29.794 14.203 27.153 15.82 26.595 Z M 15.843 27.398 C 15.859 28.147 15.904 28.896 15.981 29.642 C 16.848 29.665 17.735 29.146 17.501 28.194 C 17.526 27.281 16.525 27.269 15.843 27.398 Z M 19.55 26.509 L 20.7 26.509 C 20.712 27.501 20.644 28.51 20.91 29.482 C 22.717 29.794 21.943 27.527 22.127 26.513 C 22.426 26.509 23.024 26.505 23.322 26.501 C 23.301 27.808 23.297 29.119 23.281 30.43 C 22.858 30.347 22.434 30.266 22.01 30.188 C 21.219 30.387 20.144 30.64 19.715 29.719 C 19.442 28.674 19.59 27.578 19.55 26.509 Z M 24.33 26.435 C 24.754 26.528 25.177 26.622 25.601 26.72 C 26.379 26.525 27.278 26.193 27.884 26.927 C 28.259 28.026 28.081 29.209 28.125 30.348 L 26.944 30.348 C 26.928 29.341 26.956 28.323 26.746 27.332 C 24.995 27.177 25.681 29.298 25.536 30.34 L 24.323 30.364 C 24.326 29.052 24.326 27.746 24.33 26.435 Z M 34.502 30.336 C 34.507 29.013 34.507 27.691 34.531 26.368 C 34.922 26.493 35.313 26.613 35.708 26.743 C 36.496 26.459 37.318 26.498 38.112 26.727 C 38.238 27.945 38.265 29.162 38.286 30.383 C 37.891 30.355 37.495 30.329 37.1 30.305 C 37.084 29.282 37.104 28.253 36.866 27.254 C 35.149 27.308 35.887 29.295 35.737 30.367 C 35.326 30.356 34.915 30.348 34.502 30.336 Z\" fill=\"rgb(40, 40, 40)\"></path></svg>',svgContentId:10134878167,withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h68xoj\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1y89yra\",\"data-framer-name\":\"Diplo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 104 22\"><path d=\"M 18.111 3.586 L 7.875 3.586 L 7.875 0.021 L 18.111 0.021 C 23.5 0.021 27.87 4.362 27.87 9.716 C 27.87 15.07 23.5 19.41 18.111 19.41 L 7.875 19.41 L 7.875 15.847 L 18.111 15.847 C 21.519 15.847 24.282 13.103 24.282 9.716 C 24.282 6.33 21.52 3.585 18.111 3.585 Z M 0 19.411 L 0 0.031 L 3.587 0.031 L 3.587 19.412 L 0 19.412 Z M 10.68 11.774 L 15.019 11.774 C 16.163 11.774 17.09 10.852 17.09 9.717 C 17.087 8.579 16.161 7.658 15.02 7.66 L 10.682 7.66 L 10.682 11.773 Z\" fill=\"rgb(40, 40, 40)\"></path><path d=\"M 37.299 18.089 L 37.299 1.545 L 43.797 1.545 C 48.245 1.545 51.11 5.109 51.11 9.991 C 51.11 12.675 50.203 15.035 48.456 16.493 C 47.221 17.511 45.614 18.089 43.518 18.089 Z M 40.677 15.198 L 43.285 15.198 C 46.452 15.198 47.687 13.276 47.687 9.991 C 47.687 6.706 46.243 4.415 43.377 4.415 L 40.676 4.415 L 40.676 15.197 Z M 51.876 18.089 L 51.876 6.22 L 55.044 6.22 L 55.044 18.089 Z M 51.876 4.369 L 51.876 1.545 L 55.044 1.545 L 55.044 4.369 Z M 56.27 21.977 L 56.27 6.22 L 59.321 6.22 L 59.321 7.7 L 59.391 7.7 C 60.159 6.659 61.278 5.896 62.908 5.896 C 66.076 5.896 68.102 8.464 68.102 12.166 C 68.102 16.007 66.006 18.437 62.932 18.437 C 61.255 18.437 60.159 17.766 59.484 16.747 L 59.438 16.747 L 59.438 21.977 Z M 62.256 15.822 C 63.863 15.822 64.888 14.502 64.888 12.258 C 64.888 10.014 64.096 8.441 62.139 8.441 C 60.159 8.441 59.368 10.129 59.368 12.258 C 59.368 14.41 60.369 15.822 62.256 15.822 Z M 68.808 18.089 L 68.808 1.545 L 71.975 1.545 L 71.975 18.089 Z M 78.906 18.437 C 75.203 18.437 72.663 15.706 72.663 12.166 C 72.663 8.625 75.203 5.896 78.906 5.896 C 82.609 5.896 85.148 8.626 85.148 12.166 C 85.148 15.707 82.609 18.437 78.906 18.437 Z M 78.906 16.031 C 80.838 16.031 81.933 14.48 81.933 12.166 C 81.933 9.852 80.838 8.279 78.906 8.279 C 76.949 8.279 75.878 9.852 75.878 12.166 C 75.878 14.48 76.949 16.031 78.906 16.031 Z M 84.849 18.089 L 90.65 1.545 L 94.143 1.545 L 100.013 18.089 L 96.496 18.089 L 95.377 14.572 L 89.369 14.572 L 88.274 18.089 Z M 91.652 7.239 L 90.161 12.006 L 94.563 12.006 L 93.073 7.239 C 92.793 6.359 92.397 4.693 92.397 4.693 L 92.351 4.693 C 92.351 4.693 91.932 6.359 91.652 7.239 Z M 100.623 18.089 L 100.623 1.545 L 104 1.545 L 104 18.089 Z\" fill=\"rgb(40, 40, 40)\"></path></svg>',svgContentId:9439033467,withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rhjib2\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:74.66666666666667,intrinsicWidth:322.6666666666667,pixelHeight:112,pixelWidth:484,src:\"https://framerusercontent.com/images/geOoQtMtZ9TekhktGH0HbyGUeYE.png\"},className:\"framer-982hq4\",\"data-framer-name\":\"Yellowtail\",transformTemplate:transformTemplate1})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1s74vtf\",\"data-framer-appear-id\":\"1s74vtf\",\"data-framer-name\":\"Work_Case\",initial:animation4,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xun2nj\",\"data-framer-name\":\"Frame 1000003325\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-swox6y\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.28px\",\"--framer-line-height\":\"140%\"},children:\"/\"})}),className:\"framer-1x5ioyb\",\"data-framer-name\":\"/ 01\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.28px\",\"--framer-line-height\":\"140%\"},children:\"02\"})}),className:\"framer-12awewu\",\"data-framer-name\":\"/ 01\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l4iios\",\"data-framer-name\":\"Frame 1000003324\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlY29sZXRhIE1lZGl1bQ==\",\"--framer-font-family\":'\"Recoleta Medium\", \"Recoleta Medium Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\"},children:\"OpenHealth\"})}),className:\"framer-17ljc1v\",\"data-framer-name\":\"OpenHealth\",fonts:[\"CUSTOM;Recoleta Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z0x6f8\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\"},children:\"Digital therapy is evidence-based treatment delivered online. We helped the company define its mission, offering, and personality. By combining a secure digital companion app with face-to-face sessions with top therapists, users can explore, chat, consult, exercise, and manage everything in one app\u2014available on both desktop and mobile.\"})}),className:\"framer-pbh7xf\",\"data-framer-name\":\"We've helped Sendlane, the marketing automation tool with a refreshed branding, user interface, product, website, and CMS development.\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bwur5m\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ieez4d-container\",isModuleExternal:true,nodeId:\"UI8EGtvjh\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"healthcare\",height:\"100%\",id:\"UI8EGtvjh\",layoutId:\"UI8EGtvjh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1skvo0n-container\",isModuleExternal:true,nodeId:\"DlSd5H6TB\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"uidesign\",height:\"100%\",id:\"DlSd5H6TB\",layoutId:\"DlSd5H6TB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-afvt13-container\",isModuleExternal:true,nodeId:\"S82VEvlgm\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"saas\",height:\"100%\",id:\"S82VEvlgm\",layoutId:\"S82VEvlgm\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xynoia-container\",isModuleExternal:true,nodeId:\"XlfOFY61B\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"appdesign\",height:\"100%\",id:\"XlfOFY61B\",layoutId:\"XlfOFY61B\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-j3xnqb-container\",isModuleExternal:true,nodeId:\"xKax8iYtk\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"webdesign\",height:\"100%\",id:\"xKax8iYtk\",layoutId:\"xKax8iYtk\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uc859i\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qs9qr7\",\"data-framer-name\":\"Rectangle 34625145\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nqf5tm-container\",isModuleExternal:true,nodeId:\"Yn2hT6WRL\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"Yn2hT6WRL\",layoutId:\"Yn2hT6WRL\",link:\"https://www.behance.net/gallery/160448321/OpenHealth-Digital-therapy-mental-wellness\",title:\"Full case\",variant:\"mm7uHtWUK\",width:\"100%\"})})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1piwrjn\",\"data-framer-name\":\"image_grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png\",srcSet:\"https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png?scale-down-to=512 512w,https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png 3768w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png\",srcSet:\"https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png?scale-down-to=512 512w,https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png 3768w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png\",srcSet:\"https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png?scale-down-to=512 512w,https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/w2sOv3BK7szRyNw6uZzL18DMPtg.png 3768w\"},className:\"framer-1qa4s4q\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png\",srcSet:\"https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png?scale-down-to=512 512w,https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png 2440w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 4 + 60px)`,src:\"https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png\",srcSet:\"https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png?scale-down-to=512 512w,https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png 2440w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 4 + 60px)`,src:\"https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png\",srcSet:\"https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png?scale-down-to=512 512w,https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/avjxbH4MxCsAnQz8e3afdU4zzP4.png 2440w\"},className:\"framer-3i4c5w\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/wUAeQBpm55TfejI5P6txwBPoL70.png\",srcSet:\"https://framerusercontent.com/images/wUAeQBpm55TfejI5P6txwBPoL70.png?scale-down-to=1024 939w,https://framerusercontent.com/images/wUAeQBpm55TfejI5P6txwBPoL70.png 1248w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 2 + 20px)`,src:\"https://framerusercontent.com/images/wUAeQBpm55TfejI5P6txwBPoL70.png\",srcSet:\"https://framerusercontent.com/images/wUAeQBpm55TfejI5P6txwBPoL70.png?scale-down-to=1024 939w,https://framerusercontent.com/images/wUAeQBpm55TfejI5P6txwBPoL70.png 1248w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 2 + 20px)`,src:\"https://framerusercontent.com/images/wUAeQBpm55TfejI5P6txwBPoL70.png\",srcSet:\"https://framerusercontent.com/images/wUAeQBpm55TfejI5P6txwBPoL70.png?scale-down-to=1024 939w,https://framerusercontent.com/images/wUAeQBpm55TfejI5P6txwBPoL70.png 1248w\"},className:\"framer-1jlv3l0\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png\",srcSet:\"https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png?scale-down-to=512 512w,https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png 3768w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png\",srcSet:\"https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png?scale-down-to=512 512w,https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png 3768w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png\",srcSet:\"https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png?scale-down-to=512 512w,https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ned98KF3u9zsk7skn1f78E81zMo.png 3768w\"},className:\"framer-184nbzt\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/0BnwpEtbk7iXSWDEgYGEbchDs.png\",srcSet:\"https://framerusercontent.com/images/0BnwpEtbk7iXSWDEgYGEbchDs.png?scale-down-to=1024 939w,https://framerusercontent.com/images/0BnwpEtbk7iXSWDEgYGEbchDs.png 1248w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 2 + 20px)`,src:\"https://framerusercontent.com/images/0BnwpEtbk7iXSWDEgYGEbchDs.png\",srcSet:\"https://framerusercontent.com/images/0BnwpEtbk7iXSWDEgYGEbchDs.png?scale-down-to=1024 939w,https://framerusercontent.com/images/0BnwpEtbk7iXSWDEgYGEbchDs.png 1248w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 2 + 20px)`,src:\"https://framerusercontent.com/images/0BnwpEtbk7iXSWDEgYGEbchDs.png\",srcSet:\"https://framerusercontent.com/images/0BnwpEtbk7iXSWDEgYGEbchDs.png?scale-down-to=1024 939w,https://framerusercontent.com/images/0BnwpEtbk7iXSWDEgYGEbchDs.png 1248w\"},className:\"framer-xu4m92\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png\",srcSet:\"https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png?scale-down-to=512 512w,https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png 2440w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 4 + 60px)`,src:\"https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png\",srcSet:\"https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png?scale-down-to=512 512w,https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png 2440w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 4 + 60px)`,src:\"https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png\",srcSet:\"https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png?scale-down-to=512 512w,https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KC7WOStOjZnMru7uAjYgrus8KY.png 2440w\"},className:\"framer-1lwsswj\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png\",srcSet:\"https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png?scale-down-to=512 512w,https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png 3768w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png\",srcSet:\"https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png?scale-down-to=512 512w,https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png 3768w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png\",srcSet:\"https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png?scale-down-to=512 512w,https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qESdgy7F4O2zPfHYxeDVQ2i6968.png 3768w\"},className:\"framer-99sege\",\"data-framer-name\":\"Image\"})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-ptsn0e\",\"data-framer-appear-id\":\"ptsn0e\",\"data-framer-name\":\"Work_Case\",initial:animation4,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ds8mkf\",\"data-framer-name\":\"Frame 1000003325\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c05bpc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.28px\",\"--framer-line-height\":\"140%\"},children:\"/\"})}),className:\"framer-1fxk9sk\",\"data-framer-name\":\"/ 01\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.28px\",\"--framer-line-height\":\"140%\"},children:\"03\"})}),className:\"framer-ymssnn\",\"data-framer-name\":\"/ 01\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-32zuo9\",\"data-framer-name\":\"Frame 1000003324\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlY29sZXRhIE1lZGl1bQ==\",\"--framer-font-family\":'\"Recoleta Medium\", \"Recoleta Medium Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\"},children:\"Taivult\"})}),className:\"framer-38fdj9\",\"data-framer-name\":\"OpenHealth\",fonts:[\"CUSTOM;Recoleta Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xdjwrq\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\"},children:\"Taivult is a secure all-in-one tool for small businesses that combines file sharing, task management, and internal communication. Collaborate with bookkeepers, CPAs, and lawyers in one protected space, with role-based access and clear task assignments.\"})}),className:\"framer-shy7ao\",\"data-framer-name\":\"We've helped Sendlane, the marketing automation tool with a refreshed branding, user interface, product, website, and CMS development.\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-161r44d\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qqygar-container\",isModuleExternal:true,nodeId:\"pPrPqf0Hs\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"documents\",height:\"100%\",id:\"pPrPqf0Hs\",layoutId:\"pPrPqf0Hs\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15kelwr-container\",isModuleExternal:true,nodeId:\"bHlM5m4OO\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"uidesign\",height:\"100%\",id:\"bHlM5m4OO\",layoutId:\"bHlM5m4OO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hng9dy-container\",isModuleExternal:true,nodeId:\"amUdIPZVJ\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"saas\",height:\"100%\",id:\"amUdIPZVJ\",layoutId:\"amUdIPZVJ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pr9n9i-container\",isModuleExternal:true,nodeId:\"CGwAvpzCE\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"dashboard\",height:\"100%\",id:\"CGwAvpzCE\",layoutId:\"CGwAvpzCE\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p0k9xt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bnrdlw\",\"data-framer-name\":\"Rectangle 34625145\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-n6ungs-container\",isModuleExternal:true,nodeId:\"xieTfZE8F\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"xieTfZE8F\",layoutId:\"xieTfZE8F\",link:\"https://www.behance.net/gallery/197539635/Taivult-Paper-work-done-easy-SaaS-tool\",title:\"Full case\",variant:\"mm7uHtWUK\",width:\"100%\"})})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gn06c\",\"data-framer-name\":\"image_grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png\",srcSet:\"https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png?scale-down-to=512 512w,https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png 3768w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 6 + 80px)`,src:\"https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png\",srcSet:\"https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png?scale-down-to=512 512w,https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png 3768w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png\",srcSet:\"https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png?scale-down-to=512 512w,https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/hYyuMtt5d6Cq4a0GUGh6cZd7LI.png 3768w\"},className:\"framer-1rgmnak\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png\",srcSet:\"https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png?scale-down-to=512 512w,https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png 2440w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 4 + 48px)`,src:\"https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png\",srcSet:\"https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png?scale-down-to=512 512w,https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png 2440w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 4 + 60px)`,src:\"https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png\",srcSet:\"https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png?scale-down-to=512 512w,https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/u288SVOwIGH1IKZKlWcoYMa0.png 2440w\"},className:\"framer-t8smph\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/H7IYT1udR5lnQxTJiD9obGMI5aQ.png\",srcSet:\"https://framerusercontent.com/images/H7IYT1udR5lnQxTJiD9obGMI5aQ.png?scale-down-to=1024 939w,https://framerusercontent.com/images/H7IYT1udR5lnQxTJiD9obGMI5aQ.png 1248w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 2 + 16px)`,src:\"https://framerusercontent.com/images/H7IYT1udR5lnQxTJiD9obGMI5aQ.png\",srcSet:\"https://framerusercontent.com/images/H7IYT1udR5lnQxTJiD9obGMI5aQ.png?scale-down-to=1024 939w,https://framerusercontent.com/images/H7IYT1udR5lnQxTJiD9obGMI5aQ.png 1248w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 2 + 20px)`,src:\"https://framerusercontent.com/images/H7IYT1udR5lnQxTJiD9obGMI5aQ.png\",srcSet:\"https://framerusercontent.com/images/H7IYT1udR5lnQxTJiD9obGMI5aQ.png?scale-down-to=1024 939w,https://framerusercontent.com/images/H7IYT1udR5lnQxTJiD9obGMI5aQ.png 1248w\"},className:\"framer-ka9lnz\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png\",srcSet:\"https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png?scale-down-to=512 512w,https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png 3768w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 6 + 80px)`,src:\"https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png\",srcSet:\"https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png?scale-down-to=512 512w,https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png 3768w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png\",srcSet:\"https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png?scale-down-to=512 512w,https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U2D0CvcfMXaEImRUempEOQpJLBU.png 3768w\"},className:\"framer-1n76urp\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/Az9yNgV9z2FgSAYN9LN2rTHcQ.png\",srcSet:\"https://framerusercontent.com/images/Az9yNgV9z2FgSAYN9LN2rTHcQ.png?scale-down-to=1024 939w,https://framerusercontent.com/images/Az9yNgV9z2FgSAYN9LN2rTHcQ.png 1248w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 2 + 16px)`,src:\"https://framerusercontent.com/images/Az9yNgV9z2FgSAYN9LN2rTHcQ.png\",srcSet:\"https://framerusercontent.com/images/Az9yNgV9z2FgSAYN9LN2rTHcQ.png?scale-down-to=1024 939w,https://framerusercontent.com/images/Az9yNgV9z2FgSAYN9LN2rTHcQ.png 1248w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 2 + 20px)`,src:\"https://framerusercontent.com/images/Az9yNgV9z2FgSAYN9LN2rTHcQ.png\",srcSet:\"https://framerusercontent.com/images/Az9yNgV9z2FgSAYN9LN2rTHcQ.png?scale-down-to=1024 939w,https://framerusercontent.com/images/Az9yNgV9z2FgSAYN9LN2rTHcQ.png 1248w\"},className:\"framer-wqviq3\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png\",srcSet:\"https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png 2440w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 4 + 48px)`,src:\"https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png\",srcSet:\"https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png 2440w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 4 + 60px)`,src:\"https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png\",srcSet:\"https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sinNN7pnlZ2kyf7K9V21rwWzkgQ.png 2440w\"},className:\"framer-730f0j\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png\",srcSet:\"https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png?scale-down-to=512 512w,https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png 3768w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 160px) / 6, 50px) * 6 + 80px)`,src:\"https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png\",srcSet:\"https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png?scale-down-to=512 512w,https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png 3768w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png\",srcSet:\"https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png?scale-down-to=512 512w,https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IIWhnkRz34iWcJoHmwr37uEilw.png 3768w\"},className:\"framer-fezfys\",\"data-framer-name\":\"Image\"})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-10zp4aq\",\"data-framer-appear-id\":\"10zp4aq\",\"data-framer-name\":\"Work_Case\",initial:animation4,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v4re6z\",\"data-framer-name\":\"Frame 1000003325\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1drbsjr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.28px\",\"--framer-line-height\":\"140%\"},children:\"/\"})}),className:\"framer-ulegmn\",\"data-framer-name\":\"/ 01\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.28px\",\"--framer-line-height\":\"140%\"},children:\"04\"})}),className:\"framer-1a8zn0i\",\"data-framer-name\":\"/ 01\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u73m29\",\"data-framer-name\":\"Frame 1000003324\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlY29sZXRhIE1lZGl1bQ==\",\"--framer-font-family\":'\"Recoleta Medium\", \"Recoleta Medium Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\"},children:\"Aurora\"})}),className:\"framer-7ug2ek\",\"data-framer-name\":\"OpenHealth\",fonts:[\"CUSTOM;Recoleta Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r01jpl\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\"},children:\"Aurora is SaaS platform simplifies real estate investing by giving users easy access to curated property opportunities, data-driven insights, and portfolio management tools.\"})}),className:\"framer-1wichrc\",\"data-framer-name\":\"We've helped Sendlane, the marketing automation tool with a refreshed branding, user interface, product, website, and CMS development.\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qyfgsk\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14pr1x6-container\",isModuleExternal:true,nodeId:\"Ta9NLpImz\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"realestate\",height:\"100%\",id:\"Ta9NLpImz\",layoutId:\"Ta9NLpImz\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gz9mi4-container\",isModuleExternal:true,nodeId:\"SNb0pIaaz\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"uidesign\",height:\"100%\",id:\"SNb0pIaaz\",layoutId:\"SNb0pIaaz\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fqy4jf-container\",isModuleExternal:true,nodeId:\"N_04Moz3Z\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"designsystem\",height:\"100%\",id:\"N_04Moz3Z\",layoutId:\"N_04Moz3Z\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1htc0ai-container\",isModuleExternal:true,nodeId:\"r9GY2mpgL\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"appdesign\",height:\"100%\",id:\"r9GY2mpgL\",layoutId:\"r9GY2mpgL\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ckwg0u-container\",isModuleExternal:true,nodeId:\"QhpNn1IC6\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(Hashtag,{evaZEAq5L:\"proptech\",height:\"100%\",id:\"QhpNn1IC6\",layoutId:\"QhpNn1IC6\",width:\"100%\"})})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13vji36\",\"data-framer-name\":\"image_grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png\",srcSet:\"https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png?scale-down-to=512 512w,https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png 3768w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png\",srcSet:\"https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png?scale-down-to=512 512w,https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png 3768w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png\",srcSet:\"https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png?scale-down-to=512 512w,https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/opDr991RAY0ZWBRnV7ZXy2ymcP8.png 3768w\"},className:\"framer-18kgrb6\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/8eMDzkFItMhq7MLMuFhf16U1Rcw.png\",srcSet:\"https://framerusercontent.com/images/8eMDzkFItMhq7MLMuFhf16U1Rcw.png?scale-down-to=1024 939w,https://framerusercontent.com/images/8eMDzkFItMhq7MLMuFhf16U1Rcw.png 1248w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 2 + 20px)`,src:\"https://framerusercontent.com/images/8eMDzkFItMhq7MLMuFhf16U1Rcw.png\",srcSet:\"https://framerusercontent.com/images/8eMDzkFItMhq7MLMuFhf16U1Rcw.png?scale-down-to=1024 939w,https://framerusercontent.com/images/8eMDzkFItMhq7MLMuFhf16U1Rcw.png 1248w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 2 + 20px)`,src:\"https://framerusercontent.com/images/8eMDzkFItMhq7MLMuFhf16U1Rcw.png\",srcSet:\"https://framerusercontent.com/images/8eMDzkFItMhq7MLMuFhf16U1Rcw.png?scale-down-to=1024 939w,https://framerusercontent.com/images/8eMDzkFItMhq7MLMuFhf16U1Rcw.png 1248w\"},className:\"framer-152zu9o\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png\",srcSet:\"https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png?scale-down-to=512 512w,https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png 2440w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 4 + 60px)`,src:\"https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png\",srcSet:\"https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png?scale-down-to=512 512w,https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png 2440w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 4 + 60px)`,src:\"https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png\",srcSet:\"https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png?scale-down-to=512 512w,https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5nqHBLZfJVKq6z2Pi0ROskfwlM.png 2440w\"},className:\"framer-jfod07\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png\",srcSet:\"https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png?scale-down-to=512 512w,https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png 3768w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png\",srcSet:\"https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png?scale-down-to=512 512w,https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png 3768w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png\",srcSet:\"https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png?scale-down-to=512 512w,https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/CB0FJ3toE4uoRRbdbR6CY65WM94.png 3768w\"},className:\"framer-u4azok\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png\",srcSet:\"https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png 2440w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 4 + 60px)`,src:\"https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png\",srcSet:\"https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png 2440w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:2440,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 4 + 60px)`,src:\"https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png\",srcSet:\"https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/uM7hkrBW6STQgDoBIfxIKTyw7Q.png 2440w\"},className:\"framer-1hjnf3s\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/ac4mn6aqemGq6K4gUE27x6jR0o4.png\",srcSet:\"https://framerusercontent.com/images/ac4mn6aqemGq6K4gUE27x6jR0o4.png?scale-down-to=1024 939w,https://framerusercontent.com/images/ac4mn6aqemGq6K4gUE27x6jR0o4.png 1248w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 2 + 20px)`,src:\"https://framerusercontent.com/images/ac4mn6aqemGq6K4gUE27x6jR0o4.png\",srcSet:\"https://framerusercontent.com/images/ac4mn6aqemGq6K4gUE27x6jR0o4.png?scale-down-to=1024 939w,https://framerusercontent.com/images/ac4mn6aqemGq6K4gUE27x6jR0o4.png 1248w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1360,pixelWidth:1248,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 2 + 20px)`,src:\"https://framerusercontent.com/images/ac4mn6aqemGq6K4gUE27x6jR0o4.png\",srcSet:\"https://framerusercontent.com/images/ac4mn6aqemGq6K4gUE27x6jR0o4.png?scale-down-to=1024 939w,https://framerusercontent.com/images/ac4mn6aqemGq6K4gUE27x6jR0o4.png 1248w\"},className:\"framer-1fmkpa1\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 50px) / 2, 50px) * 2 + 10px)`,src:\"https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png\",srcSet:\"https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png?scale-down-to=512 512w,https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png 3768w\"}},wGov0k3e6:{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 180px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png\",srcSet:\"https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png?scale-down-to=512 512w,https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png 3768w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3768,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 260px) / 6, 50px) * 6 + 100px)`,src:\"https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png\",srcSet:\"https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png?scale-down-to=512 512w,https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/0wos7Qxed2of8OdsU80QQriwyQI.png 3768w\"},className:\"framer-14gbfw5\",\"data-framer-name\":\"Image\"})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12bc0b7\",\"data-framer-name\":\"Contact Bottom\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlY29sZXRhIE1lZGl1bQ==\",\"--framer-font-family\":'\"Recoleta Medium\", serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-0.96px\",\"--framer-line-height\":\"110%\"},children:\"Ready to work together?\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlY29sZXRhIE1lZGl1bQ==\",\"--framer-font-family\":'\"Recoleta Medium\", serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-0.96px\",\"--framer-line-height\":\"110%\"},children:\"We\u2019d love to hear from you\"})]})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlY29sZXRhIE1lZGl1bQ==\",\"--framer-font-family\":'\"Recoleta Medium\", \"Recoleta Medium Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.96px\",\"--framer-line-height\":\"120%\"},children:\"Ready to work together?\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlY29sZXRhIE1lZGl1bQ==\",\"--framer-font-family\":'\"Recoleta Medium\", \"Recoleta Medium Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.96px\",\"--framer-line-height\":\"120%\"},children:\"We\u2019d love to hear from you\"})]}),className:\"framer-f6mrt2\",\"data-framer-name\":\"Ready to work together? We\u2019d love to hear from you\",fonts:[\"CUSTOM;Recoleta Medium\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cq3O0vH0T\"},implicitPathVariables:undefined},{href:{webPageId:\"cq3O0vH0T\"},implicitPathVariables:undefined},{href:{webPageId:\"cq3O0vH0T\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1240px)`},wGov0k3e6:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1240px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,width:`min(${componentViewport?.width||\"100vw\"} - 160px, 1240px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1pirtbu-container\",nodeId:\"xAeTx_Kzx\",rendersWithMotion:true,scopeId:\"MMn1K2lAA\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{QZrrOlUYS:resolvedLinks12[2]},wGov0k3e6:{QZrrOlUYS:resolvedLinks12[1]}},children:/*#__PURE__*/_jsx(Contact_btn,{height:\"100%\",id:\"xAeTx_Kzx\",layoutId:\"xAeTx_Kzx\",QZrrOlUYS:resolvedLinks12[0],style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-19si8b4-container\",nodeId:\"QCSoZd4EV\",scopeId:\"MMn1K2lAA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nH_MdUZnf:{variant:\"Ty6i27b0m\"},wGov0k3e6:{variant:\"rPJS4uMsO\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"QCSoZd4EV\",layoutId:\"QCSoZd4EV\",style:{width:\"100%\"},variant:\"l8dtja4I3\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3jJ9F.framer-k9gh1y, .framer-3jJ9F .framer-k9gh1y { display: block; }\",\".framer-3jJ9F.framer-1yzy0le { align-content: center; align-items: center; background-color: var(--token-25b31a9d-211f-4aed-b06c-add80335f614, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1100px; }\",\".framer-3jJ9F .framer-z3fsiw-container { flex: none; height: auto; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 9; }\",\".framer-3jJ9F .framer-4gher7-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-3jJ9F .framer-1uatbn3, .framer-3jJ9F .framer-1syya75 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 40px 80px 40px 80px; position: relative; width: 100%; z-index: 1; }\",\".framer-3jJ9F .framer-r4aeaq, .framer-3jJ9F .framer-a3l162 { 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: 0px; position: relative; width: 100%; }\",\".framer-3jJ9F .framer-tcydkz, .framer-3jJ9F .framer-zfve28 { --border-bottom-width: 1px; --border-color: #e1e1e1; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: auto; padding: 0px; position: relative; width: 1px; }\",\".framer-3jJ9F .framer-1imjyx0-container, .framer-3jJ9F .framer-19ylcoz-container, .framer-3jJ9F .framer-7lgnn1-container, .framer-3jJ9F .framer-15ph68z-container, .framer-3jJ9F .framer-6fmmxk-container, .framer-3jJ9F .framer-t2rt8l-container, .framer-3jJ9F .framer-1hqav4q-container, .framer-3jJ9F .framer-1eyslqo-container, .framer-3jJ9F .framer-145xhy9-container, .framer-3jJ9F .framer-1si7i0f-container, .framer-3jJ9F .framer-s0k3t1-container, .framer-3jJ9F .framer-a6i21e-container, .framer-3jJ9F .framer-x58xsw-container, .framer-3jJ9F .framer-yyn9op-container, .framer-3jJ9F .framer-53bvxd-container, .framer-3jJ9F .framer-144jmd1-container, .framer-3jJ9F .framer-1wfxs2s-container, .framer-3jJ9F .framer-ieez4d-container, .framer-3jJ9F .framer-1skvo0n-container, .framer-3jJ9F .framer-afvt13-container, .framer-3jJ9F .framer-xynoia-container, .framer-3jJ9F .framer-j3xnqb-container, .framer-3jJ9F .framer-1qqygar-container, .framer-3jJ9F .framer-15kelwr-container, .framer-3jJ9F .framer-hng9dy-container, .framer-3jJ9F .framer-pr9n9i-container, .framer-3jJ9F .framer-14pr1x6-container, .framer-3jJ9F .framer-1gz9mi4-container, .framer-3jJ9F .framer-1fqy4jf-container, .framer-3jJ9F .framer-1htc0ai-container, .framer-3jJ9F .framer-ckwg0u-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-3jJ9F .framer-1sfo3ji, .framer-3jJ9F .framer-1s74vtf, .framer-3jJ9F .framer-ptsn0e, .framer-3jJ9F .framer-10zp4aq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-3jJ9F .framer-1debms2, .framer-3jJ9F .framer-xun2nj, .framer-3jJ9F .framer-ds8mkf, .framer-3jJ9F .framer-v4re6z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3jJ9F .framer-u1tpfd, .framer-3jJ9F .framer-swox6y, .framer-3jJ9F .framer-c05bpc, .framer-3jJ9F .framer-1drbsjr { 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: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-3jJ9F .framer-1tamhnw, .framer-3jJ9F .framer-1x5ioyb, .framer-3jJ9F .framer-1fxk9sk, .framer-3jJ9F .framer-ulegmn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 12px; word-break: break-word; word-wrap: break-word; }\",\".framer-3jJ9F .framer-12rtqta, .framer-3jJ9F .framer-12awewu, .framer-3jJ9F .framer-ymssnn, .framer-3jJ9F .framer-1a8zn0i { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3jJ9F .framer-n7vykd, .framer-3jJ9F .framer-l4iios, .framer-3jJ9F .framer-32zuo9, .framer-3jJ9F .framer-u73m29 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 12px; position: relative; width: 100%; }\",\".framer-3jJ9F .framer-iqc19l, .framer-3jJ9F .framer-17ljc1v, .framer-3jJ9F .framer-38fdj9, .framer-3jJ9F .framer-7ug2ek { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 40%; word-break: break-word; word-wrap: break-word; }\",\".framer-3jJ9F .framer-h5s1r5, .framer-3jJ9F .framer-z0x6f8, .framer-3jJ9F .framer-1xdjwrq, .framer-3jJ9F .framer-1r01jpl { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 17px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-3jJ9F .framer-hl23d8, .framer-3jJ9F .framer-pbh7xf, .framer-3jJ9F .framer-shy7ao, .framer-3jJ9F .framer-1wichrc { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3jJ9F .framer-184kjhs, .framer-3jJ9F .framer-1bwur5m, .framer-3jJ9F .framer-161r44d, .framer-3jJ9F .framer-1qyfgsk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3jJ9F .framer-14qfbsm, .framer-3jJ9F .framer-uc859i, .framer-3jJ9F .framer-p0k9xt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3jJ9F .framer-18i6np4, .framer-3jJ9F .framer-1qs9qr7, .framer-3jJ9F .framer-bnrdlw { background-color: #efff00; bottom: -5px; flex: none; height: 12px; left: -1px; position: absolute; right: 0px; z-index: 0; }\",\".framer-3jJ9F .framer-1x7yo4o-container, .framer-3jJ9F .framer-1nqf5tm-container, .framer-3jJ9F .framer-n6ungs-container { flex: none; height: auto; position: relative; width: auto; z-index: 0; }\",\".framer-3jJ9F .framer-1xk9wgk, .framer-3jJ9F .framer-1piwrjn, .framer-3jJ9F .framer-1gn06c, .framer-3jJ9F .framer-13vji36 { display: grid; flex: none; gap: 20px; grid-auto-rows: min-content; grid-template-columns: repeat(6, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3jJ9F .framer-jwxq2c, .framer-3jJ9F .framer-1vx0eqt, .framer-3jJ9F .framer-31a4rb, .framer-3jJ9F .framer-1qa4s4q, .framer-3jJ9F .framer-184nbzt, .framer-3jJ9F .framer-99sege, .framer-3jJ9F .framer-1rgmnak, .framer-3jJ9F .framer-1n76urp, .framer-3jJ9F .framer-fezfys, .framer-3jJ9F .framer-18kgrb6, .framer-3jJ9F .framer-u4azok, .framer-3jJ9F .framer-14gbfw5 { align-self: start; aspect-ratio: 1.88 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; grid-column: span 6; height: var(--framer-aspect-ratio-supported, 500px); justify-self: start; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-3jJ9F .framer-1bek84w, .framer-3jJ9F .framer-q0k7uo, .framer-3jJ9F .framer-3i4c5w, .framer-3jJ9F .framer-1lwsswj, .framer-3jJ9F .framer-t8smph, .framer-3jJ9F .framer-730f0j, .framer-3jJ9F .framer-jfod07, .framer-3jJ9F .framer-1hjnf3s { align-self: start; aspect-ratio: 1.8235294117647058 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; grid-column: span 4; height: var(--framer-aspect-ratio-supported, 340px); justify-self: start; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-3jJ9F .framer-1677l0x, .framer-3jJ9F .framer-f3zo3, .framer-3jJ9F .framer-1jlv3l0, .framer-3jJ9F .framer-xu4m92, .framer-3jJ9F .framer-ka9lnz, .framer-3jJ9F .framer-wqviq3, .framer-3jJ9F .framer-152zu9o, .framer-3jJ9F .framer-1fmkpa1 { align-self: start; aspect-ratio: 0.8823529411764706 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; grid-column: span 2; height: var(--framer-aspect-ratio-supported, 340px); justify-self: start; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-3jJ9F .framer-dz7l4c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 0px 32px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-3jJ9F .framer-1q2thg3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3jJ9F .framer-1bubya9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3jJ9F .framer-zlfnxc, .framer-3jJ9F .framer-1t6ee80, .framer-3jJ9F .framer-ez8xla, .framer-3jJ9F .framer-7t59jy, .framer-3jJ9F .framer-1h68xoj, .framer-3jJ9F .framer-1rhjib2 { flex: none; height: 40px; overflow: hidden; position: relative; width: 130px; }\",\".framer-3jJ9F .framer-1o99lk { flex: none; height: 40px; left: 76px; position: absolute; top: 0px; width: 40px; }\",\".framer-3jJ9F .framer-y28i2o { flex: none; height: 24px; left: calc(50.00000000000002% - 128px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 128px; }\",\".framer-3jJ9F .framer-1cawubv { flex: none; height: 26px; left: 0px; position: absolute; top: calc(50.00000000000002% - 26px / 2); width: 130px; }\",\".framer-3jJ9F .framer-hwu4tv { flex: none; height: 32px; left: calc(50.00000000000002% - 94px / 2); position: absolute; top: calc(50.00000000000002% - 32px / 2); width: 94px; }\",\".framer-3jJ9F .framer-1y89yra { flex: none; height: 22px; left: calc(50.00000000000002% - 104px / 2); position: absolute; top: calc(50.00000000000002% - 22px / 2); width: 104px; }\",\".framer-3jJ9F .framer-982hq4 { aspect-ratio: 4.321428571428571 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); left: 50%; overflow: visible; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 124px; }\",\".framer-3jJ9F .framer-12bc0b7 { align-content: center; align-items: center; background-color: #efff00; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 96px 80px 96px 80px; position: relative; width: 100%; }\",\".framer-3jJ9F .framer-f6mrt2 { flex: none; height: auto; max-width: 1240px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3jJ9F .framer-1pirtbu-container { flex: none; height: auto; max-width: 1240px; position: relative; width: 100%; }\",\".framer-3jJ9F .framer-19si8b4-container { flex: none; height: auto; position: relative; width: 100%; }\",'.framer-3jJ9F[data-border=\"true\"]::after, .framer-3jJ9F [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 768px) and (max-width: 1099px) { .framer-3jJ9F.framer-1yzy0le { width: 768px; } .framer-3jJ9F .framer-1syya75 { padding: 40px; } .framer-3jJ9F .framer-1xk9wgk, .framer-3jJ9F .framer-1gn06c { gap: 16px; } .framer-3jJ9F .framer-jwxq2c, .framer-3jJ9F .framer-1qa4s4q, .framer-3jJ9F .framer-1rgmnak, .framer-3jJ9F .framer-18kgrb6 { height: var(--framer-aspect-ratio-supported, 366px); order: 0; } .framer-3jJ9F .framer-1bek84w, .framer-3jJ9F .framer-3i4c5w, .framer-3jJ9F .framer-t8smph { height: var(--framer-aspect-ratio-supported, 248px); order: 1; } .framer-3jJ9F .framer-1677l0x, .framer-3jJ9F .framer-ka9lnz, .framer-3jJ9F .framer-jfod07 { height: var(--framer-aspect-ratio-supported, 248px); order: 2; } .framer-3jJ9F .framer-1vx0eqt, .framer-3jJ9F .framer-184nbzt, .framer-3jJ9F .framer-1n76urp, .framer-3jJ9F .framer-u4azok { height: var(--framer-aspect-ratio-supported, 366px); order: 3; } .framer-3jJ9F .framer-f3zo3, .framer-3jJ9F .framer-wqviq3, .framer-3jJ9F .framer-1hjnf3s { height: var(--framer-aspect-ratio-supported, 248px); order: 4; } .framer-3jJ9F .framer-q0k7uo, .framer-3jJ9F .framer-730f0j { height: var(--framer-aspect-ratio-supported, 249px); order: 5; } .framer-3jJ9F .framer-31a4rb, .framer-3jJ9F .framer-99sege, .framer-3jJ9F .framer-fezfys, .framer-3jJ9F .framer-14gbfw5 { height: var(--framer-aspect-ratio-supported, 366px); order: 6; } .framer-3jJ9F .framer-zlfnxc { width: 68px; } .framer-3jJ9F .framer-1jlv3l0 { height: var(--framer-aspect-ratio-supported, 245px); order: 2; } .framer-3jJ9F .framer-xu4m92 { height: var(--framer-aspect-ratio-supported, 245px); order: 4; } .framer-3jJ9F .framer-1lwsswj { height: var(--framer-aspect-ratio-supported, 248px); order: 5; } .framer-3jJ9F .framer-152zu9o { height: var(--framer-aspect-ratio-supported, 245px); order: 1; } .framer-3jJ9F .framer-1fmkpa1 { height: var(--framer-aspect-ratio-supported, 245px); order: 5; } .framer-3jJ9F .framer-12bc0b7 { padding: 96px 40px 96px 40px; }}\",\"@media (max-width: 767px) { .framer-3jJ9F.framer-1yzy0le { width: 390px; } .framer-3jJ9F .framer-1uatbn3 { align-content: center; align-items: center; justify-content: flex-start; padding: 40px 0px 0px 0px; } .framer-3jJ9F .framer-r4aeaq { justify-content: flex-start; order: 0; overflow: auto; padding: 0px 20px 0px 20px; } .framer-3jJ9F .framer-tcydkz { flex: none; overflow: visible; width: min-content; } .framer-3jJ9F .framer-1syya75 { padding: 40px 20px 40px 20px; } .framer-3jJ9F .framer-1debms2, .framer-3jJ9F .framer-xun2nj, .framer-3jJ9F .framer-ds8mkf, .framer-3jJ9F .framer-v4re6z { gap: 8px; } .framer-3jJ9F .framer-n7vykd, .framer-3jJ9F .framer-l4iios, .framer-3jJ9F .framer-32zuo9, .framer-3jJ9F .framer-u73m29 { flex-direction: column; gap: 24px; } .framer-3jJ9F .framer-iqc19l, .framer-3jJ9F .framer-17ljc1v, .framer-3jJ9F .framer-38fdj9, .framer-3jJ9F .framer-7ug2ek { width: 100%; } .framer-3jJ9F .framer-h5s1r5, .framer-3jJ9F .framer-z0x6f8, .framer-3jJ9F .framer-1xdjwrq, .framer-3jJ9F .framer-1r01jpl { flex: none; width: 100%; } .framer-3jJ9F .framer-1xk9wgk, .framer-3jJ9F .framer-1piwrjn, .framer-3jJ9F .framer-1gn06c, .framer-3jJ9F .framer-13vji36 { gap: 10px; grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-3jJ9F .framer-jwxq2c, .framer-3jJ9F .framer-1rgmnak, .framer-3jJ9F .framer-18kgrb6 { grid-column: span 2; height: var(--framer-aspect-ratio-supported, 186px); order: 0; } .framer-3jJ9F .framer-1bek84w, .framer-3jJ9F .framer-jfod07 { grid-column: span 2; height: var(--framer-aspect-ratio-supported, 192px); order: 2; } .framer-3jJ9F .framer-1677l0x { height: var(--framer-aspect-ratio-supported, 396px); order: 1; } .framer-3jJ9F .framer-1vx0eqt, .framer-3jJ9F .framer-1n76urp { grid-column: span 2; height: var(--framer-aspect-ratio-supported, 187px); order: 3; } .framer-3jJ9F .framer-f3zo3, .framer-3jJ9F .framer-wqviq3 { height: var(--framer-aspect-ratio-supported, 396px); order: 4; } .framer-3jJ9F .framer-q0k7uo, .framer-3jJ9F .framer-1lwsswj, .framer-3jJ9F .framer-730f0j { grid-column: span 2; height: var(--framer-aspect-ratio-supported, 192px); order: 5; } .framer-3jJ9F .framer-31a4rb, .framer-3jJ9F .framer-99sege, .framer-3jJ9F .framer-fezfys, .framer-3jJ9F .framer-14gbfw5 { grid-column: span 2; height: var(--framer-aspect-ratio-supported, 186px); order: 6; } .framer-3jJ9F .framer-zlfnxc { width: 64px; } .framer-3jJ9F .framer-1o99lk { left: calc(50.00000000000002% - 40px / 2); top: calc(50.00000000000002% - 40px / 2); } .framer-3jJ9F .framer-1qa4s4q { grid-column: span 2; height: var(--framer-aspect-ratio-supported, 187px); order: 0; } .framer-3jJ9F .framer-3i4c5w { grid-column: span 2; height: var(--framer-aspect-ratio-supported, 191px); order: 1; } .framer-3jJ9F .framer-1jlv3l0 { height: var(--framer-aspect-ratio-supported, 397px); order: 2; } .framer-3jJ9F .framer-184nbzt, .framer-3jJ9F .framer-u4azok { grid-column: span 2; height: var(--framer-aspect-ratio-supported, 186px); order: 3; } .framer-3jJ9F .framer-xu4m92 { height: var(--framer-aspect-ratio-supported, 397px); order: 4; } .framer-3jJ9F .framer-t8smph { grid-column: span 2; height: var(--framer-aspect-ratio-supported, 192px); order: 1; } .framer-3jJ9F .framer-ka9lnz { height: var(--framer-aspect-ratio-supported, 396px); order: 2; } .framer-3jJ9F .framer-152zu9o { height: var(--framer-aspect-ratio-supported, 397px); order: 1; } .framer-3jJ9F .framer-1hjnf3s { grid-column: span 2; height: var(--framer-aspect-ratio-supported, 192px); order: 4; } .framer-3jJ9F .framer-1fmkpa1 { height: var(--framer-aspect-ratio-supported, 396px); order: 5; } .framer-3jJ9F .framer-12bc0b7 { align-content: flex-start; align-items: flex-start; height: 60vh; padding: 96px 20px 96px 20px; } .framer-3jJ9F .framer-f6mrt2 { max-width: 300px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 11464\n * @framerIntrinsicWidth 1100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wGov0k3e6\":{\"layout\":[\"fixed\",\"auto\"]},\"nH_MdUZnf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"DNWnynMfh\":{\"pattern\":\":DNWnynMfh\",\"name\":\"content\"},\"qpsio4BXs\":{\"pattern\":\":qpsio4BXs\",\"name\":\"content\"}}\n * @framerResponsiveScreen\n */const FramerMMn1K2lAA=withCSS(Component,css,\"framer-3jJ9F\");export default FramerMMn1K2lAA;FramerMMn1K2lAA.displayName=\"Page\";FramerMMn1K2lAA.defaultProps={height:11464,width:1100};addFonts(FramerMMn1K2lAA,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"Recoleta Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/G4EO2YTO1lpkH4pr7kwq6qNmCkA.ttf\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAC5thS2f3ZGMZpg.woff2\",weight:\"900\"}]},...Fixed_NavigationFonts,...Scroll_NavigationFonts,...WorkTabFonts,...HashtagFonts,...TextLinkFonts,...Contact_btnFonts,...FooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMMn1K2lAA\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1100\",\"framerScrollSections\":\"{\\\"DNWnynMfh\\\":{\\\"pattern\\\":\\\":DNWnynMfh\\\",\\\"name\\\":\\\"content\\\"},\\\"qpsio4BXs\\\":{\\\"pattern\\\":\\\":qpsio4BXs\\\",\\\"name\\\":\\\"content\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wGov0k3e6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nH_MdUZnf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"11464\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Fixed_NavigationFonts", "getFonts", "FYVGgK1WB_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "Scroll_NavigationFonts", "udJ2GYpVl_default", "ContainerWithFX", "withFX", "WorkTabFonts", "iAYN_4Byy_default", "MotionDivHideScrollbarr4aeaq", "withCodeBoundaryForOverrides", "motion", "hideScrollbar", "MotionDivHideScrollbara3l162", "HashtagFonts", "vhFHcuDnv_default", "TextLinkFonts", "PDsb7oOEY_default", "MotionDivWithOptimizedAppearEffect", "RichTextWithFX", "RichText2", "Contact_btnFonts", "SjZ0WHtG9_default", "FooterFonts", "cittmBMML_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "animation4", "transformTemplate1", "_", "t", "animation5", "animation6", "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", "ref1", "isDisplayed", "elementId", "useRouteElementId", "router", "useRouter", "elementId1", "ref2", "isDisplayed1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "x", "Image2", "SVG", "resolvedLinks12", "css", "FramerMMn1K2lAA", "withCSS", "MMn1K2lAA_default", "addFonts", "__FramerMetadata__"]
}
