{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/PQcUQwc7j6t5W2RnH7mh/HUYDfTLNiWmNQGUE0w5X/kbAL2HJyL.js"],
  "sourcesContent": ["// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import FormSpark from\"https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/PlLMu0V3HsBupvdXeFrH/FormSpark.js\";import FooterDark from\"#framer/local/canvasComponent/HexznfouW/HexznfouW.js\";import NavWrapperMenu from\"#framer/local/canvasComponent/IONFPYKTk/IONFPYKTk.js\";import NavbarLogoDark from\"#framer/local/canvasComponent/msa28TVFG/msa28TVFG.js\";import*as sharedStyle3 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle from\"#framer/local/css/KsWuotZ22/KsWuotZ22.js\";import*as sharedStyle1 from\"#framer/local/css/VnAEiLknq/VnAEiLknq.js\";import*as sharedStyle2 from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import metadataProvider from\"#framer/local/webPageMetadata/kbAL2HJyL/kbAL2HJyL.js\";const NavWrapperMenuFonts=getFonts(NavWrapperMenu);const NavbarLogoDarkFonts=getFonts(NavbarLogoDark);const RichTextWithFX=withFX(RichText);const FormSparkFonts=getFonts(FormSpark);const FooterDarkFonts=getFonts(FooterDark);const breakpoints={KJYENv7DX:\"(max-width: 809px)\",LFFnpTELK:\"(min-width: 1440px)\",xtPtS1H1X:\"(min-width: 810px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-1FRoF\";const variantClassNames={KJYENv7DX:\"framer-v-z75bj2\",LFFnpTELK:\"framer-v-1rhrxwz\",xtPtS1H1X:\"framer-v-1uyjviy\"};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"LFFnpTELK\",Phone:\"KJYENv7DX\",Tablet:\"xtPtS1H1X\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"LFFnpTELK\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"KJYENv7DX\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"KJYENv7DX\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"LFFnpTELK\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgba(0, 0, 0, 0.9); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1rhrxwz\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-sd7z6d\",\"data-framer-name\":\"Navbar Logo Dark\",tabIndex:2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17wsvly\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3q53uz\",\"data-framer-name\":\"Title and Icon\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"giq32Pp1N\",openInNewTab:false,scopeId:\"kbAL2HJyL\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KJYENv7DX:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:226,intrinsicWidth:1386,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+24+0+7105427357601002e-30+0),pixelHeight:226,pixelWidth:1386,positionX:\"center\",positionY:\"center\",sizes:\"191px\",src:\"https://framerusercontent.com/images/GNrfAbc3HuGQdQBaQhUfA3R3A.webp\",srcSet:\"https://framerusercontent.com/images/GNrfAbc3HuGQdQBaQhUfA3R3A.webp?scale-down-to=512 512w,https://framerusercontent.com/images/GNrfAbc3HuGQdQBaQhUfA3R3A.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/GNrfAbc3HuGQdQBaQhUfA3R3A.webp 1386w\"}},xtPtS1H1X:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:226,intrinsicWidth:1386,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+24+0+0),pixelHeight:226,pixelWidth:1386,positionX:\"center\",positionY:\"center\",sizes:\"191px\",src:\"https://framerusercontent.com/images/GNrfAbc3HuGQdQBaQhUfA3R3A.webp\",srcSet:\"https://framerusercontent.com/images/GNrfAbc3HuGQdQBaQhUfA3R3A.webp?scale-down-to=512 512w,https://framerusercontent.com/images/GNrfAbc3HuGQdQBaQhUfA3R3A.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/GNrfAbc3HuGQdQBaQhUfA3R3A.webp 1386w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:226,intrinsicWidth:1386,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+24+7105427357601002e-30+0),pixelHeight:226,pixelWidth:1386,positionX:\"center\",positionY:\"center\",sizes:\"191px\",src:\"https://framerusercontent.com/images/GNrfAbc3HuGQdQBaQhUfA3R3A.webp\",srcSet:\"https://framerusercontent.com/images/GNrfAbc3HuGQdQBaQhUfA3R3A.webp?scale-down-to=512 512w,https://framerusercontent.com/images/GNrfAbc3HuGQdQBaQhUfA3R3A.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/GNrfAbc3HuGQdQBaQhUfA3R3A.webp 1386w\"},className:\"framer-ltcia4 framer-1pngk2z\",\"data-framer-name\":\"Logo_Light_2x\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gqvp96 hidden-1rhrxwz hidden-1uyjviy\",\"data-framer-name\":\"Icon\",id:\"gqvp96\",onTap:onTap3bnx0g({overlay}),children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f5dwe8\",\"data-framer-name\":\"Bottom\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ylmn8w\",\"data-framer-name\":\"Mid\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10sx4n5\",\"data-framer-name\":\"Top\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1q8z20c\"),\"data-framer-portal-id\":\"gqvp96\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"YQ7ZvwrHD\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1b9ue3z-container\"),\"data-framer-portal-id\":\"gqvp96\",nodeId:\"Wn5ECowj4\",scopeId:\"kbAL2HJyL\",children:/*#__PURE__*/_jsx(NavWrapperMenu,{height:\"100%\",id:\"Wn5ECowj4\",layoutId:\"Wn5ECowj4\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"AV7lP4od1\",width:\"100%\"})})})]}),getContainer())})})]})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-70ot5t\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ku9oJXruM\"},motionChild:true,nodeId:\"fU_zvYXeK\",openInNewTab:false,scopeId:\"kbAL2HJyL\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-rbuzwt\",\"data-styles-preset\":\"KsWuotZ22\",children:\"About\"})})})}),className:\"framer-yjr45t hidden-z75bj2\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j5xaxb\",id:\"j5xaxb\",onTap:onTap3bnx0g({overlay:overlay1}),children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Work\"})}),className:\"framer-1c12luz hidden-z75bj2\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-11k0315 hidden-z75bj2\",\"data-framer-name\":\"CaretDown\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.0153 4.76531L6.26531 8.51531C6.23048 8.55017 6.18913 8.57783 6.1436 8.59671C6.09808 8.61558 6.04928 8.62529 6 8.62529C5.95072 8.62529 5.90192 8.61558 5.8564 8.59671C5.81087 8.57783 5.76951 8.55017 5.73469 8.51531L1.98469 4.76531C1.91432 4.69494 1.87479 4.59951 1.87479 4.49999C1.87479 4.40048 1.91432 4.30505 1.98469 4.23468C2.05505 4.16432 2.15049 4.12479 2.25 4.12479C2.34951 4.12479 2.44495 4.16432 2.51531 4.23468L6 7.71984L9.48469 4.23468C9.51953 4.19984 9.56089 4.1722 9.60641 4.15335C9.65194 4.13449 9.70073 4.12479 9.75 4.12479C9.79927 4.12479 9.84806 4.13449 9.89359 4.15335C9.93911 4.1722 9.98047 4.19984 10.0153 4.23468C10.0502 4.26952 10.0778 4.31089 10.0966 4.35641C10.1155 4.40193 10.1252 4.45072 10.1252 4.49999C10.1252 4.54927 10.1155 4.59806 10.0966 4.64358C10.0778 4.6891 10.0502 4.73047 10.0153 4.76531Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1s1gbbq\"),\"data-framer-portal-id\":\"j5xaxb\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"mInuy60rR\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-os7xcw-container\"),\"data-framer-portal-id\":\"j5xaxb\",nodeId:\"uVCgLneMU\",scopeId:\"kbAL2HJyL\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KJYENv7DX:{variant:\"AV7lP4od1\"},xtPtS1H1X:{variant:\"t0ACtNayy\"}},children:/*#__PURE__*/_jsx(NavWrapperMenu,{height:\"100%\",id:\"uVCgLneMU\",layoutId:\"uVCgLneMU\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"dmzXbWERm\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-18zoiqq-container\"),\"data-framer-portal-id\":\"j5xaxb\",nodeId:\"Xfyks5ZTF\",scopeId:\"kbAL2HJyL\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KJYENv7DX:{variant:\"VQM0S2gbn\"},xtPtS1H1X:{variant:\"Mve8TrFdS\"}},children:/*#__PURE__*/_jsx(NavbarLogoDark,{height:\"100%\",id:\"Xfyks5ZTF\",layoutId:\"Xfyks5ZTF\",style:{height:\"100%\",width:\"100%\"},variant:\"HMFl7THPT\",width:\"100%\"})})})})]}),getContainer())})})]})})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tKTufHQ4u\"},motionChild:true,nodeId:\"UWJE8sKre\",openInNewTab:false,scopeId:\"kbAL2HJyL\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-rbuzwt\",\"data-styles-preset\":\"KsWuotZ22\",children:\"Services\"})})})}),className:\"framer-2z4nrr hidden-z75bj2\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"#reviews\",motionChild:true,nodeId:\"nCWujQj_C\",openInNewTab:false,scopeId:\"kbAL2HJyL\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-rbuzwt\",\"data-styles-preset\":\"KsWuotZ22\",children:\"Reviews\"})})})}),className:\"framer-jb8fri hidden-z75bj2\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kbAL2HJyL\"},motionChild:true,nodeId:\"ERZxVsD5Z\",openInNewTab:false,scopeId:\"kbAL2HJyL\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ufzijz hidden-z75bj2 framer-1pngk2z\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-c10j3b\",\"data-styles-preset\":\"VnAEiLknq\",children:\"Let's chat\u2014It's free\"})}),className:\"framer-1pbm4yr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-j7wsjk\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10qcrfc\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"800\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Get Started\"})}),className:\"framer-4cslva\",fonts:[\"GF;Inter-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bgqles\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Communication is the \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 87, 154)\"},children:\"key\"}),\" to \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 87, 154)\"},children:\"success.\"})]})}),className:\"framer-vqnurz\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-131ew4a\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"My goal is to create lasting client relationships through discovery, communication, innovation and hard work.\\xa0\"})}),className:\"framer-m34s7w\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kg33y8\",\"data-framer-name\":\"Contact\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KJYENv7DX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Get in touch.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Get in touch.\"})}),className:\"framer-1vnd270\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-odtjvi\",\"data-framer-name\":\"Column\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bdmrv3-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"G2i7eYJuy\",scopeId:\"kbAL2HJyL\",children:/*#__PURE__*/_jsx(FormSpark,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,button:{color:\"rgb(255, 255, 255)\",fill:\"rgb(102, 0, 255)\",fontWeight:600,label:\"Send\"},email:{placeholder:\"Email\",value:\"\"},font:true,fontFamily:\"Inter\",fontSize:18,fontWeight:500,formId:\"DoiMxL6n\",gap:15,height:\"100%\",id:\"G2i7eYJuy\",inputs:{color:\"rgb(255, 255, 255)\",error:\"rgb(238, 68, 68)\",fill:\"rgb(51, 51, 51)\",placeholderColor:\"rgb(153, 153, 153)\"},isMixedBorderRadius:false,layout:\"vertical\",layoutId:\"G2i7eYJuy\",message:{placeholder:\"What are you interested in? Example: multiple sites, launch support, custom infrastructure, startup program etc\u2026\",value:\"\"},nameField:{placeholder:\"Name\",value:\"\"},padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,width:\"100%\",withEmail:true,withMessage:true,withName:true})})})})]})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KJYENv7DX:{y:(componentViewport?.y||0)+0+1164},xtPtS1H1X:{y:(componentViewport?.y||0)+0+1347}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:368,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1174,children:/*#__PURE__*/_jsx(Container,{className:\"framer-i5hh1q-container\",nodeId:\"zQXzuQ3AM\",scopeId:\"kbAL2HJyL\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KJYENv7DX:{variant:\"SpGGL_Qqd\"},xtPtS1H1X:{variant:\"E1QIw_aWi\"}},children:/*#__PURE__*/_jsx(FooterDark,{height:\"100%\",id:\"zQXzuQ3AM\",layoutId:\"zQXzuQ3AM\",style:{width:\"100%\"},variant:\"fJFoQN8lq\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1FRoF.framer-1pngk2z, .framer-1FRoF .framer-1pngk2z { display: block; }\",\".framer-1FRoF.framer-1rhrxwz { align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.9); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-1FRoF .framer-sd7z6d { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 24px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-1FRoF .framer-17wsvly { flex: none; height: 40px; max-width: 1400px; overflow: hidden; position: relative; width: 100%; }\",\".framer-1FRoF .framer-3q53uz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translateY(-50%); width: min-content; }\",\".framer-1FRoF .framer-ltcia4 { aspect-ratio: 4.75 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 41px); overflow: visible; position: relative; text-decoration: none; width: 191px; }\",\".framer-1FRoF .framer-gqvp96 { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-1FRoF .framer-1f5dwe8 { background-color: #999999; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 7px; flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1FRoF .framer-1ylmn8w { background-color: #999999; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1FRoF .framer-10sx4n5 { background-color: #999999; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: 7px; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1FRoF.framer-1q8z20c { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-1FRoF.framer-1b9ue3z-container { flex: none; height: auto; left: 0px; max-width: 100%; position: fixed; top: 60px; width: 100%; }\",\".framer-1FRoF .framer-70ot5t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; left: 51%; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-1FRoF .framer-yjr45t, .framer-1FRoF .framer-1c12luz, .framer-1FRoF .framer-2z4nrr, .framer-1FRoF .framer-jb8fri { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-1FRoF .framer-j5xaxb { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1FRoF .framer-11k0315 { flex: none; height: 12px; position: relative; width: 12px; }\",\".framer-1FRoF.framer-1s1gbbq { background-color: rgba(0, 0, 0, 0.48); inset: 0px; position: fixed; user-select: none; }\",\".framer-1FRoF.framer-os7xcw-container { flex: none; height: auto; left: 0px; max-width: 100%; position: fixed; top: 0px; width: 100%; }\",\".framer-1FRoF.framer-18zoiqq-container { flex: none; height: 80px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; }\",\".framer-1FRoF .framer-ufzijz { align-content: center; align-items: center; background: linear-gradient(89deg, #3f81f8 0%, rgba(137, 32, 245, 1) 100%); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; overflow: visible; padding: 15px 10px 15px 10px; position: absolute; right: 0px; text-decoration: none; top: 0px; width: min-content; }\",\".framer-1FRoF .framer-1pbm4yr, .framer-1FRoF .framer-4cslva { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1FRoF .framer-j7wsjk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-1FRoF .framer-10qcrfc { align-content: center; align-items: center; background-color: #222222; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.15), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.14398), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.13793), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.12711), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.10451), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 15px; position: relative; width: min-content; }\",\".framer-1FRoF .framer-1bgqles { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1196px; }\",\".framer-1FRoF .framer-vqnurz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-1FRoF .framer-131ew4a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 73%; }\",\".framer-1FRoF .framer-m34s7w { flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1FRoF .framer-1kg33y8 { align-content: center; align-items: center; background-color: #111111; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 764px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1FRoF .framer-1vnd270 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-1FRoF .framer-odtjvi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 540px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1FRoF .framer-1bdmrv3-container { flex: 1 0 0px; height: 350px; position: relative; width: 1px; }\",\".framer-1FRoF .framer-i5hh1q-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1FRoF.framer-1rhrxwz, .framer-1FRoF .framer-sd7z6d, .framer-1FRoF .framer-3q53uz, .framer-1FRoF .framer-70ot5t, .framer-1FRoF .framer-j5xaxb, .framer-1FRoF .framer-ufzijz, .framer-1FRoF .framer-j7wsjk, .framer-1FRoF .framer-10qcrfc, .framer-1FRoF .framer-1bgqles, .framer-1FRoF .framer-131ew4a, .framer-1FRoF .framer-1kg33y8, .framer-1FRoF .framer-odtjvi { gap: 0px; } .framer-1FRoF.framer-1rhrxwz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-1FRoF.framer-1rhrxwz > :first-child, .framer-1FRoF .framer-j7wsjk > :first-child, .framer-1FRoF .framer-1bgqles > :first-child, .framer-1FRoF .framer-131ew4a > :first-child, .framer-1FRoF .framer-1kg33y8 > :first-child { margin-top: 0px; } .framer-1FRoF.framer-1rhrxwz > :last-child, .framer-1FRoF .framer-j7wsjk > :last-child, .framer-1FRoF .framer-1bgqles > :last-child, .framer-1FRoF .framer-131ew4a > :last-child, .framer-1FRoF .framer-1kg33y8 > :last-child { margin-bottom: 0px; } .framer-1FRoF .framer-sd7z6d > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-1FRoF .framer-sd7z6d > :first-child, .framer-1FRoF .framer-3q53uz > :first-child, .framer-1FRoF .framer-70ot5t > :first-child, .framer-1FRoF .framer-j5xaxb > :first-child, .framer-1FRoF .framer-ufzijz > :first-child, .framer-1FRoF .framer-10qcrfc > :first-child, .framer-1FRoF .framer-odtjvi > :first-child { margin-left: 0px; } .framer-1FRoF .framer-sd7z6d > :last-child, .framer-1FRoF .framer-3q53uz > :last-child, .framer-1FRoF .framer-70ot5t > :last-child, .framer-1FRoF .framer-j5xaxb > :last-child, .framer-1FRoF .framer-ufzijz > :last-child, .framer-1FRoF .framer-10qcrfc > :last-child, .framer-1FRoF .framer-odtjvi > :last-child { margin-right: 0px; } .framer-1FRoF .framer-3q53uz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-1FRoF .framer-70ot5t > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-1FRoF .framer-j5xaxb > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-1FRoF .framer-ufzijz > *, .framer-1FRoF .framer-10qcrfc > *, .framer-1FRoF .framer-odtjvi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1FRoF .framer-j7wsjk > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-1FRoF .framer-1bgqles > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-1FRoF .framer-131ew4a > *, .framer-1FRoF .framer-1kg33y8 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,\"@media (min-width: 810px) and (max-width: 1439px) { .framer-1FRoF.framer-1rhrxwz { width: 810px; } .framer-1FRoF .framer-17wsvly { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; padding: 0px; } .framer-1FRoF .framer-3q53uz { left: unset; position: relative; top: unset; transform: unset; } .framer-1FRoF .framer-ltcia4 { height: var(--framer-aspect-ratio-supported, 40px); } .framer-1FRoF .framer-70ot5t { gap: 24px; left: unset; position: relative; top: unset; transform: unset; } .framer-1FRoF.framer-os7xcw-container { top: 40px; } .framer-1FRoF .framer-ufzijz { bottom: unset; height: 40px; position: relative; right: unset; top: unset; } .framer-1FRoF .framer-j7wsjk { padding: 100px 40px 40px 40px; } .framer-1FRoF .framer-1bgqles { width: 100%; } .framer-1FRoF .framer-vqnurz { order: 0; } .framer-1FRoF .framer-131ew4a { order: 1; width: 100%; } .framer-1FRoF .framer-1kg33y8 { height: 795px; width: 100%; } .framer-1FRoF .framer-odtjvi { width: 540px; } .framer-1FRoF .framer-1bdmrv3-container { flex: none; height: 551px; width: 605px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1FRoF .framer-17wsvly, .framer-1FRoF .framer-70ot5t { gap: 0px; } .framer-1FRoF .framer-17wsvly > *, .framer-1FRoF .framer-17wsvly > :first-child, .framer-1FRoF .framer-17wsvly > :last-child { margin: 0px; } .framer-1FRoF .framer-70ot5t > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-1FRoF .framer-70ot5t > :first-child { margin-left: 0px; } .framer-1FRoF .framer-70ot5t > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-1FRoF.framer-1rhrxwz { width: 390px; } .framer-1FRoF .framer-sd7z6d { flex-direction: column; } .framer-1FRoF .framer-3q53uz { gap: unset; justify-content: space-between; width: 100%; } .framer-1FRoF .framer-ltcia4 { height: var(--framer-aspect-ratio-supported, 40px); } .framer-1FRoF.framer-os7xcw-container { top: 60px; } .framer-1FRoF .framer-j7wsjk { padding: 100px 20px 20px 20px; } .framer-1FRoF .framer-1bgqles { width: 100%; } .framer-1FRoF .framer-vqnurz { order: 0; width: 100%; } .framer-1FRoF .framer-131ew4a { order: 1; width: 100%; } .framer-1FRoF .framer-m34s7w { width: 90%; } .framer-1FRoF .framer-1kg33y8 { padding: 40px; width: 100%; } .framer-1FRoF .framer-odtjvi { width: 308px; } .framer-1FRoF .framer-1bdmrv3-container { height: 438px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1FRoF .framer-sd7z6d, .framer-1FRoF .framer-3q53uz { gap: 0px; } .framer-1FRoF .framer-sd7z6d > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1FRoF .framer-sd7z6d > :first-child { margin-top: 0px; } .framer-1FRoF .framer-sd7z6d > :last-child { margin-bottom: 0px; } .framer-1FRoF .framer-3q53uz > *, .framer-1FRoF .framer-3q53uz > :first-child, .framer-1FRoF .framer-3q53uz > :last-child { margin: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1745.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xtPtS1H1X\":{\"layout\":[\"fixed\",\"auto\"]},\"KJYENv7DX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerkbAL2HJyL=withCSS(Component,css,\"framer-1FRoF\");export default FramerkbAL2HJyL;FramerkbAL2HJyL.displayName=\"Contact\";FramerkbAL2HJyL.defaultProps={height:1745.5,width:1440};addFonts(FramerkbAL2HJyL,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZ1rib2Bg-4.woff2\",weight:\"800\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}]},...NavWrapperMenuFonts,...NavbarLogoDarkFonts,...FormSparkFonts,...FooterDarkFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkbAL2HJyL\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xtPtS1H1X\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KJYENv7DX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"1745.5\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavWrapperMenuFonts", "getFonts", "IONFPYKTk_default", "NavbarLogoDarkFonts", "msa28TVFG_default", "RichTextWithFX", "withFX", "RichText2", "FormSparkFonts", "FormSpark_default", "FooterDarkFonts", "HexznfouW_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation", "transition1", "animation1", "animation2", "animation3", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Link", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "l", "AnimatePresence", "Ga", "x", "ComponentViewportProvider", "Container", "overlay1", "SVG", "css", "FramerkbAL2HJyL", "withCSS", "kbAL2HJyL_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
