{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/yHkxMmQvVwpfcoiS4OhK/kq10Xh5MH9a1ef131Mzd/O47fIMrFd.js"],
  "sourcesContent": ["// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Button from\"#framer/local/canvasComponent/iDy45PjS7/iDy45PjS7.js\";import NavigationNavigationBar from\"#framer/local/canvasComponent/kax2msIDS/kax2msIDS.js\";import ButtonsPrimary from\"#framer/local/canvasComponent/MWBiEuWUD/MWBiEuWUD.js\";import NavigationFooter from\"#framer/local/canvasComponent/UtR0ER5rE/UtR0ER5rE.js\";import Services from\"#framer/local/collection/o1Kkn1NT2/o1Kkn1NT2.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle6 from\"#framer/local/css/D4oaMJloZ/D4oaMJloZ.js\";import*as sharedStyle3 from\"#framer/local/css/FK0L3WmPa/FK0L3WmPa.js\";import*as sharedStyle8 from\"#framer/local/css/hIB4KH3BJ/hIB4KH3BJ.js\";import*as sharedStyle9 from\"#framer/local/css/HYsR7Ew8w/HYsR7Ew8w.js\";import*as sharedStyle4 from\"#framer/local/css/JzpbM1D0b/JzpbM1D0b.js\";import*as sharedStyle1 from\"#framer/local/css/qK9L1ITfM/qK9L1ITfM.js\";import*as sharedStyle2 from\"#framer/local/css/UAzX_iDiq/UAzX_iDiq.js\";import*as sharedStyle7 from\"#framer/local/css/uqTNjxj1f/uqTNjxj1f.js\";import*as sharedStyle from\"#framer/local/css/XTfJQu4hD/XTfJQu4hD.js\";import*as sharedStyle5 from\"#framer/local/css/Yf6X4_7Ms/Yf6X4_7Ms.js\";import metadataProvider from\"#framer/local/webPageMetadata/O47fIMrFd/O47fIMrFd.js\";const ButtonsPrimaryFonts=getFonts(ButtonsPrimary);const MotionDivWithFX=withFX(motion.div);const NavigationNavigationBarFonts=getFonts(NavigationNavigationBar);const ImageWithFX=withFX(Image);const ButtonFonts=getFonts(Button);const NavigationFooterFonts=getFonts(NavigationFooter);const breakpoints={AqtmKgGWG:\"(min-width: 810px) and (max-width: 1199px)\",J11gEFj5C:\"(min-width: 1200px) and (max-width: 1439px)\",L2d4Tk81z:\"(max-width: 809px)\",UxrLbHtxv:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-aHxUU\";const variantClassNames={AqtmKgGWG:\"framer-v-1dbl2yh\",J11gEFj5C:\"framer-v-1ha7am2\",L2d4Tk81z:\"framer-v-dyixwg\",UxrLbHtxv:\"framer-v-ppueqj\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={delay:.2,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={delay:0,duration:5,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-40};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-20};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop - Mini\":\"J11gEFj5C\",Desktop:\"UxrLbHtxv\",Phone:\"L2d4Tk81z\",Tablet:\"AqtmKgGWG\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"UxrLbHtxv\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{constraint:{left:{collection:\"O47fIMrFd\",name:\"nextItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"nextItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{constraint:{left:{collection:\"O47fIMrFd\",name:\"previousItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"O47fIMrFd\",data:Services,type:\"Collection\"},right:{alias:\"previousItemId\",data:Services,type:\"Collection\"},type:\"LeftJoin\"},right:{alias:\"nextItemId\",data:Services,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"O47fIMrFd\",name:\"rmNdpMncI\",type:\"Identifier\"},{collection:\"O47fIMrFd\",name:\"O9rXFehdL\",type:\"Identifier\"},{collection:\"O47fIMrFd\",name:\"LlsK4gQqe\",type:\"Identifier\"},{collection:\"O47fIMrFd\",name:\"iZ5aYyXGa\",type:\"Identifier\"},{collection:\"O47fIMrFd\",name:\"M7BQjCFWW\",type:\"Identifier\"},{alias:\"previousItemId.rmNdpMncI\",collection:\"previousItemId\",name:\"rmNdpMncI\",type:\"Identifier\"},{alias:\"previousItemId.QvbmRVT6f\",collection:\"previousItemId\",name:\"QvbmRVT6f\",type:\"Identifier\"},{alias:\"previousItemId\",collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},{alias:\"nextItemId.rmNdpMncI\",collection:\"nextItemId\",name:\"rmNdpMncI\",type:\"Identifier\"},{alias:\"nextItemId.QvbmRVT6f\",collection:\"nextItemId\",name:\"QvbmRVT6f\",type:\"Identifier\"},{alias:\"nextItemId\",collection:\"nextItemId\",name:\"id\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"O47fIMrFd\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,rmNdpMncI=getFromCurrentRouteData(\"rmNdpMncI\")??\"\",LlsK4gQqe=getFromCurrentRouteData(\"LlsK4gQqe\")??\"\",M7BQjCFWW=getFromCurrentRouteData(\"M7BQjCFWW\"),iZ5aYyXGa=getFromCurrentRouteData(\"iZ5aYyXGa\")??\"\",previousItemId=getFromCurrentRouteData(\"previousItemId\"),previousItemId_QvbmRVT6f=getFromCurrentRouteData(\"previousItemId.QvbmRVT6f\")??\"\",previousItemId_rmNdpMncI=getFromCurrentRouteData(\"previousItemId.rmNdpMncI\")??\"\",nextItemId=getFromCurrentRouteData(\"nextItemId\"),nextItemId_QvbmRVT6f=getFromCurrentRouteData(\"nextItemId.QvbmRVT6f\")??\"\",nextItemId_rmNdpMncI=getFromCurrentRouteData(\"nextItemId.rmNdpMncI\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"tzDzZUvbf\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"xJByp_z34\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"rbhakqd03\");const ref3=React.useRef(null);const visible=isSet(previousItemId);const textContent=prefix(previousItemId_rmNdpMncI,\"\u2039 \");const visible1=isSet(nextItemId);const textContent1=suffix(nextItemId_rmNdpMncI,\" \u203A\");useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"UxrLbHtxv\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-5b55540e-7ea5-41c7-8f62-f52b220f2b01, rgb(242, 241, 234)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-ppueqj\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bdojdv\",\"data-framer-name\":\"section\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15zl5qr\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h47ob8\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18o6h2r\",\"data-framer-name\":\"Title + CTA\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y624xy\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zo5y89\",\"data-styles-preset\":\"XTfJQu4hD\",style:{\"--framer-text-alignment\":\"left\"},children:\"Customer Journey Mapping and Persona-Based Content\"})}),className:\"framer-1hdtf8\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:rmNdpMncI,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/q25XkEYzV1lKiyb2Ppsf/CodeBlock.js:default\":componentPresets.props[\"t28vseJGm\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:LlsK4gQqe,className:\"framer-1ouje01\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-wvlk38\",blockquote:\"framer-styles-preset-xktbwb\",h1:\"framer-styles-preset-4vhqta\",h2:\"framer-styles-preset-zo5y89\",h3:\"framer-styles-preset-1qwb563\",h4:\"framer-styles-preset-9bqq1m\",h5:\"framer-styles-preset-1nxp3w0\",h6:\"framer-styles-preset-atr74u\",img:\"framer-styles-preset-1irvw6w\",p:\"framer-styles-preset-19883eq\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fzrn8m-container\",nodeId:\"HVomvHwmo\",scopeId:\"O47fIMrFd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J11gEFj5C:{EekHruriY:\"Get started\"}},children:/*#__PURE__*/_jsx(ButtonsPrimary,{EekHruriY:\"Get Started\",height:\"100%\",id:\"HVomvHwmo\",layoutId:\"HVomvHwmo\",variant:\"Lpb_PkAdF\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L2d4Tk81z:{background:{alt:\"\",fit:\"fill\",sizes:`min(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 800px)`,...toResponsiveImage(M7BQjCFWW)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px), 800px)`,...toResponsiveImage(M7BQjCFWW)},className:\"framer-16il4qa\",\"data-framer-name\":\"Thumbnail\"})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/q25XkEYzV1lKiyb2Ppsf/CodeBlock.js:default\":componentPresets.props[\"t28vseJGm\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:iZ5aYyXGa,className:\"framer-19vp2mo\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-wvlk38\",blockquote:\"framer-styles-preset-xktbwb\",h1:\"framer-styles-preset-4vhqta\",h2:\"framer-styles-preset-zo5y89\",h3:\"framer-styles-preset-1qwb563\",h4:\"framer-styles-preset-9bqq1m\",h5:\"framer-styles-preset-1nxp3w0\",h6:\"framer-styles-preset-atr74u\",img:\"framer-styles-preset-1irvw6w\",p:\"framer-styles-preset-19883eq\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L2d4Tk81z:{y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:\"100vw\",y:20,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14k2kbu-container\",layoutScroll:true,nodeId:\"ivJL60Bq6\",scopeId:\"O47fIMrFd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AqtmKgGWG:{variant:\"pdtcUSEoM\"},L2d4Tk81z:{variant:\"NV1LHw5tE\"}},children:/*#__PURE__*/_jsx(NavigationNavigationBar,{height:\"100%\",id:\"ivJL60Bq6\",layoutId:\"ivJL60Bq6\",style:{width:\"100%\"},variant:\"hR7MQrVPd\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bothvy\",\"data-framer-name\":\"Contact\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ajvqpm\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ul6hyj\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zo5y89\",\"data-styles-preset\":\"XTfJQu4hD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b598cd45-074f-4ee0-ba37-8a619f423ee7, rgb(0, 40, 85))\"},children:\"We'd love to hear from you\"})}),className:\"framer-19l4e9z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AqtmKgGWG:{__framer__loop:animation3,background:{alt:\"Abstract metalic shape\",fit:\"fill\",pixelHeight:862,pixelWidth:862,sizes:\"400px\",src:\"https://framerusercontent.com/images/asfcO1TIpYTFkW6b8v0pg7kEsw.png\",srcSet:\"https://framerusercontent.com/images/asfcO1TIpYTFkW6b8v0pg7kEsw.png?scale-down-to=512 512w,https://framerusercontent.com/images/asfcO1TIpYTFkW6b8v0pg7kEsw.png 862w\"}},L2d4Tk81z:{__framer__loop:animation3,background:{alt:\"Abstract metalic shape\",fit:\"fill\",pixelHeight:862,pixelWidth:862,sizes:\"207px\",src:\"https://framerusercontent.com/images/asfcO1TIpYTFkW6b8v0pg7kEsw.png\",srcSet:\"https://framerusercontent.com/images/asfcO1TIpYTFkW6b8v0pg7kEsw.png?scale-down-to=512 512w,https://framerusercontent.com/images/asfcO1TIpYTFkW6b8v0pg7kEsw.png 862w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Abstract metalic shape\",fit:\"fill\",pixelHeight:862,pixelWidth:862,src:\"https://framerusercontent.com/images/asfcO1TIpYTFkW6b8v0pg7kEsw.png\",srcSet:\"https://framerusercontent.com/images/asfcO1TIpYTFkW6b8v0pg7kEsw.png?scale-down-to=512 512w,https://framerusercontent.com/images/asfcO1TIpYTFkW6b8v0pg7kEsw.png 862w\"},className:\"framer-138rhdc\",\"data-framer-name\":\"Image\",style:{rotate:120}})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kk6af0\",\"data-framer-name\":\"Column\",children:/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/d726a387-661d-4d97-afb6-2373c8c783ca/submit\",className:\"framer-dqgebx\",nodeId:\"eVCIq2NSU\",redirectUrl:{webPageId:\"G_ffpnQzZ\"},children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nojxva\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1mpefe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b598cd45-074f-4ee0-ba37-8a619f423ee7, rgb(0, 40, 85))\"},children:\"Name\"})}),className:\"framer-58g3ns\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1mvqoh3\",inputName:\"Name\",placeholder:\"Mark Content\",type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-ma021y\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b598cd45-074f-4ee0-ba37-8a619f423ee7, rgb(0, 40, 85))\"},children:\"Email\"})}),className:\"framer-4ffd8n\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-10noyq8\",inputName:\"Email\",placeholder:\"mark@kontentplus.com\",type:\"email\"})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w2ogvi\",children:/*#__PURE__*/_jsxs(\"label\",{className:\"framer-7j2jj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b598cd45-074f-4ee0-ba37-8a619f423ee7, rgb(0, 40, 85))\"},children:\"Phone\"})}),className:\"framer-qe3uet\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-h4uo42\",inputName:\"Phone\",placeholder:\"+123\",type:\"tel\"})]})}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1v29569\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b598cd45-074f-4ee0-ba37-8a619f423ee7, rgb(0, 40, 85))\"},children:\"Message\"})}),className:\"framer-106jirn\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-fjkzd\",inputName:\"Message\",placeholder:\"Your message...\",type:\"textarea\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AqtmKgGWG:{width:`min(min(${componentViewport?.width||\"100vw\"} - 120px, 1000px), 400px)`},L2d4Tk81z:{width:`min(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 400px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px), 400px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r2f05m-container\",nodeId:\"v8ao9MrVX\",scopeId:\"O47fIMrFd\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"v8ao9MrVX\",layoutId:\"v8ao9MrVX\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"e8hJfP5OB\",success:\"ySNJYkoCL\"},\"rasLGVqxp\"),width:\"100%\"})})})})]})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pnqxsf\",\"data-framer-name\":\"section\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pr30bf\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f682rl\",children:[visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19883eq\",\"data-styles-preset\":\"D4oaMJloZ\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{QvbmRVT6f:previousItemId_QvbmRVT6f},webPageId:\"O47fIMrFd\"},motionChild:true,nodeId:\"CW3hJmVPf\",openInNewTab:false,scopeId:\"O47fIMrFd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wvlk38\",\"data-styles-preset\":\"uqTNjxj1f\",children:\"\u2039 \"})})})}),className:\"framer-1qncgr9\",\"data-framer-name\":\"Previous\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19883eq\",\"data-styles-preset\":\"D4oaMJloZ\",style:{\"--framer-text-alignment\":\"right\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{QvbmRVT6f:nextItemId_QvbmRVT6f},webPageId:\"O47fIMrFd\"},motionChild:true,nodeId:\"OU8bAy1nQ\",openInNewTab:false,scopeId:\"O47fIMrFd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wvlk38\",\"data-styles-preset\":\"uqTNjxj1f\",children:\" \u203A\"})})})}),className:\"framer-6wjiaw\",\"data-framer-name\":\"Next\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:285,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i46kc2-container\",nodeId:\"xA68F1V1f\",scopeId:\"O47fIMrFd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AqtmKgGWG:{variant:\"Qhpn97F2L\"},L2d4Tk81z:{variant:\"KIfhDFPen\"}},children:/*#__PURE__*/_jsx(NavigationFooter,{height:\"100%\",id:\"xA68F1V1f\",layoutId:\"xA68F1V1f\",style:{width:\"100%\"},variant:\"mSwtkHQbX\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aHxUU.framer-1qcdc6z, .framer-aHxUU .framer-1qcdc6z { display: block; }\",\".framer-aHxUU.framer-ppueqj { align-content: center; align-items: center; background-color: var(--token-5b55540e-7ea5-41c7-8f62-f52b220f2b01, #f2f1ea); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-aHxUU .framer-1bdojdv { align-content: center; align-items: center; background-color: var(--token-5b55540e-7ea5-41c7-8f62-f52b220f2b01, #f2f1ea); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 160px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-15zl5qr, .framer-aHxUU .framer-pr30bf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-1h47ob8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-18o6h2r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-1y624xy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-1hdtf8, .framer-aHxUU .framer-1ouje01 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-aHxUU .framer-fzrn8m-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-aHxUU .framer-16il4qa { aspect-ratio: 1.7857142857142858 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 112px); position: relative; width: 100%; }\",\".framer-aHxUU .framer-19vp2mo { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-aHxUU .framer-14k2kbu-container { flex: none; height: auto; left: 50%; position: fixed; top: 20px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-aHxUU .framer-bothvy { align-content: center; align-items: center; background-color: var(--token-5b55540e-7ea5-41c7-8f62-f52b220f2b01, #f2f1ea); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 40px 40px 80px 40px; position: relative; scroll-margin-top: 160px; width: 100%; }\",\".framer-aHxUU .framer-ajvqpm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-ul6hyj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-19l4e9z, .framer-aHxUU .framer-58g3ns, .framer-aHxUU .framer-4ffd8n, .framer-aHxUU .framer-qe3uet, .framer-aHxUU .framer-106jirn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-aHxUU .framer-138rhdc { aspect-ratio: 1 / 1; bottom: 245px; flex: none; overflow: hidden; position: absolute; right: -381px; top: 52px; width: var(--framer-aspect-ratio-supported, 400px); z-index: 0; }\",\".framer-aHxUU .framer-kk6af0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 400px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-dqgebx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-nojxva { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-1mpefe, .framer-aHxUU .framer-ma021y, .framer-aHxUU .framer-1v29569 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-aHxUU .framer-1mvqoh3, .framer-aHxUU .framer-10noyq8, .framer-aHxUU .framer-h4uo42 { --framer-input-background: #ffffff; --framer-input-border-radius-bottom-left: 8px; --framer-input-border-radius-bottom-right: 8px; --framer-input-border-radius-top-left: 8px; --framer-input-border-radius-top-right: 8px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #333333; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 16px; --framer-input-placeholder-color: #999999; --framer-input-wrapper-height: auto; flex: none; height: auto; position: relative; width: 100%; }',\".framer-aHxUU .framer-1w2ogvi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-7j2jj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",'.framer-aHxUU .framer-fjkzd { --framer-input-background: #ffffff; --framer-input-border-radius-bottom-left: 8px; --framer-input-border-radius-bottom-right: 8px; --framer-input-border-radius-top-left: 8px; --framer-input-border-radius-top-right: 8px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #333333; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 160px; position: relative; width: 100%; }',\".framer-aHxUU .framer-r2f05m-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-1pnqxsf { align-content: center; align-items: center; background-color: var(--token-5b55540e-7ea5-41c7-8f62-f52b220f2b01, #f2f1ea); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-f682rl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; min-height: 25px; padding: 0px; position: relative; width: 100%; }\",\".framer-aHxUU .framer-1qncgr9, .framer-aHxUU .framer-6wjiaw { flex: none; height: auto; max-width: 280px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-aHxUU .framer-1i46kc2-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aHxUU.framer-ppueqj, .framer-aHxUU .framer-1bdojdv, .framer-aHxUU .framer-15zl5qr, .framer-aHxUU .framer-1h47ob8, .framer-aHxUU .framer-18o6h2r, .framer-aHxUU .framer-1y624xy, .framer-aHxUU .framer-bothvy, .framer-aHxUU .framer-ajvqpm, .framer-aHxUU .framer-ul6hyj, .framer-aHxUU .framer-kk6af0, .framer-aHxUU .framer-dqgebx, .framer-aHxUU .framer-nojxva, .framer-aHxUU .framer-1mpefe, .framer-aHxUU .framer-ma021y, .framer-aHxUU .framer-1w2ogvi, .framer-aHxUU .framer-7j2jj, .framer-aHxUU .framer-1v29569, .framer-aHxUU .framer-1pnqxsf, .framer-aHxUU .framer-pr30bf { gap: 0px; } .framer-aHxUU.framer-ppueqj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aHxUU.framer-ppueqj > :first-child, .framer-aHxUU .framer-1bdojdv > :first-child, .framer-aHxUU .framer-15zl5qr > :first-child, .framer-aHxUU .framer-1h47ob8 > :first-child, .framer-aHxUU .framer-18o6h2r > :first-child, .framer-aHxUU .framer-1y624xy > :first-child, .framer-aHxUU .framer-bothvy > :first-child, .framer-aHxUU .framer-ajvqpm > :first-child, .framer-aHxUU .framer-ul6hyj > :first-child, .framer-aHxUU .framer-kk6af0 > :first-child, .framer-aHxUU .framer-dqgebx > :first-child, .framer-aHxUU .framer-nojxva > :first-child, .framer-aHxUU .framer-1mpefe > :first-child, .framer-aHxUU .framer-ma021y > :first-child, .framer-aHxUU .framer-7j2jj > :first-child, .framer-aHxUU .framer-1v29569 > :first-child, .framer-aHxUU .framer-1pnqxsf > :first-child, .framer-aHxUU .framer-pr30bf > :first-child { margin-top: 0px; } .framer-aHxUU.framer-ppueqj > :last-child, .framer-aHxUU .framer-1bdojdv > :last-child, .framer-aHxUU .framer-15zl5qr > :last-child, .framer-aHxUU .framer-1h47ob8 > :last-child, .framer-aHxUU .framer-18o6h2r > :last-child, .framer-aHxUU .framer-1y624xy > :last-child, .framer-aHxUU .framer-bothvy > :last-child, .framer-aHxUU .framer-ajvqpm > :last-child, .framer-aHxUU .framer-ul6hyj > :last-child, .framer-aHxUU .framer-kk6af0 > :last-child, .framer-aHxUU .framer-dqgebx > :last-child, .framer-aHxUU .framer-nojxva > :last-child, .framer-aHxUU .framer-1mpefe > :last-child, .framer-aHxUU .framer-ma021y > :last-child, .framer-aHxUU .framer-7j2jj > :last-child, .framer-aHxUU .framer-1v29569 > :last-child, .framer-aHxUU .framer-1pnqxsf > :last-child, .framer-aHxUU .framer-pr30bf > :last-child { margin-bottom: 0px; } .framer-aHxUU .framer-1bdojdv > *, .framer-aHxUU .framer-bothvy > *, .framer-aHxUU .framer-1pnqxsf > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-aHxUU .framer-15zl5qr > *, .framer-aHxUU .framer-pr30bf > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-aHxUU .framer-1h47ob8 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-aHxUU .framer-18o6h2r > *, .framer-aHxUU .framer-ajvqpm > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-aHxUU .framer-1y624xy > *, .framer-aHxUU .framer-dqgebx > *, .framer-aHxUU .framer-nojxva > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-aHxUU .framer-ul6hyj > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-aHxUU .framer-kk6af0 > *, .framer-aHxUU .framer-1mpefe > *, .framer-aHxUU .framer-ma021y > *, .framer-aHxUU .framer-7j2jj > *, .framer-aHxUU .framer-1v29569 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aHxUU .framer-1w2ogvi > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-aHxUU .framer-1w2ogvi > :first-child { margin-left: 0px; } .framer-aHxUU .framer-1w2ogvi > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-aHxUU.framer-ppueqj { width: 1200px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-aHxUU.framer-ppueqj { width: 810px; } .framer-aHxUU .framer-16il4qa { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; } .framer-aHxUU .framer-bothvy { padding: 40px 60px 80px 60px; } .framer-aHxUU .framer-138rhdc { bottom: unset; height: var(--framer-aspect-ratio-supported, 400px); right: -280px; top: 160px; width: 400px; }}\",\"@media (max-width: 809px) { .framer-aHxUU.framer-ppueqj { width: 390px; } .framer-aHxUU .framer-1bdojdv { padding: 120px 20px 80px 20px; } .framer-aHxUU .framer-1h47ob8 { gap: 40px; } .framer-aHxUU .framer-16il4qa { aspect-ratio: unset; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: 280px; } .framer-aHxUU .framer-14k2kbu-container { top: 0px; } .framer-aHxUU .framer-bothvy { padding: 80px 20px 80px 20px; } .framer-aHxUU .framer-19l4e9z { white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; } .framer-aHxUU .framer-138rhdc { bottom: unset; height: var(--framer-aspect-ratio-supported, 207px); right: -149px; top: 144px; width: 207px; } .framer-aHxUU .framer-1w2ogvi { flex-direction: column; } .framer-aHxUU .framer-7j2jj { flex: none; width: 100%; } .framer-aHxUU .framer-1pnqxsf { padding: 40px 20px 40px 20px; } .framer-aHxUU .framer-f682rl { gap: 24px; justify-content: flex-start; } .framer-aHxUU .framer-1qncgr9, .framer-aHxUU .framer-6wjiaw { flex: 1 0 0px; max-width: unset; width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aHxUU .framer-1h47ob8, .framer-aHxUU .framer-1w2ogvi, .framer-aHxUU .framer-f682rl { gap: 0px; } .framer-aHxUU .framer-1h47ob8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-aHxUU .framer-1h47ob8 > :first-child, .framer-aHxUU .framer-1w2ogvi > :first-child { margin-top: 0px; } .framer-aHxUU .framer-1h47ob8 > :last-child, .framer-aHxUU .framer-1w2ogvi > :last-child { margin-bottom: 0px; } .framer-aHxUU .framer-1w2ogvi > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-aHxUU .framer-f682rl > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-aHxUU .framer-f682rl > :first-child { margin-left: 0px; } .framer-aHxUU .framer-f682rl > :last-child { margin-right: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3891\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"J11gEFj5C\":{\"layout\":[\"fixed\",\"auto\"]},\"AqtmKgGWG\":{\"layout\":[\"fixed\",\"auto\"]},\"L2d4Tk81z\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"tzDzZUvbf\":{\"pattern\":\":tzDzZUvbf\",\"name\":\"whatwedo\"},\"xJByp_z34\":{\"pattern\":\":xJByp_z34\",\"name\":\"contactform\"},\"rbhakqd03\":{\"pattern\":\":rbhakqd03\",\"name\":\"whatwedo\"}}\n * @framerResponsiveScreen\n */const FramerO47fIMrFd=withCSS(Component,css,\"framer-aHxUU\");export default FramerO47fIMrFd;FramerO47fIMrFd.displayName=\"Services\";FramerO47fIMrFd.defaultProps={height:3891,width:1440};addFonts(FramerO47fIMrFd,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...ButtonsPrimaryFonts,...NavigationNavigationBarFonts,...ButtonFonts,...NavigationFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...componentPresets.fonts?.[\"t28vseJGm\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"t28vseJGm\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerO47fIMrFd\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"3891\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"tzDzZUvbf\\\":{\\\"pattern\\\":\\\":tzDzZUvbf\\\",\\\"name\\\":\\\"whatwedo\\\"},\\\"xJByp_z34\\\":{\\\"pattern\\\":\\\":xJByp_z34\\\",\\\"name\\\":\\\"contactform\\\"},\\\"rbhakqd03\\\":{\\\"pattern\\\":\\\":rbhakqd03\\\",\\\"name\\\":\\\"whatwedo\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"J11gEFj5C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AqtmKgGWG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L2d4Tk81z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ButtonsPrimaryFonts", "getFonts", "MWBiEuWUD_default", "MotionDivWithFX", "withFX", "motion", "NavigationNavigationBarFonts", "kax2msIDS_default", "ImageWithFX", "Image2", "ButtonFonts", "iDy45PjS7_default", "NavigationFooterFonts", "UtR0ER5rE_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "toResponsiveImage", "value", "transition2", "animation2", "animation3", "formVariants", "form", "variants", "currentVariant", "isSet", "prefix", "suffix", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "o1Kkn1NT2_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "rmNdpMncI", "LlsK4gQqe", "M7BQjCFWW", "iZ5aYyXGa", "previousItemId", "previousItemId_QvbmRVT6f", "previousItemId_rmNdpMncI", "nextItemId", "nextItemId_QvbmRVT6f", "nextItemId_rmNdpMncI", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "visible", "textContent", "visible1", "textContent1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "MotionDivWithFX", "RichText2", "x", "ComponentPresetsProvider", "ComponentViewportProvider", "Container", "PropertyOverrides2", "MWBiEuWUD_default", "Image2", "kax2msIDS_default", "ImageWithFX", "FormContainer", "formState", "l", "FormPlainTextInput2", "iDy45PjS7_default", "Link", "UtR0ER5rE_default", "css", "FramerO47fIMrFd", "withCSS", "O47fIMrFd_default", "addFonts", "ButtonsPrimaryFonts", "NavigationNavigationBarFonts", "ButtonFonts", "NavigationFooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
