{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/WwS1gRXgNQNqioJyr4bl/PD7jrhRhEtdWbmc6WJXs/Sales_Enablement_ROI_Calculator.js", "ssg:https://framerusercontent.com/modules/LU9qcno6mN7pgNytdhcU/pegVQq6wWuiTSLh5VloU/bUkbYqdBK.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight auto\n * @framerIntrinsicWidth 600\n */export default function EnablementROICalculator(){const[baselineRevenue,setBaselineRevenue]=useState(\"1000000\");const[newRevenue,setNewRevenue]=useState(\"1500000\");const[enablementCost,setEnablementCost]=useState(\"100000\");const[error,setError]=useState(\"\");const handleNumberChange=(e,setter)=>{const input=e.target.value;if(input===\"\"||/^\\d*\\.?\\d*$/.test(input)){setter(input);setError(\"\");if(setter===setEnablementCost&&parseFloat(input)===0){setError(\"Enablement cost cannot be zero\");}}};const calculateROI=()=>{const baseline=parseFloat(baselineRevenue);const current=parseFloat(newRevenue);const cost=parseFloat(enablementCost);if(!baseline||!current||!cost||isNaN(baseline)||isNaN(current)||isNaN(cost)||cost===0){return null;}return(current-baseline-cost)/cost*100;};const roi=calculateROI();const isGoodROI=roi!==null&&roi>=200// 200% as benchmark for good ROI\n;const formatCurrency=value=>{return new Intl.NumberFormat(\"en-US\",{style:\"currency\",currency:\"USD\",maximumFractionDigits:0}).format(value);};return /*#__PURE__*/_jsxs(\"div\",{style:{maxWidth:\"600px\",minWidth:\"320px\",margin:\"0 auto\",padding:\"24px\",fontFamily:\"Inter, sans-serif\",backgroundColor:\"white\",borderRadius:\"12px\",boxShadow:\"0 1px 3px rgba(0,0,0,0.1)\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"24px\",fontWeight:600,marginBottom:\"8px\",color:\"#111111\"},children:\"Calculate your enablement ROI\"}),/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"14px\",color:\"#666666\",marginBottom:\"24px\",padding:\"8px 12px\",backgroundColor:\"#F8FAFC\",borderRadius:\"6px\",border:\"1px solid #E2E8F0\"},children:\"Note: Enter the numbers for annual evaluation\"}),/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"16px\"},children:[/*#__PURE__*/_jsx(\"label\",{style:{display:\"block\",fontSize:\"18px\",marginBottom:\"8px\",color:\"#111111\"},children:\"Baseline Revenue (Before Enablement, $)\"}),/*#__PURE__*/_jsx(\"input\",{type:\"text\",value:baselineRevenue,onChange:e=>handleNumberChange(e,setBaselineRevenue),placeholder:\"Enter revenue before enablement\",style:{width:\"100%\",height:\"48px\",padding:\"12px\",fontSize:\"18px\",border:`1px solid ${error?\"#F97316\":\"#E2E8F0\"}`,borderRadius:\"8px\",textAlign:\"left\",boxSizing:\"border-box\",outline:\"none\"}})]}),/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"16px\"},children:[/*#__PURE__*/_jsx(\"label\",{style:{display:\"block\",fontSize:\"18px\",marginBottom:\"8px\",color:\"#111111\"},children:\"Current Revenue (After Enablement, $)\"}),/*#__PURE__*/_jsx(\"input\",{type:\"text\",value:newRevenue,onChange:e=>handleNumberChange(e,setNewRevenue),placeholder:\"Enter revenue after enablement\",style:{width:\"100%\",height:\"48px\",padding:\"12px\",fontSize:\"18px\",border:`1px solid ${error?\"#F97316\":\"#E2E8F0\"}`,borderRadius:\"8px\",textAlign:\"left\",boxSizing:\"border-box\",outline:\"none\"}})]}),/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:error?\"8px\":\"16px\"},children:[/*#__PURE__*/_jsx(\"label\",{style:{display:\"block\",fontSize:\"18px\",marginBottom:\"8px\",color:\"#111111\"},children:\"Sales Enablement Cost ($)\"}),/*#__PURE__*/_jsx(\"input\",{type:\"text\",value:enablementCost,onChange:e=>handleNumberChange(e,setEnablementCost),placeholder:\"Enter total enablement investment\",style:{width:\"100%\",height:\"48px\",padding:\"12px\",fontSize:\"18px\",border:`1px solid ${error?\"#F97316\":\"#E2E8F0\"}`,borderRadius:\"8px\",textAlign:\"left\",boxSizing:\"border-box\",outline:\"none\"}})]}),error&&/*#__PURE__*/_jsx(\"div\",{style:{color:\"#F97316\",fontSize:\"14px\",marginBottom:\"16px\",padding:\"8px 12px\",backgroundColor:\"rgba(249, 115, 22, 0.1)\",borderRadius:\"6px\",border:\"1px solid #F97316\"},children:error}),/*#__PURE__*/_jsxs(\"div\",{style:{padding:\"16px\",backgroundColor:roi===null?\"#F7FAFC\":isGoodROI?\"#DCFCE7\":\"#FFF7ED\",borderRadius:\"8px\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"18px\",marginBottom:\"8px\",color:\"#111111\"},children:\"Enablement ROI\"}),/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"48px\",fontWeight:\"bold\",color:roi===null?\"#4A5568\":isGoodROI?\"#16A34A\":\"#F97316\"},children:roi!==null&&!error?`${Math.round(roi)}%`:\"-\"}),roi!==null&&!error&&!isGoodROI&&/*#__PURE__*/_jsxs(\"div\",{style:{marginTop:\"12px\",padding:\"12px\",backgroundColor:\"rgba(249, 115, 22, 0.1)\",borderRadius:\"6px\",color:\"#F97316\",fontSize:\"14px\",fontWeight:\"600\",lineHeight:\"1.4\"},children:[\"\u26A1\uFE0F Low ROI detected! Get AI-powered insights to optimize your sales enablement strategy and improve team performance.\",/*#__PURE__*/_jsx(\"a\",{href:\"https://app.forecastio.ai/signup?utm_source=calculator&utm_medium=result-message&utm_campaign=enablement-roi\",target:\"_blank\",rel:\"noopener noreferrer\",style:{display:\"inline-block\",marginLeft:\"4px\",textDecoration:\"underline\",cursor:\"pointer\",color:\"inherit\"},children:\"Try Forecastio \u2192\"})]})]})]});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"EnablementROICalculator\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"600\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Sales_Enablement_ROI_Calculator.map", "// Generated by Framer (74b1a33)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Header from\"#framer/local/canvasComponent/cdblw13oO/cdblw13oO.js\";import FooterCtaBanner from\"#framer/local/canvasComponent/EnlAZZBzA/EnlAZZBzA.js\";import FeatureSection from\"#framer/local/canvasComponent/Fpp35D0JQ/Fpp35D0JQ.js\";import BlogItem from\"#framer/local/canvasComponent/Krw0QKLhw/Krw0QKLhw.js\";import Button20 from\"#framer/local/canvasComponent/now4RGU13/now4RGU13.js\";import FooterNew from\"#framer/local/canvasComponent/Rbkv78o51/Rbkv78o51.js\";import Accordion from\"#framer/local/canvasComponent/sOIraTSAs/sOIraTSAs.js\";import EnablementROICalculator from\"#framer/local/codeFile/BSS7aBv/Sales_Enablement_ROI_Calculator.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/DNFW_QdcY/DNFW_QdcY.js\";import*as sharedStyle from\"#framer/local/css/BoQJbLRl0/BoQJbLRl0.js\";import*as sharedStyle1 from\"#framer/local/css/CiRu4nfu7/CiRu4nfu7.js\";import*as sharedStyle2 from\"#framer/local/css/e9QTuSB7o/e9QTuSB7o.js\";import*as sharedStyle3 from\"#framer/local/css/XdYJDHBoT/XdYJDHBoT.js\";import metadataProvider from\"#framer/local/webPageMetadata/bUkbYqdBK/bUkbYqdBK.js\";const Button20Fonts=getFonts(Button20);const EnablementROICalculatorFonts=getFonts(EnablementROICalculator);const FeatureSectionFonts=getFonts(FeatureSection);const HeaderFonts=getFonts(Header);const AccordionFonts=getFonts(Accordion);const FooterCtaBannerFonts=getFonts(FooterCtaBanner);const BlogItemFonts=getFonts(BlogItem);const FooterNewFonts=getFonts(FooterNew);const breakpoints={nXCrdyRtQ:\"(max-width: 855px)\",PRG6WHSek:\"(min-width: 1180px) and (max-width: 1343px)\",uWxbd2VbA:\"(min-width: 856px) and (max-width: 1179px)\",YqAAXQNsK:\"(min-width: 1344px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-qhYVv\";const variantClassNames={nXCrdyRtQ:\"framer-v-venxsk\",PRG6WHSek:\"framer-v-lpvprz\",uWxbd2VbA:\"framer-v-1p0t78a\",YqAAXQNsK:\"framer-v-1t6p8yp\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={\"\uD83D\uDFE2 Desktop\":\"YqAAXQNsK\",\"\uD83D\uDFE2 Laptop\":\"PRG6WHSek\",\"\uD83D\uDFE2 Phone\":\"nXCrdyRtQ\",\"\uD83D\uDFE2 Tablet\":\"uWxbd2VbA\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"YqAAXQNsK\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,aCTGZnEIEwFulLgrgr,sEY6m7E2lwFulLgrgr,BAjgn4QvTwFulLgrgr,C_NxoGcBEwFulLgrgr,iRYgN4zvrwFulLgrgr,krxIagE6lwFulLgrgr,n1ZDZ5GwqwFulLgrgr,idwFulLgrgr,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"YqAAXQNsK\",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-1t6p8yp\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gffz2w\",\"data-framer-name\":\"hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-th2veg\",\"data-framer-name\":\"wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1506l\",\"data-framer-name\":\"main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hmf6m5\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wci83a\",\"data-framer-name\":\"Frame 1000003002\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a328b9c5-a37c-43db-969d-337fa1a1b0fd, rgb(39, 138, 6))\",\"--framer-text-transform\":\"lowercase\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-transform\":\"capitalize\"},children:\"best \"}),\"Sales Performance Management Tool \",/*#__PURE__*/_jsx(\"br\",{}),\"for \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-transform\":\"capitalize\"},children:\"HubSpot\"})]})})},uWxbd2VbA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a328b9c5-a37c-43db-969d-337fa1a1b0fd, rgb(39, 138, 6))\",\"--framer-text-transform\":\"lowercase\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-transform\":\"capitalize\"},children:\"best \"}),\"Sales Performance Management Tool \",/*#__PURE__*/_jsx(\"br\",{}),\"for \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-transform\":\"capitalize\"},children:\"HubSpot\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a328b9c5-a37c-43db-969d-337fa1a1b0fd, rgb(39, 138, 6))\",\"--framer-text-transform\":\"lowercase\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-transform\":\"capitalize\"},children:\"best \"}),\"Sales Performance Management Tool for \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-transform\":\"capitalize\"},children:\"HubSpot\"})]})}),className:\"framer-aufxao\",\"data-framer-name\":\"Why Forecastio\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1beonxv\",\"data-styles-preset\":\"BoQJbLRl0\",style:{\"--framer-text-alignment\":\"center\"},children:\"Sales Enablement ROI Calculator\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1beonxv\",\"data-styles-preset\":\"BoQJbLRl0\",children:\"Sales Enablement ROI Calculator\"})}),className:\"framer-15a5v2c\",\"data-framer-name\":\"A platform designed for Sales Leaders\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jwrk1s\",\"data-styles-preset\":\"CiRu4nfu7\",style:{\"--framer-text-alignment\":\"center\"},children:\"Optimize your sales enablement ROI and gain actionable insights to drive sustainable growth \u2014 try the Forecastio platform today.\"})})},uWxbd2VbA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jwrk1s\",\"data-styles-preset\":\"CiRu4nfu7\",style:{\"--framer-text-alignment\":\"left\"},children:\"Optimize your sales enablement ROI and gain actionable insights to drive sustainable growth \u2014 try the Forecastio platform today.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jwrk1s\",\"data-styles-preset\":\"CiRu4nfu7\",children:\"Optimize your sales enablement ROI and gain actionable insights to drive sustainable growth \u2014 try the Forecastio platform today.\"})}),className:\"framer-tcep03\",\"data-framer-name\":\"Incorporating Best Practices for Enhancing Sales Performance\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ca00oa\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined},{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined},{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined},{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{y:(componentViewport?.y||0)+0+0+108+0+0+0+0+0+0+294+0},uWxbd2VbA:{y:(componentViewport?.y||0)+0+0+112+0+0+0+80+0+302+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"146px\",y:(componentViewport?.y||0)+0+0+112+0+0+0+80+0+424+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rlxi53-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{vhKKsgnVu:resolvedLinks[3]},PRG6WHSek:{vhKKsgnVu:resolvedLinks[1]},uWxbd2VbA:{vhKKsgnVu:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Button20,{height:\"100%\",id:\"lHxrdIRT8\",JeZAVd48R:\"Try it free\",layoutId:\"lHxrdIRT8\",oMW7cckfy:\"rgb(59, 59, 59)\",style:{width:\"100%\"},variant:\"zhFMFVsa9\",vGjOTUmkU:\"Try it free\",vhKKsgnVu:resolvedLinks[0],width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cw9q01-container\",children:/*#__PURE__*/_jsx(EnablementROICalculator,{height:\"100%\",id:\"IOOToIETe\",layoutId:\"IOOToIETe\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xnm3k\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ksztn2\",\"data-framer-name\":\"Badge Copy 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNzAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.24px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-a328b9c5-a37c-43db-969d-337fa1a1b0fd, rgb(39, 138, 6))\"},children:\"RESULTS\"})}),className:\"framer-1xnn7nm\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lbc523\",\"data-styles-preset\":\"e9QTuSB7o\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(33, 30, 28))\"},children:\"Why you should try Forecastio\"})}),className:\"framer-1lh8xar\",\"data-framer-name\":\"Numbers speaking for themselves\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4i0jdz\",\"data-framer-name\":\"numbers\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-190rhx\",\"data-border\":true,\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(33, 30, 28))\"},children:\"20%\"})})},PRG6WHSek:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(33, 30, 28))\"},children:\"20%\"})})},uWxbd2VbA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(33, 30, 28))\"},children:\"20%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(33, 30, 28))\"},children:\"20%\"})}),className:\"framer-1e40nsp\",\"data-framer-name\":\"20%\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-apz18x\",\"data-styles-preset\":\"XdYJDHBoT\",style:{\"--framer-text-alignment\":\"center\"},children:\"Increase in quota attainment\"})}),className:\"framer-nkwiw1\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n7u16n\",\"data-border\":true,\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(33, 30, 28))\"},children:\"10%\"})})},PRG6WHSek:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(33, 30, 28))\"},children:\"10%\"})})},uWxbd2VbA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(33, 30, 28))\"},children:\"10%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(33, 30, 28))\"},children:\"10%\"})}),className:\"framer-1c3sp6p\",\"data-framer-name\":\"10%\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uWxbd2VbA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(90, 90, 90)\"},children:[\"Increase\",/*#__PURE__*/_jsx(\"br\",{}),\"win rates\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-apz18x\",\"data-styles-preset\":\"XdYJDHBoT\",style:{\"--framer-text-alignment\":\"center\"},children:\"Increase in win rates\"})}),className:\"framer-13n3al4\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7h0kll\",\"data-border\":true,\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(33, 30, 28))\"},children:\"95%\"})})},PRG6WHSek:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(33, 30, 28))\"},children:\"95%\"})})},uWxbd2VbA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(33, 30, 28))\"},children:\"95%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(33, 30, 28))\"},children:\"95%\"})}),className:\"framer-i0sqa9\",\"data-framer-name\":\"95%\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-apz18x\",\"data-styles-preset\":\"XdYJDHBoT\",style:{\"--framer-text-alignment\":\"center\"},children:\"Sales forecast accuracy\"})}),className:\"framer-1tzifw6\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined},{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined},{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined},{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1617.6000000000001},PRG6WHSek:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1309.5},uWxbd2VbA:{y:(componentViewport?.y||0)+0+1234.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:660,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9048)`,y:(componentViewport?.y||0)+0+1277.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c6cqm3-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{variant:\"rqaHMVsWH\",WnB_H8CpW:resolvedLinks1[3]},PRG6WHSek:{WnB_H8CpW:resolvedLinks1[1]},uWxbd2VbA:{variant:\"KXqfyXOui\",WnB_H8CpW:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(FeatureSection,{aCvVEmrfH:addImageAlt({src:\"https://framerusercontent.com/images/tvLZSz4NgCZdhLlpNgD5KDRjUVA.png\",srcSet:\"https://framerusercontent.com/images/tvLZSz4NgCZdhLlpNgD5KDRjUVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/tvLZSz4NgCZdhLlpNgD5KDRjUVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tvLZSz4NgCZdhLlpNgD5KDRjUVA.png 1200w\"},\"What \u0456s sales enablement ROI?\"),egwBefG21:\"Book a demo\",height:\"100%\",HolVZfizs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{children:\"What \u0456s sales enablement ROI?\"})}),id:\"MhyKtiL1p\",kv4mmJqCI:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Sales Enablement ROI (Return on Investment) evaluates the profitability of your sales enablement strategies. \"}),/*#__PURE__*/_jsx(\"p\",{children:\"It helps you understand whether the tools, training, and resources provided to your sales team are generating measurable revenue gains compared to the costs incurred.\"}),/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Formula:\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"Sales Enablement ROI (%) = [(Revenue Increase - Sales Enablement Costs) / Enablement Costs] \\xd7 100\"})]}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"em\",{children:\"A higher ROI indicates that your sales enablement initiatives are driving significant revenue growth relative to their cost.\"})})]}),layoutId:\"MhyKtiL1p\",NrcHCxopX:false,rd5NhsCQ8:\"SALES ENABLEMENT ROI BASICS\",style:{width:\"100%\"},variant:\"vFZ2_jVDD\",width:\"100%\",WnB_H8CpW:resolvedLinks1[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined},{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined},{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined},{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2277.6000000000004},PRG6WHSek:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1969.5},uWxbd2VbA:{y:(componentViewport?.y||0)+0+1894.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:660,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9048)`,y:(componentViewport?.y||0)+0+1937.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13n60mr-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{variant:\"rqaHMVsWH\",WnB_H8CpW:resolvedLinks2[3]},PRG6WHSek:{WnB_H8CpW:resolvedLinks2[1]},uWxbd2VbA:{variant:\"KXqfyXOui\",WnB_H8CpW:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(FeatureSection,{aCvVEmrfH:addImageAlt({src:\"https://framerusercontent.com/images/U7GxAdHKnYQhgtQZPzTCTrWVm4.png\",srcSet:\"https://framerusercontent.com/images/U7GxAdHKnYQhgtQZPzTCTrWVm4.png?scale-down-to=512 512w,https://framerusercontent.com/images/U7GxAdHKnYQhgtQZPzTCTrWVm4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U7GxAdHKnYQhgtQZPzTCTrWVm4.png 1200w\"},\"Why is sales enablement ROI important?\"),egwBefG21:\"Book a demo\",height:\"100%\",HolVZfizs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{children:\"Why is sales enablement ROI important?\"})}),id:\"LZ4QljmeA\",kv4mmJqCI:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{children:[\"Understanding the ROI of your sales enablement initiatives allows sales leaders to:\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"ol\",{children:[/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Evaluate effectiveness\"}),\": Determine which tools, training, and strategies deliver the best results.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Optimize resources\"}),\": Allocate budgets to high-impact enablement programs.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Enhance team productivity\"}),\": Focus on initiatives that empower your team to close more deals.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Justify investments\"}),\": Provide data-driven insights to stakeholders on the value of sales enablement.\"]})})]}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"em\",{children:\"Measuring sales enablement ROI ensures your efforts are contributing to revenue growth and overall efficiency.\"})})]}),layoutId:\"LZ4QljmeA\",NrcHCxopX:false,rd5NhsCQ8:\"WHY MEASURE\",style:{width:\"100%\"},variant:\"tHBPllEnh\",width:\"100%\",WnB_H8CpW:resolvedLinks2[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined},{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined},{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined},{href:{webPageId:\"t74kAUPdU\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2937.6000000000004},PRG6WHSek:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2629.5},uWxbd2VbA:{y:(componentViewport?.y||0)+0+2554.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:660,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9048)`,y:(componentViewport?.y||0)+0+2597.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-swsnsr-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{variant:\"rqaHMVsWH\",WnB_H8CpW:resolvedLinks3[3]},PRG6WHSek:{WnB_H8CpW:resolvedLinks3[1]},uWxbd2VbA:{variant:\"KXqfyXOui\",WnB_H8CpW:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(FeatureSection,{aCvVEmrfH:addImageAlt({src:\"https://framerusercontent.com/images/PnFrMEW3LkF7VJyY0neEMQdjNb0.png\",srcSet:\"https://framerusercontent.com/images/PnFrMEW3LkF7VJyY0neEMQdjNb0.png?scale-down-to=512 512w,https://framerusercontent.com/images/PnFrMEW3LkF7VJyY0neEMQdjNb0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PnFrMEW3LkF7VJyY0neEMQdjNb0.png 1200w\"},\"Strategies to improve sales enablement ROI\"),egwBefG21:\"Book a demo\",height:\"100%\",HolVZfizs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{children:\"Strategies to improve sales enablement ROI\"})}),id:\"Ddnl1DMOc\",kv4mmJqCI:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{children:[\"Boosting your sales enablement ROI requires a strategic approach to delivering impactful programs. Here are some best practices:\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"ol\",{children:[/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Focus on high-impact training\"}),\": Invest in training programs that directly address skill gaps and improve sales performance.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Leverage technology\"}),\": Use tools like Forecastio to identify bottlenecks and provide actionable insights to your team.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Align content with sales needs\"}),\": Ensure your enablement content supports every stage of the sales process.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Measure and adjust\"}),\": Regularly evaluate enablement programs and pivot based on their effectiveness.\"]})})]}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"em\",{children:\"By implementing these strategies, you can maximize ROI and empower your team to achieve greater success.\"})})]}),layoutId:\"Ddnl1DMOc\",NrcHCxopX:false,rd5NhsCQ8:\"GROWTH FACTORS\",style:{width:\"100%\"},variant:\"vFZ2_jVDD\",width:\"100%\",WnB_H8CpW:resolvedLinks3[0]})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{width:\"100vw\"},uWxbd2VbA:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ky0iwm-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{style:{width:\"100%\"},variant:\"xTOI8dar6\"},uWxbd2VbA:{style:{width:\"100%\"},variant:\"xTOI8dar6\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"cNthJY2tU\",layoutId:\"cNthJY2tU\",style:{height:\"100%\",width:\"100%\"},variant:\"a7StxNKqX\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-atween\",\"data-framer-name\":\"Related Post\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ibg886\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lbc523\",\"data-styles-preset\":\"e9QTuSB7o\",style:{\"--framer-text-alignment\":\"center\"},children:\"FAQs\"})}),className:\"framer-1ipqnfa\",\"data-framer-name\":\"title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+3597.6000000000004+48+0+0+96},PRG6WHSek:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 900px)`,y:(componentViewport?.y||0)+0+3289.5+80+0+0+71},uWxbd2VbA:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 728px)`,y:(componentViewport?.y||0)+0+3214.9+64+0+0+71}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 900px)`,y:(componentViewport?.y||0)+0+3257.2+80+0+0+71,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bvdig-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"Twv6LYcaL\",ipvETH9AI:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"A good ROI typically exceeds \",/*#__PURE__*/_jsx(\"strong\",{children:\"100%\"}),\", meaning your enablement programs generate more revenue than their cost.\"]})}),layoutId:\"Twv6LYcaL\",qQefXa5XK:\"What is a good sales enablement ROI?\",style:{width:\"100%\"},variant:\"UxICJEo_7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+3597.6000000000004+48+0+0+251},PRG6WHSek:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 900px)`,y:(componentViewport?.y||0)+0+3289.5+80+0+0+201},uWxbd2VbA:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 728px)`,y:(componentViewport?.y||0)+0+3214.9+64+0+0+201}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 900px)`,y:(componentViewport?.y||0)+0+3257.2+80+0+0+201,children:/*#__PURE__*/_jsx(Container,{className:\"framer-omyyfi-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"tG2spR5Q6\",ipvETH9AI:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Use the formula: \",/*#__PURE__*/_jsx(\"strong\",{children:\"[(Revenue Increase - Enablement Costs) / Enablement Costs] \\xd7 100\"}),\". \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iXkyfi6I7\"},nodeId:\"tG2spR5Q6\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"Forecastio\"})}),\" calculator can simplifies this process.\"]})}),layoutId:\"tG2spR5Q6\",qQefXa5XK:\"How do I calculate sales enablement ROI?\",style:{width:\"100%\"},variant:\"UxICJEo_7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+3597.6000000000004+48+0+0+406},PRG6WHSek:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 900px)`,y:(componentViewport?.y||0)+0+3289.5+80+0+0+331},uWxbd2VbA:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 728px)`,y:(componentViewport?.y||0)+0+3214.9+64+0+0+331}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 900px)`,y:(componentViewport?.y||0)+0+3257.2+80+0+0+331,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lzu32p-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"HvGsarXkW\",ipvETH9AI:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"It helps you understand the effectiveness of your programs, optimize investments, and justify budgets to stakeholders.\"})}),layoutId:\"HvGsarXkW\",qQefXa5XK:\"Why should I track sales enablement ROI?\",style:{width:\"100%\"},variant:\"UxICJEo_7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+3597.6000000000004+48+0+0+561},PRG6WHSek:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 900px)`,y:(componentViewport?.y||0)+0+3289.5+80+0+0+461},uWxbd2VbA:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 728px)`,y:(componentViewport?.y||0)+0+3214.9+64+0+0+461}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 900px)`,y:(componentViewport?.y||0)+0+3257.2+80+0+0+461,children:/*#__PURE__*/_jsx(Container,{className:\"framer-126h1gn-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"gYfEC2lb4\",ipvETH9AI:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iXkyfi6I7\"},nodeId:\"gYfEC2lb4\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"Forecastio\"})}),\" provides tools to analyze the impact of coaching and enablement efforts, streamline sales processes, and improve team productivity.\"]})}),layoutId:\"gYfEC2lb4\",qQefXa5XK:\"How can Forecastio improve sales enablement ROI?\",style:{width:\"100%\"},variant:\"UxICJEo_7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+3597.6000000000004+48+0+0+716},PRG6WHSek:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 900px)`,y:(componentViewport?.y||0)+0+3289.5+80+0+0+591},uWxbd2VbA:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 728px)`,y:(componentViewport?.y||0)+0+3214.9+64+0+0+591}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 900px)`,y:(componentViewport?.y||0)+0+3257.2+80+0+0+591,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mpgvwl-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"O6dnytLVZ\",ipvETH9AI:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Quarterly or bi-annually tracking is ideal to align enablement initiatives with business goals.\"})}),layoutId:\"O6dnytLVZ\",qQefXa5XK:\"How often should I measure sales enablement ROI?\",style:{width:\"100%\"},variant:\"UxICJEo_7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+3597.6000000000004+48+0+0+871},PRG6WHSek:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 900px)`,y:(componentViewport?.y||0)+0+3289.5+80+0+0+721},uWxbd2VbA:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 728px)`,y:(componentViewport?.y||0)+0+3214.9+64+0+0+721}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 900px)`,y:(componentViewport?.y||0)+0+3257.2+80+0+0+721,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1z0cama-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"VagHBVt1r\",ipvETH9AI:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Key factors include: the quality of training, effectiveness of tools, alignment with sales goals, and adoption rates among the team.\"})}),layoutId:\"VagHBVt1r\",qQefXa5XK:\"What factors impact sales enablement ROI?\",style:{width:\"100%\"},variant:\"UxICJEo_7\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{y:(componentViewport?.y||0)+0+4669.6},PRG6WHSek:{y:(componentViewport?.y||0)+0+4245.5},uWxbd2VbA:{y:(componentViewport?.y||0)+0+4168.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:538,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4243.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gzsyi0-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{variant:\"i2q7r_SZl\"},uWxbd2VbA:{variant:\"mmAWzXsvr\"}},children:/*#__PURE__*/_jsx(FooterCtaBanner,{e2G9wKyhL:\"Make informed\\nand timely decisions\",HATrlV28t:\"Get started with Forecastio\",height:\"100%\",id:\"KmscGMb6y\",layoutId:\"KmscGMb6y\",style:{width:\"100%\"},variant:\"ERhvskOvx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sqvq5j\",\"data-framer-name\":\"Related Post\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11fu42r\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lbc523\",\"data-styles-preset\":\"e9QTuSB7o\",children:\"Recent articles\"})}),className:\"framer-i20liv\",\"data-framer-name\":\"title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18064v5\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{query:{from:{alias:\"wFulLgrgr\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"wFulLgrgr\",name:\"aCTGZnEIE\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"sEY6m7E2l\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"BAjgn4QvT\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"C_NxoGcBE\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"iRYgN4zvr\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"krxIagE6l\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"n1ZDZ5Gwq\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"wFulLgrgr\",name:\"C_NxoGcBE\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"wFulLgrgr\",name:\"C_NxoGcBE\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"wFulLgrgr\",name:\"sEY6m7E2l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"OhujWDhnp\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}}},uWxbd2VbA:{query:{from:{alias:\"wFulLgrgr\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"wFulLgrgr\",name:\"aCTGZnEIE\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"sEY6m7E2l\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"BAjgn4QvT\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"C_NxoGcBE\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"iRYgN4zvr\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"krxIagE6l\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"n1ZDZ5Gwq\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"wFulLgrgr\",name:\"C_NxoGcBE\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"wFulLgrgr\",name:\"C_NxoGcBE\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"wFulLgrgr\",name:\"sEY6m7E2l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"OhujWDhnp\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"wFulLgrgr\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"wFulLgrgr\",name:\"aCTGZnEIE\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"sEY6m7E2l\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"BAjgn4QvT\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"C_NxoGcBE\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"iRYgN4zvr\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"krxIagE6l\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"n1ZDZ5Gwq\",type:\"Identifier\"},{collection:\"wFulLgrgr\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"wFulLgrgr\",name:\"C_NxoGcBE\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"wFulLgrgr\",name:\"C_NxoGcBE\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"wFulLgrgr\",name:\"sEY6m7E2l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"OhujWDhnp\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({aCTGZnEIE:aCTGZnEIEwFulLgrgr,BAjgn4QvT:BAjgn4QvTwFulLgrgr,C_NxoGcBE:C_NxoGcBEwFulLgrgr,id:idwFulLgrgr,iRYgN4zvr:iRYgN4zvrwFulLgrgr,krxIagE6l:krxIagE6lwFulLgrgr,n1ZDZ5Gwq:n1ZDZ5GwqwFulLgrgr,sEY6m7E2l:sEY6m7E2lwFulLgrgr},index)=>{BAjgn4QvTwFulLgrgr??=\"\";C_NxoGcBEwFulLgrgr??=\"\";krxIagE6lwFulLgrgr??=\"\";n1ZDZ5GwqwFulLgrgr??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`wFulLgrgr-${idwFulLgrgr}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{n1ZDZ5Gwq:n1ZDZ5GwqwFulLgrgr},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:krxIagE6lwFulLgrgr,implicitPathVariables:{n1ZDZ5Gwq:n1ZDZ5GwqwFulLgrgr}},{href:krxIagE6lwFulLgrgr,implicitPathVariables:{n1ZDZ5Gwq:n1ZDZ5GwqwFulLgrgr}},{href:krxIagE6lwFulLgrgr,implicitPathVariables:{n1ZDZ5Gwq:n1ZDZ5GwqwFulLgrgr}},{href:krxIagE6lwFulLgrgr,implicitPathVariables:{n1ZDZ5Gwq:n1ZDZ5GwqwFulLgrgr}}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+5207.6+50+0+0+78+0+0},PRG6WHSek:{width:`max(min(${componentViewport?.width||\"100vw\"} - 128px, 1216px), 1px)`,y:(componentViewport?.y||0)+0+4783.5+80+0+0+86+0},uWxbd2VbA:{width:`max(min(${componentViewport?.width||\"100vw\"} - 60px, 728px), 1px)`,y:(componentViewport?.y||0)+0+4706.9+64+0+0+86+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:458,width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1216px), 1px)`,y:(componentViewport?.y||0)+0+4781.2+80+0+0+86+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yzsps7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{variant:\"YMbZEQdUY\",YncjwWWbP:resolvedLinks4[3]},PRG6WHSek:{YncjwWWbP:resolvedLinks4[1]},uWxbd2VbA:{YncjwWWbP:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(BlogItem,{BiswBKdIx:toResponsiveImage(aCTGZnEIEwFulLgrgr),height:\"100%\",id:\"EWBzCKfl0\",KUiFl1OvD:iRYgN4zvrwFulLgrgr,layoutId:\"EWBzCKfl0\",pENGF9CMS:BAjgn4QvTwFulLgrgr,S0huipQgQ:enumToDisplayNameFunctions[\"sEY6m7E2l\"]?.(sEY6m7E2lwFulLgrgr,activeLocale),style:{width:\"100%\"},variant:\"APRFdX5aF\",vwMNSgUyl:C_NxoGcBEwFulLgrgr,width:\"100%\",YncjwWWbP:resolvedLinks4[0]})})})})})})})},idwFulLgrgr);})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{y:(componentViewport?.y||0)+0+5793.6},PRG6WHSek:{y:(componentViewport?.y||0)+0+5457.5},uWxbd2VbA:{y:(componentViewport?.y||0)+0+5378.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:764,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5485.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k4okuo-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nXCrdyRtQ:{variant:\"Ti6ch1DZg\"},uWxbd2VbA:{variant:\"fllNMNE3l\"}},children:/*#__PURE__*/_jsx(FooterNew,{height:\"100%\",id:\"CG919fvUc\",layoutId:\"CG919fvUc\",style:{width:\"100%\"},variant:\"JPVJ5gpz3\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qhYVv.framer-1gsmxz0, .framer-qhYVv .framer-1gsmxz0 { display: block; }\",\".framer-qhYVv.framer-1t6p8yp { 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: hidden; padding: 0px; position: relative; width: 1344px; }\",\".framer-qhYVv .framer-gffz2w { align-content: center; align-items: center; background: linear-gradient(180deg, #f7f7f7 76%, rgb(255, 255, 255) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 112px 64px 50px 64px; position: relative; width: 100%; }\",\".framer-qhYVv .framer-th2veg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1216px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qhYVv .framer-1506l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-qhYVv .framer-1hmf6m5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 120px 0px; position: relative; width: 1px; }\",\".framer-qhYVv .framer-wci83a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qhYVv .framer-aufxao, .framer-qhYVv .framer-15a5v2c, .framer-qhYVv .framer-tcep03, .framer-qhYVv .framer-nkwiw1, .framer-qhYVv .framer-13n3al4, .framer-qhYVv .framer-1tzifw6 { --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-qhYVv .framer-1ca00oa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qhYVv .framer-1rlxi53-container { flex: none; height: auto; position: relative; width: 146px; }\",\".framer-qhYVv .framer-1cw9q01-container, .framer-qhYVv .framer-yzsps7-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-qhYVv .framer-xnm3k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-qhYVv .framer-ksztn2 { align-content: center; align-items: center; background-color: var(--token-693097e6-d731-4a9b-ba75-1ecbc90b770f, rgba(67, 164, 113, 0.15)); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 8px 14px 8px 14px; position: relative; width: min-content; }\",\".framer-qhYVv .framer-1xnn7nm, .framer-qhYVv .framer-1e40nsp, .framer-qhYVv .framer-1c3sp6p, .framer-qhYVv .framer-i0sqa9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-qhYVv .framer-1lh8xar { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qhYVv .framer-4i0jdz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-qhYVv .framer-190rhx, .framer-qhYVv .framer-1n7u16n, .framer-qhYVv .framer-7h0kll { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 0.7065919983928324px 0.49461439887498265px -0.375px rgba(0, 0, 0, 0.01), 0px 1.8065619053231785px 1.264593333726225px -0.75px rgba(0, 0, 0, 0.00912), 0px 3.6217592146567767px 2.5352314502597437px -1.125px rgba(0, 0, 0, 0.00924), 0px 6.8655999097303715px 4.80591993681126px -1.5px rgba(0, 0, 0, 0.00946), 0px 13.646761411524492px 9.552732988067145px -1.875px rgba(0, 0, 0, 0.00991), 0px 30px 21px -2.25px rgba(0, 0, 0, 0.011); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-qhYVv .framer-1c6cqm3-container, .framer-qhYVv .framer-13n60mr-container, .framer-qhYVv .framer-swsnsr-container { flex: none; height: auto; position: relative; width: 90%; }\",\".framer-qhYVv .framer-1ky0iwm-container { flex: none; height: 72px; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-qhYVv .framer-atween, .framer-qhYVv .framer-1sqvq5j { 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: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-qhYVv .framer-1ibg886 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-qhYVv .framer-1ipqnfa, .framer-qhYVv .framer-i20liv { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qhYVv .framer-bvdig-container, .framer-qhYVv .framer-omyyfi-container, .framer-qhYVv .framer-lzu32p-container, .framer-qhYVv .framer-126h1gn-container, .framer-qhYVv .framer-mpgvwl-container, .framer-qhYVv .framer-1z0cama-container, .framer-qhYVv .framer-gzsyi0-container, .framer-qhYVv .framer-k4okuo-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-qhYVv .framer-11fu42r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1216px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-qhYVv .framer-18064v5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qhYVv.framer-1t6p8yp, .framer-qhYVv .framer-gffz2w, .framer-qhYVv .framer-th2veg, .framer-qhYVv .framer-1506l, .framer-qhYVv .framer-1hmf6m5, .framer-qhYVv .framer-wci83a, .framer-qhYVv .framer-1ca00oa, .framer-qhYVv .framer-xnm3k, .framer-qhYVv .framer-ksztn2, .framer-qhYVv .framer-4i0jdz, .framer-qhYVv .framer-190rhx, .framer-qhYVv .framer-1n7u16n, .framer-qhYVv .framer-7h0kll, .framer-qhYVv .framer-atween, .framer-qhYVv .framer-1ibg886, .framer-qhYVv .framer-1sqvq5j, .framer-qhYVv .framer-11fu42r, .framer-qhYVv .framer-18064v5 { gap: 0px; } .framer-qhYVv.framer-1t6p8yp > *, .framer-qhYVv .framer-atween > *, .framer-qhYVv .framer-1sqvq5j > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qhYVv.framer-1t6p8yp > :first-child, .framer-qhYVv .framer-gffz2w > :first-child, .framer-qhYVv .framer-th2veg > :first-child, .framer-qhYVv .framer-1hmf6m5 > :first-child, .framer-qhYVv .framer-wci83a > :first-child, .framer-qhYVv .framer-xnm3k > :first-child, .framer-qhYVv .framer-190rhx > :first-child, .framer-qhYVv .framer-1n7u16n > :first-child, .framer-qhYVv .framer-7h0kll > :first-child, .framer-qhYVv .framer-atween > :first-child, .framer-qhYVv .framer-1ibg886 > :first-child, .framer-qhYVv .framer-1sqvq5j > :first-child, .framer-qhYVv .framer-11fu42r > :first-child { margin-top: 0px; } .framer-qhYVv.framer-1t6p8yp > :last-child, .framer-qhYVv .framer-gffz2w > :last-child, .framer-qhYVv .framer-th2veg > :last-child, .framer-qhYVv .framer-1hmf6m5 > :last-child, .framer-qhYVv .framer-wci83a > :last-child, .framer-qhYVv .framer-xnm3k > :last-child, .framer-qhYVv .framer-190rhx > :last-child, .framer-qhYVv .framer-1n7u16n > :last-child, .framer-qhYVv .framer-7h0kll > :last-child, .framer-qhYVv .framer-atween > :last-child, .framer-qhYVv .framer-1ibg886 > :last-child, .framer-qhYVv .framer-1sqvq5j > :last-child, .framer-qhYVv .framer-11fu42r > :last-child { margin-bottom: 0px; } .framer-qhYVv .framer-gffz2w > *, .framer-qhYVv .framer-th2veg > *, .framer-qhYVv .framer-1hmf6m5 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-qhYVv .framer-1506l > *, .framer-qhYVv .framer-18064v5 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-qhYVv .framer-1506l > :first-child, .framer-qhYVv .framer-1ca00oa > :first-child, .framer-qhYVv .framer-ksztn2 > :first-child, .framer-qhYVv .framer-4i0jdz > :first-child, .framer-qhYVv .framer-18064v5 > :first-child { margin-left: 0px; } .framer-qhYVv .framer-1506l > :last-child, .framer-qhYVv .framer-1ca00oa > :last-child, .framer-qhYVv .framer-ksztn2 > :last-child, .framer-qhYVv .framer-4i0jdz > :last-child, .framer-qhYVv .framer-18064v5 > :last-child { margin-right: 0px; } .framer-qhYVv .framer-wci83a > *, .framer-qhYVv .framer-1ibg886 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-qhYVv .framer-1ca00oa > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-qhYVv .framer-xnm3k > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-qhYVv .framer-ksztn2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-qhYVv .framer-4i0jdz > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-qhYVv .framer-190rhx > *, .framer-qhYVv .framer-1n7u16n > *, .framer-qhYVv .framer-7h0kll > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-qhYVv .framer-11fu42r > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-qhYVv[data-border=\"true\"]::after, .framer-qhYVv [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: 1180px) and (max-width: 1343px) { .framer-qhYVv.framer-1t6p8yp { width: 1180px; } .framer-qhYVv .framer-1hmf6m5 { padding: 0px 0px 150px 0px; } .framer-qhYVv .framer-xnm3k, .framer-qhYVv .framer-1c6cqm3-container, .framer-qhYVv .framer-13n60mr-container, .framer-qhYVv .framer-swsnsr-container { width: 100%; } .framer-qhYVv .framer-atween, .framer-qhYVv .framer-1sqvq5j { padding: 80px 64px 50px 64px; }}\",\"@media (min-width: 856px) and (max-width: 1179px) { .framer-qhYVv.framer-1t6p8yp { width: 856px; } .framer-qhYVv .framer-th2veg, .framer-qhYVv .framer-1ibg886, .framer-qhYVv .framer-11fu42r { max-width: 728px; } .framer-qhYVv .framer-1hmf6m5 { padding: 0px 0px 202px 0px; } .framer-qhYVv .framer-wci83a, .framer-qhYVv .framer-4i0jdz { gap: 16px; } .framer-qhYVv .framer-1ky0iwm-container { height: auto; right: unset; width: 100%; } .framer-qhYVv .framer-atween, .framer-qhYVv .framer-1sqvq5j { padding: 64px 30px 64px 30px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qhYVv .framer-wci83a, .framer-qhYVv .framer-4i0jdz { gap: 0px; } .framer-qhYVv .framer-wci83a > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-qhYVv .framer-wci83a > :first-child { margin-top: 0px; } .framer-qhYVv .framer-wci83a > :last-child { margin-bottom: 0px; } .framer-qhYVv .framer-4i0jdz > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-qhYVv .framer-4i0jdz > :first-child { margin-left: 0px; } .framer-qhYVv .framer-4i0jdz > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 855px) { .framer-qhYVv.framer-1t6p8yp { width: 390px; } .framer-qhYVv .framer-gffz2w { padding: 108px 20px 40px 20px; } .framer-qhYVv .framer-th2veg { gap: 25px; max-width: 480px; } .framer-qhYVv .framer-1506l { flex-direction: column; gap: 16px; padding: 0px 0px 50px 0px; } .framer-qhYVv .framer-1hmf6m5 { flex: none; gap: 24px; padding: 0px 0px 50px 0px; width: 100%; } .framer-qhYVv .framer-wci83a { gap: 16px; } .framer-qhYVv .framer-1ca00oa { justify-content: center; } .framer-qhYVv .framer-1cw9q01-container, .framer-qhYVv .framer-yzsps7-container { flex: none; width: 100%; } .framer-qhYVv .framer-xnm3k, .framer-qhYVv .framer-1c6cqm3-container, .framer-qhYVv .framer-13n60mr-container, .framer-qhYVv .framer-swsnsr-container { width: 100%; } .framer-qhYVv .framer-4i0jdz { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 0.7065919983928324px 0.49461439887498265px -0.375px rgba(0, 0, 0, 0), 0px 1.8065619053231785px 1.264593333726225px -0.75px rgba(0, 0, 0, 0.00456), 0px 3.6217592146567767px 2.5352314502597437px -1.125px rgba(0, 0, 0, 0.00462), 0px 6.8655999097303715px 4.80591993681126px -1.5px rgba(0, 0, 0, 0.00473), 0px 13.646761411524492px 9.552732988067145px -1.875px rgba(0, 0, 0, 0.00495), 0px 30px 21px -2.25px rgba(0, 0, 0, 0.0055); flex-direction: column; gap: 16px; justify-content: center; overflow: hidden; will-change: var(--framer-will-change-override, transform); } .framer-qhYVv .framer-190rhx, .framer-qhYVv .framer-1n7u16n, .framer-qhYVv .framer-7h0kll { background-color: var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, #ffffff); flex: none; padding: 24px; width: 100%; } .framer-qhYVv .framer-1ky0iwm-container { height: auto; right: unset; width: 100%; } .framer-qhYVv .framer-atween { padding: 48px 20px 48px 20px; } .framer-qhYVv .framer-1ibg886 { gap: 50px; max-width: 480px; } .framer-qhYVv .framer-1sqvq5j { padding: 50px 20px 0px 20px; } .framer-qhYVv .framer-11fu42r { gap: 32px; max-width: 480px; } .framer-qhYVv .framer-18064v5 { flex-direction: column; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qhYVv .framer-th2veg, .framer-qhYVv .framer-1506l, .framer-qhYVv .framer-1hmf6m5, .framer-qhYVv .framer-wci83a, .framer-qhYVv .framer-4i0jdz, .framer-qhYVv .framer-1ibg886, .framer-qhYVv .framer-11fu42r, .framer-qhYVv .framer-18064v5 { gap: 0px; } .framer-qhYVv .framer-th2veg > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-qhYVv .framer-th2veg > :first-child, .framer-qhYVv .framer-1506l > :first-child, .framer-qhYVv .framer-1hmf6m5 > :first-child, .framer-qhYVv .framer-wci83a > :first-child, .framer-qhYVv .framer-4i0jdz > :first-child, .framer-qhYVv .framer-1ibg886 > :first-child, .framer-qhYVv .framer-11fu42r > :first-child, .framer-qhYVv .framer-18064v5 > :first-child { margin-top: 0px; } .framer-qhYVv .framer-th2veg > :last-child, .framer-qhYVv .framer-1506l > :last-child, .framer-qhYVv .framer-1hmf6m5 > :last-child, .framer-qhYVv .framer-wci83a > :last-child, .framer-qhYVv .framer-4i0jdz > :last-child, .framer-qhYVv .framer-1ibg886 > :last-child, .framer-qhYVv .framer-11fu42r > :last-child, .framer-qhYVv .framer-18064v5 > :last-child { margin-bottom: 0px; } .framer-qhYVv .framer-1506l > *, .framer-qhYVv .framer-wci83a > *, .framer-qhYVv .framer-4i0jdz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-qhYVv .framer-1hmf6m5 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-qhYVv .framer-1ibg886 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-qhYVv .framer-11fu42r > *, .framer-qhYVv .framer-18064v5 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6322\n * @framerIntrinsicWidth 1344\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"PRG6WHSek\":{\"layout\":[\"fixed\",\"auto\"]},\"uWxbd2VbA\":{\"layout\":[\"fixed\",\"auto\"]},\"nXCrdyRtQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerbUkbYqdBK=withCSS(Component,css,\"framer-qhYVv\");export default FramerbUkbYqdBK;FramerbUkbYqdBK.displayName=\"Customer Acquisition Cost Calculator\";FramerbUkbYqdBK.defaultProps={height:6322,width:1344};addFonts(FramerbUkbYqdBK,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSMIF83T7wrcwap.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"}]},...Button20Fonts,...EnablementROICalculatorFonts,...FeatureSectionFonts,...HeaderFonts,...AccordionFonts,...FooterCtaBannerFonts,...BlogItemFonts,...FooterNewFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbUkbYqdBK\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PRG6WHSek\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uWxbd2VbA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nXCrdyRtQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1344\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"6322\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["EnablementROICalculator", "baselineRevenue", "setBaselineRevenue", "ye", "newRevenue", "setNewRevenue", "enablementCost", "setEnablementCost", "error", "setError", "handleNumberChange", "e", "setter", "input", "roi", "baseline", "current", "cost", "isGoodROI", "formatCurrency", "value", "u", "p", "Button20Fonts", "getFonts", "now4RGU13_default", "EnablementROICalculatorFonts", "EnablementROICalculator", "FeatureSectionFonts", "Fpp35D0JQ_default", "HeaderFonts", "cdblw13oO_default", "AccordionFonts", "sOIraTSAs_default", "FooterCtaBannerFonts", "EnlAZZBzA_default", "BlogItemFonts", "Krw0QKLhw_default", "FooterNewFonts", "Rbkv78o51_default", "breakpoints", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "aCTGZnEIEwFulLgrgr", "sEY6m7E2lwFulLgrgr", "BAjgn4QvTwFulLgrgr", "C_NxoGcBEwFulLgrgr", "iRYgN4zvrwFulLgrgr", "krxIagE6lwFulLgrgr", "n1ZDZ5GwqwFulLgrgr", "idwFulLgrgr", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "x", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "now4RGU13_default", "EnablementROICalculator", "resolvedLinks1", "Fpp35D0JQ_default", "resolvedLinks2", "resolvedLinks3", "cdblw13oO_default", "sOIraTSAs_default", "Link", "EnlAZZBzA_default", "ChildrenCanSuspend", "DNFW_QdcY_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "resolvedLinks4", "Krw0QKLhw_default", "enumToDisplayNameFunctions", "Rbkv78o51_default", "css", "FramerbUkbYqdBK", "withCSS", "bUkbYqdBK_default", "addFonts", "Button20Fonts", "EnablementROICalculatorFonts", "FeatureSectionFonts", "HeaderFonts", "AccordionFonts", "FooterCtaBannerFonts", "BlogItemFonts", "FooterNewFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
