{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/OLZr4fwfQl7W7aa6mrvA/aQDnzaoPGuru7mRIBaHt/kobZkou47.js"],
  "sourcesContent": ["// Generated by Framer (4991a04)\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,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.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 RelatedArticlesBlog from\"#framer/local/canvasComponent/RMmHuyNfO/RMmHuyNfO.js\";import FooterComponent from\"#framer/local/canvasComponent/sk0p3aefQ/sk0p3aefQ.js\";import HeaderComponent from\"#framer/local/canvasComponent/yQZ01xP63/yQZ01xP63.js\";import*as sharedStyle from\"#framer/local/css/diR4TfUxK/diR4TfUxK.js\";import metadataProvider from\"#framer/local/webPageMetadata/kobZkou47/kobZkou47.js\";const HeaderBannerComponentFonts=getFonts(HeaderBannerComponent);const HeaderComponentFonts=getFonts(HeaderComponent);const HeaderComponentWithVariantAppearEffect=withVariantAppearEffect(HeaderComponent);const SearchOverlayFonts=getFonts(SearchOverlay);const OverlayComponentFonts=getFonts(OverlayComponent);const YouTubeFonts=getFonts(YouTube);const Button1ComponentFonts=getFonts(Button1Component);const SocialMediaGroupFonts=getFonts(SocialMediaGroup);const BlogFilterButtonFonts=getFonts(BlogFilterButton);const RelatedArticlesBlogFonts=getFonts(RelatedArticlesBlog);const FooterComponentFonts=getFonts(FooterComponent);const BackToTopFonts=getFonts(BackToTop);const breakpoints={CwLNEAQD9:\"(min-width: 810px) and (max-width: 1199px)\",uuX5ZtiII:\"(min-width: 1200px)\",vuQK2O949:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-BtkLE\";const variantClassNames={CwLNEAQD9:\"framer-v-mkgji4\",uuX5ZtiII:\"framer-v-6p65hw\",vuQK2O949:\"framer-v-1k27yvs\"};const transition1={bounce:0,delay:0,duration:.5,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:150};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:0,y:150};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 metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"uuX5ZtiII\",Phone:\"vuQK2O949\",Tablet:\"CwLNEAQD9\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"uuX5ZtiII\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-BtkLE`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-BtkLE`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const F50xhjR7Zwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const noBxioDjr1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const EZBJKGcwG1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const ref1=React.useRef(null);const elementId=useRouteElementId(\"GvSOgBp0p\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"h4VBXyW1o\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"CwLNEAQD9\",\"vuQK2O949\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"CwLNEAQD9\",\"vuQK2O949\"].includes(baseVariant))return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"uuX5ZtiII\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-6p65hw\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qtb6o-container\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{variant:\"yb6_YRj3i\"},vuQK2O949:{variant:\"tSon8I344\"}},children:/*#__PURE__*/_jsx(HeaderBannerComponent,{height:\"100%\",id:\"GvSOgBp0p\",layoutId:\"GvSOgBp0p\",style:{width:\"100%\"},variant:\"CqVLUrnYx\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:true,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:\"100vw\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-e1s8ob-container\",id:elementId1,ref:ref3,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{__framer__variantAppearEffectEnabled:undefined,variant:\"rZJKt_fN6\"},vuQK2O949:{__framer__variantAppearEffectEnabled:undefined,variant:\"bSgIjumpn\"}},children:/*#__PURE__*/_jsx(HeaderComponentWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref3,target:\"TL_xwuvLS\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,F50xhjR7Z:F50xhjR7Zwelu7j({overlay}),G3GnO5d1H:\"rgba(0, 0, 0, 0.7)\",height:\"100%\",id:\"h4VBXyW1o\",layoutId:\"h4VBXyW1o\",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:\"framer-eo2x1a\",\"data-framer-portal-id\":elementId1,exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"hRCDjaCXO\"),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{animate:animation1,className:\"framer-1k8mzhp-container hidden-mkgji4 hidden-1k27yvs\",\"data-framer-portal-id\":elementId1,exit:animation,initial:animation2,children:/*#__PURE__*/_jsx(SearchOverlay,{height:\"100%\",id:\"zu_QgjubJ\",layoutId:\"zu_QgjubJ\",noBxioDjr:noBxioDjr1wvko5h({overlay}),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-hpoem6 hidden-6p65hw\",\"data-framer-portal-id\":elementId1,children:isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{height:1e3,width:\"max(60vw, 1px)\",y:0},vuQK2O949:{height:1e3,width:\"max(100vw, 1px)\",y:40.284360189573704}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b8jwg9-container hidden-6p65hw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{style:{height:\"100%\",width:\"100%\"}},vuQK2O949:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(OverlayComponent,{Efl45d2xB:\"\",EZBJKGcwG:EZBJKGcwG1wvko5h({overlay}),height:\"100%\",id:\"cqeTJ1vs3\",JcbfQF67Y:\"\",layoutId:\"cqeTJ1vs3\",style:{width:\"100%\"},variant:\"BcadK2J_y\",width:\"100%\"})})})})})})]}),document.querySelector(\"#overlay\"))})})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6cxief\",\"data-framer-name\":\"Background Banner Image\",name:\"Background Banner Image\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(40),pixelHeight:1333,pixelWidth:2e3,positionX:\"center\",positionY:\"top\",sizes:\"max(100vw, 1px)\",src:\"https://framerusercontent.com/images/ftwdUEPOtT8sYTp94gPJwzRQ.webp\",srcSet:\"https://framerusercontent.com/images/ftwdUEPOtT8sYTp94gPJwzRQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/ftwdUEPOtT8sYTp94gPJwzRQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/ftwdUEPOtT8sYTp94gPJwzRQ.webp 2000w\"},className:\"framer-jecsw1\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-188dbhq\",\"data-framer-name\":\"Main\",name:\"Main\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-t3l5wc\",\"data-framer-name\":\"Banner\",name:\"Banner\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-6qekju\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jq7y90\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{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\":\"51px\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Optimize your business for voice assistant. \"})})},vuQK2O949:{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\":\"36px\",\"--framer-line-height\":\"44px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Optimize your business for voice assistant. \"})})}},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\":\"60px\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Optimize your business for voice assistant. \"})}),className:\"framer-1wlwr1w\",fonts:[\"CUSTOM;Klik Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mzzncw\",\"data-framer-name\":\"middlecontent\",name:\"middlecontent\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5w6bfw\",\"data-framer-name\":\"tailoredSearch\",name:\"tailoredSearch\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k9rhyq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{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\":\"31px\",\"--framer-line-height\":\"37px\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Add Enterprise Voice Search to Your Website\"})})},vuQK2O949:{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\":\"22px\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Add Enterprise Voice Search to Your Website\"})})}},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\":\"36px\",\"--framer-line-height\":\"42px\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Add Enterprise Voice Search to Your Website\"})}),className:\"framer-1gtjb42\",fonts:[\"CUSTOM;Klik Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6jnh5\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15b8ohq\",\"data-border\":true,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\":\"12px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"May 14, 2018\"})}),className:\"framer-1is23ib\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xl31v4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,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\":\"12px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:[\"In \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qEi8fGX3f\"},nodeId:\"U7D_4G6jy\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:\"Artificial Intelligence\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qEi8fGX3f\"},nodeId:\"U7D_4G6jy\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:\"Cloud\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qEi8fGX3f\"},nodeId:\"U7D_4G6jy\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:\"ECommerce\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qEi8fGX3f\"},nodeId:\"U7D_4G6jy\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:\"Elasticsearch\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qEi8fGX3f\"},nodeId:\"U7D_4G6jy\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:\"Enterprise Search\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qEi8fGX3f\"},nodeId:\"U7D_4G6jy\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:\"NLP\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qEi8fGX3f\"},nodeId:\"U7D_4G6jy\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:\"Text Analytics\"})})]})}),className:\"framer-556h2o\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zmq338\",\"data-framer-name\":\"customerSupport\",name:\"customerSupport\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t4993i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZCBDb25kZW5zZWQ=\",\"--framer-font-family\":'\"Klik Bold Condensed\", \"Klik Bold Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"29px\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Reduce customer support costs while improving the customer experience with SearchAI Answers.\"})})},vuQK2O949:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZCBDb25kZW5zZWQ=\",\"--framer-font-family\":'\"Klik Bold Condensed\", \"Klik Bold Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Reduce customer support costs while improving the customer experience with SearchAI Answers.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZCBDb25kZW5zZWQ=\",\"--framer-font-family\":'\"Klik Bold Condensed\", \"Klik Bold Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"36px\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Reduce customer support costs while improving the customer experience with SearchAI Answers.\"})}),className:\"framer-y39lqw\",fonts:[\"CUSTOM;Klik Bold Condensed\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:[\"According to \",/*#__PURE__*/_jsx(Link,{href:\"https://techcrunch.com/2020/02/17/smart-speaker-sales-reached-new-record-of-146-9m-in-2019-up-70-from-2018/\",nodeId:\"EVJfU5EOC\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\"Tech Crunch\"})})}),\", smart speakers had a record year in 2019. Sales reached almost $150M, up 70% from 2018. So if you don\u2019t already offer a voice chatbot for your website, it\u2019s time to reconsider. After all, voice offers a number of business advantages:\"]})})},vuQK2O949:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:[\"According to \",/*#__PURE__*/_jsx(Link,{href:\"https://techcrunch.com/2020/02/17/smart-speaker-sales-reached-new-record-of-146-9m-in-2019-up-70-from-2018/\",nodeId:\"EVJfU5EOC\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\"Tech Crunch\"})})}),\", smart speakers had a record year in 2019. Sales reached almost $150M, up 70% from 2018. So if you don\u2019t already offer a voice chatbot for your website, it\u2019s time to reconsider. After all, voice offers a number of business advantages:\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"36px\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:[\"According to \",/*#__PURE__*/_jsx(Link,{href:\"https://techcrunch.com/2020/02/17/smart-speaker-sales-reached-new-record-of-146-9m-in-2019-up-70-from-2018/\",nodeId:\"EVJfU5EOC\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\"Tech Crunch\"})})}),\", smart speakers had a record year in 2019. Sales reached almost $150M, up 70% from 2018. So if you don\u2019t already offer a voice chatbot for your website, it\u2019s time to reconsider. After all, voice offers a number of business advantages:\"]})}),className:\"framer-jdoz5r\",fonts:[\"CUSTOM;Klik Light\",\"CUSTOM;Klik Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1olbiqt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ol\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-line-height\":\"30px\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif'},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\"Greater reach\"}),\". Not only do more people own smart speakers, but the people who own them own more of them In fact, according to NPR\u2019s 2020 \",/*#__PURE__*/_jsx(Link,{href:\"https://www.nationalpublicmedia.com/insights/reports/smart-audio-report/\",nodeId:\"tkiepyqhv\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\"Smart Audio Report\"})})}),\", 29% of smart speaker owners now own three or more of the devices. So you can reach potential customers in the kitchen, the living room and their bedroom, providing on-demand service.\"]})})})}),className:\"framer-262h35\",fonts:[\"CUSTOM;Klik Medium\",\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ol\",{start:\"2\",style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-line-height\":\"30px\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif'},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\"Improved CX. \"}),\"Voice chatbots provide instant answers 24/7. Users love the convenience and efficiency of multitasking: paying a credit card bill while making dinner, getting the weather forecast while changing a diaper, listening to the news while opening the mail.\"]})})})}),className:\"framer-1mrji91\",fonts:[\"CUSTOM;Klik Medium\",\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ol\",{start:\"3\",style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-line-height\":\"30px\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif'},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\"Reduced customer support costs.\"}),\" Smart speaker owners talk to their devices as though they\u2019re talking to another human. In fact, in 2017 \",/*#__PURE__*/_jsx(Link,{href:\"https://www.thinkwithgoogle.com/future-of-marketing/emerging-technology/voice-assistance-consumer-experience/\",nodeId:\"FSjD4btXr\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\"Google\"})})}),\" found that 41% of people who own a voice-activated speaker say it feels like talking to a friend or another person. And the bot\u2019s limitless ability to answer questions means you can scale support operations at a reduced cost.\"]})})})}),className:\"framer-qpwpth\",fonts:[\"CUSTOM;Klik Medium\",\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ol\",{start:\"4\",style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-line-height\":\"30px\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif'},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\"Increase sales. \"}),\"Right now, we\u2019re only seeing the tip of the eCommerce iceberg for voice chatbots. But UK-based \",/*#__PURE__*/_jsx(Link,{href:\"https://voicebot.ai/2019/02/19/juniper-forecasts-80-billion-in-voice-commerce-in-2023-or-10-per-assistant/\",nodeId:\"Kk6gSMBRs\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\"Juniper Research\"})})}),\" predicts that voice commerce will exceed $80B per year by 2023.\"]})})})}),className:\"framer-1sn6185\",fonts:[\"CUSTOM;Klik Medium\",\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ol\",{start:\"5\",style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-line-height\":\"30px\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif'},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\"Optimize for search. \"}),\"Experts widely quote a stat from Comscore, a data and analytics company, that predicts that \",/*#__PURE__*/_jsx(Link,{href:\"https://www.campaignlive.co.uk/article/just-say-it-future-search-voice-personal-digital-assistants/1392459\",nodeId:\"zAslGM4xq\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\"50% of all searches will be voice search in 2020\"})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\".\"}),\" If you haven\u2019t optimized for voice SEO yet, what are you waiting for?\"]})})})}),className:\"framer-1pse3z0\",fonts:[\"CUSTOM;Klik Medium\",\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xrhbhr\",\"data-framer-name\":\"addVoiceChatbot\",name:\"addVoiceChatbot\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kgyby3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZCBDb25kZW5zZWQ=\",\"--framer-font-family\":'\"Klik Bold Condensed\", \"Klik Bold Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"29px\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"How to Add a Voice Chatbot to Your Website\"})})},vuQK2O949:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZCBDb25kZW5zZWQ=\",\"--framer-font-family\":'\"Klik Bold Condensed\", \"Klik Bold Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"How to Add a Voice Chatbot to Your Website\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZCBDb25kZW5zZWQ=\",\"--framer-font-family\":'\"Klik Bold Condensed\", \"Klik Bold Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"36px\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"How to Add a Voice Chatbot to Your Website\"})}),className:\"framer-c9r0mf\",fonts:[\"CUSTOM;Klik Bold Condensed\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Smart speakers are essentially chatbots with a voice recognition system that can handle complex interactions, including fetching and delivering a single, authoritative answer to users\u2019 questions. Getting started isn\u2019t as hard as it sounds. In fact, with our products, it\u2019s just a three-step process:\"})})},vuQK2O949:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Smart speakers are essentially chatbots with a voice recognition system that can handle complex interactions, including fetching and delivering a single, authoritative answer to users\u2019 questions. Getting started isn\u2019t as hard as it sounds. In fact, with our products, it\u2019s just a three-step process:\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"36px\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Smart speakers are essentially chatbots with a voice recognition system that can handle complex interactions, including fetching and delivering a single, authoritative answer to users\u2019 questions. Getting started isn\u2019t as hard as it sounds. In fact, with our products, it\u2019s just a three-step process:\"})}),className:\"framer-iohbe3\",fonts:[\"CUSTOM;Klik Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c0je2q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ol\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-line-height\":\"30px\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Add \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"s9rHZaRgh\"},nodeId:\"x8s2VHABw\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Search AI Answers\"})})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\" \"}),\"to your site. This SearchBlox product uses artificial intelligence to understand natural language queries then provides a natural language answer using a model we create with your content.\"]})})})}),className:\"framer-omv1mg\",fonts:[\"CUSTOM;Klik Regular\",\"CUSTOM;Klik Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ol\",{start:\"2\",style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-line-height\":\"30px\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Build a custom workflow or skill for the voice assistant you want to support:\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:\" \"}),/*#__PURE__*/_jsx(Link,{href:\"https://developers.google.com/assistant/content\",nodeId:\"LEjaaMWrQ\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-9o1wvf\",\"data-styles-preset\":\"diR4TfUxK\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Alexa or Google Home\"})})})}),\".\"]})})})}),className:\"framer-bxutac\",fonts:[\"CUSTOM;Klik Regular\",\"CUSTOM;Klik Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ol\",{start:\"3\",style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-line-height\":\"30px\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Integrate SearchAI Answers API Endpoint as the answer source for questions.\"})})})}),className:\"framer-y9tkyp\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-48lfns\",\"data-framer-name\":\"videosection\",name:\"videosection\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-g01z96\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{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\":\"19px\",\"--framer-line-height\":\"29px\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Watch this short video to see how quickly and easily Alexa helps a customer troubleshoot a website issue.\"})})},vuQK2O949:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Watch this short video to see how quickly and easily Alexa helps a customer troubleshoot a website issue.\"})})}},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-line-height\":\"36px\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Watch this short video to see how quickly and easily Alexa helps a customer troubleshoot a website issue.\"})}),className:\"framer-i52fsu\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18bfx4y\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-14o7ekb\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lq3uhh-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{isRed:false}},children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"zMGof1MRv\",isMixedBorderRadius:false,isRed:true,layoutId:\"zMGof1MRv\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Off\",topLeftRadius:0,topRightRadius:0,url:\"https://www.youtube.com/watch?v=4Nf0iDixoUc\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1624,pixelWidth:2560,sizes:\"100vw\",src:\"https://framerusercontent.com/images/IVW50L5adPcM0jntWuKgN1Upp8Y.webp\",srcSet:\"https://framerusercontent.com/images/IVW50L5adPcM0jntWuKgN1Upp8Y.webp?scale-down-to=512 512w,https://framerusercontent.com/images/IVW50L5adPcM0jntWuKgN1Upp8Y.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/IVW50L5adPcM0jntWuKgN1Upp8Y.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/IVW50L5adPcM0jntWuKgN1Upp8Y.webp 2560w\"},className:\"framer-japrz8\",\"data-framer-name\":\"getStarted\",name:\"getStarted\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1599qjq\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12ou9vx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZCBDb25kZW5zZWQ=\",\"--framer-font-family\":'\"Klik Bold Condensed\", \"Klik Bold Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ready to get started?\"})})},vuQK2O949:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZCBDb25kZW5zZWQ=\",\"--framer-font-family\":'\"Klik Bold Condensed\", \"Klik Bold Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ready to get started?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZCBDb25kZW5zZWQ=\",\"--framer-font-family\":'\"Klik Bold Condensed\", \"Klik Bold Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"43px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ready to get started?\"})}),className:\"framer-1fn0n3j\",fonts:[\"CUSTOM;Klik Bold Condensed\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pzgp4v\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"y8BMn2jxz\"},implicitPathVariables:undefined},{href:{webPageId:\"y8BMn2jxz\"},implicitPathVariables:undefined},{href:{webPageId:\"y8BMn2jxz\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{height:80,width:\"350px\"},vuQK2O949:{height:50,width:\"350px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:122,width:\"470px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-117xp49-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{p3dmZGr2P:resolvedLinks[1]},vuQK2O949:{p3dmZGr2P:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Button1Component,{a_CAChW7T:\"rgb(118, 57, 226)\",bL6C3r1R9:{borderColor:\"rgb(48, 178, 191)\",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(33, 140, 163)\",borderStyle:\"solid\",borderWidth:1},EsLpRqS24:\"Learn RAG\",flqFJ6OlH:17,h65jYO6mO:\"rgb(33, 140, 163)\",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:\"uPBZCv41a\",j_nGMACog:\"Try our fully-functional 30-day trial.\",k92piK8sW:\"Learn RAG\",lahd8vMTW:\"rgb(255, 255, 255)\",layoutId:\"uPBZCv41a\",MQ1PsVslN:17,n5_1CyGEQ:\"rgb(48, 178, 191)\",nWtTgTfm1:\"rgb(0, 0, 0)\",OSGcL4hY0:17,p3dmZGr2P:resolvedLinks[0],qvHaH_b8d:\"rgb(255, 255, 255)\",SJK5GVOPh:false,style:{height:\"100%\",width:\"100%\"},Telvw_Ea5:false,TLDK56Tx7:17,variant:\"i7WP2CiQ5\",Vvi6Ue6tp:\"rgb(255, 255, 255)\",width:\"100%\",YMH4XhRJg:\"rgb(0, 0, 0)\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"y8BMn2jxz\"},implicitPathVariables:undefined},{href:{webPageId:\"y8BMn2jxz\"},implicitPathVariables:undefined},{href:{webPageId:\"y8BMn2jxz\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{height:80,width:\"350px\"},vuQK2O949:{height:50,width:\"350px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:122,width:\"470px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ftadch-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{p3dmZGr2P:resolvedLinks1[1]},vuQK2O949:{p3dmZGr2P:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(Button1Component,{a_CAChW7T:\"rgb(118, 57, 226)\",bL6C3r1R9:{borderColor:\"rgb(48, 178, 191)\",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(33, 140, 163)\",borderStyle:\"solid\",borderWidth:1},EsLpRqS24:\"Learn RAG\",flqFJ6OlH:17,h65jYO6mO:\"rgb(33, 140, 163)\",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:\"mQtG8uDnp\",j_nGMACog:\"Seeing is believing. Request a demo.\",k92piK8sW:\"Learn RAG\",lahd8vMTW:\"rgb(255, 255, 255)\",layoutId:\"mQtG8uDnp\",MQ1PsVslN:17,n5_1CyGEQ:\"rgb(48, 178, 191)\",nWtTgTfm1:\"rgb(0, 0, 0)\",OSGcL4hY0:17,p3dmZGr2P:resolvedLinks1[0],qvHaH_b8d:\"rgb(255, 255, 255)\",SJK5GVOPh:false,style:{height:\"100%\",width:\"100%\"},Telvw_Ea5:false,TLDK56Tx7:17,variant:\"i7WP2CiQ5\",Vvi6Ue6tp:\"rgb(255, 255, 255)\",width:\"100%\",YMH4XhRJg:\"rgb(0, 0, 0)\"})})})})})})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2m47m2\",\"data-framer-name\":\"Related Articles\",name:\"Related Articles\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{width:\"min(90vw, 1170px)\"},vuQK2O949:{width:\"min(90vw, 1170px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"min(100vw, 1170px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s2m77w-container\",children:/*#__PURE__*/_jsx(SocialMediaGroup,{aLfmPqOFo:\"https://www.facebook.com/sharer/sharer.php?u=https://www.searchblox.com/add-enterprise-voice-search-to-your-website\",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%2Fadd-enterprise-voice-search-to-your-website%2F%26title%3DAdd%2520Enterprise%2520Voice%2520Search%2520to%2520Your%2520Website\",height:\"100%\",i1AwPRxy9:\"mailto:?subject=Add%20Enterprise%20Voice%20Search%20to%20Your%20Website&body=Add%20Enterprise%20Voice%20Search%20to%20Your%20Website:%20https://www.searchblox.com/add-enterprise-voice-search-to-your-website/\",id:\"vp_vrnShF\",layoutId:\"vp_vrnShF\",n7qGaSzsp:\"https://x.com/intent/post?text=Add+Enterprise+Voice+Search+to+Your+Website+https%3A%2F%2Fwww.searchblox.com%2Fadd-enterprise-voice-search-to-your-website%2F\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bqqw1c\",\"data-framer-name\":\"Filter Buttons\",name:\"Filter Buttons\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1chgqch-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"XllPbXoU4\",kH2DQQNl2:\"AI\",layoutId:\"XllPbXoU4\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m0oqz4-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"mAViMsfuW\",kH2DQQNl2:\"Artificial Intelligence\",layoutId:\"mAViMsfuW\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6zdn75-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"l_px8yosq\",kH2DQQNl2:\"Customer Experience\",layoutId:\"l_px8yosq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-w499op-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"JvbxP9plt\",kH2DQQNl2:\"Enterprise Search\",layoutId:\"JvbxP9plt\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16dh5x5-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"XavfSkSR5\",kH2DQQNl2:\"Natural Language Processing\",layoutId:\"XavfSkSR5\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xuk3pa-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"vlxnYjNpz\",kH2DQQNl2:\"NLP\",layoutId:\"vlxnYjNpz\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uj8k5l-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"P6IyHjvQO\",kH2DQQNl2:\"Search\",layoutId:\"P6IyHjvQO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fh9ykt-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"rpywSGpWC\",kH2DQQNl2:\"Tech\",layoutId:\"rpywSGpWC\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ufz7e-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"DoQ07oD_l\",kH2DQQNl2:\"UX\",layoutId:\"DoQ07oD_l\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10o1exy-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"qruS8G5re\",kH2DQQNl2:\"Voice\",layoutId:\"qruS8G5re\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i5flwa-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"sDnx6q5P0\",kH2DQQNl2:\"Voice Search\",layoutId:\"sDnx6q5P0\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{width:\"min(90vw, 1170px)\"},vuQK2O949:{width:\"min(90vw, 1170px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:645,width:\"min(100vw, 1170px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-174u1cq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{variant:\"vhslMGzrA\"},vuQK2O949:{variant:\"QeXVI2Vg7\"}},children:/*#__PURE__*/_jsx(RelatedArticlesBlog,{c5WjgwGws:\"Generative AI Chatbot to Improve CX and Agent Productivity\",cjO_ia6o_:\"Related articles include:\",height:\"100%\",id:\"gTByrgnjP\",layoutId:\"gTByrgnjP\",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(ComponentViewportProvider,{height:826,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p91n2a-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{variant:\"EIUUA6WZO\"},vuQK2O949:{variant:\"nol7aWIKS\"}},children:/*#__PURE__*/_jsx(FooterComponent,{hApCQQ9AF:\"hzMBLb5f3\",height:\"100%\",i3qHcDSIP:true,id:\"edRQZ9r6w\",layoutId:\"edRQZ9r6w\",msj0Il8_s:\"rgb(0, 31, 56)\",P2m3uRGkn:\"rgb(0, 31, 56)\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"L34bEe1Uk\",width:\"100%\",yebo169li:\"rgb(33, 140, 163)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":GvSOgBp0p\",webPageId:\"kobZkou47\"},implicitPathVariables:undefined},{href:{hash:\":GvSOgBp0p\",webPageId:\"kobZkou47\"},implicitPathVariables:undefined},{href:{hash:\":GvSOgBp0p\",webPageId:\"kobZkou47\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vuQK2O949:{y:940}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:920,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lb5vzc-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CwLNEAQD9:{dReXf2Q3K:resolvedLinks2[1]},vuQK2O949:{dReXf2Q3K:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(BackToTop,{dReXf2Q3K:resolvedLinks2[0],height:\"100%\",id:\"eqLsr7pDe\",layoutId:\"eqLsr7pDe\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-BtkLE { background: white; }`,\".framer-BtkLE.framer-10g3nmp, .framer-BtkLE .framer-10g3nmp { display: block; }\",\".framer-BtkLE.framer-6p65hw { 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-BtkLE .framer-qtb6o-container { flex: none; height: auto; position: relative; width: 100%; z-index: 3; }\",\".framer-BtkLE .framer-e1s8ob-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 4; }\",\".framer-BtkLE .framer-eo2x1a { background-color: #ffffff; inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-BtkLE .framer-1k8mzhp-container { bottom: 0px; flex: none; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-BtkLE .framer-hpoem6 { 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%; min-height: 913px; overflow: hidden; padding: 0px; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-BtkLE .framer-b8jwg9-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-BtkLE .framer-6cxief { 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: 40px; transform: translateX(-50%); width: 100%; z-index: 0; }\",\".framer-BtkLE .framer-jecsw1 { flex: 1 0 0px; height: 650px; overflow: visible; position: relative; width: 1px; z-index: 0; }\",\".framer-BtkLE .framer-188dbhq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 150px 0px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-t3l5wc { align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.7); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 580px; overflow: hidden; padding: 100px 0px 150px 0px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-6qekju { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1170px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-BtkLE .framer-1jq7y90 { 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: 65%; }\",\".framer-BtkLE .framer-1wlwr1w { --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-BtkLE .framer-1mzzncw { 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: 970px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-5w6bfw, .framer-BtkLE .framer-japrz8 { 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-BtkLE .framer-1k9rhyq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; max-width: 970px; overflow: hidden; padding: 115px 0px 30px 0px; position: relative; width: 1px; }\",\".framer-BtkLE .framer-1gtjb42, .framer-BtkLE .framer-y39lqw, .framer-BtkLE .framer-1mrji91, .framer-BtkLE .framer-c9r0mf, .framer-BtkLE .framer-iohbe3, .framer-BtkLE .framer-i52fsu, .framer-BtkLE .framer-1fn0n3j { --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-BtkLE .framer-6jnh5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-15b8ohq { --border-bottom-width: 0px; --border-color: #cccccc; --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 15px 0px 0px; position: relative; width: min-content; }\",\".framer-BtkLE .framer-1is23ib { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-BtkLE .framer-1xl31v4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-BtkLE .framer-556h2o { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-BtkLE .framer-zmq338 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-1t4993i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 970px; overflow: hidden; padding: 10px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-jdoz5r, .framer-BtkLE .framer-262h35, .framer-BtkLE .framer-qpwpth, .framer-BtkLE .framer-1sn6185, .framer-BtkLE .framer-1pse3z0, .framer-BtkLE .framer-omv1mg, .framer-BtkLE .framer-bxutac, .framer-BtkLE .framer-y9tkyp { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-BtkLE .framer-1olbiqt, .framer-BtkLE .framer-xrhbhr, .framer-BtkLE .framer-12ou9vx { 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-BtkLE .framer-1kgyby3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 970px; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-1c0je2q { 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; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-48lfns { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-g01z96 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; max-width: 970px; overflow: hidden; padding: 10px 0px 25px 0px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-18bfx4y { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-14o7ekb { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-BtkLE .framer-1lq3uhh-container { flex: none; height: 550px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-1599qjq { align-content: center; align-items: center; background: linear-gradient(180deg, rgba(33, 139, 163, 0.8) 0%, rgba(3, 46, 77, 0.8) 100%); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: 480px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-BtkLE .framer-1pzgp4v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-117xp49-container, .framer-BtkLE .framer-ftadch-container { flex: none; height: 122px; position: relative; width: 470px; }\",\".framer-BtkLE .framer-2m47m2 { 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-BtkLE .framer-1s2m77w-container, .framer-BtkLE .framer-174u1cq-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-BtkLE .framer-1bqqw1c { 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 60px 0px; position: relative; width: 100%; }\",\".framer-BtkLE .framer-1chgqch-container, .framer-BtkLE .framer-m0oqz4-container, .framer-BtkLE .framer-6zdn75-container, .framer-BtkLE .framer-w499op-container, .framer-BtkLE .framer-16dh5x5-container, .framer-BtkLE .framer-xuk3pa-container, .framer-BtkLE .framer-1uj8k5l-container, .framer-BtkLE .framer-fh9ykt-container, .framer-BtkLE .framer-ufz7e-container, .framer-BtkLE .framer-10o1exy-container, .framer-BtkLE .framer-1i5flwa-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-BtkLE .framer-1p91n2a-container { flex: none; height: auto; max-width: 100%; position: relative; width: 100%; z-index: 0; }\",\".framer-BtkLE .framer-lb5vzc-container { aspect-ratio: 1 / 1; bottom: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: fixed; right: 40px; width: 40px; z-index: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-BtkLE.framer-6p65hw, .framer-BtkLE .framer-hpoem6, .framer-BtkLE .framer-6cxief, .framer-BtkLE .framer-188dbhq, .framer-BtkLE .framer-t3l5wc, .framer-BtkLE .framer-6qekju, .framer-BtkLE .framer-1jq7y90, .framer-BtkLE .framer-1mzzncw, .framer-BtkLE .framer-5w6bfw, .framer-BtkLE .framer-1k9rhyq, .framer-BtkLE .framer-6jnh5, .framer-BtkLE .framer-15b8ohq, .framer-BtkLE .framer-1xl31v4, .framer-BtkLE .framer-zmq338, .framer-BtkLE .framer-1t4993i, .framer-BtkLE .framer-1olbiqt, .framer-BtkLE .framer-xrhbhr, .framer-BtkLE .framer-1kgyby3, .framer-BtkLE .framer-1c0je2q, .framer-BtkLE .framer-48lfns, .framer-BtkLE .framer-g01z96, .framer-BtkLE .framer-18bfx4y, .framer-BtkLE .framer-14o7ekb, .framer-BtkLE .framer-japrz8, .framer-BtkLE .framer-1599qjq, .framer-BtkLE .framer-12ou9vx, .framer-BtkLE .framer-1pzgp4v, .framer-BtkLE .framer-2m47m2, .framer-BtkLE .framer-1bqqw1c { gap: 0px; } .framer-BtkLE.framer-6p65hw > *, .framer-BtkLE .framer-2m47m2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-BtkLE.framer-6p65hw > :first-child, .framer-BtkLE .framer-188dbhq > :first-child, .framer-BtkLE .framer-6qekju > :first-child, .framer-BtkLE .framer-1mzzncw > :first-child, .framer-BtkLE .framer-1k9rhyq > :first-child, .framer-BtkLE .framer-zmq338 > :first-child, .framer-BtkLE .framer-1t4993i > :first-child, .framer-BtkLE .framer-1olbiqt > :first-child, .framer-BtkLE .framer-xrhbhr > :first-child, .framer-BtkLE .framer-1kgyby3 > :first-child, .framer-BtkLE .framer-1c0je2q > :first-child, .framer-BtkLE .framer-48lfns > :first-child, .framer-BtkLE .framer-g01z96 > :first-child, .framer-BtkLE .framer-14o7ekb > :first-child, .framer-BtkLE .framer-1599qjq > :first-child, .framer-BtkLE .framer-12ou9vx > :first-child, .framer-BtkLE .framer-2m47m2 > :first-child { margin-top: 0px; } .framer-BtkLE.framer-6p65hw > :last-child, .framer-BtkLE .framer-188dbhq > :last-child, .framer-BtkLE .framer-6qekju > :last-child, .framer-BtkLE .framer-1mzzncw > :last-child, .framer-BtkLE .framer-1k9rhyq > :last-child, .framer-BtkLE .framer-zmq338 > :last-child, .framer-BtkLE .framer-1t4993i > :last-child, .framer-BtkLE .framer-1olbiqt > :last-child, .framer-BtkLE .framer-xrhbhr > :last-child, .framer-BtkLE .framer-1kgyby3 > :last-child, .framer-BtkLE .framer-1c0je2q > :last-child, .framer-BtkLE .framer-48lfns > :last-child, .framer-BtkLE .framer-g01z96 > :last-child, .framer-BtkLE .framer-14o7ekb > :last-child, .framer-BtkLE .framer-1599qjq > :last-child, .framer-BtkLE .framer-12ou9vx > :last-child, .framer-BtkLE .framer-2m47m2 > :last-child { margin-bottom: 0px; } .framer-BtkLE .framer-hpoem6 > *, .framer-BtkLE .framer-t3l5wc > *, .framer-BtkLE .framer-1jq7y90 > *, .framer-BtkLE .framer-5w6bfw > *, .framer-BtkLE .framer-6jnh5 > *, .framer-BtkLE .framer-15b8ohq > *, .framer-BtkLE .framer-1xl31v4 > *, .framer-BtkLE .framer-18bfx4y > *, .framer-BtkLE .framer-japrz8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BtkLE .framer-hpoem6 > :first-child, .framer-BtkLE .framer-6cxief > :first-child, .framer-BtkLE .framer-t3l5wc > :first-child, .framer-BtkLE .framer-1jq7y90 > :first-child, .framer-BtkLE .framer-5w6bfw > :first-child, .framer-BtkLE .framer-6jnh5 > :first-child, .framer-BtkLE .framer-15b8ohq > :first-child, .framer-BtkLE .framer-1xl31v4 > :first-child, .framer-BtkLE .framer-18bfx4y > :first-child, .framer-BtkLE .framer-japrz8 > :first-child, .framer-BtkLE .framer-1pzgp4v > :first-child, .framer-BtkLE .framer-1bqqw1c > :first-child { margin-left: 0px; } .framer-BtkLE .framer-hpoem6 > :last-child, .framer-BtkLE .framer-6cxief > :last-child, .framer-BtkLE .framer-t3l5wc > :last-child, .framer-BtkLE .framer-1jq7y90 > :last-child, .framer-BtkLE .framer-5w6bfw > :last-child, .framer-BtkLE .framer-6jnh5 > :last-child, .framer-BtkLE .framer-15b8ohq > :last-child, .framer-BtkLE .framer-1xl31v4 > :last-child, .framer-BtkLE .framer-18bfx4y > :last-child, .framer-BtkLE .framer-japrz8 > :last-child, .framer-BtkLE .framer-1pzgp4v > :last-child, .framer-BtkLE .framer-1bqqw1c > :last-child { margin-right: 0px; } .framer-BtkLE .framer-6cxief > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-BtkLE .framer-188dbhq > * { margin: 0px; margin-bottom: calc(39px / 2); margin-top: calc(39px / 2); } .framer-BtkLE .framer-6qekju > *, .framer-BtkLE .framer-1t4993i > *, .framer-BtkLE .framer-1kgyby3 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-BtkLE .framer-1mzzncw > *, .framer-BtkLE .framer-zmq338 > *, .framer-BtkLE .framer-1olbiqt > *, .framer-BtkLE .framer-xrhbhr > *, .framer-BtkLE .framer-1c0je2q > *, .framer-BtkLE .framer-48lfns > *, .framer-BtkLE .framer-14o7ekb > *, .framer-BtkLE .framer-12ou9vx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-BtkLE .framer-1k9rhyq > *, .framer-BtkLE .framer-g01z96 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-BtkLE .framer-1599qjq > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-BtkLE .framer-1pzgp4v > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-BtkLE .framer-1bqqw1c > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-BtkLE { background: white; } .framer-BtkLE.framer-6p65hw { width: 810px; } .framer-BtkLE .framer-qtb6o-container { order: 0; } .framer-BtkLE .framer-e1s8ob-container { order: 1; } .framer-BtkLE .framer-eo2x1a { background-color: rgba(0, 0, 0, 0.8); } .framer-BtkLE .framer-hpoem6 { height: 100vh; left: unset; min-height: unset; right: 0px; transform: unset; width: 60%; } .framer-BtkLE .framer-b8jwg9-container { height: 100vh; } .framer-BtkLE .framer-6cxief { order: 2; } .framer-BtkLE .framer-jecsw1 { height: 780px; } .framer-BtkLE .framer-188dbhq { order: 3; padding: 0px 0px 120px 0px; } .framer-BtkLE .framer-t3l5wc { min-height: 700px; } .framer-BtkLE .framer-6qekju { flex: none; max-width: 90%; width: 90%; } .framer-BtkLE .framer-1jq7y90 { width: 85%; } .framer-BtkLE .framer-1mzzncw, .framer-BtkLE .framer-g01z96 { max-width: 90%; } .framer-BtkLE .framer-1k9rhyq { max-width: unset; padding: 50px 0px 30px 0px; } .framer-BtkLE .framer-1t4993i, .framer-BtkLE .framer-1kgyby3 { max-width: unset; } .framer-BtkLE .framer-18bfx4y, .framer-BtkLE .framer-1lq3uhh-container { height: 410px; } .framer-BtkLE .framer-14o7ekb { height: 100%; } .framer-BtkLE .framer-1599qjq { height: 400px; } .framer-BtkLE .framer-1pzgp4v { width: 90%; } .framer-BtkLE .framer-117xp49-container, .framer-BtkLE .framer-ftadch-container { height: 80px; width: 350px; } .framer-BtkLE .framer-2m47m2 { order: 4; width: 90%; } .framer-BtkLE .framer-1p91n2a-container { order: 5; } .framer-BtkLE .framer-lb5vzc-container { order: 6; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-BtkLE { background: white; } .framer-BtkLE.framer-6p65hw { width: 390px; } .framer-BtkLE .framer-hpoem6 { height: 100vh; left: calc(50.00000000000002% - 100% / 2); min-height: unset; top: calc(54.02843601895737% - 100vh / 2); transform: unset; } .framer-BtkLE .framer-b8jwg9-container { height: 100vh; } .framer-BtkLE .framer-jecsw1 { height: 750px; overflow: hidden; z-index: unset; } .framer-BtkLE .framer-188dbhq { padding: 0px 0px 120px 0px; } .framer-BtkLE .framer-t3l5wc { min-height: 640px; } .framer-BtkLE .framer-6qekju { flex: none; max-width: 90%; width: 90%; } .framer-BtkLE .framer-1jq7y90, .framer-BtkLE .framer-1xl31v4 { width: 100%; } .framer-BtkLE .framer-1mzzncw { max-width: 90%; } .framer-BtkLE .framer-1k9rhyq { max-width: 90%; padding: 60px 0px 0px 0px; } .framer-BtkLE .framer-6jnh5 { flex-direction: column; } .framer-BtkLE .framer-556h2o { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-BtkLE .framer-1t4993i, .framer-BtkLE .framer-1kgyby3 { max-width: 90%; padding: 20px 0px 0px 0px; } .framer-BtkLE .framer-g01z96 { max-width: 90%; padding: 30px 0px 25px 0px; } .framer-BtkLE .framer-18bfx4y { gap: 25px; } .framer-BtkLE .framer-1lq3uhh-container { height: 198px; } .framer-BtkLE .framer-1599qjq { height: 380px; } .framer-BtkLE .framer-1pzgp4v { flex-direction: column; width: 90%; } .framer-BtkLE .framer-117xp49-container, .framer-BtkLE .framer-ftadch-container { height: 50px; width: 350px; } .framer-BtkLE .framer-2m47m2 { width: 90%; } .framer-BtkLE .framer-lb5vzc-container { bottom: 20px; right: 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-BtkLE .framer-6jnh5, .framer-BtkLE .framer-18bfx4y, .framer-BtkLE .framer-1pzgp4v { gap: 0px; } .framer-BtkLE .framer-6jnh5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-BtkLE .framer-6jnh5 > :first-child, .framer-BtkLE .framer-1pzgp4v > :first-child { margin-top: 0px; } .framer-BtkLE .framer-6jnh5 > :last-child, .framer-BtkLE .framer-1pzgp4v > :last-child { margin-bottom: 0px; } .framer-BtkLE .framer-18bfx4y > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-BtkLE .framer-18bfx4y > :first-child { margin-left: 0px; } .framer-BtkLE .framer-18bfx4y > :last-child { margin-right: 0px; } .framer-BtkLE .framer-1pzgp4v > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}`,...sharedStyle.css,'.framer-BtkLE[data-border=\"true\"]::after, .framer-BtkLE [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5040\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"CwLNEAQD9\":{\"layout\":[\"fixed\",\"auto\"]},\"vuQK2O949\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerkobZkou47=withCSS(Component,css,\"framer-BtkLE\");export default FramerkobZkou47;FramerkobZkou47.displayName=\"What Is Effective Search Personalization\";FramerkobZkou47.defaultProps={height:5040,width:1200};addFonts(FramerkobZkou47,[{explicitInter:true,fonts:[{family:\"Klik Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/mYSvgtWSf5va0i4U0WigRfVtEOw.woff2\"},{family:\"Klik Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/3vwXAu4KFfg0WMz2pyn3cDXAKg.woff2\"},{family:\"Klik Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/EwzVGfnnREj3c74ByLsmbqjRlA8.woff2\"},{family:\"Klik Bold Condensed\",source:\"custom\",url:\"https://framerusercontent.com/assets/4rQOabMEctfpW6f9TwRmoxQwGX8.woff2\"},{family:\"Klik Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/s68u1hiP2tA8bTvX6vc5TYgum6g.woff2\"}]},...HeaderBannerComponentFonts,...HeaderComponentFonts,...SearchOverlayFonts,...OverlayComponentFonts,...YouTubeFonts,...Button1ComponentFonts,...SocialMediaGroupFonts,...BlogFilterButtonFonts,...RelatedArticlesBlogFonts,...FooterComponentFonts,...BackToTopFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkobZkou47\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CwLNEAQD9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vuQK2O949\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"5040\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HeaderBannerComponentFonts", "getFonts", "HW6sF1RgR_default", "HeaderComponentFonts", "yQZ01xP63_default", "HeaderComponentWithVariantAppearEffect", "withVariantAppearEffect", "SearchOverlayFonts", "hZDfgZDF7_default", "OverlayComponentFonts", "oT0w4YuAD_default", "YouTubeFonts", "Youtube", "Button1ComponentFonts", "jf1bUqXBo_default", "SocialMediaGroupFonts", "Ji4HMCQkw_default", "BlogFilterButtonFonts", "jOJHYYWaU_default", "RelatedArticlesBlogFonts", "RMmHuyNfO_default", "FooterComponentFonts", "sk0p3aefQ_default", "BackToTopFonts", "FGUPfkOw_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "F50xhjR7Zwelu7j", "overlay", "paginationInfo", "args", "noBxioDjr1wvko5h", "EZBJKGcwG1wvko5h", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "isDisplayed", "isDisplayed1", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "l", "AnimatePresence", "Ga", "x", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Link", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "css", "FramerkobZkou47", "withCSS", "kobZkou47_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
