{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/d6lIaQYsKks7MutTx1ni/0IxAsrZ0eKwoIgNcFo1i/VHWGdyFaO.js"],
  "sourcesContent": ["// Generated by Framer (99288e1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import AdvancedOverlay from\"https://framerusercontent.com/modules/rWTAASs1j5vzZB6k18jG/x5h1SMllZzg10K4dGJHi/Overlay.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import TestimonialsTickerLeaders from\"#framer/local/canvasComponent/asds0FPLn/asds0FPLn.js\";import LogoTickr from\"#framer/local/canvasComponent/BY9vT1VEx/BY9vT1VEx.js\";import Footer from\"#framer/local/canvasComponent/oVSyE5nmS/oVSyE5nmS.js\";import CTA from\"#framer/local/canvasComponent/sUAd3ypwY/sUAd3ypwY.js\";import HubspotOverlayForm from\"#framer/local/canvasComponent/x81rr7o9g/x81rr7o9g.js\";import TestimonialsCarouselLeaders from\"#framer/local/canvasComponent/XJtBtLKvW/XJtBtLKvW.js\";import Navigation from\"#framer/local/canvasComponent/y6IVmw92W/y6IVmw92W.js\";import Popup from\"#framer/local/canvasComponent/yxmfLZyJQ/yxmfLZyJQ.js\";import*as sharedStyle2 from\"#framer/local/css/aPK8xlHr3/aPK8xlHr3.js\";import*as sharedStyle4 from\"#framer/local/css/BqZtfyvKK/BqZtfyvKK.js\";import*as sharedStyle from\"#framer/local/css/Ey8uQouWv/Ey8uQouWv.js\";import*as sharedStyle1 from\"#framer/local/css/kRYuhcTcz/kRYuhcTcz.js\";import*as sharedStyle3 from\"#framer/local/css/mTO7UFQUn/mTO7UFQUn.js\";import*as sharedStyle6 from\"#framer/local/css/qn_veVqs7/qn_veVqs7.js\";import*as sharedStyle5 from\"#framer/local/css/xU_WpCeZp/xU_WpCeZp.js\";import metadataProvider from\"#framer/local/webPageMetadata/VHWGdyFaO/VHWGdyFaO.js\";const NavigationFonts=getFonts(Navigation);const CTAFonts=getFonts(CTA);const HubspotOverlayFormFonts=getFonts(HubspotOverlayForm);const TickerFonts=getFonts(Ticker);const LogoTickrFonts=getFonts(LogoTickr);const PhosphorFonts=getFonts(Phosphor);const TestimonialsCarouselLeadersFonts=getFonts(TestimonialsCarouselLeaders);const TestimonialsTickerLeadersFonts=getFonts(TestimonialsTickerLeaders);const FooterFonts=getFonts(Footer);const PopupFonts=getFonts(Popup);const AdvancedOverlayFonts=getFonts(AdvancedOverlay);const breakpoints={Gq6i5yXCx:\"(max-width: 809px)\",oeEqrOBYn:\"(min-width: 810px) and (max-width: 1199px)\",qs_77Hedc:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-wudpW\";const variantClassNames={Gq6i5yXCx:\"framer-v-1gm5cxx\",oeEqrOBYn:\"framer-v-p7r4sz\",qs_77Hedc:\"framer-v-37nprw\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"qs_77Hedc\",Phone:\"Gq6i5yXCx\",Tablet:\"oeEqrOBYn\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"qs_77Hedc\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const zl1qxW7WF3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const PxcBbjhVm3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"Gq6i5yXCx\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"Gq6i5yXCx\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"qs_77Hedc\",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-37nprw\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dcmkjn-container\",nodeId:\"Bcs1TzQoI\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{variant:\"XMJTASqGb\"},oeEqrOBYn:{variant:\"AByeL8_W3\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"Bcs1TzQoI\",layoutId:\"Bcs1TzQoI\",style:{height:\"100%\",width:\"100%\"},variant:\"KPthck111\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ljo7px\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1li2ywk\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6eqhuv\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ywysm8\",\"data-styles-preset\":\"Ey8uQouWv\",children:\"Aviso - The #1 Outreach Alternative\"})}),className:\"framer-1iz0w0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-yilgfq\",\"data-styles-preset\":\"kRYuhcTcz\",children:\"Run End-to-End Sales with AI Workflows\"})}),className:\"framer-3l77qv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",style:{\"--framer-text-alignment\":\"left\"},children:\"Sales teams that want higher rep productivity love how Aviso uses AI Agents across the sales cycle to completely automate workflows so sellers can focus on high-value activities.\"})}),className:\"framer-d4yk4i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ph3qgx\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{y:(componentViewport?.y||0)+0+80+0+0+0+0+30+338+10},oeEqrOBYn:{y:(componentViewport?.y||0)+0+80+0+0+10.5+80+338+10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,y:(componentViewport?.y||0)+0+80+0+0+35.5+80+338+10,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1dv0wo1-container\",id:\"1dv0wo1\",nodeId:\"gAShj42sP\",scopeId:\"VHWGdyFaO\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{variant:\"NEMiss5dL\"},oeEqrOBYn:{variant:\"NEMiss5dL\"}},children:/*#__PURE__*/_jsx(CTA,{BQsktEUSb:\"rgb(240, 78, 69)\",dokqkteWW:\"rgb(255, 255, 255)\",GfUT0QoAc:\"rgb(255, 255, 255)\",height:\"100%\",id:\"gAShj42sP\",j5hkksqcg:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",layoutId:\"gAShj42sP\",Njil5uLZ7:\"Book a Demo\",variant:\"Pht74xd2a\",Vh6K_4lTe:\"ArrowRight\",width:\"100%\",Y39GohiV6:false,zl1qxW7WF:zl1qxW7WF3bnx0g({overlay})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1hca75x\"),\"data-framer-portal-id\":\"1dv0wo1\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"kTu43elIh\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{width:\"85vw\"},oeEqrOBYn:{width:\"45vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"35vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1o6pu91-container\"),\"data-framer-portal-id\":\"1dv0wo1\",inComponentSlot:true,nodeId:\"lIlrPAIww\",rendersWithMotion:true,scopeId:\"VHWGdyFaO\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{variant:\"ILlLxAvYd\"},oeEqrOBYn:{variant:\"ILlLxAvYd\"}},children:/*#__PURE__*/_jsx(HubspotOverlayForm,{cSFXcEx19:\"Book a custom demo of Aviso with a product specialist\",height:\"100%\",id:\"lIlrPAIww\",layoutId:\"lIlrPAIww\",O8mu9XXtf:\"531684\",style:{width:\"100%\"},variant:\"COzSQBvhp\",width:\"100%\",zAw6GvxxN:\"1b64b910-ab0b-4ab2-a241-a03212223117\"})})})})})]}),getContainer())})})]})})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8piv1q-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LDn2I5Wrv\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:40,overflow:false}}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:33,overflow:false},gap:10,height:\"100%\",hoverFactor:.7,id:\"LDn2I5Wrv\",layoutId:\"LDn2I5Wrv\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:false,widthType:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:760,intrinsicWidth:1352,pixelHeight:1140,pixelWidth:2028,positionX:\"center\",positionY:\"center\",sizes:\"720.4737px\",src:\"https://framerusercontent.com/images/5wDbnEQOmDlsobxF5WyIIsHvik0.webp\",srcSet:\"https://framerusercontent.com/images/5wDbnEQOmDlsobxF5WyIIsHvik0.webp?scale-down-to=512 512w,https://framerusercontent.com/images/5wDbnEQOmDlsobxF5WyIIsHvik0.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/5wDbnEQOmDlsobxF5WyIIsHvik0.webp 2028w\"},className:\"framer-3jqu8d\",\"data-framer-name\":\"Conversation_Intelligence\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:506.6666666666667,intrinsicWidth:866,pixelHeight:582,pixelWidth:1038,sizes:\"719.5776px\",src:\"https://framerusercontent.com/images/4GUbK7EdmG8pcaOrgt9nCHBBMT8.svg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/4GUbK7EdmG8pcaOrgt9nCHBBMT8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/4GUbK7EdmG8pcaOrgt9nCHBBMT8.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/4GUbK7EdmG8pcaOrgt9nCHBBMT8.svg 1038w\"},className:\"framer-12ww5i9\",\"data-framer-name\":\"Relationship Intelligence\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nzjm9w\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16bs3c9\",\"data-framer-name\":\"Coaching_Enablement\",fill:\"black\",intrinsicHeight:884,intrinsicWidth:1280,svg:'<svg width=\"1280\" height=\"884\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect x=\"46\" y=\"320.609\" width=\"755.521\" height=\"323.865\" rx=\"10\" fill=\"#fff\"/><path d=\"M46 330.609c0-5.522 4.477-10 10-10h735.521c5.523 0 10 4.478 10 10v50.443H46v-50.443Z\" fill=\"#F04E45\" fill-opacity=\".1\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"71.643\" y=\"356.682\">Ted Williams</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"71.643\" y=\"425.909\">Viopa License Deal</tspan></text><path d=\"m254.029 417.053 4.892 4.62 4.569-4.62\" stroke=\"#F04E45\" stroke-linecap=\"round\"/><mask id=\"a\" fill=\"#fff\"><path d=\"M71.643 457.066h707v51.688h-707v-51.688Z\"/></mask><path d=\"M71.643 458.066h707v-2h-707v2Zm707 49.688h-707v2h707v-2Z\" fill=\"#EAEAEA\" mask=\"url(#a)\"/><mask id=\"b\" fill=\"#fff\"><path d=\"M71.643 507.754h707v51.688h-707v-51.688Z\"/></mask><path d=\"M71.643 508.754h707v-2h-707v2Zm707 49.688h-707v2h707v-2Z\" fill=\"#EAEAEA\" mask=\"url(#b)\"/><mask id=\"c\" fill=\"#fff\"><path d=\"M71.643 558.441h707v51.688h-707v-51.688Z\"/></mask><path d=\"M71.643 559.441h707v-2h-707v2Zm707 49.688h-707v2h707v-2Z\" fill=\"#EAEAEA\" mask=\"url(#c)\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"71.643\" y=\"488.001\">Increase talk ratio for better engagement</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"71.643\" y=\"539.689\">Ask more engaging questions to drive conversation</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"71.643\" y=\"591.376\">Shorten longest monologue for improved listener engagement </tspan></text><rect x=\"609.719\" y=\"469.447\" width=\"102.647\" height=\"26.925\" rx=\"4\" fill=\"#F04E45\"/><path d=\"M615.719 476.447a2 2 0 0 1 2-2h14.697a2 2 0 0 1 2 2v10.756a2 2 0 0 1-2 2h-14.697a2 2 0 0 1-2-2v-10.756Z\" fill=\"#fff\"/><path d=\"m628.83 491.371-3.306-3.306h6.612l-3.306 3.306Z\" fill=\"#fff\"/><path fill=\"#F93F41\" d=\"M619.426 479.572h12.196v1.092h-12.196zm0 3.414h8.679v1.092h-8.679z\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" letter-spacing=\"0em\"><tspan x=\"642.416\" y=\"486.958\">Review call</tspan></text><rect x=\"609.719\" y=\"521.135\" width=\"102.647\" height=\"26.925\" rx=\"4\" fill=\"#F04E45\"/><path d=\"M615.719 528.135a2 2 0 0 1 2-2h14.697a2 2 0 0 1 2 2v10.755a2 2 0 0 1-2 2h-14.697a2 2 0 0 1-2-2v-10.755Z\" fill=\"#fff\"/><path d=\"m628.83 543.059-3.306-3.306h6.612l-3.306 3.306Z\" fill=\"#fff\"/><path fill=\"#F93F41\" d=\"M619.426 531.26h12.196v1.092h-12.196zm0 3.414h8.679v1.092h-8.679z\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" letter-spacing=\"0em\"><tspan x=\"642.416\" y=\"538.646\">Review call</tspan></text><rect x=\"609.719\" y=\"572.824\" width=\"102.647\" height=\"26.925\" rx=\"4\" fill=\"#F04E45\"/><path d=\"M615.719 579.824a2 2 0 0 1 2-2h14.697a2 2 0 0 1 2 2v10.756a2 2 0 0 1-2 2h-14.697a2 2 0 0 1-2-2v-10.756Z\" fill=\"#fff\"/><path d=\"m628.83 594.748-3.306-3.306h6.612l-3.306 3.306Z\" fill=\"#fff\"/><path fill=\"#F93F41\" d=\"M619.426 582.949h12.196v1.092h-12.196zm0 3.414h8.679v1.092h-8.679z\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" letter-spacing=\"0em\"><tspan x=\"642.416\" y=\"590.335\">Review call</tspan></text><path d=\"m763.943 479.887 6.049 6.049m0-6.049-6.049 6.049m0 45.638 6.049 6.049m0-6.049-6.049 6.049m0 45.639 6.049 6.049m0-6.049-6.049 6.049\" stroke=\"#F04E45\" stroke-linecap=\"round\"/><path d=\"m956.576 503.442-28.162-28.163h56.325l-28.163 28.163Z\" fill=\"#AF4D6D\"/><rect x=\"838.711\" y=\"237.639\" width=\"394.522\" height=\"251.723\" rx=\"10\" fill=\"url(#d)\"/><g opacity=\".6\" stroke=\"#fff\" stroke-width=\"2\"><path d=\"M869.049 287.948a4.504 4.504 0 1 0 0-9.008 4.504 4.504 0 0 0 0 9.008Z\" stroke-miterlimit=\"10\"/><path d=\"M862.195 299.631a6.855 6.855 0 0 1 13.708 0h-7.913\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M905.342 287.948a4.504 4.504 0 1 0 0-9.008 4.504 4.504 0 0 0 0 9.008Z\" stroke-miterlimit=\"10\"/><path d=\"M898.488 299.631a6.855 6.855 0 0 1 13.708 0h-7.913m-36.765-27.267c.845-4.532 3.334-8.498 6.807-11.247m30.951 11.247c-.845-4.532-3.334-8.498-6.807-11.247m-18.684 32.357a18.787 18.787 0 0 0 13.15-.093\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M887.084 263.895a4.959 4.959 0 1 0 0-9.917 4.959 4.959 0 0 0 0 9.917Z\" stroke-miterlimit=\"10\"/><path clip-rule=\"evenodd\" d=\"m890.594 272.987-.501-1.012-.047-.093-2.192-4.383a.538.538 0 0 0-.965 0l-6.102 12.314c-.26.52.344 1.04.817.715l5.777-2.73 5.795 2.684c.483.315 1.077-.205.817-.725l-3.39-6.779-.009.009Z\" stroke-linecap=\"round\"/></g><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"30\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"862.195\" y=\"342.725\">Seller\\n</tspan><tspan x=\"862.195\" y=\"378.725\">Performance</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"26\" letter-spacing=\"0em\"><tspan x=\"862.195\" y=\"428.955\">4 calls require your attention</tspan></text><text fill=\"#FFBFBB\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"300\" letter-spacing=\"0em\"><tspan x=\"862.195\" y=\"453.809\">42% of reps had average seller score</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"40\" font-weight=\"bold\" letter-spacing=\"0em\"><tspan x=\"1120.86\" y=\"379.362\">AVG</tspan></text><rect x=\"1193.86\" y=\"255.633\" width=\"17\" height=\"18\" rx=\"8.5\" fill=\"#fff\" fill-opacity=\".5\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"13\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"1200.36\" y=\"269.36\">i</tspan></text><path d=\"m353.865 301.608-28.162-28.163h56.325l-28.163 28.163Z\" fill=\"#934C7E\"/><rect x=\"46\" y=\"35.805\" width=\"394.522\" height=\"251.723\" rx=\"10\" fill=\"url(#e)\"/><g opacity=\".6\" stroke=\"#fff\" stroke-width=\"2\"><path d=\"M76.338 86.114a4.504 4.504 0 1 0 0-9.008 4.504 4.504 0 0 0 0 9.008Z\" stroke-miterlimit=\"10\"/><path d=\"M69.484 97.797a6.855 6.855 0 0 1 13.708 0h-7.913\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M112.631 86.114a4.504 4.504 0 1 0 0-9.008 4.504 4.504 0 0 0 0 9.008Z\" stroke-miterlimit=\"10\"/><path d=\"M105.777 97.797a6.855 6.855 0 0 1 13.708 0h-7.913M74.807 70.53c.845-4.532 3.334-8.498 6.807-11.247m30.951 11.247c-.845-4.532-3.334-8.498-6.807-11.247M87.074 91.64a18.788 18.788 0 0 0 13.15-.093\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M94.373 62.06a4.96 4.96 0 1 0 0-9.918 4.96 4.96 0 0 0 0 9.919Z\" stroke-miterlimit=\"10\"/><path clip-rule=\"evenodd\" d=\"m97.883 71.153-.501-1.012-.047-.093-2.191-4.383a.54.54 0 0 0-.966 0l-6.102 12.314c-.26.52.344 1.04.818.715l5.776-2.73 5.795 2.684c.483.316 1.077-.205.817-.725l-3.39-6.78-.009.01Z\" stroke-linecap=\"round\"/></g><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"30\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"69.484\" y=\"140.892\">Coaching </tspan><tspan x=\"69.484\" y=\"176.892\">Opportunities</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"26\" letter-spacing=\"0em\"><tspan x=\"69.484\" y=\"229.121\">37 Unread</tspan></text><text fill=\"#FFBFBB\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" letter-spacing=\"0em\"><tspan x=\"69.484\" y=\"252.104\">Since yesterday</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"40\" font-weight=\"bold\" letter-spacing=\"0em\"><tspan x=\"367.148\" y=\"176.528\">07</tspan></text><rect x=\"401.148\" y=\"53.799\" width=\"17\" height=\"18\" rx=\"8.5\" fill=\"#fff\" fill-opacity=\".5\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"13\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"407.648\" y=\"67.526\">i</tspan></text><g filter=\"url(#f)\"><path d=\"M505.674 535c0-5.523 4.477-10 10-10H1204.2c5.52 0 10 4.477 10 10v303.865c0 5.523-4.48 10-10 10H515.674c-5.523 0-10-4.477-10-10V535Z\" fill=\"#fff\"/><path d=\"M505.674 535c0-5.523 4.477-10 10-10H1204.2c5.52 0 10 4.477 10 10v50.443H505.674V535Z\" fill=\"#F04E45\" fill-opacity=\".1\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"539.529\" y=\"561.073\">Emily Wang</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"654.264\" y=\"560.118\">(Below Average)</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"813.533\" y=\"614.392\">Aviso AI Metrics</tspan></text><path d=\"M529.602 609.301h265.246m137.416 0h265.246\" stroke=\"#EAEAEA\" stroke-linecap=\"round\"/><rect x=\"530.102\" y=\"645.844\" width=\"319.611\" height=\"177.614\" rx=\"9.5\" stroke=\"#EAEAEA\"/><rect x=\"870.379\" y=\"645.844\" width=\"319.611\" height=\"177.614\" rx=\"9.5\" stroke=\"#EAEAEA\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"544.146\" y=\"668.187\">Buyer Engagement</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"884.424\" y=\"668.187\">Sales Methodology Adherence</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" letter-spacing=\"0em\"><tspan x=\"545.705\" y=\"707.568\">Good</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" letter-spacing=\"0em\"><tspan x=\"675.119\" y=\"707.568\">50%</tspan></text><rect x=\"545.705\" y=\"716.384\" width=\"284.729\" height=\"5.444\" rx=\"2.722\" fill=\"#F2F2F2\"/><rect x=\"545.705\" y=\"716.384\" width=\"142.235\" height=\"5.444\" rx=\"2.722\" fill=\"#0C9A34\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" letter-spacing=\"0em\"><tspan x=\"545.705\" y=\"747.464\">Average</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" letter-spacing=\"0em\"><tspan x=\"642.119\" y=\"747.464\">40%</tspan></text><rect x=\"545.705\" y=\"756.28\" width=\"284.729\" height=\"5.444\" rx=\"2.722\" fill=\"#F2F2F2\"/><rect x=\"545.705\" y=\"756.28\" width=\"108.602\" height=\"5.444\" rx=\"2.722\" fill=\"#FCBC1F\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" letter-spacing=\"0em\"><tspan x=\"545.705\" y=\"787.361\">Poor</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" letter-spacing=\"0em\"><tspan x=\"575.119\" y=\"787.361\">10%</tspan></text><rect x=\"545.705\" y=\"796.177\" width=\"284.729\" height=\"5.444\" rx=\"2.722\" fill=\"#F2F2F2\"/><rect x=\"545.705\" y=\"796.177\" width=\"38.535\" height=\"5.444\" rx=\"2.722\" fill=\"#F04E45\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" letter-spacing=\"0em\"><tspan x=\"885.982\" y=\"707.568\">Good</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" letter-spacing=\"0em\"><tspan x=\"1086.4\" y=\"707.568\">70%</tspan></text><rect x=\"885.982\" y=\"716.384\" width=\"284.729\" height=\"5.444\" rx=\"2.722\" fill=\"#F2F2F2\"/><rect x=\"885.982\" y=\"716.384\" width=\"210.292\" height=\"5.444\" rx=\"2.722\" fill=\"#0C9A34\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" letter-spacing=\"0em\"><tspan x=\"885.982\" y=\"747.464\">Average</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" letter-spacing=\"0em\"><tspan x=\"971.396\" y=\"747.464\">25%</tspan></text><rect x=\"885.982\" y=\"756.28\" width=\"284.729\" height=\"5.444\" rx=\"2.722\" fill=\"#F2F2F2\"/><rect x=\"885.982\" y=\"756.28\" width=\"93.607\" height=\"5.444\" rx=\"2.722\" fill=\"#FCBC1F\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" letter-spacing=\"0em\"><tspan x=\"885.982\" y=\"787.361\">Poor</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" letter-spacing=\"0em\"><tspan x=\"915.396\" y=\"787.361\">5%</tspan></text><rect x=\"885.982\" y=\"796.177\" width=\"284.729\" height=\"5.444\" rx=\"2.722\" fill=\"#F2F2F2\"/><rect x=\"885.982\" y=\"796.177\" width=\"19.556\" height=\"5.444\" rx=\"2.722\" fill=\"#F04E45\"/></g><defs><linearGradient id=\"d\" x1=\"1035.97\" y1=\"237.639\" x2=\"1267.1\" y2=\"782.764\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F04E45\"/><stop offset=\"1\" stop-color=\"#2F49BA\"/></linearGradient><linearGradient id=\"e\" x1=\"243.261\" y1=\"35.805\" x2=\"436.096\" y2=\"563.764\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F04E45\"/><stop offset=\"1\" stop-color=\"#2F49BA\"/></linearGradient><filter id=\"f\" x=\"487.474\" y=\"510.8\" width=\"744.922\" height=\"360.265\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"4\"/><feGaussianBlur stdDeviation=\"9.1\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.13 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_3413\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_3413\" result=\"shape\"/></filter></defs></svg>',transformTemplate:transformTemplate2,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lham2n\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-187w2oo\",\"data-framer-name\":\"Marketing_Intelligence\",fill:\"black\",intrinsicHeight:612,intrinsicWidth:960,svg:'<svg width=\"960\" height=\"612\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><rect x=\"218\" y=\"423.805\" width=\"705.743\" height=\"146.608\" rx=\"8\" fill=\"#fff\" shape-rendering=\"crispEdges\"/><path fill=\"#EAF7F2\" d=\"M236.201 444.026h326.583v44.488H236.201z\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14.155\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"252.379\" y=\"471.614\">High Lead Score and Converted</tspan></text><path d=\"M522.342 466.27c0-6.701 5.432-12.133 12.133-12.133 6.701 0 12.133 5.432 12.133 12.133 0 6.701-5.432 12.133-12.133 12.133-6.701 0-12.133-5.432-12.133-12.133Zm21.897 0c0-5.392-4.371-9.763-9.764-9.763-5.392 0-9.763 4.371-9.763 9.763 0 5.393 4.371 9.764 9.763 9.764a9.763 9.763 0 0 0 9.764-9.764Z\" fill=\"#C7CBD6\"/><path d=\"M534.475 454.137a12.133 12.133 0 0 1 7.497 21.673l-1.499-1.908a9.704 9.704 0 0 0 3.175-10.805 9.704 9.704 0 0 0-9.173-6.533v-2.427Z\" fill=\"url(#b)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14.155\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"495.532\" y=\"471.615\">40</tspan></text><path fill=\"#EAF7F2\" d=\"M236.201 504.692h326.583v44.488H236.201z\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14.155\" letter-spacing=\"0em\"><tspan x=\"252.379\" y=\"532.28\">Low Lead Score and Converted</tspan></text><path d=\"M522.34 526.935c0-6.701 5.432-12.133 12.133-12.133 6.701 0 12.133 5.432 12.133 12.133 0 6.701-5.432 12.133-12.133 12.133-6.701 0-12.133-5.432-12.133-12.133Zm21.897 0c0-5.392-4.371-9.763-9.764-9.763-5.392 0-9.763 4.371-9.763 9.763 0 5.393 4.371 9.764 9.763 9.764a9.763 9.763 0 0 0 9.764-9.764Z\" fill=\"#C7CBD6\"/><path d=\"M534.473 514.802a12.137 12.137 0 0 1 11.847 9.512l-2.369.524a9.704 9.704 0 0 0-9.478-7.609v-2.427Z\" fill=\"url(#c)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14.155\" letter-spacing=\"0em\"><tspan x=\"496.935\" y=\"532.28\">26</tspan></text><path fill=\"#FDF3F3\" d=\"M578.961 444.026h326.583v44.488H578.961z\"/><path d=\"M865.099 466.271c0-6.701 5.432-12.133 12.133-12.133 6.701 0 12.133 5.432 12.133 12.133 0 6.701-5.432 12.133-12.133 12.133-6.701 0-12.133-5.432-12.133-12.133Zm21.897 0c0-5.392-4.372-9.763-9.764-9.763-5.392 0-9.763 4.371-9.763 9.763 0 5.393 4.371 9.764 9.763 9.764 5.392 0 9.764-4.371 9.764-9.764Z\" fill=\"#C7CBD6\"/><path d=\"M877.232 454.138a12.133 12.133 0 1 1-10.394 5.874l2.079 1.252a9.706 9.706 0 1 0 8.315-4.699v-2.427Z\" fill=\"url(#d)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14.155\" letter-spacing=\"0em\"><tspan x=\"595.139\" y=\"471.614\">High Lead Score and Open</tspan></text><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14.155\" letter-spacing=\"0em\"><tspan x=\"833.755\" y=\"471.614\">140</tspan></text><path fill=\"#FDF3F3\" d=\"M578.961 505.703h326.583v44.488H578.961z\"/><path d=\"M865.1 527.947c0-6.701 5.432-12.133 12.133-12.133 6.701 0 12.133 5.432 12.133 12.133 0 6.701-5.432 12.133-12.133 12.133-6.701 0-12.133-5.432-12.133-12.133Zm21.897 0c0-5.392-4.372-9.764-9.764-9.764-5.392 0-9.763 4.372-9.763 9.764 0 5.392 4.371 9.764 9.763 9.764 5.392 0 9.764-4.372 9.764-9.764Z\" fill=\"#C7CBD6\"/><path d=\"M877.233 515.814a12.13 12.13 0 0 1 8.58 3.554 12.14 12.14 0 0 1 3.553 8.579h-2.426a9.697 9.697 0 0 0-2.843-6.863 9.716 9.716 0 0 0-3.149-2.105 9.723 9.723 0 0 0-3.715-.738v-2.427Z\" fill=\"url(#e)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14.155\" letter-spacing=\"0em\"><tspan x=\"595.139\" y=\"533.29\">Low Lead Score and Open</tspan></text><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14.155\" letter-spacing=\"0em\"><tspan x=\"839.824\" y=\"533.29\">24</tspan></text></g><g filter=\"url(#f)\"><g clip-path=\"url(#g)\"><rect x=\"97\" y=\"43.805\" width=\"677\" height=\"360\" rx=\"8\" fill=\"#fff\"/><mask id=\"h\" fill=\"#fff\"><path d=\"M97 43.805h237v45H97v-45Z\"/></mask><path d=\"M97 43.805h237v45H97v-45Z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M332.419 43.805v45h3.162v-45h-3.162Z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#h)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"115.977\" y=\"71.205\">Aviso SDR Recommendation</tspan></text><mask id=\"i\" fill=\"#fff\"><path d=\"M97 88.805h237v63H97v-63Z\"/></mask><path d=\"M97 88.805h237v63H97v-63Z\" fill=\"#fff\"/><path d=\"M334 151.805v1.58h1.581v-1.58H334Zm-1.581-63v63h3.162v-63h-3.162Zm1.581 61.42H97v3.16h237v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#i)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"112.813\" y=\"125.205\">Kevin Pino</tspan></text><circle cx=\"309.636\" cy=\"120.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"308.411\" y=\"123.424\">i</tspan></text><mask id=\"j\" fill=\"#fff\"><path d=\"M97 151.805h237v63H97v-63Z\"/></mask><path d=\"M97 151.805h237v63H97v-63Z\" fill=\"#FFF6F6\"/><path d=\"M334 214.805v1.58h1.581v-1.58H334Zm-1.581-63v63h3.162v-63h-3.162Zm1.581 61.42H97v3.16h237v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#j)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"112.813\" y=\"188.205\">Cameron Don</tspan></text><circle cx=\"309.636\" cy=\"183.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"308.411\" y=\"186.424\">i</tspan></text><mask id=\"k\" fill=\"#fff\"><path d=\"M97 214.805h237v63H97v-63Z\"/></mask><path d=\"M97 214.805h237v63H97v-63Z\" fill=\"#fff\"/><path d=\"M334 277.805v1.58h1.581v-1.58H334Zm-1.581-63v63h3.162v-63h-3.162Zm1.581 61.42H97v3.16h237v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#k)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"112.813\" y=\"251.205\">Kristin Watson</tspan></text><circle cx=\"309.636\" cy=\"246.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"308.411\" y=\"249.424\">i</tspan></text><mask id=\"l\" fill=\"#fff\"><path d=\"M97 277.805h237v63H97v-63Z\"/></mask><path d=\"M97 277.805h237v63H97v-63Z\" fill=\"#FFF6F6\"/><path d=\"M334 340.805v1.58h1.581v-1.58H334Zm-1.581-63v63h3.162v-63h-3.162Zm1.581 61.42H97v3.16h237v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#l)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"112.813\" y=\"314.205\">Albert Flores</tspan></text><circle cx=\"309.636\" cy=\"309.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"308.411\" y=\"312.424\">i</tspan></text><mask id=\"m\" fill=\"#fff\"><path d=\"M97 340.805h237v63H97v-63Z\"/></mask><path d=\"M97 340.805h237v63H97v-63Z\" fill=\"#fff\"/><path d=\"M334 403.805v1.58h1.581v-1.58H334Zm-1.581-63v63h3.162v-63h-3.162Zm1.581 61.42H97v3.16h237v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#m)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"112.813\" y=\"377.205\">Marvin McKinney</tspan></text><circle cx=\"309.636\" cy=\"372.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"308.411\" y=\"375.424\">i</tspan></text><mask id=\"n\" fill=\"#fff\"><path d=\"M334 43.805h128v45H334v-45Z\"/></mask><path d=\"M334 43.805h128v45H334v-45Z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M460.419 43.805v45h3.162v-45h-3.162Z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#n)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"352.977\" y=\"71.205\">Lead Score</tspan></text><mask id=\"o\" fill=\"#fff\"><path d=\"M334 88.805h128v63H334v-63Z\"/></mask><path d=\"M334 88.805h128v63H334v-63Z\" fill=\"#fff\"/><path d=\"M462 151.805v1.58h1.581v-1.58H462Zm-1.581-63v63h3.162v-63h-3.162Zm1.581 61.42H334v3.16h128v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#o)\"/><circle cx=\"368.588\" cy=\"119.998\" r=\"16\" stroke=\"#FCDCDA\" stroke-width=\"4\"/><path d=\"M368.588 135.998c8.836 0 16-7.163 16-16s-7.164-16-16-16\" stroke=\"#FFCF24\" stroke-width=\"4\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"362.099\" y=\"124.856\">52</tspan></text><circle cx=\"437.636\" cy=\"120.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"436.411\" y=\"123.424\">i</tspan></text><mask id=\"p\" fill=\"#fff\"><path d=\"M334 151.805h128v63H334v-63Z\"/></mask><path d=\"M334 151.805h128v63H334v-63Z\" fill=\"#FFF3F2\"/><path d=\"M462 214.805v1.58h1.581v-1.58H462Zm-1.581-63v63h3.162v-63h-3.162Zm1.581 61.42H334v3.16h128v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#p)\"/><circle cx=\"368.588\" cy=\"182.998\" r=\"16\" stroke=\"#FCDCDA\" stroke-width=\"4\"/><path d=\"M368.588 166.998c8.836 0 16 7.163 16 16s-7.164 16-16 16c-8.837 0-16-7.163-16-16 0-4.82 2.131-9.143 5.503-12.076\" stroke=\"#4EA60B\" stroke-width=\"4\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"361.224\" y=\"187.856\">80</tspan></text><circle cx=\"437.636\" cy=\"183.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"436.411\" y=\"186.424\">i</tspan></text><mask id=\"q\" fill=\"#fff\"><path d=\"M334 214.805h128v63H334v-63Z\"/></mask><path d=\"M334 214.805h128v63H334v-63Z\" fill=\"#fff\"/><path d=\"M462 277.805v1.58h1.581v-1.58H462Zm-1.581-63v63h3.162v-63h-3.162Zm1.581 61.42H334v3.16h128v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#q)\"/><circle cx=\"368.588\" cy=\"245.998\" r=\"16\" stroke=\"#FCDCDA\" stroke-width=\"4\"/><path d=\"M384.588 245.998c0-7.274-4.854-13.414-11.5-15.358\" stroke=\"#F79038\" stroke-width=\"4\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"363.169\" y=\"250.856\">16</tspan></text><circle cx=\"437.636\" cy=\"246.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"436.411\" y=\"249.424\">i</tspan></text><mask id=\"r\" fill=\"#fff\"><path d=\"M334 277.805h128v63H334v-63Z\"/></mask><path d=\"M334 277.805h128v63H334v-63Z\" fill=\"#FFF6F6\"/><path d=\"M462 340.805v1.58h1.581v-1.58H462Zm-1.581-63v63h3.162v-63h-3.162Zm1.581 61.42H334v3.16h128v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#r)\"/><circle cx=\"368.588\" cy=\"308.998\" r=\"16\" stroke=\"#FCDCDA\" stroke-width=\"4\"/><path d=\"M368.588 292.998c8.836 0 16 7.163 16 16s-7.164 16-16 16c-8.837 0-16-7.163-16-16 0-4.82 2.131-9.143 5.503-12.076\" stroke=\"#4EA60B\" stroke-width=\"4\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"361.224\" y=\"313.856\">80</tspan></text><circle cx=\"437.636\" cy=\"309.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"436.411\" y=\"312.424\">i</tspan></text><mask id=\"s\" fill=\"#fff\"><path d=\"M334 340.805h128v63H334v-63Z\"/></mask><path d=\"M334 340.805h128v63H334v-63Z\" fill=\"#fff\"/><path d=\"M462 403.805v1.58h1.581v-1.58H462Zm-1.581-63v63h3.162v-63h-3.162Zm1.581 61.42H334v3.16h128v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#s)\"/><circle cx=\"368.588\" cy=\"371.998\" r=\"16\" stroke=\"#FCDCDA\" stroke-width=\"4\"/><path d=\"M368.588 355.998c8.836 0 16 7.163 16 16s-7.164 16-16 16c-8.837 0-16-7.163-16-16 0-4.82 2.131-9.143 5.503-12.076\" stroke=\"#4EA60B\" stroke-width=\"4\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"361.224\" y=\"376.856\">80</tspan></text><circle cx=\"437.636\" cy=\"372.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"436.411\" y=\"375.424\">i</tspan></text><mask id=\"t\" fill=\"#fff\"><path d=\"M462 43.805h154.443v45H462v-45Z\"/></mask><path d=\"M462 43.805h154.443v45H462v-45Z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M614.858 43.805v45h3.17v-45h-3.17Z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#t)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"481.019\" y=\"71.205\">Aviso Lead Score</tspan></text><mask id=\"u\" fill=\"#fff\"><path d=\"M462 88.805h154.585v63H462v-63Z\"/></mask><path d=\"M462 88.805h154.585v63H462v-63Z\" fill=\"#fff\"/><path d=\"M616.585 151.805v1.58h1.582v-1.58h-1.582Zm-1.581-63v63h3.163v-63h-3.163Zm1.581 61.42H462v3.16h154.585v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#u)\"/><circle cx=\"496.588\" cy=\"119.998\" r=\"16\" stroke=\"#FCDCDA\" stroke-width=\"4\"/><path d=\"M496.588 135.998c8.836 0 16-7.163 16-16s-7.164-16-16-16\" stroke=\"#FFCF24\" stroke-width=\"4\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"490.099\" y=\"124.856\">52</tspan></text><circle cx=\"592.221\" cy=\"120.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"590.996\" y=\"123.424\">i</tspan></text><mask id=\"v\" fill=\"#fff\"><path d=\"M462 151.805h154.585v63H462v-63Z\"/></mask><path d=\"M462 151.805h154.585v63H462v-63Z\" fill=\"#FFF6F6\"/><path d=\"M616.585 214.805v1.58h1.582v-1.58h-1.582Zm-1.581-63v63h3.163v-63h-3.163Zm1.581 61.42H462v3.16h154.585v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#v)\"/><circle cx=\"496.588\" cy=\"182.998\" r=\"16\" stroke=\"#FCDCDA\" stroke-width=\"4\"/><path d=\"M496.588 166.998c8.836 0 16 7.163 16 16s-7.164 16-16 16c-8.837 0-16-7.163-16-16 0-4.82 2.131-9.143 5.503-12.076\" stroke=\"#4EA60B\" stroke-width=\"4\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"489.224\" y=\"187.856\">80</tspan></text><circle cx=\"592.221\" cy=\"183.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"590.996\" y=\"186.424\">i</tspan></text><mask id=\"w\" fill=\"#fff\"><path d=\"M462 214.805h154.585v63H462v-63Z\"/></mask><path d=\"M462 214.805h154.585v63H462v-63Z\" fill=\"#fff\"/><path d=\"M616.585 277.805v1.58h1.582v-1.58h-1.582Zm-1.581-63v63h3.163v-63h-3.163Zm1.581 61.42H462v3.16h154.585v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#w)\"/><circle cx=\"496.588\" cy=\"245.998\" r=\"16\" stroke=\"#FCDCDA\" stroke-width=\"4\"/><path d=\"M496.588 229.998c8.836 0 16 7.163 16 16s-7.164 16-16 16c-8.837 0-16-7.163-16-16 0-4.82 2.131-9.143 5.503-12.076\" stroke=\"#4EA60B\" stroke-width=\"4\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"489.224\" y=\"250.856\">80</tspan></text><circle cx=\"592.221\" cy=\"246.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"590.996\" y=\"249.424\">i</tspan></text><mask id=\"x\" fill=\"#fff\"><path d=\"M462 277.805h154.585v63H462v-63Z\"/></mask><path d=\"M462 277.805h154.585v63H462v-63Z\" fill=\"#FFF6F6\"/><path d=\"M616.585 340.805v1.58h1.582v-1.58h-1.582Zm-1.581-63v63h3.163v-63h-3.163Zm1.581 61.42H462v3.16h154.585v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#x)\"/><circle cx=\"496.588\" cy=\"308.998\" r=\"16\" stroke=\"#FCDCDA\" stroke-width=\"4\"/><path d=\"M496.588 292.998c8.836 0 16 7.163 16 16s-7.164 16-16 16c-8.837 0-16-7.163-16-16 0-4.82 2.131-9.143 5.503-12.076\" stroke=\"#4EA60B\" stroke-width=\"4\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"489.224\" y=\"313.856\">80</tspan></text><circle cx=\"592.221\" cy=\"309.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"590.996\" y=\"312.424\">i</tspan></text><mask id=\"y\" fill=\"#fff\"><path d=\"M462 340.805h154.585v63H462v-63Z\"/></mask><path d=\"M462 340.805h154.585v63H462v-63Z\" fill=\"#fff\"/><path d=\"M616.585 403.805v1.58h1.582v-1.58h-1.582Zm-1.581-63v63h3.163v-63h-3.163Zm1.581 61.42H462v3.16h154.585v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#y)\"/><circle cx=\"496.588\" cy=\"371.998\" r=\"16\" stroke=\"#FCDCDA\" stroke-width=\"4\"/><path d=\"M496.588 355.998c8.836 0 16 7.163 16 16s-7.164 16-16 16c-8.837 0-16-7.163-16-16 0-4.82 2.131-9.143 5.503-12.076\" stroke=\"#4EA60B\" stroke-width=\"4\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"489.224\" y=\"376.856\">80</tspan></text><circle cx=\"592.221\" cy=\"372.305\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"590.996\" y=\"375.424\">i</tspan></text><mask id=\"z\" fill=\"#fff\"><path d=\"M616.586 43.805h168v45h-168v-45Z\"/></mask><path d=\"M616.586 43.805h168v45h-168v-45Z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M783.005 43.805v45h3.162v-45h-3.162Z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#z)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"635.562\" y=\"71.205\">Status</tspan></text><mask id=\"A\" fill=\"#fff\"><path d=\"M616.586 88.805h167.859v63H616.586v-63Z\"/></mask><path d=\"M616.586 88.805h167.859v63H616.586v-63Z\" fill=\"#fff\"/><path d=\"M784.445 151.805v1.58h1.581v-1.58h-1.581Zm-1.582-63v63h3.163v-63h-3.163Zm1.582 61.42H616.586v3.16h167.859v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#A)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"632.399\" y=\"125.205\">Converted</tspan></text><mask id=\"B\" fill=\"#fff\"><path d=\"M616.586 151.805h167.859v63H616.586v-63Z\"/></mask><path d=\"M616.586 151.805h167.859v63H616.586v-63Z\" fill=\"#FFF3F2\"/><path d=\"M784.445 214.805v1.58h1.581v-1.58h-1.581Zm-1.582-63v63h3.163v-63h-3.163Zm1.582 61.42H616.586v3.16h167.859v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#B)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"632.399\" y=\"188.205\">Not Converted</tspan></text><mask id=\"C\" fill=\"#fff\"><path d=\"M616.586 214.805h167.859v63H616.586v-63Z\"/></mask><path d=\"M616.586 214.805h167.859v63H616.586v-63Z\" fill=\"#fff\"/><path d=\"M784.445 277.805v1.58h1.581v-1.58h-1.581Zm-1.582-63v63h3.163v-63h-3.163Zm1.582 61.42H616.586v3.16h167.859v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#C)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"632.399\" y=\"251.205\">Converted</tspan></text><mask id=\"D\" fill=\"#fff\"><path d=\"M616.586 277.805h167.859v63H616.586v-63Z\"/></mask><path d=\"M616.586 277.805h167.859v63H616.586v-63Z\" fill=\"#FFF6F6\"/><path d=\"M784.445 340.805v1.58h1.581v-1.58h-1.581Zm-1.582-63v63h3.163v-63h-3.163Zm1.582 61.42H616.586v3.16h167.859v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#D)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"632.399\" y=\"314.205\">Contacted</tspan></text><mask id=\"E\" fill=\"#fff\"><path d=\"M616.586 340.805h167.859v63H616.586v-63Z\"/></mask><path d=\"M616.586 340.805h167.859v63H616.586v-63Z\" fill=\"#fff\"/><path d=\"M784.445 403.805v1.58h1.581v-1.58h-1.581Zm-1.582-63v63h3.163v-63h-3.163Zm1.582 61.42H616.586v3.16h167.859v-3.16Z\" fill=\"#DDE0EB\" mask=\"url(#E)\"/><text fill=\"#151B42\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"632.399\" y=\"377.205\">Open</tspan></text></g></g><g filter=\"url(#F)\"><path d=\"M617 100.135a3.33 3.33 0 0 1 3.331-3.33h281.293a3.331 3.331 0 0 1 3.331 3.375l-.034 2.481v225.813a3.33 3.33 0 0 1-3.331 3.331H620.331a3.33 3.33 0 0 1-3.331-3.331V100.135Z\" fill=\"url(#G)\"/></g><path d=\"M617 140.805h288v-40.67a3.33 3.33 0 0 0-3.331-3.33H620.331a3.33 3.33 0 0 0-3.331 3.33v40.67Z\" fill=\"#fff\" fill-opacity=\".2\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"9.992\" letter-spacing=\"0em\"><tspan x=\"641\" y=\"207.052\">The lead conversion rate is 13% less than the </tspan><tspan x=\"641\" y=\"222.052\">average (32.6%) if the age of the lead is between </tspan><tspan x=\"641\" y=\"237.052\">7 days and 436 days.</tspan></text><path fill=\"#FF6475\" d=\"M631.066 195.805h3.649v14.988h-3.649z\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"9.992\" letter-spacing=\"0em\"><tspan x=\"641\" y=\"264.802\">Leads from Event Registration have a 25% less </tspan><tspan x=\"641\" y=\"279.802\">chance of converting</tspan></text><path fill=\"#FF6A7B\" d=\"M631.066 253.805h3.649v14.988h-3.649z\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"9.992\" letter-spacing=\"0em\"><tspan x=\"640.555\" y=\"306.802\">Product Manager has less chance of converting</tspan></text><path fill=\"#FF7585\" d=\"M631.066 295.805h3.649v14.988h-3.649z\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"9.992\" letter-spacing=\"0em\"><tspan x=\"641\" y=\"164.802\">Leads are 7% more likely to convert if they have </tspan><tspan x=\"641\" y=\"179.802\">not opted out of receiving emails.</tspan></text><path fill=\"#83E473\" d=\"M631.066 154.258h3.649v14.988h-3.649z\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"11.657\" font-weight=\"600\" letter-spacing=\"0\"><tspan x=\"648.583\" y=\"122.707\">Lead Score Explanations</tspan></text><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M638.504 119.654c0-.49.247-.919.613-1.155l-2.216-4.781a.427.427 0 0 0-.786-.002l-5.004 10.687c-.21.449.274.905.665.626l6.82-4.872a1.44 1.44 0 0 1-.092-.503Zm3.348 4.749-1.633-3.489c-.14.058-.292.09-.451.09-.381 0-.723-.181-.955-.467l-2.154 1.558 4.529 2.933c.39.28.875-.176.664-.625Zm-2.888-4.749c0-.474.361-.86.805-.86.444 0 .805.386.805.86s-.361.859-.805.859c-.444 0-.805-.385-.805-.859Z\" fill=\"#fff\"/><path d=\"M618.172 127.62v-19.983l-12.49 10.161 12.49 9.822Z\" fill=\"#F4726B\"/><g filter=\"url(#H)\"><path d=\"M29 165.135a3.33 3.33 0 0 1 3.33-3.33h247.303a3.33 3.33 0 0 1 3.33 3.367l-.033 2.963v244.339a3.33 3.33 0 0 1-3.33 3.331H32.33a3.33 3.33 0 0 1-3.33-3.331V165.135Z\" fill=\"url(#I)\"/></g><path d=\"M29 205.805h254v-40.67a3.33 3.33 0 0 0-3.331-3.33H32.331a3.33 3.33 0 0 0-3.331 3.33v40.67Z\" fill=\"#fff\" fill-opacity=\".2\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"9.992\" letter-spacing=\"0em\"><tspan x=\"54\" y=\"273.802\">The lead conversion rate is 13% less than </tspan><tspan x=\"54\" y=\"288.802\">the average (32.6%) if the age of the lead </tspan><tspan x=\"54\" y=\"303.802\">is between 7 days and 436 days.</tspan></text><path fill=\"#FF6475\" d=\"M43.678 262.555h3.824v14.988h-3.824z\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"9.992\" letter-spacing=\"0em\"><tspan x=\"54\" y=\"331.802\">Leads from Event Registration have a 25% </tspan><tspan x=\"54\" y=\"346.802\">less chance of converting</tspan></text><path fill=\"#FF6A7B\" d=\"M43.678 320.854h3.824v14.988h-3.824z\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"9.992\" letter-spacing=\"0em\"><tspan x=\"54\" y=\"374.802\">Product Manager has less chance of </tspan><tspan x=\"54\" y=\"389.802\">converting</tspan></text><path fill=\"#FF7585\" d=\"M43.678 364.15h3.824v14.988h-3.824z\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"9.992\" letter-spacing=\"0em\"><tspan x=\"54\" y=\"229.802\">Leads are 7% more likely to convert if they </tspan><tspan x=\"54\" y=\"244.802\">have not opted out of receiving emails.</tspan></text><path fill=\"#83E473\" d=\"M43.678 219.258h3.824v14.988h-3.824z\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Poppins\" font-size=\"11.657\" font-weight=\"600\" letter-spacing=\"0\"><tspan x=\"62.514\" y=\"187.547\">Why this SDR Recommendation?</tspan></text><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M51.857 184.654c0-.49.27-.919.674-1.155l-2.437-4.781a.49.49 0 0 0-.865-.002l-5.502 10.687c-.231.449.301.905.731.626l7.5-4.872a1.31 1.31 0 0 1-.101-.503Zm3.681 4.748-1.796-3.488a1.403 1.403 0 0 1-1.546-.377l-2.369 1.558 4.98 2.933c.43.28.963-.176.731-.626Zm-3.176-4.748c0-.474.397-.86.885-.86s.886.386.886.86a.873.873 0 0 1-.886.859.873.873 0 0 1-.885-.859Z\" fill=\"#fff\"/><path d=\"M283 192.62v-19.983l12.49 10.161L283 192.62Z\" fill=\"#E17176\"/><defs><radialGradient id=\"b\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"rotate(-90 500.373 -34.103) scale(12.1331)\"><stop stop-color=\"#8DD97A\"/><stop offset=\".843\" stop-color=\"#50AE07\"/></radialGradient><radialGradient id=\"c\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"rotate(-90 530.704 -3.769) scale(12.1331)\"><stop stop-color=\"#8DD97A\"/><stop offset=\".843\" stop-color=\"#50AE07\"/></radialGradient><radialGradient id=\"d\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"rotate(-90 671.752 -205.48) scale(12.1331)\"><stop offset=\".19\" stop-color=\"#F53333\"/><stop offset=\"1\" stop-color=\"#FF9393\"/></radialGradient><radialGradient id=\"e\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"rotate(-90 702.59 -174.643) scale(12.1331)\"><stop offset=\".19\" stop-color=\"#F53333\"/><stop offset=\"1\" stop-color=\"#FF9393\"/></radialGradient><filter id=\"a\" x=\"198.184\" y=\"403.989\" width=\"751.472\" height=\"192.337\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dx=\"3.049\" dy=\"3.049\"/><feGaussianBlur stdDeviation=\"11.432\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_4507\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_4507\" result=\"shape\"/></filter><filter id=\"f\" x=\"79\" y=\"25.805\" width=\"717\" height=\"400\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dx=\"2\" dy=\"2\"/><feGaussianBlur stdDeviation=\"10\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_4507\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_4507\" result=\"shape\"/></filter><filter id=\"F\" x=\"605.343\" y=\"88.478\" width=\"311.269\" height=\"258.314\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"3.331\"/><feGaussianBlur stdDeviation=\"5.829\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.48 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_4507\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_4507\" result=\"shape\"/></filter><filter id=\"H\" x=\"17.343\" y=\"153.478\" width=\"277.277\" height=\"277.314\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"3.331\"/><feGaussianBlur stdDeviation=\"5.829\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.48 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_4507\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_4507\" result=\"shape\"/></filter><linearGradient id=\"G\" x1=\"761\" y1=\"96.805\" x2=\"1059.29\" y2=\"506.525\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F04E45\"/><stop offset=\"1\" stop-color=\"#2F49BA\"/></linearGradient><linearGradient id=\"I\" x1=\"129.5\" y1=\"176.305\" x2=\"331.5\" y2=\"651.805\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F04E45\"/><stop offset=\"1\" stop-color=\"#2F49BA\"/></linearGradient><clipPath id=\"g\"><rect x=\"97\" y=\"43.805\" width=\"677\" height=\"360\" rx=\"8\" fill=\"#fff\"/></clipPath></defs></svg>',transformTemplate:transformTemplate2,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1axua41\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15q38li\",\"data-framer-name\":\"Sales_Engagement\",fill:\"black\",intrinsicHeight:1001,intrinsicWidth:1460,svg:'<svg width=\"1460\" height=\"1001\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M302.793 337.352V134.851a8.837 8.837 0 0 1 8.837-8.837h312.175m547.955 460.859V886.39c0 4.881-3.95 8.837-8.83 8.837H792.646m266.384-763.735h299.52c4.88 0 8.83 3.957 8.83 8.837v370.28\" stroke=\"#fff\" stroke-width=\"2.209\" stroke-dasharray=\"8.84 8.84\"/><g filter=\"url(#a)\"><rect x=\"590.245\" y=\"45.805\" width=\"687.893\" height=\"547.828\" rx=\"10\" fill=\"#fff\"/></g><path d=\"M590.245 150.183h687.845v433.45c0 5.523-4.48 10-10 10H600.245c-5.523 0-10-4.477-10-10v-433.45Z\" fill=\"#D9D9D9\" fill-opacity=\".3\"/><path d=\"M602.063 160.248h664.257v433.385H602.063V160.248Z\" fill=\"#fff\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"30\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"611.654\" y=\"86.699\">Sequences</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"15\" letter-spacing=\"0em\"><tspan x=\"804.924\" y=\"87.501\">Sequences </tspan><tspan x=\"897.634\" y=\"87.501\"> 04 Sequence</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"15\" letter-spacing=\"0em\"><tspan x=\"887.746\" y=\"87.501\">&gt;</tspan></text><path d=\"M591.071 150.183h687.069\" stroke=\"#D8D8D8\" stroke-width=\"1.653\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"613.649\" y=\"134.56\">Step Designer</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"760.663\" y=\"134.606\">Prospects</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"850.663\" y=\"134.606\">People Analytics</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"984.663\" y=\"134.606\">Sequence Settings</tspan></text><path d=\"M613.649 149.368a2.618 2.618 0 0 1 2.618-2.617h114.798a2.617 2.617 0 0 1 2.617 2.617H613.649Z\" fill=\"#F04E45\"/><path d=\"M627.682 184.999v319.272\" stroke=\"#8F8F8F\" stroke-opacity=\".3\" stroke-linecap=\"round\" stroke-dasharray=\"6 6\"/><rect x=\"649.844\" y=\"177.175\" width=\"594.72\" height=\"116.579\" rx=\"5\" fill=\"#fff\"/><rect x=\"650.344\" y=\"177.675\" width=\"593.72\" height=\"115.579\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"661.635\" y=\"199.75\">Step #1</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"718.635\" y=\"199.75\">Manual Email  </tspan><tspan x=\"818.986\" y=\"199.75\">  Day 1</tspan></text><text fill=\"#151A47\" fill-opacity=\".3\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"814.188\" y=\"199.75\">|</tspan></text><path d=\"m875.635 198.431-5.196-5.657h10.392l-5.196 5.657Z\" fill=\"#151A47\"/><rect x=\"661.635\" y=\"212.67\" width=\"572.89\" height=\"33.525\" rx=\"3\" fill=\"#F1F1F1\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"732.924\" y=\"233.069\">Introduction</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"870.166\" y=\"233.069\">Hey {{first_name}}, Your team\u2019s potential shines brighter when forecasti...</tspan></text><rect x=\"663.166\" y=\"258.707\" width=\"18\" height=\"18\" rx=\"9\" fill=\"#151A47\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M673.058 263.207h-1.3v3.508h-4.092v1.4h4.092v4.092h1.3v-4.092h3.608v-1.4h-3.608v-3.508Z\" fill=\"#fff\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"687.166\" y=\"271.343\">Add variant</tspan></text><rect x=\"772.166\" y=\"258.707\" width=\"18\" height=\"18\" rx=\"9\" fill=\"#151A47\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M782.058 263.207h-1.3v3.508h-4.092v1.4h4.092v4.092h1.3v-4.092h3.608v-1.4h-3.608v-3.508Z\" fill=\"#fff\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"796.166\" y=\"271.343\">Add conditions</tspan></text><circle cx=\"713.781\" cy=\"229.433\" r=\"11.044\" fill=\"#959595\" fill-opacity=\".25\"/><text fill=\"#8F8F8F\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"709.051\" y=\"233.14\">A</tspan></text><path d=\"M671.866 229.339a5.022 5.022 0 0 1 5.022-5.022h14.591a5.021 5.021 0 0 1 0 10.043h-14.591a5.021 5.021 0 0 1-5.022-5.021Z\" fill=\"#F04E45\"/><path d=\"M687.02 229.277a4.146 4.146 0 0 1 8.292 0v.125a4.146 4.146 0 0 1-8.292 0v-.125Z\" fill=\"#fff\"/><rect x=\"649.844\" y=\"305.754\" width=\"594.72\" height=\"82.19\" rx=\"5\" fill=\"#fff\"/><rect x=\"650.344\" y=\"306.254\" width=\"593.72\" height=\"81.19\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"661.635\" y=\"328.329\">Step #2</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"720.635\" y=\"328.329\">LinkedIn  </tspan><tspan x=\"789.199\" y=\"328.329\">  Day 1</tspan></text><text fill=\"#151A47\" fill-opacity=\".3\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"784.4\" y=\"328.329\">|</tspan></text><path d=\"m846.635 327.01-5.196-5.657h10.392l-5.196 5.657Z\" fill=\"#151A47\"/><rect x=\"661.635\" y=\"341.249\" width=\"572.89\" height=\"33.525\" rx=\"3\" fill=\"#F1F1F1\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"706.924\" y=\"360.648\">View LinkedIn</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"870.166\" y=\"361.648\">Connection Request</tspan></text><path d=\"M671.866 357.918a5.022 5.022 0 0 1 5.022-5.022h14.591a5.021 5.021 0 0 1 0 10.043h-14.591a5.021 5.021 0 0 1-5.022-5.021Z\" fill=\"#F04E45\"/><path d=\"M687.02 357.856a4.146 4.146 0 0 1 8.292 0v.125a4.146 4.146 0 1 1-8.292 0v-.125Z\" fill=\"#fff\"/><rect x=\"649.844\" y=\"399.943\" width=\"594.72\" height=\"82.502\" rx=\"5\" fill=\"#fff\"/><rect x=\"650.344\" y=\"400.443\" width=\"593.72\" height=\"81.502\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"661.635\" y=\"422.519\">Step #3</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"721.635\" y=\"422.519\">Phone Call  </tspan><tspan x=\"805.184\" y=\"422.519\">  Day 1</tspan></text><text fill=\"#151A47\" fill-opacity=\".3\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"800.385\" y=\"422.519\">|</tspan></text><path d=\"m862.635 421.199-5.196-5.657h10.392l-5.196 5.657Z\" fill=\"#151A47\"/><rect x=\"661.635\" y=\"435.438\" width=\"572.89\" height=\"33.525\" rx=\"3\" fill=\"#F1F1F1\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"709.924\" y=\"455.838\">Call</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"870.166\" y=\"455.838\">Call - No Voice Mail</tspan></text><path d=\"M671.866 452.107a5.021 5.021 0 0 1 5.022-5.021h14.591a5.021 5.021 0 0 1 0 10.043h-14.591a5.021 5.021 0 0 1-5.022-5.022Z\" fill=\"#F04E45\"/><path d=\"M687.02 452.045a4.147 4.147 0 0 1 8.292 0v.125a4.146 4.146 0 1 1-8.292 0v-.125Z\" fill=\"#fff\"/><rect x=\"649.844\" y=\"494.446\" width=\"594.72\" height=\"83.428\" rx=\"5\" fill=\"#fff\"/><rect x=\"650.344\" y=\"494.946\" width=\"593.72\" height=\"82.428\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"661.635\" y=\"517.022\">Step #4</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"721.635\" y=\"517.022\">Automated Email  </tspan><tspan x=\"847.443\" y=\"517.022\">  Day 1</tspan></text><text fill=\"#151A47\" fill-opacity=\".3\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"842.645\" y=\"517.022\">|</tspan></text><path d=\"m904.635 515.702-5.196-5.657h10.392l-5.196 5.657Z\" fill=\"#151A47\"/><rect x=\"661.635\" y=\"529.941\" width=\"572.89\" height=\"33.525\" rx=\"3\" fill=\"#F1F1F1\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"732.924\" y=\"550.34\">Follow Up</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"870.166\" y=\"550.34\">Hey {{first_name}}, Just touching base following my previous email abou.....</tspan></text><circle cx=\"713.781\" cy=\"546.704\" r=\"11.044\" fill=\"#959595\" fill-opacity=\".25\"/><text fill=\"#8F8F8F\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"709.051\" y=\"550.411\">A</tspan></text><path d=\"M671.866 546.61a5.021 5.021 0 0 1 5.022-5.021h14.591a5.021 5.021 0 0 1 0 10.043h-14.591a5.021 5.021 0 0 1-5.022-5.022Z\" fill=\"#F04E45\"/><path d=\"M687.02 546.548a4.147 4.147 0 0 1 8.292 0v.125a4.146 4.146 0 1 1-8.292 0v-.125Z\" fill=\"#fff\"/><circle cx=\"627.681\" cy=\"188.219\" r=\"11.044\" fill=\"#E4E4E4\"/><path d=\"M622.096 190.093v-4.863a1 1 0 0 1 1-1h9.169a1 1 0 0 1 1 1v5.977a1 1 0 0 1-1 1h-8.234\" stroke=\"#8F8F8F\" stroke-linecap=\"round\"/><path d=\"m622.615 184.64 4.396 3.591a1 1 0 0 0 1.254.009l4.54-3.6\" stroke=\"#8F8F8F\" stroke-linecap=\"round\"/><circle cx=\"627.681\" cy=\"412.396\" r=\"11.044\" fill=\"#E4E4E4\"/><path d=\"M628.953 415.241c-1.383-1.009-3.104-2.64-4.16-4.14a.437.437 0 0 1 .159-.649l.828-.406a.804.804 0 0 0 .322-.945c-.316-.882-.733-1.706-1.282-2.313a.624.624 0 0 0-.46-.195c-.728 0-2.925.639-2.381 3.738 1.505 5.633 7.64 7.708 8.104 7.808 1.188.296 3.279-.528 3.384-2.217a.919.919 0 0 0-.269-.713c-.67-.649-1.842-1.093-2.476-1.331a.535.535 0 0 0-.665.259l-.502.966c-.126.212-.282.371-.483.228l-.119-.09Z\" stroke=\"#8F8F8F\" stroke-linecap=\"round\"/><circle cx=\"627.681\" cy=\"506.485\" r=\"11.044\" fill=\"#E4E4E4\"/><path d=\"M622.097 505.359v-1.863a1 1 0 0 1 1-1h9.169a1 1 0 0 1 1 1v5.977a1 1 0 0 1-1 1h-6.234\" stroke=\"#8F8F8F\" stroke-linecap=\"round\"/><path d=\"m622.791 502.905 4.218 3.572a1 1 0 0 0 1.268.02l4.528-3.592m-9.276 6.057-1.102 1.461 1.383.943\" stroke=\"#8F8F8F\" stroke-linecap=\"round\"/><path d=\"M621.177 508.574a.501.501 0 0 0 1-.026l-1 .026Zm1.822-1.802-.134-.482.134.482Zm1.175.069.19-.463-.19.463Zm1.104 1.931.495.071-.495-.071Zm-.537 1.047-.347-.36.347.36Zm-1.067.496.052.497-.052-.497Zm-1.497-1.767a1.317 1.317 0 0 1 .256-.812l-.804-.594a2.311 2.311 0 0 0-.452 1.432l1-.026Zm.256-.812c.173-.234.42-.404.701-.483l-.269-.963c-.495.139-.93.438-1.236.852l.804.594Zm.701-.483c.281-.078.58-.061.85.05l.38-.925a2.316 2.316 0 0 0-1.499-.088l.269.963Zm.85.05c.27.111.495.309.639.562l.869-.496a2.314 2.314 0 0 0-1.128-.991l-.38.925Zm.639.562c.145.253.201.547.16.836l.99.142a2.31 2.31 0 0 0-.281-1.474l-.869.496Zm.16.836a1.317 1.317 0 0 1-.389.758l.694.72c.37-.356.611-.826.685-1.336l-.99-.142Zm-.389.758c-.21.202-.482.328-.772.358l.104.995a2.313 2.313 0 0 0 1.362-.633l-.694-.72Zm-.772.358a1.306 1.306 0 0 1-.829-.191l-.53.848c.437.272.951.391 1.463.338l-.104-.995Z\" fill=\"#8F8F8F\"/><circle cx=\"627.681\" cy=\"317.308\" r=\"11.044\" fill=\"#E4E4E4\"/><rect x=\"622.182\" y=\"311.809\" width=\"11\" height=\"11\" rx=\"1\" fill=\"#8F8F8F\"/><path d=\"M627.78 317.852v3.239h-1.062v-5.455h1.019v.888h.067c.126-.289.322-.521.59-.696.27-.175.61-.263 1.019-.263.372 0 .697.079.977.235.279.154.496.383.65.689.153.305.23.683.23 1.133v3.469h-1.061v-3.342c0-.395-.103-.704-.309-.926-.206-.225-.489-.338-.849-.338-.246 0-.465.053-.657.16-.189.107-.34.263-.451.469-.109.203-.163.45-.163.738Zm-3.552 3.239v-5.454h1.062v5.454h-1.062Zm.536-6.296a.672.672 0 0 1-.476-.185.599.599 0 0 1-.195-.447c0-.175.065-.324.195-.447a.667.667 0 0 1 .476-.189c.185 0 .342.063.472.189a.586.586 0 0 1 .199.447.592.592 0 0 1-.199.447.658.658 0 0 1-.472.185Z\" fill=\"#fff\"/><g filter=\"url(#b)\"><g clip-path=\"url(#c)\"><rect x=\"1029.94\" y=\"277.514\" width=\"390\" height=\"462\" rx=\"10\" fill=\"#fff\"/><rect x=\"1045.63\" y=\"368.784\" width=\"355.849\" height=\"39.422\" rx=\"5\" fill=\"#fff\"/><rect x=\"1046.13\" y=\"369.284\" width=\"354.849\" height=\"38.422\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"1045.29\" y=\"358.875\">What is your company\u2019s name?</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"1254.41\" y=\"358.875\">*</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"1062.11\" y=\"392.586\">Aviso AI</tspan></text><text fill=\"#B2B3B5\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" letter-spacing=\"0em\"><tspan x=\"1370.3\" y=\"359.148\">7/150</tspan></text><rect x=\"1045.66\" y=\"485.339\" width=\"355.819\" height=\"238.491\" rx=\"5\" fill=\"#fff\"/><rect x=\"1046.16\" y=\"485.839\" width=\"354.819\" height=\"237.491\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"1045.32\" y=\"455.43\">What is your company or product </tspan><tspan x=\"1045.32\" y=\"472.43\">description?</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"1129.79\" y=\"472.43\">*</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"1059.81\" y=\"513.221\">Aviso is a Revenue Operating System that helps </tspan><tspan x=\"1059.81\" y=\"531.221\">GTM teams deliver 98%+ accurate forecasts, </tspan><tspan x=\"1059.81\" y=\"549.221\">predict future pipeline, and win more deals.</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"1059.81\" y=\"584.221\">Leaders such as Honeywell, New Relic, Elastic, </tspan><tspan x=\"1059.81\" y=\"602.221\">Armis and RingCentral have standardized on </tspan><tspan x=\"1059.81\" y=\"622.221\">Aviso to manage revenue, gaining over </tspan><tspan x=\"1189.6\" y=\"642.221\"> per rep, </tspan><tspan x=\"1136.53\" y=\"662.221\"> </tspan><tspan x=\"1198.92\" y=\"682.221\">and over </tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16\" font-weight=\"bold\" letter-spacing=\"0em\"><tspan x=\"1318.78\" y=\"622.221\">55% </tspan><tspan x=\"1059.81\" y=\"642.221\">net new revenue</tspan><tspan x=\"1248.89\" y=\"642.221\">39% higher\\n</tspan><tspan x=\"1059.81\" y=\"662.221\">win rates,</tspan><tspan x=\"1140.46\" y=\"662.221\">160% higher pipeline </tspan><tspan x=\"1059.81\" y=\"682.221\">conversion rates, </tspan><tspan x=\"1260.52\" y=\"682.221\">31% faster </tspan><tspan x=\"1059.81\" y=\"702.221\">sales cycles.</tspan></text><text fill=\"#B2B3B5\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" letter-spacing=\"0em\"><tspan x=\"1370.46\" y=\"472.703\">0/100</tspan></text><path d=\"M1030.67 323.784h391.72\" stroke=\"#D8D8D8\" stroke-width=\"1.653\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"1048.51\" y=\"308.162\">Sequence Inputs</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"1233\" y=\"308.207\">AI Tool Kit</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"1333\" y=\"308.207\">Repository</tspan></text><path d=\"M1048.17 322.97a2.616 2.616 0 0 1 2.62-2.617h137.95c1.44 0 2.61 1.171 2.61 2.617h-143.18Z\" fill=\"#F04E45\"/></g></g><rect x=\"41\" y=\"264.684\" width=\"523.587\" height=\"469.951\" rx=\"10\" fill=\"url(#d)\"/><path d=\"M41.844 330.791h521.933M41.846 672.453h522.098\" stroke=\"#D5D5D5\" stroke-opacity=\".3\" stroke-width=\"1.653\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><rect x=\"527.107\" y=\"286.37\" width=\"22\" height=\"22\" rx=\"11\" fill=\"#fff\" fill-opacity=\".5\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m533.658 291.885-.99.99 4.496 4.495-4.496 4.496.99.99 4.496-4.496 4.403 4.403.99-.99-4.404-4.403 4.404-4.403-.99-.99-4.403 4.403-4.496-4.495Z\" fill=\"#CD4E5B\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"30\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"56.922\" y=\"308.279\">Create A Sequence</tspan></text><rect x=\"56.201\" y=\"347.791\" width=\"241.861\" height=\"148.062\" rx=\"10\" fill=\"#fff\" fill-opacity=\".33\"/><path d=\"M105.085 385.346v-13.665l-6.328-6.676h-22.09a4.179 4.179 0 0 0-4.179 4.178v28.941a4.18 4.18 0 0 0 4.178 4.178h22.239\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m104.632 372.638-6.99.078v-7.068\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M77.958 391.361H90.39m-12.432-20.388H90.39m-12.432 9.945h18.4m-18.535 5.171H89.94m-11.982-10.144h14.919m-15.054 20.553h14.249\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path clip-rule=\"evenodd\" d=\"m108.81 395.677-.539 1.114-.053.105-2.332 4.848c-.209.444-.836.444-1.062.017l-6.885-13.413c-.287-.565.357-1.149.888-.8l6.38 2.898 6.31-3.038c.523-.357 1.184.209.906.775l-3.613 7.485v.009Z\" stroke=\"#F93F41\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"bold\" letter-spacing=\"0em\"><tspan x=\"72.488\" y=\"437.847\">Create from Scratch</tspan></text><text fill=\"#fff\" fill-opacity=\".6\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"72.488\" y=\"458.23\">Create your won sequence </tspan><tspan x=\"72.488\" y=\"475.23\">from scratch</tspan></text><rect x=\"307.525\" y=\"347.791\" width=\"241.861\" height=\"148.062\" rx=\"10\" fill=\"#fff\" fill-opacity=\".33\"/><path clip-rule=\"evenodd\" d=\"m350.299 385.129-.461-.946-.04-.089-2.005-4.116a.5.5 0 0 0-.898-.008l-5.813 11.425c-.243.477.307.97.76.679l5.409-2.49 5.377 2.563c.445.307 1.003-.178.768-.663l-3.097-6.355Z\" stroke=\"#F93F41\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M346.209 370.579h16.195v7.85\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m359.986 378.683 2.418 4.188 2.417-4.188h-4.835Z\" fill=\"#151A47\"/><path d=\"M352.152 401.295h-20.19v-15.653\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m334.379 386.354-2.417-4.188-2.426 4.188h4.843Z\" fill=\"#151A47\"/><path d=\"M333.924 372.158a3.826 3.826 0 1 0 .001-7.653 3.826 3.826 0 0 0-.001 7.653Z\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-miterlimit=\"10\"/><path d=\"M328.102 380.059a5.823 5.823 0 0 1 11.645 0h-6.722\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M362.279 392.918a3.826 3.826 0 1 0 0-7.653 3.826 3.826 0 0 0 0 7.653Z\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-miterlimit=\"10\"/><path d=\"M356.456 400.819a5.824 5.824 0 0 1 11.646 0h-6.723\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"bold\" letter-spacing=\"0em\"><tspan x=\"328.102\" y=\"436.84\">Shared Templates</tspan></text><text fill=\"#fff\" fill-opacity=\".6\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"328.102\" y=\"457.222\">Use shared templates</tspan></text><rect x=\"56.201\" y=\"505.274\" width=\"241.861\" height=\"148.062\" rx=\"10\" fill=\"#fff\" fill-opacity=\".33\"/><path d=\"M75.543 542.977v10.392a4.512 4.512 0 0 0 4.498 4.498h22.287\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M108.678 534.311h-15.45m15.503 4.712H93.228m7.448 10.297H80.197m21.577 3.951H80.197\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path clip-rule=\"evenodd\" d=\"m105.996 550.529-.18-1.046-.015-.097-.784-4.55a.508.508 0 0 1 .732-.538l11.506 5.925c.485.247.321.979-.224 1.001l-5.903 1.158-2.891 5.275c-.187.516-.934.448-1.024-.09l-1.217-7.03v-.008Z\" stroke=\"#F93F41\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M112.66 542.917v-9.691a4.512 4.512 0 0 0-4.498-4.497H85.785m-11.516 8.23s4.066-.713 5.382-3.152c1.317-2.438.41-7.412.41-7.412s1.322 4.572 2.542 5.687c1.219 1.116 4.877.811 4.877.811s-4.067 1.524-4.773 3.457c-.714 1.933-.811 7.211-.811 7.211s0-3.152-2.238-4.974c-2.237-1.829-5.383-1.628-5.383-1.628h-.006Z\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M72.488 530.239s1.365-.235 1.808-1.059c.444-.825.139-2.494.139-2.494s.443 1.538.852 1.912c.409.374 1.635.27 1.635.27s-1.365.512-1.607 1.157c-.243.644-.27 2.424-.27 2.424s0-1.059-.749-1.669c-.748-.61-1.808-.547-1.808-.547v.006Z\" fill=\"#151A47\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"bold\" letter-spacing=\"0em\"><tspan x=\"72.488\" y=\"593.555\">Use Template</tspan></text><text fill=\"#fff\" fill-opacity=\".6\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"72.488\" y=\"613.937\">Start with pre-made </tspan><tspan x=\"72.488\" y=\"630.937\">sequence</tspan></text><rect x=\"308.025\" y=\"505.774\" width=\"240.861\" height=\"147.062\" rx=\"9.5\" fill=\"#fff\" fill-opacity=\".64\" stroke=\"#fff\"/><path d=\"M343.714 549.833h-10.332a3.757 3.757 0 0 1-3.744-3.745v-13.621a3.757 3.757 0 0 1 3.744-3.744h13.621a3.757 3.757 0 0 1 3.745 3.744v8.465\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M333.187 526.614v-5.974m13.667 5.974v-5.974m-6.662 5.974v-5.974m-7.005 37.649v-5.975m7.376 5.975v-5.975m-19.176-19.557h5.965m-5.965 13.669h5.965m-5.965-6.728h5.965m25.579-6.941h5.974m-5.974 6.224h5.974\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M341.196 544.992h-5.259a1.46 1.46 0 0 1-1.458-1.458v-8.502c0-.808.659-1.459 1.458-1.459h8.502c.808 0 1.459.66 1.459 1.459v4.776\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path clip-rule=\"evenodd\" d=\"m352.764 545.838-1.217-.409-.111-.037-5.297-1.784a.618.618 0 0 0-.78.781l4.962 14.857c.204.622 1.115.566 1.235-.084l2.472-6.848 6.838-2.49c.651-.13.707-1.031.084-1.236l-8.186-2.75Z\" stroke=\"#F93F41\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"bold\" letter-spacing=\"0em\"><tspan x=\"321.387\" y=\"593.228\">Create via AI</tspan></text><text fill=\"#151A47\" fill-opacity=\".34\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"321.387\" y=\"613.61\">Personalise your sequence </tspan><tspan x=\"321.387\" y=\"630.61\">with AI</tspan></text><rect x=\"177.793\" y=\"689.453\" width=\"77\" height=\"26.584\" rx=\"4\" fill=\"#fff\" fill-opacity=\".2\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"193.153\" y=\"707.836\">Cancel</tspan></text><rect x=\"262.793\" y=\"689.453\" width=\"173.329\" height=\"26.387\" rx=\"4\" fill=\"#F04E45\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"281.576\" y=\"707.737\">Create as New View</tspan></text><g clip-path=\"url(#e)\"><rect x=\"592.419\" y=\"630.485\" width=\"358.47\" height=\"324.59\" rx=\"10\" fill=\"#fff\"/><rect x=\"608.137\" y=\"696.756\" width=\"327.369\" height=\"39.422\" rx=\"5\" fill=\"#fff\"/><rect x=\"608.637\" y=\"697.256\" width=\"326.369\" height=\"38.422\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><circle cx=\"628.181\" cy=\"716.331\" r=\"11.044\" fill=\"#959595\" fill-opacity=\".25\"/><path d=\"M628.18 715.048a2.44 2.44 0 1 0 0-4.88 2.44 2.44 0 0 0 0 4.88Z\" stroke=\"#8F8F8F\" stroke-width=\"1.5\" stroke-miterlimit=\"10\"/><path d=\"M623.074 722.495a5.107 5.107 0 0 1 10.213 0h-5.895\" stroke=\"#8F8F8F\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"650.59\" y=\"721.423\">Personalizer</tspan></text><path d=\"m920.444 720.103-5.196-5.657h10.392l-5.196 5.657Z\" fill=\"#151A47\"/><rect x=\"608.137\" y=\"791.311\" width=\"275.693\" height=\"42.688\" rx=\"5\" fill=\"#fff\"/><rect x=\"608.637\" y=\"791.811\" width=\"274.693\" height=\"41.688\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"607.803\" y=\"780.901\">Email address or LinkedIn URL</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"811.309\" y=\"780.901\">*</tspan></text><text fill=\"#B2B3B5\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"616.286\" y=\"817.745\">e.g. adam.james@aviso.com</tspan></text><text fill=\"#B2B3B5\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" letter-spacing=\"0em\"><tspan x=\"901.937\" y=\"780.174\">7/150</tspan></text><rect x=\"608.137\" y=\"895.654\" width=\"325.799\" height=\"42.688\" rx=\"5\" fill=\"#fff\"/><rect x=\"608.637\" y=\"896.154\" width=\"324.799\" height=\"41.688\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"607.803\" y=\"885.245\">Send Email</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"616.286\" y=\"922.089\">don.franklin@aviso.com</tspan></text><text fill=\"#B2B3B5\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" letter-spacing=\"0em\"><tspan x=\"901.937\" y=\"884.518\">7/150</tspan></text><path d=\"M593.143 678.756h357.089\" stroke=\"#D8D8D8\" stroke-width=\"1.653\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"607.984\" y=\"665.179\">Sequence Inputs</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"862.478\" y=\"665.179\">Repository</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"743.609\" y=\"665.133\">AI Tool Kit</tspan></text><path d=\"M736.609 677.941a2.617 2.617 0 0 1 2.617-2.617h101.766a2.617 2.617 0 0 1 2.617 2.617h-107Z\" fill=\"#F04E45\"/><rect x=\"889.779\" y=\"791.311\" width=\"44.114\" height=\"42.688\" rx=\"5\" fill=\"#151A47\"/><path d=\"M911.501 820.244c5.811 0 10.522-4.711 10.522-10.523 0-5.811-4.711-10.522-10.522-10.522-5.812 0-10.522 4.711-10.522 10.522 0 5.812 4.71 10.523 10.522 10.523Zm17.096 5.866-9.396-8.868\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\"/></g><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m1382.32 203.094-14.91 14.142-3.43-3.429.03-.034-11.56-10.97v-7.043l15.08 14.605 14.79-14.314v7.043Zm0-12.54-14.91 14.142-3.43-3.43.03-.034-11.56-10.969v-7.044l15.08 14.605 14.79-14.314v7.044Zm-939.839-49.607 14.142-14.908-3.429-3.429-.034.035-10.97-11.564h-7.043l14.605 15.083-14.314 14.783h7.043Zm-12.54 0 14.141-14.908-3.429-3.429-.034.035-10.969-11.564h-7.044l14.605 15.083-14.314 14.783h7.044Zm626.219 769.214-14.14-14.908 3.43-3.429.03.035 10.97-11.564h7.05l-14.61 15.083 14.31 14.783h-7.04Zm12.54 0-14.14-14.908 3.43-3.429.03.035 10.97-11.564h7.05l-14.61 15.083 14.32 14.783h-7.05Z\" fill=\"#E34E4E\"/><defs><clipPath id=\"c\"><rect x=\"1029.94\" y=\"277.514\" width=\"390\" height=\"462\" rx=\"10\" fill=\"#fff\"/></clipPath><clipPath id=\"e\"><path fill=\"#fff\" transform=\"translate(592.419 630.485)\" d=\"M0 0h358.47v324.59H0z\"/></clipPath><filter id=\"a\" x=\"585.445\" y=\"33.005\" width=\"707.494\" height=\"567.428\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feMorphology radius=\"3\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect1_dropShadow_79_3126\"/><feOffset dx=\"5\" dy=\"-3\"/><feGaussianBlur stdDeviation=\"3.4\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0.550863 0 0 0 0 0.550863 0 0 0 0 0.550863 0 0 0 0.08 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_3126\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_3126\" result=\"shape\"/></filter><filter id=\"b\" x=\"1002.54\" y=\"254.114\" width=\"444.8\" height=\"516.8\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"4\"/><feGaussianBlur stdDeviation=\"13.7\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_3126\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_3126\" result=\"shape\"/></filter><linearGradient id=\"d\" x1=\"302.793\" y1=\"264.684\" x2=\"831.006\" y2=\"1150.3\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F04E45\"/><stop offset=\"1\" stop-color=\"#2F49BA\"/></linearGradient></defs></svg>',transformTemplate:transformTemplate2,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14858q2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4lc94z\",\"data-framer-name\":\"Revenue_Forecasting\",fill:\"black\",intrinsicHeight:748,intrinsicWidth:841,svg:'<svg width=\"841\" height=\"748\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><rect x=\"36\" y=\"33.805\" width=\"748\" height=\"340\" rx=\"9.791\" fill=\"#fff\"/><mask id=\"b\" fill=\"#fff\"><path d=\"M36 119.027h146.84v39.581H36v-39.581Z\"/></mask><path d=\"M36 119.027h146.84v39.581H36v-39.581Z\" fill=\"#fff\"/><path d=\"M36 119.027h146.84v39.581H36v-39.581Z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M36 158.608h-1.632v1.632H36v-1.632Zm146.84-1.631H36v3.263h146.84v-3.263Zm-145.208 1.631v-39.581h-3.264v39.581h3.264Z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#b)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16.318\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"62.108\" y=\"144.752\">Name</tspan></text><path d=\"m153.634 146.233-5.511-5.998h11.021l-5.51 5.998Z\" fill=\"#7F8084\" fill-opacity=\".3\"/><path d=\"m153.633 131.402 5.51 5.999h-11.02l5.51-5.999Z\" fill=\"#7F8084\"/><mask id=\"c\" fill=\"#fff\"><path d=\"M36 156.977h151.3v73.479H36v-73.479Z\"/></mask><path d=\"M36 156.977h151.3v73.479H36v-73.479Z\" fill=\"#FFF3F2\"/><path d=\"M187.3 230.456v1.632h1.631v-1.632H187.3Zm-151.3 0h-1.632v1.632H36v-1.632Zm149.668-73.479v73.479h3.263v-73.479h-3.263Zm1.632 71.848H36v3.263h151.3v-3.263Zm-149.668 1.631v-73.479h-3.264v73.479h3.264Z\" fill=\"#CDCDCD\" mask=\"url(#c)\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" letter-spacing=\"0em\"><tspan x=\"63.74\" y=\"199.057\">Sales Team</tspan></text><circle cx=\"154.914\" cy=\"193.717\" r=\"4.646\" fill=\"#58C96A\"/><path fill=\"#FFF3F2\" d=\"M36.816 229.641h148.49v71.848H36.816z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M36.816 229.641h148.49v71.848H36.816z\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" letter-spacing=\"0em\"><tspan x=\"63.74\" y=\"270.906\">Americas</tspan></text><circle cx=\"139.914\" cy=\"265.565\" r=\"4.646\" fill=\"#58C96A\"/><path fill=\"#FFF3F2\" d=\"M36.816 301.489h151.256v71.848H36.816z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M36.816 301.489h151.256v71.848H36.816z\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" letter-spacing=\"0em\"><tspan x=\"64.534\" y=\"342.753\">Asia Pacific</tspan></text><circle cx=\"155.708\" cy=\"337.413\" r=\"4.646\" fill=\"#58C96A\"/><mask id=\"d\" fill=\"#fff\"><path d=\"M182.858 118.948h152.487v39.581H182.858v-39.581Z\"/></mask><path d=\"M182.858 118.948h152.487v39.581H182.858v-39.581Z\" fill=\"#fff\"/><path d=\"M182.858 118.948h152.487v39.581H182.858v-39.581Z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M335.345 158.529v1.632h1.632v-1.632h-1.632Zm-152.487 0h-1.631v1.632h1.631v-1.632Zm150.856-39.581v39.581h3.263v-39.581h-3.263Zm1.631 37.95H182.858v3.263h152.487v-3.263Zm-150.855 1.631v-39.581h-3.263v39.581h3.263Z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#d)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16.318\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"241.602\" y=\"144.673\">Plan</tspan></text><mask id=\"e\" fill=\"#fff\"><path d=\"M182.858 156.897h151.754v73.43H182.858v-73.43Z\"/></mask><path d=\"M182.858 156.897h151.754v73.43H182.858v-73.43Z\" fill=\"#FFF3F2\"/><path d=\"M334.612 230.327v1.632h1.632v-1.632h-1.632Zm-151.754 0h-1.631v1.632h1.631v-1.632Zm150.123-73.43v73.43h3.263v-73.43h-3.263Zm1.631 71.798H182.858v3.264h151.754v-3.264Zm-150.122 1.632v-73.43h-3.263v73.43h3.263Z\" fill=\"#CACACA\" mask=\"url(#e)\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"230.735\" y=\"198.953\">$83.3M</tspan></text><path fill=\"#FFF3F2\" d=\"M183.674 229.511h150.122v71.848H183.674z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M183.674 229.511h150.122v71.848H183.674z\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"231.235\" y=\"270.776\">$45.5M</tspan></text><path fill=\"#FFF3F2\" d=\"M183.674 301.359h150.122v71.848H183.674z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M183.674 301.359h150.122v71.848H183.674z\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"236.735\" y=\"342.624\">$7.4M</tspan></text><mask id=\"f\" fill=\"#fff\"><path d=\"M483.103 118.948h151.753v39.581H483.103v-39.581Z\"/></mask><path d=\"M483.103 118.948h151.753v39.581H483.103v-39.581Z\" fill=\"#fff\"/><path d=\"M483.103 118.948h151.753v39.581H483.103v-39.581Z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M634.856 158.529v1.632h1.632v-1.632h-1.632Zm-151.753 0h-1.632v1.632h1.632v-1.632Zm150.122-39.581v39.581h3.263v-39.581h-3.263Zm1.631 37.95H483.103v3.263h151.753v-3.263Zm-150.122 1.631v-39.581h-3.263v39.581h3.263Z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#f)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16.318\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"528.979\" y=\"144.673\">Booked</tspan></text><mask id=\"g\" fill=\"#fff\"><path d=\"M483.103 156.897h151.753v73.43H483.103v-73.43Z\"/></mask><path d=\"M483.103 156.897h151.753v73.43H483.103v-73.43Z\" fill=\"#FFF3F2\"/><path d=\"M634.856 230.327v1.632h1.632v-1.632h-1.632Zm-151.753 0h-1.632v1.632h1.632v-1.632Zm150.122-73.43v73.43h3.263v-73.43h-3.263Zm1.631 71.798H483.103v3.264h151.753v-3.264Zm-150.122 1.632v-73.43h-3.263v73.43h3.263Z\" fill=\"#CACACA\" mask=\"url(#g)\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"530.979\" y=\"198.953\">$83.3M</tspan></text><path fill=\"#FFF3F2\" d=\"M483.918 229.511H634.04v71.848H483.918z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M483.918 229.511H634.04v71.848H483.918z\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"531.479\" y=\"270.776\">$45.5M</tspan></text><path fill=\"#FFF3F2\" d=\"M483.918 301.359H634.04v71.848H483.918z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M483.918 301.359H634.04v71.848H483.918z\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"536.979\" y=\"342.624\">$7.4M</tspan></text><mask id=\"h\" fill=\"#fff\"><path d=\"M332.98 119.027h151.008v39.581H332.98v-39.581Z\"/></mask><path d=\"M332.98 119.027h151.008v39.581H332.98v-39.581Z\" fill=\"#fff\"/><path d=\"M332.98 119.027h151.008v39.581H332.98v-39.581Z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M483.988 158.608v1.632h1.631v-1.632h-1.631Zm-151.008 0h-1.631v1.632h1.631v-1.632Zm149.376-39.581v39.581h3.263v-39.581h-3.263Zm1.632 37.95H332.98v3.263h151.008v-3.263Zm-149.376 1.631v-39.581h-3.263v39.581h3.263Z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#h)\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m367.187 144.68-1.966-4.001a1.48 1.48 0 0 1-.542.104 1.51 1.51 0 0 1-1.101-.48c-.014-.014-2.577 1.77-2.577 1.77l5.386 3.328c.467.32 1.05-.203.8-.721Zm-4.034-5.441c0-.56.296-1.055.736-1.323l-2.666-5.479a.522.522 0 0 0-.943 0l-6.025 12.248c-.254.513.329 1.035.801.715l8.208-5.582a1.62 1.62 0 0 1-.111-.579Z\" fill=\"#F04E45\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M364.675 138.255a.978.978 0 0 0-.967.984c0 .541.435.983.967.983a.978.978 0 0 0 .967-.983.971.971 0 0 0-.967-.984Z\" fill=\"#F04F45\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16.318\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"377.038\" y=\"144.752\">AI Forecast</tspan></text><mask id=\"i\" fill=\"#fff\"><path d=\"M332.98 156.977h151.256v73.479H332.98v-73.479Z\"/></mask><path d=\"M332.98 156.977h151.256v73.479H332.98v-73.479Z\" fill=\"#FFF3F2\"/><path d=\"M484.236 230.456v1.632h1.632v-1.632h-1.632Zm-151.256 0h-1.631v1.632h1.631v-1.632Zm149.625-73.479v73.479h3.263v-73.479h-3.263Zm1.631 71.848H332.98v3.263h151.256v-3.263Zm-149.624 1.631v-73.479h-3.263v73.479h3.263Z\" fill=\"#CACACA\" mask=\"url(#i)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"360.636\" y=\"199.057\">$83.3M</tspan></text><circle cx=\"448.031\" cy=\"193.717\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"446.807\" y=\"196.837\">i</tspan></text><path fill=\"#FFF3F2\" d=\"M333.796 229.641H483.42v71.848H333.796z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M333.796 229.641H483.42v71.848H333.796z\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"361.636\" y=\"270.906\">$70.6M</tspan></text><circle cx=\"447.031\" cy=\"265.565\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"445.807\" y=\"268.685\">i</tspan></text><path fill=\"#FFF3F2\" d=\"M333.796 301.489H483.42v71.848H333.796z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M333.796 301.489H483.42v71.848H333.796z\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"362.636\" y=\"342.753\">$10.7M</tspan></text><circle cx=\"446.031\" cy=\"337.413\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"444.807\" y=\"340.533\">i</tspan></text><mask id=\"j\" fill=\"#fff\"><path d=\"M633.225 119.027h151.256v39.581H633.225v-39.581Z\"/></mask><path d=\"M633.225 119.027h151.256v39.581H633.225v-39.581Z\" fill=\"#fff\"/><path d=\"M633.225 119.027h151.256v39.581H633.225v-39.581Z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M784.481 158.608v1.632h1.631v-1.632h-1.631Zm-151.256 0h-1.632v1.632h1.632v-1.632Zm149.624-39.581v39.581h3.263v-39.581h-3.263Zm1.632 37.95H633.225v3.263h151.256v-3.263Zm-149.625 1.631v-39.581h-3.263v39.581h3.263Z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#j)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16.318\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"675.92\" y=\"144.752\">Commit</tspan></text><mask id=\"k\" fill=\"#fff\"><path d=\"M633.225 156.977h151.256v73.479H633.225v-73.479Z\"/></mask><path d=\"M633.225 156.977h151.256v73.479H633.225v-73.479Z\" fill=\"#FFF3F2\"/><path d=\"M784.481 230.456v1.632h1.631v-1.632h-1.631Zm-151.256 0h-1.632v1.632h1.632v-1.632Zm149.624-73.479v73.479h3.263v-73.479h-3.263Zm1.632 71.848H633.225v3.263h151.256v-3.263Zm-149.625 1.631v-73.479h-3.263v73.479h3.263Z\" fill=\"#CACACA\" mask=\"url(#k)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"660.88\" y=\"199.057\">$83.3M</tspan></text><circle cx=\"748.275\" cy=\"193.717\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"747.051\" y=\"196.837\">i</tspan></text><path fill=\"#FFF3F2\" d=\"M634.04 229.641h149.624v71.848H634.04z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M634.04 229.641h149.624v71.848H634.04z\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"661.88\" y=\"270.906\">$70.6M</tspan></text><circle cx=\"747.275\" cy=\"265.565\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"746.051\" y=\"268.685\">i</tspan></text><path fill=\"#FFF3F2\" d=\"M634.04 301.489h149.624v71.848H634.04z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M634.04 301.489h149.624v71.848H634.04z\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"662.88\" y=\"342.753\">$10.7M</tspan></text><circle cx=\"746.275\" cy=\"337.413\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"745.051\" y=\"340.533\">i</tspan></text></g><path d=\"M37.77 82.161h745M333.812 34.805v47\" stroke=\"#D8D8D8\" stroke-width=\"1.653\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"55.613\" y=\"66.31\">Yearly Forecast 2024</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"350.105\" y=\"66.583\">Quarter 1</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"451.105\" y=\"66.583\">Quarter 2</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"554.105\" y=\"66.583\">Quarter 3</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"658.105\" y=\"68.31\">Quarter 4</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"11\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"351.105\" y=\"104.828\">November</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"11\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"434.105\" y=\"104.828\">December</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"11\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"517.105\" y=\"104.828\">January</tspan></text><path d=\"M55.277 81.347a2.617 2.617 0 0 1 2.617-2.617h158.102a2.617 2.617 0 0 1 2.617 2.617H55.277Zm601-.001a2.617 2.617 0 0 1 2.617-2.618h73.766a2.617 2.617 0 0 1 2.617 2.618h-79Z\" fill=\"#F04E45\"/><g filter=\"url(#l)\"><path d=\"M478.945 184.153a4.3 4.3 0 0 1 4.3-4.299H802.5a4.299 4.299 0 0 1 4.299 4.345l-.044 4.16V516.85a4.3 4.3 0 0 1-4.299 4.299H483.245a4.3 4.3 0 0 1-4.3-4.299V184.153Z\" fill=\"url(#m)\"/></g><path d=\"M478.945 223.628h327.9v-39.475a4.3 4.3 0 0 0-4.299-4.3H483.245a4.3 4.3 0 0 0-4.3 4.3v39.475Z\" fill=\"#fff\" fill-opacity=\".2\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"15.049\" font-weight=\"600\" letter-spacing=\"0\"><tspan x=\"508.01\" y=\"207.176\">Aviso AI Forecast Explanation</tspan></text><path d=\"M480.796 278.689v-25.797l-16.124 13.117 16.124 12.68Z\" fill=\"#E84E4B\"/><path d=\"M551.909 414.878h213.492\" stroke=\"#fff\" stroke-width=\"1.291\"/><path d=\"M551.909 390.351h213.492m-213.492-24.529h213.492m-213.492-24.528h213.492m-213.492-24.527h213.492m-213.492-24.529h213.492m-213.492-24.527h213.492m-213.492-24.528h213.492\" stroke=\"#fff\" stroke-opacity=\".3\" stroke-width=\"1.291\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"565.587\" y=\"428.378\">2023\\n</tspan><tspan x=\"570.529\" y=\"439.378\">Q4</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"606.142\" y=\"428.378\">2024\\n</tspan><tspan x=\"611.878\" y=\"439.378\">Q1</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"646.671\" y=\"428.378\">2024\\n</tspan><tspan x=\"651.772\" y=\"439.378\">Q2</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"687.199\" y=\"428.378\">2024\\n</tspan><tspan x=\"692.158\" y=\"439.378\">Q3</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"727.728\" y=\"428.378\">2024\\n</tspan><tspan x=\"732.643\" y=\"439.378\">Q4</tspan></text><path fill=\"#FF9590\" d=\"M570.344 371.855h14.072v42.342h-14.072z\"/><path fill=\"#F04E45\" d=\"M570.344 299.662h14.072v31.891h-14.072z\"/><path fill=\"#FE5F57\" d=\"M570.344 315.588h14.072v15.966h-14.072z\"/><path fill=\"#FF7972\" d=\"M570.344 323.552h14.072v64.826h-14.072z\"/><path fill=\"#FFB0AC\" d=\"M570.344 393.13h14.072v21.067h-14.072z\"/><path fill=\"#FF9590\" d=\"M611.176 371.855h14.072v42.342h-14.072z\"/><path fill=\"#F04E45\" d=\"M611.176 321.608h14.072v31.891h-14.072z\"/><path fill=\"#FE5F57\" d=\"M611.176 332.37h14.072v15.966h-14.072z\"/><path fill=\"#FF7972\" d=\"M611.176 339.913h14.072v37.164h-14.072z\"/><path fill=\"#FFB0AC\" d=\"M611.176 395.068h14.072v19.129h-14.072z\"/><path fill=\"#FF9590\" d=\"M652.009 371.854h14.072v42.342h-14.072z\"/><path fill=\"#F04E45\" d=\"M652.009 309.13h14.072v22.423h-14.072z\"/><path fill=\"#FE5F57\" d=\"M652.009 321.857h14.072v9.695h-14.072z\"/><path fill=\"#FF7972\" d=\"M652.009 328.596h14.072v48.48h-14.072z\"/><path fill=\"#FFB0AC\" d=\"M652.009 395.067h14.072v19.129h-14.072z\"/><path fill=\"#FF9590\" d=\"M692.842 346.036h14.072v42.342h-14.072z\"/><path fill=\"#F04E45\" d=\"M692.842 242.86h14.072v31.891h-14.072z\"/><path fill=\"#FE5F57\" d=\"M692.842 256.18h14.072v18.572h-14.072z\"/><path fill=\"#FF7972\" d=\"M692.842 267.711h14.072V353.5h-14.072z\"/><path fill=\"#FFB0AC\" d=\"M692.842 380.325h14.072v33.872h-14.072z\"/><path fill=\"#FF9590\" d=\"M733.674 370.202h14.072v43.995h-14.072z\"/><path fill=\"#F04E45\" d=\"M733.674 328.597h14.072v28.776h-14.072z\"/><path fill=\"#FE5F57\" d=\"M733.674 341.406h14.072v15.966h-14.072z\"/><path fill=\"#FF7972\" d=\"M733.674 349.471h14.072v20.731h-14.072z\"/><path fill=\"#FFB0AC\" d=\"M733.674 393.13h14.072v21.067h-14.072z\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"511.719\" y=\"246.354\">$140M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"512.089\" y=\"271.555\">$120M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"511.798\" y=\"296.755\">$100M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"516.193\" y=\"321.956\">$80M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"516.157\" y=\"347.156\">$60M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"515.99\" y=\"372.356\">$40M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"516.36\" y=\"397.557\">$20M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"530.012\" y=\"422.757\">$0</tspan></text><circle cx=\"520.644\" cy=\"466.57\" r=\"2.582\" fill=\"#FFB0AC\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"530.972\" y=\"469.856\">Booked</tspan></text><circle cx=\"602.952\" cy=\"466.57\" r=\"2.582\" fill=\"#FF9590\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"613.279\" y=\"469.856\">Commit</tspan></text><circle cx=\"686.707\" cy=\"466.57\" r=\"2.582\" fill=\"#FF7972\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"697.035\" y=\"469.856\">Early Stage</tspan></text><circle cx=\"520.644\" cy=\"489.082\" r=\"2.582\" fill=\"#FE5F57\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"530.972\" y=\"492.368\">Newly Created In Quarter</tspan></text><circle cx=\"686.707\" cy=\"489.082\" r=\"2.582\" fill=\"#F04E45\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"697.035\" y=\"492.368\">Pull-ins</tspan></text><g filter=\"url(#n)\"><path d=\"M478.946 525.448a4.3 4.3 0 0 1 4.3-4.3h319.221a4.3 4.3 0 0 1 4.298 4.379l-.009.492v186.27a4.3 4.3 0 0 1-4.299 4.3H483.246a4.3 4.3 0 0 1-4.3-4.3V525.448Z\" fill=\"url(#o)\"/></g><path d=\"M478.946 563.59h327.9\" stroke=\"#fff\" stroke-opacity=\".2\" stroke-linecap=\"round\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"500.012\" y=\"548.443\">Insights</tspan></text><text opacity=\".6\" fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"594.012\" y=\"548.989\">At-Risk Deals</tspan></text><path d=\"M496.69 563.6a2.618 2.618 0 0 1 2.618-2.618h61.765a2.617 2.617 0 0 1 2.617 2.618h-67Z\" fill=\"#DDE0EB\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"509.9\" y=\"594.119\">Booked amount so far is $18.6M\\n</tspan><tspan x=\"509.9\" y=\"622.119\">Compared to the same time last quarter, there is </tspan><tspan x=\"509.9\" y=\"637.119\">-$14.4M (16.7%) decline in the current quarter AI </tspan><tspan x=\"509.9\" y=\"652.119\">Forecast. This decline is due to changes in the </tspan><tspan x=\"509.9\" y=\"667.119\">following categories  Early Stage (-$57M), </tspan><tspan x=\"509.9\" y=\"682.119\">Booked (-$6M), Commit (-$4M), Newly Created </tspan><tspan x=\"509.9\" y=\"697.119\">in Quarter (-$3M), Pull-ins (+$2M)</tspan></text><defs><linearGradient id=\"m\" x1=\"594.499\" y1=\"179.805\" x2=\"888.193\" y2=\"829.793\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F04E45\"/><stop offset=\"1\" stop-color=\"#2F49BA\"/></linearGradient><linearGradient id=\"o\" x1=\"608.686\" y1=\"532.305\" x2=\"766.735\" y2=\"1036.04\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F04E45\"/><stop offset=\"1\" stop-color=\"#2F49BA\"/></linearGradient><filter id=\"l\" x=\"463.897\" y=\"169.104\" width=\"357.951\" height=\"371.393\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"4.3\"/><feGaussianBlur stdDeviation=\"7.524\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.48 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_4310\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_4310\" result=\"shape\"/></filter><filter id=\"n\" x=\"463.898\" y=\"510.399\" width=\"357.917\" height=\"225.538\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"4.3\"/><feGaussianBlur stdDeviation=\"7.524\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.48 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_4310\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_4310\" result=\"shape\"/></filter><clipPath id=\"a\"><rect x=\"36\" y=\"33.805\" width=\"748\" height=\"340\" rx=\"9.791\" fill=\"#fff\"/></clipPath></defs></svg>',transformTemplate:transformTemplate2,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1arw1jc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ks2z0u\",\"data-framer-name\":\"Pipeline_Inspection\",fill:\"black\",intrinsicHeight:951,intrinsicWidth:1097,svg:'<svg width=\"1097\" height=\"951\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><rect x=\"36\" y=\"35.805\" width=\"989\" height=\"646\" rx=\"10\" fill=\"#fff\"/><path opacity=\".1\" d=\"M52.73 51.267a5 5 0 0 1 5-5h214.302a5 5 0 0 1 5 5v630.537H52.731V51.267Zm734.088.001a5 5 0 0 1 5-5h214.302a5 5 0 0 1 5 5v630.537H786.818V51.268Z\" fill=\"#8F8F8F\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"80.412\" y=\"73.835\">START DATE</tspan></text><text opacity=\".5\" fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"80.412\" y=\"98.561\">$132.6M</tspan></text><circle cx=\"150.381\" cy=\"93.47\" r=\"2.969\" fill=\"#8A8CA3\"/><text opacity=\".5\" fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"161.35\" y=\"98.561\">JUN 11, 2024</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"19\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"891.938\" y=\"74.699\">END DATE</tspan></text><text opacity=\".5\" fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"813\" y=\"99.881\">$130.3M</tspan></text><circle cx=\"882.969\" cy=\"94.79\" r=\"2.969\" fill=\"#8A8CA3\"/><text opacity=\".5\" fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"893.938\" y=\"99.881\">JUN 18, 2024</tspan></text><path d=\"M278.641 69.79h508\" stroke=\"#151A47\" stroke-opacity=\".5\" stroke-linecap=\"round\" stroke-dasharray=\"4 4\"/><circle cx=\"786.263\" cy=\"69.79\" r=\"3.732\" fill=\"#F04E45\"/><circle cx=\"275.369\" cy=\"69.79\" r=\"3.732\" fill=\"#F04E45\"/><path d=\"M52.73 117.951h224.302\" stroke=\"#151A47\" stroke-opacity=\".1\" stroke-linecap=\"round\"/><path d=\"M69.469 193.33h196.525M70.742 482.828h196.526m532.236 0h196.525M799.469 193.33h196.525\" stroke=\"#151A47\" stroke-opacity=\".1\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"5 5\"/><path d=\"M786.818 117.951h224.302\" stroke=\"#151A47\" stroke-opacity=\".1\" stroke-linecap=\"round\"/><circle cx=\"176.619\" cy=\"141.318\" r=\"6.961\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"175.527\" y=\"144.486\">i</tspan></text><text fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"80.412\" y=\"145.523\">Closed Won</tspan></text><text opacity=\".5\" fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"80.412\" y=\"166.758\">$26.2M (292)</tspan></text><text fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"80.412\" y=\"228.146\">Open Pipeline</tspan></text><circle cx=\"190.025\" cy=\"223.941\" r=\"6.961\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"188.936\" y=\"227.109\">i</tspan></text><text opacity=\".5\" fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"80.412\" y=\"249.381\">$90.2M</tspan></text><text fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"867.768\" y=\"228.146\">Pipeline</tspan></text><circle cx=\"937.381\" cy=\"223.941\" r=\"6.961\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"936.291\" y=\"227.109\">i</tspan></text><text opacity=\".5\" fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"867.768\" y=\"249.381\">$79.8M</tspan></text><text fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"80.412\" y=\"518.583\">Anticipated Pipeline</tspan></text><circle cx=\"231.025\" cy=\"514.379\" r=\"6.961\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"229.936\" y=\"517.547\">i</tspan></text><text opacity=\".5\" fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"80.412\" y=\"539.819\">$16.2M</tspan></text><text fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"80.412\" y=\"586.655\">Anticipated</tspan></text><circle cx=\"175.025\" cy=\"582.451\" r=\"6.961\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"173.936\" y=\"585.619\">i</tspan></text><text opacity=\".5\" fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"80.412\" y=\"607.891\">$16.2M (1)</tspan></text><text fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"80.412\" y=\"301.497\">Pipeline</tspan></text><text opacity=\".5\" fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"80.412\" y=\"322.733\">$90.2M (7945)</tspan></text><text fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"867.768\" y=\"294.392\">Upgraded</tspan></text><text opacity=\".5\" fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"867.768\" y=\"315.627\">$18.2M (250)</tspan></text><text fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"867.768\" y=\"360.639\">Downgraded</tspan></text><text opacity=\".5\" fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"867.768\" y=\"381.873\">$54.2M (6553)</tspan></text><text fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"867.768\" y=\"427.826\">Active (no change)</tspan></text><text opacity=\".5\" fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"867.768\" y=\"449.061\">$7.4M (970)</tspan></text><text fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"866.268\" y=\"518.583\">Active</tspan></text><text opacity=\".5\" fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"866.268\" y=\"539.819\">$72.5K (6)</tspan></text><circle cx=\"970.494\" cy=\"142.432\" r=\"6.961\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"969.402\" y=\"145.6\">i</tspan></text><text fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"867.768\" y=\"145.523\">Closed Won</tspan></text><text opacity=\".5\" fill=\"#000\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"867.768\" y=\"166.758\">$30.5M (364)</tspan></text><path fill=\"#DDE0EB\" d=\"M248.932 137.039h576.894v19.855H248.932z\"/><path fill=\"#B8BBC6\" d=\"M234.156 133.426h31.838v30.968h-31.838z\"/><path fill=\"#DDE0EB\" d=\"M774.398 156.091h54.259v4.579h-54.259z\"/><path fill=\"#B8BBC6\" d=\"M806.582 133.426h31.838v30.968h-31.838zm-27.35 378.104h62.68v14.924h-62.68z\"/><path fill=\"#CAD1E9\" d=\"M734.615 283.37h95.291v17.966h-95.291zm4.557 135.22h95.291v8.291h-95.291z\"/><path fill=\"#B8BBC6\" d=\"M810.074 283.37h31.838v17.966h-31.838z\"/><path d=\"M257.887 322.754c77.301-.722 235.265-7.755 319.671 17.362 85.79 25.528 201.503 24.852 239.657 27.028\" stroke=\"#DDE0EB\" stroke-width=\"68\"/><path d=\"M260.137 379.482c77.301-.723 151.201 7.953 228.326 50.462 95.673 52.732 190.293 313.7 228.446 315.876\" stroke=\"#DDE0EB\" stroke-width=\"45\"/><path fill=\"#B8BBC6\" d=\"M810.074 418.59h31.838v8.291h-31.838z\"/><path d=\"m269.262 422.052 75.416 1.173c48.76.758 88.695-38.561 88.695-87.327 0-48.235 39.102-87.337 87.337-87.337h75.717c24.659 0 44.649-19.99 44.649-44.649 0-24.658 19.99-44.648 44.648-44.648h116.899\" stroke=\"#DDE0EB\" stroke-width=\"3\"/><path d=\"M262.172 411.248c61.399-.758 166.656 4.674 241.564-15.601 60.395-16.346 156.198-108.146 238.299-103.413\" stroke=\"#CAD1E9\" stroke-width=\"10\"/><path d=\"M256.928 583.288c76.519 0 275.891.394 445.811 90.936l48.061 23.255\" stroke=\"#CAD1E9\" stroke-width=\"15\"/><path d=\"M256.928 596.027c56.326 0 203.085.394 328.165 90.936l35.378 23.256\" stroke=\"#DDE0EB\" stroke-width=\"11\"/><path fill=\"#B8BBC6\" d=\"M810.074 330.816h31.838v72.179h-31.838z\"/><path fill=\"#DDE0EB\" d=\"M238.238 283.37h81.454v151.031h-81.454z\"/><path d=\"M262.008 293.572c88.411.646 236.178 11.785 321.378 60.017 56.238 31.836 118.729 69.025 157.465 69.025\" stroke=\"#CAD1E9\" stroke-width=\"8\"/><path fill=\"#B8BBC6\" d=\"M238.238 283.37h31.838v151.031h-31.838zm-4.082 291.04h31.838v30.968h-31.838z\"/></g><g filter=\"url(#b)\"><rect x=\"530.5\" y=\"538.506\" width=\"530.848\" height=\"377.662\" rx=\"7\" fill=\"#fff\" shape-rendering=\"crispEdges\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"22\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"546.5\" y=\"577.006\">Next Quarter Pipeline</tspan></text><rect x=\"547\" y=\"601.006\" width=\"203\" height=\"33.863\" rx=\"3.5\" stroke=\"#D9D9D9\"/><path d=\"M546.5 604.506a4 4 0 0 1 4-4h7.745v34.863H550.5a4 4 0 0 1-4-4v-26.863Z\" fill=\"url(#c)\"/><text fill=\"#2B3E64\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"567.205\" y=\"628.239\">$77.2M</tspan></text><text fill=\"#2B3E64\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"8\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"567.205\" y=\"612.847\">PIPE VALUE</tspan></text><rect x=\"769\" y=\"601.006\" width=\"205\" height=\"33.863\" rx=\"3.5\" stroke=\"#D9D9D9\"/><path d=\"M768.5 604.506a4 4 0 0 1 4-4h7.86v34.863h-7.86a4 4 0 0 1-4-4v-26.863Z\" fill=\"#FECE5F\"/><text fill=\"#2B3E64\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"789.406\" y=\"628.239\">$62.1M</tspan></text><text fill=\"#2B3E64\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"8\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"789.406\" y=\"612.847\">PACING VALUE</tspan></text><path d=\"M693.697 690.065v130.987m141.582-130.904v189.798m141.205-189.87v189.87m-419.23-175.675h418.729m-418.729 34.924h418.734m-418.734 34.924h418.723m-418.723 34.924h418.735m-418.735 34.924h418.758\" stroke=\"#ACB0BD\" stroke-opacity=\".5\"/><path d=\"M557.375 689.862v190.083l419.604.001\" stroke=\"#CACACA\"/><path d=\"M558 879.329v-96.373l56.256.141a7.75 7.75 0 0 0 5.697-2.476 7.748 7.748 0 0 1 5.803-2.475l48.511.79a9.403 9.403 0 0 0 9.294-7.195c.909-5.956 3.575-7.613 4.795-7.697h45.998c6.724 0 13.485-5.802 18.757-9.975 1.907-1.51 3.784-1.76 6.216-1.76h7.357c7.004 0 14.301-3.324 20.14-7.192v134.212H558Z\" fill=\"url(#d)\"/><path d=\"M557.273 781.518c28.014 0 87.882-1.081 103.249-5.403 19.21-5.402 30.915-9.304 50.425-11.105 15.607-1.441 25.912-5.403 29.114-7.204 4.102-.6 14.947 0 25.512 7.204 13.206 9.004 29.714 3.901 41.419-3.002 11.706-6.903 97.247-45.922 110.153-47.723 12.906-1.8 48.923-17.108 58.528-23.711\" stroke=\"#FECE5F\"/><path d=\"M556.871 689.641h420.14\" stroke=\"#F04E45\"/><text fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"546.5\" y=\"896.032\">Nov</tspan></text><text fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"682.197\" y=\"896.032\">Dec</tspan></text><text fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"767.871\" y=\"683.438\">Dec 21</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"558\" y=\"665.233\">Target: $107.9M</tspan></text><text fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"bold\" letter-spacing=\"0em\"><tspan x=\"1004.38\" y=\"757.92\">24%</tspan></text><text fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"988.348\" y=\"769.756\">Above pace</tspan></text><text fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"823.779\" y=\"896.032\">Jan</tspan></text><text fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"963.361\" y=\"896.032\">Feb</tspan></text><path d=\"M791.328 753.557h194.081m-194.038-2.14v4.279\" stroke=\"#7F8084\"/><path d=\"M787.363 878.624V691.325\" stroke=\"#7F8084\" stroke-dasharray=\"2 2\"/><circle cx=\"994.723\" cy=\"752.598\" r=\"5.459\" fill=\"#388444\"/><path d=\"m991.754 754.082 2.969-2.969 2.97 2.969\" stroke=\"#fff\" stroke-linecap=\"round\"/></g><defs><linearGradient id=\"c\" x1=\"552.372\" y1=\"600.506\" x2=\"552.372\" y2=\"635.369\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#EC504A\"/><stop offset=\"1\" stop-color=\"#9A4D7B\"/></linearGradient><linearGradient id=\"d\" x1=\"775.363\" y1=\"734.899\" x2=\"558\" y2=\"904.585\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F14F46\"/><stop offset=\"1\" stop-color=\"#8E4C81\"/></linearGradient><clipPath id=\"a\"><rect x=\"36\" y=\"35.805\" width=\"989\" height=\"646\" rx=\"10\" fill=\"#fff\"/></clipPath><filter id=\"b\" x=\"500\" y=\"515.006\" width=\"565.848\" height=\"412.662\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dx=\"-13\" dy=\"-6\"/><feGaussianBlur stdDeviation=\"8.75\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_3753\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_3753\" result=\"shape\"/></filter></defs></svg>',transformTemplate:transformTemplate2,withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:506.6666666666667,intrinsicWidth:866,pixelHeight:760,pixelWidth:1299,sizes:\"719.5776px\",src:\"https://framerusercontent.com/images/kfJ7KS712n4dWHYtjGyXAUebto.svg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/kfJ7KS712n4dWHYtjGyXAUebto.svg?scale-down-to=512 512w,https://framerusercontent.com/images/kfJ7KS712n4dWHYtjGyXAUebto.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/kfJ7KS712n4dWHYtjGyXAUebto.svg 1299w\"},className:\"framer-1vfqmxi\",\"data-framer-name\":\"Deal_Management\"})],speed:80,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+829},oeEqrOBYn:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+660}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:`min(${componentViewport?.width||\"100vw\"}, 1400px)`,y:(componentViewport?.y||0)+0+710,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qdhipo-container\",nodeId:\"y1aD2lkBB\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{style:{width:\"100%\"},variant:\"OTmu1KPE3\"},oeEqrOBYn:{style:{width:\"100%\"},variant:\"TliltEOyC\"}},children:/*#__PURE__*/_jsx(LogoTickr,{height:\"100%\",id:\"y1aD2lkBB\",layoutId:\"y1aD2lkBB\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"POa0XwXYv\",width:\"100%\",xqz58q6fh:\"Delivering AI Guided Selling To Hundreds of Enterprise And High-Growth Revenue Teams\"})})})})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-10uyquk\",\"data-framer-name\":\"Comparison\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-p40ck\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ukp0is\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1shscmv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1t9e73i\",\"data-styles-preset\":\"mTO7UFQUn\",children:\"The Outreach Problem\"})}),className:\"framer-838epr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y0bt4k\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8xgwo7\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-e1wwn7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ANe8qpTTN\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XSquare\",id:\"ANe8qpTTN\",layoutId:\"ANe8qpTTN\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Outreach puts the burden of execution on sales reps\"})}),className:\"framer-lv7jix\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ydvcgx\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-q0bedh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fm6aOloag\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XSquare\",id:\"fm6aOloag\",layoutId:\"fm6aOloag\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Need to spend hours querying revenue data\"})}),className:\"framer-wzbtjz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fan62\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-iemphg-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LafgFPXHU\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XSquare\",id:\"LafgFPXHU\",layoutId:\"LafgFPXHU\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Reps need to write emails and research prospects manually or use templates\"})}),className:\"framer-1e22pa2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1owathk\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nsnmgd-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"PtFl7YTQ0\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XSquare\",id:\"PtFl7YTQ0\",layoutId:\"PtFl7YTQ0\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"No way to factor historical data into revenue forecasts\"})}),className:\"framer-1g4nzqc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-628uv9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-31ucle-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ju0mUA1_z\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XSquare\",id:\"ju0mUA1_z\",layoutId:\"ju0mUA1_z\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Kaia doesn\u2019t tie into deal scoring, leading to low forecast accuracy\"})}),className:\"framer-161m9zz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lqt7b2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1t9e73i\",\"data-styles-preset\":\"mTO7UFQUn\",children:\"The Aviso Advantage\"})}),className:\"framer-1i8rtbw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eubvea\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a07fgp\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10mw6ve-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NSw7fXsGW\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(32, 186, 122)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckSquare\",id:\"NSw7fXsGW\",layoutId:\"NSw7fXsGW\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Aviso\u2019s AI Workflows automate all non-selling tasks end-to-end, saving time\"})}),className:\"framer-krzap5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kv6tj7\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sjz3oe-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"MLXiN7WmT\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(32, 186, 122)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckSquare\",id:\"MLXiN7WmT\",layoutId:\"MLXiN7WmT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"MIKI, Aviso\u2019s Gen AI Chief of Staff, answers revenue queries in seconds\"})}),className:\"framer-1fyslv5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1disxco\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-d4zyxx-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"BMqQX8UrX\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(32, 186, 122)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckSquare\",id:\"BMqQX8UrX\",layoutId:\"BMqQX8UrX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Co-pilots for emails, sequence creation, and LinkedIn research automate sales engagement\"})}),className:\"framer-16pdfw9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ikgmmb\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dmahli-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pQNDEw1i0\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(32, 186, 122)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckSquare\",id:\"pQNDEw1i0\",layoutId:\"pQNDEw1i0\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Aviso\u2019s Time Series Database bootstraps historical CRM data and forecasts revenue with 98% accuracy\"})}),className:\"framer-1gmaasv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1urwplz\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3n5ne8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"TnISwN8wj\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(32, 186, 122)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckSquare\",id:\"TnISwN8wj\",layoutId:\"TnISwN8wj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Aviso uses hundreds of conversation and activity signals to score deals \u2018live\u2019\"})}),className:\"framer-12xtdpw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v861e0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xhufs8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1t9e73i\",\"data-styles-preset\":\"mTO7UFQUn\",style:{\"--framer-text-alignment\":\"center\"},children:\"From Sales Engagement to Customer Success Intelligence\"})}),className:\"framer-g6xznb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7yqhai\",\"data-styles-preset\":\"BqZtfyvKK\",style:{\"--framer-text-alignment\":\"center\"},children:\"Aviso AI is the #1 Outreach Alternative for End-to-End Revenue Execution\"})}),className:\"framer-iy2n8n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16rx1q2\",\"data-framer-name\":\"1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aqh3ne\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10owtg9\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-9mpx22\",\"data-styles-preset\":\"xU_WpCeZp\",children:\"AI Workflows That Save Upto 20 Rep Hours Weekly\"})}),className:\"framer-99ued5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Aviso\u2019s Autonomous AI Workflows automate all non-selling tasks, from account planning to RFP management to Account Research to creating strategic selling frameworks, saving reps up to 20 hours weekly.\"})}),className:\"framer-fd6rob\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10zwr57\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2868.4+60+209.2+30+0+0+0+0+0),pixelHeight:1648,pixelWidth:2640,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1200px)`,src:\"https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp\",srcSet:\"https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp?scale-down-to=512 512w,https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp 2640w\"}},oeEqrOBYn:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1827.2+60+209.2+30+0+0+0+0),pixelHeight:1648,pixelWidth:2640,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) - 30px) * 0.5455, 1px)`,src:\"https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp\",srcSet:\"https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp?scale-down-to=512 512w,https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp 2640w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1877.2+60+209.2+30+0+0+0+0),pixelHeight:1648,pixelWidth:2640,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) - 50px) * 0.6, 1px)`,src:\"https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp\",srcSet:\"https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp?scale-down-to=512 512w,https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/L9H3L6PTvAbBLZB9HmTQN6rD1U.webp 2640w\"},className:\"framer-k2c9qc\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tl7y18\",\"data-framer-name\":\"2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rt9ome\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-380h0r\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2868.4+60+766+30+0+0+0+0+0),positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1200px)`,src:\"https://framerusercontent.com/images/aHLtbt8gSDKYkCNpHDCk42fRqU.png\",srcSet:\"https://framerusercontent.com/images/aHLtbt8gSDKYkCNpHDCk42fRqU.png?scale-down-to=512 512w,https://framerusercontent.com/images/aHLtbt8gSDKYkCNpHDCk42fRqU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aHLtbt8gSDKYkCNpHDCk42fRqU.png 1920w\"}},oeEqrOBYn:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1827.2+60+681.2+30+0+0+0+0),positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) - 30px) * 0.5455, 1px)`,src:\"https://framerusercontent.com/images/aHLtbt8gSDKYkCNpHDCk42fRqU.png\",srcSet:\"https://framerusercontent.com/images/aHLtbt8gSDKYkCNpHDCk42fRqU.png?scale-down-to=512 512w,https://framerusercontent.com/images/aHLtbt8gSDKYkCNpHDCk42fRqU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aHLtbt8gSDKYkCNpHDCk42fRqU.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1877.2+60+681.2+30+0+0+0+0),positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) - 50px) * 0.6, 1px)`,src:\"https://framerusercontent.com/images/aHLtbt8gSDKYkCNpHDCk42fRqU.png\",srcSet:\"https://framerusercontent.com/images/aHLtbt8gSDKYkCNpHDCk42fRqU.png?scale-down-to=512 512w,https://framerusercontent.com/images/aHLtbt8gSDKYkCNpHDCk42fRqU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aHLtbt8gSDKYkCNpHDCk42fRqU.png 1920w\"},className:\"framer-1ml99ga\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wedwal\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-9mpx22\",\"data-styles-preset\":\"xU_WpCeZp\",children:\"Query Revenue Data and Execute Tasks in Seconds With An AI Chief of Staff\"})}),className:\"framer-1llx12c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Got revenue questions? Need to understand deal context, risk, or next steps? Need to write an objection-handling email or analyze earnings calls? Just #AskMIKIAnythin\"})}),className:\"framer-5icov3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kca6sr\",\"data-framer-name\":\"3\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-diso81\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-129ek4g\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-9mpx22\",\"data-styles-preset\":\"xU_WpCeZp\",children:\"AI-Driven Sales Engagement That Goes Beyond \u2018Automated Cadences\u2019\"})}),className:\"framer-ymp3h0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Let Aviso\u2019s Virtual SDR build pipeline 24x7 autonomously. Or use Co-pilots to help reps discover the right accounts, create personalized emails, and perform DISC Analysis for prospect research.\"})}),className:\"framer-1hyl0uv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mmn81q\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9opv8f\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1e2yt17\",\"data-framer-name\":\"Sales_Engagement\",fill:\"black\",intrinsicHeight:1001,intrinsicWidth:1460,svg:'<svg width=\"1460\" height=\"1001\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M302.793 337.352V134.851a8.837 8.837 0 0 1 8.837-8.837h312.175m547.955 460.859V886.39c0 4.881-3.95 8.837-8.83 8.837H792.646m266.384-763.735h299.52c4.88 0 8.83 3.957 8.83 8.837v370.28\" stroke=\"#fff\" stroke-width=\"2.209\" stroke-dasharray=\"8.84 8.84\"/><g filter=\"url(#a)\"><rect x=\"590.245\" y=\"45.805\" width=\"687.893\" height=\"547.828\" rx=\"10\" fill=\"#fff\"/></g><path d=\"M590.245 150.183h687.845v433.45c0 5.523-4.48 10-10 10H600.245c-5.523 0-10-4.477-10-10v-433.45Z\" fill=\"#D9D9D9\" fill-opacity=\".3\"/><path d=\"M602.063 160.248h664.257v433.385H602.063V160.248Z\" fill=\"#fff\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"30\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"611.654\" y=\"86.699\">Sequences</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"15\" letter-spacing=\"0em\"><tspan x=\"804.924\" y=\"87.501\">Sequences </tspan><tspan x=\"897.634\" y=\"87.501\"> 04 Sequence</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"15\" letter-spacing=\"0em\"><tspan x=\"887.746\" y=\"87.501\">&gt;</tspan></text><path d=\"M591.071 150.183h687.069\" stroke=\"#D8D8D8\" stroke-width=\"1.653\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"613.649\" y=\"134.56\">Step Designer</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"760.663\" y=\"134.606\">Prospects</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"850.663\" y=\"134.606\">People Analytics</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"984.663\" y=\"134.606\">Sequence Settings</tspan></text><path d=\"M613.649 149.368a2.618 2.618 0 0 1 2.618-2.617h114.798a2.617 2.617 0 0 1 2.617 2.617H613.649Z\" fill=\"#F04E45\"/><path d=\"M627.682 184.999v319.272\" stroke=\"#8F8F8F\" stroke-opacity=\".3\" stroke-linecap=\"round\" stroke-dasharray=\"6 6\"/><rect x=\"649.844\" y=\"177.175\" width=\"594.72\" height=\"116.579\" rx=\"5\" fill=\"#fff\"/><rect x=\"650.344\" y=\"177.675\" width=\"593.72\" height=\"115.579\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"661.635\" y=\"199.75\">Step #1</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"718.635\" y=\"199.75\">Manual Email  </tspan><tspan x=\"818.986\" y=\"199.75\">  Day 1</tspan></text><text fill=\"#151A47\" fill-opacity=\".3\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"814.188\" y=\"199.75\">|</tspan></text><path d=\"m875.635 198.431-5.196-5.657h10.392l-5.196 5.657Z\" fill=\"#151A47\"/><rect x=\"661.635\" y=\"212.67\" width=\"572.89\" height=\"33.525\" rx=\"3\" fill=\"#F1F1F1\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"732.924\" y=\"233.069\">Introduction</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"870.166\" y=\"233.069\">Hey {{first_name}}, Your team\u2019s potential shines brighter when forecasti...</tspan></text><rect x=\"663.166\" y=\"258.707\" width=\"18\" height=\"18\" rx=\"9\" fill=\"#151A47\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M673.058 263.207h-1.3v3.508h-4.092v1.4h4.092v4.092h1.3v-4.092h3.608v-1.4h-3.608v-3.508Z\" fill=\"#fff\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"687.166\" y=\"271.343\">Add variant</tspan></text><rect x=\"772.166\" y=\"258.707\" width=\"18\" height=\"18\" rx=\"9\" fill=\"#151A47\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M782.058 263.207h-1.3v3.508h-4.092v1.4h4.092v4.092h1.3v-4.092h3.608v-1.4h-3.608v-3.508Z\" fill=\"#fff\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"796.166\" y=\"271.343\">Add conditions</tspan></text><circle cx=\"713.781\" cy=\"229.433\" r=\"11.044\" fill=\"#959595\" fill-opacity=\".25\"/><text fill=\"#8F8F8F\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"709.051\" y=\"233.14\">A</tspan></text><path d=\"M671.866 229.339a5.022 5.022 0 0 1 5.022-5.022h14.591a5.021 5.021 0 0 1 0 10.043h-14.591a5.021 5.021 0 0 1-5.022-5.021Z\" fill=\"#F04E45\"/><path d=\"M687.02 229.277a4.146 4.146 0 0 1 8.292 0v.125a4.146 4.146 0 0 1-8.292 0v-.125Z\" fill=\"#fff\"/><rect x=\"649.844\" y=\"305.754\" width=\"594.72\" height=\"82.19\" rx=\"5\" fill=\"#fff\"/><rect x=\"650.344\" y=\"306.254\" width=\"593.72\" height=\"81.19\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"661.635\" y=\"328.329\">Step #2</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"720.635\" y=\"328.329\">LinkedIn  </tspan><tspan x=\"789.199\" y=\"328.329\">  Day 1</tspan></text><text fill=\"#151A47\" fill-opacity=\".3\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"784.4\" y=\"328.329\">|</tspan></text><path d=\"m846.635 327.01-5.196-5.657h10.392l-5.196 5.657Z\" fill=\"#151A47\"/><rect x=\"661.635\" y=\"341.249\" width=\"572.89\" height=\"33.525\" rx=\"3\" fill=\"#F1F1F1\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"706.924\" y=\"360.648\">View LinkedIn</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"870.166\" y=\"361.648\">Connection Request</tspan></text><path d=\"M671.866 357.918a5.022 5.022 0 0 1 5.022-5.022h14.591a5.021 5.021 0 0 1 0 10.043h-14.591a5.021 5.021 0 0 1-5.022-5.021Z\" fill=\"#F04E45\"/><path d=\"M687.02 357.856a4.146 4.146 0 0 1 8.292 0v.125a4.146 4.146 0 1 1-8.292 0v-.125Z\" fill=\"#fff\"/><rect x=\"649.844\" y=\"399.943\" width=\"594.72\" height=\"82.502\" rx=\"5\" fill=\"#fff\"/><rect x=\"650.344\" y=\"400.443\" width=\"593.72\" height=\"81.502\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"661.635\" y=\"422.519\">Step #3</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"721.635\" y=\"422.519\">Phone Call  </tspan><tspan x=\"805.184\" y=\"422.519\">  Day 1</tspan></text><text fill=\"#151A47\" fill-opacity=\".3\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"800.385\" y=\"422.519\">|</tspan></text><path d=\"m862.635 421.199-5.196-5.657h10.392l-5.196 5.657Z\" fill=\"#151A47\"/><rect x=\"661.635\" y=\"435.438\" width=\"572.89\" height=\"33.525\" rx=\"3\" fill=\"#F1F1F1\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"709.924\" y=\"455.838\">Call</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"870.166\" y=\"455.838\">Call - No Voice Mail</tspan></text><path d=\"M671.866 452.107a5.021 5.021 0 0 1 5.022-5.021h14.591a5.021 5.021 0 0 1 0 10.043h-14.591a5.021 5.021 0 0 1-5.022-5.022Z\" fill=\"#F04E45\"/><path d=\"M687.02 452.045a4.147 4.147 0 0 1 8.292 0v.125a4.146 4.146 0 1 1-8.292 0v-.125Z\" fill=\"#fff\"/><rect x=\"649.844\" y=\"494.446\" width=\"594.72\" height=\"83.428\" rx=\"5\" fill=\"#fff\"/><rect x=\"650.344\" y=\"494.946\" width=\"593.72\" height=\"82.428\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"661.635\" y=\"517.022\">Step #4</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"721.635\" y=\"517.022\">Automated Email  </tspan><tspan x=\"847.443\" y=\"517.022\">  Day 1</tspan></text><text fill=\"#151A47\" fill-opacity=\".3\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"842.645\" y=\"517.022\">|</tspan></text><path d=\"m904.635 515.702-5.196-5.657h10.392l-5.196 5.657Z\" fill=\"#151A47\"/><rect x=\"661.635\" y=\"529.941\" width=\"572.89\" height=\"33.525\" rx=\"3\" fill=\"#F1F1F1\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"732.924\" y=\"550.34\">Follow Up</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"10\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"870.166\" y=\"550.34\">Hey {{first_name}}, Just touching base following my previous email abou.....</tspan></text><circle cx=\"713.781\" cy=\"546.704\" r=\"11.044\" fill=\"#959595\" fill-opacity=\".25\"/><text fill=\"#8F8F8F\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"709.051\" y=\"550.411\">A</tspan></text><path d=\"M671.866 546.61a5.021 5.021 0 0 1 5.022-5.021h14.591a5.021 5.021 0 0 1 0 10.043h-14.591a5.021 5.021 0 0 1-5.022-5.022Z\" fill=\"#F04E45\"/><path d=\"M687.02 546.548a4.147 4.147 0 0 1 8.292 0v.125a4.146 4.146 0 1 1-8.292 0v-.125Z\" fill=\"#fff\"/><circle cx=\"627.681\" cy=\"188.219\" r=\"11.044\" fill=\"#E4E4E4\"/><path d=\"M622.096 190.093v-4.863a1 1 0 0 1 1-1h9.169a1 1 0 0 1 1 1v5.977a1 1 0 0 1-1 1h-8.234\" stroke=\"#8F8F8F\" stroke-linecap=\"round\"/><path d=\"m622.615 184.64 4.396 3.591a1 1 0 0 0 1.254.009l4.54-3.6\" stroke=\"#8F8F8F\" stroke-linecap=\"round\"/><circle cx=\"627.681\" cy=\"412.396\" r=\"11.044\" fill=\"#E4E4E4\"/><path d=\"M628.953 415.241c-1.383-1.009-3.104-2.64-4.16-4.14a.437.437 0 0 1 .159-.649l.828-.406a.804.804 0 0 0 .322-.945c-.316-.882-.733-1.706-1.282-2.313a.624.624 0 0 0-.46-.195c-.728 0-2.925.639-2.381 3.738 1.505 5.633 7.64 7.708 8.104 7.808 1.188.296 3.279-.528 3.384-2.217a.919.919 0 0 0-.269-.713c-.67-.649-1.842-1.093-2.476-1.331a.535.535 0 0 0-.665.259l-.502.966c-.126.212-.282.371-.483.228l-.119-.09Z\" stroke=\"#8F8F8F\" stroke-linecap=\"round\"/><circle cx=\"627.681\" cy=\"506.485\" r=\"11.044\" fill=\"#E4E4E4\"/><path d=\"M622.097 505.359v-1.863a1 1 0 0 1 1-1h9.169a1 1 0 0 1 1 1v5.977a1 1 0 0 1-1 1h-6.234\" stroke=\"#8F8F8F\" stroke-linecap=\"round\"/><path d=\"m622.791 502.905 4.218 3.572a1 1 0 0 0 1.268.02l4.528-3.592m-9.276 6.057-1.102 1.461 1.383.943\" stroke=\"#8F8F8F\" stroke-linecap=\"round\"/><path d=\"M621.177 508.574a.501.501 0 0 0 1-.026l-1 .026Zm1.822-1.802-.134-.482.134.482Zm1.175.069.19-.463-.19.463Zm1.104 1.931.495.071-.495-.071Zm-.537 1.047-.347-.36.347.36Zm-1.067.496.052.497-.052-.497Zm-1.497-1.767a1.317 1.317 0 0 1 .256-.812l-.804-.594a2.311 2.311 0 0 0-.452 1.432l1-.026Zm.256-.812c.173-.234.42-.404.701-.483l-.269-.963c-.495.139-.93.438-1.236.852l.804.594Zm.701-.483c.281-.078.58-.061.85.05l.38-.925a2.316 2.316 0 0 0-1.499-.088l.269.963Zm.85.05c.27.111.495.309.639.562l.869-.496a2.314 2.314 0 0 0-1.128-.991l-.38.925Zm.639.562c.145.253.201.547.16.836l.99.142a2.31 2.31 0 0 0-.281-1.474l-.869.496Zm.16.836a1.317 1.317 0 0 1-.389.758l.694.72c.37-.356.611-.826.685-1.336l-.99-.142Zm-.389.758c-.21.202-.482.328-.772.358l.104.995a2.313 2.313 0 0 0 1.362-.633l-.694-.72Zm-.772.358a1.306 1.306 0 0 1-.829-.191l-.53.848c.437.272.951.391 1.463.338l-.104-.995Z\" fill=\"#8F8F8F\"/><circle cx=\"627.681\" cy=\"317.308\" r=\"11.044\" fill=\"#E4E4E4\"/><rect x=\"622.182\" y=\"311.809\" width=\"11\" height=\"11\" rx=\"1\" fill=\"#8F8F8F\"/><path d=\"M627.78 317.852v3.239h-1.062v-5.455h1.019v.888h.067c.126-.289.322-.521.59-.696.27-.175.61-.263 1.019-.263.372 0 .697.079.977.235.279.154.496.383.65.689.153.305.23.683.23 1.133v3.469h-1.061v-3.342c0-.395-.103-.704-.309-.926-.206-.225-.489-.338-.849-.338-.246 0-.465.053-.657.16-.189.107-.34.263-.451.469-.109.203-.163.45-.163.738Zm-3.552 3.239v-5.454h1.062v5.454h-1.062Zm.536-6.296a.672.672 0 0 1-.476-.185.599.599 0 0 1-.195-.447c0-.175.065-.324.195-.447a.667.667 0 0 1 .476-.189c.185 0 .342.063.472.189a.586.586 0 0 1 .199.447.592.592 0 0 1-.199.447.658.658 0 0 1-.472.185Z\" fill=\"#fff\"/><g filter=\"url(#b)\"><g clip-path=\"url(#c)\"><rect x=\"1029.94\" y=\"277.514\" width=\"390\" height=\"462\" rx=\"10\" fill=\"#fff\"/><rect x=\"1045.63\" y=\"368.784\" width=\"355.849\" height=\"39.422\" rx=\"5\" fill=\"#fff\"/><rect x=\"1046.13\" y=\"369.284\" width=\"354.849\" height=\"38.422\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"1045.29\" y=\"358.875\">What is your company\u2019s name?</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"1254.41\" y=\"358.875\">*</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"1062.11\" y=\"392.586\">Aviso AI</tspan></text><text fill=\"#B2B3B5\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" letter-spacing=\"0em\"><tspan x=\"1370.3\" y=\"359.148\">7/150</tspan></text><rect x=\"1045.66\" y=\"485.339\" width=\"355.819\" height=\"238.491\" rx=\"5\" fill=\"#fff\"/><rect x=\"1046.16\" y=\"485.839\" width=\"354.819\" height=\"237.491\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"1045.32\" y=\"455.43\">What is your company or product </tspan><tspan x=\"1045.32\" y=\"472.43\">description?</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"1129.79\" y=\"472.43\">*</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"1059.81\" y=\"513.221\">Aviso is a Revenue Operating System that helps </tspan><tspan x=\"1059.81\" y=\"531.221\">GTM teams deliver 98%+ accurate forecasts, </tspan><tspan x=\"1059.81\" y=\"549.221\">predict future pipeline, and win more deals.</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"1059.81\" y=\"584.221\">Leaders such as Honeywell, New Relic, Elastic, </tspan><tspan x=\"1059.81\" y=\"602.221\">Armis and RingCentral have standardized on </tspan><tspan x=\"1059.81\" y=\"622.221\">Aviso to manage revenue, gaining over </tspan><tspan x=\"1189.6\" y=\"642.221\"> per rep, </tspan><tspan x=\"1136.53\" y=\"662.221\"> </tspan><tspan x=\"1198.92\" y=\"682.221\">and over </tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16\" font-weight=\"bold\" letter-spacing=\"0em\"><tspan x=\"1318.78\" y=\"622.221\">55% </tspan><tspan x=\"1059.81\" y=\"642.221\">net new revenue</tspan><tspan x=\"1248.89\" y=\"642.221\">39% higher\\n</tspan><tspan x=\"1059.81\" y=\"662.221\">win rates,</tspan><tspan x=\"1140.46\" y=\"662.221\">160% higher pipeline </tspan><tspan x=\"1059.81\" y=\"682.221\">conversion rates, </tspan><tspan x=\"1260.52\" y=\"682.221\">31% faster </tspan><tspan x=\"1059.81\" y=\"702.221\">sales cycles.</tspan></text><text fill=\"#B2B3B5\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" letter-spacing=\"0em\"><tspan x=\"1370.46\" y=\"472.703\">0/100</tspan></text><path d=\"M1030.67 323.784h391.72\" stroke=\"#D8D8D8\" stroke-width=\"1.653\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"1048.51\" y=\"308.162\">Sequence Inputs</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"1233\" y=\"308.207\">AI Tool Kit</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"1333\" y=\"308.207\">Repository</tspan></text><path d=\"M1048.17 322.97a2.616 2.616 0 0 1 2.62-2.617h137.95c1.44 0 2.61 1.171 2.61 2.617h-143.18Z\" fill=\"#F04E45\"/></g></g><rect x=\"41\" y=\"264.684\" width=\"523.587\" height=\"469.951\" rx=\"10\" fill=\"url(#d)\"/><path d=\"M41.844 330.791h521.933M41.846 672.453h522.098\" stroke=\"#D5D5D5\" stroke-opacity=\".3\" stroke-width=\"1.653\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><rect x=\"527.107\" y=\"286.37\" width=\"22\" height=\"22\" rx=\"11\" fill=\"#fff\" fill-opacity=\".5\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m533.658 291.885-.99.99 4.496 4.495-4.496 4.496.99.99 4.496-4.496 4.403 4.403.99-.99-4.404-4.403 4.404-4.403-.99-.99-4.403 4.403-4.496-4.495Z\" fill=\"#CD4E5B\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"30\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"56.922\" y=\"308.279\">Create A Sequence</tspan></text><rect x=\"56.201\" y=\"347.791\" width=\"241.861\" height=\"148.062\" rx=\"10\" fill=\"#fff\" fill-opacity=\".33\"/><path d=\"M105.085 385.346v-13.665l-6.328-6.676h-22.09a4.179 4.179 0 0 0-4.179 4.178v28.941a4.18 4.18 0 0 0 4.178 4.178h22.239\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m104.632 372.638-6.99.078v-7.068\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M77.958 391.361H90.39m-12.432-20.388H90.39m-12.432 9.945h18.4m-18.535 5.171H89.94m-11.982-10.144h14.919m-15.054 20.553h14.249\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path clip-rule=\"evenodd\" d=\"m108.81 395.677-.539 1.114-.053.105-2.332 4.848c-.209.444-.836.444-1.062.017l-6.885-13.413c-.287-.565.357-1.149.888-.8l6.38 2.898 6.31-3.038c.523-.357 1.184.209.906.775l-3.613 7.485v.009Z\" stroke=\"#F93F41\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"bold\" letter-spacing=\"0em\"><tspan x=\"72.488\" y=\"437.847\">Create from Scratch</tspan></text><text fill=\"#fff\" fill-opacity=\".6\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"72.488\" y=\"458.23\">Create your won sequence </tspan><tspan x=\"72.488\" y=\"475.23\">from scratch</tspan></text><rect x=\"307.525\" y=\"347.791\" width=\"241.861\" height=\"148.062\" rx=\"10\" fill=\"#fff\" fill-opacity=\".33\"/><path clip-rule=\"evenodd\" d=\"m350.299 385.129-.461-.946-.04-.089-2.005-4.116a.5.5 0 0 0-.898-.008l-5.813 11.425c-.243.477.307.97.76.679l5.409-2.49 5.377 2.563c.445.307 1.003-.178.768-.663l-3.097-6.355Z\" stroke=\"#F93F41\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M346.209 370.579h16.195v7.85\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m359.986 378.683 2.418 4.188 2.417-4.188h-4.835Z\" fill=\"#151A47\"/><path d=\"M352.152 401.295h-20.19v-15.653\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m334.379 386.354-2.417-4.188-2.426 4.188h4.843Z\" fill=\"#151A47\"/><path d=\"M333.924 372.158a3.826 3.826 0 1 0 .001-7.653 3.826 3.826 0 0 0-.001 7.653Z\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-miterlimit=\"10\"/><path d=\"M328.102 380.059a5.823 5.823 0 0 1 11.645 0h-6.722\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M362.279 392.918a3.826 3.826 0 1 0 0-7.653 3.826 3.826 0 0 0 0 7.653Z\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-miterlimit=\"10\"/><path d=\"M356.456 400.819a5.824 5.824 0 0 1 11.646 0h-6.723\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"bold\" letter-spacing=\"0em\"><tspan x=\"328.102\" y=\"436.84\">Shared Templates</tspan></text><text fill=\"#fff\" fill-opacity=\".6\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"328.102\" y=\"457.222\">Use shared templates</tspan></text><rect x=\"56.201\" y=\"505.274\" width=\"241.861\" height=\"148.062\" rx=\"10\" fill=\"#fff\" fill-opacity=\".33\"/><path d=\"M75.543 542.977v10.392a4.512 4.512 0 0 0 4.498 4.498h22.287\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M108.678 534.311h-15.45m15.503 4.712H93.228m7.448 10.297H80.197m21.577 3.951H80.197\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path clip-rule=\"evenodd\" d=\"m105.996 550.529-.18-1.046-.015-.097-.784-4.55a.508.508 0 0 1 .732-.538l11.506 5.925c.485.247.321.979-.224 1.001l-5.903 1.158-2.891 5.275c-.187.516-.934.448-1.024-.09l-1.217-7.03v-.008Z\" stroke=\"#F93F41\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M112.66 542.917v-9.691a4.512 4.512 0 0 0-4.498-4.497H85.785m-11.516 8.23s4.066-.713 5.382-3.152c1.317-2.438.41-7.412.41-7.412s1.322 4.572 2.542 5.687c1.219 1.116 4.877.811 4.877.811s-4.067 1.524-4.773 3.457c-.714 1.933-.811 7.211-.811 7.211s0-3.152-2.238-4.974c-2.237-1.829-5.383-1.628-5.383-1.628h-.006Z\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M72.488 530.239s1.365-.235 1.808-1.059c.444-.825.139-2.494.139-2.494s.443 1.538.852 1.912c.409.374 1.635.27 1.635.27s-1.365.512-1.607 1.157c-.243.644-.27 2.424-.27 2.424s0-1.059-.749-1.669c-.748-.61-1.808-.547-1.808-.547v.006Z\" fill=\"#151A47\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"bold\" letter-spacing=\"0em\"><tspan x=\"72.488\" y=\"593.555\">Use Template</tspan></text><text fill=\"#fff\" fill-opacity=\".6\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"72.488\" y=\"613.937\">Start with pre-made </tspan><tspan x=\"72.488\" y=\"630.937\">sequence</tspan></text><rect x=\"308.025\" y=\"505.774\" width=\"240.861\" height=\"147.062\" rx=\"9.5\" fill=\"#fff\" fill-opacity=\".64\" stroke=\"#fff\"/><path d=\"M343.714 549.833h-10.332a3.757 3.757 0 0 1-3.744-3.745v-13.621a3.757 3.757 0 0 1 3.744-3.744h13.621a3.757 3.757 0 0 1 3.745 3.744v8.465\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M333.187 526.614v-5.974m13.667 5.974v-5.974m-6.662 5.974v-5.974m-7.005 37.649v-5.975m7.376 5.975v-5.975m-19.176-19.557h5.965m-5.965 13.669h5.965m-5.965-6.728h5.965m25.579-6.941h5.974m-5.974 6.224h5.974\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M341.196 544.992h-5.259a1.46 1.46 0 0 1-1.458-1.458v-8.502c0-.808.659-1.459 1.458-1.459h8.502c.808 0 1.459.66 1.459 1.459v4.776\" stroke=\"#151A47\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path clip-rule=\"evenodd\" d=\"m352.764 545.838-1.217-.409-.111-.037-5.297-1.784a.618.618 0 0 0-.78.781l4.962 14.857c.204.622 1.115.566 1.235-.084l2.472-6.848 6.838-2.49c.651-.13.707-1.031.084-1.236l-8.186-2.75Z\" stroke=\"#F93F41\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"bold\" letter-spacing=\"0em\"><tspan x=\"321.387\" y=\"593.228\">Create via AI</tspan></text><text fill=\"#151A47\" fill-opacity=\".34\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"321.387\" y=\"613.61\">Personalise your sequence </tspan><tspan x=\"321.387\" y=\"630.61\">with AI</tspan></text><rect x=\"177.793\" y=\"689.453\" width=\"77\" height=\"26.584\" rx=\"4\" fill=\"#fff\" fill-opacity=\".2\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"193.153\" y=\"707.836\">Cancel</tspan></text><rect x=\"262.793\" y=\"689.453\" width=\"173.329\" height=\"26.387\" rx=\"4\" fill=\"#F04E45\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"281.576\" y=\"707.737\">Create as New View</tspan></text><g clip-path=\"url(#e)\"><rect x=\"592.419\" y=\"630.485\" width=\"358.47\" height=\"324.59\" rx=\"10\" fill=\"#fff\"/><rect x=\"608.137\" y=\"696.756\" width=\"327.369\" height=\"39.422\" rx=\"5\" fill=\"#fff\"/><rect x=\"608.637\" y=\"697.256\" width=\"326.369\" height=\"38.422\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><circle cx=\"628.181\" cy=\"716.331\" r=\"11.044\" fill=\"#959595\" fill-opacity=\".25\"/><path d=\"M628.18 715.048a2.44 2.44 0 1 0 0-4.88 2.44 2.44 0 0 0 0 4.88Z\" stroke=\"#8F8F8F\" stroke-width=\"1.5\" stroke-miterlimit=\"10\"/><path d=\"M623.074 722.495a5.107 5.107 0 0 1 10.213 0h-5.895\" stroke=\"#8F8F8F\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"650.59\" y=\"721.423\">Personalizer</tspan></text><path d=\"m920.444 720.103-5.196-5.657h10.392l-5.196 5.657Z\" fill=\"#151A47\"/><rect x=\"608.137\" y=\"791.311\" width=\"275.693\" height=\"42.688\" rx=\"5\" fill=\"#fff\"/><rect x=\"608.637\" y=\"791.811\" width=\"274.693\" height=\"41.688\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"607.803\" y=\"780.901\">Email address or LinkedIn URL</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"811.309\" y=\"780.901\">*</tspan></text><text fill=\"#B2B3B5\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"616.286\" y=\"817.745\">e.g. adam.james@aviso.com</tspan></text><text fill=\"#B2B3B5\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" letter-spacing=\"0em\"><tspan x=\"901.937\" y=\"780.174\">7/150</tspan></text><rect x=\"608.137\" y=\"895.654\" width=\"325.799\" height=\"42.688\" rx=\"5\" fill=\"#fff\"/><rect x=\"608.637\" y=\"896.154\" width=\"324.799\" height=\"41.688\" rx=\"4.5\" stroke=\"#8F8F8F\" stroke-opacity=\".3\"/><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"607.803\" y=\"885.245\">Send Email</tspan></text><text fill=\"#151A47\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" letter-spacing=\"0em\"><tspan x=\"616.286\" y=\"922.089\">don.franklin@aviso.com</tspan></text><text fill=\"#B2B3B5\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" letter-spacing=\"0em\"><tspan x=\"901.937\" y=\"884.518\">7/150</tspan></text><path d=\"M593.143 678.756h357.089\" stroke=\"#D8D8D8\" stroke-width=\"1.653\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"607.984\" y=\"665.179\">Sequence Inputs</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"862.478\" y=\"665.179\">Repository</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"18\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"743.609\" y=\"665.133\">AI Tool Kit</tspan></text><path d=\"M736.609 677.941a2.617 2.617 0 0 1 2.617-2.617h101.766a2.617 2.617 0 0 1 2.617 2.617h-107Z\" fill=\"#F04E45\"/><rect x=\"889.779\" y=\"791.311\" width=\"44.114\" height=\"42.688\" rx=\"5\" fill=\"#151A47\"/><path d=\"M911.501 820.244c5.811 0 10.522-4.711 10.522-10.523 0-5.811-4.711-10.522-10.522-10.522-5.812 0-10.522 4.711-10.522 10.522 0 5.812 4.71 10.523 10.522 10.523Zm17.096 5.866-9.396-8.868\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\"/></g><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m1382.32 203.094-14.91 14.142-3.43-3.429.03-.034-11.56-10.97v-7.043l15.08 14.605 14.79-14.314v7.043Zm0-12.54-14.91 14.142-3.43-3.43.03-.034-11.56-10.969v-7.044l15.08 14.605 14.79-14.314v7.044Zm-939.839-49.607 14.142-14.908-3.429-3.429-.034.035-10.97-11.564h-7.043l14.605 15.083-14.314 14.783h7.043Zm-12.54 0 14.141-14.908-3.429-3.429-.034.035-10.969-11.564h-7.044l14.605 15.083-14.314 14.783h7.044Zm626.219 769.214-14.14-14.908 3.43-3.429.03.035 10.97-11.564h7.05l-14.61 15.083 14.31 14.783h-7.04Zm12.54 0-14.14-14.908 3.43-3.429.03.035 10.97-11.564h7.05l-14.61 15.083 14.32 14.783h-7.05Z\" fill=\"#E34E4E\"/><defs><clipPath id=\"c\"><rect x=\"1029.94\" y=\"277.514\" width=\"390\" height=\"462\" rx=\"10\" fill=\"#fff\"/></clipPath><clipPath id=\"e\"><path fill=\"#fff\" transform=\"translate(592.419 630.485)\" d=\"M0 0h358.47v324.59H0z\"/></clipPath><filter id=\"a\" x=\"585.445\" y=\"33.005\" width=\"707.494\" height=\"567.428\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feMorphology radius=\"3\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect1_dropShadow_79_3126\"/><feOffset dx=\"5\" dy=\"-3\"/><feGaussianBlur stdDeviation=\"3.4\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0.550863 0 0 0 0 0.550863 0 0 0 0 0.550863 0 0 0 0.08 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_3126\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_3126\" result=\"shape\"/></filter><filter id=\"b\" x=\"1002.54\" y=\"254.114\" width=\"444.8\" height=\"516.8\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"4\"/><feGaussianBlur stdDeviation=\"13.7\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_3126\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_3126\" result=\"shape\"/></filter><linearGradient id=\"d\" x1=\"302.793\" y1=\"264.684\" x2=\"831.006\" y2=\"1150.3\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F04E45\"/><stop offset=\"1\" stop-color=\"#2F49BA\"/></linearGradient></defs></svg>',withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ps06wx\",\"data-framer-name\":\"4\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m342zk\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xujusg\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k8r7wv\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-jloika\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:748,intrinsicWidth:841,svg:'<svg width=\"841\" height=\"748\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><rect x=\"36\" y=\"33.805\" width=\"748\" height=\"340\" rx=\"9.791\" fill=\"#fff\"/><mask id=\"b\" fill=\"#fff\"><path d=\"M36 119.027h146.84v39.581H36z\"/></mask><path d=\"M36 119.027h146.84v39.581H36z\" fill=\"#fff\"/><path d=\"M36 119.027h146.84v39.581H36z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M36 158.608h-1.632v1.632H36zm146.84-1.631H36v3.263h146.84zm-145.208 1.631v-39.581h-3.264v39.581z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#b)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16.318\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"62.108\" y=\"144.752\">Name</tspan></text><path d=\"m153.634 146.233-5.511-5.998h11.021z\" fill=\"#7F8084\" fill-opacity=\".3\"/><path d=\"m153.633 131.402 5.51 5.999h-11.02z\" fill=\"#7F8084\"/><mask id=\"c\" fill=\"#fff\"><path d=\"M36 156.977h151.3v73.479H36z\"/></mask><path d=\"M36 156.977h151.3v73.479H36z\" fill=\"#FFF3F2\"/><path d=\"M187.3 230.456v1.632h1.631v-1.632zm-151.3 0h-1.632v1.632H36zm149.668-73.479v73.479h3.263v-73.479zm1.632 71.848H36v3.263h151.3zm-149.668 1.631v-73.479h-3.264v73.479z\" fill=\"#CDCDCD\" mask=\"url(#c)\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" letter-spacing=\"0em\"><tspan x=\"63.74\" y=\"199.057\">Sales Team</tspan></text><circle cx=\"154.914\" cy=\"193.717\" r=\"4.646\" fill=\"#58C96A\"/><path fill=\"#FFF3F2\" d=\"M36.816 229.641h148.49v71.848H36.816z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M36.816 229.641h148.49v71.848H36.816z\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" letter-spacing=\"0em\"><tspan x=\"63.74\" y=\"270.906\">Americas</tspan></text><circle cx=\"139.914\" cy=\"265.565\" r=\"4.646\" fill=\"#58C96A\"/><path fill=\"#FFF3F2\" d=\"M36.816 301.489h151.256v71.848H36.816z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M36.816 301.489h151.256v71.848H36.816z\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" letter-spacing=\"0em\"><tspan x=\"64.534\" y=\"342.753\">Asia Pacific</tspan></text><circle cx=\"155.708\" cy=\"337.413\" r=\"4.646\" fill=\"#58C96A\"/><mask id=\"d\" fill=\"#fff\"><path d=\"M182.858 118.948h152.487v39.581H182.858z\"/></mask><path d=\"M182.858 118.948h152.487v39.581H182.858z\" fill=\"#fff\"/><path d=\"M182.858 118.948h152.487v39.581H182.858z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M335.345 158.529v1.632h1.632v-1.632zm-152.487 0h-1.631v1.632h1.631zm150.856-39.581v39.581h3.263v-39.581zm1.631 37.95H182.858v3.263h152.487zm-150.855 1.631v-39.581h-3.263v39.581z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#d)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16.318\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"241.602\" y=\"144.673\">Plan</tspan></text><mask id=\"e\" fill=\"#fff\"><path d=\"M182.858 156.897h151.754v73.43H182.858z\"/></mask><path d=\"M182.858 156.897h151.754v73.43H182.858z\" fill=\"#FFF3F2\"/><path d=\"M334.612 230.327v1.632h1.632v-1.632zm-151.754 0h-1.631v1.632h1.631zm150.123-73.43v73.43h3.263v-73.43zm1.631 71.798H182.858v3.264h151.754zm-150.122 1.632v-73.43h-3.263v73.43z\" fill=\"#CACACA\" mask=\"url(#e)\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"230.735\" y=\"198.953\">$83.3M</tspan></text><path fill=\"#FFF3F2\" d=\"M183.674 229.511h150.122v71.848H183.674z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M183.674 229.511h150.122v71.848H183.674z\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"231.235\" y=\"270.776\">$45.5M</tspan></text><path fill=\"#FFF3F2\" d=\"M183.674 301.359h150.122v71.848H183.674z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M183.674 301.359h150.122v71.848H183.674z\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"236.735\" y=\"342.624\">$7.4M</tspan></text><mask id=\"f\" fill=\"#fff\"><path d=\"M483.103 118.948h151.753v39.581H483.103z\"/></mask><path d=\"M483.103 118.948h151.753v39.581H483.103z\" fill=\"#fff\"/><path d=\"M483.103 118.948h151.753v39.581H483.103z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M634.856 158.529v1.632h1.632v-1.632zm-151.753 0h-1.632v1.632h1.632zm150.122-39.581v39.581h3.263v-39.581zm1.631 37.95H483.103v3.263h151.753zm-150.122 1.631v-39.581h-3.263v39.581z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#f)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16.318\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"528.979\" y=\"144.673\">Booked</tspan></text><mask id=\"g\" fill=\"#fff\"><path d=\"M483.103 156.897h151.753v73.43H483.103z\"/></mask><path d=\"M483.103 156.897h151.753v73.43H483.103z\" fill=\"#FFF3F2\"/><path d=\"M634.856 230.327v1.632h1.632v-1.632zm-151.753 0h-1.632v1.632h1.632zm150.122-73.43v73.43h3.263v-73.43zm1.631 71.798H483.103v3.264h151.753zm-150.122 1.632v-73.43h-3.263v73.43z\" fill=\"#CACACA\" mask=\"url(#g)\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"530.979\" y=\"198.953\">$83.3M</tspan></text><path fill=\"#FFF3F2\" d=\"M483.918 229.511H634.04v71.848H483.918z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M483.918 229.511H634.04v71.848H483.918z\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"531.479\" y=\"270.776\">$45.5M</tspan></text><path fill=\"#FFF3F2\" d=\"M483.918 301.359H634.04v71.848H483.918z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M483.918 301.359H634.04v71.848H483.918z\"/><text fill=\"#272727\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"536.979\" y=\"342.624\">$7.4M</tspan></text><mask id=\"h\" fill=\"#fff\"><path d=\"M332.98 119.027h151.008v39.581H332.98z\"/></mask><path d=\"M332.98 119.027h151.008v39.581H332.98z\" fill=\"#fff\"/><path d=\"M332.98 119.027h151.008v39.581H332.98z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M483.988 158.608v1.632h1.631v-1.632zm-151.008 0h-1.631v1.632h1.631zm149.376-39.581v39.581h3.263v-39.581zm1.632 37.95H332.98v3.263h151.008zm-149.376 1.631v-39.581h-3.263v39.581z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#h)\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m367.187 144.68-1.966-4.001a1.5 1.5 0 0 1-.542.104 1.5 1.5 0 0 1-1.101-.48c-.014-.014-2.577 1.77-2.577 1.77l5.386 3.328c.467.32 1.05-.203.8-.721m-4.034-5.441c0-.56.296-1.055.736-1.323l-2.666-5.479a.522.522 0 0 0-.943 0l-6.025 12.248c-.254.513.329 1.035.801.715l8.208-5.582a1.6 1.6 0 0 1-.111-.579\" fill=\"#F04E45\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M364.675 138.255a.98.98 0 0 0-.967.984c0 .541.435.983.967.983a.98.98 0 0 0 .967-.983.97.97 0 0 0-.967-.984\" fill=\"#F04F45\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16.318\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"377.038\" y=\"144.752\">AI Forecast</tspan></text><mask id=\"i\" fill=\"#fff\"><path d=\"M332.98 156.977h151.256v73.479H332.98z\"/></mask><path d=\"M332.98 156.977h151.256v73.479H332.98z\" fill=\"#FFF3F2\"/><path d=\"M484.236 230.456v1.632h1.632v-1.632zm-151.256 0h-1.631v1.632h1.631zm149.625-73.479v73.479h3.263v-73.479zm1.631 71.848H332.98v3.263h151.256zm-149.624 1.631v-73.479h-3.263v73.479z\" fill=\"#CACACA\" mask=\"url(#i)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"360.636\" y=\"199.057\">$83.3M</tspan></text><circle cx=\"448.031\" cy=\"193.717\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"446.807\" y=\"196.837\">i</tspan></text><path fill=\"#FFF3F2\" d=\"M333.796 229.641H483.42v71.848H333.796z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M333.796 229.641H483.42v71.848H333.796z\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"361.636\" y=\"270.906\">$70.6M</tspan></text><circle cx=\"447.031\" cy=\"265.565\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"445.807\" y=\"268.685\">i</tspan></text><path fill=\"#FFF3F2\" d=\"M333.796 301.489H483.42v71.848H333.796z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M333.796 301.489H483.42v71.848H333.796z\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"362.636\" y=\"342.753\">$10.7M</tspan></text><circle cx=\"446.031\" cy=\"337.413\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"444.807\" y=\"340.533\">i</tspan></text><mask id=\"j\" fill=\"#fff\"><path d=\"M633.225 119.027h151.256v39.581H633.225z\"/></mask><path d=\"M633.225 119.027h151.256v39.581H633.225z\" fill=\"#fff\"/><path d=\"M633.225 119.027h151.256v39.581H633.225z\" fill=\"#F04E45\" fill-opacity=\".2\"/><path d=\"M784.481 158.608v1.632h1.631v-1.632zm-151.256 0h-1.632v1.632h1.632zm149.624-39.581v39.581h3.263v-39.581zm1.632 37.95H633.225v3.263h151.256zm-149.625 1.631v-39.581h-3.263v39.581z\" fill=\"#F04E45\" fill-opacity=\".5\" mask=\"url(#j)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16.318\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"675.92\" y=\"144.752\">Commit</tspan></text><mask id=\"k\" fill=\"#fff\"><path d=\"M633.225 156.977h151.256v73.479H633.225z\"/></mask><path d=\"M633.225 156.977h151.256v73.479H633.225z\" fill=\"#FFF3F2\"/><path d=\"M784.481 230.456v1.632h1.631v-1.632zm-151.256 0h-1.632v1.632h1.632zm149.624-73.479v73.479h3.263v-73.479zm1.632 71.848H633.225v3.263h151.256zm-149.625 1.631v-73.479h-3.263v73.479z\" fill=\"#CACACA\" mask=\"url(#k)\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"660.88\" y=\"199.057\">$83.3M</tspan></text><circle cx=\"748.275\" cy=\"193.717\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"747.051\" y=\"196.837\">i</tspan></text><path fill=\"#FFF3F2\" d=\"M634.04 229.641h149.624v71.848H634.04z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M634.04 229.641h149.624v71.848H634.04z\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"661.88\" y=\"270.906\">$70.6M</tspan></text><circle cx=\"747.275\" cy=\"265.565\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"746.051\" y=\"268.685\">i</tspan></text><path fill=\"#FFF3F2\" d=\"M634.04 301.489h149.624v71.848H634.04z\"/><path stroke=\"#CACACA\" stroke-width=\"1.632\" d=\"M634.04 301.489h149.624v71.848H634.04z\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14.686\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"662.88\" y=\"342.753\">$10.7M</tspan></text><circle cx=\"746.275\" cy=\"337.413\" r=\"7.898\" stroke=\"#F04E45\" stroke-width=\"1.305\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.791\" font-weight=\"600\" letter-spacing=\"0em\"><tspan x=\"745.051\" y=\"340.533\">i</tspan></text></g><path d=\"M37.77 82.161h745M333.812 34.805v47\" stroke=\"#D8D8D8\" stroke-width=\"1.653\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"55.613\" y=\"66.31\">Yearly Forecast 2024</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"350.105\" y=\"66.583\">Quarter 1</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"451.105\" y=\"66.583\">Quarter 2</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"14\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"554.105\" y=\"66.583\">Quarter 3</tspan></text><text fill=\"#F04E45\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"658.105\" y=\"68.31\">Quarter 4</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"11\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"351.105\" y=\"104.828\">November</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"11\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"434.105\" y=\"104.828\">December</tspan></text><text opacity=\".6\" fill=\"#7F8084\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"11\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"517.105\" y=\"104.828\">January</tspan></text><path d=\"M55.277 81.347a2.617 2.617 0 0 1 2.617-2.617h158.102a2.617 2.617 0 0 1 2.617 2.617zm601-.001a2.617 2.617 0 0 1 2.617-2.618h73.766a2.617 2.617 0 0 1 2.617 2.618z\" fill=\"#F04E45\"/><g filter=\"url(#l)\"><path d=\"M478.945 184.153a4.3 4.3 0 0 1 4.3-4.299H802.5a4.3 4.3 0 0 1 4.299 4.345l-.044 4.16V516.85a4.3 4.3 0 0 1-4.299 4.299H483.245a4.3 4.3 0 0 1-4.3-4.299z\" fill=\"url(#m)\"/></g><path d=\"M478.945 223.628h327.9v-39.475a4.3 4.3 0 0 0-4.299-4.3H483.245a4.3 4.3 0 0 0-4.3 4.3z\" fill=\"#fff\" fill-opacity=\".2\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"15.049\" font-weight=\"600\" letter-spacing=\"0\"><tspan x=\"508.01\" y=\"207.176\">Aviso AI Forecast Explanation</tspan></text><path d=\"M480.796 278.689v-25.797l-16.124 13.117z\" fill=\"#E84E4B\"/><path d=\"M551.909 414.878h213.492\" stroke=\"#fff\" stroke-width=\"1.291\"/><path d=\"M551.909 390.351h213.492m-213.492-24.529h213.492m-213.492-24.528h213.492m-213.492-24.527h213.492m-213.492-24.529h213.492m-213.492-24.527h213.492m-213.492-24.528h213.492\" stroke=\"#fff\" stroke-opacity=\".3\" stroke-width=\"1.291\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"565.587\" y=\"428.378\">2023\\n</tspan><tspan x=\"570.529\" y=\"439.378\">Q4</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"606.142\" y=\"428.378\">2024\\n</tspan><tspan x=\"611.878\" y=\"439.378\">Q1</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"646.671\" y=\"428.378\">2024\\n</tspan><tspan x=\"651.772\" y=\"439.378\">Q2</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"687.199\" y=\"428.378\">2024\\n</tspan><tspan x=\"692.158\" y=\"439.378\">Q3</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"727.728\" y=\"428.378\">2024\\n</tspan><tspan x=\"732.643\" y=\"439.378\">Q4</tspan></text><path fill=\"#FF9590\" d=\"M570.344 371.855h14.072v42.342h-14.072z\"/><path fill=\"#F04E45\" d=\"M570.344 299.662h14.072v31.891h-14.072z\"/><path fill=\"#FE5F57\" d=\"M570.344 315.588h14.072v15.966h-14.072z\"/><path fill=\"#FF7972\" d=\"M570.344 323.552h14.072v64.826h-14.072z\"/><path fill=\"#FFB0AC\" d=\"M570.344 393.13h14.072v21.067h-14.072z\"/><path fill=\"#FF9590\" d=\"M611.176 371.855h14.072v42.342h-14.072z\"/><path fill=\"#F04E45\" d=\"M611.176 321.608h14.072v31.891h-14.072z\"/><path fill=\"#FE5F57\" d=\"M611.176 332.37h14.072v15.966h-14.072z\"/><path fill=\"#FF7972\" d=\"M611.176 339.913h14.072v37.164h-14.072z\"/><path fill=\"#FFB0AC\" d=\"M611.176 395.068h14.072v19.129h-14.072z\"/><path fill=\"#FF9590\" d=\"M652.009 371.854h14.072v42.342h-14.072z\"/><path fill=\"#F04E45\" d=\"M652.009 309.13h14.072v22.423h-14.072z\"/><path fill=\"#FE5F57\" d=\"M652.009 321.857h14.072v9.695h-14.072z\"/><path fill=\"#FF7972\" d=\"M652.009 328.596h14.072v48.48h-14.072z\"/><path fill=\"#FFB0AC\" d=\"M652.009 395.067h14.072v19.129h-14.072z\"/><path fill=\"#FF9590\" d=\"M692.842 346.036h14.072v42.342h-14.072z\"/><path fill=\"#F04E45\" d=\"M692.842 242.86h14.072v31.891h-14.072z\"/><path fill=\"#FE5F57\" d=\"M692.842 256.18h14.072v18.572h-14.072z\"/><path fill=\"#FF7972\" d=\"M692.842 267.711h14.072V353.5h-14.072z\"/><path fill=\"#FFB0AC\" d=\"M692.842 380.325h14.072v33.872h-14.072z\"/><path fill=\"#FF9590\" d=\"M733.674 370.202h14.072v43.995h-14.072z\"/><path fill=\"#F04E45\" d=\"M733.674 328.597h14.072v28.776h-14.072z\"/><path fill=\"#FE5F57\" d=\"M733.674 341.406h14.072v15.966h-14.072z\"/><path fill=\"#FF7972\" d=\"M733.674 349.471h14.072v20.731h-14.072z\"/><path fill=\"#FFB0AC\" d=\"M733.674 393.13h14.072v21.067h-14.072z\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"511.719\" y=\"246.354\">$140M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"512.089\" y=\"271.555\">$120M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"511.798\" y=\"296.755\">$100M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"516.193\" y=\"321.956\">$80M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"516.157\" y=\"347.156\">$60M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"515.99\" y=\"372.356\">$40M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"516.36\" y=\"397.557\">$20M</tspan></text><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"530.012\" y=\"422.757\">$0</tspan></text><circle cx=\"520.644\" cy=\"466.57\" r=\"2.582\" fill=\"#FFB0AC\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"530.972\" y=\"469.856\">Booked</tspan></text><circle cx=\"602.952\" cy=\"466.57\" r=\"2.582\" fill=\"#FF9590\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"613.279\" y=\"469.856\">Commit</tspan></text><circle cx=\"686.707\" cy=\"466.57\" r=\"2.582\" fill=\"#FF7972\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"697.035\" y=\"469.856\">Early Stage</tspan></text><circle cx=\"520.644\" cy=\"489.082\" r=\"2.582\" fill=\"#FE5F57\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"530.972\" y=\"492.368\">Newly Created In Quarter</tspan></text><circle cx=\"686.707\" cy=\"489.082\" r=\"2.582\" fill=\"#F04E45\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"9.037\" font-weight=\"500\" letter-spacing=\"0\"><tspan x=\"697.035\" y=\"492.368\">Pull-ins</tspan></text><g filter=\"url(#n)\"><path d=\"M478.946 525.448a4.3 4.3 0 0 1 4.3-4.3h319.221a4.3 4.3 0 0 1 4.298 4.379l-.009.492v186.27a4.3 4.3 0 0 1-4.299 4.3H483.246a4.3 4.3 0 0 1-4.3-4.3z\" fill=\"url(#o)\"/></g><path d=\"M478.946 563.59h327.9\" stroke=\"#fff\" stroke-opacity=\".2\" stroke-linecap=\"round\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"16\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"500.012\" y=\"548.443\">Insights</tspan></text><text opacity=\".6\" fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"594.012\" y=\"548.989\">At-Risk Deals</tspan></text><path d=\"M496.69 563.6a2.62 2.62 0 0 1 2.618-2.618h61.765a2.617 2.617 0 0 1 2.617 2.618z\" fill=\"#DDE0EB\"/><text fill=\"#fff\" xml:space=\"preserve\" style=\"white-space:pre\" font-family=\"Inter\" font-size=\"12\" font-weight=\"500\" letter-spacing=\"0em\"><tspan x=\"509.9\" y=\"594.119\">Booked amount so far is $18.6M\\n</tspan><tspan x=\"509.9\" y=\"622.119\">Compared to the same time last quarter, there is </tspan><tspan x=\"509.9\" y=\"637.119\">-$14.4M (16.7%) decline in the current quarter AI </tspan><tspan x=\"509.9\" y=\"652.119\">Forecast. This decline is due to changes in the </tspan><tspan x=\"509.9\" y=\"667.119\">following categories  Early Stage (-$57M), </tspan><tspan x=\"509.9\" y=\"682.119\">Booked (-$6M), Commit (-$4M), Newly Created </tspan><tspan x=\"509.9\" y=\"697.119\">in Quarter (-$3M), Pull-ins (+$2M)</tspan></text><defs><linearGradient id=\"m\" x1=\"594.499\" y1=\"179.805\" x2=\"888.193\" y2=\"829.793\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F04E45\"/><stop offset=\"1\" stop-color=\"#2F49BA\"/></linearGradient><linearGradient id=\"o\" x1=\"608.686\" y1=\"532.305\" x2=\"766.735\" y2=\"1036.04\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F04E45\"/><stop offset=\"1\" stop-color=\"#2F49BA\"/></linearGradient><filter id=\"l\" x=\"463.897\" y=\"169.104\" width=\"357.951\" height=\"371.393\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"4.3\"/><feGaussianBlur stdDeviation=\"7.524\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.48 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_4310\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_4310\" result=\"shape\"/></filter><filter id=\"n\" x=\"463.898\" y=\"510.399\" width=\"357.917\" height=\"225.538\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"4.3\"/><feGaussianBlur stdDeviation=\"7.524\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.48 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_79_4310\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_79_4310\" result=\"shape\"/></filter><clipPath id=\"a\"><rect x=\"36\" y=\"33.805\" width=\"748\" height=\"340\" rx=\"9.791\" fill=\"#fff\"/></clipPath></defs></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7laj2l\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-9mpx22\",\"data-styles-preset\":\"xU_WpCeZp\",children:\"98%+ Accurate Revenue Forecasting That Goes Beyond CRM Data and Weighted Averages\"})}),className:\"framer-1b8e2va\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Aviso compares historical revenue data to current data, and dynamically scores deals based on hundreds of activity and conversation signals to help you confidently call your forecast across regions, teams, segments, product lines, and pricing models\"})}),className:\"framer-e2nb9k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e7teo2\",\"data-framer-name\":\"5\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hwfop1\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6se33f\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:760,intrinsicWidth:1352,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2868.4+60+2574.4+30+0+0+0+0+0),pixelHeight:582,pixelWidth:1011,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1200px)`,src:\"https://framerusercontent.com/images/AakQ881waFQXWe9zFsyE0EOQwL8.svg\",srcSet:\"https://framerusercontent.com/images/AakQ881waFQXWe9zFsyE0EOQwL8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/AakQ881waFQXWe9zFsyE0EOQwL8.svg 1011w\"}},oeEqrOBYn:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:760,intrinsicWidth:1352,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1827.2+60+2235.2+30+0+0+0+0),pixelHeight:582,pixelWidth:1011,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) - 30px) * 0.5455, 1px)`,src:\"https://framerusercontent.com/images/AakQ881waFQXWe9zFsyE0EOQwL8.svg\",srcSet:\"https://framerusercontent.com/images/AakQ881waFQXWe9zFsyE0EOQwL8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/AakQ881waFQXWe9zFsyE0EOQwL8.svg 1011w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:760,intrinsicWidth:1352,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1877.2+60+2235.2+30+0+0+0+0),pixelHeight:582,pixelWidth:1011,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) - 50px) * 0.6, 1px)`,src:\"https://framerusercontent.com/images/AakQ881waFQXWe9zFsyE0EOQwL8.svg\",srcSet:\"https://framerusercontent.com/images/AakQ881waFQXWe9zFsyE0EOQwL8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/AakQ881waFQXWe9zFsyE0EOQwL8.svg 1011w\"},className:\"framer-1s8vb71\",\"data-framer-name\":\"Conversation_Intelligence\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8nwyy0\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-9mpx22\",\"data-styles-preset\":\"xU_WpCeZp\",children:\"Conversation Intelligence That Goes Beyond \u2018Basic Sentiment\u2019\"})}),className:\"framer-1nssm2e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Be it extracting non-verbal buyer signals, scoring buyer propensity, tracking seller performance, or grading talk track adherence, Aviso collates all conversation insights in a neat, easy-to-use CI Dashboard that helps reps prioritize the right deals and managers execute personalized coaching.\"})}),className:\"framer-6ap01r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e5shpy\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ddy7vs\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1t9e73i\",\"data-styles-preset\":\"mTO7UFQUn\",style:{\"--framer-text-alignment\":\"center\"},children:\"A Feature-by-Feature Comparison of Outreach vs Aviso AI\\xa0Reveals a Night-and-Day Difference\"})}),className:\"framer-5merpm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-92f2la\",\"data-border\":true,\"data-framer-name\":\"Logo\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-eby9xk\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qtvivu\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:133.33333333333334,intrinsicWidth:320,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6093.6+60+73.2+10+0),pixelHeight:200,pixelWidth:480,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/c201OS8iYbaj7m4y5PgQ8bfLaWs.png\"}},oeEqrOBYn:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:133.33333333333334,intrinsicWidth:320,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4647.1337+60+73.2+10+0),pixelHeight:200,pixelWidth:480,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/c201OS8iYbaj7m4y5PgQ8bfLaWs.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:133.33333333333334,intrinsicWidth:320,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4697.1337+60+73.2+10+0),pixelHeight:200,pixelWidth:480,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/c201OS8iYbaj7m4y5PgQ8bfLaWs.png\"},className:\"framer-1jsq99e\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:133.33333333333334,intrinsicWidth:320,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6093.6+60+73.2+10+0),pixelHeight:200,pixelWidth:480,positionX:\"center\",positionY:\"center\",sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 50px) / 2, 1px) / 2)`,src:\"https://framerusercontent.com/images/GA3CnQwybhMNfdPVL5HTvqGMyM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/GA3CnQwybhMNfdPVL5HTvqGMyM.png?scale-down-to=512 512w,https://framerusercontent.com/images/GA3CnQwybhMNfdPVL5HTvqGMyM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GA3CnQwybhMNfdPVL5HTvqGMyM.png 1200w\"}},oeEqrOBYn:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:133.33333333333334,intrinsicWidth:320,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4647.1337+60+73.2+10+0),pixelHeight:200,pixelWidth:480,positionX:\"center\",positionY:\"center\",sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 90px) / 2, 1px) / 2)`,src:\"https://framerusercontent.com/images/GA3CnQwybhMNfdPVL5HTvqGMyM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/GA3CnQwybhMNfdPVL5HTvqGMyM.png?scale-down-to=512 512w,https://framerusercontent.com/images/GA3CnQwybhMNfdPVL5HTvqGMyM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GA3CnQwybhMNfdPVL5HTvqGMyM.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:133.33333333333334,intrinsicWidth:320,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4697.1337+60+73.2+10+0),pixelHeight:200,pixelWidth:480,positionX:\"center\",positionY:\"center\",sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 90px) / 2, 1px) / 2)`,src:\"https://framerusercontent.com/images/GA3CnQwybhMNfdPVL5HTvqGMyM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/GA3CnQwybhMNfdPVL5HTvqGMyM.png?scale-down-to=512 512w,https://framerusercontent.com/images/GA3CnQwybhMNfdPVL5HTvqGMyM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GA3CnQwybhMNfdPVL5HTvqGMyM.png 1200w\"},className:\"framer-10p9z1p\",\"data-framer-name\":\"image\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lymxt7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14632w2\",\"data-border\":true,\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14ns6z7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-9mpx22\",\"data-styles-preset\":\"xU_WpCeZp\",style:{\"--framer-text-color\":\"var(--token-f897150d-01f0-4d49-b8ff-f1bad0a787c8, rgb(240, 128, 128))\"},children:\"Gen AI Workflows\"})}),className:\"framer-1nx03ng\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ymkssy\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8mlcr3\",\"data-border\":true,\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11rv042\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"GenAI Chief-of-Staff\"})}),className:\"framer-13fsbrz\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Chief-of-Staff sits on top of all your business data and helps reps and leaders perform tasks and query insights in natural language\"})}),className:\"framer-1u9q4mh\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15hk8w4\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-svt4wl\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-brolgx-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"k2lwZYNdo\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"k2lwZYNdo\",layoutId:\"k2lwZYNdo\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xs3lpv\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-u4rqdh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"z7UmgmVTT\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"z7UmgmVTT\",layoutId:\"z7UmgmVTT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u7lsr9\",\"data-border\":true,\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1snkhht\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Account Planning AI Workflows\"})}),className:\"framer-w9guxa\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Automatically create and evolve account plans to keep deals on track\"})}),className:\"framer-mwsof8\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yza1w0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14vhbar\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wiu9qe-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"HXqBbA4JR\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"HXqBbA4JR\",layoutId:\"HXqBbA4JR\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rit4yf\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gb417a-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"W92g4AquD\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"W92g4AquD\",layoutId:\"W92g4AquD\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pgfhhs\",\"data-border\":true,\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t4oc79\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"RFP AI Workflows\"})}),className:\"framer-1844683\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Drafts responses to RFPs in seconds\"})}),className:\"framer-17rj73k\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1war3rj\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-r9vfl6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-432k0k-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"cK1n5SRlK\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"cK1n5SRlK\",layoutId:\"cK1n5SRlK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ek57ky\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hbubxa-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"dm_xvGy2p\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"dm_xvGy2p\",layoutId:\"dm_xvGy2p\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bmkzrm\",\"data-border\":true,\"data-framer-name\":\"4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-frbeur\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Account Research AI Workflows\"})}),className:\"framer-1w777us\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Automatically performs research in 2 clicks\"})}),className:\"framer-182xm5j\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ff14l9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rpt6fy\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b0y0q3-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"oJrzZCRjx\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"oJrzZCRjx\",layoutId:\"oJrzZCRjx\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-eghj4p\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nkuz5u-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"DCdR6U58N\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"DCdR6U58N\",layoutId:\"DCdR6U58N\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6ss6vw\",\"data-border\":true,\"data-framer-name\":\"5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e8yxcr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Strategic Selling AI Workflows\"})}),className:\"framer-1adqutw\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Create strategic synergies with prospects the way Simon Sinek, Chet Holmes, and Jill Konrath do\"})}),className:\"framer-wph1br\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7eciq3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wl5yz7\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nro2oe-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fFa8NmF1O\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"fFa8NmF1O\",layoutId:\"fFa8NmF1O\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-okc991\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-q60fus-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"G55OIQbU2\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"G55OIQbU2\",layoutId:\"G55OIQbU2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16baxe7\",\"data-border\":true,\"data-framer-name\":\"6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qabtzj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Manager Cloning AI Workflows\"})}),className:\"framer-1r3mkzr\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Replicate top performers\u2019 strategies across the team\"})}),className:\"framer-1nb6nlp\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m159q7\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mb8b52\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1npuxpe-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"TyyIgGEpY\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"TyyIgGEpY\",layoutId:\"TyyIgGEpY\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-170lc0d\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nohppa-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"XZUw4SIKT\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"XZUw4SIKT\",layoutId:\"XZUw4SIKT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v0z0or\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5ea69q\",\"data-border\":true,\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-eqzsub\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-9mpx22\",\"data-styles-preset\":\"xU_WpCeZp\",style:{\"--framer-text-color\":\"var(--token-f897150d-01f0-4d49-b8ff-f1bad0a787c8, rgb(240, 128, 128))\"},children:\"AI-Driven Sales Engagement\"})}),className:\"framer-35wect\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s5macb\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xpu0zv\",\"data-border\":true,\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gi6g3u\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Virtual AI SDR\"})}),className:\"framer-lv1rk9\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Build lead pipelines 24x7x365 on autopilot\"})}),className:\"framer-1h9xldw\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14rdse9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8rkci\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2j0civ-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xvDG3n_Yk\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"xvDG3n_Yk\",layoutId:\"xvDG3n_Yk\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bvj8hu\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-56cghw-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RAbquLblX\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"RAbquLblX\",layoutId:\"RAbquLblX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fb0nua\",\"data-border\":true,\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-20hneb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"DISC Analysis\"})}),className:\"framer-1hxxbis\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Understand a prospect\u2019s behavioral profile and hyper-personalize messages\"})}),className:\"framer-ydqtij\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x1dyrv\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1z0folu\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11ab9lf-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"UD3OXKm8t\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"UD3OXKm8t\",layoutId:\"UD3OXKm8t\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qxd7zd\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pw1b4r-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"XbYt7Yuts\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"XbYt7Yuts\",layoutId:\"XbYt7Yuts\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-121ydhs\",\"data-border\":true,\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1urleiw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Email Co-pilot\"})}),className:\"framer-1199ujb\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"AI drafts personalized messages based on multiple data sources\"})}),className:\"framer-1c83faj\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-56jxg4\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w7bnhn\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zyqrpy-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"XYfi_yupV\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"XYfi_yupV\",layoutId:\"XYfi_yupV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uaft9c\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16hcakt-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"AormVyGMV\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"AormVyGMV\",layoutId:\"AormVyGMV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ejak4r\",\"data-border\":true,\"data-framer-name\":\"4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6spt0q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"LinkedIn Research Co-Pilot\"})}),className:\"framer-85fg5h\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Use AI-generated LinkedIn insights to create compelling value propositions\"})}),className:\"framer-gdk4rk\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w7wjek\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ke33hs\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pqyvfc-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"n8W8gYoZa\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"n8W8gYoZa\",layoutId:\"n8W8gYoZa\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-degpnc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-v0gl1t-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"od1Jhl5xC\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"od1Jhl5xC\",layoutId:\"od1Jhl5xC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dwlq60\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g4cf8r\",\"data-border\":true,\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dw32t1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-9mpx22\",\"data-styles-preset\":\"xU_WpCeZp\",style:{\"--framer-text-color\":\"var(--token-f897150d-01f0-4d49-b8ff-f1bad0a787c8, rgb(240, 128, 128))\"},children:\"Revenue Forecasting\"})}),className:\"framer-1mqpwmq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mhbnky\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e3cj06\",\"data-border\":true,\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-idqbur\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Time-Series AI Database\"})}),className:\"framer-1x8eq4u\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Bootstrap historical revenue data to create judgments on future projections\"})}),className:\"framer-8yjhiw\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hztnhl\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cvcwvu\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3014io-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OoD73C5C2\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"OoD73C5C2\",layoutId:\"OoD73C5C2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-elow8l\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bcs8gh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"CEO1u7MT4\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"CEO1u7MT4\",layoutId:\"CEO1u7MT4\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xbezpj\",\"data-border\":true,\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xs57lc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"AI Opportunity Scoring\"})}),className:\"framer-k6q2k5\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Factors in multiple data sources, historical close rates of similar deals, CI insights, activity intelligence, and hundreds of signals to score deals \u2018live\u2019 with explanations\"})}),className:\"framer-1230pap\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j93f6o\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hs1x19\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n5kjen-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lfwNzcpi_\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"lfwNzcpi_\",layoutId:\"lfwNzcpi_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6pxhvy\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1505tbt-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"kDegbohJ6\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"kDegbohJ6\",layoutId:\"kDegbohJ6\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uuxtzy\",\"data-border\":true,\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j4skst\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Next quarter forecast\"})}),className:\"framer-18p23y6\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Judge and plan pipeline for next quarter\"})}),className:\"framer-8zmfry\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nkup2v\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rn4gyp\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-th38cw-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"MgdgNRUut\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"MgdgNRUut\",layoutId:\"MgdgNRUut\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vyy53w\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gl71gz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jfCDN70LD\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"jfCDN70LD\",layoutId:\"jfCDN70LD\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-56r3oc\",\"data-border\":true,\"data-framer-name\":\"5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1893jl9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Consumption Forecasting\\xa0\"})}),className:\"framer-1o8hxnz\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Pull unstructured consumption data and forecast MRR, CRR and ACR with 98% accuracy\"})}),className:\"framer-166brz5\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qzfzle\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13vuwxs\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14i1jiz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"oN5rRbQLw\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"oN5rRbQLw\",layoutId:\"oN5rRbQLw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mor277\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mzrcod-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"aNuh5Ha30\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"aNuh5Ha30\",layoutId:\"aNuh5Ha30\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11hwpes\",\"data-border\":true,\"data-framer-name\":\"6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nbg9lv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Risk Scoring\"})}),className:\"framer-q44l8t\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Know which deals are at risk and why\"})}),className:\"framer-wgwigg\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1226wx\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11gr3du\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ferhkt-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"YLxyU9flM\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"YLxyU9flM\",layoutId:\"YLxyU9flM\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ddrggn\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1duwd62-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vbG20DjvC\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"vbG20DjvC\",layoutId:\"vbG20DjvC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bgyubl\",\"data-border\":true,\"data-framer-name\":\"7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dwr1tm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Upside and Pull-In Deals Identification\"})}),className:\"framer-t5auj7\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Prioritize deals with upside and capitalize on deals set to close in-quarter, despite not being in forecast\"})}),className:\"framer-3b4kks\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1to6bd1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-w7wiez\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1obhrew-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"UXZuFdEzp\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"UXZuFdEzp\",layoutId:\"UXZuFdEzp\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gomk64\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-edigsb-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tyR5QbhKg\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"tyR5QbhKg\",layoutId:\"tyR5QbhKg\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5y9c5c\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ip4ty5\",\"data-border\":true,\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15g89cq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-9mpx22\",\"data-styles-preset\":\"xU_WpCeZp\",style:{\"--framer-text-color\":\"var(--token-f897150d-01f0-4d49-b8ff-f1bad0a787c8, rgb(240, 128, 128))\"},children:\"Conversational Intelligence\"})}),className:\"framer-1c145jr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-88i030\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ursm03\",\"data-border\":true,\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-grzj4z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Buyer Interest-Deal Amount Graph\"})}),className:\"framer-1lc13pf\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Score buyer interest and contrast it against the deal amount and time spent to prioritize the right deals\"})}),className:\"framer-1bf84zk\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i2j8nd\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tza471\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-iwhog6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"De3v_zDu8\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"De3v_zDu8\",layoutId:\"De3v_zDu8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tua77f\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yonsin-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vQhm1Our2\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"vQhm1Our2\",layoutId:\"vQhm1Our2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pzuyqv\",\"data-border\":true,\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fdgxlw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Aspect-Based Sentiment Analysis\"})}),className:\"framer-1tg9zqt\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Look at features of conversation data and scores sentiment, even if words are unexpectedly phrased.\"})}),className:\"framer-rvef97\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sitkr0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ufujdq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10eagkm-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"WzLt5Sl_5\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"WzLt5Sl_5\",layoutId:\"WzLt5Sl_5\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1at5hb0\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gcn0u2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ZV_1RGBrV\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"ZV_1RGBrV\",layoutId:\"ZV_1RGBrV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qwjj9z\",\"data-border\":true,\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tyrhd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Emotion Analysis\"})}),className:\"framer-1fcoqjg\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Calculate prospect emotions to find areas of excitement and concern\"})}),className:\"framer-fodgk0\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xki196\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1blwg6n\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ud0igk-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hGmkm9bD4\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"hGmkm9bD4\",layoutId:\"hGmkm9bD4\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lpl518\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-s8a5oc-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"g5Drucgel\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"g5Drucgel\",layoutId:\"g5Drucgel\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vak4mj\",\"data-border\":true,\"data-framer-name\":\"4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t1vqzy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Computer Vision\"})}),className:\"framer-hb2gz\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Use facial, tonal, and body language cues to gauge buyer interest\"})}),className:\"framer-tqvrce\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wuquok\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r585xd\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qy7oh2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"udwZ0tGXZ\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"udwZ0tGXZ\",layoutId:\"udwZ0tGXZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fc2ane\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kktxdh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"XDDP5EMp_\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"XDDP5EMp_\",layoutId:\"XDDP5EMp_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w1u898\",\"data-border\":true,\"data-framer-name\":\"4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fuwob3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Seller Performance Insights\"})}),className:\"framer-b13mcd\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Score seller performance and add Chris Voss Negotiation insights on top of common seller metrics\"})}),className:\"framer-19xfmw4\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13qd1y0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-uog193\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-h2tk5h-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"gQUKhrnTm\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"gQUKhrnTm\",layoutId:\"gQUKhrnTm\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11j3siz\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-77qgi9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"DjoAW2PzK\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"DjoAW2PzK\",layoutId:\"DjoAW2PzK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mqekfu\",\"data-border\":true,\"data-framer-name\":\"5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wi3id5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Non-Verbal Buyer Insights\"})}),className:\"framer-1s73xsi\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Use the Mehrabian Rule and Pinocchio Effect principles to gauge intent\"})}),className:\"framer-1qjzo2y\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-opnwhu\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ttp4q2\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nw8sy5-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"gTreQA7Am\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"gTreQA7Am\",layoutId:\"gTreQA7Am\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mqga27\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ctt6f0-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"cFwlVjc0C\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"cFwlVjc0C\",layoutId:\"cFwlVjc0C\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18fwb8u\",\"data-border\":true,\"data-framer-name\":\"6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jtpgjx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"CI Unification With Accounts and Deals\"})}),className:\"framer-18jj7l3\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Tie CI insights with accounts and deals to judge if deals will close now or in 3-6-9 months\"})}),className:\"framer-1q2z9bg\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yhavgo\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14r7wrl\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xbkp00-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qtymPj5PL\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"qtymPj5PL\",layoutId:\"qtymPj5PL\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i0c6s3\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gkrs8i-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"CnB7G2BNT\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"CnB7G2BNT\",layoutId:\"CnB7G2BNT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fwqa\",\"data-border\":true,\"data-framer-name\":\"7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8t2zcw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"Earnings Call Analysis\"})}),className:\"framer-1fhiugv\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Quick insights into business goals and pain points in seconds\"})}),className:\"framer-v9pn44\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7w7im8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cy0703\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10dvo73-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"BCIfjBSUh\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"BCIfjBSUh\",layoutId:\"BCIfjBSUh\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11fwuvu\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pqf5ig-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"YVdLZtWns\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"YVdLZtWns\",layoutId:\"YVdLZtWns\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pg7oli\",\"data-border\":true,\"data-framer-name\":\"8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d1vit2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"NLP Insights\"})}),className:\"framer-1m8ylix\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"rgb(170, 170, 170)\"},children:\"Instantly find answers to revenue questions in natural language\"})}),className:\"framer-l1e8k5\",\"data-framer-name\":\"Basic Forecasting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1osy1i2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6w5uzw\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-191kcng-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"yO1dj7fqG\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6e0936cd-2904-4990-b6c7-7e3c4eab32d6, rgb(109, 209, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"yO1dj7fqG\",layoutId:\"yO1dj7fqG\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-faac3d\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ko6u7t-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ojdnot6yf\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(208, 208, 208)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"ojdnot6yf\",layoutId:\"ojdnot6yf\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{height:200,width:`min(${componentViewport?.width||\"100vw\"}, 1400px)`,y:(componentViewport?.y||0)+0+13043.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4ithvu-container hidden-37nprw hidden-p7r4sz\",nodeId:\"OOUVXHTEx\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{variant:\"WfFzKsc1L\"}},children:/*#__PURE__*/_jsx(TestimonialsCarouselLeaders,{EPEtFzrQy:\"What industry leaders have to say about Aviso\",height:\"100%\",id:\"OOUVXHTEx\",layoutId:\"OOUVXHTEx\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"xfsDw1jzC\",width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oeEqrOBYn:{y:(componentViewport?.y||0)+0+11607.1337}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:`min(${componentViewport?.width||\"100vw\"}, 1400px)`,y:(componentViewport?.y||0)+0+11677.1337,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bht8i4-container hidden-1gm5cxx\",nodeId:\"dAZdbeXrZ\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oeEqrOBYn:{variant:\"dus4u6L01\"}},children:/*#__PURE__*/_jsx(TestimonialsTickerLeaders,{EPEtFzrQy:\"What industry leaders have to say about Aviso\",height:\"100%\",id:\"dAZdbeXrZ\",layoutId:\"dAZdbeXrZ\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"Ad6odNGfX\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{y:(componentViewport?.y||0)+0+13243.6},oeEqrOBYn:{y:(componentViewport?.y||0)+0+11807.1337}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:733,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+11877.1337,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-cduuzm-container\",id:\"cduuzm\",nodeId:\"U3D109dcs\",scopeId:\"VHWGdyFaO\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{variant:\"K8eeIoSd0\"},oeEqrOBYn:{variant:\"EuqWzZr2B\"}},children:/*#__PURE__*/_jsx(Footer,{c9YmYerwN:\"Book a Demo\",height:\"100%\",id:\"U3D109dcs\",KpcTdDdAu:\"Amplify Seller Productivity By Embedding AI Into  All Sales Workflows With Aviso AI\",layoutId:\"U3D109dcs\",PxcBbjhVm:PxcBbjhVm3bnx0g({overlay:overlay1}),style:{width:\"100%\"},V8DHm4KfK:true,variant:\"ZRiCWMcVj\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-ytav49\"),\"data-framer-portal-id\":\"cduuzm\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"QDiSv77QV\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{width:\"85vw\"},oeEqrOBYn:{width:\"45vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"35vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1if05gr-container\"),\"data-framer-portal-id\":\"cduuzm\",inComponentSlot:true,nodeId:\"s81STlSNO\",rendersWithMotion:true,scopeId:\"VHWGdyFaO\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gq6i5yXCx:{variant:\"ILlLxAvYd\"},oeEqrOBYn:{variant:\"ILlLxAvYd\"}},children:/*#__PURE__*/_jsx(HubspotOverlayForm,{cSFXcEx19:\"Book a custom demo of Aviso with a product specialist\",height:\"100%\",id:\"s81STlSNO\",layoutId:\"s81STlSNO\",O8mu9XXtf:\"531684\",style:{width:\"100%\"},variant:\"COzSQBvhp\",width:\"100%\",zAw6GvxxN:\"1b64b910-ab0b-4ab2-a241-a03212223117\"})})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r8x28e-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"B6OFxy4MI\",scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(AdvancedOverlay,{backgroundColor:\"rgba(240, 78, 69, 0.75)\",blockScroll:true,delay:3,exitIntent:true,height:\"100%\",id:\"B6OFxy4MI\",layoutId:\"B6OFxy4MI\",style:{height:\"100%\",width:\"100%\"},visibility:\"day\",width:\"100%\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:480,children:/*#__PURE__*/_jsx(Container,{className:\"framer-p9ej2f-container\",inComponentSlot:true,nodeId:\"Z8CBSFhzu\",rendersWithMotion:true,scopeId:\"VHWGdyFaO\",children:/*#__PURE__*/_jsx(Popup,{height:\"100%\",id:\"Z8CBSFhzu\",layoutId:\"Z8CBSFhzu\",variant:\"VSCmF6oeT\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wudpW.framer-11e31ba, .framer-wudpW .framer-11e31ba { display: block; }\",\".framer-wudpW.framer-37nprw { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-wudpW .framer-dcmkjn-container { flex: none; height: 80px; position: sticky; top: 0px; width: 100%; z-index: 3; }\",\".framer-wudpW .framer-1ljo7px { align-content: center; align-items: center; background-color: var(--token-c4d63f7e-0cf2-44e6-aec2-5ab40fbd1f41, #f0f0ff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wudpW .framer-1li2ywk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px 0px 0px 40px; position: relative; width: 100%; }\",\".framer-wudpW .framer-6eqhuv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 1px; }\",\".framer-wudpW .framer-1iz0w0, .framer-wudpW .framer-3l77qv, .framer-wudpW .framer-iy2n8n, .framer-wudpW .framer-1u9q4mh, .framer-wudpW .framer-mwsof8, .framer-wudpW .framer-17rj73k, .framer-wudpW .framer-182xm5j, .framer-wudpW .framer-wph1br, .framer-wudpW .framer-1nb6nlp, .framer-wudpW .framer-1h9xldw, .framer-wudpW .framer-ydqtij, .framer-wudpW .framer-1c83faj, .framer-wudpW .framer-gdk4rk, .framer-wudpW .framer-8yjhiw, .framer-wudpW .framer-1230pap, .framer-wudpW .framer-8zmfry, .framer-wudpW .framer-166brz5, .framer-wudpW .framer-wgwigg, .framer-wudpW .framer-3b4kks, .framer-wudpW .framer-1bf84zk, .framer-wudpW .framer-rvef97, .framer-wudpW .framer-fodgk0, .framer-wudpW .framer-tqvrce, .framer-wudpW .framer-19xfmw4, .framer-wudpW .framer-1qjzo2y, .framer-wudpW .framer-1q2z9bg, .framer-wudpW .framer-v9pn44, .framer-wudpW .framer-l1e8k5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-wudpW .framer-d4yk4i, .framer-wudpW .framer-g6xznb, .framer-wudpW .framer-99ued5, .framer-wudpW .framer-fd6rob, .framer-wudpW .framer-1llx12c, .framer-wudpW .framer-5icov3, .framer-wudpW .framer-ymp3h0, .framer-wudpW .framer-1hyl0uv, .framer-wudpW .framer-1b8e2va, .framer-wudpW .framer-e2nb9k, .framer-wudpW .framer-1nssm2e, .framer-wudpW .framer-6ap01r, .framer-wudpW .framer-5merpm, .framer-wudpW .framer-13fsbrz, .framer-wudpW .framer-w9guxa, .framer-wudpW .framer-1844683, .framer-wudpW .framer-1w777us, .framer-wudpW .framer-1adqutw, .framer-wudpW .framer-1r3mkzr, .framer-wudpW .framer-lv1rk9, .framer-wudpW .framer-1hxxbis, .framer-wudpW .framer-1199ujb, .framer-wudpW .framer-85fg5h, .framer-wudpW .framer-1x8eq4u, .framer-wudpW .framer-k6q2k5, .framer-wudpW .framer-18p23y6, .framer-wudpW .framer-1o8hxnz, .framer-wudpW .framer-q44l8t, .framer-wudpW .framer-t5auj7, .framer-wudpW .framer-1lc13pf, .framer-wudpW .framer-1tg9zqt, .framer-wudpW .framer-1fcoqjg, .framer-wudpW .framer-hb2gz, .framer-wudpW .framer-b13mcd, .framer-wudpW .framer-1s73xsi, .framer-wudpW .framer-18jj7l3, .framer-wudpW .framer-1fhiugv, .framer-wudpW .framer-1m8ylix { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wudpW .framer-1ph3qgx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-wudpW .framer-1dv0wo1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-wudpW.framer-1hca75x, .framer-wudpW.framer-ytav49 { background-color: rgba(240, 78, 69, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 5; }\",\".framer-wudpW.framer-1o6pu91-container, .framer-wudpW.framer-1if05gr-container { flex: none; height: auto; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 35%; z-index: 5; }\",\".framer-wudpW .framer-8piv1q-container { aspect-ratio: 1.0126984126984127 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 197px); position: relative; width: 55%; z-index: 0; }\",\".framer-wudpW .framer-3jqu8d { aspect-ratio: 1.7789473684210526 / 1; height: var(--framer-aspect-ratio-supported, 405px); overflow: visible; position: relative; width: 720px; }\",\".framer-wudpW .framer-12ww5i9, .framer-wudpW .framer-1vfqmxi { aspect-ratio: 1.7092105263157895 / 1; height: var(--framer-aspect-ratio-supported, 421px); overflow: visible; position: relative; width: 720px; }\",\".framer-wudpW .framer-1nzjm9w { aspect-ratio: 1.448692152917505 / 1; height: var(--framer-aspect-ratio-supported, 497px); overflow: hidden; position: relative; width: 720px; }\",\".framer-wudpW .framer-16bs3c9 { aspect-ratio: 1.4471544715447155 / 1; bottom: 0px; flex: none; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 719px); }\",\".framer-wudpW .framer-lham2n { aspect-ratio: 1.485838779956427 / 1; height: var(--framer-aspect-ratio-supported, 484px); overflow: hidden; position: relative; width: 719px; }\",\".framer-wudpW .framer-187w2oo { aspect-ratio: 1.5686274509803921 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; }\",\".framer-wudpW .framer-1axua41 { aspect-ratio: 1.383367139959432 / 1; height: var(--framer-aspect-ratio-supported, 521px); overflow: hidden; position: relative; width: 721px; }\",\".framer-wudpW .framer-15q38li, .framer-wudpW .framer-1e2yt17 { aspect-ratio: 1.4585414585414584 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; }\",\".framer-wudpW .framer-14858q2 { aspect-ratio: 1.06396255850234 / 1; height: var(--framer-aspect-ratio-supported, 677px); overflow: hidden; position: relative; width: 720px; }\",\".framer-wudpW .framer-4lc94z { aspect-ratio: 1.124331550802139 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; }\",\".framer-wudpW .framer-1arw1jc { aspect-ratio: 1.0929487179487178 / 1; height: var(--framer-aspect-ratio-supported, 659px); overflow: hidden; position: relative; width: 720px; }\",\".framer-wudpW .framer-1ks2z0u { aspect-ratio: 1.1535226077812828 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; }\",\".framer-wudpW .framer-1qdhipo-container, .framer-wudpW .framer-4ithvu-container, .framer-wudpW .framer-bht8i4-container { flex: none; height: auto; max-width: 1400px; position: relative; width: 100%; }\",\".framer-wudpW .framer-10uyquk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wudpW .framer-p40ck { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 60px 40px 60px 40px; position: relative; width: 100%; }\",\".framer-wudpW .framer-ukp0is { display: grid; flex: none; gap: 25px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wudpW .framer-1shscmv { align-content: flex-start; align-items: flex-start; align-self: center; background-color: #ffe9e9; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 36px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-wudpW .framer-838epr, .framer-wudpW .framer-1i8rtbw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wudpW .framer-1y0bt4k, .framer-wudpW .framer-eubvea { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wudpW .framer-8xgwo7, .framer-wudpW .framer-1ydvcgx, .framer-wudpW .framer-fan62, .framer-wudpW .framer-1owathk, .framer-wudpW .framer-628uv9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wudpW .framer-e1wwn7-container, .framer-wudpW .framer-q0bedh-container, .framer-wudpW .framer-iemphg-container, .framer-wudpW .framer-1nsnmgd-container, .framer-wudpW .framer-31ucle-container, .framer-wudpW .framer-10mw6ve-container, .framer-wudpW .framer-1sjz3oe-container, .framer-wudpW .framer-d4zyxx-container, .framer-wudpW .framer-1dmahli-container, .framer-wudpW .framer-3n5ne8-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-wudpW .framer-lv7jix, .framer-wudpW .framer-wzbtjz, .framer-wudpW .framer-1e22pa2, .framer-wudpW .framer-1g4nzqc, .framer-wudpW .framer-161m9zz, .framer-wudpW .framer-krzap5, .framer-wudpW .framer-1fyslv5, .framer-wudpW .framer-16pdfw9, .framer-wudpW .framer-1gmaasv, .framer-wudpW .framer-12xtdpw, .framer-wudpW .framer-1nx03ng, .framer-wudpW .framer-35wect, .framer-wudpW .framer-1mqpwmq, .framer-wudpW .framer-1c145jr { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-wudpW .framer-1lqt7b2 { align-content: flex-start; align-items: flex-start; align-self: center; background-color: var(--token-c4d63f7e-0cf2-44e6-aec2-5ab40fbd1f41, #f0f0ff); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: flex-start; justify-self: end; overflow: hidden; padding: 36px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-wudpW .framer-1a07fgp, .framer-wudpW .framer-kv6tj7, .framer-wudpW .framer-1disxco, .framer-wudpW .framer-ikgmmb, .framer-wudpW .framer-1urwplz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wudpW .framer-v861e0 { 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: 60px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-wudpW .framer-xhufs8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 60%; }\",\".framer-wudpW .framer-16rx1q2, .framer-wudpW .framer-tl7y18, .framer-wudpW .framer-1kca6sr, .framer-wudpW .framer-1ps06wx, .framer-wudpW .framer-1e7teo2 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 30px 40px 30px 40px; position: relative; width: 100%; }\",\".framer-wudpW .framer-aqh3ne, .framer-wudpW .framer-rt9ome, .framer-wudpW .framer-diso81, .framer-wudpW .framer-m342zk, .framer-wudpW .framer-hwfop1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wudpW .framer-10owtg9, .framer-wudpW .framer-1wedwal, .framer-wudpW .framer-129ek4g, .framer-wudpW .framer-7laj2l, .framer-wudpW .framer-8nwyy0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.4 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-wudpW .framer-10zwr57, .framer-wudpW .framer-380h0r, .framer-wudpW .framer-mmn81q, .framer-wudpW .framer-1xujusg, .framer-wudpW .framer-6se33f { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.6 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-wudpW .framer-k2c9qc { aspect-ratio: 1.6019417475728155 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 125px); position: relative; width: 100%; }\",\".framer-wudpW .framer-1ml99ga { aspect-ratio: 1.4875 / 1; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; flex: none; height: var(--framer-aspect-ratio-supported, 134px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-wudpW .framer-9opv8f { aspect-ratio: 1.383367139959432 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 145px); overflow: hidden; position: relative; width: 100%; }\",\".framer-wudpW .framer-1k8r7wv { aspect-ratio: 1.06396255850234 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 188px); overflow: hidden; position: relative; width: 100%; }\",\".framer-wudpW .framer-jloika { aspect-ratio: 1.0643776824034334 / 1; bottom: 0px; flex: none; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 744px); }\",\".framer-wudpW .framer-1s8vb71 { aspect-ratio: 1.7789473684210526 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 112px); overflow: visible; position: relative; width: 100%; }\",\".framer-wudpW .framer-1e5shpy { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 60px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-wudpW .framer-ddy7vs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 30px 0px; position: relative; width: 60%; }\",\".framer-wudpW .framer-92f2la { --border-bottom-width: 1px; --border-color: #e0e0ff; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 20px 0px; position: sticky; top: 80px; width: 100%; z-index: 2; }\",\".framer-wudpW .framer-eby9xk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wudpW .framer-1qtvivu, .framer-wudpW .framer-15hk8w4, .framer-wudpW .framer-1war3rj, .framer-wudpW .framer-ff14l9, .framer-wudpW .framer-7eciq3, .framer-wudpW .framer-m159q7, .framer-wudpW .framer-14rdse9, .framer-wudpW .framer-x1dyrv, .framer-wudpW .framer-w7wjek, .framer-wudpW .framer-hztnhl, .framer-wudpW .framer-nkup2v, .framer-wudpW .framer-1qzfzle, .framer-wudpW .framer-1226wx, .framer-wudpW .framer-1to6bd1, .framer-wudpW .framer-i2j8nd, .framer-wudpW .framer-sitkr0, .framer-wudpW .framer-xki196, .framer-wudpW .framer-wuquok, .framer-wudpW .framer-13qd1y0, .framer-wudpW .framer-opnwhu, .framer-wudpW .framer-yhavgo, .framer-wudpW .framer-7w7im8, .framer-wudpW .framer-1osy1i2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wudpW .framer-1jsq99e { aspect-ratio: 3.475 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 58px); overflow: visible; position: relative; width: 50%; }\",\".framer-wudpW .framer-10p9z1p { aspect-ratio: 3.4625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 58px); overflow: visible; position: relative; width: 50%; }\",\".framer-wudpW .framer-lymxt7, .framer-wudpW .framer-1v0z0or, .framer-wudpW .framer-dwlq60, .framer-wudpW .framer-5y9c5c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wudpW .framer-14632w2, .framer-wudpW .framer-5ea69q, .framer-wudpW .framer-g4cf8r, .framer-wudpW .framer-ip4ty5 { --border-bottom-width: 1px; --border-color: #e0e0ff; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: var(--token-c4d63f7e-0cf2-44e6-aec2-5ab40fbd1f41, #f0f0ff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 14px 0px 14px 10px; position: sticky; top: 190px; width: 100%; z-index: 1; }\",\".framer-wudpW .framer-14ns6z7, .framer-wudpW .framer-svt4wl, .framer-wudpW .framer-1xs3lpv, .framer-wudpW .framer-r9vfl6, .framer-wudpW .framer-1ek57ky, .framer-wudpW .framer-rpt6fy, .framer-wudpW .framer-eghj4p, .framer-wudpW .framer-1wl5yz7, .framer-wudpW .framer-okc991, .framer-wudpW .framer-1mb8b52, .framer-wudpW .framer-170lc0d, .framer-wudpW .framer-eqzsub, .framer-wudpW .framer-8rkci, .framer-wudpW .framer-bvj8hu, .framer-wudpW .framer-1z0folu, .framer-wudpW .framer-1qxd7zd, .framer-wudpW .framer-1w7bnhn, .framer-wudpW .framer-1ke33hs, .framer-wudpW .framer-degpnc, .framer-wudpW .framer-dw32t1, .framer-wudpW .framer-1cvcwvu, .framer-wudpW .framer-elow8l, .framer-wudpW .framer-rn4gyp, .framer-wudpW .framer-vyy53w, .framer-wudpW .framer-13vuwxs, .framer-wudpW .framer-mor277, .framer-wudpW .framer-11gr3du, .framer-wudpW .framer-1ddrggn, .framer-wudpW .framer-w7wiez, .framer-wudpW .framer-gomk64, .framer-wudpW .framer-15g89cq, .framer-wudpW .framer-1tza471, .framer-wudpW .framer-tua77f, .framer-wudpW .framer-ufujdq, .framer-wudpW .framer-1at5hb0, .framer-wudpW .framer-1blwg6n, .framer-wudpW .framer-1lpl518, .framer-wudpW .framer-1r585xd, .framer-wudpW .framer-fc2ane, .framer-wudpW .framer-uog193, .framer-wudpW .framer-11j3siz, .framer-wudpW .framer-1ttp4q2, .framer-wudpW .framer-1mqga27, .framer-wudpW .framer-14r7wrl, .framer-wudpW .framer-i0c6s3, .framer-wudpW .framer-1cy0703, .framer-wudpW .framer-11fwuvu, .framer-wudpW .framer-6w5uzw, .framer-wudpW .framer-faac3d { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wudpW .framer-ymkssy, .framer-wudpW .framer-1s5macb, .framer-wudpW .framer-mhbnky, .framer-wudpW .framer-88i030 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 31px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wudpW .framer-8mlcr3, .framer-wudpW .framer-u7lsr9, .framer-wudpW .framer-1pgfhhs, .framer-wudpW .framer-bmkzrm, .framer-wudpW .framer-6ss6vw, .framer-wudpW .framer-16baxe7, .framer-wudpW .framer-1xpu0zv, .framer-wudpW .framer-1fb0nua, .framer-wudpW .framer-121ydhs, .framer-wudpW .framer-ejak4r, .framer-wudpW .framer-1e3cj06, .framer-wudpW .framer-1xbezpj, .framer-wudpW .framer-uuxtzy, .framer-wudpW .framer-56r3oc, .framer-wudpW .framer-11hwpes, .framer-wudpW .framer-1bgyubl, .framer-wudpW .framer-1ursm03, .framer-wudpW .framer-pzuyqv, .framer-wudpW .framer-qwjj9z, .framer-wudpW .framer-vak4mj, .framer-wudpW .framer-w1u898, .framer-wudpW .framer-1mqekfu, .framer-wudpW .framer-18fwb8u, .framer-wudpW .framer-1fwqa, .framer-wudpW .framer-1pg7oli { --border-bottom-width: 1px; --border-color: #e0e0ff; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 10px 10px 14px; position: relative; width: 100%; z-index: 0; }\",\".framer-wudpW .framer-11rv042, .framer-wudpW .framer-1snkhht, .framer-wudpW .framer-1t4oc79, .framer-wudpW .framer-frbeur, .framer-wudpW .framer-1e8yxcr, .framer-wudpW .framer-qabtzj, .framer-wudpW .framer-1gi6g3u, .framer-wudpW .framer-20hneb, .framer-wudpW .framer-1urleiw, .framer-wudpW .framer-6spt0q, .framer-wudpW .framer-idqbur, .framer-wudpW .framer-1xs57lc, .framer-wudpW .framer-j4skst, .framer-wudpW .framer-1893jl9, .framer-wudpW .framer-1nbg9lv, .framer-wudpW .framer-dwr1tm, .framer-wudpW .framer-grzj4z, .framer-wudpW .framer-1fdgxlw, .framer-wudpW .framer-tyrhd, .framer-wudpW .framer-1t1vqzy, .framer-wudpW .framer-fuwob3, .framer-wudpW .framer-1wi3id5, .framer-wudpW .framer-jtpgjx, .framer-wudpW .framer-8t2zcw, .framer-wudpW .framer-d1vit2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wudpW .framer-brolgx-container, .framer-wudpW .framer-u4rqdh-container, .framer-wudpW .framer-1wiu9qe-container, .framer-wudpW .framer-gb417a-container, .framer-wudpW .framer-432k0k-container, .framer-wudpW .framer-hbubxa-container, .framer-wudpW .framer-b0y0q3-container, .framer-wudpW .framer-1nkuz5u-container, .framer-wudpW .framer-nro2oe-container, .framer-wudpW .framer-q60fus-container, .framer-wudpW .framer-1npuxpe-container, .framer-wudpW .framer-nohppa-container, .framer-wudpW .framer-2j0civ-container, .framer-wudpW .framer-56cghw-container, .framer-wudpW .framer-11ab9lf-container, .framer-wudpW .framer-pw1b4r-container, .framer-wudpW .framer-zyqrpy-container, .framer-wudpW .framer-16hcakt-container, .framer-wudpW .framer-pqyvfc-container, .framer-wudpW .framer-v0gl1t-container, .framer-wudpW .framer-3014io-container, .framer-wudpW .framer-1bcs8gh-container, .framer-wudpW .framer-1n5kjen-container, .framer-wudpW .framer-1505tbt-container, .framer-wudpW .framer-th38cw-container, .framer-wudpW .framer-1gl71gz-container, .framer-wudpW .framer-14i1jiz-container, .framer-wudpW .framer-1mzrcod-container, .framer-wudpW .framer-ferhkt-container, .framer-wudpW .framer-1duwd62-container, .framer-wudpW .framer-1obhrew-container, .framer-wudpW .framer-edigsb-container, .framer-wudpW .framer-iwhog6-container, .framer-wudpW .framer-yonsin-container, .framer-wudpW .framer-10eagkm-container, .framer-wudpW .framer-1gcn0u2-container, .framer-wudpW .framer-1ud0igk-container, .framer-wudpW .framer-s8a5oc-container, .framer-wudpW .framer-qy7oh2-container, .framer-wudpW .framer-kktxdh-container, .framer-wudpW .framer-h2tk5h-container, .framer-wudpW .framer-77qgi9-container, .framer-wudpW .framer-1nw8sy5-container, .framer-wudpW .framer-ctt6f0-container, .framer-wudpW .framer-xbkp00-container, .framer-wudpW .framer-gkrs8i-container, .framer-wudpW .framer-10dvo73-container, .framer-wudpW .framer-1pqf5ig-container, .framer-wudpW .framer-191kcng-container, .framer-wudpW .framer-1ko6u7t-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-wudpW .framer-yza1w0, .framer-wudpW .framer-56jxg4, .framer-wudpW .framer-j93f6o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wudpW .framer-14vhbar, .framer-wudpW .framer-hs1x19 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wudpW .framer-1rit4yf, .framer-wudpW .framer-1uaft9c, .framer-wudpW .framer-6pxhvy { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wudpW .framer-cduuzm-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-wudpW .framer-1r8x28e-container { flex: none; height: 1px; position: relative; width: 1px; z-index: 3; }\",\".framer-wudpW .framer-p9ej2f-container { height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-wudpW.framer-37nprw, .framer-wudpW .framer-1ljo7px, .framer-wudpW .framer-1li2ywk, .framer-wudpW .framer-6eqhuv, .framer-wudpW .framer-1ph3qgx, .framer-wudpW .framer-10uyquk, .framer-wudpW .framer-p40ck, .framer-wudpW .framer-1shscmv, .framer-wudpW .framer-1y0bt4k, .framer-wudpW .framer-8xgwo7, .framer-wudpW .framer-1ydvcgx, .framer-wudpW .framer-fan62, .framer-wudpW .framer-1owathk, .framer-wudpW .framer-628uv9, .framer-wudpW .framer-1lqt7b2, .framer-wudpW .framer-eubvea, .framer-wudpW .framer-1a07fgp, .framer-wudpW .framer-kv6tj7, .framer-wudpW .framer-1disxco, .framer-wudpW .framer-ikgmmb, .framer-wudpW .framer-1urwplz, .framer-wudpW .framer-v861e0, .framer-wudpW .framer-xhufs8, .framer-wudpW .framer-16rx1q2, .framer-wudpW .framer-aqh3ne, .framer-wudpW .framer-10owtg9, .framer-wudpW .framer-10zwr57, .framer-wudpW .framer-tl7y18, .framer-wudpW .framer-rt9ome, .framer-wudpW .framer-380h0r, .framer-wudpW .framer-1wedwal, .framer-wudpW .framer-1kca6sr, .framer-wudpW .framer-diso81, .framer-wudpW .framer-129ek4g, .framer-wudpW .framer-mmn81q, .framer-wudpW .framer-1ps06wx, .framer-wudpW .framer-m342zk, .framer-wudpW .framer-1xujusg, .framer-wudpW .framer-7laj2l, .framer-wudpW .framer-1e7teo2, .framer-wudpW .framer-hwfop1, .framer-wudpW .framer-6se33f, .framer-wudpW .framer-8nwyy0, .framer-wudpW .framer-1e5shpy, .framer-wudpW .framer-ddy7vs, .framer-wudpW .framer-92f2la, .framer-wudpW .framer-eby9xk, .framer-wudpW .framer-1qtvivu, .framer-wudpW .framer-lymxt7, .framer-wudpW .framer-14632w2, .framer-wudpW .framer-14ns6z7, .framer-wudpW .framer-ymkssy, .framer-wudpW .framer-8mlcr3, .framer-wudpW .framer-11rv042, .framer-wudpW .framer-15hk8w4, .framer-wudpW .framer-svt4wl, .framer-wudpW .framer-1xs3lpv, .framer-wudpW .framer-u7lsr9, .framer-wudpW .framer-1snkhht, .framer-wudpW .framer-yza1w0, .framer-wudpW .framer-14vhbar, .framer-wudpW .framer-1rit4yf, .framer-wudpW .framer-1pgfhhs, .framer-wudpW .framer-1t4oc79, .framer-wudpW .framer-1war3rj, .framer-wudpW .framer-r9vfl6, .framer-wudpW .framer-1ek57ky, .framer-wudpW .framer-bmkzrm, .framer-wudpW .framer-frbeur, .framer-wudpW .framer-ff14l9, .framer-wudpW .framer-rpt6fy, .framer-wudpW .framer-eghj4p, .framer-wudpW .framer-6ss6vw, .framer-wudpW .framer-1e8yxcr, .framer-wudpW .framer-7eciq3, .framer-wudpW .framer-1wl5yz7, .framer-wudpW .framer-okc991, .framer-wudpW .framer-16baxe7, .framer-wudpW .framer-qabtzj, .framer-wudpW .framer-m159q7, .framer-wudpW .framer-1mb8b52, .framer-wudpW .framer-170lc0d, .framer-wudpW .framer-1v0z0or, .framer-wudpW .framer-5ea69q, .framer-wudpW .framer-eqzsub, .framer-wudpW .framer-1s5macb, .framer-wudpW .framer-1xpu0zv, .framer-wudpW .framer-1gi6g3u, .framer-wudpW .framer-14rdse9, .framer-wudpW .framer-8rkci, .framer-wudpW .framer-bvj8hu, .framer-wudpW .framer-1fb0nua, .framer-wudpW .framer-20hneb, .framer-wudpW .framer-x1dyrv, .framer-wudpW .framer-1z0folu, .framer-wudpW .framer-1qxd7zd, .framer-wudpW .framer-121ydhs, .framer-wudpW .framer-1urleiw, .framer-wudpW .framer-56jxg4, .framer-wudpW .framer-1w7bnhn, .framer-wudpW .framer-1uaft9c, .framer-wudpW .framer-ejak4r, .framer-wudpW .framer-6spt0q, .framer-wudpW .framer-w7wjek, .framer-wudpW .framer-1ke33hs, .framer-wudpW .framer-degpnc, .framer-wudpW .framer-dwlq60, .framer-wudpW .framer-g4cf8r, .framer-wudpW .framer-dw32t1, .framer-wudpW .framer-mhbnky, .framer-wudpW .framer-1e3cj06, .framer-wudpW .framer-idqbur, .framer-wudpW .framer-hztnhl, .framer-wudpW .framer-1cvcwvu, .framer-wudpW .framer-elow8l, .framer-wudpW .framer-1xbezpj, .framer-wudpW .framer-1xs57lc, .framer-wudpW .framer-j93f6o, .framer-wudpW .framer-hs1x19, .framer-wudpW .framer-6pxhvy, .framer-wudpW .framer-uuxtzy, .framer-wudpW .framer-j4skst, .framer-wudpW .framer-nkup2v, .framer-wudpW .framer-rn4gyp, .framer-wudpW .framer-vyy53w, .framer-wudpW .framer-56r3oc, .framer-wudpW .framer-1893jl9, .framer-wudpW .framer-1qzfzle, .framer-wudpW .framer-13vuwxs, .framer-wudpW .framer-mor277, .framer-wudpW .framer-11hwpes, .framer-wudpW .framer-1nbg9lv, .framer-wudpW .framer-1226wx, .framer-wudpW .framer-11gr3du, .framer-wudpW .framer-1ddrggn, .framer-wudpW .framer-1bgyubl, .framer-wudpW .framer-dwr1tm, .framer-wudpW .framer-1to6bd1, .framer-wudpW .framer-w7wiez, .framer-wudpW .framer-gomk64, .framer-wudpW .framer-5y9c5c, .framer-wudpW .framer-ip4ty5, .framer-wudpW .framer-15g89cq, .framer-wudpW .framer-88i030, .framer-wudpW .framer-1ursm03, .framer-wudpW .framer-grzj4z, .framer-wudpW .framer-i2j8nd, .framer-wudpW .framer-1tza471, .framer-wudpW .framer-tua77f, .framer-wudpW .framer-pzuyqv, .framer-wudpW .framer-1fdgxlw, .framer-wudpW .framer-sitkr0, .framer-wudpW .framer-ufujdq, .framer-wudpW .framer-1at5hb0, .framer-wudpW .framer-qwjj9z, .framer-wudpW .framer-tyrhd, .framer-wudpW .framer-xki196, .framer-wudpW .framer-1blwg6n, .framer-wudpW .framer-1lpl518, .framer-wudpW .framer-vak4mj, .framer-wudpW .framer-1t1vqzy, .framer-wudpW .framer-wuquok, .framer-wudpW .framer-1r585xd, .framer-wudpW .framer-fc2ane, .framer-wudpW .framer-w1u898, .framer-wudpW .framer-fuwob3, .framer-wudpW .framer-13qd1y0, .framer-wudpW .framer-uog193, .framer-wudpW .framer-11j3siz, .framer-wudpW .framer-1mqekfu, .framer-wudpW .framer-1wi3id5, .framer-wudpW .framer-opnwhu, .framer-wudpW .framer-1ttp4q2, .framer-wudpW .framer-1mqga27, .framer-wudpW .framer-18fwb8u, .framer-wudpW .framer-jtpgjx, .framer-wudpW .framer-yhavgo, .framer-wudpW .framer-14r7wrl, .framer-wudpW .framer-i0c6s3, .framer-wudpW .framer-1fwqa, .framer-wudpW .framer-8t2zcw, .framer-wudpW .framer-7w7im8, .framer-wudpW .framer-1cy0703, .framer-wudpW .framer-11fwuvu, .framer-wudpW .framer-1pg7oli, .framer-wudpW .framer-d1vit2, .framer-wudpW .framer-1osy1i2, .framer-wudpW .framer-6w5uzw, .framer-wudpW .framer-faac3d { gap: 0px; } .framer-wudpW.framer-37nprw > *, .framer-wudpW .framer-v861e0 > *, .framer-wudpW .framer-1e5shpy > *, .framer-wudpW .framer-lymxt7 > *, .framer-wudpW .framer-11rv042 > *, .framer-wudpW .framer-1snkhht > *, .framer-wudpW .framer-1t4oc79 > *, .framer-wudpW .framer-frbeur > *, .framer-wudpW .framer-1e8yxcr > *, .framer-wudpW .framer-qabtzj > *, .framer-wudpW .framer-1v0z0or > *, .framer-wudpW .framer-1gi6g3u > *, .framer-wudpW .framer-20hneb > *, .framer-wudpW .framer-1urleiw > *, .framer-wudpW .framer-6spt0q > *, .framer-wudpW .framer-dwlq60 > *, .framer-wudpW .framer-idqbur > *, .framer-wudpW .framer-1xs57lc > *, .framer-wudpW .framer-j4skst > *, .framer-wudpW .framer-1893jl9 > *, .framer-wudpW .framer-1nbg9lv > *, .framer-wudpW .framer-dwr1tm > *, .framer-wudpW .framer-5y9c5c > *, .framer-wudpW .framer-grzj4z > *, .framer-wudpW .framer-1fdgxlw > *, .framer-wudpW .framer-tyrhd > *, .framer-wudpW .framer-1t1vqzy > *, .framer-wudpW .framer-fuwob3 > *, .framer-wudpW .framer-1wi3id5 > *, .framer-wudpW .framer-jtpgjx > *, .framer-wudpW .framer-8t2zcw > *, .framer-wudpW .framer-d1vit2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wudpW.framer-37nprw > :first-child, .framer-wudpW .framer-1ljo7px > :first-child, .framer-wudpW .framer-6eqhuv > :first-child, .framer-wudpW .framer-10uyquk > :first-child, .framer-wudpW .framer-p40ck > :first-child, .framer-wudpW .framer-1shscmv > :first-child, .framer-wudpW .framer-1y0bt4k > :first-child, .framer-wudpW .framer-1lqt7b2 > :first-child, .framer-wudpW .framer-eubvea > :first-child, .framer-wudpW .framer-v861e0 > :first-child, .framer-wudpW .framer-xhufs8 > :first-child, .framer-wudpW .framer-16rx1q2 > :first-child, .framer-wudpW .framer-10owtg9 > :first-child, .framer-wudpW .framer-10zwr57 > :first-child, .framer-wudpW .framer-tl7y18 > :first-child, .framer-wudpW .framer-380h0r > :first-child, .framer-wudpW .framer-1wedwal > :first-child, .framer-wudpW .framer-1kca6sr > :first-child, .framer-wudpW .framer-129ek4g > :first-child, .framer-wudpW .framer-mmn81q > :first-child, .framer-wudpW .framer-1ps06wx > :first-child, .framer-wudpW .framer-1xujusg > :first-child, .framer-wudpW .framer-7laj2l > :first-child, .framer-wudpW .framer-1e7teo2 > :first-child, .framer-wudpW .framer-6se33f > :first-child, .framer-wudpW .framer-8nwyy0 > :first-child, .framer-wudpW .framer-1e5shpy > :first-child, .framer-wudpW .framer-ddy7vs > :first-child, .framer-wudpW .framer-lymxt7 > :first-child, .framer-wudpW .framer-11rv042 > :first-child, .framer-wudpW .framer-1snkhht > :first-child, .framer-wudpW .framer-14vhbar > :first-child, .framer-wudpW .framer-1rit4yf > :first-child, .framer-wudpW .framer-1t4oc79 > :first-child, .framer-wudpW .framer-frbeur > :first-child, .framer-wudpW .framer-1e8yxcr > :first-child, .framer-wudpW .framer-qabtzj > :first-child, .framer-wudpW .framer-1v0z0or > :first-child, .framer-wudpW .framer-1gi6g3u > :first-child, .framer-wudpW .framer-20hneb > :first-child, .framer-wudpW .framer-1urleiw > :first-child, .framer-wudpW .framer-1uaft9c > :first-child, .framer-wudpW .framer-6spt0q > :first-child, .framer-wudpW .framer-dwlq60 > :first-child, .framer-wudpW .framer-idqbur > :first-child, .framer-wudpW .framer-1xs57lc > :first-child, .framer-wudpW .framer-hs1x19 > :first-child, .framer-wudpW .framer-6pxhvy > :first-child, .framer-wudpW .framer-j4skst > :first-child, .framer-wudpW .framer-1893jl9 > :first-child, .framer-wudpW .framer-1nbg9lv > :first-child, .framer-wudpW .framer-dwr1tm > :first-child, .framer-wudpW .framer-5y9c5c > :first-child, .framer-wudpW .framer-grzj4z > :first-child, .framer-wudpW .framer-1fdgxlw > :first-child, .framer-wudpW .framer-tyrhd > :first-child, .framer-wudpW .framer-1t1vqzy > :first-child, .framer-wudpW .framer-fuwob3 > :first-child, .framer-wudpW .framer-1wi3id5 > :first-child, .framer-wudpW .framer-jtpgjx > :first-child, .framer-wudpW .framer-8t2zcw > :first-child, .framer-wudpW .framer-d1vit2 > :first-child { margin-top: 0px; } .framer-wudpW.framer-37nprw > :last-child, .framer-wudpW .framer-1ljo7px > :last-child, .framer-wudpW .framer-6eqhuv > :last-child, .framer-wudpW .framer-10uyquk > :last-child, .framer-wudpW .framer-p40ck > :last-child, .framer-wudpW .framer-1shscmv > :last-child, .framer-wudpW .framer-1y0bt4k > :last-child, .framer-wudpW .framer-1lqt7b2 > :last-child, .framer-wudpW .framer-eubvea > :last-child, .framer-wudpW .framer-v861e0 > :last-child, .framer-wudpW .framer-xhufs8 > :last-child, .framer-wudpW .framer-16rx1q2 > :last-child, .framer-wudpW .framer-10owtg9 > :last-child, .framer-wudpW .framer-10zwr57 > :last-child, .framer-wudpW .framer-tl7y18 > :last-child, .framer-wudpW .framer-380h0r > :last-child, .framer-wudpW .framer-1wedwal > :last-child, .framer-wudpW .framer-1kca6sr > :last-child, .framer-wudpW .framer-129ek4g > :last-child, .framer-wudpW .framer-mmn81q > :last-child, .framer-wudpW .framer-1ps06wx > :last-child, .framer-wudpW .framer-1xujusg > :last-child, .framer-wudpW .framer-7laj2l > :last-child, .framer-wudpW .framer-1e7teo2 > :last-child, .framer-wudpW .framer-6se33f > :last-child, .framer-wudpW .framer-8nwyy0 > :last-child, .framer-wudpW .framer-1e5shpy > :last-child, .framer-wudpW .framer-ddy7vs > :last-child, .framer-wudpW .framer-lymxt7 > :last-child, .framer-wudpW .framer-11rv042 > :last-child, .framer-wudpW .framer-1snkhht > :last-child, .framer-wudpW .framer-14vhbar > :last-child, .framer-wudpW .framer-1rit4yf > :last-child, .framer-wudpW .framer-1t4oc79 > :last-child, .framer-wudpW .framer-frbeur > :last-child, .framer-wudpW .framer-1e8yxcr > :last-child, .framer-wudpW .framer-qabtzj > :last-child, .framer-wudpW .framer-1v0z0or > :last-child, .framer-wudpW .framer-1gi6g3u > :last-child, .framer-wudpW .framer-20hneb > :last-child, .framer-wudpW .framer-1urleiw > :last-child, .framer-wudpW .framer-1uaft9c > :last-child, .framer-wudpW .framer-6spt0q > :last-child, .framer-wudpW .framer-dwlq60 > :last-child, .framer-wudpW .framer-idqbur > :last-child, .framer-wudpW .framer-1xs57lc > :last-child, .framer-wudpW .framer-hs1x19 > :last-child, .framer-wudpW .framer-6pxhvy > :last-child, .framer-wudpW .framer-j4skst > :last-child, .framer-wudpW .framer-1893jl9 > :last-child, .framer-wudpW .framer-1nbg9lv > :last-child, .framer-wudpW .framer-dwr1tm > :last-child, .framer-wudpW .framer-5y9c5c > :last-child, .framer-wudpW .framer-grzj4z > :last-child, .framer-wudpW .framer-1fdgxlw > :last-child, .framer-wudpW .framer-tyrhd > :last-child, .framer-wudpW .framer-1t1vqzy > :last-child, .framer-wudpW .framer-fuwob3 > :last-child, .framer-wudpW .framer-1wi3id5 > :last-child, .framer-wudpW .framer-jtpgjx > :last-child, .framer-wudpW .framer-8t2zcw > :last-child, .framer-wudpW .framer-d1vit2 > :last-child { margin-bottom: 0px; } .framer-wudpW .framer-1ljo7px > *, .framer-wudpW .framer-10uyquk > *, .framer-wudpW .framer-xhufs8 > *, .framer-wudpW .framer-ddy7vs > *, .framer-wudpW .framer-14vhbar > *, .framer-wudpW .framer-hs1x19 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-wudpW .framer-1li2ywk > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-wudpW .framer-1li2ywk > :first-child, .framer-wudpW .framer-1ph3qgx > :first-child, .framer-wudpW .framer-8xgwo7 > :first-child, .framer-wudpW .framer-1ydvcgx > :first-child, .framer-wudpW .framer-fan62 > :first-child, .framer-wudpW .framer-1owathk > :first-child, .framer-wudpW .framer-628uv9 > :first-child, .framer-wudpW .framer-1a07fgp > :first-child, .framer-wudpW .framer-kv6tj7 > :first-child, .framer-wudpW .framer-1disxco > :first-child, .framer-wudpW .framer-ikgmmb > :first-child, .framer-wudpW .framer-1urwplz > :first-child, .framer-wudpW .framer-aqh3ne > :first-child, .framer-wudpW .framer-rt9ome > :first-child, .framer-wudpW .framer-diso81 > :first-child, .framer-wudpW .framer-m342zk > :first-child, .framer-wudpW .framer-hwfop1 > :first-child, .framer-wudpW .framer-92f2la > :first-child, .framer-wudpW .framer-eby9xk > :first-child, .framer-wudpW .framer-1qtvivu > :first-child, .framer-wudpW .framer-14632w2 > :first-child, .framer-wudpW .framer-14ns6z7 > :first-child, .framer-wudpW .framer-ymkssy > :first-child, .framer-wudpW .framer-8mlcr3 > :first-child, .framer-wudpW .framer-15hk8w4 > :first-child, .framer-wudpW .framer-svt4wl > :first-child, .framer-wudpW .framer-1xs3lpv > :first-child, .framer-wudpW .framer-u7lsr9 > :first-child, .framer-wudpW .framer-yza1w0 > :first-child, .framer-wudpW .framer-1pgfhhs > :first-child, .framer-wudpW .framer-1war3rj > :first-child, .framer-wudpW .framer-r9vfl6 > :first-child, .framer-wudpW .framer-1ek57ky > :first-child, .framer-wudpW .framer-bmkzrm > :first-child, .framer-wudpW .framer-ff14l9 > :first-child, .framer-wudpW .framer-rpt6fy > :first-child, .framer-wudpW .framer-eghj4p > :first-child, .framer-wudpW .framer-6ss6vw > :first-child, .framer-wudpW .framer-7eciq3 > :first-child, .framer-wudpW .framer-1wl5yz7 > :first-child, .framer-wudpW .framer-okc991 > :first-child, .framer-wudpW .framer-16baxe7 > :first-child, .framer-wudpW .framer-m159q7 > :first-child, .framer-wudpW .framer-1mb8b52 > :first-child, .framer-wudpW .framer-170lc0d > :first-child, .framer-wudpW .framer-5ea69q > :first-child, .framer-wudpW .framer-eqzsub > :first-child, .framer-wudpW .framer-1s5macb > :first-child, .framer-wudpW .framer-1xpu0zv > :first-child, .framer-wudpW .framer-14rdse9 > :first-child, .framer-wudpW .framer-8rkci > :first-child, .framer-wudpW .framer-bvj8hu > :first-child, .framer-wudpW .framer-1fb0nua > :first-child, .framer-wudpW .framer-x1dyrv > :first-child, .framer-wudpW .framer-1z0folu > :first-child, .framer-wudpW .framer-1qxd7zd > :first-child, .framer-wudpW .framer-121ydhs > :first-child, .framer-wudpW .framer-56jxg4 > :first-child, .framer-wudpW .framer-1w7bnhn > :first-child, .framer-wudpW .framer-ejak4r > :first-child, .framer-wudpW .framer-w7wjek > :first-child, .framer-wudpW .framer-1ke33hs > :first-child, .framer-wudpW .framer-degpnc > :first-child, .framer-wudpW .framer-g4cf8r > :first-child, .framer-wudpW .framer-dw32t1 > :first-child, .framer-wudpW .framer-mhbnky > :first-child, .framer-wudpW .framer-1e3cj06 > :first-child, .framer-wudpW .framer-hztnhl > :first-child, .framer-wudpW .framer-1cvcwvu > :first-child, .framer-wudpW .framer-elow8l > :first-child, .framer-wudpW .framer-1xbezpj > :first-child, .framer-wudpW .framer-j93f6o > :first-child, .framer-wudpW .framer-uuxtzy > :first-child, .framer-wudpW .framer-nkup2v > :first-child, .framer-wudpW .framer-rn4gyp > :first-child, .framer-wudpW .framer-vyy53w > :first-child, .framer-wudpW .framer-56r3oc > :first-child, .framer-wudpW .framer-1qzfzle > :first-child, .framer-wudpW .framer-13vuwxs > :first-child, .framer-wudpW .framer-mor277 > :first-child, .framer-wudpW .framer-11hwpes > :first-child, .framer-wudpW .framer-1226wx > :first-child, .framer-wudpW .framer-11gr3du > :first-child, .framer-wudpW .framer-1ddrggn > :first-child, .framer-wudpW .framer-1bgyubl > :first-child, .framer-wudpW .framer-1to6bd1 > :first-child, .framer-wudpW .framer-w7wiez > :first-child, .framer-wudpW .framer-gomk64 > :first-child, .framer-wudpW .framer-ip4ty5 > :first-child, .framer-wudpW .framer-15g89cq > :first-child, .framer-wudpW .framer-88i030 > :first-child, .framer-wudpW .framer-1ursm03 > :first-child, .framer-wudpW .framer-i2j8nd > :first-child, .framer-wudpW .framer-1tza471 > :first-child, .framer-wudpW .framer-tua77f > :first-child, .framer-wudpW .framer-pzuyqv > :first-child, .framer-wudpW .framer-sitkr0 > :first-child, .framer-wudpW .framer-ufujdq > :first-child, .framer-wudpW .framer-1at5hb0 > :first-child, .framer-wudpW .framer-qwjj9z > :first-child, .framer-wudpW .framer-xki196 > :first-child, .framer-wudpW .framer-1blwg6n > :first-child, .framer-wudpW .framer-1lpl518 > :first-child, .framer-wudpW .framer-vak4mj > :first-child, .framer-wudpW .framer-wuquok > :first-child, .framer-wudpW .framer-1r585xd > :first-child, .framer-wudpW .framer-fc2ane > :first-child, .framer-wudpW .framer-w1u898 > :first-child, .framer-wudpW .framer-13qd1y0 > :first-child, .framer-wudpW .framer-uog193 > :first-child, .framer-wudpW .framer-11j3siz > :first-child, .framer-wudpW .framer-1mqekfu > :first-child, .framer-wudpW .framer-opnwhu > :first-child, .framer-wudpW .framer-1ttp4q2 > :first-child, .framer-wudpW .framer-1mqga27 > :first-child, .framer-wudpW .framer-18fwb8u > :first-child, .framer-wudpW .framer-yhavgo > :first-child, .framer-wudpW .framer-14r7wrl > :first-child, .framer-wudpW .framer-i0c6s3 > :first-child, .framer-wudpW .framer-1fwqa > :first-child, .framer-wudpW .framer-7w7im8 > :first-child, .framer-wudpW .framer-1cy0703 > :first-child, .framer-wudpW .framer-11fwuvu > :first-child, .framer-wudpW .framer-1pg7oli > :first-child, .framer-wudpW .framer-1osy1i2 > :first-child, .framer-wudpW .framer-6w5uzw > :first-child, .framer-wudpW .framer-faac3d > :first-child { margin-left: 0px; } .framer-wudpW .framer-1li2ywk > :last-child, .framer-wudpW .framer-1ph3qgx > :last-child, .framer-wudpW .framer-8xgwo7 > :last-child, .framer-wudpW .framer-1ydvcgx > :last-child, .framer-wudpW .framer-fan62 > :last-child, .framer-wudpW .framer-1owathk > :last-child, .framer-wudpW .framer-628uv9 > :last-child, .framer-wudpW .framer-1a07fgp > :last-child, .framer-wudpW .framer-kv6tj7 > :last-child, .framer-wudpW .framer-1disxco > :last-child, .framer-wudpW .framer-ikgmmb > :last-child, .framer-wudpW .framer-1urwplz > :last-child, .framer-wudpW .framer-aqh3ne > :last-child, .framer-wudpW .framer-rt9ome > :last-child, .framer-wudpW .framer-diso81 > :last-child, .framer-wudpW .framer-m342zk > :last-child, .framer-wudpW .framer-hwfop1 > :last-child, .framer-wudpW .framer-92f2la > :last-child, .framer-wudpW .framer-eby9xk > :last-child, .framer-wudpW .framer-1qtvivu > :last-child, .framer-wudpW .framer-14632w2 > :last-child, .framer-wudpW .framer-14ns6z7 > :last-child, .framer-wudpW .framer-ymkssy > :last-child, .framer-wudpW .framer-8mlcr3 > :last-child, .framer-wudpW .framer-15hk8w4 > :last-child, .framer-wudpW .framer-svt4wl > :last-child, .framer-wudpW .framer-1xs3lpv > :last-child, .framer-wudpW .framer-u7lsr9 > :last-child, .framer-wudpW .framer-yza1w0 > :last-child, .framer-wudpW .framer-1pgfhhs > :last-child, .framer-wudpW .framer-1war3rj > :last-child, .framer-wudpW .framer-r9vfl6 > :last-child, .framer-wudpW .framer-1ek57ky > :last-child, .framer-wudpW .framer-bmkzrm > :last-child, .framer-wudpW .framer-ff14l9 > :last-child, .framer-wudpW .framer-rpt6fy > :last-child, .framer-wudpW .framer-eghj4p > :last-child, .framer-wudpW .framer-6ss6vw > :last-child, .framer-wudpW .framer-7eciq3 > :last-child, .framer-wudpW .framer-1wl5yz7 > :last-child, .framer-wudpW .framer-okc991 > :last-child, .framer-wudpW .framer-16baxe7 > :last-child, .framer-wudpW .framer-m159q7 > :last-child, .framer-wudpW .framer-1mb8b52 > :last-child, .framer-wudpW .framer-170lc0d > :last-child, .framer-wudpW .framer-5ea69q > :last-child, .framer-wudpW .framer-eqzsub > :last-child, .framer-wudpW .framer-1s5macb > :last-child, .framer-wudpW .framer-1xpu0zv > :last-child, .framer-wudpW .framer-14rdse9 > :last-child, .framer-wudpW .framer-8rkci > :last-child, .framer-wudpW .framer-bvj8hu > :last-child, .framer-wudpW .framer-1fb0nua > :last-child, .framer-wudpW .framer-x1dyrv > :last-child, .framer-wudpW .framer-1z0folu > :last-child, .framer-wudpW .framer-1qxd7zd > :last-child, .framer-wudpW .framer-121ydhs > :last-child, .framer-wudpW .framer-56jxg4 > :last-child, .framer-wudpW .framer-1w7bnhn > :last-child, .framer-wudpW .framer-ejak4r > :last-child, .framer-wudpW .framer-w7wjek > :last-child, .framer-wudpW .framer-1ke33hs > :last-child, .framer-wudpW .framer-degpnc > :last-child, .framer-wudpW .framer-g4cf8r > :last-child, .framer-wudpW .framer-dw32t1 > :last-child, .framer-wudpW .framer-mhbnky > :last-child, .framer-wudpW .framer-1e3cj06 > :last-child, .framer-wudpW .framer-hztnhl > :last-child, .framer-wudpW .framer-1cvcwvu > :last-child, .framer-wudpW .framer-elow8l > :last-child, .framer-wudpW .framer-1xbezpj > :last-child, .framer-wudpW .framer-j93f6o > :last-child, .framer-wudpW .framer-uuxtzy > :last-child, .framer-wudpW .framer-nkup2v > :last-child, .framer-wudpW .framer-rn4gyp > :last-child, .framer-wudpW .framer-vyy53w > :last-child, .framer-wudpW .framer-56r3oc > :last-child, .framer-wudpW .framer-1qzfzle > :last-child, .framer-wudpW .framer-13vuwxs > :last-child, .framer-wudpW .framer-mor277 > :last-child, .framer-wudpW .framer-11hwpes > :last-child, .framer-wudpW .framer-1226wx > :last-child, .framer-wudpW .framer-11gr3du > :last-child, .framer-wudpW .framer-1ddrggn > :last-child, .framer-wudpW .framer-1bgyubl > :last-child, .framer-wudpW .framer-1to6bd1 > :last-child, .framer-wudpW .framer-w7wiez > :last-child, .framer-wudpW .framer-gomk64 > :last-child, .framer-wudpW .framer-ip4ty5 > :last-child, .framer-wudpW .framer-15g89cq > :last-child, .framer-wudpW .framer-88i030 > :last-child, .framer-wudpW .framer-1ursm03 > :last-child, .framer-wudpW .framer-i2j8nd > :last-child, .framer-wudpW .framer-1tza471 > :last-child, .framer-wudpW .framer-tua77f > :last-child, .framer-wudpW .framer-pzuyqv > :last-child, .framer-wudpW .framer-sitkr0 > :last-child, .framer-wudpW .framer-ufujdq > :last-child, .framer-wudpW .framer-1at5hb0 > :last-child, .framer-wudpW .framer-qwjj9z > :last-child, .framer-wudpW .framer-xki196 > :last-child, .framer-wudpW .framer-1blwg6n > :last-child, .framer-wudpW .framer-1lpl518 > :last-child, .framer-wudpW .framer-vak4mj > :last-child, .framer-wudpW .framer-wuquok > :last-child, .framer-wudpW .framer-1r585xd > :last-child, .framer-wudpW .framer-fc2ane > :last-child, .framer-wudpW .framer-w1u898 > :last-child, .framer-wudpW .framer-13qd1y0 > :last-child, .framer-wudpW .framer-uog193 > :last-child, .framer-wudpW .framer-11j3siz > :last-child, .framer-wudpW .framer-1mqekfu > :last-child, .framer-wudpW .framer-opnwhu > :last-child, .framer-wudpW .framer-1ttp4q2 > :last-child, .framer-wudpW .framer-1mqga27 > :last-child, .framer-wudpW .framer-18fwb8u > :last-child, .framer-wudpW .framer-yhavgo > :last-child, .framer-wudpW .framer-14r7wrl > :last-child, .framer-wudpW .framer-i0c6s3 > :last-child, .framer-wudpW .framer-1fwqa > :last-child, .framer-wudpW .framer-7w7im8 > :last-child, .framer-wudpW .framer-1cy0703 > :last-child, .framer-wudpW .framer-11fwuvu > :last-child, .framer-wudpW .framer-1pg7oli > :last-child, .framer-wudpW .framer-1osy1i2 > :last-child, .framer-wudpW .framer-6w5uzw > :last-child, .framer-wudpW .framer-faac3d > :last-child { margin-right: 0px; } .framer-wudpW .framer-6eqhuv > *, .framer-wudpW .framer-10owtg9 > *, .framer-wudpW .framer-10zwr57 > *, .framer-wudpW .framer-380h0r > *, .framer-wudpW .framer-1wedwal > *, .framer-wudpW .framer-129ek4g > *, .framer-wudpW .framer-mmn81q > *, .framer-wudpW .framer-1xujusg > *, .framer-wudpW .framer-7laj2l > *, .framer-wudpW .framer-6se33f > *, .framer-wudpW .framer-8nwyy0 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-wudpW .framer-1ph3qgx > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-wudpW .framer-p40ck > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-wudpW .framer-1shscmv > *, .framer-wudpW .framer-1lqt7b2 > *, .framer-wudpW .framer-16rx1q2 > *, .framer-wudpW .framer-tl7y18 > *, .framer-wudpW .framer-1kca6sr > *, .framer-wudpW .framer-1ps06wx > *, .framer-wudpW .framer-1e7teo2 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-wudpW .framer-1y0bt4k > *, .framer-wudpW .framer-eubvea > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-wudpW .framer-8xgwo7 > *, .framer-wudpW .framer-1ydvcgx > *, .framer-wudpW .framer-fan62 > *, .framer-wudpW .framer-1owathk > *, .framer-wudpW .framer-628uv9 > *, .framer-wudpW .framer-1a07fgp > *, .framer-wudpW .framer-kv6tj7 > *, .framer-wudpW .framer-1disxco > *, .framer-wudpW .framer-ikgmmb > *, .framer-wudpW .framer-1urwplz > *, .framer-wudpW .framer-92f2la > *, .framer-wudpW .framer-eby9xk > *, .framer-wudpW .framer-14632w2 > *, .framer-wudpW .framer-14ns6z7 > *, .framer-wudpW .framer-ymkssy > *, .framer-wudpW .framer-8mlcr3 > *, .framer-wudpW .framer-svt4wl > *, .framer-wudpW .framer-1xs3lpv > *, .framer-wudpW .framer-u7lsr9 > *, .framer-wudpW .framer-1pgfhhs > *, .framer-wudpW .framer-r9vfl6 > *, .framer-wudpW .framer-1ek57ky > *, .framer-wudpW .framer-bmkzrm > *, .framer-wudpW .framer-rpt6fy > *, .framer-wudpW .framer-eghj4p > *, .framer-wudpW .framer-6ss6vw > *, .framer-wudpW .framer-1wl5yz7 > *, .framer-wudpW .framer-okc991 > *, .framer-wudpW .framer-16baxe7 > *, .framer-wudpW .framer-1mb8b52 > *, .framer-wudpW .framer-170lc0d > *, .framer-wudpW .framer-5ea69q > *, .framer-wudpW .framer-eqzsub > *, .framer-wudpW .framer-1s5macb > *, .framer-wudpW .framer-1xpu0zv > *, .framer-wudpW .framer-8rkci > *, .framer-wudpW .framer-bvj8hu > *, .framer-wudpW .framer-1fb0nua > *, .framer-wudpW .framer-1z0folu > *, .framer-wudpW .framer-1qxd7zd > *, .framer-wudpW .framer-121ydhs > *, .framer-wudpW .framer-1w7bnhn > *, .framer-wudpW .framer-ejak4r > *, .framer-wudpW .framer-1ke33hs > *, .framer-wudpW .framer-degpnc > *, .framer-wudpW .framer-g4cf8r > *, .framer-wudpW .framer-dw32t1 > *, .framer-wudpW .framer-mhbnky > *, .framer-wudpW .framer-1e3cj06 > *, .framer-wudpW .framer-1cvcwvu > *, .framer-wudpW .framer-elow8l > *, .framer-wudpW .framer-1xbezpj > *, .framer-wudpW .framer-uuxtzy > *, .framer-wudpW .framer-rn4gyp > *, .framer-wudpW .framer-vyy53w > *, .framer-wudpW .framer-56r3oc > *, .framer-wudpW .framer-13vuwxs > *, .framer-wudpW .framer-mor277 > *, .framer-wudpW .framer-11hwpes > *, .framer-wudpW .framer-11gr3du > *, .framer-wudpW .framer-1ddrggn > *, .framer-wudpW .framer-1bgyubl > *, .framer-wudpW .framer-w7wiez > *, .framer-wudpW .framer-gomk64 > *, .framer-wudpW .framer-ip4ty5 > *, .framer-wudpW .framer-15g89cq > *, .framer-wudpW .framer-88i030 > *, .framer-wudpW .framer-1ursm03 > *, .framer-wudpW .framer-1tza471 > *, .framer-wudpW .framer-tua77f > *, .framer-wudpW .framer-pzuyqv > *, .framer-wudpW .framer-ufujdq > *, .framer-wudpW .framer-1at5hb0 > *, .framer-wudpW .framer-qwjj9z > *, .framer-wudpW .framer-1blwg6n > *, .framer-wudpW .framer-1lpl518 > *, .framer-wudpW .framer-vak4mj > *, .framer-wudpW .framer-1r585xd > *, .framer-wudpW .framer-fc2ane > *, .framer-wudpW .framer-w1u898 > *, .framer-wudpW .framer-uog193 > *, .framer-wudpW .framer-11j3siz > *, .framer-wudpW .framer-1mqekfu > *, .framer-wudpW .framer-1ttp4q2 > *, .framer-wudpW .framer-1mqga27 > *, .framer-wudpW .framer-18fwb8u > *, .framer-wudpW .framer-14r7wrl > *, .framer-wudpW .framer-i0c6s3 > *, .framer-wudpW .framer-1fwqa > *, .framer-wudpW .framer-1cy0703 > *, .framer-wudpW .framer-11fwuvu > *, .framer-wudpW .framer-1pg7oli > *, .framer-wudpW .framer-6w5uzw > *, .framer-wudpW .framer-faac3d > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-wudpW .framer-aqh3ne > *, .framer-wudpW .framer-rt9ome > *, .framer-wudpW .framer-diso81 > *, .framer-wudpW .framer-m342zk > *, .framer-wudpW .framer-hwfop1 > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-wudpW .framer-1qtvivu > *, .framer-wudpW .framer-15hk8w4 > *, .framer-wudpW .framer-yza1w0 > *, .framer-wudpW .framer-1war3rj > *, .framer-wudpW .framer-ff14l9 > *, .framer-wudpW .framer-7eciq3 > *, .framer-wudpW .framer-m159q7 > *, .framer-wudpW .framer-14rdse9 > *, .framer-wudpW .framer-x1dyrv > *, .framer-wudpW .framer-56jxg4 > *, .framer-wudpW .framer-w7wjek > *, .framer-wudpW .framer-hztnhl > *, .framer-wudpW .framer-j93f6o > *, .framer-wudpW .framer-nkup2v > *, .framer-wudpW .framer-1qzfzle > *, .framer-wudpW .framer-1226wx > *, .framer-wudpW .framer-1to6bd1 > *, .framer-wudpW .framer-i2j8nd > *, .framer-wudpW .framer-sitkr0 > *, .framer-wudpW .framer-xki196 > *, .framer-wudpW .framer-wuquok > *, .framer-wudpW .framer-13qd1y0 > *, .framer-wudpW .framer-opnwhu > *, .framer-wudpW .framer-yhavgo > *, .framer-wudpW .framer-7w7im8 > *, .framer-wudpW .framer-1osy1i2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-wudpW .framer-1rit4yf > *, .framer-wudpW .framer-1uaft9c > *, .framer-wudpW .framer-6pxhvy > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,'.framer-wudpW[data-border=\"true\"]::after, .framer-wudpW [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: 810px) and (max-width: 1199px) { .framer-wudpW.framer-37nprw { width: 810px; } .framer-wudpW .framer-1li2ywk { padding: 0px 0px 0px 30px; } .framer-wudpW.framer-1o6pu91-container, .framer-wudpW.framer-1if05gr-container { width: 45%; } .framer-wudpW .framer-8piv1q-container { aspect-ratio: 0.7396551724137931 / 1; height: var(--framer-aspect-ratio-supported, 270px); } .framer-wudpW .framer-1qdhipo-container { max-width: unset; } .framer-wudpW .framer-p40ck { gap: 0px; padding: 60px 30px 60px 30px; } .framer-wudpW .framer-ukp0is { gap: 15px; } .framer-wudpW .framer-xhufs8, .framer-wudpW .framer-ddy7vs { width: 70%; } .framer-wudpW .framer-16rx1q2, .framer-wudpW .framer-tl7y18, .framer-wudpW .framer-1kca6sr, .framer-wudpW .framer-1ps06wx, .framer-wudpW .framer-1e7teo2 { padding: 30px; } .framer-wudpW .framer-aqh3ne, .framer-wudpW .framer-rt9ome, .framer-wudpW .framer-diso81, .framer-wudpW .framer-m342zk, .framer-wudpW .framer-hwfop1 { gap: 30px; } .framer-wudpW .framer-10owtg9, .framer-wudpW .framer-1wedwal, .framer-wudpW .framer-129ek4g, .framer-wudpW .framer-7laj2l, .framer-wudpW .framer-8nwyy0 { flex: 0.5 0 0px; } .framer-wudpW .framer-1jsq99e, .framer-wudpW .framer-10p9z1p { aspect-ratio: unset; height: 60px; } .framer-wudpW .framer-14632w2, .framer-wudpW .framer-5ea69q, .framer-wudpW .framer-g4cf8r, .framer-wudpW .framer-ip4ty5 { top: 170px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-wudpW .framer-p40ck, .framer-wudpW .framer-ukp0is, .framer-wudpW .framer-aqh3ne, .framer-wudpW .framer-rt9ome, .framer-wudpW .framer-diso81, .framer-wudpW .framer-m342zk, .framer-wudpW .framer-hwfop1 { gap: 0px; } .framer-wudpW .framer-p40ck > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wudpW .framer-p40ck > :first-child { margin-top: 0px; } .framer-wudpW .framer-p40ck > :last-child { margin-bottom: 0px; } .framer-wudpW .framer-ukp0is > *, .framer-wudpW .framer-ukp0is > :first-child, .framer-wudpW .framer-ukp0is > :last-child { margin: 0px; } .framer-wudpW .framer-aqh3ne > *, .framer-wudpW .framer-rt9ome > *, .framer-wudpW .framer-diso81 > *, .framer-wudpW .framer-m342zk > *, .framer-wudpW .framer-hwfop1 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-wudpW .framer-aqh3ne > :first-child, .framer-wudpW .framer-rt9ome > :first-child, .framer-wudpW .framer-diso81 > :first-child, .framer-wudpW .framer-m342zk > :first-child, .framer-wudpW .framer-hwfop1 > :first-child { margin-left: 0px; } .framer-wudpW .framer-aqh3ne > :last-child, .framer-wudpW .framer-rt9ome > :last-child, .framer-wudpW .framer-diso81 > :last-child, .framer-wudpW .framer-m342zk > :last-child, .framer-wudpW .framer-hwfop1 > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-wudpW.framer-37nprw { width: 390px; } .framer-wudpW .framer-1ljo7px { gap: 0px; } .framer-wudpW .framer-1li2ywk { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; justify-content: flex-start; order: 0; padding: 0px; } .framer-wudpW .framer-6eqhuv { -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); background-color: rgba(240, 240, 255, 0.5); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: none; order: 0; padding: 30px 30px 10px 30px; width: 100%; z-index: 1; } .framer-wudpW.framer-1o6pu91-container, .framer-wudpW.framer-1if05gr-container { width: 85%; } .framer-wudpW .framer-8piv1q-container { aspect-ratio: unset; height: 310px; order: 1; width: 100%; } .framer-wudpW .framer-1qdhipo-container { max-width: unset; } .framer-wudpW .framer-p40ck { max-width: unset; padding: 60px 30px 60px 30px; } .framer-wudpW .framer-ukp0is { grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); } .framer-wudpW .framer-1shscmv, .framer-wudpW .framer-1lqt7b2 { height: min-content; } .framer-wudpW .framer-xhufs8, .framer-wudpW .framer-ddy7vs { width: 90%; } .framer-wudpW .framer-16rx1q2, .framer-wudpW .framer-tl7y18, .framer-wudpW .framer-1kca6sr, .framer-wudpW .framer-1ps06wx, .framer-wudpW .framer-1e7teo2 { padding: 30px; } .framer-wudpW .framer-aqh3ne, .framer-wudpW .framer-rt9ome, .framer-wudpW .framer-diso81, .framer-wudpW .framer-m342zk, .framer-wudpW .framer-hwfop1 { flex-direction: column; gap: 20px; } .framer-wudpW .framer-10owtg9, .framer-wudpW .framer-1wedwal, .framer-wudpW .framer-129ek4g, .framer-wudpW .framer-7laj2l, .framer-wudpW .framer-8nwyy0 { flex: none; order: 1; width: 100%; } .framer-wudpW .framer-99ued5, .framer-wudpW .framer-fd6rob, .framer-wudpW .framer-1llx12c, .framer-wudpW .framer-5icov3, .framer-wudpW .framer-ymp3h0, .framer-wudpW .framer-1hyl0uv, .framer-wudpW .framer-1b8e2va, .framer-wudpW .framer-e2nb9k, .framer-wudpW .framer-1nssm2e, .framer-wudpW .framer-6ap01r { white-space: pre; width: auto; } .framer-wudpW .framer-10zwr57, .framer-wudpW .framer-380h0r, .framer-wudpW .framer-mmn81q, .framer-wudpW .framer-1xujusg, .framer-wudpW .framer-6se33f { flex: none; order: 0; width: 100%; } .framer-wudpW .framer-1e5shpy { padding: 60px 20px 0px 20px; } .framer-wudpW .framer-1jsq99e, .framer-wudpW .framer-10p9z1p { aspect-ratio: unset; height: 50px; } .framer-wudpW .framer-14632w2, .framer-wudpW .framer-5ea69q, .framer-wudpW .framer-g4cf8r, .framer-wudpW .framer-ip4ty5 { top: 160px; } .framer-wudpW .framer-ymkssy, .framer-wudpW .framer-1s5macb, .framer-wudpW .framer-mhbnky, .framer-wudpW .framer-88i030 { flex: 0.65 0 0px; } .framer-wudpW .framer-brolgx-container, .framer-wudpW .framer-u4rqdh-container, .framer-wudpW .framer-1wiu9qe-container, .framer-wudpW .framer-gb417a-container, .framer-wudpW .framer-432k0k-container, .framer-wudpW .framer-hbubxa-container, .framer-wudpW .framer-b0y0q3-container, .framer-wudpW .framer-1nkuz5u-container, .framer-wudpW .framer-nro2oe-container, .framer-wudpW .framer-q60fus-container, .framer-wudpW .framer-1npuxpe-container, .framer-wudpW .framer-nohppa-container, .framer-wudpW .framer-2j0civ-container, .framer-wudpW .framer-56cghw-container, .framer-wudpW .framer-11ab9lf-container, .framer-wudpW .framer-pw1b4r-container, .framer-wudpW .framer-zyqrpy-container, .framer-wudpW .framer-16hcakt-container, .framer-wudpW .framer-pqyvfc-container, .framer-wudpW .framer-v0gl1t-container, .framer-wudpW .framer-3014io-container, .framer-wudpW .framer-1bcs8gh-container, .framer-wudpW .framer-1n5kjen-container, .framer-wudpW .framer-1505tbt-container, .framer-wudpW .framer-th38cw-container, .framer-wudpW .framer-1gl71gz-container, .framer-wudpW .framer-14i1jiz-container, .framer-wudpW .framer-1mzrcod-container, .framer-wudpW .framer-ferhkt-container, .framer-wudpW .framer-1duwd62-container, .framer-wudpW .framer-1obhrew-container, .framer-wudpW .framer-edigsb-container, .framer-wudpW .framer-iwhog6-container, .framer-wudpW .framer-yonsin-container, .framer-wudpW .framer-10eagkm-container, .framer-wudpW .framer-1gcn0u2-container, .framer-wudpW .framer-1ud0igk-container, .framer-wudpW .framer-s8a5oc-container, .framer-wudpW .framer-qy7oh2-container, .framer-wudpW .framer-kktxdh-container, .framer-wudpW .framer-h2tk5h-container, .framer-wudpW .framer-77qgi9-container, .framer-wudpW .framer-1nw8sy5-container, .framer-wudpW .framer-ctt6f0-container, .framer-wudpW .framer-xbkp00-container, .framer-wudpW .framer-gkrs8i-container, .framer-wudpW .framer-10dvo73-container, .framer-wudpW .framer-1pqf5ig-container, .framer-wudpW .framer-191kcng-container, .framer-wudpW .framer-1ko6u7t-container { height: 25px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-wudpW .framer-1ljo7px, .framer-wudpW .framer-1li2ywk, .framer-wudpW .framer-aqh3ne, .framer-wudpW .framer-rt9ome, .framer-wudpW .framer-diso81, .framer-wudpW .framer-m342zk, .framer-wudpW .framer-hwfop1 { gap: 0px; } .framer-wudpW .framer-1ljo7px > *, .framer-wudpW .framer-1li2ywk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wudpW .framer-1ljo7px > :first-child, .framer-wudpW .framer-1li2ywk > :first-child, .framer-wudpW .framer-aqh3ne > :first-child, .framer-wudpW .framer-rt9ome > :first-child, .framer-wudpW .framer-diso81 > :first-child, .framer-wudpW .framer-m342zk > :first-child, .framer-wudpW .framer-hwfop1 > :first-child { margin-top: 0px; } .framer-wudpW .framer-1ljo7px > :last-child, .framer-wudpW .framer-1li2ywk > :last-child, .framer-wudpW .framer-aqh3ne > :last-child, .framer-wudpW .framer-rt9ome > :last-child, .framer-wudpW .framer-diso81 > :last-child, .framer-wudpW .framer-m342zk > :last-child, .framer-wudpW .framer-hwfop1 > :last-child { margin-bottom: 0px; } .framer-wudpW .framer-aqh3ne > *, .framer-wudpW .framer-rt9ome > *, .framer-wudpW .framer-diso81 > *, .framer-wudpW .framer-m342zk > *, .framer-wudpW .framer-hwfop1 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8463\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"oeEqrOBYn\":{\"layout\":[\"fixed\",\"auto\"]},\"Gq6i5yXCx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerVHWGdyFaO=withCSS(Component,css,\"framer-wudpW\");export default FramerVHWGdyFaO;FramerVHWGdyFaO.displayName=\"Compare / Salesloft Alternative\";FramerVHWGdyFaO.defaultProps={height:8463,width:1200};addFonts(FramerVHWGdyFaO,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NavigationFonts,...CTAFonts,...HubspotOverlayFormFonts,...TickerFonts,...LogoTickrFonts,...PhosphorFonts,...TestimonialsCarouselLeadersFonts,...TestimonialsTickerLeadersFonts,...FooterFonts,...PopupFonts,...AdvancedOverlayFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVHWGdyFaO\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oeEqrOBYn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Gq6i5yXCx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"8463\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavigationFonts", "getFonts", "y6IVmw92W_default", "CTAFonts", "sUAd3ypwY_default", "HubspotOverlayFormFonts", "x81rr7o9g_default", "TickerFonts", "Ticker", "LogoTickrFonts", "BY9vT1VEx_default", "PhosphorFonts", "Icon", "TestimonialsCarouselLeadersFonts", "XJtBtLKvW_default", "TestimonialsTickerLeadersFonts", "asds0FPLn_default", "FooterFonts", "oVSyE5nmS_default", "PopupFonts", "yxmfLZyJQ_default", "AdvancedOverlayFonts", "AdvancedOverlay", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate2", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "zl1qxW7WF3bnx0g", "overlay", "loadMore", "args", "PxcBbjhVm3bnx0g", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "RichText2", "x", "l", "AnimatePresence", "Ga", "Image2", "SVG", "getLoadingLazyAtYPosition", "overlay1", "css", "FramerVHWGdyFaO", "withCSS", "VHWGdyFaO_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
