{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ERFiGzvUuWtQXipRXr01/UZ6ujPHW8mNDKtTPFcJT/Sales_Efficiency_Calculator.js", "ssg:https://framerusercontent.com/modules/vK18arIpN8RguUodNZ9N/T9zk5bETo9q0J1e5alPn/pQtp0BMrV.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 SalesEfficiencyCalculator(){const[revenue,setRevenue]=useState(\"100000\");const[totalCost,setTotalCost]=useState(\"50000\");const[error,setError]=useState(\"\");const handleNumberChange=(e,setter)=>{const input=e.target.value;if(input===\"\"||/^\\d*\\.?\\d*$/.test(input)){setter(input);setError(\"\");if(setter===setTotalCost&&parseFloat(input)===0){setError(\"Total sales cost cannot be zero\");}}};const calculateEfficiency=()=>{const rev=parseFloat(revenue);const cost=parseFloat(totalCost);if(!rev||!cost||isNaN(rev)||isNaN(cost)||cost===0){return null;}return rev/cost;};const efficiency=calculateEfficiency();const formattedEfficiency=efficiency!==null?`${efficiency.toFixed(2)}x`:\"-\";const isGoodEfficiency=efficiency!==null&&efficiency>=1.5;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:\"Measure your sales efficiency\"}),/*#__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 a specific time period\"}),/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"16px\"},children:[/*#__PURE__*/_jsx(\"label\",{style:{display:\"block\",fontSize:\"18px\",marginBottom:\"8px\",color:\"#111111\"},children:\"New Sales Revenue ($)\"}),/*#__PURE__*/_jsx(\"input\",{type:\"text\",value:revenue,onChange:e=>handleNumberChange(e,setRevenue),placeholder:\"Enter total revenue from new sales\",style:{width:\"100%\",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:\"Total Sales Cost ($)\"}),/*#__PURE__*/_jsx(\"input\",{type:\"text\",value:totalCost,onChange:e=>handleNumberChange(e,setTotalCost),placeholder:\"Enter total sales cost (salaries, tools, etc.)\",style:{width:\"100%\",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:efficiency===null?\"#F7FAFC\":isGoodEfficiency?\"#DCFCE7\":\"#FFF7ED\",borderRadius:\"8px\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"18px\",marginBottom:\"8px\",color:\"#111111\"},children:\"Sales Efficiency Ratio\"}),/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"48px\",fontWeight:\"bold\",color:efficiency===null?\"#4A5568\":isGoodEfficiency?\"#16A34A\":\"#F97316\"},children:formattedEfficiency}),efficiency!==null&&!error&&!isGoodEfficiency&&/*#__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:[\"\uD83D\uDEA8 Low efficiency detected! Use Forecastio's AI-driven insights to reduce sales costs and maximize revenue growth.\",/*#__PURE__*/_jsx(\"a\",{href:\"https://forecastio.ai/book-a-demo?utm_source=calculator&utm_medium=result-message&utm_campaign=sales-efficiency\",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\":\"SalesEfficiencyCalculator\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"600\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Sales_Efficiency_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 SalesEfficiencyCalculator from\"#framer/local/codeFile/LCteWF6/Sales_Efficiency_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/pQtp0BMrV/pQtp0BMrV.js\";const Button20Fonts=getFonts(Button20);const SalesEfficiencyCalculatorFonts=getFonts(SalesEfficiencyCalculator);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={aIKBI2zpC:\"(min-width: 1180px) and (max-width: 1343px)\",Ewjo4uFkX:\"(max-width: 855px)\",GDjOrpb0w:\"(min-width: 1344px)\",Pn93fcz82:\"(min-width: 856px) and (max-width: 1179px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-1Ebw7\";const variantClassNames={aIKBI2zpC:\"framer-v-19t786o\",Ewjo4uFkX:\"framer-v-1pgk7ct\",GDjOrpb0w:\"framer-v-8jcizl\",Pn93fcz82:\"framer-v-6cs3pw\"};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\":\"GDjOrpb0w\",\"\uD83D\uDFE2 Laptop\":\"aIKBI2zpC\",\"\uD83D\uDFE2 Phone\":\"Ewjo4uFkX\",\"\uD83D\uDFE2 Tablet\":\"Pn93fcz82\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"GDjOrpb0w\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,aCTGZnEIEyZYTX40rI,sEY6m7E2lyZYTX40rI,BAjgn4QvTyZYTX40rI,C_NxoGcBEyZYTX40rI,iRYgN4zvryZYTX40rI,krxIagE6lyZYTX40rI,n1ZDZ5GwqyZYTX40rI,idyZYTX40rI,...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:\"GDjOrpb0w\",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-8jcizl\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19d6l57\",\"data-framer-name\":\"hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l69gyt\",\"data-framer-name\":\"wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y4ibwf\",\"data-framer-name\":\"main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6dy4zq\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7grtwt\",\"data-framer-name\":\"Frame 1000003002\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ewjo4uFkX:{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\"})]})})},Pn93fcz82:{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-17341xo\",\"data-framer-name\":\"Why Forecastio\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ewjo4uFkX:{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 Efficiency 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 Efficiency Calculator\"})}),className:\"framer-30xy93\",\"data-framer-name\":\"A platform designed for Sales Leaders\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ewjo4uFkX:{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 efficiency and gain key insights to maximize revenue \u2014 try the Forecastio platform today.\"})})},Pn93fcz82:{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 efficiency and gain key insights to maximize revenue \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 efficiency and gain key insights to maximize revenue \u2014 try the Forecastio platform today.\"})}),className:\"framer-1bdh50\",\"data-framer-name\":\"Incorporating Best Practices for Enhancing Sales Performance\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p7zn5l\",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:{Ewjo4uFkX:{y:(componentViewport?.y||0)+0+0+108+0+0+0+0+0+0+294+0},Pn93fcz82:{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-1w9q1dr-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{vhKKsgnVu:resolvedLinks[1]},Ewjo4uFkX:{vhKKsgnVu:resolvedLinks[3]},Pn93fcz82:{vhKKsgnVu:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Button20,{height:\"100%\",id:\"mZPghriiX\",JeZAVd48R:\"Try it free\",layoutId:\"mZPghriiX\",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-152vbrc-container\",children:/*#__PURE__*/_jsx(SalesEfficiencyCalculator,{height:\"100%\",id:\"CqzmVFqCY\",layoutId:\"CqzmVFqCY\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ldpaz2\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d5iiju\",\"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-8aqwhs\",\"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-8erbty\",\"data-framer-name\":\"Numbers speaking for themselves\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11ldh2b\",\"data-framer-name\":\"numbers\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rqys5u\",\"data-border\":true,\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{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%\"})})},Ewjo4uFkX:{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%\"})})},Pn93fcz82:{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-n90b3p\",\"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-1eve6pc\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dif1f2\",\"data-border\":true,\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{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%\"})})},Ewjo4uFkX:{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%\"})})},Pn93fcz82:{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-1w3o0lw\",\"data-framer-name\":\"10%\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pn93fcz82:{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-7yb0a1\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1z32q3\",\"data-border\":true,\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{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%\"})})},Ewjo4uFkX:{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%\"})})},Pn93fcz82:{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-5shume\",\"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-bmnjt4\",\"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:{aIKBI2zpC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1259.5},Ewjo4uFkX:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1617.6000000000001},Pn93fcz82:{y:(componentViewport?.y||0)+0+1102.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:660,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9048)`,y:(componentViewport?.y||0)+0+1237.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1td5cdq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{WnB_H8CpW:resolvedLinks1[1]},Ewjo4uFkX:{variant:\"rqaHMVsWH\",WnB_H8CpW:resolvedLinks1[3]},Pn93fcz82:{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 is sales efficiency?\"),egwBefG21:\"Book a demo\",height:\"100%\",HolVZfizs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{children:\"What is sales efficiency?\"})}),id:\"y4XLUvWQB\",kv4mmJqCI:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Sales efficiency measures how effectively your company converts sales expenses into revenue. \"}),/*#__PURE__*/_jsx(\"p\",{children:\"It provides a clear picture of your return on investment (ROI) and highlights the effectiveness of your sales strategies.\"}),/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Formula:\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"Sales Efficiency = (Revenue Gained / Total Sales Expenses)\"})]}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"em\",{children:\"A sales efficiency score of 1 means breaking even, while a score above 1.5 indicates healthy performance.\"})}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),layoutId:\"y4XLUvWQB\",NrcHCxopX:false,rd5NhsCQ8:\"SALES EFFICIENCY 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:{aIKBI2zpC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1919.5},Ewjo4uFkX:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2277.6000000000004},Pn93fcz82:{y:(componentViewport?.y||0)+0+1762.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:660,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9048)`,y:(componentViewport?.y||0)+0+1897.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3iamxj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{WnB_H8CpW:resolvedLinks2[1]},Ewjo4uFkX:{variant:\"rqaHMVsWH\",WnB_H8CpW:resolvedLinks2[3]},Pn93fcz82:{variant:\"KXqfyXOui\",WnB_H8CpW:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(FeatureSection,{aCvVEmrfH:addImageAlt({src:\"https://framerusercontent.com/images/DrltVi8ilzGIZVCT1Vw1Q9kkw.png\",srcSet:\"https://framerusercontent.com/images/DrltVi8ilzGIZVCT1Vw1Q9kkw.png?scale-down-to=512 512w,https://framerusercontent.com/images/DrltVi8ilzGIZVCT1Vw1Q9kkw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DrltVi8ilzGIZVCT1Vw1Q9kkw.png 1200w\"},\"Why is sales efficiency important?\"),egwBefG21:\"Book a demo\",height:\"100%\",HolVZfizs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{children:\"Why is sales efficiency important?\"})}),id:\"pOB_5n__A\",kv4mmJqCI:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Sales efficiency is critical for understanding how well your team utilizes resources to drive revenue. \"}),/*#__PURE__*/_jsxs(\"p\",{children:[\"Monitoring this metric enables 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:\"Maximize ROI\"}),\": Ensure every dollar spent on sales delivers maximum returns.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Identify inefficiencies\"}),\": Spot areas where costs can be reduced without compromising performance.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Optimize resource allocation\"}),\": Focus efforts on strategies and channels that generate the highest revenue.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Drive scalable growth\"}),\": Build a lean and efficient sales process that supports long-term success.\"]})})]}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"em\",{children:\"High sales efficiency is the key to scalable and sustainable growth.\"})})]}),layoutId:\"pOB_5n__A\",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:{aIKBI2zpC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2579.5},Ewjo4uFkX:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2937.6000000000004},Pn93fcz82:{y:(componentViewport?.y||0)+0+2422.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:660,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9048)`,y:(componentViewport?.y||0)+0+2557.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ngs5cw-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{WnB_H8CpW:resolvedLinks3[1]},Ewjo4uFkX:{variant:\"rqaHMVsWH\",WnB_H8CpW:resolvedLinks3[3]},Pn93fcz82:{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\"},\"How to improve sales efficiency\"),egwBefG21:\"Book a demo\",height:\"100%\",HolVZfizs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{children:\"How to improve sales efficiency\"})}),id:\"TULNuF4si\",kv4mmJqCI:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{children:[\"Improving sales efficiency requires a focus on balancing costs and revenue. Here\u2019s how to get started:\",/*#__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:\"Enhance lead quality\"}),\": Focus on generating and pursuing high-converting leads.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Streamline the sales process\"}),\": Identify bottlenecks and remove inefficiencies in your pipeline.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Leverage AI and automation\"}),\": Use tools like Forecastio to optimize performance management and reduce manual effort.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Prioritize high-value opportunities\"}),\": Focus your team\u2019s energy on deals with the greatest potential ROI.\"]})})]}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"em\",{children:\"With the right strategies, you can transform your sales efficiency and maximize your revenue potential.\"})})]}),layoutId:\"TULNuF4si\",NrcHCxopX:false,rd5NhsCQ8:\"GROWTH FACTORS\",style:{width:\"100%\"},variant:\"vFZ2_jVDD\",width:\"100%\",WnB_H8CpW:resolvedLinks3[0]})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ewjo4uFkX:{width:\"100vw\"},Pn93fcz82:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ji4etc-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ewjo4uFkX:{style:{width:\"100%\"},variant:\"xTOI8dar6\"},Pn93fcz82:{style:{width:\"100%\"},variant:\"xTOI8dar6\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"JAeSIDAW_\",layoutId:\"JAeSIDAW_\",style:{height:\"100%\",width:\"100%\"},variant:\"a7StxNKqX\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vlptmz\",\"data-framer-name\":\"Related Post\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a3773c\",\"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-7qd15s\",\"data-framer-name\":\"title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 900px)`,y:(componentViewport?.y||0)+0+3239.5+80+0+0+71},Ewjo4uFkX:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+3597.6000000000004+48+0+0+96},Pn93fcz82:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 728px)`,y:(componentViewport?.y||0)+0+3082.9+64+0+0+71}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 900px)`,y:(componentViewport?.y||0)+0+3217.2+80+0+0+71,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wgzya1-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"dfBrLOCgX\",ipvETH9AI:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"A score of \",/*#__PURE__*/_jsx(\"strong\",{children:\"1.5 or higher\"}),\" is considered good. Scores above 1 indicate your sales efforts are generating more revenue than you spend.\"]})}),layoutId:\"dfBrLOCgX\",qQefXa5XK:\"What is a good sales efficiency score?\",style:{width:\"100%\"},variant:\"UxICJEo_7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 900px)`,y:(componentViewport?.y||0)+0+3239.5+80+0+0+201},Ewjo4uFkX:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+3597.6000000000004+48+0+0+251},Pn93fcz82:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 728px)`,y:(componentViewport?.y||0)+0+3082.9+64+0+0+201}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 900px)`,y:(componentViewport?.y||0)+0+3217.2+80+0+0+201,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7o2wb4-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"ajaTH67kX\",ipvETH9AI:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{children:[\"Use the formula: \",/*#__PURE__*/_jsx(\"strong\",{children:\"Sales Efficiency = (Revenue Gained / Total Sales Expenses)\"}),\" \"]}),/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iXkyfi6I7\"},nodeId:\"ajaTH67kX\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"Forecastio's\"})}),\" sales efficiency calculator can simplifies this calculation for you.\"]})]}),layoutId:\"ajaTH67kX\",qQefXa5XK:\"How do I calculate sales efficiency?\",style:{width:\"100%\"},variant:\"UxICJEo_7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 900px)`,y:(componentViewport?.y||0)+0+3239.5+80+0+0+331},Ewjo4uFkX:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+3597.6000000000004+48+0+0+406},Pn93fcz82:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 728px)`,y:(componentViewport?.y||0)+0+3082.9+64+0+0+331}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 900px)`,y:(componentViewport?.y||0)+0+3217.2+80+0+0+331,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bxvyva-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"uepOhCSI9\",ipvETH9AI:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"It helps you evaluate ROI, optimize costs, and ensure your resources are being used effectively.\"})}),layoutId:\"uepOhCSI9\",qQefXa5XK:\"Why is tracking sales efficiency important?\",style:{width:\"100%\"},variant:\"UxICJEo_7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 900px)`,y:(componentViewport?.y||0)+0+3239.5+80+0+0+461},Ewjo4uFkX:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+3597.6000000000004+48+0+0+561},Pn93fcz82:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 728px)`,y:(componentViewport?.y||0)+0+3082.9+64+0+0+461}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 900px)`,y:(componentViewport?.y||0)+0+3217.2+80+0+0+461,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1odmg6p-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"mR3mvzjhB\",ipvETH9AI:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iXkyfi6I7\"},nodeId:\"mR3mvzjhB\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"Forecastio\"})}),\" provides AI-driven insights to optimize your sales performance management, reduce costs, and maximize revenue.\"]})}),layoutId:\"mR3mvzjhB\",qQefXa5XK:\"How can Forecastio improve sales efficiency?\",style:{width:\"100%\"},variant:\"UxICJEo_7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 900px)`,y:(componentViewport?.y||0)+0+3239.5+80+0+0+591},Ewjo4uFkX:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+3597.6000000000004+48+0+0+716},Pn93fcz82:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 728px)`,y:(componentViewport?.y||0)+0+3082.9+64+0+0+591}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 900px)`,y:(componentViewport?.y||0)+0+3217.2+80+0+0+591,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h7skbq-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"ROSnrfykI\",ipvETH9AI:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Tracking it monthly or quarterly ensures you stay on top of trends and can make timely adjustments.\"})}),layoutId:\"ROSnrfykI\",qQefXa5XK:\"How often should I measure sales efficiency?\",style:{width:\"100%\"},variant:\"UxICJEo_7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{width:`min(${componentViewport?.width||\"100vw\"} - 128px, 900px)`,y:(componentViewport?.y||0)+0+3239.5+80+0+0+721},Ewjo4uFkX:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+3597.6000000000004+48+0+0+871},Pn93fcz82:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 728px)`,y:(componentViewport?.y||0)+0+3082.9+64+0+0+721}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 900px)`,y:(componentViewport?.y||0)+0+3217.2+80+0+0+721,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gjy3mk-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"kYzhhA71j\",ipvETH9AI:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Low efficiency indicates high costs or ineffective strategies. Use tools like \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iXkyfi6I7\"},nodeId:\"kYzhhA71j\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"Forecastio\"})}),\" to identify areas for improvement and reduce waste.\"]})}),layoutId:\"kYzhhA71j\",qQefXa5XK:\"What happens if my sales efficiency is low?\",style:{width:\"100%\"},variant:\"UxICJEo_7\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{y:(componentViewport?.y||0)+0+4195.5},Ewjo4uFkX:{y:(componentViewport?.y||0)+0+4669.6},Pn93fcz82:{y:(componentViewport?.y||0)+0+4036.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:538,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4203.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xw2c5k-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ewjo4uFkX:{variant:\"i2q7r_SZl\"},Pn93fcz82:{variant:\"mmAWzXsvr\"}},children:/*#__PURE__*/_jsx(FooterCtaBanner,{e2G9wKyhL:\"Make informed\\nand timely decisions\",HATrlV28t:\"Get started with Forecastio\",height:\"100%\",id:\"iahMxCbox\",layoutId:\"iahMxCbox\",style:{width:\"100%\"},variant:\"ERhvskOvx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s3ttg0\",\"data-framer-name\":\"Related Post\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q4cikl\",\"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-3rtqi3\",\"data-framer-name\":\"title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pti92f\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ewjo4uFkX:{query:{from:{alias:\"yZYTX40rI\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"yZYTX40rI\",name:\"aCTGZnEIE\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"sEY6m7E2l\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"BAjgn4QvT\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"C_NxoGcBE\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"iRYgN4zvr\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"krxIagE6l\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"n1ZDZ5Gwq\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"yZYTX40rI\",name:\"C_NxoGcBE\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"yZYTX40rI\",name:\"C_NxoGcBE\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"yZYTX40rI\",name:\"sEY6m7E2l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"OhujWDhnp\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}}},Pn93fcz82:{query:{from:{alias:\"yZYTX40rI\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"yZYTX40rI\",name:\"aCTGZnEIE\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"sEY6m7E2l\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"BAjgn4QvT\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"C_NxoGcBE\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"iRYgN4zvr\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"krxIagE6l\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"n1ZDZ5Gwq\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"yZYTX40rI\",name:\"C_NxoGcBE\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"yZYTX40rI\",name:\"C_NxoGcBE\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"yZYTX40rI\",name:\"sEY6m7E2l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"OhujWDhnp\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"yZYTX40rI\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"yZYTX40rI\",name:\"aCTGZnEIE\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"sEY6m7E2l\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"BAjgn4QvT\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"C_NxoGcBE\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"iRYgN4zvr\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"krxIagE6l\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"n1ZDZ5Gwq\",type:\"Identifier\"},{collection:\"yZYTX40rI\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"yZYTX40rI\",name:\"C_NxoGcBE\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"yZYTX40rI\",name:\"C_NxoGcBE\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"yZYTX40rI\",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:aCTGZnEIEyZYTX40rI,BAjgn4QvT:BAjgn4QvTyZYTX40rI,C_NxoGcBE:C_NxoGcBEyZYTX40rI,id:idyZYTX40rI,iRYgN4zvr:iRYgN4zvryZYTX40rI,krxIagE6l:krxIagE6lyZYTX40rI,n1ZDZ5Gwq:n1ZDZ5GwqyZYTX40rI,sEY6m7E2l:sEY6m7E2lyZYTX40rI},index)=>{BAjgn4QvTyZYTX40rI??=\"\";C_NxoGcBEyZYTX40rI??=\"\";krxIagE6lyZYTX40rI??=\"\";n1ZDZ5GwqyZYTX40rI??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`yZYTX40rI-${idyZYTX40rI}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{n1ZDZ5Gwq:n1ZDZ5GwqyZYTX40rI},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:krxIagE6lyZYTX40rI,implicitPathVariables:{n1ZDZ5Gwq:n1ZDZ5GwqyZYTX40rI}},{href:krxIagE6lyZYTX40rI,implicitPathVariables:{n1ZDZ5Gwq:n1ZDZ5GwqyZYTX40rI}},{href:krxIagE6lyZYTX40rI,implicitPathVariables:{n1ZDZ5Gwq:n1ZDZ5GwqyZYTX40rI}},{href:krxIagE6lyZYTX40rI,implicitPathVariables:{n1ZDZ5Gwq:n1ZDZ5GwqyZYTX40rI}}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{width:`max(min(${componentViewport?.width||\"100vw\"} - 128px, 1216px), 1px)`,y:(componentViewport?.y||0)+0+4733.5+80+0+0+86+0},Ewjo4uFkX:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 480px)`,y:(componentViewport?.y||0)+0+5207.6+50+0+0+78+0+0},Pn93fcz82:{width:`max(min(${componentViewport?.width||\"100vw\"} - 60px, 728px), 1px)`,y:(componentViewport?.y||0)+0+4574.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+4741.2+80+0+0+86+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tigg1d-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{YncjwWWbP:resolvedLinks4[1]},Ewjo4uFkX:{variant:\"YMbZEQdUY\",YncjwWWbP:resolvedLinks4[3]},Pn93fcz82:{YncjwWWbP:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(BlogItem,{BiswBKdIx:toResponsiveImage(aCTGZnEIEyZYTX40rI),height:\"100%\",id:\"UK4Gto1r5\",KUiFl1OvD:iRYgN4zvryZYTX40rI,layoutId:\"UK4Gto1r5\",pENGF9CMS:BAjgn4QvTyZYTX40rI,S0huipQgQ:enumToDisplayNameFunctions[\"sEY6m7E2l\"]?.(sEY6m7E2lyZYTX40rI,activeLocale),style:{width:\"100%\"},variant:\"APRFdX5aF\",vwMNSgUyl:C_NxoGcBEyZYTX40rI,width:\"100%\",YncjwWWbP:resolvedLinks4[0]})})})})})})})},idyZYTX40rI);})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aIKBI2zpC:{y:(componentViewport?.y||0)+0+5407.5},Ewjo4uFkX:{y:(componentViewport?.y||0)+0+5793.6},Pn93fcz82:{y:(componentViewport?.y||0)+0+5246.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:764,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5445.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jyz8hi-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ewjo4uFkX:{variant:\"Ti6ch1DZg\"},Pn93fcz82:{variant:\"fllNMNE3l\"}},children:/*#__PURE__*/_jsx(FooterNew,{height:\"100%\",id:\"YBk3HqcWr\",layoutId:\"YBk3HqcWr\",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-1Ebw7.framer-197oa8z, .framer-1Ebw7 .framer-197oa8z { display: block; }\",\".framer-1Ebw7.framer-8jcizl { 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-1Ebw7 .framer-19d6l57 { 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-1Ebw7 .framer-1l69gyt { 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-1Ebw7 .framer-1y4ibwf { 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-1Ebw7 .framer-6dy4zq { 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 80px 0px; position: relative; width: 1px; }\",\".framer-1Ebw7 .framer-7grtwt { 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-1Ebw7 .framer-17341xo, .framer-1Ebw7 .framer-30xy93, .framer-1Ebw7 .framer-1bdh50, .framer-1Ebw7 .framer-1eve6pc, .framer-1Ebw7 .framer-7yb0a1, .framer-1Ebw7 .framer-bmnjt4 { --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-1Ebw7 .framer-p7zn5l { 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-1Ebw7 .framer-1w9q1dr-container { flex: none; height: auto; position: relative; width: 146px; }\",\".framer-1Ebw7 .framer-152vbrc-container, .framer-1Ebw7 .framer-1tigg1d-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-1Ebw7 .framer-1ldpaz2 { 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-1Ebw7 .framer-1d5iiju { 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-1Ebw7 .framer-8aqwhs, .framer-1Ebw7 .framer-n90b3p, .framer-1Ebw7 .framer-1w3o0lw, .framer-1Ebw7 .framer-5shume { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1Ebw7 .framer-8erbty { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1Ebw7 .framer-11ldh2b { 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-1Ebw7 .framer-rqys5u, .framer-1Ebw7 .framer-dif1f2, .framer-1Ebw7 .framer-1z32q3 { --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-1Ebw7 .framer-1td5cdq-container, .framer-1Ebw7 .framer-3iamxj-container, .framer-1Ebw7 .framer-ngs5cw-container { flex: none; height: auto; position: relative; width: 90%; }\",\".framer-1Ebw7 .framer-1ji4etc-container { flex: none; height: 72px; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-1Ebw7 .framer-1vlptmz, .framer-1Ebw7 .framer-1s3ttg0 { 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-1Ebw7 .framer-a3773c { 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-1Ebw7 .framer-7qd15s, .framer-1Ebw7 .framer-3rtqi3 { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1Ebw7 .framer-wgzya1-container, .framer-1Ebw7 .framer-7o2wb4-container, .framer-1Ebw7 .framer-1bxvyva-container, .framer-1Ebw7 .framer-1odmg6p-container, .framer-1Ebw7 .framer-1h7skbq-container, .framer-1Ebw7 .framer-gjy3mk-container, .framer-1Ebw7 .framer-1xw2c5k-container, .framer-1Ebw7 .framer-jyz8hi-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-1Ebw7 .framer-q4cikl { 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-1Ebw7 .framer-1pti92f { 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-1Ebw7.framer-8jcizl, .framer-1Ebw7 .framer-19d6l57, .framer-1Ebw7 .framer-1l69gyt, .framer-1Ebw7 .framer-1y4ibwf, .framer-1Ebw7 .framer-6dy4zq, .framer-1Ebw7 .framer-7grtwt, .framer-1Ebw7 .framer-p7zn5l, .framer-1Ebw7 .framer-1ldpaz2, .framer-1Ebw7 .framer-1d5iiju, .framer-1Ebw7 .framer-11ldh2b, .framer-1Ebw7 .framer-rqys5u, .framer-1Ebw7 .framer-dif1f2, .framer-1Ebw7 .framer-1z32q3, .framer-1Ebw7 .framer-1vlptmz, .framer-1Ebw7 .framer-a3773c, .framer-1Ebw7 .framer-1s3ttg0, .framer-1Ebw7 .framer-q4cikl, .framer-1Ebw7 .framer-1pti92f { gap: 0px; } .framer-1Ebw7.framer-8jcizl > *, .framer-1Ebw7 .framer-1vlptmz > *, .framer-1Ebw7 .framer-1s3ttg0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1Ebw7.framer-8jcizl > :first-child, .framer-1Ebw7 .framer-19d6l57 > :first-child, .framer-1Ebw7 .framer-1l69gyt > :first-child, .framer-1Ebw7 .framer-6dy4zq > :first-child, .framer-1Ebw7 .framer-7grtwt > :first-child, .framer-1Ebw7 .framer-1ldpaz2 > :first-child, .framer-1Ebw7 .framer-rqys5u > :first-child, .framer-1Ebw7 .framer-dif1f2 > :first-child, .framer-1Ebw7 .framer-1z32q3 > :first-child, .framer-1Ebw7 .framer-1vlptmz > :first-child, .framer-1Ebw7 .framer-a3773c > :first-child, .framer-1Ebw7 .framer-1s3ttg0 > :first-child, .framer-1Ebw7 .framer-q4cikl > :first-child { margin-top: 0px; } .framer-1Ebw7.framer-8jcizl > :last-child, .framer-1Ebw7 .framer-19d6l57 > :last-child, .framer-1Ebw7 .framer-1l69gyt > :last-child, .framer-1Ebw7 .framer-6dy4zq > :last-child, .framer-1Ebw7 .framer-7grtwt > :last-child, .framer-1Ebw7 .framer-1ldpaz2 > :last-child, .framer-1Ebw7 .framer-rqys5u > :last-child, .framer-1Ebw7 .framer-dif1f2 > :last-child, .framer-1Ebw7 .framer-1z32q3 > :last-child, .framer-1Ebw7 .framer-1vlptmz > :last-child, .framer-1Ebw7 .framer-a3773c > :last-child, .framer-1Ebw7 .framer-1s3ttg0 > :last-child, .framer-1Ebw7 .framer-q4cikl > :last-child { margin-bottom: 0px; } .framer-1Ebw7 .framer-19d6l57 > *, .framer-1Ebw7 .framer-1l69gyt > *, .framer-1Ebw7 .framer-6dy4zq > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-1Ebw7 .framer-1y4ibwf > *, .framer-1Ebw7 .framer-1pti92f > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-1Ebw7 .framer-1y4ibwf > :first-child, .framer-1Ebw7 .framer-p7zn5l > :first-child, .framer-1Ebw7 .framer-1d5iiju > :first-child, .framer-1Ebw7 .framer-11ldh2b > :first-child, .framer-1Ebw7 .framer-1pti92f > :first-child { margin-left: 0px; } .framer-1Ebw7 .framer-1y4ibwf > :last-child, .framer-1Ebw7 .framer-p7zn5l > :last-child, .framer-1Ebw7 .framer-1d5iiju > :last-child, .framer-1Ebw7 .framer-11ldh2b > :last-child, .framer-1Ebw7 .framer-1pti92f > :last-child { margin-right: 0px; } .framer-1Ebw7 .framer-7grtwt > *, .framer-1Ebw7 .framer-a3773c > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-1Ebw7 .framer-p7zn5l > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-1Ebw7 .framer-1ldpaz2 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1Ebw7 .framer-1d5iiju > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-1Ebw7 .framer-11ldh2b > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-1Ebw7 .framer-rqys5u > *, .framer-1Ebw7 .framer-dif1f2 > *, .framer-1Ebw7 .framer-1z32q3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-1Ebw7 .framer-q4cikl > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-1Ebw7[data-border=\"true\"]::after, .framer-1Ebw7 [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-1Ebw7.framer-8jcizl { width: 1180px; } .framer-1Ebw7 .framer-6dy4zq { padding: 0px 0px 100px 0px; } .framer-1Ebw7 .framer-1ldpaz2, .framer-1Ebw7 .framer-1td5cdq-container, .framer-1Ebw7 .framer-3iamxj-container, .framer-1Ebw7 .framer-ngs5cw-container { width: 100%; } .framer-1Ebw7 .framer-1vlptmz, .framer-1Ebw7 .framer-1s3ttg0 { padding: 80px 64px 50px 64px; }}\",\"@media (min-width: 856px) and (max-width: 1179px) { .framer-1Ebw7.framer-8jcizl { width: 856px; } .framer-1Ebw7 .framer-1l69gyt, .framer-1Ebw7 .framer-a3773c, .framer-1Ebw7 .framer-q4cikl { max-width: 728px; } .framer-1Ebw7 .framer-6dy4zq { padding: 0px 0px 70px 0px; } .framer-1Ebw7 .framer-7grtwt, .framer-1Ebw7 .framer-11ldh2b { gap: 16px; } .framer-1Ebw7 .framer-1ji4etc-container { height: auto; right: unset; width: 100%; } .framer-1Ebw7 .framer-1vlptmz, .framer-1Ebw7 .framer-1s3ttg0 { padding: 64px 30px 64px 30px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1Ebw7 .framer-7grtwt, .framer-1Ebw7 .framer-11ldh2b { gap: 0px; } .framer-1Ebw7 .framer-7grtwt > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-1Ebw7 .framer-7grtwt > :first-child { margin-top: 0px; } .framer-1Ebw7 .framer-7grtwt > :last-child { margin-bottom: 0px; } .framer-1Ebw7 .framer-11ldh2b > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-1Ebw7 .framer-11ldh2b > :first-child { margin-left: 0px; } .framer-1Ebw7 .framer-11ldh2b > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 855px) { .framer-1Ebw7.framer-8jcizl { width: 390px; } .framer-1Ebw7 .framer-19d6l57 { padding: 108px 20px 40px 20px; } .framer-1Ebw7 .framer-1l69gyt { gap: 25px; max-width: 480px; } .framer-1Ebw7 .framer-1y4ibwf { flex-direction: column; gap: 16px; padding: 0px 0px 50px 0px; } .framer-1Ebw7 .framer-6dy4zq { flex: none; gap: 24px; padding: 0px 0px 50px 0px; width: 100%; } .framer-1Ebw7 .framer-7grtwt { gap: 16px; } .framer-1Ebw7 .framer-p7zn5l { justify-content: center; } .framer-1Ebw7 .framer-152vbrc-container, .framer-1Ebw7 .framer-1tigg1d-container { flex: none; width: 100%; } .framer-1Ebw7 .framer-1ldpaz2, .framer-1Ebw7 .framer-1td5cdq-container, .framer-1Ebw7 .framer-3iamxj-container, .framer-1Ebw7 .framer-ngs5cw-container { width: 100%; } .framer-1Ebw7 .framer-11ldh2b { 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-1Ebw7 .framer-rqys5u, .framer-1Ebw7 .framer-dif1f2, .framer-1Ebw7 .framer-1z32q3 { background-color: var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, #ffffff); flex: none; padding: 24px; width: 100%; } .framer-1Ebw7 .framer-1ji4etc-container { height: auto; right: unset; width: 100%; } .framer-1Ebw7 .framer-1vlptmz { padding: 48px 20px 48px 20px; } .framer-1Ebw7 .framer-a3773c { gap: 50px; max-width: 480px; } .framer-1Ebw7 .framer-1s3ttg0 { padding: 50px 20px 0px 20px; } .framer-1Ebw7 .framer-q4cikl { gap: 32px; max-width: 480px; } .framer-1Ebw7 .framer-1pti92f { flex-direction: column; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1Ebw7 .framer-1l69gyt, .framer-1Ebw7 .framer-1y4ibwf, .framer-1Ebw7 .framer-6dy4zq, .framer-1Ebw7 .framer-7grtwt, .framer-1Ebw7 .framer-11ldh2b, .framer-1Ebw7 .framer-a3773c, .framer-1Ebw7 .framer-q4cikl, .framer-1Ebw7 .framer-1pti92f { gap: 0px; } .framer-1Ebw7 .framer-1l69gyt > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-1Ebw7 .framer-1l69gyt > :first-child, .framer-1Ebw7 .framer-1y4ibwf > :first-child, .framer-1Ebw7 .framer-6dy4zq > :first-child, .framer-1Ebw7 .framer-7grtwt > :first-child, .framer-1Ebw7 .framer-11ldh2b > :first-child, .framer-1Ebw7 .framer-a3773c > :first-child, .framer-1Ebw7 .framer-q4cikl > :first-child, .framer-1Ebw7 .framer-1pti92f > :first-child { margin-top: 0px; } .framer-1Ebw7 .framer-1l69gyt > :last-child, .framer-1Ebw7 .framer-1y4ibwf > :last-child, .framer-1Ebw7 .framer-6dy4zq > :last-child, .framer-1Ebw7 .framer-7grtwt > :last-child, .framer-1Ebw7 .framer-11ldh2b > :last-child, .framer-1Ebw7 .framer-a3773c > :last-child, .framer-1Ebw7 .framer-q4cikl > :last-child, .framer-1Ebw7 .framer-1pti92f > :last-child { margin-bottom: 0px; } .framer-1Ebw7 .framer-1y4ibwf > *, .framer-1Ebw7 .framer-7grtwt > *, .framer-1Ebw7 .framer-11ldh2b > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-1Ebw7 .framer-6dy4zq > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1Ebw7 .framer-a3773c > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-1Ebw7 .framer-q4cikl > *, .framer-1Ebw7 .framer-1pti92f > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6179\n * @framerIntrinsicWidth 1344\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aIKBI2zpC\":{\"layout\":[\"fixed\",\"auto\"]},\"Pn93fcz82\":{\"layout\":[\"fixed\",\"auto\"]},\"Ewjo4uFkX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerpQtp0BMrV=withCSS(Component,css,\"framer-1Ebw7\");export default FramerpQtp0BMrV;FramerpQtp0BMrV.displayName=\"Close Rate Calculator\";FramerpQtp0BMrV.defaultProps={height:6179,width:1344};addFonts(FramerpQtp0BMrV,[{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,...SalesEfficiencyCalculatorFonts,...FeatureSectionFonts,...HeaderFonts,...AccordionFonts,...FooterCtaBannerFonts,...BlogItemFonts,...FooterNewFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpQtp0BMrV\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1344\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aIKBI2zpC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Pn93fcz82\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ewjo4uFkX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"6179\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SalesEfficiencyCalculator", "revenue", "setRevenue", "ye", "totalCost", "setTotalCost", "error", "setError", "handleNumberChange", "e", "setter", "input", "efficiency", "rev", "cost", "formattedEfficiency", "isGoodEfficiency", "u", "p", "Button20Fonts", "getFonts", "now4RGU13_default", "SalesEfficiencyCalculatorFonts", "SalesEfficiencyCalculator", "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", "aCTGZnEIEyZYTX40rI", "sEY6m7E2lyZYTX40rI", "BAjgn4QvTyZYTX40rI", "C_NxoGcBEyZYTX40rI", "iRYgN4zvryZYTX40rI", "krxIagE6lyZYTX40rI", "n1ZDZ5GwqyZYTX40rI", "idyZYTX40rI", "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", "SalesEfficiencyCalculator", "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", "FramerpQtp0BMrV", "withCSS", "pQtp0BMrV_default", "addFonts", "Button20Fonts", "SalesEfficiencyCalculatorFonts", "FeatureSectionFonts", "HeaderFonts", "AccordionFonts", "FooterCtaBannerFonts", "BlogItemFonts", "FooterNewFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
