{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/xpf3gTFp5ZkLWaq1Kv3t/PDMEKnFr5L8uItAfZ6Uj/eL0DV7xxy.js"],
  "sourcesContent": ["// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import SupportComponent from\"#framer/local/canvasComponent/ANxECP0Hg/ANxECP0Hg.js\";import ButtonOutlineToFilled from\"#framer/local/canvasComponent/F8FwxVliN/F8FwxVliN.js\";import BackToTop from\"#framer/local/canvasComponent/FGUPfkOw_/FGUPfkOw_.js\";import HeaderBannerComponent from\"#framer/local/canvasComponent/HW6sF1RgR/HW6sF1RgR.js\";import SearchOverlay from\"#framer/local/canvasComponent/hZDfgZDF7/hZDfgZDF7.js\";import Button1Component from\"#framer/local/canvasComponent/jf1bUqXBo/jf1bUqXBo.js\";import SocialMediaGroup from\"#framer/local/canvasComponent/Ji4HMCQkw/Ji4HMCQkw.js\";import BlogFilterButton from\"#framer/local/canvasComponent/jOJHYYWaU/jOJHYYWaU.js\";import OverlayComponent from\"#framer/local/canvasComponent/oT0w4YuAD/oT0w4YuAD.js\";import ButtonFilled from\"#framer/local/canvasComponent/Rm9DDujGm/Rm9DDujGm.js\";import RelatedArticlesBlog from\"#framer/local/canvasComponent/RMmHuyNfO/RMmHuyNfO.js\";import FooterComponent from\"#framer/local/canvasComponent/sk0p3aefQ/sk0p3aefQ.js\";import TagButton from\"#framer/local/canvasComponent/TkktIXu5j/TkktIXu5j.js\";import ContactForm from\"#framer/local/canvasComponent/xST4_sWZn/xST4_sWZn.js\";import HeaderComponent from\"#framer/local/canvasComponent/yQZ01xP63/yQZ01xP63.js\";import*as sharedStyle from\"#framer/local/css/MNzUyXmU5/MNzUyXmU5.js\";import*as sharedStyle1 from\"#framer/local/css/uFveLxEn2/uFveLxEn2.js\";import*as sharedStyle2 from\"#framer/local/css/vjCHphmEC/vjCHphmEC.js\";import metadataProvider from\"#framer/local/webPageMetadata/eL0DV7xxy/eL0DV7xxy.js\";const HeaderBannerComponentFonts=getFonts(HeaderBannerComponent);const HeaderComponentFonts=getFonts(HeaderComponent);const HeaderComponentWithVariantAppearEffect=withVariantAppearEffect(HeaderComponent);const OverlayComponentFonts=getFonts(OverlayComponent);const SearchOverlayFonts=getFonts(SearchOverlay);const TagButtonFonts=getFonts(TagButton);const ButtonOutlineToFilledFonts=getFonts(ButtonOutlineToFilled);const PhosphorFonts=getFonts(Phosphor);const ContactFormFonts=getFonts(ContactForm);const ButtonFilledFonts=getFonts(ButtonFilled);const Button1ComponentFonts=getFonts(Button1Component);const ImageWithFX=withFX(Image);const SupportComponentFonts=getFonts(SupportComponent);const SocialMediaGroupFonts=getFonts(SocialMediaGroup);const BlogFilterButtonFonts=getFonts(BlogFilterButton);const RelatedArticlesBlogFonts=getFonts(RelatedArticlesBlog);const FooterComponentFonts=getFonts(FooterComponent);const BackToTopFonts=getFonts(BackToTop);const breakpoints={As3JQzk9M:\"(min-width: 1200px)\",eXuFwDofc:\"(min-width: 810px) and (max-width: 1199px)\",jd14TGWEu:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-NqG9z\";const variantClassNames={As3JQzk9M:\"framer-v-966m8h\",eXuFwDofc:\"framer-v-z4jj0e\",jd14TGWEu:\"framer-v-65pknu\"};const transition1={bounce:0,delay:0,duration:1,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:150,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const transition2={bounce:0,delay:0,duration:.5,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:150};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};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 transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition3,y:-3};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition4={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -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:\"As3JQzk9M\",Phone:\"jd14TGWEu\",Tablet:\"eXuFwDofc\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"As3JQzk9M\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();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 F50xhjR7Z3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const EZBJKGcwG1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const noBxioDjr1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"Oq9Y6hFje\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"jd14TGWEu\")return false;return true;};const ref3=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"eXuFwDofc\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"eXuFwDofc\")return false;return true;};const elementId1=useRouteElementId(\"hldV12Egt\");const router=useRouter();const elementId2=useRouteElementId(\"grlTTemQE\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"FFlyFx3uY\");const ref5=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if([\"eXuFwDofc\",\"jd14TGWEu\"].includes(baseVariant))return false;return true;};const elementId4=useRouteElementId(\"E_HT6yJmo\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"RyZb0zwHm\");const ref7=React.useRef(null);const isDisplayed4=()=>{if(!isBrowser())return true;if([\"eXuFwDofc\",\"jd14TGWEu\"].includes(baseVariant))return true;return false;};const elementId6=useRouteElementId(\"tSNer6EjM\");const ref8=React.useRef(null);const isDisplayed5=()=>{if(!isBrowser())return true;if(baseVariant===\"jd14TGWEu\")return true;return false;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"As3JQzk9M\",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-966m8h\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-t0t4un-container\",id:elementId,nodeId:\"Oq9Y6hFje\",ref:ref2,scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{variant:\"yb6_YRj3i\"},jd14TGWEu:{variant:\"tSon8I344\"}},children:/*#__PURE__*/_jsx(HeaderBannerComponent,{height:\"100%\",id:\"Oq9Y6hFje\",layoutId:\"Oq9Y6hFje\",style:{width:\"100%\"},variant:\"CqVLUrnYx\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:true,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-bvzyh5-container hidden-65pknu\",id:\"bvzyh5\",nodeId:\"Pi8QYN7Wa\",rendersWithMotion:true,scopeId:\"eL0DV7xxy\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{__framer__targets:undefined,variant:\"rZJKt_fN6\"}},children:/*#__PURE__*/_jsx(HeaderComponentWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref3,target:\"TL_xwuvLS\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,F50xhjR7Z:F50xhjR7Z3bnx0g({overlay}),G3GnO5d1H:\"rgb(0, 0, 10)\",height:\"100%\",id:\"Pi8QYN7Wa\",layoutId:\"Pi8QYN7Wa\",lWpZaXUHI:\"\",style:{width:\"100%\"},variant:\"GyVbBp1f6\",width:\"100%\",XIs41Bi6R:\"\",ZfR_5cbAN:\"rgb(255, 255, 255)\"})}),/*#__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:.5,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1uzb847\"),\"data-framer-portal-id\":\"bvzyh5\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"v_PfdfDW4\"),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{animate:animation1,exit:animation,initial:animation2}},children:/*#__PURE__*/_jsx(motion.div,{className:`${cx(scopingClassNames,\"framer-19fdfm7\")} hidden-966m8h`,\"data-framer-portal-id\":\"bvzyh5\",children:isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{width:\"60vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-n4o75b-container hidden-966m8h\",inComponentSlot:true,nodeId:\"CrrpqMh8o\",rendersWithMotion:true,scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{EZBJKGcwG:EZBJKGcwG1wnntms({overlay}),style:{height:\"100%\",width:\"100%\"},variant:\"BcadK2J_y\"}},children:/*#__PURE__*/_jsx(OverlayComponent,{Efl45d2xB:\"\",height:\"100%\",id:\"CrrpqMh8o\",JcbfQF67Y:\"\",layoutId:\"CrrpqMh8o\",style:{width:\"100%\"},variant:\"Gf21_Mvei\",width:\"100%\"})})})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{animate:animation4,className:`${cx(scopingClassNames,\"framer-1nghl72-container\")} hidden-z4jj0e`,\"data-framer-portal-id\":\"bvzyh5\",exit:animation3,inComponentSlot:true,initial:animation5,nodeId:\"B79zLKaaJ\",rendersWithMotion:true,scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(SearchOverlay,{height:\"100%\",id:\"B79zLKaaJ\",layoutId:\"B79zLKaaJ\",noBxioDjr:noBxioDjr1wnntms({overlay}),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-tibavh\",\"data-framer-name\":\"Background Banner Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{background:{alt:\"understanding the four stages of enterprise search white paper video background image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+110+-13.5),pixelHeight:1e3,pixelWidth:1750,positionX:\"center\",positionY:\"top\",sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/3Jf73ay0FezdFmAuPo7fwsVo.png\",srcSet:\"https://framerusercontent.com/images/3Jf73ay0FezdFmAuPo7fwsVo.png?scale-down-to=512 512w,https://framerusercontent.com/images/3Jf73ay0FezdFmAuPo7fwsVo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3Jf73ay0FezdFmAuPo7fwsVo.png 1750w\"}},jd14TGWEu:{background:{alt:\"understanding the four stages of enterprise search white paper video background image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+110+-9.5),pixelHeight:1e3,pixelWidth:1750,positionX:\"center\",positionY:\"top\",sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/3Jf73ay0FezdFmAuPo7fwsVo.png\",srcSet:\"https://framerusercontent.com/images/3Jf73ay0FezdFmAuPo7fwsVo.png?scale-down-to=512 512w,https://framerusercontent.com/images/3Jf73ay0FezdFmAuPo7fwsVo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3Jf73ay0FezdFmAuPo7fwsVo.png 1750w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"understanding the four stages of enterprise search white paper video background image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+110+0),pixelHeight:1e3,pixelWidth:1750,positionX:\"center\",positionY:\"top\",sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/3Jf73ay0FezdFmAuPo7fwsVo.png\",srcSet:\"https://framerusercontent.com/images/3Jf73ay0FezdFmAuPo7fwsVo.png?scale-down-to=512 512w,https://framerusercontent.com/images/3Jf73ay0FezdFmAuPo7fwsVo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3Jf73ay0FezdFmAuPo7fwsVo.png 1750w\"},className:\"framer-1dm1zl2\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5x1z34\",\"data-framer-name\":\"Section-1\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-15r00bb\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w4b5ev\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hqoxny\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xpqh7r-container\",\"data-framer-name\":\"arificial-intelligence\",name:\"arificial-intelligence\",nodeId:\"ywvyifJD6\",rendersWithMotion:true,scopeId:\"eL0DV7xxy\",whileHover:animation6,children:/*#__PURE__*/_jsx(TagButton,{DgJp0DvNL:11,et1CLXITm:\"rgb(255, 255, 255)\",height:\"100%\",id:\"ywvyifJD6\",layoutId:\"ywvyifJD6\",name:\"arificial-intelligence\",QFxdzLhCw:{borderColor:\"rgb(255, 252, 252)\",borderStyle:\"solid\",borderWidth:2},v8qPUUuT9:\"ARTIFICIAL INTELLIGENCE\",variant:\"FOs4Ataba\",width:\"100%\",X1e0RXEPJ:\"rgb(255, 255, 255)\",XUrDjAQSD:\"rgb(0, 31, 56)\",yt2nQMjbN:{borderColor:\"rgb(0, 31, 56)\",borderStyle:\"solid\",borderWidth:2}})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nOqXvxAWT\"},implicitPathVariables:undefined},{href:{webPageId:\"nOqXvxAWT\"},implicitPathVariables:undefined},{href:{webPageId:\"nOqXvxAWT\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kmp1i-container\",\"data-framer-name\":\"arificial-intelligence\",name:\"arificial-intelligence\",nodeId:\"hv8F_JeMt\",rendersWithMotion:true,scopeId:\"eL0DV7xxy\",whileHover:animation6,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{TlbKlZ8tz:resolvedLinks[1]},jd14TGWEu:{TlbKlZ8tz:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(TagButton,{DgJp0DvNL:11,et1CLXITm:\"rgb(255, 255, 255)\",height:\"100%\",id:\"hv8F_JeMt\",layoutId:\"hv8F_JeMt\",name:\"arificial-intelligence\",QFxdzLhCw:{borderColor:\"rgb(255, 252, 252)\",borderStyle:\"solid\",borderWidth:2},TlbKlZ8tz:resolvedLinks[0],v8qPUUuT9:\"GENERATIVE AI\",variant:\"FOs4Ataba\",width:\"100%\",X1e0RXEPJ:\"rgb(255, 255, 255)\",XUrDjAQSD:\"rgb(0, 31, 56)\",yt2nQMjbN:{borderColor:\"rgb(0, 31, 56)\",borderStyle:\"solid\",borderWidth:2}})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-106jhi8-container\",\"data-framer-name\":\"arificial-intelligence\",name:\"arificial-intelligence\",nodeId:\"jrYgom3AU\",rendersWithMotion:true,scopeId:\"eL0DV7xxy\",whileHover:animation6,children:/*#__PURE__*/_jsx(TagButton,{DgJp0DvNL:11,et1CLXITm:\"rgb(255, 255, 255)\",height:\"100%\",id:\"jrYgom3AU\",layoutId:\"jrYgom3AU\",name:\"arificial-intelligence\",QFxdzLhCw:{borderColor:\"rgb(255, 252, 252)\",borderStyle:\"solid\",borderWidth:2},v8qPUUuT9:\"SEARCHAI\",variant:\"FOs4Ataba\",width:\"100%\",X1e0RXEPJ:\"rgb(255, 255, 255)\",XUrDjAQSD:\"rgb(0, 31, 56)\",yt2nQMjbN:{borderColor:\"rgb(0, 31, 56)\",borderStyle:\"solid\",borderWidth:2}})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3f6b3g-container\",\"data-framer-name\":\"arificial-intelligence\",name:\"arificial-intelligence\",nodeId:\"davhDSFbI\",rendersWithMotion:true,scopeId:\"eL0DV7xxy\",whileHover:animation6,children:/*#__PURE__*/_jsx(TagButton,{DgJp0DvNL:11,et1CLXITm:\"rgb(255, 255, 255)\",height:\"100%\",id:\"davhDSFbI\",layoutId:\"davhDSFbI\",name:\"arificial-intelligence\",QFxdzLhCw:{borderColor:\"rgb(255, 252, 252)\",borderStyle:\"solid\",borderWidth:2},v8qPUUuT9:\"USER EXPERIENCE\",variant:\"FOs4Ataba\",width:\"100%\",X1e0RXEPJ:\"rgb(255, 255, 255)\",XUrDjAQSD:\"rgb(0, 31, 56)\",yt2nQMjbN:{borderColor:\"rgb(0, 31, 56)\",borderStyle:\"solid\",borderWidth:2}})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rxgd6z-container\",\"data-framer-name\":\"arificial-intelligence\",name:\"arificial-intelligence\",nodeId:\"B1EA14DPu\",rendersWithMotion:true,scopeId:\"eL0DV7xxy\",whileHover:animation6,children:/*#__PURE__*/_jsx(TagButton,{DgJp0DvNL:11,et1CLXITm:\"rgb(255, 255, 255)\",height:\"100%\",id:\"B1EA14DPu\",layoutId:\"B1EA14DPu\",name:\"arificial-intelligence\",QFxdzLhCw:{borderColor:\"rgb(255, 252, 252)\",borderStyle:\"solid\",borderWidth:2},v8qPUUuT9:\"ADOBE\",variant:\"FOs4Ataba\",width:\"100%\",X1e0RXEPJ:\"rgb(255, 255, 255)\",XUrDjAQSD:\"rgb(0, 31, 56)\",yt2nQMjbN:{borderColor:\"rgb(0, 31, 56)\",borderStyle:\"solid\",borderWidth:2}})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lnmcab\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-line-height\":\"65px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bring Low-Risk GenAI to Adobe Experience Manager (AEM)\"})})},jd14TGWEu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"43px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bring Low-Risk GenAI to Adobe Experience Manager (AEM)\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bring Low-Risk GenAI to Adobe Experience Manager (AEM)\"})}),className:\"framer-knszkz\",fonts:[\"CUSTOM;Klik Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Now Available with SearchBlox Version 10.5\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})})},jd14TGWEu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Now Available with SearchBlox Version 10.5\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"SearchAI integrated with Adobe Experience Manager (AEM) brings low-risk GenAI capabilities to both customer and employee platforms. This combination helps organizations quickly and securely access their most valuable information with enhanced accuracy.\"})}),className:\"framer-13rsim8\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kg0ew\",\"data-framer-name\":\"Date\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"February 19, 2025\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"19px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"February 19, 2025\"})}),className:\"framer-1yeoeud\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x7cwm1\",\"data-framer-name\":\"MainContent\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7k4laf\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-5420zk hidden-65pknu\",\"data-framer-name\":\"Arrow Button\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17gdte6\",\"data-framer-name\":\"Box\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ss4gxv\",\"data-framer-name\":\"Box 1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1agwf1j\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hqmufb\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jd14TGWEu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-line-height\":\"33px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:\"Surface relevant knowledge, faster\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:\"Surface relevant knowledge, faster\"})}),className:\"framer-18a32ee\",fonts:[\"CUSTOM;Klik Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qe6oef\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Transform how your Adobe sites deliver information. Deploy secure, fixed-cost GenAI applications that enhance user experiences and streamline data retrieval.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wnDyZakHV\"},motionChild:true,nodeId:\"mMGFm4h6I\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1axe5t2\",\"data-styles-preset\":\"MNzUyXmU5\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(194, 31, 92)\"},children:\"SearchAI\"})})}),\" empowers your Adobe sites to instantly answer any question by understanding user intent, and delivering precise insights while keeping data private and costs predictable.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-1u47n8k\",fonts:[\"CUSTOM;Klik Light\",\"CUSTOM;Klik Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hcjefh\",\"data-framer-name\":\"empty-30\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lwhp36\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wnDyZakHV\"},implicitPathVariables:undefined},{href:{hash:\":nJwA8FSHJ\",webPageId:\"rmHsWnuBP\"},implicitPathVariables:undefined},{href:{webPageId:\"wnDyZakHV\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17by65g-container\",nodeId:\"guPmvB0Q8\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{xzzRc3YQc:resolvedLinks1[1]},jd14TGWEu:{xzzRc3YQc:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(ButtonOutlineToFilled,{drCG1GqQ4:\"View All SearchAI Features\",ERlZCnwkZ:14,GkbLIUQJD:{borderColor:\"rgb(194, 31, 92)\",borderStyle:\"solid\",borderWidth:2},height:\"100%\",id:\"guPmvB0Q8\",ih37BVMlk:true,joE5oLTfH:false,kOhOZyKso:\"rgb(255, 255, 255)\",layoutId:\"guPmvB0Q8\",ld2nabDsA:\"rgb(194, 31, 92)\",mR7AVNSuL:\"rgba(255, 255, 255, 0)\",Pqa31FETS:\"rgb(194, 31, 92)\",variant:\"DQ9pt7S_n\",width:\"100%\",xrQrlfznj:{borderColor:\"rgb(194, 31, 92)\",borderStyle:\"solid\",borderWidth:2},xzzRc3YQc:resolvedLinks1[0]})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p5mmde\",\"data-framer-name\":\"Box 2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-szf3u0\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d2lwvq\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jd14TGWEu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"33px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(189, 156, 255)\"},children:[\"Secure, trusted GenAI\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-644725cb-a44d-489b-93a1-209b3a540b85, rgb(133, 84, 229))\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(137, 96, 221)\"},children:\"across use cases\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(189, 156, 255)\"},children:[\"Secure, trusted GenAI\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-644725cb-a44d-489b-93a1-209b3a540b85, rgb(133, 84, 229))\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(137, 96, 221)\"},children:\"across use cases\"})]})}),className:\"framer-7ann2v\",fonts:[\"CUSTOM;Klik Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8xenr\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-64e74cae-2afa-4ba7-a1ab-45a8a0a61266, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"sDrHktySi\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-1axe5t2\",\"data-styles-preset\":\"MNzUyXmU5\",children:[\"See SearchAI in action at the \",/*#__PURE__*/_jsx(\"strong\",{children:\"Adobe Summit 2025.\"})]})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-64e74cae-2afa-4ba7-a1ab-45a8a0a61266, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"sDrHktySi\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1axe5t2\",\"data-styles-preset\":\"MNzUyXmU5\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"March 18-20\"})})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-64e74cae-2afa-4ba7-a1ab-45a8a0a61266, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"sDrHktySi\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1axe5t2\",\"data-styles-preset\":\"MNzUyXmU5\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"The Venetian, Las Vegas\"})})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-64e74cae-2afa-4ba7-a1ab-45a8a0a61266, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"sDrHktySi\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1axe5t2\",\"data-styles-preset\":\"MNzUyXmU5\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Booth 378\"})})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-64e74cae-2afa-4ba7-a1ab-45a8a0a61266, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"s9rHZaRgh\"},motionChild:true,nodeId:\"sDrHktySi\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-1axe5t2\",\"data-styles-preset\":\"MNzUyXmU5\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"18px\"},children:\"C\"}),/*#__PURE__*/_jsx(\"strong\",{children:\"ome see the results of our \"})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Vblotbrrb\"},motionChild:true,nodeId:\"sDrHktySi\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-mepzm2\",\"data-styles-preset\":\"uFveLxEn2\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(203, 71, 120)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Integrated Hybrid Search + RAG Platform\"})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"s9rHZaRgh\"},motionChild:true,nodeId:\"sDrHktySi\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-1axe5t2\",\"data-styles-preset\":\"MNzUyXmU5\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(203, 71, 120)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\".\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\" Explore our GenAI tools - from \"})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"s9rHZaRgh\"},motionChild:true,nodeId:\"sDrHktySi\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-mepzm2\",\"data-styles-preset\":\"uFveLxEn2\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(203, 71, 120)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Chatbots\"})})})}),/*#__PURE__*/_jsx(\"strong\",{children:\" to \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"F8WMnEld0\"},motionChild:true,nodeId:\"sDrHktySi\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-mepzm2\",\"data-styles-preset\":\"uFveLxEn2\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(186, 66, 116)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Search\"})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"F8WMnEld0\"},motionChild:true,nodeId:\"sDrHktySi\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-mepzm2\",\"data-styles-preset\":\"uFveLxEn2\",children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})})}),/*#__PURE__*/_jsx(\"strong\",{children:\"to \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dtHPOAD4P\"},motionChild:true,nodeId:\"sDrHktySi\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-mepzm2\",\"data-styles-preset\":\"uFveLxEn2\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(203, 71, 120)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Agents\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\" \"})]})}),/*#__PURE__*/_jsx(\"strong\",{children:\"- all in a single platform.\"})]})]}),className:\"framer-1sh0gcn\",fonts:[\"CUSTOM;Klik Light\",\"CUSTOM;Klik Bold\",\"CUSTOM;Klik Medium\",\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1py37fk\",\"data-framer-name\":\"empty-30\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kv3y6d\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":FFlyFx3uY\",webPageId:\"eL0DV7xxy\"},implicitPathVariables:undefined},{href:{hash:\":FFlyFx3uY\",webPageId:\"eL0DV7xxy\"},implicitPathVariables:undefined},{href:{hash:\":FFlyFx3uY\",webPageId:\"eL0DV7xxy\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nsok7k-container\",id:elementId2,nodeId:\"grlTTemQE\",ref:ref4,scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{xzzRc3YQc:resolvedLinks2[1]},jd14TGWEu:{xzzRc3YQc:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(ButtonOutlineToFilled,{drCG1GqQ4:\"Talk to us at the Summit\",ERlZCnwkZ:14,GkbLIUQJD:{borderColor:\"rgb(194, 31, 92)\",borderStyle:\"solid\",borderWidth:2},height:\"100%\",id:\"grlTTemQE\",ih37BVMlk:true,joE5oLTfH:false,kOhOZyKso:\"rgb(194, 31, 92)\",layoutId:\"grlTTemQE\",ld2nabDsA:\"rgb(255, 255, 255)\",mR7AVNSuL:\"rgb(194, 31, 92)\",Pqa31FETS:\"rgb(255, 255, 255)\",variant:\"DQ9pt7S_n\",width:\"100%\",xrQrlfznj:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:2},xzzRc3YQc:resolvedLinks2[0]})})})})})})]})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uqkepu hidden-65pknu\",\"data-framer-name\":\"Arrow Button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ymwjfb\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-hg45o3\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bl5ku2\",\"data-border\":true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9w8h1h\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uyveni\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-hy819b\",\"data-border\":true})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qljyn9 hidden-65pknu\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-983xlx\",\"data-framer-name\":\"Arrow Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-t2xwj6\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-3dlwd2\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ui9jaq\",\"data-border\":true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l7ync4\",\"data-framer-name\":\"Arrow Round Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tf4sdr\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x0ekvf\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d7dp1w\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-w8ihkd-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tFU_2PiHz\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretDown\",id:\"tFU_2PiHz\",layoutId:\"tFU_2PiHz\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rcnd4p\",\"data-framer-name\":\"Section-4\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9wllrn\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xge82i\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-line-height\":\"35px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-644725cb-a44d-489b-93a1-209b3a540b85, rgb(133, 84, 229))\"},children:\"Test our Hybrid Search + RAG Platform with your Data\"})}),className:\"framer-uk3tf2\",fonts:[\"CUSTOM;Klik Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-line-height\":\"35px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 31, 56)\"},children:\"Stop by booth 378 at the summit\"})}),className:\"framer-vj3qwo\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18wi3uq\",\"data-framer-name\":\"Row-3\",id:elementId3,ref:ref5,children:[isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-16kalxd hidden-z4jj0e hidden-65pknu\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10dpmro\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{background:{alt:\"SearchBlox Schedule a private demo\",fit:\"fit\",pixelHeight:359,pixelWidth:720,positionX:\"center\",positionY:\"center\",sizes:\"657px\",src:\"https://framerusercontent.com/images/igjDQVR3hoiUcwf1kl1ZNDobU.png\",srcSet:\"https://framerusercontent.com/images/igjDQVR3hoiUcwf1kl1ZNDobU.png?scale-down-to=512 512w,https://framerusercontent.com/images/igjDQVR3hoiUcwf1kl1ZNDobU.png 720w\"}},jd14TGWEu:{background:{alt:\"SearchBlox Schedule a private demo\",fit:\"fit\",pixelHeight:359,pixelWidth:720,positionX:\"center\",positionY:\"center\",sizes:`max(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9), 1px)`,src:\"https://framerusercontent.com/images/igjDQVR3hoiUcwf1kl1ZNDobU.png\",srcSet:\"https://framerusercontent.com/images/igjDQVR3hoiUcwf1kl1ZNDobU.png?scale-down-to=512 512w,https://framerusercontent.com/images/igjDQVR3hoiUcwf1kl1ZNDobU.png 720w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"SearchBlox Schedule a private demo\",fit:\"fit\",pixelHeight:359,pixelWidth:720,positionX:\"center\",positionY:\"center\",sizes:\"592px\",src:\"https://framerusercontent.com/images/igjDQVR3hoiUcwf1kl1ZNDobU.png\",srcSet:\"https://framerusercontent.com/images/igjDQVR3hoiUcwf1kl1ZNDobU.png?scale-down-to=512 512w,https://framerusercontent.com/images/igjDQVR3hoiUcwf1kl1ZNDobU.png 720w\"},className:\"framer-3s0mfn\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m7o0po\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Visit us as you exit the keynote. Stop by for insightful conversations and live demonstrations with our product experts. Plus, grab some exclusive swag before you go!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Visit us as you exit the keynote. Stop by for insightful conversations and live demonstrations with our product experts. Plus, grab some exclusive swag before you go!\"})}),className:\"framer-1jn5lkl\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.975 - 30px)`},jd14TGWEu:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:747,width:\"488px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nfehg3-container\",nodeId:\"dBZ7czvy9\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jd14TGWEu:{variant:\"Ba8CRw18M\"}},children:/*#__PURE__*/_jsx(ContactForm,{height:\"100%\",id:\"dBZ7czvy9\",layoutId:\"dBZ7czvy9\",style:{width:\"100%\"},variant:\"qa_3hTkFl\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b0w6c7\"})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1167lg1\",\"data-framer-name\":\"Section-3\",id:elementId4,ref:ref6,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12p0mew\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-x0fvew\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"43px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:\"SearchBlox is an Adobe Exchange Partner. \"}),\"We provide native integration with Adobe Experience Manager (AEM).\"]})})},jd14TGWEu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:\"SearchBlox is an Adobe Exchange Partner. \"}),\"We provide native integration with Adobe Experience Manager (AEM).\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"58px\",\"--framer-line-height\":\"69px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:\"SearchBlox is an Adobe Exchange Partner. \"}),\"We provide native integration with Adobe Experience Manager (AEM).\"]})}),className:\"framer-amxzu7\",fonts:[\"CUSTOM;Klik Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bqsnrt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nmgn0p\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:80,pixelWidth:385,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/oyrlSmJXfx9XU5l8TUhnA6KLj8E.webp\"},className:\"framer-1vmpjll\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1exzjer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jd14TGWEu:{background:{alt:\"\",fit:\"fit\",pixelHeight:601,pixelWidth:1833,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9) - 40px) / 2, 1px)`,src:\"https://framerusercontent.com/images/sknQ5UqD3FNtGooPXxboPmsCEw.webp\",srcSet:\"https://framerusercontent.com/images/sknQ5UqD3FNtGooPXxboPmsCEw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/sknQ5UqD3FNtGooPXxboPmsCEw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/sknQ5UqD3FNtGooPXxboPmsCEw.webp 1833w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:601,pixelWidth:1833,positionX:\"center\",positionY:\"center\",sizes:\"264px\",src:\"https://framerusercontent.com/images/sknQ5UqD3FNtGooPXxboPmsCEw.webp\",srcSet:\"https://framerusercontent.com/images/sknQ5UqD3FNtGooPXxboPmsCEw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/sknQ5UqD3FNtGooPXxboPmsCEw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/sknQ5UqD3FNtGooPXxboPmsCEw.webp 1833w\"},className:\"framer-54clky\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-w4eb6r\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cx9i17\",\"data-border\":true,\"data-framer-name\":\"Buttons Column\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{width:`max((max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1170px), 1px) - 22px) / 3, 1px)`},jd14TGWEu:{width:`max(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e04tip-container\",\"data-framer-name\":\"SmartSuggest\",name:\"SmartSuggest\",nodeId:\"hQVvxpCT5\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{style:{width:\"100%\"}},jd14TGWEu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonOutlineToFilled,{drCG1GqQ4:\"Use SearchAI with AWS\",ERlZCnwkZ:17,GkbLIUQJD:{borderColor:\"rgb(118, 57, 226)\",borderStyle:\"solid\",borderWidth:2},height:\"100%\",id:\"hQVvxpCT5\",ih37BVMlk:false,joE5oLTfH:false,kOhOZyKso:\"rgb(255, 255, 255)\",layoutId:\"hQVvxpCT5\",ld2nabDsA:\"rgb(118, 57, 226)\",mR7AVNSuL:\"rgba(255, 255, 255, 0)\",name:\"SmartSuggest\",Pqa31FETS:\"rgb(0, 0, 0)\",variant:\"DQ9pt7S_n\",width:\"100%\",xrQrlfznj:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},xzzRc3YQc:\"https://aws.amazon.com/marketplace/pp/prodview-ylvys36zcxkws?sr=0-1&ref_=beagle&applicationId=AWSMPContessa\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"njp8URyOU\"},implicitPathVariables:undefined},{href:{webPageId:\"njp8URyOU\"},implicitPathVariables:undefined},{href:{webPageId:\"njp8URyOU\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{width:`max((max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1170px), 1px) - 22px) / 3, 1px)`},jd14TGWEu:{width:`max(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,children:/*#__PURE__*/_jsx(Container,{className:\"framer-86xdyg-container\",\"data-framer-name\":\"SmartFAQs\",name:\"SmartFAQs\",nodeId:\"GyRutTkjc\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{KC9XnQXUt:resolvedLinks3[1],style:{width:\"100%\"}},jd14TGWEu:{KC9XnQXUt:resolvedLinks3[2],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonFilled,{drvRIolWU:\"rgb(255, 255, 255)\",eT6XpWDpN:true,eTSYRHG1H:\"SearchAI + AEM \u2013 Get Started\",height:\"100%\",id:\"GyRutTkjc\",k8kvtoToV:17,KC9XnQXUt:resolvedLinks3[0],layoutId:\"GyRutTkjc\",lsbLkaWEa:\"rgb(118, 57, 226)\",name:\"SmartFAQs\",T3Pmo4mlX:\"rgb(0, 0, 0)\",ubD7_DZ5D:\"rgb(255, 255, 255)\",Ur26nUE8X:false,variant:\"Jcecdu__U\",width:\"100%\",ziqBDSaYn:\"15px 30px 15px 30px\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{width:`max((max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1170px), 1px) - 22px) / 3, 1px)`},jd14TGWEu:{width:`max(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h8g8sd-container\",\"data-framer-name\":\"SmartSuggest\",name:\"SmartSuggest\",nodeId:\"sieVjlnml\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{style:{width:\"100%\"}},jd14TGWEu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonOutlineToFilled,{drCG1GqQ4:\"Use SearchAI with Azure\",ERlZCnwkZ:17,GkbLIUQJD:{borderColor:\"rgb(118, 57, 226)\",borderStyle:\"solid\",borderWidth:2},height:\"100%\",id:\"sieVjlnml\",ih37BVMlk:false,joE5oLTfH:false,kOhOZyKso:\"rgb(255, 255, 255)\",layoutId:\"sieVjlnml\",ld2nabDsA:\"rgb(118, 57, 226)\",mR7AVNSuL:\"rgba(255, 255, 255, 0)\",name:\"SmartSuggest\",Pqa31FETS:\"rgb(0, 0, 0)\",variant:\"DQ9pt7S_n\",width:\"100%\",xrQrlfznj:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},xzzRc3YQc:\"https://azuremarketplace.microsoft.com/en-us/marketplace/apps/searchbloxsoftwareinc1594309037050.searchblox-searchai?tab=Overview\"})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8rp26m\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qoncq6\",\"data-framer-name\":\"Row-1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d9c291\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Integrated Hybrid Search + RAG Platform\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"38px\",\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\": A Single Platform for GenAI\"})})]})})},jd14TGWEu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Integrated Hybrid Search + RAG Platform\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"38px\",\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\": A Single Platform for GenAI\"})})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"46px\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Integrated Hybrid Search + RAG Platform\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\": A Single Platform for GenAI\"})})]})}),className:\"framer-14whlhk\",fonts:[\"CUSTOM;Klik Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Connect all your data sources and deploy multiple AI applications that deliver consistent, accurate responses across every touchpoint. Our hybrid search technology intelligently balances keyword and vector search to ensure you get precise results every time.\"})})},jd14TGWEu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Connect all your data sources and deploy multiple AI applications that deliver consistent, accurate responses across every touchpoint. Our hybrid search technology intelligently balances keyword and vector search to ensure you get precise results every time.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Connect all your data sources and deploy multiple AI applications that deliver consistent, accurate responses across every touchpoint. Our hybrid search technology intelligently balances keyword and vector search to ensure you get precise results every time.\"})}),className:\"framer-1y2h8vm\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Vblotbrrb\"},implicitPathVariables:undefined},{href:{webPageId:\"Vblotbrrb\"},implicitPathVariables:undefined},{href:{webPageId:\"Vblotbrrb\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zn0vgn-container\",nodeId:\"cCtW5zKxp\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{p3dmZGr2P:resolvedLinks4[1]},jd14TGWEu:{p3dmZGr2P:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(Button1Component,{a_CAChW7T:\"rgb(118, 57, 226)\",bL6C3r1R9:{borderColor:\"rgb(118, 57, 226)\",borderStyle:\"solid\",borderWidth:2},CuA3kOhXv:{borderColor:\"rgb(118, 57, 226)\",borderStyle:\"solid\",borderWidth:2},Dd5dh_PvW:\"rgb(0, 0, 0)\",dE2ibvshT:\"3px\",EK2CYrzQD:{borderColor:\"black\",borderStyle:\"solid\",borderWidth:1},EsLpRqS24:\"Learn RAG\",flqFJ6OlH:14,h65jYO6mO:\"rgb(13, 56, 87)\",height:\"100%\",hKQ4PfoTB:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},hq2adAVtJ:\"rgb(0, 31, 56)\",HX4Q23MO1:{borderColor:\"rgb(0, 31, 56)\",borderStyle:\"solid\",borderWidth:2},id:\"cCtW5zKxp\",j_nGMACog:\"Explore the Benefits of RAG Platform\",k92piK8sW:\"Learn RAG\",lahd8vMTW:\"rgb(255, 255, 255)\",layoutId:\"cCtW5zKxp\",MQ1PsVslN:17,n5_1CyGEQ:\"rgb(118, 57, 226)\",nWtTgTfm1:\"rgb(0, 0, 0)\",OSGcL4hY0:17,p3dmZGr2P:resolvedLinks4[0],qvHaH_b8d:\"rgb(255, 255, 255)\",SJK5GVOPh:true,Telvw_Ea5:true,TLDK56Tx7:14,variant:\"i7WP2CiQ5\",Vvi6Ue6tp:\"rgb(255, 255, 255)\",width:\"100%\",YMH4XhRJg:\"rgb(0, 0, 0)\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vyddvq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{background:{alt:\"SearchBlox Relevance Tuning Preview\",fit:\"fit\",pixelHeight:1500,pixelWidth:2500,positionX:\"center\",positionY:\"center\",sizes:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1170px), 1px)`,src:\"https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png\",srcSet:\"https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png?scale-down-to=512 512w,https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png 2500w\"}},jd14TGWEu:{background:{alt:\"SearchBlox Relevance Tuning Preview\",fit:\"fit\",pixelHeight:1500,pixelWidth:2500,positionX:\"center\",positionY:\"center\",sizes:`max(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9), 1px)`,src:\"https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png\",srcSet:\"https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png?scale-down-to=512 512w,https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png 2500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"SearchBlox Relevance Tuning Preview\",fit:\"fit\",pixelHeight:1500,pixelWidth:2500,positionX:\"center\",positionY:\"center\",sizes:\"671px\",src:\"https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png\",srcSet:\"https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png?scale-down-to=512 512w,https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/gY8OwiVnh2qa7JtCHTxFUGuiqYE.png 2500w\"},className:\"framer-1kq0il6\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1whz1kl\",\"data-framer-name\":\"Row-3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lfcsql\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{background:{alt:\"SearchBlox Schedule a private demo\",fit:\"fit\",pixelHeight:768,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1170px), 1px)`,src:\"https://framerusercontent.com/images/LC6Fh6BROSdXchT9G2SVvnyAIDk.gif\",srcSet:\"https://framerusercontent.com/images/LC6Fh6BROSdXchT9G2SVvnyAIDk.gif?scale-down-to=512 512w,https://framerusercontent.com/images/LC6Fh6BROSdXchT9G2SVvnyAIDk.gif 1024w\"}},jd14TGWEu:{background:{alt:\"SearchBlox Schedule a private demo\",fit:\"stretch\",pixelHeight:768,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:`max(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9), 1px)`,src:\"https://framerusercontent.com/images/LC6Fh6BROSdXchT9G2SVvnyAIDk.gif\",srcSet:\"https://framerusercontent.com/images/LC6Fh6BROSdXchT9G2SVvnyAIDk.gif?scale-down-to=512 512w,https://framerusercontent.com/images/LC6Fh6BROSdXchT9G2SVvnyAIDk.gif 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"SearchBlox Schedule a private demo\",fit:\"fit\",pixelHeight:768,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:\"515px\",src:\"https://framerusercontent.com/images/LC6Fh6BROSdXchT9G2SVvnyAIDk.gif\",srcSet:\"https://framerusercontent.com/images/LC6Fh6BROSdXchT9G2SVvnyAIDk.gif?scale-down-to=512 512w,https://framerusercontent.com/images/LC6Fh6BROSdXchT9G2SVvnyAIDk.gif 1024w\"},className:\"framer-132azzk\"})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xranrr hidden-z4jj0e hidden-65pknu\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q5mret\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10laq7l\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-644725cb-a44d-489b-93a1-209b3a540b85, rgb(133, 84, 229))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Relevance\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\" on Autopilot\"})]})})},jd14TGWEu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-644725cb-a44d-489b-93a1-209b3a540b85, rgb(133, 84, 229))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Relevance\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\" on Autopilot\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"46px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-644725cb-a44d-489b-93a1-209b3a540b85, rgb(133, 84, 229))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Relevance\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\" on Autopilot\"})]})}),className:\"framer-18bhqth\",fonts:[\"CUSTOM;Klik Light\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:[\"50% of website search come from mobile today. Get your website voice-ready with \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k0mAR8hqL\"},motionChild:true,nodeId:\"OJPfxFSsm\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbpy17\",\"data-styles-preset\":\"vjCHphmEC\",children:\"voice search \"})}),\"without worrying about browser compatibility issues.\"]})})},jd14TGWEu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Make manually auto-tuning search results a thing of the past. SearchAI's intelligent platform combines hybrid search with LLM-powered reranking to automatically surface the most relevant content- instantly. Enhanced metadata generation, PageDNA contextual understanding, and advanced result scoring work seamlessly to deliver precise search results.      \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Make manually auto-tuning search results a thing of the past. SearchAI's intelligent platform combines hybrid search with LLM-powered reranking to automatically surface the most relevant content- instantly. Enhanced metadata generation, PageDNA contextual understanding, and advanced result scoring work seamlessly to deliver precise search results.      \"})}),className:\"framer-1eg56kk\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jeames\"}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gunw39nu_\"},implicitPathVariables:undefined},{href:{webPageId:\"gunw39nu_\"},implicitPathVariables:undefined},{href:{webPageId:\"gunw39nu_\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1edipjr-container\",nodeId:\"VMKyErgRT\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{vmR6_I1Lc:resolvedLinks5[1]},jd14TGWEu:{flqFJ6OlH:14,TLDK56Tx7:14,vmR6_I1Lc:resolvedLinks5[2]}},children:/*#__PURE__*/_jsx(Button1Component,{a_CAChW7T:\"rgb(118, 57, 226)\",bL6C3r1R9:{borderColor:\"rgb(118, 57, 226)\",borderStyle:\"solid\",borderWidth:2},CuA3kOhXv:{borderColor:\"rgb(118, 57, 226)\",borderStyle:\"solid\",borderWidth:2},Dd5dh_PvW:\"rgb(0, 0, 0)\",dE2ibvshT:\"3px\",EK2CYrzQD:{borderColor:\"rgb(0, 31, 56)\",borderStyle:\"solid\",borderWidth:1},EsLpRqS24:\"Smart Reranking with SearchAI\",flqFJ6OlH:19,h65jYO6mO:\"rgb(13, 56, 87)\",height:\"100%\",hKQ4PfoTB:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},hq2adAVtJ:\"rgb(0, 31, 56)\",HX4Q23MO1:{borderColor:\"rgb(0, 31, 56)\",borderStyle:\"solid\",borderWidth:2},id:\"VMKyErgRT\",j_nGMACog:\"Learn More about SmartSuggest\",k92piK8sW:\"Learn RAG\",lahd8vMTW:\"rgb(255, 255, 255)\",layoutId:\"VMKyErgRT\",MQ1PsVslN:14,n5_1CyGEQ:\"rgb(118, 57, 226)\",nWtTgTfm1:\"rgb(118, 57, 226)\",OSGcL4hY0:14,qvHaH_b8d:\"rgb(255, 255, 255)\",SJK5GVOPh:true,Telvw_Ea5:true,TLDK56Tx7:19,variant:\"jxgTzUg1Y\",vmR6_I1Lc:resolvedLinks5[0],Vvi6Ue6tp:\"rgb(255, 255, 255)\",width:\"100%\",YMH4XhRJg:\"rgb(0, 31, 56)\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12kgxtx\",\"data-framer-name\":\"Row-2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cdvz2r\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"38px\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Low-Risk GenAI: \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"Scale GenAI Usage without the Uncertainty\"})]})})},jd14TGWEu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"38px\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Low-Risk GenAI: \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"Scale GenAI Usage without the Uncertainty\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"46px\",\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Low-Risk GenAI: \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"Scale GenAI Usage without the Uncertainty\"})]})}),className:\"framer-1dzg0xf\",fonts:[\"CUSTOM;Klik Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"SearchAI offers a controlled approach to GenAI implementation, allowing businesses to better oversee their AI expenditures and ensure data security while auto-scaling operations and performance\u2014at any level. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"No usage surprises, no data leaks, and no complex integrations - just powerful AI capabilities that enhance your workforce capabilities. \"})]})},jd14TGWEu:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"SearchAI offers a controlled approach to GenAI implementation, allowing businesses to better oversee their AI expenditures and ensure data security while auto-scaling operations and performance\u2014at any level. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"No usage surprises, no data leaks, and no complex integrations - just powerful AI capabilities that enhance your workforce capabilities. \"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"SearchAI offers a controlled approach to GenAI implementation, allowing businesses to better oversee their AI expenditures and ensure data security while auto-scaling operations and performance\u2014at any level. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"No usage surprises, no data leaks, and no complex integrations - just powerful AI capabilities that enhance your workforce capabilities. \"})]}),className:\"framer-igp4ew\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QuW5Fj712\"},implicitPathVariables:undefined},{href:{webPageId:\"QuW5Fj712\"},implicitPathVariables:undefined},{href:{webPageId:\"QuW5Fj712\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f07hl0-container\",nodeId:\"LvDaciT2Y\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{vmR6_I1Lc:resolvedLinks6[1]},jd14TGWEu:{vmR6_I1Lc:resolvedLinks6[2]}},children:/*#__PURE__*/_jsx(Button1Component,{a_CAChW7T:\"rgb(118, 57, 226)\",bL6C3r1R9:{borderColor:\"rgb(118, 57, 226)\",borderStyle:\"solid\",borderWidth:2},CuA3kOhXv:{borderColor:\"rgb(118, 57, 226)\",borderStyle:\"solid\",borderWidth:2},Dd5dh_PvW:\"rgb(0, 0, 0)\",dE2ibvshT:\"3px\",EK2CYrzQD:{borderColor:\"black\",borderStyle:\"solid\",borderWidth:1},EsLpRqS24:\"Why Low-Risk GenAI is a Game-changer\",flqFJ6OlH:19,h65jYO6mO:\"rgb(13, 56, 87)\",height:\"100%\",hKQ4PfoTB:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},hq2adAVtJ:\"rgb(0, 31, 56)\",HX4Q23MO1:{borderColor:\"rgb(0, 31, 56)\",borderStyle:\"solid\",borderWidth:2},id:\"LvDaciT2Y\",j_nGMACog:\"Why Low-Risk GenAI is a Game-changer\",k92piK8sW:\"Learn RAG\",lahd8vMTW:\"rgb(255, 255, 255)\",layoutId:\"LvDaciT2Y\",MQ1PsVslN:14,n5_1CyGEQ:\"rgb(118, 57, 226)\",nWtTgTfm1:\"rgb(118, 57, 226)\",OSGcL4hY0:14,qvHaH_b8d:\"rgb(255, 255, 255)\",SJK5GVOPh:true,Telvw_Ea5:true,TLDK56Tx7:19,variant:\"jxgTzUg1Y\",vmR6_I1Lc:resolvedLinks6[0],Vvi6Ue6tp:\"rgb(255, 255, 255)\",width:\"100%\",YMH4XhRJg:\"rgb(0, 31, 56)\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9vrv5j\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{background:{alt:\"SearchBlox eCommerce Desktop Mobile UX\",fit:\"fit\",pixelHeight:476,pixelWidth:547,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1170px)`,src:\"https://framerusercontent.com/images/mEhP5MAonTCpRyMvGVti3XPY.png\",srcSet:\"https://framerusercontent.com/images/mEhP5MAonTCpRyMvGVti3XPY.png?scale-down-to=512 512w,https://framerusercontent.com/images/mEhP5MAonTCpRyMvGVti3XPY.png 547w\"}},jd14TGWEu:{background:{alt:\"SearchBlox eCommerce Desktop Mobile UX\",fit:\"fit\",pixelHeight:476,pixelWidth:547,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`,src:\"https://framerusercontent.com/images/mEhP5MAonTCpRyMvGVti3XPY.png\",srcSet:\"https://framerusercontent.com/images/mEhP5MAonTCpRyMvGVti3XPY.png?scale-down-to=512 512w,https://framerusercontent.com/images/mEhP5MAonTCpRyMvGVti3XPY.png 547w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"SearchBlox eCommerce Desktop Mobile UX\",fit:\"fit\",pixelHeight:476,pixelWidth:547,positionX:\"center\",positionY:\"center\",sizes:\"516px\",src:\"https://framerusercontent.com/images/mEhP5MAonTCpRyMvGVti3XPY.png\",srcSet:\"https://framerusercontent.com/images/mEhP5MAonTCpRyMvGVti3XPY.png?scale-down-to=512 512w,https://framerusercontent.com/images/mEhP5MAonTCpRyMvGVti3XPY.png 547w\"},className:\"framer-8cjde0\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c0sicb\",\"data-framer-name\":\"Section-7\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-19cwvdw hidden-65pknu\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1say1yp\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yoxy60\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rxpy3t\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 31, 56)\"},children:\"SearchAI + Adobe - Putting data to work for your customers.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 31, 56)\"},children:\"SearchAI + Adobe - Putting data to work for your customers.\"})}),className:\"framer-4p7ij7\",fonts:[\"CUSTOM;Klik Light\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-644725cb-a44d-489b-93a1-209b3a540b85, rgb(133, 84, 229))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Meet with the SearchBlox team\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" at  Adobe Summit\"})})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"54px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-644725cb-a44d-489b-93a1-209b3a540b85, rgb(133, 84, 229))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Meet with the SearchBlox team\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" at  Adobe Summit\"})})]})}),className:\"framer-1ccbce6\",fonts:[\"CUSTOM;Klik Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13i5uqa\",id:elementId5,ref:ref7,children:[isDisplayed3()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:960,pixelWidth:1920,sizes:`min(${componentViewport?.width||\"100vw\"}, 1170px)`,src:\"https://framerusercontent.com/images/uwyZLTBMelRShCMMsmq0angHR9g.jpg\",srcSet:\"https://framerusercontent.com/images/uwyZLTBMelRShCMMsmq0angHR9g.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uwyZLTBMelRShCMMsmq0angHR9g.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uwyZLTBMelRShCMMsmq0angHR9g.jpg 1920w\"},className:\"framer-1xgg4gp hidden-z4jj0e hidden-65pknu\",\"data-framer-name\":\"overlay\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p16lny\",\"data-framer-name\":\"max-width\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{background:{alt:\"\",fit:\"fill\",pixelHeight:960,pixelWidth:1920,positionX:\"31.9%\",positionY:\"59.3%\",sizes:\"657px\",src:\"https://framerusercontent.com/images/l3GMeoyciSXklVGx5ZGDjpkl4sM.webp\",srcSet:\"https://framerusercontent.com/images/l3GMeoyciSXklVGx5ZGDjpkl4sM.webp?scale-down-to=512 512w,https://framerusercontent.com/images/l3GMeoyciSXklVGx5ZGDjpkl4sM.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/l3GMeoyciSXklVGx5ZGDjpkl4sM.webp 1920w\"}},jd14TGWEu:{background:{alt:\"\",fit:\"fill\",pixelHeight:960,pixelWidth:1920,positionX:\"27%\",positionY:\"57.1%\",sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9), min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9) * 0.9)`,src:\"https://framerusercontent.com/images/l3GMeoyciSXklVGx5ZGDjpkl4sM.webp\",srcSet:\"https://framerusercontent.com/images/l3GMeoyciSXklVGx5ZGDjpkl4sM.webp?scale-down-to=512 512w,https://framerusercontent.com/images/l3GMeoyciSXklVGx5ZGDjpkl4sM.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/l3GMeoyciSXklVGx5ZGDjpkl4sM.webp 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:960,pixelWidth:1920,positionX:\"31.9%\",positionY:\"59.3%\",src:\"https://framerusercontent.com/images/l3GMeoyciSXklVGx5ZGDjpkl4sM.webp\",srcSet:\"https://framerusercontent.com/images/l3GMeoyciSXklVGx5ZGDjpkl4sM.webp?scale-down-to=512 512w,https://framerusercontent.com/images/l3GMeoyciSXklVGx5ZGDjpkl4sM.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/l3GMeoyciSXklVGx5ZGDjpkl4sM.webp 1920w\"},className:\"framer-llwr5i hidden-966m8h\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14vqcsr\",\"data-framer-name\":\"floater\",id:elementId6,ref:ref8,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hml25g\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(66, 217, 217)\"},children:\"We\u2019ll answer all of your questions and gift you cool swag to say thanks.\"})})},jd14TGWEu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(66, 217, 217)\"},children:\"We\u2019ll answer all of your questions and gift you cool swag to say thanks.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(66, 217, 217)\"},children:\"We\u2019ll answer all of your questions and gift you cool swag to say thanks.\"})}),className:\"framer-2la7k\",fonts:[\"CUSTOM;Klik Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11yaabn-container\",nodeId:\"gQQDuh9jF\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{ERlZCnwkZ:14},jd14TGWEu:{ERlZCnwkZ:14}},children:/*#__PURE__*/_jsx(ButtonOutlineToFilled,{drCG1GqQ4:\"Let's Get Started\",ERlZCnwkZ:17,GkbLIUQJD:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:2},height:\"100%\",id:\"gQQDuh9jF\",ih37BVMlk:false,joE5oLTfH:true,kOhOZyKso:\"rgb(255, 255, 255)\",layoutId:\"gQQDuh9jF\",ld2nabDsA:\"rgb(255, 255, 255)\",mR7AVNSuL:\"rgba(255, 255, 255, 0)\",Pqa31FETS:\"rgb(13, 56, 87)\",variant:\"DQ9pt7S_n\",width:\"100%\",xrQrlfznj:{borderColor:\"rgb(13, 56, 87)\",borderStyle:\"solid\",borderWidth:2},xzzRc3YQc:\"https://calendly.com/tselvaraj/searchai-demo\"})})})})]})]})]}),isDisplayed5()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-13p7fzq hidden-966m8h hidden-z4jj0e\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-36cyol\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ytzd2d\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vrnx4l\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 31, 56)\"},children:\"Put data to work for your organization.\"})}),className:\"framer-nhqldw\",fonts:[\"CUSTOM;Klik Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(38, 18, 82)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Enjoy a \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"pressure-free\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\" private demo with the SearchBlox team.\"})]})}),className:\"framer-1j1xoea\",fonts:[\"CUSTOM;Klik Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-65tpkw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{width:`min(max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1170px), 1px), min(${componentViewport?.width||\"100vw\"} * 0.9, 1170px) * 0.9)`},jd14TGWEu:{width:`max(min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9), min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9) * 0.9), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1326,width:\"1170px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dnrcg9-container\",nodeId:\"QvHOVOQvs\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{EQwqBS7GM:\"rgb(133, 84, 229)\",variant:\"H4aG1YtFW\"},jd14TGWEu:{EQwqBS7GM:\"rgb(133, 84, 229)\",style:{width:\"100%\"},variant:\"TDc6j_mcn\"}},children:/*#__PURE__*/_jsx(SupportComponent,{AiTkpwaXI:true,BHtgsz8iM:\"rgb(0, 0, 0)\",EFkkfVodU:\"rgb(38, 18, 82)\",EQwqBS7GM:\"rgb(0, 0, 0)\",height:\"100%\",id:\"QvHOVOQvs\",K_gStuv1j:\"You\u2019re in very good company.\",K46wupjbC:true,kvKiikXqX:\"rgb(38, 18, 82)\",layoutId:\"QvHOVOQvs\",M3OQSs9Be:\"We work with industry leaders.\",QgfgSiDsc:\"We work with industry leaders.\",qMfAyJ_4C:true,QQRQ7mtye:\"You\u2019re in very good company.\",SO9zQbv3v:true,style:{maxWidth:\"100%\",width:\"100%\"},TEBQJDqMt:\"You\u2019re in very good company.\",variant:\"ygTKwK02I\",width:\"100%\",Yiw3nRqyX:\"We work with industry leaders.\"})})})})})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-122wonx\",\"data-framer-name\":\"Related Articles\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dqyy5i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1170px)`},jd14TGWEu:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1170px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1170px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lmkh13-container\",nodeId:\"QwDKPomPG\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(SocialMediaGroup,{aLfmPqOFo:\"https://www.facebook.com/sharer/sharer.php?u=https://www.searchblox.com/generative-ai-chatbot-to-improve-cx-and-agent-productivity/\",c5lBDk6rh:\"https://www.linkedin.com/uas/login?session_redirect=https%3A%2F%2Fwww.linkedin.com%2FshareArticle%3Fmini%3Dtrue%26url%3Dhttps%3A%2F%2Fwww.searchblox.com%2Fgenerative-ai-chatbot-to-improve-cx-and-agent-productivity%2F%26title%3DGenerative%2520AI%2520Chatbot%2520to%2520Improve%2520CX%2520and%2520Agent%2520Productivity\",height:\"100%\",i1AwPRxy9:\"mailto:?subject=Generative%20AI%20Chatbot%20to%20Improve%20CX%20and%20Agent%20Productivity&body=Generative%20AI%20Chatbot%20to%20Improve%20CX%20and%20Agent%20Productivity:%20https://www.searchblox.com/generative-ai-chatbot-to-improve-cx-and-agent-productivity/\",id:\"QwDKPomPG\",layoutId:\"QwDKPomPG\",n7qGaSzsp:\"https://x.com/intent/post?text=Generative+AI+Chatbot+to+Improve+CX+and+Agent+Productivity+https%3A%2F%2Fwww.searchblox.com%2Fgenerative-ai-chatbot-to-improve-cx-and-agent-productivity%2F\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xwhgqz\",\"data-framer-name\":\"Filter Buttons\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nme4pa-container\",nodeId:\"fo3jE7m2l\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"fo3jE7m2l\",kH2DQQNl2:\"AI\",layoutId:\"fo3jE7m2l\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wl2aih-container\",nodeId:\"lUpJGEZmf\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"lUpJGEZmf\",kH2DQQNl2:\"Artificial Intelligence\",layoutId:\"lUpJGEZmf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tkn48w-container\",nodeId:\"a5GU9Vu5f\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"a5GU9Vu5f\",kH2DQQNl2:\"compliance\",layoutId:\"a5GU9Vu5f\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z0jgot-container\",nodeId:\"LtzdE1jRl\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"LtzdE1jRl\",kH2DQQNl2:\"data\",layoutId:\"LtzdE1jRl\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c0j290-container\",nodeId:\"MNAPW8o0O\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"MNAPW8o0O\",kH2DQQNl2:\"data structure\",layoutId:\"MNAPW8o0O\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p0wwch-container\",nodeId:\"RrdB_iLRt\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"RrdB_iLRt\",kH2DQQNl2:\"infrastructure\",layoutId:\"RrdB_iLRt\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ts5y61-container\",nodeId:\"SiSVxVfaV\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"SiSVxVfaV\",kH2DQQNl2:\"large language model\",layoutId:\"SiSVxVfaV\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c9xqbh-container\",nodeId:\"oV4iPXju9\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"oV4iPXju9\",kH2DQQNl2:\"legal\",layoutId:\"oV4iPXju9\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c7m989-container\",nodeId:\"lW4M5avPS\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"lW4M5avPS\",kH2DQQNl2:\"LLMs\",layoutId:\"lW4M5avPS\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12yv5tz-container\",nodeId:\"BoLuOB9HM\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"BoLuOB9HM\",kH2DQQNl2:\"rag\",layoutId:\"BoLuOB9HM\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-132ot5y-container\",nodeId:\"BdXfDfzX3\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"BdXfDfzX3\",kH2DQQNl2:\"retrieval-augmented generation\",layoutId:\"BdXfDfzX3\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sclwz2-container\",nodeId:\"KiRhImBE6\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"KiRhImBE6\",kH2DQQNl2:\"software\",layoutId:\"KiRhImBE6\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1170px)`},jd14TGWEu:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1170px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:645,width:`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1170px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11s8hgi-container\",nodeId:\"LSXhSLapb\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{variant:\"vhslMGzrA\"},jd14TGWEu:{variant:\"QeXVI2Vg7\"}},children:/*#__PURE__*/_jsx(RelatedArticlesBlog,{c5WjgwGws:\"Generative AI Chatbot to Improve CX and Agent Productivity\",cjO_ia6o_:\"Related articles include:\",height:\"100%\",id:\"LSXhSLapb\",layoutId:\"LSXhSLapb\",LTWnXJFYf:\"Modernize Customer Service with AI Assistants\",style:{width:\"100%\"},variant:\"qZs8k9zX3\",width:\"100%\",ZJYwObTb8:\"SearchBlox 10.7: AI Agents that Make Business Processes Hyper-Efficient\"})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{width:\"818px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:852,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-10pumxb-container\",nodeId:\"NAYkmS0fy\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{variant:\"EIUUA6WZO\"},jd14TGWEu:{variant:\"nol7aWIKS\"}},children:/*#__PURE__*/_jsx(FooterComponent,{hApCQQ9AF:\"hzMBLb5f3\",height:\"100%\",i3qHcDSIP:true,id:\"NAYkmS0fy\",layoutId:\"NAYkmS0fy\",msj0Il8_s:\"rgb(0, 31, 56)\",P2m3uRGkn:\"rgb(0, 31, 56)\",style:{width:\"100%\"},variant:\"L34bEe1Uk\",width:\"100%\",yebo169li:\"rgb(33, 140, 163)\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Oq9Y6hFje\",webPageId:\"eL0DV7xxy\"},implicitPathVariables:undefined},{href:{hash:\":PWKppH7X_\",webPageId:\"Q75u7_Fe8\"},implicitPathVariables:undefined},{href:{hash:\":PWKppH7X_\",webPageId:\"Q75u7_Fe8\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jd14TGWEu:{y:940}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:920,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tr4tr2-container\",layoutScroll:true,nodeId:\"IPIXUMeo4\",scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eXuFwDofc:{dReXf2Q3K:resolvedLinks7[1]},jd14TGWEu:{dReXf2Q3K:resolvedLinks7[2]}},children:/*#__PURE__*/_jsx(BackToTop,{dReXf2Q3K:resolvedLinks7[0],height:\"100%\",id:\"IPIXUMeo4\",layoutId:\"IPIXUMeo4\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:true,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jd14TGWEu:{height:70,width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1pzakoz-container hidden-966m8h hidden-z4jj0e\",id:\"1pzakoz\",nodeId:\"piEGJG17S\",scopeId:\"eL0DV7xxy\",children:[/*#__PURE__*/_jsx(HeaderComponent,{F50xhjR7Z:F50xhjR7Z3bnx0g({overlay:overlay1}),G3GnO5d1H:\"rgb(0, 31, 56)\",height:\"100%\",id:\"piEGJG17S\",layoutId:\"piEGJG17S\",lWpZaXUHI:\"\",style:{width:\"100%\"},variant:\"bSgIjumpn\",width:\"100%\",XIs41Bi6R:\"\",ZfR_5cbAN:\"rgb(255, 255, 255)\"}),/*#__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:.5,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-dz5llu\"),\"data-framer-portal-id\":\"1pzakoz\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"jHFBKVkm9\"),/*#__PURE__*/_jsx(motion.div,{className:cx(scopingClassNames,\"framer-19dvnt9\"),\"data-framer-portal-id\":\"1pzakoz\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ek5abi-container\",inComponentSlot:true,nodeId:\"f2gA3WQX7\",rendersWithMotion:true,scopeId:\"eL0DV7xxy\",children:/*#__PURE__*/_jsx(OverlayComponent,{Efl45d2xB:\"\",EZBJKGcwG:EZBJKGcwG1wnntms({overlay:overlay1}),height:\"100%\",id:\"f2gA3WQX7\",JcbfQF67Y:\"\",layoutId:\"f2gA3WQX7\",style:{height:\"100%\",width:\"100%\"},variant:\"BcadK2J_y\",width:\"100%\"})})})})]}),getContainer())})})]})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NqG9z.framer-1no0d32, .framer-NqG9z .framer-1no0d32 { display: block; }\",\".framer-NqG9z.framer-966m8h { 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-NqG9z .framer-t0t4un-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-NqG9z .framer-bvzyh5-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 3; }\",\".framer-NqG9z.framer-1uzb847, .framer-NqG9z.framer-dz5llu { background-color: #ffffff; inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-NqG9z.framer-19fdfm7 { background-color: #99eeff; flex: none; height: 916px; left: 166px; overflow: hidden; position: fixed; top: calc(54.0740740740741% - 916px / 2); width: 600px; z-index: 10; }\",\".framer-NqG9z .framer-n4o75b-container { flex: none; height: auto; left: 0px; position: absolute; right: -600px; top: 0px; }\",\".framer-NqG9z.framer-1nghl72-container { bottom: 0px; flex: none; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-NqG9z .framer-tibavh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 110px; transform: translateX(-50%); width: 100%; z-index: 0; }\",\".framer-NqG9z .framer-1dm1zl2 { flex: 1 0 0px; height: 560px; overflow: visible; position: relative; width: 1px; z-index: 0; }\",\".framer-NqG9z .framer-5x1z34 { align-content: flex-start; align-items: flex-start; background-color: rgba(0, 0, 0, 0.35); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 554px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-15r00bb { 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: flex-start; max-width: 1170px; overflow: hidden; padding: 60px 0px 10px 0px; position: relative; width: 1px; }\",\".framer-NqG9z .framer-1w4b5ev { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-1hqoxny { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-1xpqh7r-container, .framer-NqG9z .framer-1kmp1i-container, .framer-NqG9z .framer-106jhi8-container, .framer-NqG9z .framer-3f6b3g-container, .framer-NqG9z .framer-rxgd6z-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-NqG9z .framer-lnmcab { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 264px; justify-content: center; overflow: hidden; padding: 30px 0px 18px 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-knszkz, .framer-NqG9z .framer-1yeoeud, .framer-NqG9z .framer-amxzu7, .framer-NqG9z .framer-18bhqth, .framer-NqG9z .framer-nhqldw { --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-NqG9z .framer-13rsim8, .framer-NqG9z .framer-18a32ee, .framer-NqG9z .framer-7ann2v, .framer-NqG9z .framer-uk3tf2, .framer-NqG9z .framer-vj3qwo, .framer-NqG9z .framer-14whlhk, .framer-NqG9z .framer-1dzg0xf, .framer-NqG9z .framer-igp4ew, .framer-NqG9z .framer-4p7ij7, .framer-NqG9z .framer-1ccbce6, .framer-NqG9z .framer-2la7k, .framer-NqG9z .framer-1j1xoea { --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-NqG9z .framer-kg0ew { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-x7cwm1 { 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: 60px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-7k4laf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1170px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-5420zk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-17gdte6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-ss4gxv { 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; max-width: 50%; overflow: visible; padding: 0px 30px 0px 0px; position: relative; width: 1px; }\",\".framer-NqG9z .framer-1agwf1j { --border-bottom-width: 0px; --border-color: #261252; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 5px; align-content: center; align-items: center; background-color: #f5f5f5; box-shadow: 0px 25px 60px -20px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 55px 66px 55px 55px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-hqmufb, .framer-NqG9z .framer-1d2lwvq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 30px 0px; position: relative; width: 453px; }\",\".framer-NqG9z .framer-qe6oef, .framer-NqG9z .framer-8xenr, .framer-NqG9z .framer-t2xwj6, .framer-NqG9z .framer-c0sicb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-1u47n8k, .framer-NqG9z .framer-1sh0gcn, .framer-NqG9z .framer-1jn5lkl, .framer-NqG9z .framer-1y2h8vm, .framer-NqG9z .framer-1eg56kk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-NqG9z .framer-1hcjefh, .framer-NqG9z .framer-1py37fk, .framer-NqG9z .framer-1b0w6c7, .framer-NqG9z .framer-jeames { flex: none; height: 30px; overflow: hidden; position: relative; width: 100%; }\",\".framer-NqG9z .framer-lwhp36, .framer-NqG9z .framer-1kv3y6d, .framer-NqG9z .framer-1l7ync4, .framer-NqG9z .framer-w4eb6r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-17by65g-container, .framer-NqG9z .framer-nsok7k-container, .framer-NqG9z .framer-1e04tip-container, .framer-NqG9z .framer-86xdyg-container, .framer-NqG9z .framer-1h8g8sd-container, .framer-NqG9z .framer-zn0vgn-container, .framer-NqG9z .framer-1edipjr-container, .framer-NqG9z .framer-f07hl0-container, .framer-NqG9z .framer-11yaabn-container, .framer-NqG9z .framer-nme4pa-container, .framer-NqG9z .framer-1wl2aih-container, .framer-NqG9z .framer-1tkn48w-container, .framer-NqG9z .framer-z0jgot-container, .framer-NqG9z .framer-c0j290-container, .framer-NqG9z .framer-1p0wwch-container, .framer-NqG9z .framer-1ts5y61-container, .framer-NqG9z .framer-c9xqbh-container, .framer-NqG9z .framer-c7m989-container, .framer-NqG9z .framer-12yv5tz-container, .framer-NqG9z .framer-132ot5y-container, .framer-NqG9z .framer-1sclwz2-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-NqG9z .framer-1p5mmde { 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; max-width: 50%; overflow: visible; padding: 0px 0px 0px 30px; position: relative; width: 1px; }\",\".framer-NqG9z .framer-szf3u0 { --border-bottom-width: 0px; --border-color: var(--token-644725cb-a44d-489b-93a1-209b3a540b85, #8554e5); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 5px; align-content: center; align-items: center; background-color: #261252; box-shadow: 0px 25px 60px -20px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 55px 66px 55px 55px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-uqkepu, .framer-NqG9z .framer-983xlx { 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-NqG9z .framer-ymwjfb, .framer-NqG9z .framer-9w8h1h, .framer-NqG9z .framer-1tf4sdr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\".framer-NqG9z .framer-hg45o3, .framer-NqG9z .framer-1uyveni, .framer-NqG9z .framer-3dlwd2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-NqG9z .framer-1bl5ku2, .framer-NqG9z .framer-hy819b, .framer-NqG9z .framer-ui9jaq { --border-bottom-width: 1px; --border-color: #001f38; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #001f38; flex: none; height: 100%; overflow: hidden; position: relative; width: 1px; }\",\".framer-NqG9z .framer-1qljyn9 { align-content: flex-start; align-items: flex-start; background-color: #001f38; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-start; max-width: 51%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-1x0ekvf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-NqG9z .framer-1d7dp1w { --border-bottom-width: 1px; --border-color: rgba(33, 33, 33, 0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ff0066; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 54px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 54px; will-change: var(--framer-will-change-override, transform); }\",\".framer-NqG9z .framer-w8ihkd-container { flex: none; height: 41px; position: relative; width: 40px; }\",\".framer-NqG9z .framer-1rcnd4p { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1170px; overflow: hidden; padding: 5px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-9wllrn { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-NqG9z .framer-xge82i { 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: 9px 0px 0px 25px; position: relative; width: 1px; }\",\".framer-NqG9z .framer-18wi3uq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 98%; }\",\".framer-NqG9z .framer-16kalxd { align-content: center; align-items: center; background-color: rgba(133, 84, 229, 0.05); bottom: -13px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: -141px; width: 100%; z-index: 0; }\",\".framer-NqG9z .framer-10dpmro { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 439px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 52%; }\",\".framer-NqG9z .framer-3s0mfn { -webkit-filter: drop-shadow(0px 25px 26px rgba(0, 0, 0, 0.25)); filter: drop-shadow(0px 25px 26px rgba(0, 0, 0, 0.25)); flex: none; height: 353px; overflow: visible; position: relative; width: 592px; z-index: 1; }\",\".framer-NqG9z .framer-m7o0po { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 30px; position: relative; width: 46%; }\",\".framer-NqG9z .framer-1nfehg3-container { flex: none; height: auto; position: relative; width: 488px; }\",\".framer-NqG9z .framer-1167lg1 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 112px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-12p0mew { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1170px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-x0fvew { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 46px 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-1bqsnrt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 30px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-NqG9z .framer-nmgn0p { --border-bottom-width: 0px; --border-color: #bcbcbc; --border-left-width: 0px; --border-right-width: 1px; --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: 0px 40px 0px 0px; position: relative; width: min-content; }\",\".framer-NqG9z .framer-1vmpjll { flex: none; height: 54px; position: relative; width: 262px; }\",\".framer-NqG9z .framer-1exzjer { 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 0px 0px 40px; position: relative; width: min-content; }\",\".framer-NqG9z .framer-54clky { flex: none; height: 87px; position: relative; width: 264px; }\",\".framer-NqG9z .framer-cx9i17 { --border-bottom-width: 1px; --border-color: #e9e9e9; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 49px; height: 204px; justify-content: center; overflow: hidden; padding: 13.5px; position: relative; width: 96%; will-change: var(--framer-will-change-override, transform); }\",\".framer-NqG9z .framer-8rp26m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-1qoncq6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 6px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-d9c291 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 27px 0px 0px; position: relative; width: 45%; }\",\".framer-NqG9z .framer-1vyddvq { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 56%; }\",\".framer-NqG9z .framer-1kq0il6 { flex: none; height: 503px; position: relative; width: 671px; }\",\".framer-NqG9z .framer-1whz1kl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-1lfcsql { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-NqG9z .framer-132azzk { -webkit-filter: drop-shadow(0px 20px 26px rgba(0, 0, 0, 0.25)); aspect-ratio: 1.4927536231884058 / 1; filter: drop-shadow(0px 20px 26px rgba(0, 0, 0, 0.25)); flex: none; height: 345px; overflow: hidden; position: relative; width: var(--framer-aspect-ratio-supported, 515px); z-index: 1; }\",\".framer-NqG9z .framer-1xranrr { align-content: center; align-items: center; background-color: rgba(33, 140, 163, 0.15); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 294px; justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 64px; top: -156px; width: 480px; z-index: 0; }\",\".framer-NqG9z .framer-q5mret { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 30px; position: relative; width: 47%; }\",\".framer-NqG9z .framer-10laq7l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-12kgxtx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-1cdvz2r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 27px 0px 0px; position: relative; width: 50%; }\",\".framer-NqG9z .framer-9vrv5j { align-content: flex-end; align-items: flex-end; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-NqG9z .framer-8cjde0 { aspect-ratio: 1.035294117647059 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 499px); position: relative; width: 516px; }\",\".framer-NqG9z .framer-19cwvdw, .framer-NqG9z .framer-13p7fzq { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-1say1yp { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1170px; overflow: hidden; padding: 60px 0px 100px 0px; position: relative; width: 1px; }\",\".framer-NqG9z .framer-yoxy60 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 66%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-1rxpy3t, .framer-NqG9z .framer-1vrnx4l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-13i5uqa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-1xgg4gp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; min-height: 344px; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; z-index: 1; }\",\".framer-NqG9z .framer-1p16lny { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; max-width: 1170px; min-height: 344px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-llwr5i { aspect-ratio: 2.0015220700152208 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 657px); overflow: hidden; position: relative; width: 1315px; }\",\".framer-NqG9z .framer-14vqcsr { align-content: flex-start; align-items: flex-start; background-color: #001f38; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 50px 45px 50px 45px; position: absolute; right: 0px; top: -75px; width: 35%; z-index: 2; }\",\".framer-NqG9z .framer-hml25g { 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-NqG9z .framer-36cyol { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 1px; }\",\".framer-NqG9z .framer-ytzd2d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-65tpkw { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.99); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; z-index: 2; }\",\".framer-NqG9z .framer-1dnrcg9-container { flex: 1 0 0px; height: auto; max-width: 1170px; position: relative; width: 1px; z-index: 2; }\",\".framer-NqG9z .framer-122wonx { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-NqG9z .framer-dqyy5i { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1170px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 0; }\",\".framer-NqG9z .framer-1lmkh13-container, .framer-NqG9z .framer-11s8hgi-container, .framer-NqG9z .framer-10pumxb-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-NqG9z .framer-1xwhgqz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-NqG9z .framer-tr4tr2-container { bottom: 40px; flex: none; height: 40px; position: fixed; right: 40px; width: 40px; z-index: 3; }\",\".framer-NqG9z .framer-1pzakoz-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 4; }\",\".framer-NqG9z.framer-19dvnt9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 100%; z-index: 10; }\",\".framer-NqG9z .framer-ek5abi-container { flex: none; height: 100vh; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NqG9z.framer-966m8h, .framer-NqG9z .framer-tibavh, .framer-NqG9z .framer-5x1z34, .framer-NqG9z .framer-15r00bb, .framer-NqG9z .framer-1w4b5ev, .framer-NqG9z .framer-1hqoxny, .framer-NqG9z .framer-lnmcab, .framer-NqG9z .framer-kg0ew, .framer-NqG9z .framer-x7cwm1, .framer-NqG9z .framer-7k4laf, .framer-NqG9z .framer-5420zk, .framer-NqG9z .framer-17gdte6, .framer-NqG9z .framer-ss4gxv, .framer-NqG9z .framer-1agwf1j, .framer-NqG9z .framer-hqmufb, .framer-NqG9z .framer-qe6oef, .framer-NqG9z .framer-lwhp36, .framer-NqG9z .framer-1p5mmde, .framer-NqG9z .framer-szf3u0, .framer-NqG9z .framer-1d2lwvq, .framer-NqG9z .framer-8xenr, .framer-NqG9z .framer-1kv3y6d, .framer-NqG9z .framer-uqkepu, .framer-NqG9z .framer-ymwjfb, .framer-NqG9z .framer-hg45o3, .framer-NqG9z .framer-9w8h1h, .framer-NqG9z .framer-1uyveni, .framer-NqG9z .framer-1qljyn9, .framer-NqG9z .framer-983xlx, .framer-NqG9z .framer-t2xwj6, .framer-NqG9z .framer-3dlwd2, .framer-NqG9z .framer-1l7ync4, .framer-NqG9z .framer-1tf4sdr, .framer-NqG9z .framer-1x0ekvf, .framer-NqG9z .framer-1d7dp1w, .framer-NqG9z .framer-1rcnd4p, .framer-NqG9z .framer-9wllrn, .framer-NqG9z .framer-xge82i, .framer-NqG9z .framer-16kalxd, .framer-NqG9z .framer-10dpmro, .framer-NqG9z .framer-m7o0po, .framer-NqG9z .framer-1167lg1, .framer-NqG9z .framer-12p0mew, .framer-NqG9z .framer-x0fvew, .framer-NqG9z .framer-1bqsnrt, .framer-NqG9z .framer-nmgn0p, .framer-NqG9z .framer-1exzjer, .framer-NqG9z .framer-w4eb6r, .framer-NqG9z .framer-cx9i17, .framer-NqG9z .framer-8rp26m, .framer-NqG9z .framer-d9c291, .framer-NqG9z .framer-1vyddvq, .framer-NqG9z .framer-1lfcsql, .framer-NqG9z .framer-1xranrr, .framer-NqG9z .framer-q5mret, .framer-NqG9z .framer-10laq7l, .framer-NqG9z .framer-12kgxtx, .framer-NqG9z .framer-1cdvz2r, .framer-NqG9z .framer-9vrv5j, .framer-NqG9z .framer-c0sicb, .framer-NqG9z .framer-19cwvdw, .framer-NqG9z .framer-1say1yp, .framer-NqG9z .framer-yoxy60, .framer-NqG9z .framer-1rxpy3t, .framer-NqG9z .framer-13i5uqa, .framer-NqG9z .framer-1xgg4gp, .framer-NqG9z .framer-1p16lny, .framer-NqG9z .framer-14vqcsr, .framer-NqG9z .framer-hml25g, .framer-NqG9z .framer-13p7fzq, .framer-NqG9z .framer-36cyol, .framer-NqG9z .framer-ytzd2d, .framer-NqG9z .framer-1vrnx4l, .framer-NqG9z .framer-65tpkw, .framer-NqG9z .framer-122wonx, .framer-NqG9z .framer-dqyy5i, .framer-NqG9z .framer-1xwhgqz, .framer-NqG9z.framer-19dvnt9 { gap: 0px; } .framer-NqG9z.framer-966m8h > *, .framer-NqG9z .framer-15r00bb > *, .framer-NqG9z .framer-1w4b5ev > *, .framer-NqG9z .framer-7k4laf > *, .framer-NqG9z .framer-ss4gxv > *, .framer-NqG9z .framer-1agwf1j > *, .framer-NqG9z .framer-hqmufb > *, .framer-NqG9z .framer-qe6oef > *, .framer-NqG9z .framer-1p5mmde > *, .framer-NqG9z .framer-szf3u0 > *, .framer-NqG9z .framer-1d2lwvq > *, .framer-NqG9z .framer-8xenr > *, .framer-NqG9z .framer-ymwjfb > *, .framer-NqG9z .framer-9w8h1h > *, .framer-NqG9z .framer-t2xwj6 > *, .framer-NqG9z .framer-1tf4sdr > *, .framer-NqG9z .framer-m7o0po > *, .framer-NqG9z .framer-q5mret > *, .framer-NqG9z .framer-c0sicb > *, .framer-NqG9z .framer-yoxy60 > *, .framer-NqG9z .framer-ytzd2d > *, .framer-NqG9z .framer-dqyy5i > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-NqG9z.framer-966m8h > :first-child, .framer-NqG9z .framer-15r00bb > :first-child, .framer-NqG9z .framer-1w4b5ev > :first-child, .framer-NqG9z .framer-x7cwm1 > :first-child, .framer-NqG9z .framer-7k4laf > :first-child, .framer-NqG9z .framer-ss4gxv > :first-child, .framer-NqG9z .framer-1agwf1j > :first-child, .framer-NqG9z .framer-hqmufb > :first-child, .framer-NqG9z .framer-qe6oef > :first-child, .framer-NqG9z .framer-1p5mmde > :first-child, .framer-NqG9z .framer-szf3u0 > :first-child, .framer-NqG9z .framer-1d2lwvq > :first-child, .framer-NqG9z .framer-8xenr > :first-child, .framer-NqG9z .framer-ymwjfb > :first-child, .framer-NqG9z .framer-9w8h1h > :first-child, .framer-NqG9z .framer-t2xwj6 > :first-child, .framer-NqG9z .framer-1tf4sdr > :first-child, .framer-NqG9z .framer-xge82i > :first-child, .framer-NqG9z .framer-m7o0po > :first-child, .framer-NqG9z .framer-1167lg1 > :first-child, .framer-NqG9z .framer-12p0mew > :first-child, .framer-NqG9z .framer-8rp26m > :first-child, .framer-NqG9z .framer-d9c291 > :first-child, .framer-NqG9z .framer-q5mret > :first-child, .framer-NqG9z .framer-1cdvz2r > :first-child, .framer-NqG9z .framer-9vrv5j > :first-child, .framer-NqG9z .framer-c0sicb > :first-child, .framer-NqG9z .framer-1say1yp > :first-child, .framer-NqG9z .framer-yoxy60 > :first-child, .framer-NqG9z .framer-13i5uqa > :first-child, .framer-NqG9z .framer-1xgg4gp > :first-child, .framer-NqG9z .framer-1p16lny > :first-child, .framer-NqG9z .framer-14vqcsr > :first-child, .framer-NqG9z .framer-hml25g > :first-child, .framer-NqG9z .framer-36cyol > :first-child, .framer-NqG9z .framer-ytzd2d > :first-child, .framer-NqG9z .framer-dqyy5i > :first-child { margin-top: 0px; } .framer-NqG9z.framer-966m8h > :last-child, .framer-NqG9z .framer-15r00bb > :last-child, .framer-NqG9z .framer-1w4b5ev > :last-child, .framer-NqG9z .framer-x7cwm1 > :last-child, .framer-NqG9z .framer-7k4laf > :last-child, .framer-NqG9z .framer-ss4gxv > :last-child, .framer-NqG9z .framer-1agwf1j > :last-child, .framer-NqG9z .framer-hqmufb > :last-child, .framer-NqG9z .framer-qe6oef > :last-child, .framer-NqG9z .framer-1p5mmde > :last-child, .framer-NqG9z .framer-szf3u0 > :last-child, .framer-NqG9z .framer-1d2lwvq > :last-child, .framer-NqG9z .framer-8xenr > :last-child, .framer-NqG9z .framer-ymwjfb > :last-child, .framer-NqG9z .framer-9w8h1h > :last-child, .framer-NqG9z .framer-t2xwj6 > :last-child, .framer-NqG9z .framer-1tf4sdr > :last-child, .framer-NqG9z .framer-xge82i > :last-child, .framer-NqG9z .framer-m7o0po > :last-child, .framer-NqG9z .framer-1167lg1 > :last-child, .framer-NqG9z .framer-12p0mew > :last-child, .framer-NqG9z .framer-8rp26m > :last-child, .framer-NqG9z .framer-d9c291 > :last-child, .framer-NqG9z .framer-q5mret > :last-child, .framer-NqG9z .framer-1cdvz2r > :last-child, .framer-NqG9z .framer-9vrv5j > :last-child, .framer-NqG9z .framer-c0sicb > :last-child, .framer-NqG9z .framer-1say1yp > :last-child, .framer-NqG9z .framer-yoxy60 > :last-child, .framer-NqG9z .framer-13i5uqa > :last-child, .framer-NqG9z .framer-1xgg4gp > :last-child, .framer-NqG9z .framer-1p16lny > :last-child, .framer-NqG9z .framer-14vqcsr > :last-child, .framer-NqG9z .framer-hml25g > :last-child, .framer-NqG9z .framer-36cyol > :last-child, .framer-NqG9z .framer-ytzd2d > :last-child, .framer-NqG9z .framer-dqyy5i > :last-child { margin-bottom: 0px; } .framer-NqG9z .framer-tibavh > *, .framer-NqG9z .framer-5x1z34 > *, .framer-NqG9z .framer-lnmcab > *, .framer-NqG9z .framer-kg0ew > *, .framer-NqG9z .framer-17gdte6 > *, .framer-NqG9z .framer-lwhp36 > *, .framer-NqG9z .framer-1kv3y6d > *, .framer-NqG9z .framer-hg45o3 > *, .framer-NqG9z .framer-1uyveni > *, .framer-NqG9z .framer-1qljyn9 > *, .framer-NqG9z .framer-3dlwd2 > *, .framer-NqG9z .framer-1l7ync4 > *, .framer-NqG9z .framer-1x0ekvf > *, .framer-NqG9z .framer-1d7dp1w > *, .framer-NqG9z .framer-1rcnd4p > *, .framer-NqG9z .framer-9wllrn > *, .framer-NqG9z .framer-16kalxd > *, .framer-NqG9z .framer-10dpmro > *, .framer-NqG9z .framer-x0fvew > *, .framer-NqG9z .framer-1bqsnrt > *, .framer-NqG9z .framer-w4eb6r > *, .framer-NqG9z .framer-1vyddvq > *, .framer-NqG9z .framer-1lfcsql > *, .framer-NqG9z .framer-1xranrr > *, .framer-NqG9z .framer-10laq7l > *, .framer-NqG9z .framer-19cwvdw > *, .framer-NqG9z .framer-1rxpy3t > *, .framer-NqG9z .framer-13p7fzq > *, .framer-NqG9z .framer-1vrnx4l > *, .framer-NqG9z .framer-65tpkw > *, .framer-NqG9z .framer-122wonx > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NqG9z .framer-tibavh > :first-child, .framer-NqG9z .framer-5x1z34 > :first-child, .framer-NqG9z .framer-1hqoxny > :first-child, .framer-NqG9z .framer-lnmcab > :first-child, .framer-NqG9z .framer-kg0ew > :first-child, .framer-NqG9z .framer-5420zk > :first-child, .framer-NqG9z .framer-17gdte6 > :first-child, .framer-NqG9z .framer-lwhp36 > :first-child, .framer-NqG9z .framer-1kv3y6d > :first-child, .framer-NqG9z .framer-uqkepu > :first-child, .framer-NqG9z .framer-hg45o3 > :first-child, .framer-NqG9z .framer-1uyveni > :first-child, .framer-NqG9z .framer-1qljyn9 > :first-child, .framer-NqG9z .framer-983xlx > :first-child, .framer-NqG9z .framer-3dlwd2 > :first-child, .framer-NqG9z .framer-1l7ync4 > :first-child, .framer-NqG9z .framer-1x0ekvf > :first-child, .framer-NqG9z .framer-1d7dp1w > :first-child, .framer-NqG9z .framer-1rcnd4p > :first-child, .framer-NqG9z .framer-9wllrn > :first-child, .framer-NqG9z .framer-16kalxd > :first-child, .framer-NqG9z .framer-10dpmro > :first-child, .framer-NqG9z .framer-x0fvew > :first-child, .framer-NqG9z .framer-1bqsnrt > :first-child, .framer-NqG9z .framer-nmgn0p > :first-child, .framer-NqG9z .framer-1exzjer > :first-child, .framer-NqG9z .framer-w4eb6r > :first-child, .framer-NqG9z .framer-cx9i17 > :first-child, .framer-NqG9z .framer-1vyddvq > :first-child, .framer-NqG9z .framer-1lfcsql > :first-child, .framer-NqG9z .framer-1xranrr > :first-child, .framer-NqG9z .framer-10laq7l > :first-child, .framer-NqG9z .framer-12kgxtx > :first-child, .framer-NqG9z .framer-19cwvdw > :first-child, .framer-NqG9z .framer-1rxpy3t > :first-child, .framer-NqG9z .framer-13p7fzq > :first-child, .framer-NqG9z .framer-1vrnx4l > :first-child, .framer-NqG9z .framer-65tpkw > :first-child, .framer-NqG9z .framer-122wonx > :first-child, .framer-NqG9z .framer-1xwhgqz > :first-child, .framer-NqG9z.framer-19dvnt9 > :first-child { margin-left: 0px; } .framer-NqG9z .framer-tibavh > :last-child, .framer-NqG9z .framer-5x1z34 > :last-child, .framer-NqG9z .framer-1hqoxny > :last-child, .framer-NqG9z .framer-lnmcab > :last-child, .framer-NqG9z .framer-kg0ew > :last-child, .framer-NqG9z .framer-5420zk > :last-child, .framer-NqG9z .framer-17gdte6 > :last-child, .framer-NqG9z .framer-lwhp36 > :last-child, .framer-NqG9z .framer-1kv3y6d > :last-child, .framer-NqG9z .framer-uqkepu > :last-child, .framer-NqG9z .framer-hg45o3 > :last-child, .framer-NqG9z .framer-1uyveni > :last-child, .framer-NqG9z .framer-1qljyn9 > :last-child, .framer-NqG9z .framer-983xlx > :last-child, .framer-NqG9z .framer-3dlwd2 > :last-child, .framer-NqG9z .framer-1l7ync4 > :last-child, .framer-NqG9z .framer-1x0ekvf > :last-child, .framer-NqG9z .framer-1d7dp1w > :last-child, .framer-NqG9z .framer-1rcnd4p > :last-child, .framer-NqG9z .framer-9wllrn > :last-child, .framer-NqG9z .framer-16kalxd > :last-child, .framer-NqG9z .framer-10dpmro > :last-child, .framer-NqG9z .framer-x0fvew > :last-child, .framer-NqG9z .framer-1bqsnrt > :last-child, .framer-NqG9z .framer-nmgn0p > :last-child, .framer-NqG9z .framer-1exzjer > :last-child, .framer-NqG9z .framer-w4eb6r > :last-child, .framer-NqG9z .framer-cx9i17 > :last-child, .framer-NqG9z .framer-1vyddvq > :last-child, .framer-NqG9z .framer-1lfcsql > :last-child, .framer-NqG9z .framer-1xranrr > :last-child, .framer-NqG9z .framer-10laq7l > :last-child, .framer-NqG9z .framer-12kgxtx > :last-child, .framer-NqG9z .framer-19cwvdw > :last-child, .framer-NqG9z .framer-1rxpy3t > :last-child, .framer-NqG9z .framer-13p7fzq > :last-child, .framer-NqG9z .framer-1vrnx4l > :last-child, .framer-NqG9z .framer-65tpkw > :last-child, .framer-NqG9z .framer-122wonx > :last-child, .framer-NqG9z .framer-1xwhgqz > :last-child, .framer-NqG9z.framer-19dvnt9 > :last-child { margin-right: 0px; } .framer-NqG9z .framer-1hqoxny > *, .framer-NqG9z .framer-5420zk > *, .framer-NqG9z .framer-uqkepu > *, .framer-NqG9z .framer-983xlx > *, .framer-NqG9z .framer-nmgn0p > *, .framer-NqG9z .framer-1exzjer > *, .framer-NqG9z.framer-19dvnt9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NqG9z .framer-x7cwm1 > *, .framer-NqG9z .framer-xge82i > *, .framer-NqG9z .framer-1167lg1 > *, .framer-NqG9z .framer-12p0mew > *, .framer-NqG9z .framer-9vrv5j > *, .framer-NqG9z .framer-1xgg4gp > *, .framer-NqG9z .framer-1p16lny > *, .framer-NqG9z .framer-hml25g > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-NqG9z .framer-cx9i17 > * { margin: 0px; margin-left: calc(49px / 2); margin-right: calc(49px / 2); } .framer-NqG9z .framer-8rp26m > *, .framer-NqG9z .framer-14vqcsr > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-NqG9z .framer-d9c291 > *, .framer-NqG9z .framer-1cdvz2r > *, .framer-NqG9z .framer-1say1yp > *, .framer-NqG9z .framer-13i5uqa > *, .framer-NqG9z .framer-36cyol > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-NqG9z .framer-12kgxtx > * { margin: 0px; margin-left: calc(70px / 2); margin-right: calc(70px / 2); } .framer-NqG9z .framer-1xwhgqz > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-NqG9z[data-border=\"true\"]::after, .framer-NqG9z [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-NqG9z.framer-966m8h { width: 810px; } .framer-NqG9z .framer-t0t4un-container, .framer-NqG9z .framer-2la7k { order: 0; } .framer-NqG9z .framer-bvzyh5-container { order: 1; z-index: 2; } .framer-NqG9z.framer-1uzb847 { background-color: rgba(0, 0, 0, 0.8); z-index: 2; } .framer-NqG9z.framer-19fdfm7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: flex-start; left: unset; padding: 0px; right: 0px; top: calc(50.00000000000002% - 100vh / 2); width: 60%; z-index: 2; } .framer-NqG9z .framer-n4o75b-container { height: 100vh; left: unset; order: 0; position: relative; right: unset; top: unset; width: 100%; } .framer-NqG9z .framer-tibavh { height: 592px; left: calc(50.00000000000002% - 100% / 2); order: 2; transform: unset; } .framer-NqG9z .framer-1dm1zl2 { height: 619px; order: 0; } .framer-NqG9z .framer-5x1z34 { min-height: 580px; order: 3; padding: 50px 0px 0px 0px; } .framer-NqG9z .framer-15r00bb, .framer-NqG9z .framer-9wllrn, .framer-NqG9z .framer-dqyy5i { flex: none; width: 90%; } .framer-NqG9z .framer-13rsim8, .framer-NqG9z .framer-1dnrcg9-container { max-width: 90%; } .framer-NqG9z .framer-x7cwm1 { order: 4; } .framer-NqG9z .framer-7k4laf { width: 90%; } .framer-NqG9z .framer-17gdte6 { align-content: flex-start; align-items: flex-start; justify-content: flex-start; } .framer-NqG9z .framer-ss4gxv { padding: 0px 15px 0px 0px; } .framer-NqG9z .framer-1agwf1j { padding: 40px 30px 40px 30px; } .framer-NqG9z .framer-hqmufb, .framer-NqG9z .framer-1d2lwvq, .framer-NqG9z .framer-1nfehg3-container, .framer-NqG9z .framer-65tpkw { width: 100%; } .framer-NqG9z .framer-1p5mmde { align-self: stretch; height: auto; padding: 0px 0px 0px 15px; } .framer-NqG9z .framer-szf3u0 { flex: 1 0 0px; height: 1px; order: 0; padding: 40px 30px 40px 30px; } .framer-NqG9z .framer-18wi3uq, .framer-NqG9z .framer-1whz1kl { flex-direction: column; } .framer-NqG9z .framer-10dpmro { height: min-content; order: 1; width: 100%; } .framer-NqG9z .framer-3s0mfn { -webkit-filter: unset; aspect-ratio: 1.5 / 1; filter: unset; height: var(--framer-aspect-ratio-supported, 438px); order: 0; width: 657px; } .framer-NqG9z .framer-m7o0po { align-content: center; align-items: center; gap: 20px; order: 2; padding: 30px 15px 0px 15px; width: 100%; } .framer-NqG9z .framer-1167lg1 { padding: 0px; } .framer-NqG9z .framer-12p0mew { height: 5199px; width: 90%; } .framer-NqG9z .framer-1bqsnrt { justify-content: flex-start; width: 100%; } .framer-NqG9z .framer-w4eb6r { padding: 20px 0px 0px 0px; } .framer-NqG9z .framer-cx9i17 { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; background-color: unset; flex: 1 0 0px; gap: 11px; height: min-content; padding: 0px; width: 1px; } .framer-NqG9z .framer-1e04tip-container, .framer-NqG9z .framer-86xdyg-container, .framer-NqG9z .framer-1h8g8sd-container, .framer-NqG9z .framer-4p7ij7 { flex: 1 0 0px; width: 1px; } .framer-NqG9z .framer-8rp26m { flex: 1 0 0px; height: 1px; } .framer-NqG9z .framer-1qoncq6 { flex-direction: column; gap: 0px; justify-content: center; padding: 0px; } .framer-NqG9z .framer-d9c291 { align-content: center; align-items: center; gap: 30px; order: 1; padding: 0px 15px 0px 15px; width: 100%; } .framer-NqG9z .framer-1vyddvq { align-self: unset; height: min-content; order: 0; width: 100%; } .framer-NqG9z .framer-1kq0il6 { flex: 1 0 0px; height: 691px; order: 0; width: 1px; } .framer-NqG9z .framer-1lfcsql { height: min-content; order: 0; width: 100%; } .framer-NqG9z .framer-132azzk { -webkit-filter: unset; aspect-ratio: 1.458 / 1; filter: unset; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 500px); order: 1; width: 1px; } .framer-NqG9z .framer-q5mret { align-content: center; align-items: center; order: 1; padding: 30px 15px 0px 15px; width: 100%; } .framer-NqG9z .framer-12kgxtx { flex-direction: column; gap: 25px; padding: 13px 0px 0px 0px; } .framer-NqG9z .framer-1cdvz2r { align-content: center; align-items: center; padding: 0px 15px 0px 15px; width: 100%; } .framer-NqG9z .framer-9vrv5j { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-NqG9z .framer-8cjde0 { align-content: center; align-items: center; aspect-ratio: 1.0414285714285714 / 1; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 700px); justify-content: center; padding: 0px; width: 100%; } .framer-NqG9z .framer-c0sicb { max-width: 1170px; overflow: visible; width: 90%; } .framer-NqG9z .framer-1say1yp { max-width: 90%; padding: 30px 0px 50px 0px; } .framer-NqG9z .framer-yoxy60 { max-width: 100%; } .framer-NqG9z .framer-1p16lny { align-content: flex-start; align-items: flex-start; gap: 0px; justify-content: center; min-height: unset; } .framer-NqG9z .framer-llwr5i { aspect-ratio: unset; height: 550px; overflow: visible; width: 657px; } .framer-NqG9z .framer-14vqcsr { align-content: center; align-items: center; position: relative; right: unset; top: unset; width: 100%; } .framer-NqG9z .framer-122wonx { order: 5; } .framer-NqG9z .framer-10pumxb-container { order: 6; width: 818px; } .framer-NqG9z .framer-tr4tr2-container { order: 7; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NqG9z.framer-19fdfm7, .framer-NqG9z .framer-18wi3uq, .framer-NqG9z .framer-m7o0po, .framer-NqG9z .framer-cx9i17, .framer-NqG9z .framer-1qoncq6, .framer-NqG9z .framer-d9c291, .framer-NqG9z .framer-1whz1kl, .framer-NqG9z .framer-12kgxtx, .framer-NqG9z .framer-8cjde0, .framer-NqG9z .framer-1p16lny { gap: 0px; } .framer-NqG9z.framer-19fdfm7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-NqG9z.framer-19fdfm7 > :first-child, .framer-NqG9z .framer-m7o0po > :first-child, .framer-NqG9z .framer-1qoncq6 > :first-child, .framer-NqG9z .framer-d9c291 > :first-child, .framer-NqG9z .framer-12kgxtx > :first-child, .framer-NqG9z .framer-1p16lny > :first-child { margin-top: 0px; } .framer-NqG9z.framer-19fdfm7 > :last-child, .framer-NqG9z .framer-m7o0po > :last-child, .framer-NqG9z .framer-1qoncq6 > :last-child, .framer-NqG9z .framer-d9c291 > :last-child, .framer-NqG9z .framer-12kgxtx > :last-child, .framer-NqG9z .framer-1p16lny > :last-child { margin-bottom: 0px; } .framer-NqG9z .framer-18wi3uq > *, .framer-NqG9z .framer-18wi3uq > :first-child, .framer-NqG9z .framer-18wi3uq > :last-child, .framer-NqG9z .framer-1whz1kl > *, .framer-NqG9z .framer-1whz1kl > :first-child, .framer-NqG9z .framer-1whz1kl > :last-child { margin: 0px; } .framer-NqG9z .framer-m7o0po > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-NqG9z .framer-cx9i17 > * { margin: 0px; margin-left: calc(11px / 2); margin-right: calc(11px / 2); } .framer-NqG9z .framer-cx9i17 > :first-child, .framer-NqG9z .framer-8cjde0 > :first-child { margin-left: 0px; } .framer-NqG9z .framer-cx9i17 > :last-child, .framer-NqG9z .framer-8cjde0 > :last-child { margin-right: 0px; } .framer-NqG9z .framer-1qoncq6 > *, .framer-NqG9z .framer-1p16lny > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-NqG9z .framer-d9c291 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-NqG9z .framer-12kgxtx > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-NqG9z .framer-8cjde0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }}\",\"@media (max-width: 809px) { .framer-NqG9z.framer-966m8h { width: 390px; } .framer-NqG9z .framer-t0t4un-container, .framer-NqG9z .framer-1jn5lkl, .framer-NqG9z .framer-nhqldw { order: 0; } .framer-NqG9z .framer-tibavh { height: 599px; left: calc(50.00000000000002% - 100% / 2); order: 2; transform: unset; } .framer-NqG9z .framer-1dm1zl2 { height: 618px; overflow: hidden; z-index: unset; } .framer-NqG9z .framer-5x1z34 { align-content: center; align-items: center; min-height: 560px; order: 3; } .framer-NqG9z .framer-15r00bb { padding: 60px 0px 60px 0px; } .framer-NqG9z .framer-1w4b5ev, .framer-NqG9z .framer-7k4laf { max-width: unset; width: 90%; } .framer-NqG9z .framer-lnmcab { height: min-content; } .framer-NqG9z .framer-13rsim8 { width: 90%; } .framer-NqG9z .framer-x7cwm1 { max-width: 90%; order: 5; } .framer-NqG9z .framer-17gdte6 { flex-direction: column; gap: 30px; } .framer-NqG9z .framer-ss4gxv, .framer-NqG9z .framer-1p5mmde { flex: none; max-width: 100%; padding: 0px; width: 100%; } .framer-NqG9z .framer-1agwf1j { background-color: #f3f3f3; padding: 30px; } .framer-NqG9z .framer-hqmufb, .framer-NqG9z .framer-1d2lwvq, .framer-NqG9z .framer-1e04tip-container, .framer-NqG9z .framer-86xdyg-container, .framer-NqG9z .framer-1h8g8sd-container { width: 100%; } .framer-NqG9z .framer-szf3u0 { padding: 30px; } .framer-NqG9z .framer-1rcnd4p, .framer-NqG9z .framer-12p0mew, .framer-NqG9z .framer-1dnrcg9-container { max-width: unset; } .framer-NqG9z .framer-18wi3uq { flex-direction: column; width: 100%; } .framer-NqG9z .framer-10dpmro { height: min-content; order: 1; width: 100%; } .framer-NqG9z .framer-3s0mfn { -webkit-filter: unset; aspect-ratio: 1.5 / 1; filter: unset; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 234px); order: 0; width: 1px; } .framer-NqG9z .framer-m7o0po { align-content: center; align-items: center; gap: 20px; order: 2; padding: 30px 0px 0px 0px; width: 100%; } .framer-NqG9z .framer-1nfehg3-container { order: 1; width: 100%; } .framer-NqG9z .framer-1b0w6c7 { order: 2; } .framer-NqG9z .framer-1167lg1 { padding: 0px; } .framer-NqG9z .framer-x0fvew { padding: 0px 0px 10px 0px; } .framer-NqG9z .framer-1bqsnrt { gap: 40px; justify-content: flex-start; padding: 0px; width: 100%; } .framer-NqG9z .framer-nmgn0p { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; align-content: flex-start; align-items: flex-start; flex: 1 0 0px; justify-content: flex-start; padding: 0px; width: 1px; } .framer-NqG9z .framer-1vmpjll { flex: 1 0 0px; height: 57px; width: 1px; } .framer-NqG9z .framer-1exzjer { flex: 1 0 0px; padding: 0px; width: 1px; } .framer-NqG9z .framer-54clky { flex: 1 0 0px; height: 90px; width: 1px; } .framer-NqG9z .framer-w4eb6r { padding: 20px 0px 0px 0px; } .framer-NqG9z .framer-cx9i17 { --border-bottom-width: 0px; --border-left-width: 0px; --border-right-width: 0px; --border-top-width: 0px; background-color: unset; flex: 1 0 0px; flex-direction: column; gap: 30px; height: min-content; justify-content: flex-start; padding: 0px; width: 1px; } .framer-NqG9z .framer-1qoncq6 { flex-direction: column; padding: 0px; } .framer-NqG9z .framer-d9c291 { align-content: center; align-items: center; gap: 30px; order: 1; padding: 20px 15px 0px 15px; width: 100%; } .framer-NqG9z .framer-1vyddvq { align-self: unset; height: min-content; order: 0; width: 100%; } .framer-NqG9z .framer-1kq0il6 { aspect-ratio: 1.0508982035928143 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 334px); order: 0; width: 1px; } .framer-NqG9z .framer-1whz1kl { flex-direction: column; } .framer-NqG9z .framer-1lfcsql { height: min-content; order: 0; width: 100%; } .framer-NqG9z .framer-132azzk { -webkit-filter: unset; aspect-ratio: 1.4936170212765958 / 1; filter: unset; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 235px); order: 1; width: 1px; } .framer-NqG9z .framer-q5mret { align-content: center; align-items: center; order: 1; padding: 20px 0px 0px 0px; width: 100%; } .framer-NqG9z .framer-12kgxtx { flex-direction: column; gap: 0px; } .framer-NqG9z .framer-1cdvz2r { align-content: center; align-items: center; gap: 30px; padding: 0px 15px 0px 15px; width: 100%; } .framer-NqG9z .framer-9vrv5j { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-NqG9z .framer-8cjde0 { aspect-ratio: 0.9512195121951219 / 1; height: var(--framer-aspect-ratio-supported, 369px); width: 100%; } .framer-NqG9z .framer-c0sicb { max-width: 90%; } .framer-NqG9z .framer-13i5uqa { gap: 10px; order: 2; overflow: hidden; } .framer-NqG9z .framer-1p16lny { align-content: center; align-items: center; gap: 0px; justify-content: center; max-width: unset; min-height: unset; } .framer-NqG9z .framer-llwr5i { aspect-ratio: unset; height: 400px; width: 100%; } .framer-NqG9z .framer-14vqcsr { align-content: center; align-items: center; padding: 50px 10px 50px 10px; position: relative; right: unset; top: unset; width: 100%; } .framer-NqG9z .framer-hml25g { gap: 0px; } .framer-NqG9z .framer-13p7fzq, .framer-NqG9z .framer-1pzakoz-container { order: 1; } .framer-NqG9z .framer-65tpkw { max-width: 90%; width: 100%; } .framer-NqG9z .framer-122wonx { order: 6; } .framer-NqG9z .framer-dqyy5i { flex: none; width: 90%; } .framer-NqG9z .framer-10pumxb-container { order: 7; } .framer-NqG9z .framer-tr4tr2-container { bottom: 20px; order: 8; right: 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NqG9z .framer-17gdte6, .framer-NqG9z .framer-18wi3uq, .framer-NqG9z .framer-m7o0po, .framer-NqG9z .framer-1bqsnrt, .framer-NqG9z .framer-cx9i17, .framer-NqG9z .framer-1qoncq6, .framer-NqG9z .framer-d9c291, .framer-NqG9z .framer-1whz1kl, .framer-NqG9z .framer-12kgxtx, .framer-NqG9z .framer-1cdvz2r, .framer-NqG9z .framer-13i5uqa, .framer-NqG9z .framer-1p16lny, .framer-NqG9z .framer-hml25g { gap: 0px; } .framer-NqG9z .framer-17gdte6 > *, .framer-NqG9z .framer-cx9i17 > *, .framer-NqG9z .framer-d9c291 > *, .framer-NqG9z .framer-1cdvz2r > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-NqG9z .framer-17gdte6 > :first-child, .framer-NqG9z .framer-m7o0po > :first-child, .framer-NqG9z .framer-cx9i17 > :first-child, .framer-NqG9z .framer-d9c291 > :first-child, .framer-NqG9z .framer-12kgxtx > :first-child, .framer-NqG9z .framer-1cdvz2r > :first-child, .framer-NqG9z .framer-13i5uqa > :first-child, .framer-NqG9z .framer-1p16lny > :first-child, .framer-NqG9z .framer-hml25g > :first-child { margin-top: 0px; } .framer-NqG9z .framer-17gdte6 > :last-child, .framer-NqG9z .framer-m7o0po > :last-child, .framer-NqG9z .framer-cx9i17 > :last-child, .framer-NqG9z .framer-d9c291 > :last-child, .framer-NqG9z .framer-12kgxtx > :last-child, .framer-NqG9z .framer-1cdvz2r > :last-child, .framer-NqG9z .framer-13i5uqa > :last-child, .framer-NqG9z .framer-1p16lny > :last-child, .framer-NqG9z .framer-hml25g > :last-child { margin-bottom: 0px; } .framer-NqG9z .framer-18wi3uq > *, .framer-NqG9z .framer-18wi3uq > :first-child, .framer-NqG9z .framer-18wi3uq > :last-child, .framer-NqG9z .framer-1qoncq6 > *, .framer-NqG9z .framer-1qoncq6 > :first-child, .framer-NqG9z .framer-1qoncq6 > :last-child, .framer-NqG9z .framer-1whz1kl > *, .framer-NqG9z .framer-1whz1kl > :first-child, .framer-NqG9z .framer-1whz1kl > :last-child { margin: 0px; } .framer-NqG9z .framer-m7o0po > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-NqG9z .framer-1bqsnrt > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-NqG9z .framer-1bqsnrt > :first-child { margin-left: 0px; } .framer-NqG9z .framer-1bqsnrt > :last-child { margin-right: 0px; } .framer-NqG9z .framer-12kgxtx > *, .framer-NqG9z .framer-1p16lny > *, .framer-NqG9z .framer-hml25g > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-NqG9z .framer-13i5uqa > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7167\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"eXuFwDofc\":{\"layout\":[\"fixed\",\"auto\"]},\"jd14TGWEu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Oq9Y6hFje\":{\"pattern\":\":Oq9Y6hFje\",\"name\":\"page-top\"},\"hldV12Egt\":{\"pattern\":\":hldV12Egt\",\"name\":\"section-1\"},\"grlTTemQE\":{\"pattern\":\":grlTTemQE\",\"name\":\"\"},\"FFlyFx3uY\":{\"pattern\":\":FFlyFx3uY\",\"name\":\"contactformsubmit\"},\"E_HT6yJmo\":{\"pattern\":\":E_HT6yJmo\",\"name\":\"features\"},\"RyZb0zwHm\":{\"pattern\":\":RyZb0zwHm\",\"name\":\"section5\"},\"tSNer6EjM\":{\"pattern\":\":tSNer6EjM\",\"name\":\"trial-floater\"}}\n * @framerResponsiveScreen\n */const FramereL0DV7xxy=withCSS(Component,css,\"framer-NqG9z\");export default FramereL0DV7xxy;FramereL0DV7xxy.displayName=\"Searchblox Named Major Player In Knowledge Discovery Software In 2024 Idc Marketscape Report\";FramereL0DV7xxy.defaultProps={height:7167,width:1200};addFonts(FramereL0DV7xxy,[{explicitInter:true,fonts:[{family:\"Klik Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/mYSvgtWSf5va0i4U0WigRfVtEOw.woff2\"},{family:\"Klik Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/EwzVGfnnREj3c74ByLsmbqjRlA8.woff2\"},{family:\"Klik Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/3vwXAu4KFfg0WMz2pyn3cDXAKg.woff2\"},{family:\"Klik Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/s68u1hiP2tA8bTvX6vc5TYgum6g.woff2\"}]},...HeaderBannerComponentFonts,...HeaderComponentFonts,...OverlayComponentFonts,...SearchOverlayFonts,...TagButtonFonts,...ButtonOutlineToFilledFonts,...PhosphorFonts,...ContactFormFonts,...ButtonFilledFonts,...Button1ComponentFonts,...SupportComponentFonts,...SocialMediaGroupFonts,...BlogFilterButtonFonts,...RelatedArticlesBlogFonts,...FooterComponentFonts,...BackToTopFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereL0DV7xxy\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerScrollSections\":\"{\\\"Oq9Y6hFje\\\":{\\\"pattern\\\":\\\":Oq9Y6hFje\\\",\\\"name\\\":\\\"page-top\\\"},\\\"hldV12Egt\\\":{\\\"pattern\\\":\\\":hldV12Egt\\\",\\\"name\\\":\\\"section-1\\\"},\\\"grlTTemQE\\\":{\\\"pattern\\\":\\\":grlTTemQE\\\",\\\"name\\\":\\\"\\\"},\\\"FFlyFx3uY\\\":{\\\"pattern\\\":\\\":FFlyFx3uY\\\",\\\"name\\\":\\\"contactformsubmit\\\"},\\\"E_HT6yJmo\\\":{\\\"pattern\\\":\\\":E_HT6yJmo\\\",\\\"name\\\":\\\"features\\\"},\\\"RyZb0zwHm\\\":{\\\"pattern\\\":\\\":RyZb0zwHm\\\",\\\"name\\\":\\\"section5\\\"},\\\"tSNer6EjM\\\":{\\\"pattern\\\":\\\":tSNer6EjM\\\",\\\"name\\\":\\\"trial-floater\\\"}}\",\"framerIntrinsicHeight\":\"7167\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eXuFwDofc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jd14TGWEu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HeaderBannerComponentFonts", "getFonts", "HW6sF1RgR_default", "HeaderComponentFonts", "yQZ01xP63_default", "HeaderComponentWithVariantAppearEffect", "withVariantAppearEffect", "OverlayComponentFonts", "oT0w4YuAD_default", "SearchOverlayFonts", "hZDfgZDF7_default", "TagButtonFonts", "TkktIXu5j_default", "ButtonOutlineToFilledFonts", "F8FwxVliN_default", "PhosphorFonts", "Icon", "ContactFormFonts", "xST4_sWZn_default", "ButtonFilledFonts", "Rm9DDujGm_default", "Button1ComponentFonts", "jf1bUqXBo_default", "ImageWithFX", "withFX", "Image2", "SupportComponentFonts", "ANxECP0Hg_default", "SocialMediaGroupFonts", "Ji4HMCQkw_default", "BlogFilterButtonFonts", "jOJHYYWaU_default", "RelatedArticlesBlogFonts", "RMmHuyNfO_default", "FooterComponentFonts", "sk0p3aefQ_default", "BackToTopFonts", "FGUPfkOw_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "animation4", "animation5", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition3", "animation6", "animation7", "transition4", "animation8", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "F50xhjR7Z3bnx0g", "overlay", "loadMore", "args", "EZBJKGcwG1wnntms", "noBxioDjr1wnntms", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "isDisplayed", "ref3", "isDisplayed1", "isDisplayed2", "elementId1", "router", "useRouter", "elementId2", "ref4", "elementId3", "ref5", "isDisplayed3", "elementId4", "ref6", "elementId5", "ref7", "isDisplayed4", "elementId6", "ref8", "isDisplayed5", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "l", "AnimatePresence", "Ga", "x", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "RichText2", "Link", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "overlay1", "css", "FramereL0DV7xxy", "withCSS", "eL0DV7xxy_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
