{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/eSfDACJx8qo7y76o5Xwc/ou8aLetjERixsjLzRNI9/TableOfContent.js", "ssg:https://framerusercontent.com/modules/vApjmfoWM4IfAtXXMOZx/G4Rqnma6F4KIE3hhrgL5/mEE0r9z6_.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{useEffect,useState}from\"react\";// Made with love by Cl\u00E9ment. https://lionneclement.com/\n// Full tutorial: https://lionneclement.com/tutorial/how-to-create-table-of-contents-cms-collections-framer\n//UPDATE:\n//This is a modified version in collaboration with Tay Rush. https://twitter.com/taylorrushmore\n// https://www.youtube.com/@taylorrushmore/\nconst HEADING_TO_DISPLAY=[\"h2\"];// const HEADING_TO_DISPLAY = [\"h1\", \"h2\", \"h3\", \"h4\", \"h5\", \"h6\"]\nconst SCROLL_MARGIN_TOP=100;const useStore=createStore({headings:[]});export function withTableOfContent(Component){return props=>{const[store]=useStore();const[activeSection,setActiveSection]=useState(\"\");const scrollToId=id=>{const element=document.getElementById(id);if(element){element.scrollIntoView({behavior:\"smooth\"});}};useEffect(()=>{const handleScroll=()=>{const sections=store.headings.map(heading=>document.getElementById(heading.id));const scrollPosition=window.scrollY-160;for(let i=sections.length-1;i>=0;i--){if(sections[i].offsetTop<=scrollPosition){setActiveSection(store.headings[i].id);break;}}};window.addEventListener(\"scroll\",handleScroll);return()=>{window.removeEventListener(\"scroll\",handleScroll);};},[store.headings]);return /*#__PURE__*/_jsx(_Fragment,{children:store.headings.length>0&&window?store.headings.sort((a,b)=>a.originalIndex-b.originalIndex).filter(({type})=>HEADING_TO_DISPLAY.includes(type)).map(({id,heading,type},index)=>/*#__PURE__*/_jsx(Component,{...props,variant:activeSection===id?`${type}-active`:type,title:heading,onClick:()=>scrollToId(id)})):/*#__PURE__*/_jsx(Component,{...props})});};}export function withContent(Component){return props=>{const[store,setStore]=useStore();const[newProps,setNewProps]=useState(props);useEffect(()=>{setStore({headings:formatTableOfContent(newProps.children.props.children)});},[newProps]);useEffect(()=>{const formatHeadings=()=>{const newChildren=[];props.children.props.children.length>0&&props.children.props.children.forEach((item,index)=>{const children=item.props.children;if([\"h2\"].includes(item.type)){const{formattedId}=formatHeading(children,index);// Create a new object for the modified item\nconst newItem={...item,props:{...item.props,id:formattedId}};newChildren.push(newItem);}else{newChildren.push(item);}});// Return a new props object with the modified children\nreturn{...props,children:{...props.children,props:{...props.children.props,children:newChildren}}};};setNewProps(formatHeadings());},[props]);return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"style\",{children:`.framer-text {\n                    scroll-margin-top: ${SCROLL_MARGIN_TOP}px;\n                }`}),/*#__PURE__*/_jsx(Component,{...newProps})]});};}const formatTableOfContent=children=>{const result=[];children.length>0&&children.filter(({type})=>[\"h2\"].includes(type)).map((item,index)=>{const children=item.props.children;const{formattedId,formattedHeading}=formatHeading(children,index);result.push({id:formattedId,heading:formattedHeading,type:item.type,originalIndex:index});});return result;};const formatHeading=(children,index)=>{let formattedHeading=\"\";let formattedId=\"\";if(typeof children===\"string\"){formattedHeading=children;}else if(Array.isArray(children)){formattedHeading=children.map(item=>{console.log(\"item\",item);if(typeof item===\"string\")return item.trim();if(item.type===\"br\")return\"\";return item.props.children.trim();}).join(\" \");}else if(typeof children===\"object\"){if(typeof children.props.children===\"string\"){formattedHeading=children.props.children;}}else{formattedHeading=index.toString();}formattedId=formattedHeading.trim().toLowerCase().replace(/[^a-z]+/g,\"-\").replace(/^-+|-+$/g,\"\");return{formattedId,formattedHeading};};\nexport const __FramerMetadata__ = {\"exports\":{\"withContent\":{\"type\":\"reactHoc\",\"name\":\"withContent\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTableOfContent\":{\"type\":\"reactHoc\",\"name\":\"withTableOfContent\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TableOfContent.map", "// Generated by Framer (d74aa50)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TopNav from\"#framer/local/canvasComponent/ECDSl4E7C/ECDSl4E7C.js\";import CTASection from\"#framer/local/canvasComponent/JQa6ahiCA/JQa6ahiCA.js\";import CTABlog from\"#framer/local/canvasComponent/Lt4CGgQt_/Lt4CGgQt_.js\";import TopNavButton from\"#framer/local/canvasComponent/peUIFAUHz/peUIFAUHz.js\";import SidebarCTA from\"#framer/local/canvasComponent/PVwGz0dH9/PVwGz0dH9.js\";import TableOfContents,*as TableOfContentsInfo from\"#framer/local/canvasComponent/QU7NHYtcy/QU7NHYtcy.js\";import Footer from\"#framer/local/canvasComponent/xp3GQiEh8/xp3GQiEh8.js\";import{TextClip}from\"#framer/local/codeFile/twTtWhU/Test.js\";import{withContent,withTableOfContent}from\"#framer/local/codeFile/X1jUISY/TableOfContent.js\";import Features from\"#framer/local/collection/ethBDwqcM/ethBDwqcM.js\";import Blog from\"#framer/local/collection/npnow37es/npnow37es.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle5 from\"#framer/local/css/A4FhJdLBy/A4FhJdLBy.js\";import*as sharedStyle15 from\"#framer/local/css/DGuvIrpnF/DGuvIrpnF.js\";import*as sharedStyle1 from\"#framer/local/css/Dl_3cyvqA/Dl_3cyvqA.js\";import*as sharedStyle9 from\"#framer/local/css/E19LYWyO8/E19LYWyO8.js\";import*as sharedStyle from\"#framer/local/css/eTQiCDf_i/eTQiCDf_i.js\";import*as sharedStyle8 from\"#framer/local/css/FgqQdjORl/FgqQdjORl.js\";import*as sharedStyle6 from\"#framer/local/css/HQb6WELBt/HQb6WELBt.js\";import*as sharedStyle7 from\"#framer/local/css/IDFJBeJqm/IDFJBeJqm.js\";import*as sharedStyle12 from\"#framer/local/css/kssVPRofW/kssVPRofW.js\";import*as sharedStyle10 from\"#framer/local/css/rLOx7RdGt/rLOx7RdGt.js\";import*as sharedStyle11 from\"#framer/local/css/rZzMRVBzV/rZzMRVBzV.js\";import*as sharedStyle3 from\"#framer/local/css/tG0NezvKi/tG0NezvKi.js\";import*as sharedStyle4 from\"#framer/local/css/uLVu4oR1r/uLVu4oR1r.js\";import*as sharedStyle14 from\"#framer/local/css/ur6X58yk1/ur6X58yk1.js\";import*as sharedStyle2 from\"#framer/local/css/xpuSvaOe7/xpuSvaOe7.js\";import*as sharedStyle13 from\"#framer/local/css/Y5aXPhjE9/Y5aXPhjE9.js\";import metadataProvider from\"#framer/local/webPageMetadata/mEE0r9z6_/mEE0r9z6_.js\";const TopNavFonts=getFonts(TopNav);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const TableOfContentsFonts=getFonts(TableOfContents);const TableOfContentsWithTableOfContenttgdmj6WithMappedReactProps2w8t2f=withMappedReactProps(withCodeBoundaryForOverrides(TableOfContents,{nodeId:\"mHUj1Mr_Y\",override:withTableOfContent,scopeId:\"mEE0r9z6_\"}),TableOfContentsInfo);const TopNavButtonFonts=getFonts(TopNavButton);const RichTextWithContentkrdhx=withCodeBoundaryForOverrides(RichText,{nodeId:\"h8OLDILgi\",override:withContent,scopeId:\"mEE0r9z6_\"});const CTABlogFonts=getFonts(CTABlog);const SidebarCTAFonts=getFonts(SidebarCTA);const TextClipFonts=getFonts(TextClip);const CTASectionFonts=getFonts(CTASection);const FooterFonts=getFonts(Footer);const breakpoints={AePCpu2MH:\"(min-width: 1440px)\",m06wikuZ1:\"(min-width: 1200px) and (max-width: 1439px)\",q2H_YpP50:\"(max-width: 809px)\",X1eaupr58:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-cm1SC\";const variantClassNames={AePCpu2MH:\"framer-v-1dh0w4g\",m06wikuZ1:\"framer-v-b226u9\",q2H_YpP50:\"framer-v-o7klgp\",X1eaupr58:\"framer-v-1jb9bl5\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition1={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={damping:60,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:677,x:0,y:50};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const transition3={damping:60,delay:.6,mass:1,stiffness:400,type:\"spring\"};const negate=value=>{return!value;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"AePCpu2MH\",Laptop:\"m06wikuZ1\",Phone:\"q2H_YpP50\",Tablet:\"X1eaupr58\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"AePCpu2MH\"};};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:\"mEE0r9z6_\",name:\"M0ZVoAae_\",type:\"Identifier\"},operator:\"==\",right:{collection:\"M0ZVoAae_\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"mEE0r9z6_\",data:Blog,type:\"Collection\"},right:{alias:\"M0ZVoAae_\",data:Features,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"mEE0r9z6_\",name:\"baTwyclPU\",type:\"Identifier\"},{collection:\"mEE0r9z6_\",name:\"xU7bYwd3X\",type:\"Identifier\"},{collection:\"mEE0r9z6_\",name:\"Qyt_KX5Zn\",type:\"Identifier\"},{collection:\"mEE0r9z6_\",name:\"bhFEX6zwN\",type:\"Identifier\"},{collection:\"mEE0r9z6_\",name:\"cQux7ZAj_\",type:\"Identifier\"},{collection:\"mEE0r9z6_\",name:\"UQzm8dEkb\",type:\"Identifier\"},{alias:\"M0ZVoAae_.tleuZBVEd\",collection:\"M0ZVoAae_\",name:\"tleuZBVEd\",type:\"Identifier\"},{alias:\"M0ZVoAae_.kY7FixoBh\",collection:\"M0ZVoAae_\",name:\"kY7FixoBh\",type:\"Identifier\"},{alias:\"M0ZVoAae_.dlzDUBI6u\",collection:\"M0ZVoAae_\",name:\"dlzDUBI6u\",type:\"Identifier\"},{alias:\"M0ZVoAae_.CwbImWAC2\",collection:\"M0ZVoAae_\",name:\"CwbImWAC2\",type:\"Identifier\"},{alias:\"M0ZVoAae_.xy5Se_OHt\",collection:\"M0ZVoAae_\",name:\"xy5Se_OHt\",type:\"Identifier\"},{alias:\"M0ZVoAae_\",collection:\"M0ZVoAae_\",name:\"id\",type:\"Identifier\"},{collection:\"mEE0r9z6_\",name:\"jmp50oxmF\",type:\"Identifier\"},{collection:\"mEE0r9z6_\",name:\"glWvJbLrW\",type:\"Identifier\"},{collection:\"mEE0r9z6_\",name:\"XK0rFSwps\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"mEE0r9z6_\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,baTwyclPU=getFromCurrentRouteData(\"baTwyclPU\"),bhFEX6zwN=getFromCurrentRouteData(\"bhFEX6zwN\")??\"\",xU7bYwd3X=getFromCurrentRouteData(\"xU7bYwd3X\")??\"\",Qyt_KX5Zn=getFromCurrentRouteData(\"Qyt_KX5Zn\")??\"\",jmp50oxmF=getFromCurrentRouteData(\"jmp50oxmF\")??\"\",M0ZVoAae_=getFromCurrentRouteData(\"M0ZVoAae_\"),M0ZVoAae__tleuZBVEd=getFromCurrentRouteData(\"M0ZVoAae_.tleuZBVEd\")??\"\",M0ZVoAae__kY7FixoBh=getFromCurrentRouteData(\"M0ZVoAae_.kY7FixoBh\")??\"\",M0ZVoAae__xy5Se_OHt=getFromCurrentRouteData(\"M0ZVoAae_.xy5Se_OHt\"),M0ZVoAae__dlzDUBI6u=getFromCurrentRouteData(\"M0ZVoAae_.dlzDUBI6u\")??\"\",M0ZVoAae__CwbImWAC2=getFromCurrentRouteData(\"M0ZVoAae_.CwbImWAC2\")??\"\",glWvJbLrW=getFromCurrentRouteData(\"glWvJbLrW\")??\"\",XK0rFSwps=getFromCurrentRouteData(\"XK0rFSwps\")??\"\",UQzm8dEkbjwYpmcbgT,baTwyclPUjwYpmcbgT,xU7bYwd3XjwYpmcbgT,cQux7ZAj_jwYpmcbgT,idjwYpmcbgT,UQzm8dEkb=getFromCurrentRouteData(\"UQzm8dEkb\")??\"\",...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,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className,sharedStyle15.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(M0ZVoAae_);const router=useRouter();const elementId=useRouteElementId(\"h8OLDILgi\");const ref1=React.useRef(null);const visible1=negate(isSet(M0ZVoAae_));useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"AePCpu2MH\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1dh0w4g\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{q2H_YpP50:{y:(componentViewport?.y||0)+0+0},X1eaupr58:{y:(componentViewport?.y||0)+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ty5941-container\",\"data-framer-name\":\"Top Navigation\",name:\"Top Navigation\",nodeId:\"KAR61tZjT\",scopeId:\"mEE0r9z6_\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{variant:\"Joq12RCXy\"},q2H_YpP50:{variant:\"rFAV2qoIf\"},X1eaupr58:{variant:\"Ujbs_QV9d\"}},children:/*#__PURE__*/_jsx(TopNav,{height:\"100%\",id:\"KAR61tZjT\",layoutId:\"KAR61tZjT\",name:\"Top Navigation\",style:{width:\"100%\"},variant:\"NTUbiVDru\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{q2H_YpP50:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+96),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(baTwyclPU)}},X1eaupr58:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+96),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(baTwyclPU)}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(baTwyclPU)},className:\"framer-ovqmna\",\"data-framer-name\":\"Title Section\",children:[/*#__PURE__*/_jsx(\"header\",{className:\"framer-1ny8c4f\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k9yehm\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wtltfv\",\"data-framer-name\":\"Category & Date\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-sqnghp\",\"data-border\":true,\"data-framer-name\":\"Category\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xke4uj\",\"data-styles-preset\":\"eTQiCDf_i\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"},children:\"Sales Outreach\"})}),className:\"framer-12bkkre\",fonts:[\"Inter\"],text:bhFEX6zwN,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1qj37e1\",\"data-styles-preset\":\"xpuSvaOe7\",style:{\"--framer-text-color\":\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"},children:\"Using CRM to Craft a Winning Customer Centric Strategy\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-141yxtz\",\"data-styles-preset\":\"Dl_3cyvqA\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"},children:\"Successful Sales Outreach Using AI & ChatGPT\"})}),className:\"framer-1ghnsd2\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:xU7bYwd3X,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xke4uj\",\"data-styles-preset\":\"eTQiCDf_i\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"},children:\"Feb 22, 2024\"})}),className:\"framer-lgw4q1\",fonts:[\"Inter\"],text:Qyt_KX5Zn,verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-156fv81\",\"data-framer-name\":\"Details Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-cjcui0\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qcmoj5\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12vqzcc\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"CBeqBlvdp\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{stylesPresetsClassNames:{a:\"framer-styles-preset-z9e8gt\",blockquote:\"framer-styles-preset-1lfbjpb\",code:\"framer-styles-preset-m3ziby\",h1:\"framer-styles-preset-1qj37e1\",h2:\"framer-styles-preset-t1yrzh\",h3:\"framer-styles-preset-wsqadu\",h4:\"framer-styles-preset-ffnc5m\",h5:\"framer-styles-preset-1yca21a\",h6:\"framer-styles-preset-149yx5s\",img:\"framer-styles-preset-9avo6f\",p:\"framer-styles-preset-mtx4ts\"}},q2H_YpP50:{stylesPresetsClassNames:{a:\"framer-styles-preset-z9e8gt\",blockquote:\"framer-styles-preset-1lfbjpb\",code:\"framer-styles-preset-m3ziby\",h1:\"framer-styles-preset-1qj37e1\",h2:\"framer-styles-preset-t1yrzh\",h3:\"framer-styles-preset-wsqadu\",h4:\"framer-styles-preset-ffnc5m\",h5:\"framer-styles-preset-1yca21a\",h6:\"framer-styles-preset-149yx5s\",img:\"framer-styles-preset-9avo6f\",p:\"framer-styles-preset-mtx4ts\"}},X1eaupr58:{stylesPresetsClassNames:{a:\"framer-styles-preset-z9e8gt\",blockquote:\"framer-styles-preset-1lfbjpb\",code:\"framer-styles-preset-m3ziby\",h1:\"framer-styles-preset-1qj37e1\",h2:\"framer-styles-preset-t1yrzh\",h3:\"framer-styles-preset-wsqadu\",h4:\"framer-styles-preset-ffnc5m\",h5:\"framer-styles-preset-1yca21a\",h6:\"framer-styles-preset-149yx5s\",img:\"framer-styles-preset-9avo6f\",p:\"framer-styles-preset-mtx4ts\"}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:jmp50oxmF,className:\"framer-1jba4pl\",fonts:[\"Inter\"],style:{transformPerspective:677},stylesPresetsClassNames:{a:\"framer-styles-preset-z9e8gt\",blockquote:\"framer-styles-preset-1lfbjpb\",code:\"framer-styles-preset-m3ziby\",h1:\"framer-styles-preset-1qj37e1\",h2:\"framer-styles-preset-t1yrzh\",h3:\"framer-styles-preset-wsqadu\",h4:\"framer-styles-preset-ffnc5m\",h5:\"framer-styles-preset-1yca21a\",h6:\"framer-styles-preset-149yx5s\",img:\"framer-styles-preset-13fz35n\",p:\"framer-styles-preset-mtx4ts\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q1ep0a\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-ffnc5m\",\"data-styles-preset\":\"A4FhJdLBy\",style:{\"--framer-text-color\":\"var(--token-463c97e7-27cc-4f56-80d7-afb096e892f1, rgb(33, 62, 140))\"},children:\"Table of Contents\"})}),className:\"framer-1m42yey\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{width:`calc(max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1140px) - 35px) / 1.5, 1px) - 20px)`},q2H_YpP50:{width:`calc(min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 390px) - 20px)`,y:(componentViewport?.y||0)+0+596+40+0+0+0+490+0+-631.4+13+49.2},X1eaupr58:{width:`calc(max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 768px) - 35px) / 1.5, 1px) - 20px)`,y:(componentViewport?.y||0)+0+596+60+0+0+0+0+-631.4+13+49.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:`calc(max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1320px) - 100px) / 1.5, 1px) - 20px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tgdmj6-container\",nodeId:\"mHUj1Mr_Y\",rendersWithMotion:true,scopeId:\"mEE0r9z6_\",children:/*#__PURE__*/_jsx(TableOfContentsWithTableOfContenttgdmj6WithMappedReactProps2w8t2f,{height:\"100%\",id:\"mHUj1Mr_Y\",layoutId:\"mHUj1Mr_Y\",OCgPtveoG:\"Auto Generated TOC\",style:{width:\"100%\"},width:\"100%\"})})})})]}),visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-12nwbr5\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ou4ybk\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15reflr\",\"data-styles-preset\":\"ur6X58yk1\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"},children:\"Identify Your Website Visitors and Turn Traffic into Leads\"})}),className:\"framer-1ngo0he\",fonts:[\"Inter\"],style:{transformPerspective:677},text:M0ZVoAae__tleuZBVEd,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-z34f56\",\"data-styles-preset\":\"DGuvIrpnF\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-4745ec61-fea9-4e2d-933d-e071d0140d52, rgb(112, 188, 158))\"},children:\"Automate Your Lead Qualification Process\"})}),className:\"framer-gtc8gy\",fonts:[\"Inter\"],style:{transformPerspective:677},text:M0ZVoAae__kY7FixoBh,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{background:{alt:\"\",fit:\"fit\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1140px) - 35px) / 1.5, 1px)`,...toResponsiveImage(M0ZVoAae__xy5Se_OHt),...{positionX:\"center\",positionY:\"center\"}}},q2H_YpP50:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+596+40+0+0+0+490+0+-498.2+30+0+20+263),sizes:`min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 390px)`,...toResponsiveImage(M0ZVoAae__xy5Se_OHt),...{positionX:\"center\",positionY:\"center\"}}},X1eaupr58:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+596+60+0+0+0+0+-498.2+30+0+20+263),sizes:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 768px) - 35px) / 1.5, 1px)`,...toResponsiveImage(M0ZVoAae__xy5Se_OHt),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1320px) - 100px) / 1.5, 1px)`,...toResponsiveImage(M0ZVoAae__xy5Se_OHt),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-12zbnf9\"})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:M0ZVoAae__CwbImWAC2,implicitPathVariables:undefined},{href:M0ZVoAae__CwbImWAC2,implicitPathVariables:undefined},{href:M0ZVoAae__CwbImWAC2,implicitPathVariables:undefined},{href:M0ZVoAae__CwbImWAC2,implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{q2H_YpP50:{y:(componentViewport?.y||0)+0+596+40+0+0+0+490+0+-498.2+30+0+20+668},X1eaupr58:{y:(componentViewport?.y||0)+0+596+60+0+0+0+0+-498.2+30+0+20+668}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-txamg1-container\",nodeId:\"PIphLD_Cy\",scopeId:\"mEE0r9z6_\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{WIxL9YJdV:resolvedLinks[1]},q2H_YpP50:{WIxL9YJdV:resolvedLinks[3]},X1eaupr58:{WIxL9YJdV:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(TopNavButton,{B3qPKukGP:\"rgb(255, 255, 255)\",height:\"100%\",id:\"PIphLD_Cy\",jakO2hDPw:0,jcBXvG4Jw:M0ZVoAae__dlzDUBI6u,KtPOKGgCU:true,layoutId:\"PIphLD_Cy\",UDEEY8z8V:\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(56, 128, 192))\",variant:\"YcEKYtBiU\",width:\"100%\",WIxL9YJdV:resolvedLinks[0],XhahqhK15:false})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lv4qx8\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"CBeqBlvdp\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{stylesPresetsClassNames:{a:\"framer-styles-preset-z9e8gt\",blockquote:\"framer-styles-preset-1lfbjpb\",code:\"framer-styles-preset-m3ziby\",h1:\"framer-styles-preset-1qj37e1\",h2:\"framer-styles-preset-t1yrzh\",h3:\"framer-styles-preset-wsqadu\",h4:\"framer-styles-preset-ffnc5m\",h5:\"framer-styles-preset-1yca21a\",h6:\"framer-styles-preset-149yx5s\",img:\"framer-styles-preset-9avo6f\",p:\"framer-styles-preset-mtx4ts\"}},q2H_YpP50:{stylesPresetsClassNames:{a:\"framer-styles-preset-z9e8gt\",blockquote:\"framer-styles-preset-1lfbjpb\",code:\"framer-styles-preset-m3ziby\",h1:\"framer-styles-preset-1qj37e1\",h2:\"framer-styles-preset-t1yrzh\",h3:\"framer-styles-preset-wsqadu\",h4:\"framer-styles-preset-ffnc5m\",h5:\"framer-styles-preset-1yca21a\",h6:\"framer-styles-preset-149yx5s\",img:\"framer-styles-preset-9avo6f\",p:\"framer-styles-preset-mtx4ts\"}},X1eaupr58:{stylesPresetsClassNames:{a:\"framer-styles-preset-z9e8gt\",blockquote:\"framer-styles-preset-1lfbjpb\",code:\"framer-styles-preset-m3ziby\",h1:\"framer-styles-preset-1qj37e1\",h2:\"framer-styles-preset-t1yrzh\",h3:\"framer-styles-preset-wsqadu\",h4:\"framer-styles-preset-ffnc5m\",h5:\"framer-styles-preset-1yca21a\",h6:\"framer-styles-preset-149yx5s\",img:\"framer-styles-preset-9avo6f\",p:\"framer-styles-preset-mtx4ts\"}}},children:/*#__PURE__*/_jsx(RichTextWithContentkrdhx,{__fromCanvasComponent:true,children:glWvJbLrW,className:\"framer-krdhx\",fonts:[\"Inter\"],id:elementId,ref:ref1,style:{transformPerspective:677},stylesPresetsClassNames:{a:\"framer-styles-preset-z9e8gt\",blockquote:\"framer-styles-preset-1lfbjpb\",code:\"framer-styles-preset-m3ziby\",h1:\"framer-styles-preset-1qj37e1\",h2:\"framer-styles-preset-t1yrzh\",h3:\"framer-styles-preset-wsqadu\",h4:\"framer-styles-preset-ffnc5m\",h5:\"framer-styles-preset-1yca21a\",h6:\"framer-styles-preset-149yx5s\",img:\"framer-styles-preset-13fz35n\",p:\"framer-styles-preset-mtx4ts\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"CBeqBlvdp\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{stylesPresetsClassNames:{a:\"framer-styles-preset-z9e8gt\",blockquote:\"framer-styles-preset-1lfbjpb\",code:\"framer-styles-preset-m3ziby\",h1:\"framer-styles-preset-1qj37e1\",h2:\"framer-styles-preset-t1yrzh\",h3:\"framer-styles-preset-wsqadu\",h4:\"framer-styles-preset-ffnc5m\",h5:\"framer-styles-preset-1yca21a\",h6:\"framer-styles-preset-149yx5s\",img:\"framer-styles-preset-9avo6f\",p:\"framer-styles-preset-mtx4ts\"}},q2H_YpP50:{stylesPresetsClassNames:{a:\"framer-styles-preset-z9e8gt\",blockquote:\"framer-styles-preset-1lfbjpb\",code:\"framer-styles-preset-m3ziby\",h1:\"framer-styles-preset-1qj37e1\",h2:\"framer-styles-preset-t1yrzh\",h3:\"framer-styles-preset-wsqadu\",h4:\"framer-styles-preset-ffnc5m\",h5:\"framer-styles-preset-1yca21a\",h6:\"framer-styles-preset-149yx5s\",img:\"framer-styles-preset-9avo6f\",p:\"framer-styles-preset-mtx4ts\"}},X1eaupr58:{stylesPresetsClassNames:{a:\"framer-styles-preset-z9e8gt\",blockquote:\"framer-styles-preset-1lfbjpb\",code:\"framer-styles-preset-m3ziby\",h1:\"framer-styles-preset-1qj37e1\",h2:\"framer-styles-preset-t1yrzh\",h3:\"framer-styles-preset-wsqadu\",h4:\"framer-styles-preset-ffnc5m\",h5:\"framer-styles-preset-1yca21a\",h6:\"framer-styles-preset-149yx5s\",img:\"framer-styles-preset-9avo6f\",p:\"framer-styles-preset-mtx4ts\"}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:XK0rFSwps,className:\"framer-vic314\",fonts:[\"Inter\"],style:{transformPerspective:677},stylesPresetsClassNames:{a:\"framer-styles-preset-z9e8gt\",blockquote:\"framer-styles-preset-1lfbjpb\",code:\"framer-styles-preset-m3ziby\",h1:\"framer-styles-preset-1qj37e1\",h2:\"framer-styles-preset-t1yrzh\",h3:\"framer-styles-preset-wsqadu\",h4:\"framer-styles-preset-ffnc5m\",h5:\"framer-styles-preset-1yca21a\",h6:\"framer-styles-preset-149yx5s\",img:\"framer-styles-preset-13fz35n\",p:\"framer-styles-preset-mtx4ts\"},verticalAlignment:\"top\",withExternalLayout:true})})}),visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9goajr\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-wsqadu\",\"data-styles-preset\":\"uLVu4oR1r\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"},children:\"Would you like to Automate your Lead Qualification?\"})}),className:\"framer-15d0fwu\",fonts:[\"Inter\"],style:{transformPerspective:677},text:M0ZVoAae__tleuZBVEd,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-z34f56\",\"data-styles-preset\":\"DGuvIrpnF\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-4745ec61-fea9-4e2d-933d-e071d0140d52, rgb(112, 188, 158))\"},children:\"Automate Your Lead Qualification Process\"})}),className:\"framer-1p43qfk\",fonts:[\"Inter\"],style:{transformPerspective:677},text:M0ZVoAae__kY7FixoBh,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{q2H_YpP50:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+596+40+0+0+0+490+0+607.8+30+237.8),sizes:\"400px\",...toResponsiveImage(M0ZVoAae__xy5Se_OHt),...{positionX:\"center\",positionY:\"center\"}}},X1eaupr58:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+596+60+0+0+0+0+607.8+30+237.8),sizes:\"400px\",...toResponsiveImage(M0ZVoAae__xy5Se_OHt),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:\"400px\",...toResponsiveImage(M0ZVoAae__xy5Se_OHt),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-gaqgyn\"})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:M0ZVoAae__CwbImWAC2,implicitPathVariables:undefined},{href:M0ZVoAae__CwbImWAC2,implicitPathVariables:undefined},{href:M0ZVoAae__CwbImWAC2,implicitPathVariables:undefined},{href:M0ZVoAae__CwbImWAC2,implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{q2H_YpP50:{y:(componentViewport?.y||0)+0+596+40+0+0+0+490+0+607.8+30+534.8},X1eaupr58:{y:(componentViewport?.y||0)+0+596+60+0+0+0+0+607.8+30+534.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xoneg8-container\",nodeId:\"WuWH7uDz1\",scopeId:\"mEE0r9z6_\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{WIxL9YJdV:resolvedLinks1[1]},q2H_YpP50:{WIxL9YJdV:resolvedLinks1[3]},X1eaupr58:{WIxL9YJdV:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(TopNavButton,{B3qPKukGP:\"rgb(255, 255, 255)\",height:\"100%\",id:\"WuWH7uDz1\",jakO2hDPw:0,jcBXvG4Jw:M0ZVoAae__dlzDUBI6u,KtPOKGgCU:true,layoutId:\"WuWH7uDz1\",UDEEY8z8V:\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(56, 128, 192))\",variant:\"YcEKYtBiU\",width:\"100%\",WIxL9YJdV:resolvedLinks1[0],XhahqhK15:false})})})})})})]}),visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1140px) - 35px) / 1.5, 1px)`},q2H_YpP50:{width:`min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 390px)`,y:(componentViewport?.y||0)+0+596+40+0+0+0+490+0+1268.6},X1eaupr58:{width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 768px) - 35px) / 1.5, 1px)`,y:(componentViewport?.y||0)+0+596+60+0+0+0+0+1268.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:289,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1320px) - 100px) / 1.5, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15utnj7-container\",nodeId:\"ncVZmUie7\",scopeId:\"mEE0r9z6_\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{variant:\"P3pv_9jFh\"},q2H_YpP50:{variant:\"c3IHn3XNk\"},X1eaupr58:{variant:\"P3pv_9jFh\"}},children:/*#__PURE__*/_jsx(CTABlog,{height:\"100%\",id:\"ncVZmUie7\",layoutId:\"ncVZmUie7\",style:{width:\"100%\"},variant:\"De0Gy7944\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8fjhex\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1140px) - 35px) / 3, 1px)`},q2H_YpP50:{width:`min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 390px)`,y:(componentViewport?.y||0)+0+596+40+0+0+0+0+0+0},X1eaupr58:{width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 768px) - 35px) / 3, 1px)`,y:(componentViewport?.y||0)+0+596+60+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1320px) - 100px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10ntzfu-container\",nodeId:\"lcqstgRGZ\",scopeId:\"mEE0r9z6_\",children:/*#__PURE__*/_jsx(SidebarCTA,{height:\"100%\",id:\"lcqstgRGZ\",layoutId:\"lcqstgRGZ\",style:{width:\"100%\"},variant:\"jrX958JyO\",width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ce6do9\",\"data-framer-name\":\"Related reading\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aophh\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qz28z0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1yca21a\",\"data-styles-preset\":\"HQb6WELBt\",children:\"Other content in category\"})}),className:\"framer-114uilb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1yca21a\",\"data-styles-preset\":\"HQb6WELBt\",style:{\"--framer-text-color\":\"var(--token-4745ec61-fea9-4e2d-933d-e071d0140d52, rgb(112, 188, 158))\"},children:\"Marketing\"})}),className:\"framer-1m4drxg\",\"data-framer-name\":\"category\",fonts:[\"Inter\"],text:bhFEX6zwN,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fg62fc\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"jwYpmcbgT\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:5},select:[{collection:\"jwYpmcbgT\",name:\"UQzm8dEkb\",type:\"Identifier\"},{collection:\"jwYpmcbgT\",name:\"baTwyclPU\",type:\"Identifier\"},{collection:\"jwYpmcbgT\",name:\"xU7bYwd3X\",type:\"Identifier\"},{collection:\"jwYpmcbgT\",name:\"cQux7ZAj_\",type:\"Identifier\"},{collection:\"jwYpmcbgT\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"jwYpmcbgT\",name:\"UQzm8dEkb\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:UQzm8dEkb},type:\"BinaryOperation\"}},operator:\"and\",right:{left:{collection:\"jwYpmcbgT\",name:\"bhFEX6zwN\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:bhFEX6zwN},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"jwYpmcbgT\",name:\"Qyt_KX5Zn\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"jwYpmcbgT\",name:\"Qyt_KX5Zn\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({baTwyclPU:baTwyclPUjwYpmcbgT,cQux7ZAj_:cQux7ZAj_jwYpmcbgT,id:idjwYpmcbgT,UQzm8dEkb:UQzm8dEkbjwYpmcbgT,xU7bYwd3X:xU7bYwd3XjwYpmcbgT},index)=>{UQzm8dEkbjwYpmcbgT??=\"\";xU7bYwd3XjwYpmcbgT??=\"\";cQux7ZAj_jwYpmcbgT??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`jwYpmcbgT-${idjwYpmcbgT}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{UQzm8dEkb:UQzm8dEkbjwYpmcbgT},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{UQzm8dEkb:UQzm8dEkbjwYpmcbgT},webPageId:\"mEE0r9z6_\"},motionChild:true,nodeId:\"ejcKEK6wA\",openInNewTab:false,scopeId:\"mEE0r9z6_\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1e4s8j0 framer-1x9nmfz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{q2H_YpP50:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1986.2+0+0+35.2+0+0+0+0),sizes:\"354px\",...toResponsiveImage(baTwyclPUjwYpmcbgT)}},X1eaupr58:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1536.2+0+0+35.2+59+0+0+0),sizes:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px) - 118px)`,...toResponsiveImage(baTwyclPUjwYpmcbgT)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px) - 118px, 1px)`,...toResponsiveImage(baTwyclPUjwYpmcbgT)},className:\"framer-jzrgch\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ibigdd\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1yca21a\",\"data-styles-preset\":\"HQb6WELBt\",children:\"Title\"})}),className:\"framer-1c3tn60\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:xU7bYwd3XjwYpmcbgT,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ozfzfx-container\",isAuthoredByUser:true,nodeId:\"DIzC2me9v\",scopeId:\"mEE0r9z6_\",children:/*#__PURE__*/_jsx(TextClip,{height:\"100%\",id:\"DIzC2me9v\",layoutId:\"DIzC2me9v\",letterMode:false,lineCount:3,maxCharacters:20,text:cQux7ZAj_jwYpmcbgT,textStyle:{color:\"rgba(87, 89, 89, 0.61)\",font:\"Inter\",fontSize:15,fontWeight:400,letterSpacing:-.3,lineHeight:1.3,textAlign:\"left\",textTransform:\"none\"},width:\"100%\"})})})]})]})})})},idjwYpmcbgT);})})})})})]})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-g4ochu\",\"data-framer-name\":\"CTA Section\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{width:componentViewport?.width||\"100vw\"},q2H_YpP50:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2438.6+0+0},X1eaupr58:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2084.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:558,width:\"1440px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-pguyaz-container\",nodeId:\"scv5uI7tt\",scopeId:\"mEE0r9z6_\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{variant:\"S5GJFZ1jl\"},q2H_YpP50:{variant:\"e5ubI0ur6\"},X1eaupr58:{variant:\"zQ4lRmvqr\"}},children:/*#__PURE__*/_jsx(CTASection,{height:\"100%\",id:\"scv5uI7tt\",layoutId:\"scv5uI7tt\",style:{width:\"100%\"},variant:\"YbgQ05HgH\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-7bwd07\",\"data-framer-name\":\"Footer Section\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{q2H_YpP50:{y:(componentViewport?.y||0)+0+2996.6+0+0},X1eaupr58:{y:(componentViewport?.y||0)+0+2642.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:490,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ugpd9v-container\",nodeId:\"HhHOHWQhQ\",scopeId:\"mEE0r9z6_\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m06wikuZ1:{variant:\"yzMpj5QlK\"},q2H_YpP50:{variant:\"AnADWfyrO\"},X1eaupr58:{variant:\"rgSncB8AR\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"HhHOHWQhQ\",layoutId:\"HhHOHWQhQ\",style:{width:\"100%\"},variant:\"g8R2q3s4R\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cm1SC.framer-1x9nmfz, .framer-cm1SC .framer-1x9nmfz { display: block; }\",\".framer-cm1SC.framer-1dh0w4g { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-cm1SC .framer-ty5941-container { flex: none; height: auto; position: relative; width: 100%; z-index: 10; }\",\".framer-cm1SC .framer-ovqmna { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 500px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 30px; position: relative; width: 100%; }\",\".framer-cm1SC .framer-1ny8c4f { background-color: var(--token-463c97e7-27cc-4f56-80d7-afb096e892f1, #213e8c); flex: none; height: 500px; left: calc(50.00000000000002% - 100% / 2); opacity: 0.53; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-cm1SC .framer-k9yehm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 500px; justify-content: center; max-width: 1320px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cm1SC .framer-1wtltfv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cm1SC .framer-sqnghp { --border-bottom-width: 1.5px; --border-color: rgba(94, 96, 117, 0.12); --border-left-width: 1.5px; --border-right-width: 1.5px; --border-style: solid; --border-top-width: 1.5px; align-content: center; align-items: center; background-color: var(--token-cc0bae8b-6685-4a8f-9eb4-fdf49104e472, #e9983e); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 5px 14px 5px 14px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-cm1SC .framer-12bkkre { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-cm1SC .framer-1ghnsd2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 70%; word-break: break-word; word-wrap: break-word; }\",\".framer-cm1SC .framer-lgw4q1, .framer-cm1SC .framer-1jba4pl, .framer-cm1SC .framer-gtc8gy, .framer-cm1SC .framer-vic314, .framer-cm1SC .framer-15d0fwu, .framer-cm1SC .framer-1p43qfk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cm1SC .framer-156fv81 { 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: visible; padding: 60px 30px 125px 30px; position: relative; width: 100%; }\",\".framer-cm1SC .framer-cjcui0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cm1SC .framer-1qcmoj5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; max-width: 1320px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-cm1SC .framer-12vqzcc { align-content: flex-start; align-items: flex-start; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-cm1SC .framer-q1ep0a { align-content: center; align-items: center; background-color: var(--token-78622ac7-104a-4bdd-a580-8a1b20514f63, rgba(237, 237, 237, 0.5)); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 13px 0px 10px 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-cm1SC .framer-1m42yey, .framer-cm1SC .framer-1c3tn60 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cm1SC .framer-tgdmj6-container, .framer-cm1SC .framer-15utnj7-container, .framer-cm1SC .framer-10ntzfu-container, .framer-cm1SC .framer-ugpd9v-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-cm1SC .framer-12nwbr5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 30px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-cm1SC .framer-ou4ybk { align-content: center; align-items: center; background: linear-gradient(350deg, var(--token-4745ec61-fea9-4e2d-933d-e071d0140d52, #70bc9e) 0%, var(--token-463c97e7-27cc-4f56-80d7-afb096e892f1, rgb(33, 62, 140)) 100%); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-cm1SC .framer-1ngo0he { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 95%; word-break: break-word; word-wrap: break-word; }\",\".framer-cm1SC .framer-12zbnf9 { flex: none; height: 390px; position: relative; transform-style: preserve-3d; width: 100%; }\",\".framer-cm1SC .framer-txamg1-container, .framer-cm1SC .framer-xoneg8-container, .framer-cm1SC .framer-ozfzfx-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-cm1SC .framer-1lv4qx8 { 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: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-cm1SC .framer-krdhx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 5px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-cm1SC .framer-9goajr { align-content: center; align-items: center; background: linear-gradient(350deg, var(--token-4745ec61-fea9-4e2d-933d-e071d0140d52, #70bc9e) 0%, var(--token-463c97e7-27cc-4f56-80d7-afb096e892f1, rgb(33, 62, 140)) 100%); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 30px 0px 20px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-cm1SC .framer-gaqgyn { flex: none; height: 282px; position: relative; width: 400px; }\",\".framer-cm1SC .framer-8fjhex { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 484px; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 35px; width: 1px; z-index: 1; }\",\".framer-cm1SC .framer-ce6do9, .framer-cm1SC .framer-qz28z0 { 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-cm1SC .framer-aophh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-cm1SC .framer-114uilb, .framer-cm1SC .framer-1m4drxg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-cm1SC .framer-1fg62fc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1320px; padding: 59px; position: relative; width: 100%; }\",\".framer-cm1SC .framer-1e4s8j0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-cm1SC .framer-jzrgch { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: 1 0 0px; height: 150px; position: relative; width: 1px; }\",\".framer-cm1SC .framer-ibigdd { 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; min-width: 200px; padding: 0px; position: relative; width: 1px; }\",\".framer-cm1SC .framer-g4ochu { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-cm1SC .framer-pguyaz-container { flex: none; height: auto; position: relative; width: 1440px; }\",\".framer-cm1SC .framer-7bwd07 { align-content: center; align-items: center; background-color: #ffffff; 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%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,...sharedStyle15.css,'.framer-cm1SC[data-border=\"true\"]::after, .framer-cm1SC [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-cm1SC.framer-1dh0w4g { width: 1200px; } .framer-cm1SC .framer-ovqmna { padding: 60px 0px 95px 30px; } .framer-cm1SC .framer-k9yehm { gap: 20px; max-width: 1140px; padding: 0px 0px 40px 0px; width: 85%; } .framer-cm1SC .framer-1ghnsd2 { width: 99%; } .framer-cm1SC .framer-156fv81 { padding: 60px 30px 95px 30px; } .framer-cm1SC .framer-1qcmoj5 { gap: 35px; max-width: 1140px; } .framer-cm1SC .framer-1e4s8j0 { gap: 14px; } .framer-cm1SC .framer-g4ochu { padding: 0px; } .framer-cm1SC .framer-pguyaz-container { width: 100%; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-cm1SC.framer-1dh0w4g { width: 810px; } .framer-cm1SC .framer-ovqmna { padding: 60px 0px 75px 30px; } .framer-cm1SC .framer-1ghnsd2 { width: 94%; } .framer-cm1SC .framer-156fv81 { padding: 60px 30px 75px 30px; } .framer-cm1SC .framer-1qcmoj5 { gap: 35px; max-width: 768px; } .framer-cm1SC .framer-1fg62fc { flex-direction: column; gap: 38px; } .framer-cm1SC .framer-1e4s8j0 { flex: none; flex-direction: column; gap: 10px; width: 100%; } .framer-cm1SC .framer-jzrgch { flex: none; width: 100%; } .framer-cm1SC .framer-ibigdd { flex: none; min-width: unset; width: 100%; } .framer-cm1SC .framer-g4ochu { padding: 0px; } .framer-cm1SC .framer-pguyaz-container { width: 100%; }}\",\"@media (max-width: 809px) { .framer-cm1SC.framer-1dh0w4g { width: 390px; } .framer-cm1SC .framer-ovqmna, .framer-cm1SC .framer-156fv81 { padding: 40px 20px 55px 20px; } .framer-cm1SC .framer-k9yehm { gap: 15px; } .framer-cm1SC .framer-1ghnsd2 { width: 97%; } .framer-cm1SC .framer-1qcmoj5 { flex-direction: column; max-width: 390px; } .framer-cm1SC .framer-12vqzcc { flex: none; order: 1; width: 100%; } .framer-cm1SC .framer-8fjhex { flex: none; height: min-content; order: 0; position: relative; top: unset; width: 100%; } .framer-cm1SC .framer-aophh { padding: 0px 0px 20px 0px; } .framer-cm1SC .framer-1fg62fc { flex-direction: column; padding: 0px; width: 354px; } .framer-cm1SC .framer-1e4s8j0 { align-content: center; align-items: center; flex: none; flex-direction: column; gap: 12px; width: 100%; } .framer-cm1SC .framer-jzrgch, .framer-cm1SC .framer-ibigdd { flex: none; width: 100%; } .framer-cm1SC .framer-g4ochu { padding: 0px; } .framer-cm1SC .framer-pguyaz-container { width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 12761\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"m06wikuZ1\":{\"layout\":[\"fixed\",\"auto\"]},\"X1eaupr58\":{\"layout\":[\"fixed\",\"auto\"]},\"q2H_YpP50\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"h8OLDILgi\":{\"pattern\":\":h8OLDILgi\",\"name\":\"\"}}\n * @framerResponsiveScreen\n */const FramermEE0r9z6_=withCSS(Component,css,\"framer-cm1SC\");export default FramermEE0r9z6_;FramermEE0r9z6_.displayName=\"Page\";FramermEE0r9z6_.defaultProps={height:12761,width:1440};addFonts(FramermEE0r9z6_,[{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\"}]},...TopNavFonts,...TableOfContentsFonts,...TopNavButtonFonts,...CTABlogFonts,...SidebarCTAFonts,...TextClipFonts,...CTASectionFonts,...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),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...getFontsFromSharedStyle(sharedStyle15.fonts),...componentPresets.fonts?.[\"CBeqBlvdp\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"CBeqBlvdp\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermEE0r9z6_\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"h8OLDILgi\\\":{\\\"pattern\\\":\\\":h8OLDILgi\\\",\\\"name\\\":\\\"\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m06wikuZ1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X1eaupr58\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"q2H_YpP50\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"12761\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HEADING_TO_DISPLAY", "SCROLL_MARGIN_TOP", "useStore", "createStore", "withTableOfContent", "Component", "props", "store", "activeSection", "setActiveSection", "ye", "scrollToId", "id", "element", "ue", "handleScroll", "sections", "heading", "scrollPosition", "window", "i", "p", "l", "a", "b", "type", "index", "withContent", "setStore", "newProps", "setNewProps", "formatTableOfContent", "newChildren", "item", "children", "formattedId", "formatHeading", "newItem", "u", "result", "formattedHeading", "TopNavFonts", "getFonts", "ECDSl4E7C_default", "MotionDivWithFX", "withFX", "motion", "RichTextWithFX", "RichText", "TableOfContentsFonts", "QU7NHYtcy_default", "TableOfContentsWithTableOfContenttgdmj6WithMappedReactProps2w8t2f", "withMappedReactProps", "withCodeBoundaryForOverrides", "withTableOfContent", "QU7NHYtcy_exports", "TopNavButtonFonts", "peUIFAUHz_default", "RichTextWithContentkrdhx", "withContent", "CTABlogFonts", "Lt4CGgQt_default", "SidebarCTAFonts", "PVwGz0dH9_default", "TextClipFonts", "TextClip", "CTASectionFonts", "JQa6ahiCA_default", "FooterFonts", "xp3GQiEh8_default", "breakpoints", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "animation", "transition1", "transition2", "animation1", "isSet", "transition3", "negate", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "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", "npnow37es_default", "ethBDwqcM_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "baTwyclPU", "bhFEX6zwN", "xU7bYwd3X", "Qyt_KX5Zn", "jmp50oxmF", "M0ZVoAae_", "M0ZVoAae__tleuZBVEd", "M0ZVoAae__kY7FixoBh", "M0ZVoAae__xy5Se_OHt", "M0ZVoAae__dlzDUBI6u", "M0ZVoAae__CwbImWAC2", "glWvJbLrW", "XK0rFSwps", "UQzm8dEkbjwYpmcbgT", "baTwyclPUjwYpmcbgT", "xU7bYwd3XjwYpmcbgT", "cQux7ZAj_jwYpmcbgT", "idjwYpmcbgT", "UQzm8dEkb", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "visible", "router", "useRouter", "elementId", "useRouteElementId", "ref1", "visible1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "ECDSl4E7C_default", "getLoadingLazyAtYPosition", "Image2", "MotionDivWithFX", "RichText", "RichTextWithFX", "ComponentPresetsProvider", "TableOfContentsWithTableOfContenttgdmj6WithMappedReactProps2w8t2f", "ResolveLinks", "resolvedLinks", "peUIFAUHz_default", "RichTextWithContentkrdhx", "resolvedLinks1", "Lt4CGgQt_default", "PVwGz0dH9_default", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "TextClip", "JQa6ahiCA_default", "xp3GQiEh8_default", "css", "FramermEE0r9z6_", "withCSS", "mEE0r9z6_default", "addFonts", "TopNavFonts", "TableOfContentsFonts", "TopNavButtonFonts", "CTABlogFonts", "SidebarCTAFonts", "TextClipFonts", "CTASectionFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
