{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/YChKM8zjwkPaJP1LY9QY/M91G704PrVtc44buP7rO/OOCIS7oEr.js"],
  "sourcesContent": ["// Generated by Framer (f8e3bf6)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,FormSelect,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useOverlayState,useRouteElementId,useRouter,withCSS,withVariantAppearEffect}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 SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js\";import Footer from\"#framer/local/canvasComponent/gqWf_N8oZ/gqWf_N8oZ.js\";import LogotypeBanner from\"#framer/local/canvasComponent/jcOyGPvgi/jcOyGPvgi.js\";import ButtonLink from\"#framer/local/canvasComponent/MmzQGl33b/MmzQGl33b.js\";import Header from\"#framer/local/canvasComponent/SocklzDgW/SocklzDgW.js\";import ButtonImage from\"#framer/local/canvasComponent/SUTuYPVqK/SUTuYPVqK.js\";import FormButton from\"#framer/local/canvasComponent/WcsH1oU2i/WcsH1oU2i.js\";import FAQFilter from\"#framer/local/canvasComponent/ZO7fC70VQ/ZO7fC70VQ.js\";import*as sharedStyle6 from\"#framer/local/css/bpfI_Hny_/bpfI_Hny_.js\";import*as sharedStyle2 from\"#framer/local/css/C8FQSrwDB/C8FQSrwDB.js\";import*as sharedStyle8 from\"#framer/local/css/D0wBK6GYG/D0wBK6GYG.js\";import*as sharedStyle7 from\"#framer/local/css/dZIjp6CPD/dZIjp6CPD.js\";import*as sharedStyle3 from\"#framer/local/css/EIy5OzKvG/EIy5OzKvG.js\";import*as sharedStyle5 from\"#framer/local/css/EL4gcmYut/EL4gcmYut.js\";import*as sharedStyle1 from\"#framer/local/css/EsBsK9trI/EsBsK9trI.js\";import*as sharedStyle from\"#framer/local/css/gmxEtUrW6/gmxEtUrW6.js\";import*as sharedStyle4 from\"#framer/local/css/P0DdEuRo0/P0DdEuRo0.js\";import metadataProvider from\"#framer/local/webPageMetadata/OOCIS7oEr/OOCIS7oEr.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const LogotypeBannerFonts=getFonts(LogotypeBanner);const LogotypeBannerWithVariantAppearEffect=withVariantAppearEffect(LogotypeBanner);const HeaderFonts=getFonts(Header);const ButtonImageFonts=getFonts(ButtonImage);const FAQFilterFonts=getFonts(FAQFilter);const ButtonLinkFonts=getFonts(ButtonLink);const FormButtonFonts=getFonts(FormButton);const FooterFonts=getFonts(Footer);const breakpoints={rpoN6Xub3:\"(min-width: 1200px) and (max-width: 1919px)\",t1ldhBVjz:\"(max-width: 809px)\",ukXPUQ36Z:\"(min-width: 810px) and (max-width: 1199px)\",ykxfqZTk_:\"(min-width: 1920px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-lDLiV\";const variantClassNames={rpoN6Xub3:\"framer-v-1fhty82\",t1ldhBVjz:\"framer-v-mtw7lw\",ukXPUQ36Z:\"framer-v-onwfwc\",ykxfqZTk_:\"framer-v-afiynd\"};const transition1={delay:0,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition2={delay:.4,duration:1,ease:[.12,.23,0,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:50};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};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 getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop HD\":\"ykxfqZTk_\",Desktop:\"rpoN6Xub3\",Phone:\"t1ldhBVjz\",Tablet:\"ukXPUQ36Z\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ykxfqZTk_\"};};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);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const pipz3mg143bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const E9WMsG2NR1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const g9g7GasF83bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"t1ldhBVjz\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"ukXPUQ36Z\",\"t1ldhBVjz\"].includes(baseVariant))return true;return false;};const router=useRouter();const ref1=React.useRef(null);const elementId=useRouteElementId(\"WAYQRPly7\");useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ykxfqZTk_\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-42733580-e823-42e2-ae30-780803a9bde6, rgb(255, 250, 238)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-afiynd\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jgtw4n-container hidden-mtw7lw\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"gLNsqycuW\",scopeId:\"OOCIS7oEr\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"gLNsqycuW\",intensity:10,layoutId:\"gLNsqycuW\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":xmtz4Wml9\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"nekIxSH3f\"},implicitPathVariables:undefined},{href:{webPageId:\"nekIxSH3f\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t1ldhBVjz:{height:65,width:componentViewport?.width||\"100vw\",y:0},ukXPUQ36Z:{height:65,width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-k3kkhv-container hidden-afiynd hidden-1fhty82\",layoutScroll:true,nodeId:\"s9IREUE55\",rendersWithMotion:true,scopeId:\"OOCIS7oEr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t1ldhBVjz:{__framer__targets:[{ref:ref1,target:\"ErPU9ZRQd\"}],s2RWwz9KS:resolvedLinks[2],variant:\"U2aaTAVaK\"},ukXPUQ36Z:{__framer__targets:[{ref:ref1,target:\"InHNuBQX0\"}],s2RWwz9KS:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(LogotypeBannerWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"s9IREUE55\",layoutId:\"s9IREUE55\",s2RWwz9KS:resolvedLinks[0],style:{width:\"100%\"},variant:\"rSDTc9E4p\",width:\"100%\",xI7xmax6d:false})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t1ldhBVjz:{width:undefined,y:827},ukXPUQ36Z:{width:undefined,y:807}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:163,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1aimawx-container\",id:\"1aimawx\",layoutScroll:true,nodeId:\"ubzP8lKwG\",scopeId:\"OOCIS7oEr\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpoN6Xub3:{variant:\"lxx8624JU\"},t1ldhBVjz:{variant:\"GrCMVMZU4\"},ukXPUQ36Z:{variant:\"GrCMVMZU4\"}},children:/*#__PURE__*/_jsx(Header,{eHJY0qvOX:\"var(--token-e47f31a4-9673-4b58-bf57-786850b2c13b, rgb(7, 59, 58))\",height:\"100%\",id:\"ubzP8lKwG\",layoutId:\"ubzP8lKwG\",pipz3mg14:pipz3mg143bnx0g({overlay}),pIvWSmyYu:\"var(--token-e47f31a4-9673-4b58-bf57-786850b2c13b, rgb(7, 59, 58))\",puZoUKxhn:\"var(--token-5c823038-d5e9-462d-8963-5885671c502e, rgb(37, 9, 2))\",style:{width:\"100%\"},variant:\"NXYUDYL1X\",width:\"100%\",wP9h8VsEh:\"var(--token-42733580-e823-42e2-ae30-780803a9bde6, rgb(255, 250, 238))\"})}),/*#__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},className:cx(scopingClassNames,\"framer-3pmw76\"),\"data-framer-portal-id\":\"1aimawx\",exit:{opacity:0},initial:{opacity:0},onTap:()=>overlay.hide(),transition:{delay:0,duration:1.4,ease:[.5,0,.88,.77],type:\"tween\"}},\"V5MGF6vw2\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t1ldhBVjz:{transformTemplate:undefined},ukXPUQ36Z:{transformTemplate:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{animate:animation1,className:cx(scopingClassNames,\"framer-oxjx4\"),\"data-framer-name\":\"Q&A Dialog\",\"data-framer-portal-id\":\"1aimawx\",exit:animation,initial:animation2,transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g4481r-container\",\"data-framer-name\":\"Close Button\",inComponentSlot:true,name:\"Close Button\",nodeId:\"Z1HM03qTe\",rendersWithMotion:true,scopeId:\"OOCIS7oEr\",children:/*#__PURE__*/_jsx(ButtonImage,{E9WMsG2NR:E9WMsG2NR1wnntms({overlay}),height:\"100%\",id:\"Z1HM03qTe\",IODQrZTrl:addImageAlt({pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/OHJGTkdnXl2j75CywE1RXCser0E.png\"},\"\"),layoutId:\"Z1HM03qTe\",M6aVu3LFc:addImageAlt({pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/OHJGTkdnXl2j75CywE1RXCser0E.png\"},\"\"),name:\"Close Button\",variant:\"LKljF9wEa\",width:\"100%\",XsnHtQa18:addImageAlt({pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/OHJGTkdnXl2j75CywE1RXCser0E.png\"},\"\")})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xx78h7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16pyp97\",\"data-styles-preset\":\"gmxEtUrW6\",children:\"FAQs\"})}),className:\"framer-ojjhkp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t1ldhBVjz:{width:\"min((100vw - 20px) / 1.108, 1200px)\"},ukXPUQ36Z:{width:\"294px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"386px\",children:/*#__PURE__*/_jsx(Container,{animate:animation4,className:\"framer-1tzhazt-container\",exit:animation3,inComponentSlot:true,initial:animation5,nodeId:\"kI3NtN6D0\",rendersWithMotion:true,scopeId:\"OOCIS7oEr\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FAQFilter,{height:\"100%\",id:\"kI3NtN6D0\",layoutId:\"kI3NtN6D0\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"X2WGI4XGZ\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-eqc17n hidden-mtw7lw\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dyipjl\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ntQE9SZaQ\"},implicitPathVariables:undefined},{href:{webPageId:\"ntQE9SZaQ\"},implicitPathVariables:undefined},{href:{webPageId:\"ntQE9SZaQ\"},implicitPathVariables:undefined},{href:{webPageId:\"ntQE9SZaQ\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14y15tc-container\",inComponentSlot:true,nodeId:\"TJr9pA_pf\",rendersWithMotion:true,scopeId:\"OOCIS7oEr\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpoN6Xub3:{Zg5Mtehmz:resolvedLinks1[1]},t1ldhBVjz:{Zg5Mtehmz:resolvedLinks1[3]},ukXPUQ36Z:{Zg5Mtehmz:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(ButtonLink,{aRwnB7Xfi:\"var(--token-42733580-e823-42e2-ae30-780803a9bde6, rgb(255, 250, 238))\",eGuvh9dTj:false,fGMdeiZ7V:false,height:\"100%\",id:\"TJr9pA_pf\",K9DAVTPBF:false,layoutId:\"TJr9pA_pf\",nCNqkj5ZE:true,nfKuv3lQC:{borderColor:\"var(--token-42733580-e823-42e2-ae30-780803a9bde6, rgb(255, 250, 238))\",borderStyle:\"solid\",borderWidth:0},OZ4YvXLzD:\"View Our Packages\",QUbpFQPPC:\"var(--token-e47f31a4-9673-4b58-bf57-786850b2c13b, rgb(7, 59, 58))\",variant:\"UODaRLuIt\",width:\"100%\",Zg5Mtehmz:resolvedLinks1[0],ZQUM9IYSu:\"Home\"})})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gxeeyr\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18q0evu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18ava85\",\"data-styles-preset\":\"EsBsK9trI\",children:\"Leave a message\"})}),className:\"framer-1voj6n9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/53a412fe-9d4b-45bc-b89f-6193d274839e/submit\",className:\"framer-a36gg1\",nodeId:\"V0x7HHLnM\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-boiozr\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1ydm1w2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1coeao0\",\"data-styles-preset\":\"C8FQSrwDB\",style:{\"--framer-text-color\":\"var(--token-5c823038-d5e9-462d-8963-5885671c502e, rgb(37, 9, 2))\"},children:\"Name\"})}),className:\"framer-1gki2pk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1x53a67\",inputName:\"Name\",placeholder:\"Jane Smith\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1z0v7d8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1coeao0\",\"data-styles-preset\":\"C8FQSrwDB\",style:{\"--framer-text-color\":\"var(--token-5c823038-d5e9-462d-8963-5885671c502e, rgb(37, 9, 2))\"},children:\"Email\"})}),className:\"framer-suqs6s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-xp2frb\",inputName:\"Email\",placeholder:\"jane@smb.com\",required:true,type:\"email\"})]})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1pvyi5b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1coeao0\",\"data-styles-preset\":\"C8FQSrwDB\",style:{\"--framer-text-color\":\"var(--token-5c823038-d5e9-462d-8963-5885671c502e, rgb(37, 9, 2))\"},children:\"I'd like to ask about\"})}),className:\"framer-la64f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormSelect,{className:\"framer-vm0ekm\",defaultValue:\"\",inputName:\"Solution\",required:true,selectOptions:[{disabled:true,title:\"Select\u2026\",type:\"option\",value:\"\"},{title:\"Marketing\",type:\"option\",value:\"marketing\"},{title:\"Sales\",type:\"option\",value:\"sales\"},{title:\"Business Operations\",type:\"option\",value:\"operations\"},{title:\"Custom Solutions\",type:\"option\",value:\"bespoke\"},{title:\"Other\",type:\"option\",value:\"other\"}]})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-gvnre4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1coeao0\",\"data-styles-preset\":\"C8FQSrwDB\",style:{\"--framer-text-color\":\"var(--token-5c823038-d5e9-462d-8963-5885671c502e, rgb(37, 9, 2))\"},children:\"Message or Question\"})}),className:\"framer-t9mxyq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-klbi8\",inputName:\"message\",placeholder:\"Here are my thoughts...\",required:true,type:\"textarea\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpoN6Xub3:{width:\"calc((max(52.0833vw, 1px) - 70px) * 0.39)\"},t1ldhBVjz:{width:\"calc((100vw - 20px) * 0.95 - 50px)\"},ukXPUQ36Z:{width:\"calc((max(95vw - 364px, 1px) - 50px) * 0.49)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"206.5px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-bdki6k-container\",inComponentSlot:true,nodeId:\"Q76McWQYO\",rendersWithMotion:true,scopeId:\"OOCIS7oEr\",children:/*#__PURE__*/_jsx(FormButton,{height:\"100%\",id:\"Q76McWQYO\",KyartKlSA:\"Submit\",layoutId:\"Q76McWQYO\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"Bc_uN_GYe\",success:\"aR2lZJu7C\"},\"NdL5gR8SH\"),width:\"100%\"})})})})]})})]})]})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1yuxldx\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1rcwsms\",\"data-framer-name\":\"Section\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1v4a8av\",\"data-styles-preset\":\"EIy5OzKvG\",children:\"Terms and conditions for Pocket Office LLC\"})}),className:\"framer-1erfx3z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1u2dy86\",\"data-styles-preset\":\"P0DdEuRo0\",style:{\"--framer-text-alignment\":\"left\"},children:\"Effective Date: 5th day of January, 2025\"})}),className:\"framer-10wmx6g\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1u2dy86\",\"data-styles-preset\":\"P0DdEuRo0\",style:{\"--framer-text-alignment\":\"left\"},children:['These terms and conditions (the \"Terms and Conditions\") govern the use of ',/*#__PURE__*/_jsx(Link,{href:\"http://www.yourpocketoffice.com/\",motionChild:true,nodeId:\"pLVOJW0LF\",openInNewTab:false,relValues:[],scopeId:\"OOCIS7oEr\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"www.yourpocketoffice.com\"})}),' (the \"Site\"). This Site is owned and operated by Pocket Office LLC. This Site is an ecommerce website. ']}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1u2dy86\",\"data-styles-preset\":\"P0DdEuRo0\",style:{\"--framer-text-alignment\":\"left\"},children:\"By using this Site, you indicate that you have read and understand these Terms and Conditions and agree to abide by them at all times. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1u2dy86\",\"data-styles-preset\":\"P0DdEuRo0\",style:{\"--framer-text-alignment\":\"left\"},children:\"THESE TERMS AND CONDITIONS CONTAIN A DISPUTE RESOLUTION CLAUSE THAT IMPACTS YOUR RIGHTS ABOUT HOW TO RESOLVE DISPUTES. PLEASE READ IT CAREFULLY.\"})]}),className:\"framer-hdnq17\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-aldmi6\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Intellectual property\"})}),className:\"framer-1epm00o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"All content published and made available on our Site is the property of Pocket Office LLC and the Site's creators. This includes, but is not limited to images, text, logos, documents, downloadable files and anything that contributes to the composition of our Site.\"})}),className:\"framer-igfthl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-13asi6g\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Age restrictions\"})}),className:\"framer-r6jyfz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"The minimum age to use our Site is 13 years old. By using this Site, users agree that they are over 13 years old. We do not assume any legal responsibility for false statements about age.\"})}),className:\"framer-15vzxo0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-udjyfp\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Acceptable use\"})}),className:\"framer-1n3azwj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"As a user of our Site, you agree to use our Site legally, not to use our Site for illegal purposes, and not to:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Harass or mistreat other users of our Site;\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Violate the rights of other users of our Site;\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Violate the intellectual property rights of the Site owners or any third party to the Site;\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Hack into the account of another user of the Site;\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Act in any way that could be considered fraudulent; or\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Post any material that may be deemed inappropriate or offensive.\"})})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"If we believe you are using our Site illegally or in a manner that violates these Terms and Conditions, we reserve the right to limit, suspend or terminate your access to our Site. We also reserve the right to take any legal steps necessary to prevent you from accessing our Site.\"})]}),className:\"framer-1w4jbs8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1k01irx\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Accounts\"})}),className:\"framer-npvjb8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"When you create an account on our Site, you agree to the following:\"}),/*#__PURE__*/_jsxs(\"ol\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"You are solely responsible for your account and the security and privacy of your account, including passwords or sensitive information attached to that account; and\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"All personal information you provide to us through your account is up to date, accurate, and truthful and that you will update your personal information if it changes.\"})})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"We reserve the right to suspend or terminate your account if you are using our Site illegally or if you violate these Terms and Conditions.\"})]}),className:\"framer-k0l5vq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-hsttee\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Sale of services\"})}),className:\"framer-o5bs5e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"These Terms and Conditions govern the sale of services available on our Site.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"The following services are available on our Site:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Business Starter;\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Business Scaler; and\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"General Revenue Operation Services.\"})})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"The services will be paid for in full when the services are ordered, or at a payment schedule decided upon by the business owner and you.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"These Terms and Conditions apply to all the services that are displayed on our Site at the time you access it. All information, descriptions, or images that we provide about our services are as accurate as possible. However, we are not legally bound by such information, descriptions, or images as we cannot guarantee the accuracy of all services we provide. You agree to purchase services from our Site at your own risk.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"We reserve the right to modify, reject or cancel your order whenever it becomes necessary. If we cancel your order and have already processed your payment, we will give you a refund equal to the amount you paid. You agree that it is your responsibility to monitor your payment instrument to verify receipt of any refund.\"})]}),className:\"framer-1t9z666\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1gvi0dw\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Subscriptions\"})}),className:\"framer-qt6pw0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-uaxo1i\",\"data-styles-preset\":\"dZIjp6CPD\",children:\"Billing and Renewal\"})}),className:\"framer-1xqd6hv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",children:\"Your subscription will continue and automatically renew unless canceled. You consent to our charging your payment method on a recurring basis without requiring your prior approval for each recurring charge, until such time as you cancel the applicable order. The length of your billing cycle will depend on the type of subscription plan you choose when you subscribed to the Services.\"})}),className:\"framer-1xg9b3k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-uaxo1i\",\"data-styles-preset\":\"dZIjp6CPD\",children:\"Cancellation\"})}),className:\"framer-ednn7m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",children:[\"You can cancel your subscription at any time by logging into your account. Your cancellation will take effect at the end of the current paid term. If you have any questions or are unsatisfied with our Services, please email us at \",/*#__PURE__*/_jsx(Link,{href:\"mailto:team@yourpocketoffice.com\",motionChild:true,nodeId:\"mMzqRNG7D\",openInNewTab:true,relValues:[],scopeId:\"OOCIS7oEr\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ri4m3n\",\"data-styles-preset\":\"D0wBK6GYG\",children:\"team@yourpocketoffice.com.\"})})]})}),className:\"framer-hx5je3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-uaxo1i\",\"data-styles-preset\":\"dZIjp6CPD\",children:\"Fee Changes\"})}),className:\"framer-18w10td\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",children:\"We may, from time to time, make changes to the subscription fee and will communicate any price changes to you in accordance with applicable law.\"})}),className:\"framer-qssvz4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-uaxo1i\",\"data-styles-preset\":\"dZIjp6CPD\",children:\"Subscription and Plan Usage Responsibility\"})}),className:\"framer-15uj3dg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",children:\"It is the sole responsibility of the purchasing client to utilize and avail themselves of all features included in their selected plan. Pocket Office LLC will provide access to all plan features as outlined in the service agreement; however, the client must explicitly notify Pocket Office LLC and its representatives of their intent to utilize any specific feature.\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",children:[\"Pocket Office LLC will not initiate or render any service without the \",/*#__PURE__*/_jsx(\"strong\",{children:\"clear, documented approval\"}),\" of the client. For example, if a purchased plan includes the option for the execution of paid advertising campaigns, Pocket Office LLC \",/*#__PURE__*/_jsx(\"strong\",{children:\"will not\"}),\" run such advertisements automatically. The client must provide \",/*#__PURE__*/_jsx(\"strong\",{children:\"express written authorization and specific instructions\"}),\" before any advertising or similar services are initiated.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",children:\"Failure to utilize any available plan features shall not entitle the client to any refund, credit, or modification of service terms. By purchasing a plan, the client acknowledges and accepts full responsibility for ensuring that they communicate their service requests in a timely and explicit manner.\"})]}),className:\"framer-w62bqs\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1o0vkgz\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Payments\"})}),className:\"framer-11ylljc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"We accept the following payment methods on our Site:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Credit Card;\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Debit;\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Direct Debit; and\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Apple Pay. \"})})]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:[\"When you provide us with your payment information, you authorize our use of and access to the payment instrument you have chosen to use. By providing us with your payment information, you authorize us to charge the amount due to this payment instrument. If we believe your payment has violated any law or these Terms and Conditions, we reserve the right to cancel or reverse your transaction.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"American Express is not an accepted payment method. Any payment attempted using an American Express card will be automatically refused or, if processed in error, will be immediately refunded.\"})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"If we believe your payment has violated any law or these Terms and Conditions, we reserve the right to cancel or reverse your transaction.\"})]}),className:\"framer-1kymlq8\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-cj6m3t\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Refunds\"})}),className:\"framer-1e6uo9m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1coeao0\",\"data-styles-preset\":\"C8FQSrwDB\",style:{\"--framer-text-alignment\":\"left\"},children:\"Refunds for Services\"})}),className:\"framer-n7ferm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"We provide refunds for services sold on our Site as follows: \"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:[\"\u2022 See \",/*#__PURE__*/_jsx(Link,{href:{hash:\":r2IqJVGzq\",webPageId:\"zvwAZSoZA\"},motionChild:true,nodeId:\"onoNI4fhd\",openInNewTab:false,relValues:[],scopeId:\"OOCIS7oEr\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ri4m3n\",\"data-styles-preset\":\"D0wBK6GYG\",children:\"Refund Policy here\"})}),\".\"]})]}),className:\"framer-1ax6nya\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-9ucu6a\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Consumer protection law\"})}),className:\"framer-ay8m3m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"Where any consumer protection legislation in your jurisdiction applies and cannot be excluded, these Terms and Conditions will not limit your legal rights and remedies under that legislation. These Terms and Conditions will be read subject to the mandatory provisions of that legislation. If there is a conflict between these Terms and Conditions and that legislation, the mandatory provisions of the legislation will apply.\"})}),className:\"framer-1etlh2a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1oxq1fg\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Limitation of liability\"})}),className:\"framer-16womf4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"Pocket Office LLC and our directors, officers, agents, employees, subsidiaries, and affiliates will not be liable for any actions, claims, losses, damages, liabilities and expenses including legal fees from your use of the Site.\"})}),className:\"framer-kz0q3m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1xokssl\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Indemnity\"})}),className:\"framer-pmuqiu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"Except where prohibited by law, by using this Site you indemnify and hold harmless Pocket Office LLC and our directors, officers, agents, employees, subsidiaries, and affiliates from any actions, claims, losses, damages, liabilities and expenses including legal fees arising out of your use of our Site or your violation of these Terms and Conditions.\"})}),className:\"framer-1ewj0ac\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-jf9k9y\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Applicable law\"})}),className:\"framer-17q5gp5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"These Terms and Conditions are governed by the laws of the State of Florida.\"})}),className:\"framer-18z5shm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1egjawn\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Dispute resolution\"})}),className:\"framer-1stjaoo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"Subject to any exceptions specified in these Terms and Conditions, if you and Pocket Office LLC are unable to resolve any dispute through informal discussion, then you and Pocket Office LLC agree to submit the issue before an arbitrator. The decision of the arbitrator will be final and binding. Any arbitrator must be a neutral party acceptable to both you and Pocket Office LLC. The costs of any arbitration will be shared equally between you and Pocket Office LLC. Notwithstanding any other provision in these Terms and Conditions, you and Pocket Office LLC agree that you both retain the right to bring an action in small claims court and to bring an action for injunctive relief or intellectual property infringement.\"})}),className:\"framer-1y644gf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1iyamhz\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Severability\"})}),className:\"framer-12424nm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"If at any time any of the provisions set forth in these Terms and Conditions are found to be inconsistent or invalid under applicable laws, those provisions will be deemed void and will be removed from these Terms and Conditions. All other provisions will not be affected by the removal and the rest of these Terms and Conditions will still be considered valid.\"})}),className:\"framer-h6debo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-nuoxre\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Changes\"})}),className:\"framer-zziw14\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"These Terms and Conditions may be amended from time to time in order to maintain compliance with the law and to reflect any changes to the way we operate our Site and the way we expect users to behave on our Site. We will notify users by email of changes to these Terms and Conditions or post a notice on our Site.\"})}),className:\"framer-1lwmumq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1b2f1og\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lyiwus\",\"data-styles-preset\":\"EL4gcmYut\",children:\"Contact details\"})}),className:\"framer-ns762u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:\"Please contact us if you have any questions or concerns. Our contact details are as follows:\"})}),className:\"framer-1xqnp06\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1yvowjh\",\"data-styles-preset\":\"bpfI_Hny_\",style:{\"--framer-text-alignment\":\"left\"},children:[\"(859) 469-0010 \",/*#__PURE__*/_jsx(Link,{href:\"mailto:team@yourpocketoffice.com\",motionChild:true,nodeId:\"GVhqUN4y7\",openInNewTab:false,relValues:[],scopeId:\"OOCIS7oEr\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"team@yourpocketoffice.com\"})}),\" 4180 Bowling Green Cir, Sarasota, FL 34233\"]})}),className:\"framer-idrlco\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t1ldhBVjz:{y:(componentViewport?.y||0)+0+10609.2},ukXPUQ36Z:{y:(componentViewport?.y||0)+0+11009.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:424,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+11201.2,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1jvhbte-container\",id:\"1jvhbte\",nodeId:\"aIeN7M6xZ\",scopeId:\"OOCIS7oEr\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpoN6Xub3:{variant:\"tg2dTqG72\"},t1ldhBVjz:{variant:\"i8T1xQtWV\"},ukXPUQ36Z:{variant:\"lwVNLWXTz\"}},children:/*#__PURE__*/_jsx(Footer,{g9g7GasF8:g9g7GasF83bnx0g({overlay:overlay1}),height:\"100%\",id:\"aIeN7M6xZ\",layoutId:\"aIeN7M6xZ\",style:{width:\"100%\"},variant:\"u04TxnSpC\",width:\"100%\"})}),/*#__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},className:cx(scopingClassNames,\"framer-1clyrd6\"),\"data-framer-portal-id\":\"1jvhbte\",exit:{opacity:0},initial:{opacity:0},onTap:()=>overlay1.hide(),transition:{delay:0,duration:1.4,ease:[.5,0,.88,.77],type:\"tween\"}},\"EpuYnVkea\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t1ldhBVjz:{transformTemplate:undefined},ukXPUQ36Z:{transformTemplate:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{animate:animation1,className:cx(scopingClassNames,\"framer-h9r3df\"),\"data-framer-name\":\"Q&A Dialog\",\"data-framer-portal-id\":\"1jvhbte\",exit:animation,initial:animation2,transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12unkt8-container\",\"data-framer-name\":\"Close Button\",inComponentSlot:true,name:\"Close Button\",nodeId:\"N0NlrAotm\",rendersWithMotion:true,scopeId:\"OOCIS7oEr\",children:/*#__PURE__*/_jsx(ButtonImage,{E9WMsG2NR:E9WMsG2NR1wnntms({overlay:overlay1}),height:\"100%\",id:\"N0NlrAotm\",IODQrZTrl:addImageAlt({pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/OHJGTkdnXl2j75CywE1RXCser0E.png\"},\"\"),layoutId:\"N0NlrAotm\",M6aVu3LFc:addImageAlt({pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/OHJGTkdnXl2j75CywE1RXCser0E.png\"},\"\"),name:\"Close Button\",variant:\"LKljF9wEa\",width:\"100%\",XsnHtQa18:addImageAlt({pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/OHJGTkdnXl2j75CywE1RXCser0E.png\"},\"\")})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kbldbc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16pyp97\",\"data-styles-preset\":\"gmxEtUrW6\",children:\"FAQs\"})}),className:\"framer-prma37\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t1ldhBVjz:{width:\"min((100vw - 20px) / 1.108, 1200px)\"},ukXPUQ36Z:{width:\"294px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"386px\",children:/*#__PURE__*/_jsx(Container,{animate:animation4,className:\"framer-1geu2to-container\",exit:animation3,inComponentSlot:true,initial:animation5,nodeId:\"iU94z__Gw\",rendersWithMotion:true,scopeId:\"OOCIS7oEr\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FAQFilter,{height:\"100%\",id:\"iU94z__Gw\",layoutId:\"iU94z__Gw\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"X2WGI4XGZ\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bnjnoq hidden-mtw7lw\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6wbpq0\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ntQE9SZaQ\"},implicitPathVariables:undefined},{href:{webPageId:\"ntQE9SZaQ\"},implicitPathVariables:undefined},{href:{webPageId:\"ntQE9SZaQ\"},implicitPathVariables:undefined},{href:{webPageId:\"ntQE9SZaQ\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t54uee-container\",inComponentSlot:true,nodeId:\"HKr2ovuM0\",rendersWithMotion:true,scopeId:\"OOCIS7oEr\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpoN6Xub3:{Zg5Mtehmz:resolvedLinks2[1]},t1ldhBVjz:{Zg5Mtehmz:resolvedLinks2[3]},ukXPUQ36Z:{Zg5Mtehmz:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(ButtonLink,{aRwnB7Xfi:\"var(--token-42733580-e823-42e2-ae30-780803a9bde6, rgb(255, 250, 238))\",eGuvh9dTj:false,fGMdeiZ7V:false,height:\"100%\",id:\"HKr2ovuM0\",K9DAVTPBF:false,layoutId:\"HKr2ovuM0\",nCNqkj5ZE:true,nfKuv3lQC:{borderColor:\"var(--token-42733580-e823-42e2-ae30-780803a9bde6, rgb(255, 250, 238))\",borderStyle:\"solid\",borderWidth:0},OZ4YvXLzD:\"View Our Packages\",QUbpFQPPC:\"var(--token-e47f31a4-9673-4b58-bf57-786850b2c13b, rgb(7, 59, 58))\",variant:\"UODaRLuIt\",width:\"100%\",Zg5Mtehmz:resolvedLinks2[0],ZQUM9IYSu:\"Home\"})})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-87zjw6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18m1jey\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18ava85\",\"data-styles-preset\":\"EsBsK9trI\",children:\"Leave a message\"})}),className:\"framer-i9rynd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/a99e97a8-cd80-4ce9-89b6-5dfd4dfd4b71/submit\",className:\"framer-1h7fw2k\",nodeId:\"EY5l3vmdm\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xb3m1b\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1mvv3om\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1coeao0\",\"data-styles-preset\":\"C8FQSrwDB\",style:{\"--framer-text-color\":\"var(--token-5c823038-d5e9-462d-8963-5885671c502e, rgb(37, 9, 2))\"},children:\"Name\"})}),className:\"framer-1u8ll07\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-y72lfs\",inputName:\"Name\",placeholder:\"Jane Smith\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1mya9uu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1coeao0\",\"data-styles-preset\":\"C8FQSrwDB\",style:{\"--framer-text-color\":\"var(--token-5c823038-d5e9-462d-8963-5885671c502e, rgb(37, 9, 2))\"},children:\"Email\"})}),className:\"framer-6kqiw6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1whqdiq\",inputName:\"Email\",placeholder:\"jane@smb.com\",required:true,type:\"email\"})]})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1z068fv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1coeao0\",\"data-styles-preset\":\"C8FQSrwDB\",style:{\"--framer-text-color\":\"var(--token-5c823038-d5e9-462d-8963-5885671c502e, rgb(37, 9, 2))\"},children:\"I'd like to ask about\"})}),className:\"framer-zb86ta\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormSelect,{className:\"framer-1aggefq\",defaultValue:\"\",inputName:\"Solution\",required:true,selectOptions:[{disabled:true,title:\"Select\u2026\",type:\"option\",value:\"\"},{title:\"Marketing\",type:\"option\",value:\"marketing\"},{title:\"Sales\",type:\"option\",value:\"sales\"},{title:\"Business Operations\",type:\"option\",value:\"operations\"},{title:\"Custom Solutions\",type:\"option\",value:\"bespoke\"},{title:\"Other\",type:\"option\",value:\"other\"}]})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1ofaxrm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1coeao0\",\"data-styles-preset\":\"C8FQSrwDB\",style:{\"--framer-text-color\":\"var(--token-5c823038-d5e9-462d-8963-5885671c502e, rgb(37, 9, 2))\"},children:\"Message or Question\"})}),className:\"framer-a4y0xe\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-p3o9so\",inputName:\"message\",placeholder:\"Here are my thoughts...\",required:true,type:\"textarea\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpoN6Xub3:{width:\"calc((max(52.0833vw, 1px) - 70px) * 0.39)\"},t1ldhBVjz:{width:\"calc((100vw - 20px) * 0.95 - 50px)\"},ukXPUQ36Z:{width:\"calc((max(95vw - 364px, 1px) - 50px) * 0.49)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"206.5px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qja29p-container\",inComponentSlot:true,nodeId:\"rpEevenH3\",rendersWithMotion:true,scopeId:\"OOCIS7oEr\",children:/*#__PURE__*/_jsx(FormButton,{height:\"100%\",id:\"rpEevenH3\",KyartKlSA:\"Submit\",layoutId:\"rpEevenH3\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"Bc_uN_GYe\",success:\"aR2lZJu7C\"},\"NdL5gR8SH\"),width:\"100%\"})})})})]})})]})]})})]}),getContainer())})})]})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lDLiV.framer-36q1bc, .framer-lDLiV .framer-36q1bc { display: block; }\",\".framer-lDLiV.framer-afiynd { align-content: center; align-items: center; background-color: var(--token-42733580-e823-42e2-ae30-780803a9bde6, #fffaee); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1920px; }\",\".framer-lDLiV .framer-1jgtw4n-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-lDLiV .framer-k3kkhv-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 3; }\",\".framer-lDLiV .framer-1aimawx-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",'.framer-lDLiV.framer-3pmw76, .framer-lDLiV.framer-1clyrd6 { background-color: var(--token-735147c4-4077-414a-8a12-a4e1db7549b1, rgba(247, 223, 186, 0.94)) /* {\"name\":\"Overlay Peach Yellow\"} */; inset: 0px; position: fixed; user-select: none; z-index: 10; }',\".framer-lDLiV.framer-oxjx4, .framer-lDLiV.framer-h9r3df { align-content: center; align-items: center; background-color: var(--token-42733580-e823-42e2-ae30-780803a9bde6, #fffaee); border-bottom-left-radius: 35px; border-bottom-right-radius: 35px; border-top-left-radius: 35px; border-top-right-radius: 35px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 0px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-lDLiV .framer-1g4481r-container, .framer-lDLiV .framer-12unkt8-container { flex: none; height: auto; position: absolute; right: 20px; top: 20px; width: auto; z-index: 1; }\",\".framer-lDLiV .framer-1xx78h7, .framer-lDLiV .framer-kbldbc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 645px; justify-content: flex-start; overflow: auto; padding: 50px 0px 40px 0px; position: relative; width: 438px; }\",\".framer-lDLiV .framer-ojjhkp, .framer-lDLiV .framer-1voj6n9, .framer-lDLiV .framer-1epm00o, .framer-lDLiV .framer-r6jyfz, .framer-lDLiV .framer-1n3azwj, .framer-lDLiV .framer-npvjb8, .framer-lDLiV .framer-o5bs5e, .framer-lDLiV .framer-qt6pw0, .framer-lDLiV .framer-11ylljc, .framer-lDLiV .framer-1e6uo9m, .framer-lDLiV .framer-ay8m3m, .framer-lDLiV .framer-16womf4, .framer-lDLiV .framer-pmuqiu, .framer-lDLiV .framer-17q5gp5, .framer-lDLiV .framer-1stjaoo, .framer-lDLiV .framer-12424nm, .framer-lDLiV .framer-zziw14, .framer-lDLiV .framer-ns762u, .framer-lDLiV .framer-prma37, .framer-lDLiV .framer-i9rynd { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lDLiV .framer-1tzhazt-container, .framer-lDLiV .framer-1geu2to-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 386px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lDLiV .framer-eqc17n, .framer-lDLiV .framer-1bnjnoq { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 84px; }\",\".framer-lDLiV .framer-dyipjl, .framer-lDLiV .framer-6wbpq0 { flex: none; height: 63px; overflow: visible; position: relative; width: 228px; }\",\".framer-lDLiV .framer-14y15tc-container, .framer-lDLiV .framer-1t54uee-container { flex: none; height: auto; left: 50%; position: absolute; top: 49%; transform: translate(-50%, -50%); width: auto; }\",\".framer-lDLiV .framer-gxeeyr, .framer-lDLiV .framer-87zjw6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: 645px; justify-content: flex-start; overflow: auto; padding: 50px 10px 0px 0px; position: relative; width: 876px; }\",\".framer-lDLiV .framer-18q0evu, .framer-lDLiV .framer-18m1jey { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 15px; position: relative; width: 100%; }\",\".framer-lDLiV .framer-a36gg1, .framer-lDLiV .framer-1h7fw2k { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-lDLiV .framer-boiozr, .framer-lDLiV .framer-1xb3m1b { 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-lDLiV .framer-1ydm1w2, .framer-lDLiV .framer-1z0v7d8, .framer-lDLiV .framer-1mvv3om, .framer-lDLiV .framer-1mya9uu { 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-lDLiV .framer-1gki2pk, .framer-lDLiV .framer-suqs6s, .framer-lDLiV .framer-la64f, .framer-lDLiV .framer-t9mxyq, .framer-lDLiV .framer-1u8ll07, .framer-lDLiV .framer-6kqiw6, .framer-lDLiV .framer-zb86ta, .framer-lDLiV .framer-a4y0xe { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-lDLiV .framer-1x53a67, .framer-lDLiV .framer-xp2frb, .framer-lDLiV .framer-y72lfs, .framer-lDLiV .framer-1whqdiq { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: var(--token-7c776e9e-3145-45d0-8a12-e0a8ba5a0e58, #f0531c); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-5c823038-d5e9-462d-8963-5885671c502e, #250902); --framer-input-font-family: \"Helvetica World Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 19px; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: var(--token-d6ba5318-e6fe-43e6-b9f1-9460338cae78, #aba193); flex: none; height: 51px; position: relative; width: 100%; }',\".framer-lDLiV .framer-1pvyi5b, .framer-lDLiV .framer-gvnre4, .framer-lDLiV .framer-1z068fv, .framer-lDLiV .framer-1ofaxrm { 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-lDLiV .framer-vm0ekm, .framer-lDLiV .framer-1aggefq { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: var(--token-7c776e9e-3145-45d0-8a12-e0a8ba5a0e58, #f0531c); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-5c823038-d5e9-462d-8963-5885671c502e, #250902); --framer-input-font-family: \"Helvetica World Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 19px; --framer-input-icon-color: #999999; --framer-input-invalid-text-color: var(--token-d6ba5318-e6fe-43e6-b9f1-9460338cae78, #aba193); --framer-input-padding: 12px; flex: none; height: 50px; position: relative; width: 100%; }','.framer-lDLiV .framer-klbi8, .framer-lDLiV .framer-p3o9so { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: var(--token-7c776e9e-3145-45d0-8a12-e0a8ba5a0e58, #f0531c); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-5c823038-d5e9-462d-8963-5885671c502e, #250902); --framer-input-font-family: \"Helvetica World Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 19px; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: var(--token-d6ba5318-e6fe-43e6-b9f1-9460338cae78, #aba193); --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 130px; position: relative; width: 100%; }',\".framer-lDLiV .framer-bdki6k-container, .framer-lDLiV .framer-qja29p-container { flex: none; height: 65px; position: relative; width: 25%; }\",\".framer-lDLiV .framer-1yuxldx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lDLiV .framer-1rcwsms { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 332px 200px 50px 200px; position: relative; width: 100%; }\",\".framer-lDLiV .framer-1erfx3z, .framer-lDLiV .framer-10wmx6g, .framer-lDLiV .framer-hdnq17, .framer-lDLiV .framer-igfthl, .framer-lDLiV .framer-15vzxo0, .framer-lDLiV .framer-1w4jbs8, .framer-lDLiV .framer-k0l5vq, .framer-lDLiV .framer-1t9z666, .framer-lDLiV .framer-1xqd6hv, .framer-lDLiV .framer-1xg9b3k, .framer-lDLiV .framer-ednn7m, .framer-lDLiV .framer-18w10td, .framer-lDLiV .framer-qssvz4, .framer-lDLiV .framer-15uj3dg, .framer-lDLiV .framer-w62bqs, .framer-lDLiV .framer-1kymlq8, .framer-lDLiV .framer-n7ferm, .framer-lDLiV .framer-1etlh2a, .framer-lDLiV .framer-kz0q3m, .framer-lDLiV .framer-1ewj0ac, .framer-lDLiV .framer-18z5shm, .framer-lDLiV .framer-1y644gf, .framer-lDLiV .framer-h6debo, .framer-lDLiV .framer-1lwmumq, .framer-lDLiV .framer-1xqnp06, .framer-lDLiV .framer-idrlco { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lDLiV .framer-aldmi6, .framer-lDLiV .framer-13asi6g, .framer-lDLiV .framer-udjyfp, .framer-lDLiV .framer-1k01irx, .framer-lDLiV .framer-hsttee, .framer-lDLiV .framer-1gvi0dw, .framer-lDLiV .framer-1o0vkgz, .framer-lDLiV .framer-cj6m3t, .framer-lDLiV .framer-9ucu6a, .framer-lDLiV .framer-1oxq1fg, .framer-lDLiV .framer-1xokssl, .framer-lDLiV .framer-jf9k9y, .framer-lDLiV .framer-1egjawn, .framer-lDLiV .framer-1iyamhz, .framer-lDLiV .framer-nuoxre, .framer-lDLiV .framer-1b2f1og { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 200px 20px 200px; position: relative; width: 100%; }\",\".framer-lDLiV .framer-hx5je3, .framer-lDLiV .framer-1ax6nya { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lDLiV .framer-1jvhbte-container { flex: none; height: auto; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,\"@media (min-width: 1200px) and (max-width: 1919px) { .framer-lDLiV.framer-afiynd { width: 1200px; } .framer-lDLiV.framer-oxjx4, .framer-lDLiV.framer-h9r3df { width: 90%; } .framer-lDLiV .framer-1xx78h7, .framer-lDLiV .framer-kbldbc { width: 42%; } .framer-lDLiV .framer-gxeeyr, .framer-lDLiV .framer-87zjw6 { flex: 1 0 0px; padding: 50px 30px 0px 0px; width: 1px; } .framer-lDLiV .framer-bdki6k-container, .framer-lDLiV .framer-qja29p-container { width: 39%; } .framer-lDLiV .framer-1rcwsms { padding: 332px 100px 50px 100px; } .framer-lDLiV .framer-aldmi6, .framer-lDLiV .framer-13asi6g, .framer-lDLiV .framer-udjyfp, .framer-lDLiV .framer-1k01irx, .framer-lDLiV .framer-hsttee, .framer-lDLiV .framer-1gvi0dw, .framer-lDLiV .framer-1o0vkgz, .framer-lDLiV .framer-cj6m3t, .framer-lDLiV .framer-9ucu6a, .framer-lDLiV .framer-1oxq1fg, .framer-lDLiV .framer-1xokssl, .framer-lDLiV .framer-jf9k9y, .framer-lDLiV .framer-1egjawn, .framer-lDLiV .framer-1iyamhz, .framer-lDLiV .framer-nuoxre, .framer-lDLiV .framer-1b2f1og { padding: 20px 100px 20px 100px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-lDLiV.framer-afiynd { width: 810px; } .framer-lDLiV .framer-k3kkhv-container { z-index: 9; } .framer-lDLiV .framer-1aimawx-container { bottom: 30px; left: 50%; right: unset; top: unset; transform: translateX(-50%); width: auto; } .framer-lDLiV.framer-oxjx4, .framer-lDLiV.framer-h9r3df { height: 757px; left: calc(50.00000000000002% - 95% / 2); padding: 0px 30px 0px 0px; top: calc(50.00000000000002% - 757px / 2); transform: unset; width: 95%; } .framer-lDLiV .framer-1xx78h7, .framer-lDLiV .framer-kbldbc { width: 334px; } .framer-lDLiV .framer-1tzhazt-container, .framer-lDLiV .framer-1geu2to-container { width: 294px; } .framer-lDLiV .framer-gxeeyr, .framer-lDLiV .framer-87zjw6 { flex: 1 0 0px; gap: 1px; height: 100%; width: 1px; } .framer-lDLiV .framer-1voj6n9, .framer-lDLiV .framer-i9rynd { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-lDLiV .framer-boiozr, .framer-lDLiV .framer-1xb3m1b { flex-direction: column; } .framer-lDLiV .framer-1ydm1w2, .framer-lDLiV .framer-1z0v7d8, .framer-lDLiV .framer-1mvv3om, .framer-lDLiV .framer-1mya9uu { flex: none; width: 100%; } .framer-lDLiV .framer-bdki6k-container, .framer-lDLiV .framer-qja29p-container { width: 49%; } .framer-lDLiV .framer-1rcwsms { padding: 140px 50px 50px 50px; } .framer-lDLiV .framer-aldmi6, .framer-lDLiV .framer-13asi6g, .framer-lDLiV .framer-udjyfp, .framer-lDLiV .framer-1k01irx, .framer-lDLiV .framer-hsttee, .framer-lDLiV .framer-1gvi0dw, .framer-lDLiV .framer-1o0vkgz, .framer-lDLiV .framer-cj6m3t, .framer-lDLiV .framer-9ucu6a, .framer-lDLiV .framer-1oxq1fg, .framer-lDLiV .framer-1xokssl, .framer-lDLiV .framer-jf9k9y, .framer-lDLiV .framer-1egjawn, .framer-lDLiV .framer-1iyamhz, .framer-lDLiV .framer-nuoxre, .framer-lDLiV .framer-1b2f1og { padding: 20px 50px 20px 50px; }}\",\"@media (max-width: 809px) { .framer-lDLiV.framer-afiynd { width: 390px; } .framer-lDLiV .framer-k3kkhv-container { z-index: 9; } .framer-lDLiV .framer-1aimawx-container { bottom: 10px; left: 50%; right: unset; top: unset; transform: translateX(-50%); width: auto; } .framer-lDLiV.framer-oxjx4, .framer-lDLiV.framer-h9r3df { bottom: 10px; flex-direction: column; height: unset; left: 10px; overflow: auto; right: 10px; top: 10px; transform: unset; width: unset; } .framer-lDLiV .framer-1g4481r-container, .framer-lDLiV .framer-12unkt8-container { order: 0; right: 9px; } .framer-lDLiV .framer-1xx78h7, .framer-lDLiV .framer-kbldbc { height: min-content; order: 2; padding: 24px 0px 90px 0px; width: 95%; } .framer-lDLiV .framer-1tzhazt-container, .framer-lDLiV .framer-1geu2to-container { width: 95%; } .framer-lDLiV .framer-gxeeyr, .framer-lDLiV .framer-87zjw6 { gap: 0px; height: min-content; order: 1; width: 95%; } .framer-lDLiV .framer-1voj6n9, .framer-lDLiV .framer-i9rynd { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-lDLiV .framer-boiozr, .framer-lDLiV .framer-1xb3m1b { flex-direction: column; } .framer-lDLiV .framer-1ydm1w2, .framer-lDLiV .framer-1z0v7d8, .framer-lDLiV .framer-1mvv3om, .framer-lDLiV .framer-1mya9uu { flex: none; width: 100%; } .framer-lDLiV .framer-bdki6k-container, .framer-lDLiV .framer-qja29p-container { width: 100%; } .framer-lDLiV .framer-1rcwsms { padding: 100px 20px 50px 20px; } .framer-lDLiV .framer-aldmi6, .framer-lDLiV .framer-13asi6g, .framer-lDLiV .framer-udjyfp, .framer-lDLiV .framer-1k01irx, .framer-lDLiV .framer-hsttee, .framer-lDLiV .framer-1gvi0dw, .framer-lDLiV .framer-1o0vkgz, .framer-lDLiV .framer-cj6m3t, .framer-lDLiV .framer-9ucu6a, .framer-lDLiV .framer-1oxq1fg, .framer-lDLiV .framer-1xokssl, .framer-lDLiV .framer-jf9k9y, .framer-lDLiV .framer-1egjawn, .framer-lDLiV .framer-1iyamhz, .framer-lDLiV .framer-nuoxre, .framer-lDLiV .framer-1b2f1og { padding: 10px 20px 20px 20px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5916\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rpoN6Xub3\":{\"layout\":[\"fixed\",\"auto\"]},\"ukXPUQ36Z\":{\"layout\":[\"fixed\",\"auto\"]},\"t1ldhBVjz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"WAYQRPly7\":{\"pattern\":\":WAYQRPly7\",\"name\":\"intro\"}}\n * @framerResponsiveScreen\n */const FramerOOCIS7oEr=withCSS(Component,css,\"framer-lDLiV\");export default FramerOOCIS7oEr;FramerOOCIS7oEr.displayName=\"Template Page\";FramerOOCIS7oEr.defaultProps={height:5916,width:1920};addFonts(FramerOOCIS7oEr,[{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:\"Helvetica World Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/CiOr6Q4M8XY9Hr71XqwuHbT9Z8.woff2\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...SmoothScrollFonts,...LogotypeBannerFonts,...HeaderFonts,...ButtonImageFonts,...FAQFilterFonts,...ButtonLinkFonts,...FormButtonFonts,...FooterFonts,...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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOOCIS7oEr\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"WAYQRPly7\\\":{\\\"pattern\\\":\\\":WAYQRPly7\\\",\\\"name\\\":\\\"intro\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rpoN6Xub3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ukXPUQ36Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t1ldhBVjz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"5916\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1920\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "SmoothScrollFonts", "getFonts", "SmoothScroll_Prod_default", "LogotypeBannerFonts", "jcOyGPvgi_default", "LogotypeBannerWithVariantAppearEffect", "withVariantAppearEffect", "HeaderFonts", "SocklzDgW_default", "ButtonImageFonts", "SUTuYPVqK_default", "FAQFilterFonts", "ZO7fC70VQ_default", "ButtonLinkFonts", "MmzQGl33b_default", "FormButtonFonts", "WcsH1oU2i_default", "FooterFonts", "gqWf_N8oZ_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "t", "animation1", "animation2", "addImageAlt", "image", "alt", "transition2", "animation3", "animation4", "animation5", "formVariants", "form", "variants", "currentVariant", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "pipz3mg143bnx0g", "overlay", "loadMore", "args", "E9WMsG2NR1wnntms", "g9g7GasF83bnx0g", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "router", "useRouter", "ref1", "elementId", "useRouteElementId", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "ResolveLinks", "resolvedLinks", "PropertyOverrides2", "l", "AnimatePresence", "Ga", "x", "RichText", "resolvedLinks1", "FormContainer", "formState", "FormPlainTextInput2", "FormSelect", "Link", "overlay1", "resolvedLinks2", "css", "FramerOOCIS7oEr", "withCSS", "OOCIS7oEr_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
